.feature-banner{margin:24px 0 32px}main.home-page{padding-top:0}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.feature-grid--wide{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-grid--horizontal{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start}.feature-card{background:var(--feature-card-bg,rgba(255,255,255,.82));border-radius:18px;padding:20px;box-shadow:0 16px 40px rgba(15,23,42,.08)}.feature-card,.feature-card--plain{border:1px solid var(--feature-card-border,var(--border-soft))}.feature-card--plain{background:var(--feature-card-bg,rgba(255,255,255,.95));box-shadow:none;padding:10px 4px 0}.feature-card h3{margin:12px 0 8px;font-size:1.15rem}.feature-card p{margin:0;color:var(--ink-700);line-height:1.6}.progress-snapshot{margin-top:14px;display:grid;gap:10px;font-size:.85rem;color:var(--ink-700)}.progress-snapshot span{display:inline-block;margin-bottom:6px;font-weight:600;color:var(--ink-500)}.progress-record{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--ink-700)}.record-button{width:22px;height:22px;border-radius:var(--radius-pill);background:var(--ink-900);position:relative;box-shadow:inset 0 0 0 2px rgba(15,23,42,.08)}.record-button:after{content:"";width:10px;height:10px;border-radius:50%;background:#ef4444;position:absolute;top:6px;left:6px;box-shadow:0 0 0 4px rgba(239,68,68,.18);animation:pulse-record 1.5s ease-in-out infinite}@keyframes pulse-record{0%{transform:scale(.9);box-shadow:0 0 0 2px rgba(239,68,68,.25);opacity:.85}50%{transform:scale(1.15);box-shadow:0 0 0 8px rgba(239,68,68,.12);opacity:1}to{transform:scale(.9);box-shadow:0 0 0 2px rgba(239,68,68,.25);opacity:.85}}.home-action-strip{margin:6px 0 18px}.home-action-strip--loggedin{margin:18px 0}.home-action-strip__title{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--ink-500);text-align:center;margin:0 0 16px}.home-action-strip__title-row{display:flex;justify-content:center;margin:0 0 16px}.home-action-strip__title-row .home-action-strip__title{margin:0}.home-action-strip__title-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:12px;background:var(--button-bg);color:var(--button-text);text-decoration:none;font-size:1rem;font-weight:600;line-height:1.2;letter-spacing:0;text-transform:none;box-shadow:0 10px 24px rgba(15,23,42,.16);transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.home-action-strip__title-link:focus-visible,.home-action-strip__title-link:hover{background:var(--button-hover);color:var(--button-text);transform:translateY(-1px);box-shadow:0 10px 24px rgba(15,23,42,.16)}.home-action-strip__title-link:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 28%,transparent);outline-offset:2px}.home-action-strip__header{margin-bottom:14px}.home-action-strip__kicker{margin-bottom:10px}.home-action-strip__header h2{margin:0;font-size:1.45rem;line-height:1.2}.home-action-strip__copy{margin:8px 0 0;color:var(--ink-700);max-width:640px;line-height:1.6}.home-action-strip__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.home-action-strip__grid--single{max-width:360px;margin:0 auto}.home-action-strip__action,.home-action-strip__proof{display:grid;gap:8px;align-content:start;min-height:150px;padding:18px;border-radius:18px;border:1px solid var(--border-soft);background:var(--feature-card-bg,rgba(255,255,255,.96));box-shadow:0 16px 40px rgba(15,23,42,.06)}.home-action-strip__action{text-decoration:none;color:inherit;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}button.home-action-strip__action{border:1px solid var(--border-soft);background:var(--feature-card-bg,rgba(255,255,255,.96));color:var(--ink-900);font:inherit}.home-action-strip__action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 20px 42px rgba(15,23,42,.1);border-color:rgba(59,130,246,.25)}.home-action-strip__action strong,.home-action-strip__proof strong{font-size:1rem;line-height:1.35}.home-action-strip__action span,.home-action-strip__proof span{color:var(--ink-700);line-height:1.55;font-size:.92rem}.home-action-strip__grid--public .home-action-strip__proof{min-height:136px}.home-platform{margin:14px 0 16px;padding:1.45rem 1.5rem 1.35rem;background:linear-gradient(180deg,var(--paper) 0,var(--paper-muted) 100%);border-bottom:1px solid var(--border-soft)}.home-platform__inner{max-width:920px;margin:0 auto;display:grid;gap:12px}.home-platform__header{display:grid;gap:5px;justify-items:center;text-align:center}.home-platform__kicker{margin:0}.home-platform__header h2{margin:0;color:var(--ink-900);font-size:clamp(1.35rem,2.8vw,2rem);line-height:1.15}.home-platform-card,.home-platform__featured{border:1px solid var(--border-soft);background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(15,23,42,.06)}.home-platform__featured{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:16px 18px;border-radius:16px}.home-platform-card h3,.home-platform__featured h3{margin:0;color:var(--ink-900);line-height:1.2}.home-platform__featured h3{font-size:1.12rem}.home-platform-card p,.home-platform__featured p{margin:4px 0 0;color:var(--ink-700);line-height:1.45}.home-platform__featured p{max-width:720px;font-size:.94rem}.home-platform__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.home-platform-card{min-width:0;padding:12px 10px;border-radius:14px;display:grid;gap:9px;align-content:start}.home-platform-card h3{font-size:.88rem}.home-platform-card p{font-size:.78rem}.home-platform-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;color:var(--brand-600);background:color-mix(in srgb,var(--brand-500) 11%,#fff);flex:0 0 auto}.home-platform__featured .home-platform-icon{width:48px;height:48px;border-radius:14px;color:var(--ink-900);background:color-mix(in srgb,#10b981 16%,#fff)}.home-platform-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.home-platform__featured .home-platform-icon svg{width:28px;height:28px}body[data-theme=dark] .home-platform{background:rgba(255,255,255,.04)}body[data-theme=dark] .home-platform-card,body[data-theme=dark] .home-platform__featured{background:rgba(255,255,255,.06);box-shadow:0 12px 28px rgba(2,6,23,.3)}body[data-theme=dark] .home-platform-icon{background:rgba(96,165,250,.14)}body[data-theme=dark] .home-platform__featured .home-platform-icon{color:#d1fae5;background:rgba(16,185,129,.16)}.home-pricing{display:grid;gap:24px;margin:24px 0 0}.home-pricing__header{display:grid;justify-items:center;gap:8px;text-align:center}.home-pricing__header .feature-kicker{margin:0}.home-pricing__header h2{margin:0;color:var(--ink-900);font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.12}.home-pricing__table{width:100%}.home-pricing-faq{padding:26px 0 2px}.home-pricing-faq__header{display:grid;justify-items:center;gap:10px;margin-bottom:18px;text-align:center}.home-pricing-contact__kicker,.home-pricing-faq__kicker{margin:0}.home-pricing-faq__header h2{margin:0;font-size:clamp(2rem,5vw,3.2rem);line-height:1;color:var(--ink-900)}.home-pricing-faq__accent{width:74px;height:7px;border-radius:var(--radius-pill);background:linear-gradient(90deg,var(--brand-500),#10b981)}.home-pricing-faq__list{display:grid;gap:0;max-width:820px;margin:0 auto;border-top:1px solid var(--border-soft)}.home-pricing-faq__item{border-bottom:1px solid var(--border-soft)}.home-pricing-faq__item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:18px;min-height:76px;padding:18px 4px}.home-pricing-faq__item summary::-webkit-details-marker{display:none}.home-pricing-faq__item summary:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 28%,transparent);outline-offset:4px;border-radius:10px}.home-pricing-faq__question{color:var(--ink-900);font-size:clamp(1.1rem,2.2vw,1.45rem);font-weight:700;line-height:1.25;overflow-wrap:anywhere}.home-pricing-faq__chevron{width:13px;height:13px;justify-self:center;border-right:2px solid var(--ink-700);border-bottom:2px solid var(--ink-700);transform:rotate(45deg);transition:transform .18s ease}.home-pricing-faq__item[open] .home-pricing-faq__chevron{transform:rotate(225deg)}.home-pricing-faq__item p{max-width:680px;margin:-6px 44px 20px 4px;color:var(--ink-700);line-height:1.65}.home-pricing-contact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:clamp(22px,4vw,34px);border-radius:18px;background:linear-gradient(135deg,var(--ink-950),#102036);color:#f8fafc;box-shadow:0 22px 50px rgba(15,23,42,.18)}.home-pricing-contact__copy{display:grid;gap:8px}.home-pricing-contact__copy h2{margin:0;color:#bfdbfe;font-size:clamp(1.7rem,4vw,2.6rem);line-height:1.08}.home-pricing-contact__copy p{margin:0;max-width:560px;color:rgba(248,250,252,.84);line-height:1.55}.home-pricing-contact__kicker{color:rgba(248,250,252,.62)}.home-pricing-contact__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;min-width:148px;padding:14px 20px;border:none;border-radius:14px;background:#f8fafc;color:var(--ink-950);text-decoration:none;font-weight:800;text-align:center;box-shadow:0 16px 32px rgba(2,8,23,.18);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.home-pricing-contact__button:hover{background:#e0f2fe;box-shadow:0 20px 38px rgba(2,8,23,.24);transform:translateY(-1px)}.home-pricing-contact__button:focus-visible{outline:3px solid rgba(191,219,254,.65);outline-offset:3px}.home-explore{margin-top:12px;padding-top:18px;border-top:1px solid rgba(148,163,184,.2);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px 22px}.home-explore__kicker{margin-bottom:8px}.home-explore__title{margin:0;font-size:1.12rem}.home-explore__links{display:flex;flex-wrap:wrap;gap:10px}.home-explore__link{display:inline-flex;align-items:center;min-height:42px;padding:10px 14px;border-radius:var(--radius-pill);text-decoration:none;color:var(--ink-700);background:rgba(255,255,255,.72);border:1px solid var(--border-soft);transition:background-color .18s ease,border-color .18s ease,color .18s ease}.home-explore__link:hover{color:var(--brand-600);border-color:rgba(59,130,246,.22);background:rgba(255,255,255,.9)}body[data-theme=dark] .home-explore__link{background:rgba(255,255,255,.06);border-color:var(--border-soft)}body[data-theme=dark] .home-explore__link:hover{background:rgba(255,255,255,.1);border-color:rgba(59,130,246,.3)}.home-sister-site{padding:1.25rem 1.5rem;background:var(--paper-muted);border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.home-sister-site__link{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;max-width:860px;margin:0 auto;padding:14px 16px;border-radius:14px;color:inherit;text-decoration:none;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-sister-site__link:hover{background:rgba(255,255,255,.72);color:inherit;transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.08)}.home-sister-site__link:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 28%,transparent);outline-offset:3px}.home-sister-site__copy{display:grid;gap:6px}.home-sister-site__copy h2{margin:0;color:var(--ink-900);font-size:clamp(1.25rem,2.4vw,1.7rem);line-height:1.18}.home-sister-site__copy p{margin:0;color:var(--ink-700);line-height:1.55}.home-sister-site__link-arrow{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--button-bg);color:var(--button-text);font-weight:800}.home-sister-site__link-label{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;color:var(--brand-600);font-weight:750;white-space:nowrap}body[data-theme=dark] .home-sister-site{background:rgba(255,255,255,.04)}body[data-theme=dark] .home-sister-site__link:hover{background:rgba(255,255,255,.06);box-shadow:0 14px 30px rgba(2,6,23,.28)}.hiw-strip{padding:2.5rem 1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--paper)}.hiw-strip__inner{max-width:860px;margin:0 auto}.hiw-strip__title{margin:0 0 2rem;color:var(--ink-900);font-size:clamp(1.7rem,4vw,2.35rem);line-height:1.1;text-align:center}.hiw-strip--compact{padding:1.2rem 1.5rem;border-top:none}.hiw-strip--compact .hiw-step--compact{padding:0 8px}.hiw-strip--compact .hiw-step__label{font-size:.8rem;color:var(--ink-500)}.hiw-strip__steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.hiw-strip--concise .hiw-step__label{max-width:190px;margin-bottom:0;font-size:clamp(.84rem,1.6vw,1rem)}.hiw-strip--concise .hiw-step__icon-wrap{margin-bottom:14px}.hiw-step{flex:1 1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 12px;max-width:220px}.hiw-step__icon-wrap{position:relative;margin-bottom:12px}.hiw-step__badge{position:absolute;top:-6px;right:-8px;width:18px;height:18px;border-radius:50%;background:var(--ink-900);color:var(--button-text);font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1}.hiw-step__label{font-size:.9rem;font-weight:700;color:var(--ink-900);margin-bottom:4px}.hiw-step__desc{font-size:.78rem;color:var(--ink-500);line-height:1.45}.hiw-arrow{display:flex;align-items:center;padding-top:14px;flex-shrink:0}.home-hero{padding-bottom:12px}.home-hero--split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(400px,1.08fr);gap:clamp(24px,4vw,44px);align-items:center;padding:clamp(2.75rem,6vw,4.5rem) 0 clamp(2.5rem,5vw,3.75rem)}.home-hero__copy{max-width:520px}.home-hero--split .feature-kicker{margin:0 0 1.25rem;color:var(--brand-600);font-size:clamp(.72rem,1.4vw,.82rem);font-weight:750;letter-spacing:.2em}.home-hero--centered{display:flex;flex-direction:column;align-items:center;text-align:center;padding:5rem 1.5rem 3rem;max-width:720px;margin:0 auto}.home-hero--centered .feature-kicker{margin-bottom:1rem}.home-hero__h1{font-size:clamp(2.15rem,4.1vw,3.3rem);font-weight:800;line-height:1.12;margin:0 0 1.35rem;color:var(--ink-900)}.home-hero__h1 span{display:block}.home-hero__h1 span+span{margin-top:.28em}.home-hero__sub{font-size:clamp(1rem,2vw,1.15rem);color:var(--ink-500);line-height:1.6;margin:0 0 1.35rem;max-width:520px}.home-hero--centered .hero__actions{justify-content:center}.home-hero--split .hero__actions{justify-content:flex-start}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#16a34a,#166534);color:var(--button-text);text-decoration:none;font-weight:600;box-shadow:0 10px 24px rgba(15,23,42,.16);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.home-hero__cta:hover{background:linear-gradient(135deg,#15803d,#14532d);transform:translateY(-1px)}.home-hero__cta--secondary{border:2px solid #15803d;background:rgba(255,255,255,.68);color:#166534;box-shadow:none}.home-hero__cta--secondary:hover{background:rgba(220,252,231,.88)}.home-hero__cta:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 28%,transparent);outline-offset:2px}.home-hero__reassurance{display:flex;align-items:center;gap:8px;margin:.9rem 0 0;color:var(--ink-500);font-size:.9rem}.home-hero__reassurance span{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid #15803d;border-radius:50%;color:#15803d;font-weight:800}.home-hero__trust{display:flex;flex-wrap:wrap;gap:8px 20px;margin:1.35rem 0 0;padding:0;color:var(--ink-700);font-size:.82rem;list-style:none}.home-hero__trust li{position:relative;padding-left:16px}.home-hero__trust li:before{position:absolute;left:0;color:var(--brand-600);content:"✓";font-weight:800}.home-hero--compact{padding:3rem 1.5rem 2rem}.home-hero--compact .home-hero__h1{font-size:clamp(2rem,4vw,2.8rem)}.home-hero--compact .home-hero__sub{margin-bottom:1.5rem}.home-hero__snapshot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:min(100%,780px);margin:0 0 1.7rem}.home-hero__snapshot-item{display:grid;align-content:start;gap:7px;min-height:104px;padding:14px;border:1px solid var(--border-soft);border-radius:8px;background:rgba(255,255,255,.82);box-shadow:0 12px 30px rgba(15,23,42,.06);text-align:left}.home-hero__snapshot-item span{color:var(--ink-500);font-size:.78rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.home-hero__snapshot-item strong{color:var(--ink-900);font-size:1rem;line-height:1.3}.home-hero__snapshot-item small{color:var(--ink-500);font-size:.84rem;line-height:1.35}body[data-theme=dark] .home-hero__snapshot-item{background:rgba(15,23,42,.78);border-color:rgba(148,163,184,.22);box-shadow:0 16px 36px rgba(2,6,23,.3)}body[data-theme=dark] .home-hero__snapshot-item span{color:#93a4bd}body[data-theme=dark] .home-hero__snapshot-item strong{color:#f8fafc}body[data-theme=dark] .home-hero__snapshot-item small{color:#a8b5c7}body[data-theme=dark] .home-hero__cta--secondary{background:rgba(30,41,59,.86);color:#e2e8f0;border:1px solid rgba(148,163,184,.18)}body[data-theme=dark] .home-hero__cta--secondary:hover{background:rgba(51,65,85,.92);color:#f8fafc}body[data-theme=dark] .hiw-strip{background:rgba(15,23,42,.38);border-color:rgba(148,163,184,.18)}body[data-theme=dark] .hiw-step__label{color:#f8fafc}body[data-theme=dark] .hiw-step__desc{color:#a8b5c7}.home-hero-demo{position:relative}.home-hero-demo__frame{position:relative;min-height:480px;border-radius:20px;padding:16px 16px 46px;overflow:hidden;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,246,255,.94));border:1px solid var(--border-soft);box-shadow:0 24px 60px rgba(15,23,42,.12)}.home-hero-demo__viewport{position:relative;min-height:420px}.home-hero-demo__slide{position:absolute;inset:0;opacity:0;transform:translateY(18px);pointer-events:none;transition:opacity .45s ease,transform .45s ease}.home-hero-demo__slide--feedback,.home-hero-demo__slide--scenario,.home-hero-demo__slide--topics{display:flex;flex-direction:column;gap:12px}.home-hero-demo__slide--active{opacity:1;transform:translateY(0)}.home-hero-demo__card{background:rgba(255,255,255,.92);border:1px solid var(--border-soft);border-radius:16px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.home-hero-demo__card-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px}.home-hero-demo__card-bar--feedback,.home-hero-demo__card-bar--split{justify-content:space-between}.home-hero-demo__station-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:7px;background:var(--brand-100);color:var(--brand-600);font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.home-hero-demo__timer{font-size:.84rem;font-weight:600;color:var(--ink-500)}.home-hero-demo__station-title{margin:0 0 10px;color:var(--ink-900);font-size:1.05rem;font-weight:800;line-height:1.3}.home-hero-demo__scenario-text{margin:0 0 16px;color:var(--ink-900);line-height:1.7;font-size:.95rem}.home-hero-demo__question-box{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border-radius:14px;background:var(--paper-muted);border:1px solid rgba(15,23,42,.08)}.home-hero-demo__question-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:8px;background:var(--brand-600);color:var(--button-text);font-size:.72rem;font-weight:700;flex-shrink:0}.home-hero-demo__question-text{margin:0;font-size:.9rem;font-weight:600;line-height:1.5;color:var(--ink-900)}.home-hero-demo__recording-row{display:flex;align-items:center;gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid rgba(15,23,42,.08)}.home-hero-demo__mic{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-600);animation:home-hero-mic-pulse 2.4s ease-in-out infinite;flex-shrink:0}.home-hero-demo__mic,.home-hero-demo__mic-core{position:relative;border-radius:var(--radius-pill)}.home-hero-demo__mic-core{width:12px;height:18px;background:#ffffff}.home-hero-demo__mic-core:after{content:"";position:absolute;left:50%;bottom:-5px;width:10px;height:2px;border-radius:var(--radius-pill);transform:translateX(-50%);background:#ffffff}.home-hero-demo__waveform{display:flex;align-items:center;gap:3px;height:26px;flex:1 1}.home-hero-demo__wave-bar{flex:1 1;min-width:4px;height:20px;border-radius:var(--radius-pill);background:var(--brand-600);opacity:.65;transform-origin:center bottom;animation:home-hero-wave .85s ease-in-out infinite alternate}.home-hero-demo__wave-bar:first-child{animation-delay:0s;height:6px}.home-hero-demo__wave-bar:nth-child(2){animation-delay:.06s;height:12px}.home-hero-demo__wave-bar:nth-child(3){animation-delay:.12s;height:20px}.home-hero-demo__wave-bar:nth-child(4){animation-delay:.18s;height:10px}.home-hero-demo__wave-bar:nth-child(5){animation-delay:.24s;height:17px}.home-hero-demo__wave-bar:nth-child(6){animation-delay:.3s;height:8px}.home-hero-demo__wave-bar:nth-child(7){animation-delay:.36s;height:22px}.home-hero-demo__wave-bar:nth-child(8){animation-delay:.42s;height:12px}.home-hero-demo__wave-bar:nth-child(9){animation-delay:.48s;height:16px}.home-hero-demo__wave-bar:nth-child(10){animation-delay:.54s;height:6px}.home-hero-demo__wave-bar:nth-child(11){animation-delay:.6s;height:19px}.home-hero-demo__wave-bar:nth-child(12){animation-delay:.52s;height:11px}.home-hero-demo__wave-bar:nth-child(13){animation-delay:.32s;height:9px}.home-hero-demo__wave-bar:nth-child(14){animation-delay:.14s;height:16px}.home-hero-demo__wave-bar:nth-child(15){animation-delay:.4s;height:5px}.home-hero-demo__recording-label{display:inline-flex;align-items:center;gap:6px;color:var(--brand-600);font-size:.74rem;font-weight:700;letter-spacing:.05em;white-space:nowrap}.home-hero-demo__recording-dot{width:8px;height:8px;border-radius:var(--radius-pill);background:var(--brand-600);animation:pulse-recording 1.2s ease-in-out infinite}.home-hero-demo__section-label{margin:0;color:var(--brand-600);font-size:.74rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.home-hero-demo__coverage-title{font-size:1rem;font-weight:700;color:var(--ink-900)}.home-hero-demo__score-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:var(--radius-pill);background:rgba(22,163,74,.1);border:1px solid rgba(22,163,74,.18);color:#15803d;font-size:.76rem;font-weight:700}.home-hero-demo__point-list{display:flex;flex-direction:column;gap:9px}.home-hero-demo__point{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;border-radius:12px;font-size:.82rem;line-height:1.55;opacity:0;transform:translateX(-8px)}.home-hero-demo__point--pass{background:rgba(16,185,129,.1);color:var(--ink-900)}.home-hero-demo__point--fail{background:rgba(249,115,22,.1);color:var(--ink-700)}.home-hero-demo__point-icon{font-weight:800;flex-shrink:0}.home-hero-demo__point--pass .home-hero-demo__point-icon{color:#059669}.home-hero-demo__point--fail .home-hero-demo__point-icon{color:#ea580c}.home-hero-demo__note{padding:14px 16px;border-radius:14px;border:1px solid rgba(29,78,216,.14);border-left:3px solid var(--brand-600);background:rgba(29,78,216,.05);color:var(--ink-700);font-size:.82rem;line-height:1.65;opacity:0;transform:translateY(10px)}.home-hero-demo__topics-title{margin:0;color:var(--ink-900);font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.08}.home-hero-demo__topics-subline{margin:0;max-width:34ch;color:var(--ink-500);line-height:1.65;font-size:.92rem}.home-hero-demo__topic-list{display:flex;flex-direction:column;gap:8px}.home-hero-demo__topic-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 20px rgba(15,23,42,.05);opacity:0;transform:translateX(-8px)}.home-hero-demo__topic-name{font-size:.9rem;font-weight:700;color:var(--ink-900)}.home-hero-demo__topic-meta{display:inline-flex;align-items:center;gap:9px;color:var(--ink-500);font-size:.78rem;white-space:nowrap}.home-hero-demo__topic-open{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:var(--radius-pill);background:var(--brand-100);color:var(--brand-600);font-weight:700}.home-hero-demo__progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:rgba(15,23,42,.08)}.home-hero-demo__progress-fill{width:100%;height:100%;transform-origin:left center;background:linear-gradient(90deg,var(--brand-600),var(--brand-400));animation:home-hero-progress var(--hero-slide-duration,9s) linear forwards}.home-hero-demo__dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);display:flex;align-items:center;gap:8px}.home-hero-demo__dot{width:7px;height:7px;padding:0;border:none;border-radius:var(--radius-pill);background:rgba(15,23,42,.18);box-shadow:none;cursor:pointer;transition:transform .3s ease,background .3s ease}.home-hero-demo__dot--active{background:var(--brand-600);transform:scale(1.35)}.home-hero-demo__dot:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 28%,transparent);outline-offset:4px}.home-hero-demo__slide--active .home-hero-demo__card,.home-hero-demo__slide--active .home-hero-demo__note,.home-hero-demo__slide--active .home-hero-demo__section-label,.home-hero-demo__slide--active .home-hero-demo__topics-subline,.home-hero-demo__slide--active .home-hero-demo__topics-title{animation:home-hero-fade-up .55s ease both}.home-hero-demo__slide--active .home-hero-demo__topics-title{animation-delay:.08s}.home-hero-demo__slide--active .home-hero-demo__topics-subline{animation-delay:.14s}.home-hero-demo__slide--active .home-hero-demo__point,.home-hero-demo__slide--active .home-hero-demo__topic-row{animation:home-hero-fade-x .45s ease both;animation-delay:var(--hero-delay)}.home-hero-demo__slide--active .home-hero-demo__note{animation-delay:.42s}body[data-theme=dark] .home-hero-demo__frame{background:radial-gradient(circle at top left,rgba(96,165,250,.2),transparent 34%),radial-gradient(circle at 78% 14%,rgba(45,212,191,.16),transparent 32%),linear-gradient(145deg,rgba(8,15,33,.96),rgba(15,23,42,.92));border-color:var(--border-soft);box-shadow:0 30px 72px rgba(2,6,23,.48)}body[data-theme=dark] .home-hero-demo__card{background:rgba(15,23,42,.86);border-color:var(--border-soft);box-shadow:0 18px 40px rgba(2,6,23,.34)}body[data-theme=dark] .home-hero-demo__question-box,body[data-theme=dark] .home-hero-demo__topic-row{background:rgba(15,23,42,.74);border-color:rgba(148,163,184,.16)}body[data-theme=dark] .home-hero-demo__recording-row{border-top-color:rgba(148,163,184,.14)}body[data-theme=dark] .home-hero-demo__mic{box-shadow:0 0 0 0 rgba(226,232,240,.18)}body[data-theme=dark] .home-hero-demo__score-badge{background:rgba(34,197,94,.16);border-color:rgba(74,222,128,.24);color:#86efac}body[data-theme=dark] .home-hero-demo__point--pass{background:rgba(34,197,94,.16);color:var(--ink-900)}body[data-theme=dark] .home-hero-demo__point--fail{background:rgba(249,115,22,.16);color:var(--ink-700)}body[data-theme=dark] .home-hero-demo__point--pass .home-hero-demo__point-icon{color:#86efac}body[data-theme=dark] .home-hero-demo__point--fail .home-hero-demo__point-icon{color:#fdba74}body[data-theme=dark] .home-hero-demo__note{background:rgba(59,130,246,.12);border-color:rgba(96,165,250,.18);color:var(--ink-700)}body[data-theme=dark] .home-hero-demo__topic-open{background:rgba(96,165,250,.18);color:#dbeafe}body[data-theme=dark] .home-hero-demo__progress{background:rgba(148,163,184,.12)}body[data-theme=dark] .home-hero-demo__dot{background:rgba(226,232,240,.24)}body[data-theme=dark] .home-hero-demo__dot--active{background:#f8fafc}@keyframes home-hero-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes home-hero-fade-x{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}@keyframes home-hero-mic-pulse{0%{box-shadow:0 0 0 0 rgba(15,23,42,.22)}70%{box-shadow:0 0 0 12px rgba(15,23,42,0)}to{box-shadow:0 0 0 0 rgba(15,23,42,0)}}@keyframes home-hero-wave{0%{transform:scaleY(.32)}to{transform:scaleY(1)}}@keyframes home-hero-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width:880px){.home-hero--split{grid-template-columns:1fr;padding-top:4rem;gap:28px}.home-hero__copy{max-width:720px;margin:0 auto;text-align:center}.home-hero--split .hero__actions{justify-content:center}.home-hero-demo{max-width:520px;width:100%;margin:0 auto}.home-hero__sub{margin-inline:auto}.home-hero__reassurance,.home-hero__trust{justify-content:center}}@media (max-width:768px){.home-hero__snapshot,.home-pricing-contact{grid-template-columns:1fr}.home-pricing-contact{align-items:start}.home-pricing-contact__button{width:100%}.home-explore{align-items:flex-start}.home-sister-site__link{grid-template-columns:1fr;align-items:start;padding:12px 0}.home-sister-site__link-label{justify-content:flex-start}.home-hero--centered .hero__actions button,button.home-action-strip__action{width:100%}.home-platform{padding-inline:1rem}.home-platform__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:540px){.hiw-strip__steps{flex-direction:column;align-items:center;gap:20px}.hiw-arrow{transform:rotate(90deg);padding-top:0}.hiw-step{max-width:280px}.home-hero--split{padding-top:3.5rem}.home-hero__h1{font-size:clamp(2rem,10vw,2.65rem)}.home-hero--split .hero__actions{display:grid}.home-hero__cta{width:100%}.home-hero__trust{display:grid;justify-content:start;text-align:left}.home-hero-demo__frame{min-height:460px;padding:18px 18px 44px;border-radius:24px}.home-hero-demo__viewport{min-height:394px}.home-hero-demo__card{padding:18px}.home-hero-demo__topic-row{flex-direction:column;align-items:flex-start}.home-platform__grid{display:flex;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.home-platform-card{flex:0 0 148px;scroll-snap-align:start}}@media (max-width:480px){.home-action-strip__grid{grid-template-columns:1fr}.home-action-strip__action,.home-action-strip__proof{min-height:auto}.home-pricing-faq__item summary{grid-template-columns:minmax(0,1fr) 18px;min-height:68px;padding:16px 0}.home-pricing-faq__item p{margin-right:28px}.home-platform-card{padding:11px 9px}}@media (prefers-reduced-motion:reduce){.home-hero-demo__dot,.home-hero-demo__mic,.home-hero-demo__progress-fill,.home-hero-demo__recording-dot,.home-hero-demo__slide,.home-hero-demo__wave-bar,.home-hero__cta,.home-pricing-contact__button,.home-pricing-faq__chevron{animation:none;transition:none}.home-hero-demo__slide--active .home-hero-demo__note,.home-hero-demo__slide--active .home-hero-demo__point,.home-hero-demo__slide--active .home-hero-demo__topic-row{opacity:1;transform:none}}.home-hero--video-lead{max-width:920px;padding-top:clamp(1.5rem,3vw,2rem);padding-bottom:0}.home-hero--video-lead .feature-kicker{font-size:clamp(.92rem,1.8vw,1.05rem);letter-spacing:.18em;margin-bottom:.65rem}.home-hero--video-lead .home-hero__h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.85rem}.home-hero--video-lead .home-hero__sub{line-height:1.5;margin-bottom:0;max-width:620px}.home-demo-section{scroll-margin-top:1.5rem;padding-top:clamp(.75rem,2vw,1.15rem);background:linear-gradient(180deg,color-mix(in srgb,var(--brand-50) 44%,transparent),color-mix(in srgb,var(--paper) 92%,transparent))}.home-demo-section:focus-visible{outline:3px solid color-mix(in srgb,var(--brand-500) 30%,transparent);outline-offset:4px}.home-demo-section .demo-page{width:min(100%,1120px)}@media (max-width:640px){.home-demo-section{padding-top:.35rem}}.demo-page{max-width:960px;margin:0 auto;padding:3rem 1.5rem 4rem}.demo-page__header{text-align:center;margin-bottom:2.5rem}.demo-page__h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;margin:0 0 .75rem}.demo-page__sub{color:var(--ink-500);font-size:1.05rem;max-width:440px;margin:0 auto;line-height:1.5}.demo-page--home{max-width:1120px;padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:clamp(2.5rem,5vw,4rem)}.demo-page--home .demo-page__header{margin-bottom:clamp(1.75rem,4vw,2.5rem)}.demo-page--home .demo-page__sub{max-width:660px}.demo-shell{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:32px;align-items:start}.demo-flow{min-width:0}.demo-stepper{display:flex;align-items:center;justify-content:flex-start;gap:0;margin-bottom:1.25rem}.demo-stepper__tab{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;background:none;color:var(--ink-500);cursor:pointer;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.demo-stepper__tab:hover{background:var(--paper-muted)}.demo-stepper__tab:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-500) 40%,transparent);outline-offset:2px}.demo-stepper__tab--active{background:var(--brand-100);color:var(--brand-600)}.demo-stepper__tab--done{color:#166534}.demo-stepper__badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:.8rem;font-weight:700;background:var(--secondary-bg);color:var(--ink-500);flex-shrink:0}.demo-stepper__tab--active .demo-stepper__badge{background:var(--brand-600);color:#fff}.demo-stepper__tab--done .demo-stepper__badge{background:#dcfce7;color:#166534}.demo-stepper__line{flex:1 1;height:2px;background:var(--border);min-width:16px;max-width:40px}.demo-card{border:1px solid var(--border);border-radius:14px;background:var(--paper);box-shadow:var(--card-shadow);overflow:hidden}.demo-card--scenario{border-color:color-mix(in srgb,var(--brand-200,#bfdbfe) 54%,var(--border))}.demo-card__bar{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;border-bottom:1px solid var(--border);background:var(--paper-muted)}.demo-card__pill{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--ink-500);text-transform:uppercase;letter-spacing:.04em}.demo-card__pill--recording{color:var(--error);animation:demo-pulse 1s infinite}.demo-card__pill--green{background:#059669;border-radius:var(--radius-pill);color:#fff;padding:4px 12px;text-transform:none;letter-spacing:0}@keyframes demo-pulse{0%,to{opacity:1}50%{opacity:.6}}.demo-card__timer{font-size:.85rem;font-weight:600;color:var(--ink-400);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-card__body{padding:1.75rem}.demo-card__body--centered{display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px 28px}.demo-record-demo-note{max-width:520px;margin:-.4rem 0 1.1rem;padding:.65rem .9rem;border:1px solid color-mix(in srgb,var(--brand-500) 24%,var(--border));border-radius:10px;background:color-mix(in srgb,var(--brand-50) 68%,var(--paper));color:var(--ink-600);font-size:.78rem;font-weight:600;line-height:1.5}.demo-scenario-brief{padding:24px 28px;border-bottom:1px solid color-mix(in srgb,var(--brand-200,#bfdbfe) 44%,var(--border));background:linear-gradient(180deg,color-mix(in srgb,var(--brand-100) 72%,var(--paper)),color-mix(in srgb,var(--brand-50) 58%,var(--paper)));box-shadow:inset 4px 0 0 var(--brand-500)}.demo-scenario-brief__label{display:inline-block;margin-bottom:.8rem;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand-700)}.demo-scenario-brief__text{margin:0;max-width:44rem;font-size:.98rem;line-height:1.62;font-weight:600;color:var(--ink-800)}.demo-card__stem{font-size:.96rem;line-height:1.62;color:var(--ink-700);margin:0 0 1.25rem}.demo-card__stem-sm{font-size:.95rem;line-height:1.42;color:var(--ink-700);margin:0 0 1.5rem;max-width:480px}.demo-question-row{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;align-items:start;gap:18px}.demo-card__qcard{display:flex;flex-direction:column;gap:.85rem;padding:1.2rem 1.4rem 1.45rem;border:1px solid color-mix(in srgb,var(--border) 88%,#d8e2ee);border-radius:24px;background:color-mix(in srgb,var(--paper) 99%,#fbfdff);box-shadow:0 12px 28px rgba(15,23,42,.04);color:var(--ink-800);overflow:hidden}.demo-question-progress{display:flex;align-items:center;justify-content:center;gap:.7rem;min-height:1.5rem;color:var(--ink-500)}.demo-question-dots{display:inline-flex;align-items:center;gap:.45rem}.demo-question-dot{width:.68rem;height:.68rem;border-radius:50%;background:color-mix(in srgb,var(--ink-300) 82%,var(--paper));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--border) 78%,transparent)}.demo-question-dot--active{background:color-mix(in srgb,var(--brand-500) 78%,white 22%);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-100) 56%,transparent)}.demo-question-progress__label{font-size:.86rem;font-weight:700;color:var(--ink-500);white-space:nowrap}.demo-card__q-text{margin:0;padding:0 .2rem;font-size:.98rem;font-weight:600;line-height:1.64;color:var(--ink-800)}.demo-question-nav{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:1px solid color-mix(in srgb,var(--border) 86%,#d7dfea);border-radius:999px;background:color-mix(in srgb,var(--paper) 94%,#f7f9fc);box-shadow:0 10px 22px color-mix(in srgb,var(--ink-900) 8%,transparent);color:color-mix(in srgb,var(--ink-700) 76%,var(--ink-900) 24%);font-size:2rem;line-height:1}.demo-question-nav--disabled{opacity:.4;box-shadow:none}.demo-card__primary-actions{display:flex;justify-content:center;margin-top:1.5rem}.demo-card__primary-actions .demo-start-question-btn,.demo-card__primary-actions>button{width:100%}.demo-start-question-btn{min-width:15rem;background:linear-gradient(135deg,var(--success-bright,#16a34a),color-mix(in srgb,var(--success,#166534) 82%,#000 18%));color:#f8fafc;box-shadow:0 12px 24px color-mix(in srgb,var(--success-bright,#16a34a) 30%,transparent)}.demo-start-question-btn:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,var(--success-bright,#16a34a) 88%,#fff 12%),color-mix(in srgb,var(--success,#166534) 88%,#000 12%))}.demo-card__footer{padding:1rem 1.75rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.demo-card__footer--split{justify-content:space-between}.demo-record-area{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin-bottom:12px}.demo-submit-answer-btn{min-height:40px;padding:10px 18px;border-radius:12px;background:var(--button-bg);color:var(--button-text)}.demo-submit-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:5px;min-width:min(100%,13.5rem);text-align:center}.demo-submit-wrap .demo-submit-answer-btn{width:100%}.demo-record-status{color:var(--error);font-weight:700}.demo-waveform{display:flex;align-items:center;gap:4px;height:26px}.demo-waveform__bar{width:4px;border-radius:2px;background:#f0525f;animation:demo-bar .6s ease-in-out infinite alternate}.demo-record-timer{margin:0 0 20px;color:var(--ink-900);font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.demo-type-answer-btn{padding:0;border:none;background:none;color:var(--brand-600);font-size:.85rem;font-weight:600;text-decoration:underline;text-underline-offset:.12em;transition:color .15s ease}.demo-type-answer-btn:hover{color:var(--brand-700)}.demo-type-answer-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-500) 40%,transparent);outline-offset:2px;border-radius:4px}@keyframes demo-bar{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.demo-fb-section{padding:14px 16px;border-radius:10px;margin-bottom:12px}.demo-fb-section--strength{background:#ecfdf5;border:1px solid #a7f3d0}.demo-fb-section--missed{background:#fef2f2;border:1px solid #fecaca}.demo-fb-header{gap:8px;margin-bottom:8px}.demo-fb-header,.demo-fb-icon{display:flex;align-items:center}.demo-fb-icon{justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.7rem;font-weight:800}.demo-fb-icon--green{background:#a7f3d0;color:#059669}.demo-fb-icon--red{background:#fecaca;color:#dc2626}.demo-fb-section ul{margin:0;padding:0 0 0 20px;font-size:.9rem;line-height:1.6;color:var(--ink-700)}.demo-fb-divider{height:1px;background:var(--border);margin:16px 0}.demo-model-answer__header{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-weight:700;font-size:.95rem}.demo-model-answer__track{flex:1 1;height:8px;border-radius:4px;background:var(--border);overflow:hidden}.demo-model-answer__fill{display:block;height:100%;border-radius:4px;background:var(--ink-900);transition:width .5s ease}.demo-model-answer__pct{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink-500);font-size:.85rem}.demo-ma-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.demo-ma-item{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;color:var(--ink-700)}.demo-ma-badge{flex-shrink:0;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:800;margin-top:2px}.demo-ma-badge--covered{background:#a7f3d0;color:#059669}.demo-ma-badge--missed{background:#fecaca;color:#dc2626}.demo-ma-item--missed{opacity:.7}.demo-station-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;border:1px solid var(--border);border-radius:12px}.demo-station-summary__label{margin:0 0 6px;font-size:.76rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--ink-500)}.demo-station-summary__score{margin:0;font-size:2rem;line-height:1;font-weight:800;color:var(--ink-900)}.demo-station-summary__score span{margin-left:4px;font-size:1rem;font-weight:700;color:var(--ink-500)}.demo-station-summary__meta{margin:2px 0 0;font-size:.82rem;color:var(--ink-400);font-weight:600;text-align:right}.demo-station-action{margin-top:14px;padding:14px 16px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe}.demo-station-action__label{margin:0 0 6px;font-size:.76rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#1d4ed8}.demo-station-action__text{margin:0;font-size:.92rem;line-height:1.6;color:var(--ink-800);font-weight:600}.demo-station-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.demo-station-domain{padding:14px 16px;border-radius:12px;background:var(--paper);border:1px solid var(--border)}.demo-station-domain__header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px}.demo-station-domain__header strong{font-size:.92rem;color:var(--ink-900)}.demo-station-domain__header span{flex-shrink:0;font-size:.82rem;font-weight:700;color:var(--ink-500)}.demo-station-domain p{margin:0;font-size:.84rem;line-height:1.6;color:var(--ink-700)}.demo-review-wrap{margin-top:12px}.demo-review-toggle{all:unset;display:inline-flex;align-items:center;gap:4px;padding:5px 13px;border-radius:20px;border:1.5px solid var(--border);font-size:.8rem;font-weight:600;color:var(--ink-600,#4b5563);cursor:pointer;transition:background .15s,border-color .15s}.demo-review-toggle:focus-visible,.demo-review-toggle:hover{background:var(--paper-muted);border-color:var(--ink-400,#9ca3af);outline:2px solid color-mix(in srgb,var(--brand-500) 35%,transparent);outline-offset:2px}.demo-review-panel{margin-top:8px;border-radius:12px;border:1.5px solid var(--border);background:var(--paper-muted);padding:12px 14px 8px}.demo-review-score-row{display:flex;justify-content:flex-end;margin-bottom:8px}.demo-review-score{font-size:.75rem;font-weight:700;color:var(--ink-500);background:rgba(148,163,184,.12);padding:2px 9px;border-radius:10px}.demo-review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:3px}.demo-review-line{display:flex;align-items:flex-start;gap:9px;padding:8px 10px;border-radius:7px;cursor:pointer;-webkit-user-select:none;user-select:none;border:1.5px solid transparent;transition:background .12s}.demo-review-line:hover{background:rgba(148,163,184,.1)}.demo-review-line:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-500) 40%,transparent);outline-offset:1px}.demo-review-line--ticked{background:color-mix(in srgb,var(--success-bright,#22c55e) 12%,transparent);border-color:color-mix(in srgb,var(--success-bright,#22c55e) 28%,transparent)}.demo-review-check{flex-shrink:0;font-size:.85rem;color:var(--ink-400);width:16px;text-align:center;margin-top:1px}.demo-review-line--ticked .demo-review-check{color:var(--success-bright,#22c55e);font-weight:700}.demo-review-text{font-size:.82rem;line-height:1.45;color:var(--ink-700)}.demo-review-line--ticked .demo-review-text{color:var(--ink-900);font-weight:600}.demo-review-disclaimer{margin:8px 0 2px;font-size:.7rem;font-style:italic;color:var(--ink-400)}.demo-review-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.demo-annotation{font-size:.72rem;color:var(--ink-400,#9ca3af);font-style:italic;margin:0;line-height:1.4}.demo-start-wrap{display:flex;flex-direction:column;align-items:center;gap:5px;width:min(100%,18rem);text-align:center}.demo-side-rail{display:grid;gap:12px;position:sticky;top:84px}.demo-side-card{border:1px solid var(--border);border-radius:14px;background:var(--paper);box-shadow:var(--card-shadow)}.demo-progress-card{padding:14px 16px}.demo-side-card__title{margin:0 0 4px;color:var(--ink-900);font-size:.94rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.demo-side-card__time{margin:0 0 4px;color:var(--ink-900);font-size:.85rem;font-weight:700}.demo-side-card__link{padding:0;border:none;background:none;color:var(--brand-600);font-size:.76rem;font-weight:800;transition:color .15s ease}.demo-side-card__link:hover{color:var(--brand-700);text-decoration:underline;text-underline-offset:2px}.demo-side-card__link:focus-visible{outline:2px solid color-mix(in srgb,var(--brand-500) 40%,transparent);outline-offset:2px;border-radius:4px}.demo-side-card__hint{margin:6px 0 0;color:var(--ink-400);font-size:.72rem;font-style:italic;line-height:1.42}.demo-tip-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:12px 14px}.demo-tip-card__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:#fef3c7;color:#d97706;font-size:.85rem;font-weight:800}.demo-tip-card__label{color:var(--ink-900);font-size:.95rem;font-weight:800}.demo-tip-card__chevron{color:var(--ink-500);font-size:1rem}body[data-theme=dark] .demo-scenario-brief{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-100) 78%,var(--paper)),color-mix(in srgb,var(--brand-50) 34%,var(--paper)))}body[data-theme=dark] .demo-card__qcard,body[data-theme=dark] .demo-question-nav{background:color-mix(in srgb,var(--paper) 88%,transparent)}body[data-theme=dark] .demo-side-card{background:color-mix(in srgb,var(--paper) 92%,transparent);border-color:var(--border-soft)}body[data-theme=dark] .demo-review-toggle{color:var(--ink-400);border-color:rgba(148,163,184,.25)}body[data-theme=dark] .demo-review-panel{background:color-mix(in srgb,var(--paper) 90%,transparent);border-color:rgba(148,163,184,.2)}body[data-theme=dark] .demo-review-text{color:var(--ink-500)}body[data-theme=dark] .demo-review-line--ticked .demo-review-text{color:var(--ink-100,#f1f5f9)}body[data-theme=dark] .demo-station-summary{background:color-mix(in srgb,var(--paper) 88%,transparent);border-color:var(--border-soft)}body[data-theme=dark] .demo-station-summary__score{color:var(--ink-100,#f1f5f9)}body[data-theme=dark] .demo-station-action{background:rgba(37,99,235,.12);border-color:rgba(96,165,250,.28)}body[data-theme=dark] .demo-station-action__label{color:#93c5fd}body[data-theme=dark] .demo-station-action__text{color:var(--ink-100,#f1f5f9)}body[data-theme=dark] .demo-station-domain{background:rgba(148,163,184,.05);border-color:var(--border-soft)}body[data-theme=dark] .demo-station-domain__header strong{color:var(--ink-100,#f1f5f9)}body[data-theme=dark] .demo-station-domain p{color:var(--ink-500)}.demo-page__cta{display:flex;justify-content:center;gap:12px;margin-top:2.5rem}.demo-page__conversion{margin-top:1.5rem;text-align:center}.demo-page__microcopy{margin:.35rem 0 0;color:var(--ink-500);font-size:.82rem;line-height:1.5}.demo-page__cta--home{align-items:center;margin-top:0}.demo-page__cta--home .home-hero__cta{min-width:220px}.demo-page__overview-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;color:var(--brand-600);font-weight:750;text-underline-offset:4px}.demo-panel-wrap{min-height:300px}@media (min-width:821px){.demo-page--home{padding-top:1.75rem;padding-bottom:2rem}.demo-page--home .demo-page__header{margin-bottom:1.1rem}.demo-page--home .demo-page__h1{font-size:clamp(1.9rem,3vw,2.25rem);margin-bottom:.55rem}.demo-page--home .demo-page__sub{max-width:780px;font-size:.95rem;line-height:1.4}.demo-page--home .demo-shell{grid-template-columns:minmax(0,1fr) 200px;gap:24px}.demo-page--home .demo-stepper{margin-bottom:.75rem}.demo-page--home .demo-stepper__tab{gap:6px;padding:6px 10px;font-size:.82rem}.demo-page--home .demo-stepper__badge{width:22px;height:22px;font-size:.72rem}.demo-page--home .demo-scenario-brief{padding:15px 20px}.demo-page--home .demo-scenario-brief__label{margin-bottom:.35rem;font-size:.7rem}.demo-page--home .demo-scenario-brief__text{font-size:.9rem;line-height:1.45}.demo-page--home .demo-card__body{padding:1rem 1.25rem}.demo-page--home .demo-card__stem{margin-bottom:.65rem;font-size:.88rem;line-height:1.45}.demo-page--home .demo-question-row{grid-template-columns:42px minmax(0,1fr) 42px;gap:12px}.demo-page--home .demo-question-nav{width:42px;height:42px;font-size:1.55rem}.demo-page--home .demo-card__qcard{gap:.45rem;padding:.7rem 1rem .85rem;border-radius:18px}.demo-page--home .demo-question-progress{min-height:1.2rem}.demo-page--home .demo-card__q-text{font-size:.9rem;line-height:1.45}.demo-page--home .demo-review-wrap{margin-top:.5rem}.demo-page--home .demo-card__primary-actions{margin-top:.75rem}.demo-page--home .demo-start-wrap{gap:3px}.demo-page--home .demo-start-question-btn{min-height:42px;padding-block:9px}.demo-page--home .demo-side-card{border-radius:12px}.demo-page--home .demo-progress-card{padding:11px 13px}.demo-page--home .demo-tip-card{min-height:50px;padding:9px 12px}.demo-page--home .demo-page__conversion{margin-top:1rem}}@media (max-width:820px){.demo-shell{grid-template-columns:1fr;gap:16px}.demo-side-rail{position:static;order:-1;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.demo-page--home .demo-side-rail{display:none}}@media (max-width:640px){.demo-page{padding-inline:1rem}.demo-stepper__label{display:none}.demo-page--home{padding-top:1.5rem;padding-bottom:2rem;padding-inline:.8rem}.demo-page--home .demo-page__header{margin-bottom:1rem}.demo-page--home .demo-page__h1{font-size:clamp(1.75rem,8vw,2.2rem);margin-bottom:.5rem}.demo-page--home .demo-page__sub{font-size:.92rem;line-height:1.4}.demo-page--home .demo-stepper{align-items:flex-start}.demo-page--home .demo-stepper__tab{flex:1 1;flex-direction:column;gap:5px;min-width:0;padding:7px 2px;text-align:center}.demo-page--home .demo-stepper__label{display:block;font-size:.64rem;line-height:1.2}.demo-page--home .demo-stepper__line{min-width:5px;margin-top:19px}.demo-page--home .demo-card__body,.demo-page--home .demo-scenario-brief{padding:1rem}.demo-page--home .demo-scenario-brief__label{margin-bottom:.45rem}.demo-page--home .demo-card__stem{margin-bottom:.8rem;font-size:.9rem;line-height:1.45}.demo-page--home .demo-question-progress{flex-direction:row}.demo-page--home .demo-card__qcard{padding:.8rem}.demo-page--home .demo-card__q-text{line-height:1.45}.demo-page--home .demo-review-row .demo-annotation{display:none}.demo-page--home .demo-review-wrap{margin-top:.6rem}.demo-page--home .demo-card__primary-actions{margin-top:1rem}.demo-card__body,.demo-scenario-brief{padding:1.25rem}.demo-question-row{grid-template-columns:42px minmax(0,1fr) 42px;gap:10px}.demo-question-nav{width:42px;height:42px;font-size:1.5rem}.demo-card__qcard{gap:.7rem;padding:.95rem .9rem 1.15rem;border-radius:20px}.demo-question-progress{flex-direction:column;gap:.4rem}.demo-card__q-text{padding:0 .1rem;font-size:.9rem}.demo-card__body--centered{padding:32px 20px}.demo-side-rail{grid-template-columns:1fr}.demo-card__footer--split{justify-content:stretch}.demo-card__footer--split a,.demo-card__footer--split a>button,.demo-card__footer--split>button{width:100%}.demo-page__cta{flex-direction:column}.demo-page__cta a,.demo-page__cta button,.demo-page__cta--home .demo-page__overview-link,.demo-page__cta--home .home-hero__cta{width:100%}.demo-station-summary{flex-direction:column}.demo-station-summary__meta{text-align:left}.demo-station-grid{grid-template-columns:1fr}}@media (max-width:520px){.demo-page--home .demo-question-row{grid-template-columns:minmax(0,1fr)}.demo-page--home .demo-question-nav{display:none}.demo-page--home .demo-record-area{flex-direction:column;align-items:stretch}.demo-page--home .demo-record-status,.demo-page--home .demo-waveform{align-self:center}}