/* GENERATED by scripts/split-stylesheet.mjs from landing/styles.css.
   Do not edit by hand: edit landing/styles.css and re-run the splitter.

   The home surface's sheet, loaded after core.css.
   specs/stylesheet-split.md. Rules are the original bytes in the original
   order, so the cascade within a sheet is the cascade styles.css had. */
.site-header nav a[aria-current="page"] { background: white; color: var(--blue); }
.mobile-sign-in { display: none; }
.hero { width: min(1240px, calc(100% - 2.5rem)); min-height: 640px; margin: 0 auto; padding: clamp(3.6rem, 6vw, 6rem) 0 clamp(4rem, 7vw, 6.5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.04fr); align-items: center; gap: clamp(3rem, 5.5vw, 5.5rem); }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; }
h1 em { color: var(--blue); font-style: normal; }
.hero h1 { max-width: 560px; margin: 0 0 1.05rem; font-size: clamp(2.2rem, 3.15vw, 3.15rem); line-height: 1.1; text-wrap: balance; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 520px; margin: 0 0 1.75rem; color: var(--muted); font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.6; }
.hero-proof { margin: 0 0 1.9rem; padding: 0; display: grid; gap: .6rem; list-style: none; }
.hero-proof li { display: flex; align-items: center; gap: .6rem; color: #4f5c70; font-size: .8rem; font-weight: 500; }
.hero-proof svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: var(--teal); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.hero-trial { margin: .8rem 0 0; color: var(--soft-text); font-size: .74rem; font-weight: 500; }
.product-stage { min-width: 0; position: relative; }
.product-stage::before { content: ""; position: absolute; inset: -13% -9% -15% 17%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(47,100,223,.12), rgba(47,100,223,0) 70%); }
.product-window { overflow: hidden; border: 1px solid #d3d9e3; border-radius: 15px; background: white; box-shadow: var(--shadow-lg); }
.window-bar { min-height: 58px; padding: 0 1rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line); background: white; }
.mini-brand { display: flex; align-items: center; gap: .5rem; }
.mini-brand strong { color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: -.006em; }
.mini-brand strong span { color: var(--blue); }
.mini-logo { width: 24px; height: 24px; display: block; flex: 0 0 24px; filter: drop-shadow(0 3px 5px rgba(44,95,213,.16)); }
.mini-logo svg { width: 100%; height: 100%; display: block; }
.window-nav { display: flex; align-items: center; gap: 1.2rem; align-self: stretch; }
.window-nav span { display: flex; align-items: center; position: relative; color: var(--soft-text); font-size: .58rem; font-weight: 500; }
.window-nav span.active { color: var(--navy); }
.window-nav span.active::after { content: ""; height: 2px; position: absolute; right: 0; bottom: -20px; left: 0; border-radius: 2px; background: var(--blue); }
.profile-dot { width: 28px; height: 28px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: var(--navy); color: white; font-size: .58rem; font-weight: 700; }
.window-content { min-height: 430px; padding: clamp(1.3rem, 3vw, 2rem); background: #f8f9fb; }
.window-heading { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.window-heading small, .window-heading strong, .window-heading p { display: block; }
.window-heading small { color: var(--blue); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.window-heading strong { margin-top: .28rem; color: var(--navy); font-size: 1.25rem; font-weight: 700; letter-spacing: -.012em; }
.window-heading p { margin: .16rem 0 0; color: var(--muted); font-size: .68rem; }
.streak { padding: .5rem .65rem; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--muted); font-size: .58rem; font-weight: 700; }
.streak b { color: var(--teal); }
.session-card { min-height: 105px; margin-top: 1.35rem; padding: 1rem; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 1rem; border: 1px solid #e2e6ed; border-radius: 12px; background: white; box-shadow: var(--shadow-sm); }
.subject-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); color: white; font-size: 1rem; font-weight: 700; }
.session-copy small, .session-copy strong, .session-copy span { display: block; }
.session-copy small { color: var(--soft-text); font-size: .55rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.session-copy strong { margin: .25rem 0 .16rem; color: var(--navy); font-size: .88rem; }
.session-copy span { color: var(--muted); font-size: .61rem; }
.session-action { min-width: 70px; padding: .58rem .7rem; border-radius: 7px; background: var(--navy); color: white; text-align: center; font-size: .6rem; font-weight: 500; }
.session-action b { margin-left: .3rem; }
.window-grid { margin-top: .85rem; display: grid; grid-template-columns: 1.35fr .8fr; gap: .85rem; }
.rhythm-panel, .next-panel { min-height: 140px; padding: 1rem; border: 1px solid var(--line); border-radius: 11px; background: white; }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.panel-heading small, .panel-heading strong { display: block; }
.panel-heading small, .next-panel > small { color: var(--soft-text); font-size: .54rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.panel-heading strong { margin-top: .2rem; color: var(--navy); font-size: .72rem; }
.panel-heading > span { color: var(--teal); font-size: .56rem; font-weight: 700; }
.day-row { margin-top: 1.25rem; display: grid; grid-template-columns: repeat(5, 1fr); gap: .45rem; }
.day-row div { display: grid; justify-items: center; gap: .32rem; }
.day-row i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 6px; background: #edf0f4; color: white; font-size: .55rem; font-style: normal; font-weight: 700; }
.day-row i.partial { background: #b8ddd6; }
.day-row i.complete { background: var(--teal); }
.day-row small { color: var(--soft-text); font-size: .5rem; }
.next-panel > strong, .next-panel > span { display: block; }
.next-panel > strong { margin: .65rem 0 .18rem; color: var(--navy); font-size: .72rem; }
.next-panel > span { color: var(--muted); font-size: .56rem; }
.subject-line { margin-top: 1.45rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.subject-line i { height: 3px; border-radius: 2px; background: #d8e1f5; }
.subject-line i:nth-child(1) { background: var(--blue); }
.parent-glance { position: absolute; right: -18px; bottom: -30px; padding: .8rem .95rem; display: flex; align-items: center; gap: .65rem; border: 1px solid #d7e0df; border-radius: 10px; background: white; box-shadow: 0 16px 38px rgba(24,35,58,.14); }
.glance-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 8px; background: var(--teal-light); color: var(--teal); }
.glance-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.parent-glance small, .parent-glance strong { display: block; }
.parent-glance small { color: var(--soft-text); font-size: .52rem; font-weight: 500; text-transform: uppercase; letter-spacing: .07em; }
.parent-glance strong { margin-top: .12rem; color: var(--navy); font-size: .67rem; }
.proof-bar { min-height: 116px; padding: 0 max(1.25rem, env(safe-area-inset-right)) 0 max(1.25rem, env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.proof-bar > div { padding: 1.45rem clamp(1rem, 3vw, 2.2rem); display: grid; grid-template-columns: auto 1fr; align-content: center; gap: .1rem .75rem; border-right: 1px solid var(--line); }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar > div > span { grid-row: 1 / 3; color: var(--blue); font-size: .6rem; font-weight: 700; letter-spacing: .08em; }
.proof-bar strong { color: var(--navy); font-size: .75rem; }
.proof-bar small { color: var(--muted); font-size: .64rem; }
.section { width: min(1120px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(6rem, 10vw, 9rem) 0; }
.section-heading h2, .rhythm-copy h2, .trust-copy h2, .final-cta h2 { margin: .75rem 0 0; font-size: clamp(2.5rem, 4.5vw, 4.3rem); line-height: 1.02; }
.centred-heading { max-width: 770px; margin: 0 auto clamp(4rem, 7vw, 6rem); text-align: center; }
.centred-heading .eyebrow { justify-content: center; }
.centred-heading p { max-width: 640px; margin: 1.2rem auto 0; color: var(--muted); font-size: .94rem; }
.role-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.role-showcase + .role-showcase { margin-top: clamp(7rem, 12vw, 11rem); }
.role-showcase-parent { grid-template-columns: 1.22fr .78fr; }
.role-copy h3 { margin: 1.4rem 0 .8rem; color: var(--navy); font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.12; letter-spacing: -.018em; }
.role-copy > p { color: var(--muted); font-size: .88rem; line-height: 1.7; }
.role-label { display: inline-flex; align-items: center; overflow: hidden; border: 1px solid #d6ddec; border-radius: 7px; background: white; }
.role-label span { padding: .45rem .58rem; background: var(--blue); color: white; font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.role-label small { padding: .45rem .65rem; color: var(--muted); font-size: .6rem; font-weight: 500; }
.role-label.parent span { background: var(--teal); }
.tick-list { margin: 1.5rem 0 0; padding: 0; display: grid; gap: .72rem; list-style: none; }
.tick-list li { position: relative; padding-left: 1.6rem; color: #4f5c70; font-size: .76rem; font-weight: 500; }
.tick-list li::before { content: ""; width: 15px; height: 15px; position: absolute; top: .12rem; left: 0; border-radius: 50%; background: var(--teal-light); }
.tick-list li::after { content: ""; width: 5px; height: 3px; position: absolute; top: .43rem; left: 5px; border-bottom: 1.5px solid var(--teal); border-left: 1.5px solid var(--teal); transform: rotate(-45deg); }
.student-ui, .parent-ui { overflow: hidden; border: 1px solid #d7dde7; border-radius: 15px; background: white; box-shadow: var(--shadow-lg); }
.ui-toolbar { height: 52px; padding: 0 1.2rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .66rem; font-weight: 500; }
.ui-toolbar small { color: var(--muted); font-size: .58rem; }
.student-ui { min-height: 470px; padding-bottom: 1.2rem; text-align: center; }
.completion-mark { width: 64px; height: 64px; margin: 3rem auto 1rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal-light); color: var(--teal); }
.completion-mark svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.completion-kicker { color: var(--teal); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.completion-title { display: block; margin-top: .42rem; color: var(--navy); font-size: 1.5rem; font-weight: 700; letter-spacing: -.012em; }
.student-ui > p { margin: .35rem auto 1.8rem; color: var(--muted); font-size: .72rem; }
.completion-summary { width: calc(100% - 3rem); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 10px; background: #fafbfc; }
.completion-summary span { padding: .9rem .6rem; color: var(--muted); font-size: .58rem; border-right: 1px solid var(--line); }
.completion-summary span:last-child { border-right: 0; }
.completion-summary b { display: block; margin-bottom: .18rem; color: var(--navy); font-size: 1rem; }
.ui-actions { margin: 1.25rem 1.5rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .62rem; }
.ui-actions b { padding: .58rem .72rem; border-radius: 7px; background: var(--navy); color: white; text-align: right; }
.parent-ui { min-height: 480px; padding: 1.4rem; background: #f8f9fb; }
.parent-ui-top { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.parent-ui-top small, .parent-ui-top strong { display: block; }
.parent-ui-top small { color: var(--blue); font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.parent-ui-top strong { margin-top: .2rem; color: var(--navy); font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; }
.parent-ui-top > span { padding: .45rem .58rem; border: 1px solid var(--line); border-radius: 7px; background: white; color: var(--muted); font-size: .55rem; font-weight: 700; }
.metric-row { margin-top: 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.metric-row > div { padding: .85rem; border: 1px solid var(--line); border-radius: 9px; background: white; }
.metric-row small, .metric-row strong, .metric-row span { display: block; }
.metric-row small { color: var(--soft-text); font-size: .5rem; font-weight: 500; text-transform: uppercase; letter-spacing: .07em; }
.metric-row strong { margin: .38rem 0 .1rem; color: var(--navy); font-size: 1.08rem; }
.metric-row span { color: var(--muted); font-size: .51rem; }
.progress-chart { margin-top: .65rem; padding: .9rem; border: 1px solid var(--line); border-radius: 9px; background: white; }
.chart-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.chart-top strong { color: var(--navy); font-size: .63rem; }
.chart-top span { display: inline-flex; align-items: center; gap: .3rem; color: var(--muted); font-size: .5rem; }
.chart-top i { width: 7px; height: 7px; border-radius: 2px; background: var(--teal); }
.chart-bars { height: 135px; margin-top: .7rem; padding-top: .5rem; display: flex; align-items: stretch; gap: .65rem; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, #eef1f5 0, #eef1f5 1px, transparent 1px, transparent 42px); }
.chart-bars > div { min-width: 0; flex: 1 1 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; gap: .28rem; }
.chart-bars i { width: 16px; height: 42px; display: block; flex: 0 0 auto; border-radius: 4px 4px 0 0; background: var(--teal); }
.chart-bars > div:nth-child(1) i { height: 40px; }
.chart-bars > div:nth-child(2) i { height: 49px; }
.chart-bars > div:nth-child(3) i { height: 44px; }
.chart-bars > div:nth-child(4) i { height: 61px; }
.chart-bars > div:nth-child(5) i { height: 70px; }
.chart-bars > div:nth-child(6) i { height: 65px; }
.chart-bars > div:nth-child(7) i { height: 84px; }
.chart-bars small { padding-bottom: .35rem; color: var(--soft-text); font-size: .46rem; }
.review-row { margin-top: .65rem; padding: .75rem .85rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border: 1px solid #d9e4f7; border-radius: 8px; background: #f1f5fd; color: var(--muted); font-size: .57rem; }
.review-row span { display: flex; align-items: center; gap: .45rem; }
.review-row span b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; background: var(--blue); color: white; }
.review-row > strong { color: var(--blue); }
.process-section { padding: 0 1.25rem; }
.process-shell { width: min(1240px, 100%); margin: 0 auto; padding: clamp(4rem, 8vw, 7rem); border-radius: 18px; background: var(--navy); color: white; }
.process-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.process-heading h2 { max-width: 720px; margin: .7rem 0 0; color: white; font-size: clamp(2.5rem, 4.5vw, 4.3rem); line-height: 1.02; }
.process-heading > p { max-width: 380px; margin: 0; color: rgba(255,255,255,.61); font-size: .82rem; }
.process-list { margin: clamp(3rem, 6vw, 5rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.process-list li { padding: 0 clamp(1.2rem, 3vw, 2rem); display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 1rem; border-right: 1px solid rgba(255,255,255,.13); }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { padding-right: 0; border-right: 0; }
.process-list li > span { color: #8eabe8; font-size: .62rem; font-weight: 700; letter-spacing: .08em; }
.process-list h3 { margin: 0 0 .55rem; color: white; font-size: .95rem; }
.process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: .72rem; }
.features-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 2.6vw, 2.2rem); }
.feature-card { min-width: 0; padding: clamp(1.6rem, 2.4vw, 2.1rem); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow-sm); }
.feature-step { padding: .3rem .6rem; align-self: flex-start; border-radius: 999px; background: var(--blue-light); color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .1em; }
.feature-card h3 { margin: 1rem 0 0; color: var(--navy); font-family: var(--font-display); font-size: 1.32rem; font-weight: 700; letter-spacing: -.012em; line-height: 1.2; }
.feature-card > p { margin: .8rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.feature-card .feature-note { margin: .9rem 0 0; padding: .6rem .8rem; border-left: 2px solid var(--amber); border-radius: 0 8px 8px 0; background: var(--canvas-warm); color: var(--text); font-size: .78rem; font-weight: 500; line-height: 1.55; }
.feature-card > p:last-of-type { margin-bottom: clamp(1.4rem, 2.2vw, 1.9rem); }
.feature-card .feature-shot { margin: auto 0 0; padding-top: clamp(1.4rem, 2.2vw, 1.9rem); border-top: 1px solid var(--line); }
.features-cta { margin: clamp(3rem, 5vw, 4rem) 0 0; display: flex; flex-direction: column; align-items: center; gap: .9rem; text-align: center; }
.features-trial { margin: 0; color: var(--soft-text); font-size: .74rem; font-weight: 500; }
.rhythm-section { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.rhythm-copy > p { max-width: 440px; margin: 1.2rem 0 1.6rem; color: var(--muted); font-size: .86rem; }
.rhythm-legend { display: flex; flex-wrap: wrap; gap: .8rem; color: var(--muted); font-size: .58rem; font-weight: 500; }
.rhythm-legend span { display: inline-flex; align-items: center; gap: .35rem; }
.rhythm-legend i { width: 10px; height: 10px; display: block; border-radius: 3px; background: #e8ebef; }
.rhythm-legend i.partial { background: #abd7cf; }
.rhythm-legend i.complete { background: var(--teal); }
.calendar-card { min-width: 0; padding: 1.5rem; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow-sm); }
.calendar-top { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.calendar-top small, .calendar-top strong { display: block; }
.calendar-top small { color: var(--soft-text); font-size: .55rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.calendar-top strong { margin-top: .15rem; color: var(--navy); font-size: 1rem; }
.calendar-top > span { color: var(--teal); font-size: .56rem; font-weight: 500; }
.calendar-months { margin: 1.8rem 0 .55rem; display: grid; grid-template-columns: repeat(7, 1fr); color: var(--soft-text); font-size: .49rem; font-weight: 700; }
.calendar-grid { display: grid; grid-template-rows: repeat(7, 12px); grid-auto-flow: column; grid-auto-columns: 12px; justify-content: space-between; gap: 4px; }
.calendar-grid i { display: block; border-radius: 3px; background: #e8ebef; }
.calendar-grid i.partial { background: #abd7cf; }
.calendar-grid i.complete { background: var(--teal); }
.trust-section { width: min(1240px, calc(100% - 2.5rem)); padding-top: 0; }
.trust-panel { padding: clamp(2.4rem, 6vw, 5rem); display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); border-radius: 18px; background: #1d2a43; color: white; }
.trust-copy h2 { max-width: 750px; color: white; }
.trust-copy p { max-width: 750px; margin: 1.2rem 0 0; color: rgba(255,255,255,.62); font-size: .83rem; line-height: 1.7; }
.subject-list { display: grid; gap: .55rem; }
.subject-list span { min-height: 48px; padding: .5rem .65rem; display: flex; align-items: center; gap: .7rem; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: rgba(255,255,255,.8); font-size: .7rem; font-weight: 500; }
.subject-list i { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 6px; background: rgba(255,255,255,.1); color: #b6c9f0; font-size: .5rem; font-style: normal; font-weight: 700; }
.pricing-section { padding-top: 2rem; }
.pricing-shell { display: flex; justify-content: center; }
.pricing-card { width: min(680px, 100%); padding: clamp(2rem, 5vw, 3.4rem); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-lg); }
.pricing-head { padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); text-align: center; }
.pricing-plan { display: block; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.pricing-amount { margin: .8rem 0 0; display: flex; align-items: baseline; justify-content: center; gap: .5rem; }
.pricing-amount strong { color: var(--teal); font-size: clamp(3.2rem, 7vw, 4.6rem); font-weight: 700; line-height: 1; letter-spacing: -.02em; }
.pricing-amount span { color: var(--muted); font-size: .85rem; font-weight: 500; }
.pricing-trial { margin: .9rem 0 0; color: var(--navy); font-size: .85rem; font-weight: 500; }
.pricing-list { margin-top: 1.8rem; }
.pricing-list li { padding-left: 1.7rem; font-size: .8rem; line-height: 1.65; }
.pricing-list li strong { color: var(--navy); font-weight: 700; }
.pricing-cta { width: 100%; margin-top: 2rem; justify-content: center; }
.pricing-notes { margin-top: 1.4rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.pricing-card-note { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.7; text-align: center; text-wrap: balance; }
@media (max-width: 720px) {
.pricing-card { border-radius: 14px; }
.pricing-head { text-align: left; }
.pricing-amount { justify-content: flex-start; }
.pricing-card-note { text-align: left; }
}
.questions-section { padding-top: 2rem; }
.question-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 4rem; }
.question-heading > p { margin: 0; color: var(--muted); font-size: .84rem; }
.final-cta { width: min(1240px, calc(100% - 2.5rem)); margin: 0 auto 1.25rem; padding: clamp(2.5rem, 6vw, 5rem); display: flex; align-items: center; justify-content: space-between; gap: 4rem; border-radius: 18px; background: var(--blue); color: white; }
.final-cta h2 { max-width: 730px; color: white; }
.final-cta p { margin: .8rem 0 0; color: rgba(255,255,255,.72); font-size: .84rem; }
@media (max-width: 1040px) {
.hero { min-height: auto; grid-template-columns: 1fr; }
.hero-copy { max-width: 760px; }
.product-stage { width: min(720px, 100%); justify-self: center; }
.role-showcase, .role-showcase-parent { grid-template-columns: 1fr; }
.role-copy { max-width: 660px; }
.role-showcase-parent .parent-ui { order: 2; }
.role-showcase-parent .role-copy { order: 1; }
.student-ui, .parent-ui { width: min(720px, 100%); }
.process-heading { display: block; }
.process-heading > p { margin-top: 1rem; }
.rhythm-section { grid-template-columns: 1fr; }
.rhythm-copy { max-width: 660px; }
.calendar-card { width: min(760px, 100%); }
}
@media (max-width: 720px) {
.hero { width: min(100% - 1.5rem, 1240px); padding: 3.4rem 0 4.5rem; gap: 3rem; }
.hero h1 { font-size: clamp(2.05rem, 8.9vw, 2.85rem); line-height: 1.08; }
.hero-lead { margin-bottom: 1.5rem; font-size: .98rem; }
.hero-copy > .hero-actions { order: 1; }
.hero-copy > .hero-trial { order: 2; }
.hero-copy > .hero-proof { order: 3; margin: 1.75rem 0 0; }
.hero-actions { align-items: stretch; gap: .65rem; }
.hero-actions .button { width: 100%; }
.hero-actions .text-link { justify-content: center; }
.hero-actions .mobile-sign-in { display: inline-flex; min-height: 42px; padding-block: .35rem; color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.hero-actions .product-link { display: none; }
.hero-trial { margin-top: .55rem; text-align: center; }
.product-window { border-radius: 12px; }
.window-bar { min-height: 48px; grid-template-columns: 1fr auto; }
.window-nav { display: none; }
.window-content { min-height: 400px; padding: 1rem; }
.window-heading strong { font-size: 1rem; }
.streak { display: none; }
.session-card { grid-template-columns: 45px 1fr; gap: .75rem; }
.subject-icon { width: 45px; height: 45px; }
.session-action { grid-column: 1 / -1; width: 100%; }
.window-grid { grid-template-columns: 1fr; }
.next-panel { display: none; }
.parent-glance { right: -5px; bottom: -27px; }
.proof-bar { grid-template-columns: 1fr 1fr; padding: 0; }
.proof-bar > div { border-bottom: 1px solid var(--line); }
.proof-bar > div:nth-child(2) { border-right: 0; }
.proof-bar > div:nth-child(3), .proof-bar > div:nth-child(4) { border-bottom: 0; }
.proof-bar > div { padding: 1.2rem .9rem; }
.proof-bar small { display: none; }
.section { width: min(100% - 2rem, 1120px); padding: 5.5rem 0; }
.section-heading h2, .rhythm-copy h2, .trust-copy h2, .final-cta h2 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
.centred-heading { text-align: left; }
.centred-heading .eyebrow { justify-content: flex-start; }
.centred-heading p { margin-left: 0; }
.role-showcase { gap: 2.5rem; }
.role-showcase + .role-showcase { margin-top: 7rem; }
.student-ui { min-height: 445px; }
.completion-summary { width: calc(100% - 1.5rem); }
.completion-summary span { padding: .8rem .35rem; }
.ui-actions { margin-inline: .75rem; }
.ui-actions { align-items: stretch; flex-direction: column; }
.ui-actions span, .ui-actions b { text-align: center; }
.parent-ui { min-height: 0; padding: .85rem; }
.metric-row { grid-template-columns: 1fr 1fr; }
.metric-row > div:last-child { grid-column: 1 / -1; }
.chart-bars { gap: .35rem; }
.review-row { align-items: start; }
.review-row > strong { white-space: nowrap; }
.process-section { padding: 0 .5rem; }
.process-shell { padding: 3.3rem 1.3rem; border-radius: 14px; }
.process-list { grid-template-columns: 1fr; gap: 0; }
.process-list li, .process-list li:first-child, .process-list li:last-child { padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list li:last-child { border-bottom: 0; }
.features-grid { grid-template-columns: 1fr; gap: 1.1rem; }
.feature-card { padding: 1.3rem 1.15rem; border-radius: 14px; }
.feature-card h3 { font-size: 1.18rem; }
.features-cta .button { width: 100%; }
.rhythm-section { gap: 2.5rem; }
.calendar-card { padding: 1rem; }
.calendar-grid { grid-template-rows: repeat(7, 9px); grid-auto-columns: 9px; gap: 3px; }
.trust-section { width: calc(100% - 1rem); }
.trust-panel { padding: 2.3rem 1.3rem; grid-template-columns: 1fr; gap: 2.5rem; border-radius: 14px; }
.question-heading { grid-template-columns: 1fr; gap: 1rem; }
.final-cta { width: calc(100% - 1rem); padding: 2.5rem 1.35rem; display: block; border-radius: 14px; }
.final-cta .button { width: 100%; margin-top: 1.5rem; }
}
@media (max-width: 390px) {
.hero-proof li { font-size: .76rem; }
.proof-bar strong { font-size: .68rem; }
.completion-summary span { font-size: .5rem; }
.chart-bars i { width: 12px; }
.calendar-grid { grid-template-rows: repeat(7, 8px); grid-auto-columns: 8px; gap: 2.5px; }
}
.process-shot figcaption { color: rgba(255, 255, 255, .62); text-align: center; }
.feature-shot img { aspect-ratio: 1120 / 752; object-fit: cover; object-position: top center; background: var(--canvas); }
@media (max-width: 560px) {
.start-heading p, .start-faq details p, .start-included, .start-tiles p,
  .start-steps li p, .start-proof li p, .feature-card > p, .start-final p,
  .start-strip-lede { font-size: 1rem; line-height: 1.58; }
.feature-card .feature-note { font-size: 1rem; }
}
