.eyebrow { color: #1f56e7; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.applyHero { min-height: 900px; padding: 150px 0 110px; background: radial-gradient(circle at 8% 10%, #eaf1ff 0, transparent 33%), #f7f9fc; }
.applyGrid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(560px, 1fr); gap: clamp(60px, 8vw, 130px); align-items: start; }
.heroCopy { position: sticky; top: 130px; padding-top: 36px; }
.heroCopy h1 { margin-top: 26px; font-size: clamp(54px, 5.4vw, 82px); line-height: 1.08; letter-spacing: -.06em; }
.lead { max-width: 620px; margin-top: 32px; color: #58677e; font-size: 19px; line-height: 1.85; }
.steps { margin-top: 58px; border-top: 1px solid #dbe3ef; }
.steps li { min-height: 88px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-bottom: 1px solid #dbe3ef; }
.steps li > span { color: #1f56e7; font-size: 11px; font-weight: 850; }
.steps strong, .steps small { display: block; }
.steps strong { font-size: 15px; }
.steps small { margin-top: 2px; color: #7b8799; font-size: 12px; }
.applyForm { padding: 36px; background: #fff; border: 1px solid #dde4ee; border-radius: 22px; box-shadow: 0 28px 70px rgba(16, 40, 84, .1); }
.applyForm header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 26px; border-bottom: 1px solid #e4e9f1; }
.applyForm header p { color: #1f56e7; font-size: 12px; font-weight: 800; }
.applyForm header h2 { margin-top: 6px; font-size: 25px; line-height: 1.35; letter-spacing: -.035em; }
.applyForm header > span { flex: 0 0 auto; padding: 7px 10px; color: #52627a; background: #f2f5f9; border-radius: 999px; font-size: 11px; font-weight: 750; }
.fieldGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 16px; margin-top: 28px; }
.fieldGrid label { display: grid; gap: 8px; }
.fieldGrid label > span { font-size: 13px; font-weight: 750; }
.fieldGrid b, .interestField b { color: #1f56e7; }
.fieldGrid input { width: 100%; height: 52px; padding: 0 14px; color: #0b1830; background: #fff; border: 1px solid #cad4e2; border-radius: 9px; outline: 0; }
.fieldGrid input::placeholder { color: #a0aabc; }
.fieldGrid input:focus { border-color: #1f56e7; box-shadow: 0 0 0 3px rgba(31, 86, 231, .11); }
.interestField { min-width: 0; margin: 30px 0 0; padding: 0; border: 0; }
.interestField legend { width: 100%; display: flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 800; }
.interestField legend small { margin-left: auto; color: #7b8799; font-size: 11px; font-weight: 600; }
.interestGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.interestGrid button { min-height: 75px; display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 9px; padding: 12px 14px; text-align: left; background: #f7f9fc; border: 1px solid #e0e6ef; border-radius: 11px; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.interestGrid button:hover { transform: translateY(-1px); border-color: #aac0f5; }
.interestGrid button.interestActive { background: #edf3ff; border-color: #6f98f5; box-shadow: inset 0 0 0 1px #6f98f5; }
.check { width: 27px; height: 27px; display: grid; place-items: center; color: #1f56e7; background: #fff; border: 1px solid #cbd8ef; border-radius: 8px; font-size: 13px; font-weight: 900; }
.interestActive .check { color: #fff; background: #1f56e7; border-color: #1f56e7; }
.interestGrid strong, .interestGrid small { display: block; }
.interestGrid strong { font-size: 13px; }
.interestGrid small { margin-top: 3px; color: #7b8799; font-size: 10px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-top: 26px; color: #65738a; font-size: 11px; line-height: 1.65; }
.consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: #1f56e7; }
.consent a { color: #1f56e7; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.error { margin-top: 14px; padding: 11px 13px; color: #b42318; background: #fff1f1; border-radius: 8px; font-size: 12px; font-weight: 650; }
.submit { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; color: #fff; background: #1f56e7; border: 0; border-radius: 10px; cursor: pointer; font-size: 15px; font-weight: 800; box-shadow: 0 12px 24px rgba(31, 86, 231, .2); transition: transform .2s, background .2s; }
.submit:hover { transform: translateY(-2px); background: #1749c7; }
.submit:disabled { cursor: wait; opacity: .65; transform: none; }
.submit span { font-size: 19px; }
.formNote { margin-top: 12px; color: #8b96a7; text-align: center; font-size: 10px; }
.previewSection { padding: 120px 0 140px; background: #071327; color: #fff; }
.sectionHead { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; }
.sectionHead h2 { margin-top: 16px; font-size: clamp(40px, 4.6vw, 68px); line-height: 1.12; letter-spacing: -.055em; }
.sectionHead > p { max-width: 380px; color: #adbad0; font-size: 15px; }
.previewGrid { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.previewGrid article { min-height: 100px; display: grid; grid-template-columns: 78px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.14); }
.previewGrid article > span { color: #739aff; font-size: 12px; font-weight: 850; }
.previewGrid h3 { font-size: 19px; }
.previewGrid p { margin-top: 3px; color: #9eacc1; font-size: 12px; }
.previewGrid article > small { color: #cad3e1; font-size: 12px; }
.successSection { min-height: 100vh; display: grid; place-items: center; padding: 120px 24px 80px; background: radial-gradient(circle at 50% 10%, #e4edff, transparent 45%), #f5f8fc; }
.successCard { width: min(100%, 620px); padding: 58px; background: #fff; border: 1px solid #dfe6f0; border-radius: 24px; box-shadow: 0 28px 80px rgba(16, 40, 84, .12); text-align: center; }
.successIcon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: #1f56e7; border-radius: 50%; font-size: 27px; font-weight: 900; box-shadow: 0 12px 28px rgba(31,86,231,.24); }
.successCard h1 { margin-top: 18px; font-size: 45px; line-height: 1.2; letter-spacing: -.055em; }
.successCard > p:not(.eyebrow) { margin: 23px 0 36px; color: #65738a; font-size: 15px; line-height: 1.75; }
.successCard > p strong { color: #0b1830; }
.successGuide { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: center; padding: 16px 0; text-align: left; border-top: 1px solid #e7ebf1; }
.successGuide > span { width: 34px; height: 34px; display: grid; place-items: center; color: #1f56e7; background: #edf3ff; border-radius: 50%; font-size: 12px; font-weight: 850; }
.successGuide strong, .successGuide small { display: block; }
.successGuide strong { font-size: 14px; }
.successGuide small { margin-top: 2px; color: #7b8799; font-size: 11px; }
.textButton { margin-top: 30px; padding: 0 0 4px; color: #1f56e7; background: transparent; border: 0; border-bottom: 1px solid #1f56e7; cursor: pointer; font-size: 12px; font-weight: 750; }
.gate { min-height: 100dvh; display: grid; align-content: center; justify-items: center; padding: 40px 24px; text-align: center; background: #f5f8fc; }
.gateIcon, .spinner { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; color: #1f56e7; background: #e9f0ff; border-radius: 50%; font-size: 22px; font-weight: 900; }
.spinner { border: 4px solid #dbe6ff; border-top-color: #1f56e7; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.gate h1 { font-size: 29px; letter-spacing: -.035em; }
.gate p { margin-top: 12px; color: #6a778b; }
.gate a { margin-top: 28px; padding: 13px 22px; color: #fff; background: #1f56e7; border-radius: 8px; font-size: 13px; font-weight: 750; }
.watchPage { min-height: 100vh; color: #0b1830; background: #f6f8fb; }
.watchHeader { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100% - 1240px) / 2)); background: #fff; border-bottom: 1px solid #e1e7ef; }
.wordmark { color: #2f72f2; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.watchHeader > div { display: flex; align-items: center; gap: 22px; }
.watchHeader > div > span { color: #718096; font-size: 12px; }
.watchHeader > div > a { padding: 9px 14px; color: #1f56e7; border: 1px solid #cddaf4; border-radius: 8px; font-size: 12px; font-weight: 750; }
.welcome { width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding: 84px 0 62px; }
.welcome h1 { max-width: 850px; margin-top: 20px; font-size: clamp(43px, 5vw, 70px); line-height: 1.12; letter-spacing: -.06em; }
.welcome > p:not(.eyebrow) { margin-top: 24px; color: #66758b; font-size: 17px; }
.selectedTopics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.selectedTopics span { padding: 7px 11px; color: #1f56e7; background: #eaf1ff; border-radius: 999px; font-size: 11px; font-weight: 750; }
.playerSection { width: min(1240px, calc(100% - 56px)); margin: 0 auto 36px; overflow: hidden; background: #fff; border: 1px solid #dce4ef; border-radius: 18px; box-shadow: 0 22px 50px rgba(20,42,76,.08); }
.playerTop { min-height: 105px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 28px; }
.playerTop > div { display: grid; grid-template-columns: 44px auto; align-items: center; column-gap: 14px; }
.playerTop > div > span { grid-row: 1 / 3; color: #1f56e7; font-size: 12px; font-weight: 850; }
.playerTop h2 { font-size: 20px; }
.playerTop p { color: #718096; font-size: 12px; }
.playerTop > button { width: 40px; height: 40px; color: #58677e; background: #f1f4f8; border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; }
.playerFrame { aspect-ratio: 16 / 8.3; background: #061329; }
.playerFrame video { width: 100%; height: 100%; display: block; object-fit: contain; }
.videoPending { width: 100%; height: 100%; display: grid; align-content: center; justify-items: center; padding: 30px; color: #fff; background-position: center; background-size: cover; text-align: center; }
.videoPending span { color: #8eafff; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.videoPending strong { margin-top: 12px; font-size: 25px; }
.videoPending p { margin-top: 7px; color: #b8c5d9; font-size: 12px; }
.library { width: min(1240px, calc(100% - 56px)); margin: 0 auto; padding-bottom: 120px; }
.libraryHead { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid #dbe2ec; }
.libraryHead span { color: #1f56e7; font-size: 11px; font-weight: 850; }
.libraryHead h2 { margin-top: 5px; font-size: 31px; letter-spacing: -.04em; }
.libraryHead > p { color: #758298; font-size: 12px; }
.videoGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 28px; }
.videoGrid article { overflow: hidden; background: #fff; border: 1px solid #dde4ee; border-radius: 15px; transition: transform .2s, box-shadow .2s; }
.videoGrid article:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(15,38,79,.09); }
.videoGrid article.recommendedCard { border-color: #91aef0; box-shadow: inset 0 0 0 1px #91aef0; }
.videoGrid button { width: 100%; padding: 0; text-align: left; background: transparent; border: 0; cursor: pointer; }
.videoThumb { position: relative; aspect-ratio: 16 / 7.4; display: grid; place-items: center; background-position: center; background-size: cover; }
.play { width: 48px; height: 48px; display: grid; place-items: center; padding-left: 3px; color: #1f56e7; background: rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 8px 24px rgba(3,14,35,.2); font-size: 15px; }
.videoThumb small { position: absolute; left: 15px; top: 15px; padding: 6px 9px; color: #fff; background: #1f56e7; border-radius: 999px; font-size: 9px; font-weight: 800; }
.videoMeta { min-height: 98px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 17px 18px; }
.videoMeta > span { color: #1f56e7; font-size: 11px; font-weight: 850; }
.videoMeta h3 { font-size: 16px; }
.videoMeta p { margin-top: 3px; color: #718096; font-size: 11px; }
.videoMeta > small { color: #7c899c; font-size: 10px; }
.watchCta { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 72px max(28px, calc((100% - 1240px) / 2)); color: #fff; background: #0a1d3b; }
.watchCta p { color: #7fa5ff; font-size: 12px; font-weight: 750; }
.watchCta h2 { margin-top: 12px; font-size: 35px; line-height: 1.3; letter-spacing: -.045em; }
.watchCta a { min-width: 210px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 20px; color: #0b1830; background: #fff; border-radius: 8px; font-size: 13px; font-weight: 800; }
.watchFooter { min-height: 75px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100% - 1240px) / 2)); color: #8b96a8; background: #071327; font-size: 10px; }

@media (max-width: 900px) {
  .applyHero { min-height: auto; padding: 120px 0 80px; }
  .applyGrid { grid-template-columns: 1fr; gap: 54px; }
  .heroCopy { position: static; padding-top: 0; }
  .heroCopy h1 { font-size: clamp(45px, 11vw, 66px); }
  .lead { font-size: 16px; }
  .steps { margin-top: 38px; }
  .applyForm { padding: 28px 22px; border-radius: 16px; }
  .sectionHead { grid-template-columns: 1fr; gap: 20px; }
  .videoGrid { grid-template-columns: 1fr; }
  .watchCta { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .applyHero { padding-top: 105px; }
  .fieldGrid, .interestGrid { grid-template-columns: 1fr; }
  .applyForm header h2 { font-size: 21px; }
  .interestGrid button { min-height: 68px; }
  .previewSection { padding: 85px 0 100px; }
  .previewGrid { margin-top: 45px; }
  .previewGrid article { grid-template-columns: 42px 1fr; gap: 10px; padding: 17px 0; }
  .previewGrid article > small { grid-column: 2; }
  .successCard { padding: 42px 22px; border-radius: 17px; }
  .successCard h1 { font-size: 35px; }
  .watchHeader { height: 66px; padding: 0 18px; }
  .watchHeader > div > span { display: none; }
  .welcome, .playerSection, .library { width: calc(100% - 32px); }
  .welcome { padding: 58px 0 42px; }
  .welcome h1 { font-size: 39px; }
  .welcome > p:not(.eyebrow) { font-size: 14px; }
  .playerTop { padding: 17px 16px; }
  .playerFrame { aspect-ratio: 16 / 10; }
  .videoPending strong { font-size: 19px; }
  .videoPending p { display: none; }
  .library { padding-bottom: 78px; }
  .libraryHead { align-items: flex-start; flex-direction: column; gap: 8px; }
  .videoMeta { grid-template-columns: 28px 1fr; }
  .videoMeta > small { grid-column: 2; }
  .watchCta { padding: 58px 20px; }
  .watchCta h2 { font-size: 29px; }
  .watchCta a { width: 100%; }
  .watchFooter { min-height: 90px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; padding: 0 20px; }
}
