.industry-proof {
  --industry-accent: #eba71d;
  --industry-accent-2: #4f8cff;
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  color: #fff;
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--industry-accent-2) 18%, transparent), transparent 30%),
    radial-gradient(circle at 12% 88%, color-mix(in srgb, var(--industry-accent) 12%, transparent), transparent 28%),
    linear-gradient(145deg, #11173f, #070c22 72%);
}
.industry-proof * { box-sizing: border-box; min-width: 0; }
.industry-proof-head { display: grid; grid-template-columns: minmax(0,.8fr) minmax(360px,1.2fr); gap: 70px; align-items: end; margin-bottom: 44px; }
.industry-proof-kicker { margin: 0 0 13px; color: var(--industry-accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.industry-proof h2 { max-width: 760px; margin: 0; font-family: 'Space Grotesk',sans-serif; font-size: clamp(36px,4.3vw,58px); font-weight: 700; line-height: 1.06; letter-spacing: -.045em; }
.industry-proof-head > p { max-width: 540px; margin: 0; color: #aeb8d0; font-size: 16px; line-height: 1.75; }
.industry-project-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.industry-project-card { overflow: hidden; border: 1px solid #ffffff1c; border-radius: 26px; background: linear-gradient(145deg,#ffffff0d,#ffffff05); box-shadow: 0 28px 65px #02051566; transition: transform 220ms ease,border-color 220ms ease,box-shadow 220ms ease; }
.industry-project-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb,var(--industry-accent) 55%,transparent); box-shadow: 0 34px 75px #0205158c; }
.industry-project-visual { position: relative; display: grid; place-items: center; min-height: 300px; overflow: hidden; border-bottom: 1px solid #ffffff17; background: radial-gradient(circle at 50% 44%,color-mix(in srgb,var(--industry-accent-2) 22%,transparent),transparent 42%),#0a1230; }
.industry-project-visual:after { content: ''; position: absolute; inset: auto 0 0; height: 42%; pointer-events: none; background: linear-gradient(transparent,#070c22cf); }
.industry-phone-pair { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: center; gap: 16px; width: 100%; height: 278px; padding-top: 25px; }
.industry-phone-pair img { width: min(38%,175px); height: 260px; padding: 6px; border: 1px solid #ffffff2e; border-radius: 25px 25px 0 0; background: #080d1c; object-fit: cover; object-position: top; box-shadow: 0 22px 45px #000a; transform: rotate(-3deg); transition: transform 220ms ease; }
.industry-phone-pair img:nth-child(2) { transform: translateY(18px) rotate(3deg); }
.industry-project-card:hover .industry-phone-pair img:first-child { transform: translateY(-4px) rotate(-2deg); }
.industry-project-card:hover .industry-phone-pair img:nth-child(2) { transform: translateY(12px) rotate(2deg); }
.industry-visual-label { position: absolute; z-index: 2; left: 20px; top: 20px; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #ffffff21; border-radius: 999px; color: #dce5fb; background: #070c22bf; backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.industry-visual-label:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--industry-accent); box-shadow: 0 0 12px var(--industry-accent); }
.industry-project-copy { padding: 28px; }
.industry-project-copy > small { color: var(--industry-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.industry-project-copy h3 { margin: 10px 0 0; font-family: 'Space Grotesk',sans-serif; font-size: 27px; font-weight: 700; }
.industry-project-copy p { margin: 12px 0 0; color: #b8c1d8; font-size: 13px; line-height: 1.7; }
.industry-project-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.industry-project-tags span { padding: 7px 10px; border: 1px solid #ffffff19; border-radius: 999px; color: #cbd4e8; background: #ffffff08; font-size: 9px; font-weight: 700; }
.industry-project-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: #fff; font-size: 12px; font-weight: 800; text-decoration: none; }
.industry-project-link span { color: var(--industry-accent); font-size: 18px; transition: transform 180ms ease; }
.industry-project-link:hover span { transform: translateX(4px); }

.industry-travel-scene { position: relative; z-index: 1; width: min(82%,410px); height: 230px; }
.industry-travel-window { position: absolute; inset: 22px 12px 0; padding: 18px; border: 1px solid #ffffff2b; border-radius: 20px 20px 0 0; background: linear-gradient(145deg,#1b2a55,#0c1431); box-shadow: 0 28px 55px #0009; }
.industry-travel-bar { display: flex; gap: 5px; padding-bottom: 13px; border-bottom: 1px solid #ffffff18; }
.industry-travel-bar i { width: 6px; height: 6px; border-radius: 50%; background: #ffffff43; }
.industry-route { position: relative; height: 78px; margin-top: 24px; }
.industry-route:before { content: ''; position: absolute; left: 12%; right: 12%; top: 23px; height: 2px; background: linear-gradient(90deg,var(--industry-accent),var(--industry-accent-2)); }
.industry-route span { position: absolute; top: 12px; display: grid; place-items: center; width: 24px; aspect-ratio: 1; border: 2px solid var(--industry-accent); border-radius: 50%; background: #111a3c; box-shadow: 0 0 0 7px #eba71d10; }
.industry-route span:first-child { left: 9%; }
.industry-route span:nth-child(2) { left: calc(50% - 12px); border-color: var(--industry-accent-2); }
.industry-route span:last-child { right: 9%; border-color: #42d6aa; }
.industry-travel-ticket { display: grid; grid-template-columns: 1fr auto; gap: 15px; padding: 13px; border: 1px dashed #ffffff2a; border-radius: 12px; color: #fff; background: #ffffff08; font-size: 11px; }
.industry-travel-ticket small { color: #9aa7c4; }
.industry-scene-icon { position: absolute; z-index: 2; right: 0; top: 0; display: grid; place-items: center; width: 76px; aspect-ratio: 1; border: 1px solid #ffffff32; border-radius: 23px; color: var(--industry-accent); background: #111a3ce6; box-shadow: 0 18px 40px #0009; }
.industry-scene-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }

.lms-proof { --industry-accent: #56e0c0; --industry-accent-2: #5c91ff; }
.lms-project-card { display: grid; grid-template-columns: minmax(0,.88fr) minmax(470px,1.12fr); gap: 50px; align-items: center; padding: 42px; border: 1px solid #ffffff1d; border-radius: 30px; background: linear-gradient(145deg,#ffffff0c,#ffffff05); box-shadow: 0 32px 75px #02051575; }
.lms-private-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid #56e0c04a; border-radius: 999px; color: #8bf0d8; background: #56e0c00d; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.lms-private-chip:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #56e0c0; }
.lms-project-copy h3 { margin: 18px 0 0; font-family: 'Space Grotesk',sans-serif; font-size: clamp(30px,3.3vw,45px); line-height: 1.08; }
.lms-project-copy > p { margin: 17px 0 0; color: #b8c1d8; font-size: 14px; line-height: 1.75; }
.lms-protection-note { margin-top: 22px; padding: 16px 17px; border-left: 3px solid #56e0c0; border-radius: 0 12px 12px 0; color: #d8e0ef; background: #56e0c00b; font-size: 11px; line-height: 1.7; }
.lms-project-actions { display: flex; flex-wrap: wrap; gap: 10px 22px; align-items: center; }
.lms-project-actions .industry-project-link:last-child { color: #aeb8d0; }
.lms-video-vault { position: relative; min-height: 475px; }
.lms-player { position: absolute; left: 8%; right: 8%; top: 74px; overflow: hidden; border: 1px solid #8cb5ff45; border-radius: 22px; background: #070b18; box-shadow: 0 35px 75px #000a,0 0 55px #5c91ff18; }
.lms-player-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border-bottom: 1px solid #ffffff14; color: #9faac3; font-size: 9px; }
.lms-player-top span { display: inline-flex; align-items: center; gap: 7px; color: #78e8cf; font-weight: 800; letter-spacing: .08em; }
.lms-player-top span:before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #56e0c0; box-shadow: 0 0 10px #56e0c0; }
.lms-screen { position: relative; display: grid; place-items: center; min-height: 238px; background: radial-gradient(circle at 50% 45%,#5c91ff2d,transparent 32%),linear-gradient(145deg,#14214c,#090e23); }
.lms-screen:after { content: 'LEARNER ID · ACTIVE SESSION'; position: absolute; right: 16px; bottom: 14px; color: #ffffff2b; font-size: 9px; font-weight: 800; letter-spacing: .12em; transform: rotate(-4deg); }
.lms-play-shield { display: grid; place-items: center; width: 94px; aspect-ratio: 1; border: 1px solid #56e0c075; border-radius: 30px; color: #56e0c0; background: #56e0c012; box-shadow: 0 0 0 12px #56e0c008,0 0 45px #56e0c021; }
.lms-play-shield svg { width: 53px; height: 53px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.lms-player-foot { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 14px 16px; }
.lms-player-foot div { height: 4px; overflow: hidden; border-radius: 999px; background: #ffffff16; }
.lms-player-foot div:before { content: ''; display: block; width: 42%; height: 100%; background: linear-gradient(90deg,#56e0c0,#5c91ff); }
.lms-player-foot span { color: #94a0bb; font-size: 9px; }
.lms-access-step { position: absolute; z-index: 2; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; min-width: 180px; padding: 11px 13px; border: 1px solid #ffffff20; border-radius: 14px; color: #fff; background: #0f1836ed; box-shadow: 0 15px 35px #0007; backdrop-filter: blur(12px); transition: transform 180ms ease,border-color 180ms ease; }
.lms-access-step:hover { transform: translateY(-3px); border-color: #56e0c06a; }
.lms-access-step b { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border-radius: 10px; color: #56e0c0; background: #56e0c012; font-size: 12px; }
.lms-access-step strong { display: block; font-size: 11px; }
.lms-access-step small { display: block; margin-top: 3px; color: #97a4c0; font-size: 8px; }
.lms-step-1 { left: 0; top: 4px; }
.lms-step-2 { right: 0; top: 8px; }
.lms-step-3 { left: 0; bottom: 12px; }
.lms-step-4 { right: 0; bottom: 8px; }
.lms-security-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-top: 26px; }
.lms-security-grid article { min-height: 150px; padding: 20px; border: 1px solid #ffffff17; border-radius: 18px; background: #ffffff07; }
.lms-security-grid span { display: grid; place-items: center; width: 40px; aspect-ratio: 1; margin-bottom: 17px; border-radius: 12px; color: #56e0c0; background: #56e0c011; font-weight: 800; }
.lms-security-grid h4 { margin: 0; font-size: 13px; }
.lms-security-grid p { margin: 7px 0 0; color: #aeb8d0; font-size: 10px; line-height: 1.55; }

@media(max-width:1000px){.industry-proof-head{grid-template-columns:1fr;gap:18px}.industry-project-grid{grid-template-columns:1fr}.industry-project-card{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}.industry-project-visual{border-right:1px solid #ffffff17;border-bottom:0}.lms-project-card{grid-template-columns:1fr;padding:34px}.lms-video-vault{width:min(100%,680px);margin:auto}.lms-security-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.industry-proof{padding:68px 0}.industry-proof-head{margin-bottom:32px}.industry-proof h2{font-size:36px}.industry-proof-head>p{font-size:14px}.industry-project-card{display:block}.industry-project-visual{min-height:275px;border-right:0;border-bottom:1px solid #ffffff17}.industry-project-copy{padding:24px}.lms-project-card{padding:24px}.lms-video-vault{min-height:570px}.lms-player{left:0;right:0;top:82px}.lms-access-step{min-width:0;width:47%}.lms-step-3,.lms-step-4{bottom:0}.lms-security-grid{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.lms-video-vault{min-height:650px}.lms-player{top:126px}.lms-screen{min-height:210px}.lms-access-step{width:calc(50% - 5px);padding:9px;grid-template-columns:29px 1fr}.lms-access-step b{width:29px}.lms-step-1{left:0}.lms-step-2{right:0}.lms-step-3{left:0}.lms-step-4{right:0}.lms-security-grid{grid-template-columns:1fr}.lms-project-actions{align-items:flex-start;flex-direction:column}.industry-phone-pair img{width:42%}}
@media(prefers-reduced-motion:reduce){.industry-project-card,.industry-phone-pair img,.industry-project-link span,.lms-access-step{transition:none}.industry-project-card:hover,.lms-access-step:hover{transform:none}}
