:root {
  --ink: #0b1020;
  --muted: #687188;
  --paper: #f7f8fc;
  --white: #fff;
  --blue: #4a61ec;
  --blue-light: #3e80f6;
  --cyan: #4a61ec;
  --violet: #4a61ec;
  --gold: #caa13a;
  --gold-light: #f1cf68;
  --brand-gradient: linear-gradient(135deg, #4a61ec 0%, #3e80f6 100%);
  --line: #e2e6ef;
  --dark: #090d18;
  --dark-2: #111827;
  --dark-line: rgba(255,255,255,.1);
  --radius: 24px;
  --shadow: 0 24px 80px rgba(11,16,32,.12);
  --header-height: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 82px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; color: var(--ink); background: white; border-radius: 10px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.campaign-header { position: sticky; z-index: 100; top: 0; color: white; background: rgba(8,12,22,.93); border-bottom: 1px solid var(--dark-line); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 0; background: transparent; border-radius: 0; }
.brand img { width: 200px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.help-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 12px; border-radius: 999px; text-decoration: none; font-size: .84rem; font-weight: 750; transition: background .2s ease; }
.help-link:hover { background: rgba(255,255,255,.08); }
.help-short { display: none; }
.help-dot { width: 9px; height: 9px; border-radius: 50%; background: #38d39f; box-shadow: 0 0 0 4px rgba(56,211,159,.15); }

.section-dark { color: white; background: var(--dark); }
.section-light { background: var(--paper); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 54px; padding: 0 23px; border-radius: 14px; text-decoration: none; font-weight: 850; line-height: 1.15; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.button-primary { color: white; background: var(--brand-gradient); box-shadow: 0 14px 38px rgba(67,111,241,.24); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(67,111,241,.34); filter: saturate(1.08); }
.button-primary:active { transform: translateY(0); box-shadow: 0 8px 20px rgba(67,111,241,.24); }
.button-header { min-height: 46px; padding-inline: 18px; border-radius: 12px; font-size: 1rem; font-weight: 700; white-space: nowrap; }
.button-header-label-short { display: none; }
.button:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #f2c94c; outline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 82px 0 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(15,22,39,.72)); pointer-events: none; }
.hero-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; filter: blur(100px); opacity: .17; pointer-events: none; }
.hero-glow-one { top: -230px; right: -130px; background: var(--blue); }
.hero-glow-two { bottom: -340px; left: -200px; background: var(--cyan); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .96fr 1.04fr; gap: 68px; align-items: center; padding-bottom: 66px; }
.hero-copy { min-width: 0; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; color: #0b1020; background: var(--gold); border: 1px solid var(--gold); border-radius: 999px; }
.kicker-blue { color: #63d9f2; }
.hero h1 { max-width: 620px; margin: 0; font-size: clamp(2.5rem, 3.8vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
.hero h1 span { color: transparent; background: var(--brand-gradient); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 650px; margin: 24px 0 22px; color: #aeb6ca; font-size: 1.08rem; }
.hero-benefits, .check-list { padding: 0; margin: 0; list-style: none; }
.hero-benefits { display: grid; gap: 8px; margin-top: 22px; color: #dce1ed; font-size: .92rem; }
.hero-benefits li::before, .check-list li::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; margin-right: 10px; place-items: center; border-radius: 50%; color: #07101b; background: var(--cyan); font-weight: 900; font-size: .72rem; }
.hero-offer { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.hero-price { min-width: 126px; }
.hero-price-primary { width: fit-content; margin: 20px 0 0; text-align: left; }
.hero-price span, .hero-price strong, .hero-price small { display: block; }
.hero-price span { color: #8792a7; font-size: .66rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.hero-price strong { font-size: 2.1rem; line-height: 1.05; letter-spacing: -.04em; }
.hero-price small { color: #8f99ad; font-size: .66rem; }
.hero-price .price-note { margin: 5px 0 2px; color: #c9d0df; font-size: .72rem; font-weight: 650; }
.hero-price .price-note del { color: #929caf; }
.hero-value-offer { width: min(100%, 460px); padding: 18px 20px; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); border: 1px solid rgba(241,207,104,.32); border-radius: 20px; box-shadow: 0 18px 55px rgba(0,0,0,.22), 0 0 32px rgba(202,161,58,.07); }
.hero-value-offer .offer-kicker { margin: 0 0 11px; color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; }
.offer-price-row { display: flex; align-items: flex-end; gap: 26px; }
.hero-value-offer .offer-current-price span,
.hero-value-offer .offer-programme-value span { margin-bottom: 2px; color: #aeb6ca; font-size: .72rem; font-weight: 700; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }
.hero-value-offer .offer-current-price strong { color: white; font-size: clamp(2.25rem, 3.4vw, 3rem); line-height: 1; }
.hero-value-offer .offer-programme-value { padding-bottom: 3px; }
.hero-value-offer .offer-programme-value del { color: #9da6b9; font-size: 1.35rem; font-weight: 700; line-height: 1.15; text-decoration-color: #ef6e78; text-decoration-thickness: 2px; }
.hero-value-offer .offer-saving { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 14px -20px 0; padding: 10px 20px; color: #111827; background: linear-gradient(135deg, var(--gold-light), #e7b936); }
.hero-value-offer .offer-saving b { font-family: Manrope, ui-sans-serif, system-ui, sans-serif; font-size: .9rem; font-weight: 800; letter-spacing: .035em; line-height: 1.35; }
.hero-value-offer .offer-saving span { color: #3f3210; font-size: .72rem; font-weight: 700; line-height: 1.35; text-align: right; }
.hero-value-offer .offer-access { margin: 12px 0 0; color: #d8deea; font-size: .82rem; font-weight: 650; line-height: 1.5; }
.hero-value-offer .offer-coupon { margin: 3px 0 0; color: #aeb6ca; font-size: .75rem; line-height: 1.5; }
.cta-microcopy { margin: 9px 0 0; color: #7f899e; font-size: .68rem; }

.product-stage { position: relative; align-self: start; margin-top: 52px; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.45), 0 0 70px rgba(37,201,237,.06); }
.product-stage::before { content: ""; position: absolute; inset: 20% 5% -8%; z-index: -1; border-radius: 50%; background: rgba(42,125,248,.3); filter: blur(65px); }
.product-stage > img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 17px; }
.video-trigger-hitarea { position: absolute; z-index: 5; inset: 0; width: 100%; padding: 0; cursor: pointer; background: transparent; border: 0; border-radius: inherit; }
.video-trigger-hitarea::before { content: ""; position: absolute; top: 52%; left: 50%; width: 82px; height: 82px; background: rgba(7,12,22,.82); border: 2px solid rgba(241,207,104,.9); border-radius: 50%; box-shadow: 0 18px 44px rgba(0,0,0,.38), 0 0 0 10px rgba(74,97,236,.16); backdrop-filter: blur(8px); transform: translate(-50%,-50%); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.video-trigger-hitarea::after { content: ""; position: absolute; top: 52%; left: calc(50% + 4px); width: 0; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-left: 20px solid white; filter: drop-shadow(0 2px 4px rgba(0,0,0,.28)); transform: translate(-50%,-50%); }
.video-trigger-hitarea:hover::before { background: rgba(74,97,236,.94); box-shadow: 0 20px 50px rgba(0,0,0,.42), 0 0 0 12px rgba(241,207,104,.16); transform: translate(-50%,-50%) scale(1.07); }
.video-trigger-hitarea:hover ~ img { filter: brightness(.9); }
.video-trigger-hitarea:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 5px; }
.stage-topline { display: flex; align-items: center; justify-content: space-between; margin: 0 2px 13px; color: #9099ae; font-size: .72rem; }
.stage-topline span:first-child { color: #bcf4dc; }
.stage-topline i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #3be2a8; box-shadow: 0 0 0 4px rgba(59,226,168,.11); }
.score-card { position: absolute; right: -25px; bottom: 38px; display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: var(--ink); background: rgba(255,255,255,.97); border-radius: 16px; box-shadow: var(--shadow); }
.score-card strong, .score-card small { display: block; }
.score-card strong { font-size: .82rem; }
.score-card small { color: var(--muted); font-size: .65rem; }
.score-ring { position: relative; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: conic-gradient(var(--blue) 92%, #e6e9f2 0); }
.score-ring::before { content: ""; position: absolute; width: 36px; height: 36px; border-radius: 50%; background: white; }
.score-ring span { z-index: 1; font-weight: 900; font-size: .78rem; }
.lesson-chip { position: absolute; left: -18px; top: 33%; padding: 10px 14px; color: var(--ink); background: #ffd16d; border-radius: 12px; box-shadow: var(--shadow); font-size: .75rem; font-weight: 850; }
.lesson-chip span { margin-right: 6px; }

.video-modal[hidden] { display: none; }
.video-modal { position: fixed; z-index: 1000; inset: 0; display: grid; padding: 24px; place-items: center; }
.video-modal-backdrop { position: absolute; inset: 0; cursor: pointer; background: rgba(3,6,13,.86); backdrop-filter: blur(12px); }
.video-modal-dialog { position: relative; width: min(1100px,100%); overflow: hidden; color: white; background: #090d18; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; box-shadow: 0 30px 100px rgba(0,0,0,.65); }
@media (max-height: 820px) and (min-width: 761px) {
  .video-modal-dialog {
    width: min(900px, 100%);
  }
}
.video-modal-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 16px 18px 16px 24px; background: #090d18; border-bottom: 1px solid rgba(255,255,255,.1); }
.video-modal-title { margin: 0; font-size: clamp(1rem,2vw,1.25rem); line-height: 1.3; }
.video-modal-close { flex: 0 0 auto; display: grid; width: 44px; height: 44px; padding: 0; cursor: pointer; place-items: center; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; font-family: Inter,ui-sans-serif,system-ui,sans-serif; font-size: 1.8rem; line-height: 1; transition: background .2s ease, transform .2s ease; }
.video-modal-close:hover { background: rgba(74,97,236,.8); transform: rotate(5deg); }
.video-modal-close:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 3px; }
.video-modal-frame { position: relative; margin: 12px 14px 14px; overflow: hidden; background: #000; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; aspect-ratio: 16/9; }
.video-modal-frame video { display: block; width: 100%; height: 100%; object-fit: contain; background: #000; }
body.video-modal-open { overflow: hidden; }
.facts-row { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--dark-line); }
.facts-row div { padding: 24px 22px; border-right: 1px solid var(--dark-line); }
.facts-row div:last-child { border-right: 0; }
.facts-row span, .facts-row strong { display: block; }
.facts-row span { color: #737f96; font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.facts-row strong { margin-top: 3px; font-size: .88rem; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-inner p { margin: 0; padding: 22px; text-align: center; border-right: 1px solid var(--line); }
.trust-inner p:last-child { border-right: 0; }
.trust-inner strong, .trust-inner span { display: block; }
.trust-inner strong { color: var(--ink); font-size: .95rem; }
.trust-inner span { color: var(--muted); font-size: .7rem; }
.quick-nav { position: sticky; z-index: 90; top: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(11,16,32,.06); backdrop-filter: blur(14px); }
.quick-nav-inner { display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 62px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.quick-nav-inner::-webkit-scrollbar { display: none; }
.quick-nav a { flex: 0 0 auto; color: #556077; font-size: .76rem; font-weight: 750; text-decoration: none; }
.quick-nav a:hover { color: var(--blue); }
main section[id] { scroll-margin-top: calc(var(--header-height) + 82px); }

h2 { margin: 0; font-size: clamp(2.3rem, 4.1vw, 4rem); line-height: 1.04; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
.method, .how, .outcomes, .difference, .faq { padding: 105px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: end; }
.split-heading > p, .section-lead { margin: 0; color: var(--muted); font-size: 1.04rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.feature-card { padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 40px rgba(18,25,45,.05); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; color: white; background: var(--brand-gradient); border-radius: 14px; font-size: .77rem; font-weight: 900; }
.feature-icon.amber { background: linear-gradient(135deg, #f4c34f, #e88f32); }
.feature-icon.violet { background: linear-gradient(135deg, #876ce9, #5444dc); }
.feature-card h3 { margin: 22px 0 8px; font-size: 1.24rem; }
.feature-card p { margin: 0; color: var(--muted); }

.experience { padding: 110px 0; overflow: hidden; }
.experience-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.experience-copy > p:not(.kicker) { color: #9da6ba; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; color: #dae0ec; font-size: .9rem; }
.check-list.single { grid-template-columns: 1fr; }
.decision-cta { margin-top: 28px; }
.demo-panel { position: relative; }
.demo-panel::before { content: ""; position: absolute; inset: 12% -20%; background: rgba(103,85,232,.21); border-radius: 50%; filter: blur(80px); }
.demo-window { position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.15), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.window-bar { display: flex; align-items: center; gap: 6px; height: 48px; padding: 0 18px; background: #141a28; border-bottom: 1px solid var(--dark-line); }
.window-bar span { width: 8px; height: 8px; border-radius: 50%; background: #e05e61; }
.window-bar span:nth-child(2) { background: #e0ad3d; }
.window-bar span:nth-child(3) { background: #37ba8b; }
.window-bar em { margin-left: auto; color: #727d93; font-size: .66rem; font-style: normal; }
.evaluation { padding: 34px; background: #101624; }
.evaluation-head { display: flex; align-items: center; justify-content: space-between; }
.evaluation-head small { color: #5d6c86; font-weight: 800; letter-spacing: .12em; }
.evaluation-head h3 { margin: 3px 0 0; }
.status { padding: 7px 10px; color: #72edbd; background: rgba(58,219,162,.09); border: 1px solid rgba(58,219,162,.18); border-radius: 999px; font-size: .67rem; font-weight: 800; }
.evaluation-score { display: flex; align-items: baseline; gap: 9px; margin: 35px 0 25px; }
.evaluation-score strong { font-size: 4rem; line-height: 1; letter-spacing: -.06em; }
.evaluation-score span { color: #758198; font-size: .76rem; }
.metric { display: grid; grid-template-columns: 62px 1fr 28px; gap: 12px; align-items: center; margin: 14px 0; font-size: .76rem; }
.metric > span { color: #9ca6b9; }
.metric i { overflow: hidden; height: 7px; background: #252e40; border-radius: 999px; }
.metric b { display: block; height: 100%; background: var(--brand-gradient); border-radius: inherit; }
.metric strong { font-size: .72rem; text-align: right; }
.evaluation > p { margin: 28px 0 0; padding: 14px 16px; color: #bdc6d8; background: rgba(42,125,248,.08); border: 1px solid rgba(42,125,248,.16); border-radius: 12px; font-size: .77rem; }
.evaluation > p span { color: #5bd8f4; margin-right: 8px; }

.centered-heading { max-width: 790px; margin-inline: auto; text-align: center; }
.centered-heading.narrow { max-width: 740px; }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 50px; }
.steps-grid::before { content: ""; position: absolute; top: 26px; left: 16%; right: 16%; height: 1px; background: #cfd5e2; }
.steps-grid article { position: relative; padding: 0 26px; text-align: center; }
.steps-grid article > span { position: relative; z-index: 1; display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; color: white; background: var(--blue); border: 8px solid var(--paper); border-radius: 50%; font-weight: 900; }
.steps-grid h3 { margin: 0 0 8px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.curriculum { padding: 110px 0; color: white; background: linear-gradient(135deg,#10213a,#0a0f1b 58%,#172158); }
.curriculum-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.curriculum-intro > p:not(.kicker) { color: #9da8bd; }
.content-counts { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 32px; }
.content-counts div { padding: 18px; background: rgba(255,255,255,.05); border: 1px solid var(--dark-line); border-radius: 15px; }
.content-counts strong, .content-counts span { display: block; }
.content-counts strong { color: #62dbf5; font-size: 1.7rem; }
.content-counts span { color: #8e99af; font-size: .7rem; }
.curriculum-accordion details { margin-bottom: 12px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.curriculum-accordion summary { display: flex; align-items: center; gap: 15px; padding: 20px; cursor: pointer; list-style: none; }
.curriculum-accordion summary::-webkit-details-marker { display: none; }
.curriculum-accordion summary span { color: #63d9f2; font-size: .72rem; font-weight: 900; }
.curriculum-accordion summary::after { content: "+"; margin-left: auto; color: #63d9f2; font-size: 1.25rem; }
.curriculum-accordion details[open] summary::after { content: "−"; }
.curriculum-accordion details > div { padding: 0 22px 22px 50px; color: #aeb7c9; font-size: .88rem; }
.curriculum-accordion details p { margin-top: 0; }
.curriculum-accordion details ul { padding-left: 18px; margin-bottom: 0; }
.section-action { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 48px; padding: 24px 26px; background: rgba(255,255,255,.06); border: 1px solid var(--dark-line); border-radius: 18px; }
.section-action strong, .section-action span { display: block; }
.section-action span { color: #8f9aaf; font-size: .72rem; }

.outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 50px; }
.outcome-grid article { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.outcome-grid span { color: var(--blue); font-size: .72rem; font-weight: 900; }
.outcome-grid h3 { margin: 14px 0 7px; }
.outcome-grid p { margin: 0; color: var(--muted); font-size: .86rem; }

.audience { padding: 105px 0; color: white; background: var(--dark-2); }
.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.audience .section-lead { color: #9ca6ba; margin-top: 22px; }
.fit-list { display: grid; gap: 12px; }
.fit-list article { display: flex; gap: 18px; padding: 21px; background: rgba(255,255,255,.05); border: 1px solid var(--dark-line); border-radius: 18px; }
.fit-list article > span { flex: 0 0 34px; display: grid; width: 34px; height: 34px; place-items: center; color: #07101b; background: var(--cyan); border-radius: 11px; font-weight: 900; }
.fit-list article.not-fit > span { background: #ffd16d; }
.fit-list h3, .fit-list p { margin: 0; }
.fit-list h3 { font-size: 1rem; }
.fit-list p { color: #929db2; font-size: .84rem; }

.comparison { margin-top: 45px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 50px rgba(12,20,38,.06); }
.comparison-row { display: grid; grid-template-columns: .75fr 1.15fr 1.15fr; }
.comparison-row > * { padding: 19px 22px; border-bottom: 1px solid var(--line); }
.comparison-row:last-child > * { border-bottom: 0; }
.comparison-row > * + * { border-left: 1px solid var(--line); }
.comparison-row strong { color: #155cbd; background: #f1f7ff; }
.comparison-row span { color: var(--muted); }
.comparison-head > * { color: var(--ink); background: #eef1f7; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }

.registration { padding: 105px 0; }
.registration-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 50px; }
.registration-steps article { display: flex; gap: 16px; padding: 26px; background: rgba(255,255,255,.05); border: 1px solid var(--dark-line); border-radius: 20px; }
.registration-steps article > span { flex: 0 0 38px; display: grid; width: 38px; height: 38px; place-items: center; color: #07101b; background: var(--cyan); border-radius: 12px; font-weight: 900; }
.registration-steps h3, .registration-steps p { margin: 0; }
.registration-steps h3 { font-size: 1rem; }
.registration-steps p { margin-top: 7px; color: #919cb1; font-size: .83rem; }

.pricing { padding: 105px 0; color: white; background: linear-gradient(135deg,#10233e,#10101e 60%,#17245b); }
.price-card { display: grid; grid-template-columns: 1fr 350px; gap: 70px; padding: 50px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.price-main > p:not(.kicker) { color: #a7b0c3; }
.price-main .value-label { margin: 24px 0 10px; color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }
.price-main .check-list { margin-top: 25px; }
.price-main .value-label + .check-list { margin-top: 0; }
.price-main .check-list.compact { gap: 9px; }
.price-action { display: flex; flex-direction: column; justify-content: center; padding: 28px; color: var(--ink); background: white; border-radius: 22px; }
.price-action > span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.price-action > strong { margin: 3px 0; font-size: 3.5rem; line-height: 1.1; letter-spacing: -.05em; }
.price-action .price-original { margin-top: 7px; color: #7d879a; font-size: .9rem; font-weight: 650; text-decoration-color: #d65361; text-decoration-thickness: 2px; }
.price-action .price-saving { align-self: flex-start; margin: 5px 0 9px; padding: 6px 10px; color: #3b2c04; background: var(--gold-light); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .025em; line-height: 1.35; }
.price-action > small { min-height: 44px; color: var(--muted); font-size: .67rem; }
.price-action .button { margin-top: 18px; text-align: center; }
.price-action > p { margin: 9px 0 0; color: var(--muted); font-size: .68rem; text-align: center; }
.text-link { margin-top: 13px; color: #536078; font-size: .74rem; font-weight: 700; text-align: center; text-underline-offset: 3px; }

.support { padding: 40px 0; border-bottom: 1px solid var(--line); }
.support-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.support article { display: flex; gap: 14px; padding: 20px; }
.support article > span { flex: 0 0 30px; display: grid; width: 30px; height: 30px; place-items: center; color: white; background: var(--blue); border-radius: 10px; font-weight: 900; }
.support h3, .support p { margin: 0; }
.support h3 { font-size: .96rem; }
.support p { margin-top: 4px; color: var(--muted); font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.accordion { border-top: 1px solid #cfd4df; }
.accordion details { border-bottom: 1px solid #cfd4df; }
.accordion summary { position: relative; padding: 22px 48px 22px 0; cursor: pointer; list-style: none; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; top: 20px; right: 5px; display: grid; width: 28px; height: 28px; place-items: center; color: var(--blue); background: #e7efff; border-radius: 50%; font-size: 1.1rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -5px 50px 22px 0; color: var(--muted); font-size: .9rem; }

.final-cta { position: relative; padding: 80px 0; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 600px; height: 600px; top: -250px; right: -150px; background: rgba(42,125,248,.22); border-radius: 50%; filter: blur(100px); }
.final-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.final-inner h2 { max-width: 760px; }
.final-inner > div:last-child { min-width: 300px; text-align: center; }
.final-price { display: block; margin-bottom: 10px; font-size: 2.3rem; line-height: 1; }
.final-inner > div:last-child p { margin: 9px 0 0; color: #8993aa; font-size: .72rem; }
.campaign-footer { padding: 36px 0; background: white; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.footer-inner img { width: 145px; }
.footer-inner nav { display: flex; justify-content: center; gap: 24px; }
.footer-inner a { color: var(--muted); font-size: .78rem; text-decoration: none; }
.footer-inner p { color: var(--muted); font-size: .75rem; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button { transition: none; } }

@media (max-width: 1020px) {
  .hero-grid, .experience-grid, .audience-grid, .faq-grid, .curriculum-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .product-stage { margin-top: 0; }
  .hero-copy { text-align: center; }
  .hero-benefits { width: max-content; max-width: 100%; margin-inline: auto; text-align: left; }
  .hero-offer { justify-content: center; }
  .facts-row, .trust-inner { grid-template-columns: repeat(2,1fr); }
  .facts-row div:nth-child(2), .trust-inner p:nth-child(2) { border-right: 0; }
  .facts-row div:nth-child(-n+2), .trust-inner p:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }
  .trust-inner p:nth-child(-n+2) { border-bottom-color: var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .outcome-grid { grid-template-columns: repeat(2,1fr); }
  .curriculum-grid, .audience-grid { gap: 50px; }
  .price-card { grid-template-columns: 1fr 315px; gap: 35px; padding: 35px; }
  .final-inner { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .final-inner > div:last-child { min-width: 0; }
}

@media (max-width: 760px) {
  :root { --header-height: 70px; }
  body { padding-bottom: 76px; }
  .shell { width: min(100% - 28px,1160px); }
  .brand { padding: 0; border-radius: 0; }
  .brand img { width: 150px; }
  .header-inner { gap: 8px; }
  .header-actions { gap: 5px; }
  .help-link { min-height: 40px; padding-inline: 8px; }
  .help-full { display: none; }
  .help-short { display: inline; font-size: .7rem; }
  .button-header { min-height: 42px; padding: 0 11px; font-size: 1rem; font-weight: 700; }
  .button-header-arrow { display: none; }

  .hero { padding-top: 58px; }
  .hero-grid { padding-bottom: 50px; }
  .hero h1 { font-size: clamp(2.25rem, 9.5vw, 3rem); line-height: 1.06; }
  .hero-lead { font-size: .98rem; }
  .hero-offer { display: grid; grid-template-columns: 1fr; gap: 15px; }
  .eyebrow { max-width: 100%; justify-content: center; white-space: normal; }
  .hero-price { text-align: center; }
  .hero-price-primary { margin-inline: auto; }
  .hero-price strong { font-size: 2.35rem; }
  .hero-value-offer { padding-inline: 16px; }
  .offer-price-row { justify-content: center; gap: 18px; }
  .hero-value-offer .offer-current-price strong { font-size: clamp(2.2rem, 11vw, 2.8rem); }
  .hero-value-offer .offer-saving { flex-direction: column; gap: 2px; margin-inline: -16px; padding-inline: 16px; }
  .hero-value-offer .offer-saving span { text-align: center; }
  .hero-offer .button { width: 100%; }
  .cta-microcopy { text-align: center; }
  .product-stage { padding: 11px; border-radius: 20px; }
  .video-trigger-hitarea::before { width: 68px; height: 68px; box-shadow: 0 15px 36px rgba(0,0,0,.4), 0 0 0 8px rgba(74,97,236,.16); }
  .video-trigger-hitarea::after { border-top-width: 11px; border-bottom-width: 11px; border-left-width: 17px; }
  .stage-topline span:last-child { display: none; }
  .score-card { right: 6px; bottom: 20px; transform: scale(.82); transform-origin: right bottom; }
  .lesson-chip { left: 7px; top: 25%; transform: scale(.85); transform-origin: left center; }
  .facts-row, .trust-inner { width: 100%; }
  .facts-row div, .trust-inner p { padding: 18px 14px; }
  .facts-row strong, .trust-inner strong { font-size: .82rem; }
  .facts-row span, .trust-inner span { font-size: .62rem; }
  .quick-nav-inner { justify-content: flex-start; width: 100%; padding: 0 14px; gap: 24px; }

  .method, .how, .outcomes, .difference, .faq, .experience, .curriculum, .audience, .registration, .pricing { padding: 76px 0; }
  h2 { font-size: 2.3rem; }
  .feature-grid, .steps-grid, .registration-steps, .support-grid { grid-template-columns: 1fr; }
  .feature-grid { margin-top: 35px; }
  .feature-card { padding: 24px; }
  .experience-grid, .faq-grid { gap: 44px; }
  .experience-copy .decision-cta { width: 100%; }
  .evaluation { padding: 22px; }
  .evaluation-score strong { font-size: 3.2rem; }
  .steps-grid::before { display: none; }
  .steps-grid article { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; padding: 0; text-align: left; }
  .steps-grid article > span { grid-row: span 2; width: 48px; height: 48px; margin: 0; border: 0; }
  .steps-grid h3 { margin-top: 2px; }
  .content-counts { grid-template-columns: repeat(2,1fr); }
  .curriculum-accordion details > div { padding-left: 20px; }
  .section-action { display: grid; padding: 21px; }
  .section-action .button { width: 100%; }
  .outcome-grid { grid-template-columns: 1fr; }
  .comparison { overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .comparison-head { display: none; }
  .comparison-row { grid-template-columns: 1fr; margin-bottom: 14px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; }
  .comparison-row > * { padding: 14px 17px; border-bottom: 1px solid var(--line); }
  .comparison-row > * + * { border-left: 0; }
  .comparison-row > *:first-child { color: var(--ink); background: #eef1f7; font-weight: 850; }
  .comparison-row strong::before, .comparison-row > span:last-child::before { display: block; margin-bottom: 3px; font-size: .62rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
  .comparison-row strong::before { content: "LorraineMusic.ai"; color: #155cbd; }
  .comparison-row > span:last-child::before { content: "Song-first approach"; color: #7a8498; }
  .price-card { grid-template-columns: 1fr; padding: 21px; gap: 30px; }
  .price-action { padding: 23px; }
  .price-action > strong { font-size: 3rem; }
  .support { padding: 25px 0; }
  .support article { padding: 12px 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta { padding: 68px 0; }
  .final-inner .button { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner img { margin-inline: auto; }
  .footer-inner nav { flex-wrap: wrap; gap: 13px 20px; }
  .footer-inner p { margin: 0; }

  .mobile-cta { position: fixed; z-index: 90; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 70px; padding: 9px 14px calc(9px + env(safe-area-inset-bottom)); color: white; background: rgba(7,12,22,.96); border-top: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(16px); transform: translateY(120%); transition: transform .28s ease; }
  .mobile-cta.is-active { transform: none; }
  .mobile-cta div span, .mobile-cta div strong { display: block; }
  .mobile-cta div span { color: #8e98ad; font-size: .6rem; }
  .mobile-cta div strong { font-size: .98rem; }
  .mobile-cta .button { min-height: 46px; padding-inline: 17px; font-size: .78rem; }
  .video-modal { padding: 10px; }
  .video-modal-dialog { border-radius: 16px; }
  .video-modal-header { min-height: 70px; padding: 12px 12px 12px 16px; }
  .video-modal-close { width: 40px; height: 40px; }
  .video-modal-frame { margin: 10px; border-radius: 9px; }
}

@media (max-width: 480px) {
  .help-link { display: none; }
}

@media (max-width: 390px) {
  .brand img { width: 150px; }
  .button-header { font-size: 1rem; }
  .button-header-label-full { display: none; }
  .button-header-label-short { display: inline; }
  .eyebrow { font-size: .65rem; }
  .hero h1 { font-size: 2.25rem; }
  .hero-benefits { font-size: .86rem; }
}

/* LorraineMusic.ai brand and responsive typography system */
h1, h2, h3, h4, h5, h6,
.button, .kicker, .eyebrow, summary,
.quick-nav a, .content-counts strong, .price-action > strong, .final-price {
  font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: 800; text-wrap: balance; }
p, li { text-wrap: pretty; }

.hero h1 {
  font-size: clamp(2.5rem, 4.35vw, 3.75rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

h2 {
  font-size: clamp(2rem, 3.75vw, 3.25rem);
  line-height: 1.12;
  letter-spacing: -.032em;
}

h3,
.feature-card h3,
.fit-list h3,
.registration-steps h3,
.support h3 {
  font-size: clamp(1.25rem, 1.75vw, 1.375rem);
  line-height: 1.35;
  letter-spacing: -.012em;
}

.hero-lead,
.split-heading > p,
.section-lead,
.curriculum-intro > p:not(.kicker),
.price-main > p:not(.kicker),
.faq-grid > div:first-child > p:last-child {
  font-size: clamp(1.0625rem, 1.35vw, 1.125rem);
  line-height: 1.7;
}

.feature-card p,
.experience-copy > p:not(.kicker),
.steps-grid p,
.outcome-grid p,
.fit-list p,
.registration-steps p,
.support p,
.accordion details p,
.check-list,
.hero-benefits,
.curriculum-accordion details > div,
.curriculum-accordion details li {
  font-size: 1rem;
  line-height: 1.65;
}

.eyebrow,
.kicker {
  color: var(--gold);
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .1em;
}

.kicker-blue { color: var(--gold-light); }
.eyebrow { color: var(--ink); }

.quick-nav a {
  color: #465169;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .01em;
}

.quick-nav a:hover,
.quick-nav a:focus-visible { color: var(--blue); }

.button {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.button-header,
.mobile-cta .button { font-size: 1rem; }
.button span[aria-hidden="true"], .button-header-arrow { color: var(--gold-light); }

.hero-benefits li,
.check-list li,
.curriculum-accordion details li {
  position: relative;
  list-style: none;
}

.hero-benefits li::before,
.check-list li::before,
.curriculum-accordion details li::before {
  content: "→";
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  place-items: center;
  color: var(--gold-light);
  background: rgba(202,161,58,.12);
  border: 1px solid rgba(202,161,58,.4);
  border-radius: 50%;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
}

.curriculum-accordion details ul { padding: 0; margin: 12px 0 0; }
.curriculum-accordion details li + li { margin-top: 8px; }

.help-dot,
.stage-topline i { background: var(--gold); box-shadow: 0 0 0 4px rgba(202,161,58,.16); }
.stage-topline span:first-child,
.evaluation > p span,
.content-counts strong,
.curriculum-accordion summary span,
.curriculum-accordion summary::after,
.outcome-grid span { color: var(--gold-light); }

.feature-icon,
.feature-icon.amber,
.feature-icon.violet,
.metric b { background: var(--brand-gradient); }

.lesson-chip,
.fit-list article > span,
.fit-list article.not-fit > span,
.registration-steps article > span {
  color: var(--ink);
  background: var(--gold-light);
}

.status {
  color: var(--gold-light);
  background: rgba(202,161,58,.1);
  border-color: rgba(202,161,58,.3);
}

.support article > span { background: var(--brand-gradient); }
.comparison-row strong { color: var(--blue); background: rgba(74,97,236,.07); }
.comparison-row strong::before { color: var(--blue); }
.accordion summary::after { color: var(--blue); background: rgba(74,97,236,.1); }

.stage-topline,
.hero-price span,
.hero-price small,
.score-card small,
.window-bar em,
.evaluation-head small,
.evaluation-score span,
.metric,
.metric strong,
.curriculum-accordion summary span,
.price-action > span,
.facts-row span,
.trust-inner span,
.content-counts span,
.section-action span,
.price-action > small,
.price-action > p,
.cta-microcopy,
.final-inner > div:last-child p,
.footer-inner p,
.footer-inner a {
  font-size: .8125rem;
  line-height: 1.55;
}

.window-bar span { background: var(--blue); }
.window-bar span:nth-child(2) { background: var(--gold); }
.window-bar span:nth-child(3) { background: var(--blue-light); }

@media (max-width: 760px) {
  .hero h1 { font-size: clamp(2.25rem, 10vw, 2.875rem); line-height: 1.1; }
  h2 { font-size: clamp(1.875rem, 8vw, 2.5rem); line-height: 1.15; }
  h3,
  .feature-card h3,
  .fit-list h3,
  .registration-steps h3,
  .support h3 { font-size: 1.25rem; }
  .eyebrow, .kicker { font-size: .875rem; letter-spacing: .085em; }
  .hero-lead,
  .split-heading > p,
  .section-lead,
  .feature-card p,
  .experience-copy > p:not(.kicker),
  .steps-grid p,
  .outcome-grid p,
  .fit-list p,
  .registration-steps p,
  .support p,
  .accordion details p,
  .check-list,
  .hero-benefits,
  .curriculum-accordion details > div,
  .curriculum-accordion details li { font-size: 1rem; }
  .quick-nav a { font-size: .8125rem; }
  .mobile-cta div span { font-size: .75rem; }
  .mobile-cta div strong { font-size: 1rem; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.2rem; }
  .button-header, .mobile-cta .button { font-size: .875rem; }
}
