:root{--bg: #f8fafc;--bg-soft: #f1f5f9;--bg-strong: #e2e8f0;--surface: rgba(255, 255, 255, .78);--surface-strong: #ffffff;--surface-tint: rgba(220, 252, 231, .84);--text: #0f172a;--muted: #64748b;--line: rgba(148, 163, 184, .18);--accent: #22c55e;--accent-dark: #15803d;--accent-2: #16a34a;--accent-3: #dcfce7;--shadow: 0 24px 70px rgba(15, 23, 42, .09);--shadow-soft: 0 18px 40px rgba(34, 197, 94, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip}body{margin:0;font-family:Geist,Avenir Next,Segoe UI,sans-serif;color:var(--text);overflow-x:clip;background:radial-gradient(circle at top left,rgba(34,197,94,.14),transparent 28%),radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 24%),linear-gradient(180deg,#ffffff 0%,var(--bg) 42%,#f1f5f9 100%)}body.promo-open,body.funnel-open{overflow:hidden}a{color:inherit;text-decoration:none}p{line-height:1.6}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.eyebrow{margin:0 0 .75rem;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent)}.section-heading{max-width:44rem;margin-bottom:3rem}.section-heading h2,.hero h1,.cta h2,.legal-shell h1{margin:0;line-height:1;letter-spacing:-.045em;font-family:inherit;font-weight:700}.section-heading h2,.cta h2,.legal-shell h1{font-size:clamp(2.1rem,4vw,4rem)}.section-heading p,.hero-text,.footer-copy,.legal-shell p{color:var(--muted)}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:#f8fafcdb;border-bottom:1px solid rgba(148,163,184,.16)}.nav-shell,.footer-shell,.cta-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nav-shell,.footer-shell{padding:1rem 0}.brand,.footer-brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700}.brand-logo{width:2.25rem;height:2.25rem;object-fit:contain}.nav-links,.nav-actions,.nav-panel,.footer-links,.hero-actions,.cta-actions{display:flex;align-items:center;gap:1rem}.nav-panel{flex:1;justify-content:space-between}.nav-menu-toggle{display:none;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;padding:0;border:1px solid rgba(148,163,184,.16);border-radius:.95rem;background:#ffffffeb;color:var(--text);cursor:pointer}.nav-menu-toggle span{position:absolute;width:1rem;height:2px;border-radius:999px;background:currentColor;transition:transform .18s ease,opacity .18s ease}.nav-menu-toggle span:first-child{transform:translateY(-.18rem)}.nav-menu-toggle span:last-child{transform:translateY(.18rem)}.nav-shell.is-open .nav-menu-toggle span:first-child{transform:rotate(45deg)}.nav-shell.is-open .nav-menu-toggle span:last-child{transform:rotate(-45deg)}.nav-links,.footer-links,.text-link{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.8rem 1.15rem;border:1px solid var(--accent);border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-weight:600;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 16px 28px #22c55e3d}.button-secondary{background:#ffffffeb;color:var(--accent-dark)}.funnel-popup{position:fixed;inset:0;z-index:45;display:grid;place-items:center;padding:1.5rem}.funnel-popup[hidden]{display:none}.funnel-popup-backdrop{position:absolute;inset:0;background:#0f172a94}.funnel-popup-shell{position:relative;display:flex;flex-direction:column;width:min(78rem,100%);height:min(54rem,calc(100vh - 3rem));padding:2rem;border-radius:2rem;border:1px solid rgba(255,255,255,.7);background:radial-gradient(circle at top left,rgba(220,252,231,.72),transparent 28%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 28px 72px #0f172a2e;overflow:hidden;opacity:0;transform:translateY(22px) scale(.97);transition:opacity .18s ease,transform .22s ease}.funnel-popup.is-visible .funnel-popup-shell{opacity:1;transform:translateY(0) scale(1)}.funnel-popup-close{position:absolute;top:1.3rem;right:1.3rem;z-index:2;width:3rem;height:3rem;border:0;border-radius:999px;background:#ffffffe6;box-shadow:0 12px 24px #0f172a17;cursor:pointer}.funnel-popup-close span{position:absolute;top:50%;left:50%;width:1rem;height:2px;border-radius:999px;background:var(--text)}.funnel-popup-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.funnel-popup-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.promo-login-popup{position:fixed;inset:0;z-index:62;display:grid;place-items:center;padding:1.25rem}.promo-login-popup[hidden]{display:none}.promo-login-backdrop{position:absolute;inset:0;background:#0f172a9e}.promo-login-shell{position:relative;width:min(38rem,100%);max-height:calc(100vh - 2.5rem);overflow:auto;padding:1rem;border-radius:2rem;border:1px solid rgba(255,255,255,.72);background:radial-gradient(circle at top right,rgba(220,252,231,.45),transparent 34%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 26px 70px #0f172a38;opacity:0;transform:translateY(10px) scale(.98);transition:opacity .18s ease,transform .18s ease}.promo-login-popup.is-visible .promo-login-shell{opacity:1;transform:translateY(0) scale(1)}.promo-login-close{position:absolute;top:1.1rem;right:1.1rem;z-index:2;width:2.8rem;height:2.8rem;border:0;border-radius:999px;background:#ffffffeb;box-shadow:0 12px 24px #0f172a17;cursor:pointer}.promo-login-close span{position:absolute;top:50%;left:50%;width:1rem;height:2px;border-radius:999px;background:var(--text)}.promo-login-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.promo-login-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.promo-login-card{display:grid;gap:1.15rem;padding:clamp(1.45rem,4vw,2.25rem);border-radius:1.65rem;border:1px solid rgba(34,197,94,.14);background:radial-gradient(circle at 15% 0%,rgba(220,252,231,.82),transparent 32%),linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 18px 42px #0f172a1a}.promo-login-header{padding-right:3.2rem}.promo-login-kicker{margin:0 0 .55rem;color:var(--accent-dark);font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.promo-login-header h2{margin:0;max-width:11ch;color:var(--text);font-size:clamp(2.05rem,5vw,3.35rem);line-height:.95;letter-spacing:-.06em}.promo-login-header p{margin:.85rem 0 0;color:var(--muted);font-size:1rem;line-height:1.55}.promo-login-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.promo-login-field,.promo-login-legal{display:grid;gap:.42rem}.promo-login-field:nth-child(n+3),.promo-login-legal{grid-column:1 / -1}.promo-login-field span{color:var(--text);font-size:.82rem;font-weight:700}.promo-login-field input{width:100%;min-height:3.15rem;padding:.8rem .95rem;border:1px solid rgba(148,163,184,.22);border-radius:.95rem;background:#fffffff0;color:var(--text);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.promo-login-field input:focus{outline:none;border-color:#22c55e70;box-shadow:0 0 0 4px #22c55e1f}.promo-login-legal{grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.75rem;padding:.85rem .95rem;border:1px solid rgba(148,163,184,.18);border-radius:1rem;background:#ffffffc2}.promo-login-legal input{width:1.05rem;height:1.05rem;margin-top:.2rem;accent-color:var(--accent-dark)}.promo-login-legal span{color:var(--muted);font-size:.82rem;line-height:1.48}.promo-login-legal a{color:var(--accent-dark);font-weight:700;text-decoration:underline;text-underline-offset:.16rem}.promo-login-error{margin:0;color:#b91c1c;font-size:.88rem;font-weight:700;line-height:1.45}.promo-login-actions{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.promo-login-back{min-height:3rem;padding:.75rem 1.1rem;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#ffffffe6;color:var(--text);font:inherit;font-weight:600;cursor:pointer}.promo-login-submit{min-height:3.35rem;padding-inline:1.5rem;border:0;cursor:pointer;font:inherit}.promo-login-submit[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:var(--shadow-soft)}.promo-analysis-popup{position:fixed;inset:0;z-index:63;display:grid;place-items:center;padding:1.25rem}.promo-analysis-popup[hidden]{display:none}.promo-analysis-backdrop{position:absolute;inset:0;background:#0f172aa8}.promo-analysis-shell{position:relative;width:min(66rem,100%);max-height:calc(100vh - 2.5rem);overflow:auto;padding:clamp(1.25rem,3vw,2rem);border-radius:2rem;border:1px solid rgba(255,255,255,.72);background:radial-gradient(circle at 8% 0%,rgba(220,252,231,.72),transparent 32%),radial-gradient(circle at 90% 12%,rgba(187,247,208,.42),transparent 28%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 28px 78px #0f172a3d;opacity:0;transform:translateY(12px) scale(.98);transition:opacity .18s ease,transform .18s ease;scrollbar-gutter:stable}.promo-analysis-popup.is-visible .promo-analysis-shell{opacity:1;transform:translateY(0) scale(1)}.promo-analysis-shell::-webkit-scrollbar{width:.65rem}.promo-analysis-shell::-webkit-scrollbar-track{margin:1.35rem 0;border-radius:999px;background:#e2e8f0b8}.promo-analysis-shell::-webkit-scrollbar-thumb{border-radius:999px;background:#22c55e6b}.promo-analysis-close{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:2.9rem;height:2.9rem;border:0;border-radius:999px;background:#ffffffeb;box-shadow:0 12px 24px #0f172a17;cursor:pointer}.promo-analysis-close span{position:absolute;top:50%;left:50%;width:1rem;height:2px;border-radius:999px;background:var(--text)}.promo-analysis-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.promo-analysis-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.promo-analysis-loading{display:grid;place-items:center;gap:.6rem;min-height:14rem;padding:1.75rem 1rem 2rem;text-align:center}.promo-analysis-loading-hint{margin:0;max-width:28rem;color:#0b1b2b85;font-size:.95rem;line-height:1.5}.promo-analysis-pane-enter.promo-analysis-badnews,.promo-analysis-pane-enter.promo-analysis-goodnews,.promo-analysis-pane-enter.promo-analysis-results{animation:promo-analysis-pane-in .56s cubic-bezier(.22,1,.36,1) both}@keyframes promo-analysis-pane-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.promo-analysis-pane-enter.promo-analysis-badnews,.promo-analysis-pane-enter.promo-analysis-goodnews,.promo-analysis-pane-enter.promo-analysis-results{animation:none;opacity:1;transform:none}}.promo-analysis-orb{position:relative;display:grid;place-items:center;width:7.4rem;height:7.4rem;margin-bottom:1.5rem;border-radius:999px;background:radial-gradient(circle at top,#22c55e47,#dcfce7e6)}.promo-analysis-orb span{position:absolute;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));animation:funnel-pulse 1.55s ease-in-out infinite}.promo-analysis-orb span:nth-child(1){width:1.2rem;height:1.2rem}.promo-analysis-orb span:nth-child(2){width:2.8rem;height:2.8rem;opacity:.18;animation-delay:.16s}.promo-analysis-orb span:nth-child(3){width:5rem;height:5rem;opacity:.1;animation-delay:.32s}.promo-analysis-kicker{margin:0 0 .6rem;color:var(--accent-dark);font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.promo-analysis-loading h2,.promo-analysis-results h2{margin:0;color:var(--text);font-size:clamp(2.15rem,5vw,3.65rem);line-height:.98;letter-spacing:-.06em}.promo-analysis-results-top p,.promo-analysis-actions p,.promo-analysis-list-item p{color:var(--muted)}.promo-analysis-progress{width:min(30rem,100%);height:.72rem;border-radius:999px;background:#e2e8f0f2;overflow:hidden}.promo-analysis-progress span{display:block;width:8%;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--accent),var(--accent-dark));transition:width .36s ease}.promo-analysis-results{padding:.75rem}.promo-analysis-complete{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:center;margin-bottom:1.25rem;padding:1.25rem;border:1px solid rgba(34,197,94,.18);border-radius:1.45rem;background:radial-gradient(circle at 8% 0%,rgba(220,252,231,.96),transparent 34%),linear-gradient(135deg,#f0fdf4fa,#ffffffeb);box-shadow:0 18px 42px #22c55e1f}.promo-analysis-complete h2{margin:0;max-width:22ch;color:var(--text);font-size:clamp(2rem,4vw,3.25rem);line-height:.98;letter-spacing:-.06em}.promo-analysis-complete p:not(.promo-analysis-kicker){max-width:42rem;margin:.85rem 0 0;color:var(--muted);font-size:.98rem;line-height:1.55}.promo-analysis-results-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.55fr);gap:1.25rem;align-items:stretch;margin-bottom:1.25rem;padding-right:3.5rem}.promo-analysis-results-top p{max-width:44rem;margin:.9rem 0 0;font-size:1rem;line-height:1.65}.promo-analysis-snapshot-copy{max-width:34rem}.promo-analysis-visual-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:18rem;padding:1.05rem 1.1rem;border:1px solid rgba(34,197,94,.16);border-radius:1.45rem;background:radial-gradient(circle at 20% 10%,rgba(220,252,231,.9),transparent 42%),#ffffffd1;box-shadow:0 18px 42px #22c55e1f}.promo-analysis-visual-card strong{display:flex;align-items:baseline;gap:.22rem;color:var(--text);font-size:clamp(2rem,4vw,3rem);line-height:.95;letter-spacing:-.045em}.promo-analysis-visual-card strong small{margin-left:0;color:var(--muted);font-size:.82rem;letter-spacing:0}.promo-analysis-visual-card>span,.promo-analysis-visual-card p{margin:0;font-weight:800;text-transform:uppercase}.promo-analysis-visual-card>span{align-self:flex-start;margin-bottom:.62rem;padding:.28rem .56rem;border-radius:999px;background:#dcfce7f2;color:var(--accent-dark);font-size:.76rem;letter-spacing:.08em}.promo-analysis-visual-card p{margin-bottom:.18rem;color:var(--muted);font-size:.72rem;letter-spacing:.06em}.promo-analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.promo-analysis-card{position:relative;overflow:hidden;padding:1.15rem;border:1px solid rgba(148,163,184,.16);border-radius:1.35rem;background:linear-gradient(180deg,#fffffff2,#f8fafcd6);box-shadow:0 14px 34px #94a3b81c}.promo-analysis-card:after{content:"";position:absolute;inset:auto -20% -45% 38%;height:7rem;border-radius:999px;background:#dcfce799;filter:blur(22px);pointer-events:none}.promo-analysis-card-wide{grid-column:1 / -1}.promo-analysis-card-title{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;position:relative;z-index:1}.promo-analysis-card-icon{display:grid;place-items:center;width:2.55rem;height:2.55rem;border-radius:999px;background:#ecfdf599;color:var(--accent-dark);box-shadow:inset 0 0 0 1px #94a3b814}.promo-analysis-card-icon-warn{background:#fef9dc99;color:#b45309}.promo-analysis-card-icon svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.promo-analysis-card-title h3{margin:0;color:var(--text);font-size:1rem;letter-spacing:-.025em}.promo-analysis-list{display:grid;gap:.65rem;position:relative;z-index:1}.promo-analysis-list-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:start;padding:.72rem;border:1px solid rgba(226,232,240,.72);border-radius:1rem;background:#ffffffb8}.promo-analysis-list-item span{display:grid;place-items:center;width:1.55rem;height:1.55rem;border-radius:999px;background:#dcfce7f2;color:var(--accent-dark);font-size:.78rem;font-weight:800}.promo-analysis-list-item p{margin:0;font-size:.92rem;line-height:1.45}.promo-analysis-actions{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-top:1.25rem;padding:1.25rem;border:1px solid rgba(34,197,94,.16);border-radius:1.45rem;background:radial-gradient(circle at 0% 0%,rgba(220,252,231,.96),transparent 36%),linear-gradient(135deg,#f0fdf4f5,#ffffffe6);box-shadow:0 18px 42px #22c55e1f}.promo-analysis-actions p{margin:.3rem 0 0;font-size:.92rem;line-height:1.45}.promo-analysis-actions span,.promo-analysis-actions strong{display:block}.promo-analysis-actions span{margin-bottom:.3rem;color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.promo-analysis-actions strong{color:var(--text);font-size:clamp(1.25rem,2.6vw,1.85rem);line-height:1.05;letter-spacing:-.045em}.promo-analysis-cta{border:0;white-space:nowrap;min-width:13.5rem}.promo-analysis-interstitial[hidden]{display:none!important}.promo-analysis-interstitial{padding:.5rem 1rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:42rem;margin:0 auto}.promo-analysis-interstitial h2{margin:0 0 .35rem;max-width:36rem;letter-spacing:-.03em}.promo-analysis-interstitial .promo-analysis-slide-text{margin:0;color:#0b1b2bb8;font-size:1rem;line-height:1.55;max-width:36rem}.promo-analysis-hours-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;margin:.35rem 0 .25rem;padding:1.1rem 1.75rem;border-radius:1.25rem;border:1px solid rgba(148,163,184,.2);background:linear-gradient(180deg,#fffffff2,#f8fafce0);box-shadow:0 12px 28px #94a3b81a}.promo-analysis-hours-stat strong{font-size:clamp(2.5rem,6vw,3.25rem);font-weight:800;letter-spacing:-.04em;color:#0b1b2b;line-height:1}.promo-analysis-hours-stat span{font-size:.82rem;font-weight:650;color:#0b1b2b8c}.promo-analysis-benefits{display:grid;gap:.65rem;width:min(100%,28rem);margin:.25rem auto 0;text-align:left}.promo-analysis-benefits .funnel-feature-pill{margin:0}.promo-analysis-interstitial-actions{margin-top:.35rem;display:flex;justify-content:center}.promo-analysis-trajectory-card .promo-analysis-card-title{margin-bottom:.65rem}.promo-analysis-trajectory{position:relative;z-index:1;display:flex;flex-direction:column;gap:.75rem;min-height:10rem}.promo-analysis-trajectory-svg{width:100%;height:auto;max-height:11rem}.promo-analysis-trajectory-svg .trajectory-grid line{stroke:#e2e8f0f2;stroke-width:1}.promo-analysis-trajectory-svg .trajectory-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.promo-analysis-trajectory-svg .trajectory-line-base{stroke:#94a3b8bf;stroke-dasharray:6 5}.promo-analysis-trajectory-svg .trajectory-line-prepster{stroke-width:3;stroke:var(--accent, #22c55e);filter:drop-shadow(0 2px 6px rgba(34,197,94,.25))}.promo-analysis-trajectory-svg .trajectory-dot{stroke:#fff;stroke-width:2}.promo-analysis-trajectory-svg .trajectory-dot-base{fill:#94a3b8f2}.promo-analysis-trajectory-svg .trajectory-dot-prepster{fill:var(--accent, #22c55e)}.promo-analysis-trajectory-svg .trajectory-label{fill:#0b1b2b73;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.promo-analysis-trajectory-svg .trajectory-y-axis-title{font-size:8.5px;letter-spacing:.04em;text-transform:none}.promo-analysis-trajectory-svg .trajectory-tick{fill:#0b1b2b61;font-size:8.25px;font-weight:650;letter-spacing:.03em;text-transform:none}.promo-analysis-trajectory-svg .trajectory-marker{fill:#fff;stroke-width:2}.promo-analysis-trajectory-svg .trajectory-marker-solo{stroke:#94a3b8f2}.promo-analysis-trajectory-svg .trajectory-marker-prepster{stroke:#22c55ef2}.promo-analysis-trajectory-note{margin:0;text-align:center;font-size:.72rem;line-height:1.42;color:#0b1b2b85;max-width:28rem;align-self:center}.promo-analysis-trajectory-legend{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem}.promo-analysis-trajectory-legend .legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:650;color:#0b1b2bb8}.promo-analysis-trajectory-legend .legend-item i{display:block;width:.55rem;height:.55rem;border-radius:999px;font-style:normal}.promo-analysis-trajectory-legend .legend-item-base i{background:#94a3b8d9;box-shadow:0 0 0 2px #ffffffe6}.promo-analysis-trajectory-legend .legend-item-prepster i{background:var(--accent, #22c55e);box-shadow:0 0 0 2px #ffffffe6}.funnel-popup-progress,.funnel-popup-progress-meta,.funnel-popup-brand,.funnel-slide-actions,.funnel-nav,.funnel-analysis-top{display:flex;align-items:center}.funnel-popup-progress{justify-content:space-between;gap:1rem;flex-shrink:0;margin-bottom:1.75rem;padding-right:4.6rem}.funnel-popup-brand{gap:.85rem;font-size:1.15rem;font-weight:700}.funnel-popup-brand img{width:2.6rem;height:2.6rem;object-fit:contain}.funnel-popup-progress-meta{gap:1rem}.funnel-popup-progress-meta strong{color:var(--accent-dark);font-size:1.45rem;letter-spacing:-.03em;min-width:3.6rem;text-align:right}.funnel-popup-progress-track{position:relative;width:min(16rem,38vw);height:.42rem;border-radius:999px;background:#e2e8f0e6;overflow:hidden}.funnel-popup-progress-fill{display:block;height:100%;width:20%;border-radius:inherit;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);transition:width .22s ease}.funnel-popup-stage{position:relative;flex:1;min-height:0;overflow:hidden}.funnel-slide{display:none}.funnel-slide.is-active{display:block}.funnel-slide-computing.is-active{display:grid;min-height:38rem;place-items:center;text-align:center}.funnel-computing-card{display:grid;justify-items:center;width:min(34rem,92%);padding:3.4rem 3rem;border:1px solid rgba(187,247,208,.82);border-radius:2.2rem;background:radial-gradient(circle at 50% 0%,rgba(220,252,231,.95),transparent 52%),#fffffff5;box-shadow:0 30px 80px #0f172a1a}.funnel-computing-orb{width:4.4rem;height:4.4rem;margin-bottom:1.25rem;border-radius:999px;background:radial-gradient(circle,var(--accent) 0 17%,transparent 19%),conic-gradient(from 0deg,#22c55e14,#22c55ee6,#22c55e14);box-shadow:0 0 0 1rem #22c55e14,0 24px 44px #22c55e33;animation:funnel-computing-inline-spin 1.35s linear infinite}.funnel-computing-card h2{max-width:26rem;margin:.35rem 0 .75rem;color:var(--text);font-size:clamp(2rem,4vw,3.2rem);line-height:.98;letter-spacing:-.06em}.funnel-computing-card .funnel-slide-text{max-width:27rem;margin:0;font-size:1.05rem}.funnel-computing-tabs{display:grid;width:min(26rem,100%);gap:.55rem;margin-top:1.6rem}.funnel-computing-tabs span{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:center;min-height:2.7rem;border:1px solid rgba(187,247,208,.72);border-radius:999px;background:#f0fdf494;color:var(--muted);font-weight:800;overflow:hidden;transition:color .42s ease,border-color .42s ease,background .42s ease,transform .42s ease}.funnel-computing-tabs span:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,#22c55eeb,#059669f2);transform:scaleX(0);transform-origin:left center;transition:transform .9s cubic-bezier(.16,1,.3,1);z-index:-1}.funnel-computing-tabs span.is-complete{color:#fff;border-color:#22c55e33;background:#22c55e14;transform:translateY(-1px)}.funnel-computing-tabs span.is-complete:before{transform:scaleX(1)}.funnel-slide.is-active.funnel-slide-scrollable{max-height:100%;overflow-y:auto;overscroll-behavior:contain;padding-right:0;scrollbar-color:rgba(34,197,94,.65) rgba(226,232,240,.42);scrollbar-gutter:stable;scrollbar-width:thin}.funnel-slide.is-active.funnel-slide-scrollable .funnel-result-layout{padding-right:.95rem}.funnel-slide.is-active.funnel-slide-scrollable::-webkit-scrollbar{width:.62rem}.funnel-slide.is-active.funnel-slide-scrollable::-webkit-scrollbar-track{margin:.7rem 0;border-radius:999px;background:#e2e8f06b;box-shadow:inset 0 0 0 1px #ffffff9e}.funnel-slide.is-active.funnel-slide-scrollable::-webkit-scrollbar-thumb{border:2px solid rgba(248,250,252,.92);border-radius:999px;background:linear-gradient(180deg,#22c55ee0,#059669d1);box-shadow:0 8px 18px #0596692e}.funnel-slide.is-active.funnel-slide-scrollable::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#22c55e,#059669f2)}.funnel-slide.is-active.funnel-slide-scrollable.is-processing{height:100%;overflow:hidden;padding-right:0}.funnel-slide-scrollable.is-processing .funnel-result-layout{height:100%;min-height:100%;padding:0}.funnel-slide-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(20rem,.8fr);gap:2.5rem;align-items:center;min-height:38rem}.funnel-slide-copy{max-width:34rem;padding:2rem 0 1rem}.funnel-slide-copy h2,.funnel-question-shell h2,.funnel-results-copy h2{margin:0;font-size:clamp(2.5rem,6vw,5rem);line-height:.96;letter-spacing:-.06em}.funnel-question-shell h2,.funnel-results-copy h2{font-size:clamp(2.1rem,4vw,3.6rem)}.funnel-slide-text{margin:1.4rem 0 0;max-width:34rem;color:var(--muted);font-size:1.18rem;line-height:1.65}.funnel-feature-row,.funnel-result-summary,.funnel-analysis-priorities{display:grid;gap:1rem}.funnel-feature-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.funnel-feature-pill,.funnel-result-summary>div,.funnel-analysis-card,.funnel-option{border:1px solid rgba(148,163,184,.14);background:#fff;box-shadow:0 14px 30px #94a3b814}.funnel-feature-pill{padding:1rem;border-radius:1.25rem}.funnel-feature-pill strong,.funnel-result-summary strong{display:block;margin-bottom:.35rem;font-size:1rem}.funnel-feature-pill span,.funnel-result-summary span,.funnel-option span,.funnel-analysis-body,.funnel-priority-item p,.funnel-slide-note{color:var(--muted)}.funnel-slide-actions{gap:1rem;margin-top:2rem}.funnel-slide-cta{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.65rem}.funnel-slide-note{display:inline-flex;align-items:center;gap:.45rem;margin:0;padding-left:.15rem;font-size:.85rem;line-height:1}.funnel-slide-note svg{width:.95rem;height:.95rem;stroke:currentColor;stroke-width:1.85;fill:none}.funnel-inline-button{border:0;cursor:pointer;font:inherit}.funnel-inline-button[disabled]{opacity:.45;cursor:not-allowed;transform:none;box-shadow:var(--shadow-soft)}.funnel-intro-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:34rem}.funnel-intro-card{position:absolute;border-radius:2rem;background:#fff;border:1px solid rgba(255,255,255,.82);box-shadow:0 14px 34px #0f172a14}.funnel-intro-card-profile{inset:.5rem 0 7.2rem 2.3rem;padding:3rem 2rem}.funnel-intro-card-focus{top:12rem;left:0;right:1rem;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.2rem;padding:1.55rem 1.6rem}.funnel-intro-card-focus strong{display:block;font-size:1.35rem}.funnel-intro-card-focus-copy{min-width:0}.funnel-intro-card-arrow{display:grid;place-items:center;width:2.7rem;height:2.7rem;border:0;border-radius:999px;background:#f0fdf4eb;color:var(--accent);font-size:1.9rem;line-height:1;cursor:pointer;transition:transform .18s ease,background .18s ease}.funnel-intro-card-arrow:hover{background:#dcfce7f5;transform:translate(1px)}.funnel-intro-card-arrow:focus-visible{outline:2px solid rgba(34,197,94,.55);outline-offset:2px}.funnel-intro-card-list{right:0;bottom:.25rem;width:78%;padding:1.5rem}.funnel-avatar{width:6.4rem;height:6.4rem;margin:0 auto 2rem;border-radius:999px;background:radial-gradient(circle at 35% 30%,#dcfce7eb,#22c55ec7)}.funnel-checkmark{display:grid;place-items:center;width:3.85rem;height:3.85rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-size:2rem;font-weight:700}.funnel-line{border-radius:999px;background:#e2e8f0f2}.funnel-line-long{width:74%;height:.8rem;margin:0 auto 1rem}.funnel-line-mid{width:12rem;max-width:100%;height:.7rem;margin-top:.75rem}.funnel-line-short{width:8rem;max-width:66%;height:.7rem;margin-top:.75rem}.funnel-list-item,.funnel-priority-item{display:flex;gap:.95rem}.funnel-list-item+.funnel-list-item{margin-top:1.2rem}.funnel-list-item span,.funnel-priority-item span{flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:999px;background:#f8fffbf5}.funnel-question-shell{height:45.5rem;padding:2rem 0 1rem}.funnel-question-shell{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.funnel-results-shell{min-height:38rem;padding:2rem 0 1rem}.funnel-slide[data-funnel-step="11"] .funnel-results-shell{min-height:auto;height:auto;padding:1rem 0 .5rem}.funnel-question-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(24rem,.9fr);gap:2.5rem;align-items:start;height:45.5rem;padding:1.25rem 0 1rem}.funnel-question-aside h2 span{color:var(--accent)}.funnel-question-aside h2{margin:0;max-width:10ch;font-size:clamp(2.6rem,5vw,5rem);line-height:.96;letter-spacing:-.06em}.funnel-question-layout-year,.funnel-question-layout-timeline,.funnel-question-layout-schools,.funnel-question-layout-habits,.funnel-question-layout-sources,.funnel-question-layout-hardest,.funnel-question-layout-stats{align-items:center}.funnel-question-aside{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}.funnel-question-layout-schools .funnel-question-aside{min-height:100%}.funnel-question-aside .funnel-slide-text{max-width:22rem}.funnel-step-label{margin:0 0 .95rem;color:var(--accent);letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;font-weight:700}.funnel-options{display:grid;gap:.55rem;margin-top:2rem}.funnel-question-shell>.funnel-options{height:39.75rem;align-content:center;overflow:visible;padding-right:0}.funnel-options-year{margin-top:0}.funnel-option{width:100%;padding:1.35rem 1.4rem;border-radius:1.45rem;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.funnel-option strong{display:block;margin-bottom:.4rem;font-size:1.1rem}.funnel-option-year{display:grid;grid-template-columns:4.25rem minmax(0,1fr) 2.5rem;align-items:center;gap:.9rem;height:5.6rem;padding:0 1rem}.funnel-option-timeline{display:grid;grid-template-columns:4.25rem minmax(0,1fr) 2.5rem;align-items:center;gap:1rem;height:5.6rem;padding:0 1.1rem}.funnel-option-multi{grid-template-columns:auto minmax(0,1fr) auto}.funnel-option-year strong{margin:0;font-size:1.45rem;font-weight:500;letter-spacing:-.035em}.funnel-option-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;align-self:center;height:100%;min-width:0}.funnel-option-copy strong{margin:0;color:var(--text);font-size:1.28rem;font-weight:500;letter-spacing:-.035em;line-height:1.12}.funnel-option-copy span{margin-top:.22rem;color:#475569;font-size:.92rem;font-weight:500;line-height:1.28}.funnel-option-year i,.funnel-option-timeline i{color:var(--accent);font-style:normal;justify-self:end;margin-right:.2rem;font-size:2.5rem;line-height:1}.funnel-option-icon{position:relative;display:block;align-self:center;justify-self:center;line-height:0;margin:0 auto;width:4.25rem;height:4.25rem;border-radius:999px;background:#f0fdf473;color:#22c55e;box-shadow:inset 0 0 0 1px #94a3b814}.funnel-option-icon svg{position:absolute;top:50%;left:50%;width:2rem;height:2rem;display:block;margin:0;transform:translate(-50%,-50%);color:#22c55e;stroke:#22c55e;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;fill:none}.funnel-option-icon svg path,.funnel-option-icon svg circle,.funnel-option-icon svg rect,.funnel-option-icon svg line,.funnel-option-icon svg polyline,.funnel-option-icon svg polygon{stroke:#22c55e}.funnel-option-icon-brand{background:#f0fdf473;color:#22c55e;box-shadow:inset 0 0 0 1px #94a3b814}.funnel-option-check{display:grid;place-items:center;width:2.3rem;height:2.3rem;border:1px solid rgba(148,163,184,.28);border-radius:.7rem;background:#fff;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.funnel-option-check:before{content:"";width:.7rem;height:.4rem;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(-45deg) translate(.05rem,-.02rem);transition:border-color .18s ease}.funnel-option-multi.is-selected{background:#f0fdf4f5}.funnel-option-multi.is-selected .funnel-option-check{border-color:#22c55e47;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);box-shadow:0 10px 20px #22c55e24}.funnel-option-multi.is-selected .funnel-option-check:before{border-left-color:#fff;border-bottom-color:#fff}.funnel-option:hover,.funnel-option.is-selected{transform:translateY(-2px);border-color:#22c55e57;background:#f0fdf4f5;box-shadow:0 22px 50px #22c55e24}.funnel-nav{justify-content:space-between;gap:1rem;margin-top:2rem}.funnel-slide-single-select .funnel-nav{justify-content:center}.funnel-slide-single-select .funnel-inline-button[data-funnel-next]{display:none}.funnel-nav-button{min-height:2.9rem;padding:.75rem 1.1rem;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:#ffffffe6;color:var(--text);font:inherit;font-weight:600;cursor:pointer}.funnel-slide-single-select .funnel-nav-button{width:3rem;min-width:3rem;min-height:3rem;padding:0;border-radius:999px;font-size:1.35rem;line-height:1}.funnel-result-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"copy" "card" "nav";gap:1rem;align-items:center;justify-items:center;min-height:0;padding:.25rem 0 .35rem}.funnel-slide-result.is-processing .funnel-result-layout{min-height:32rem}.funnel-slide-result.is-processing .funnel-result-copy,.funnel-slide-result.is-processing .funnel-result-card,.funnel-slide-result.is-processing .funnel-result-nav{opacity:0;transform:translateY(8px);pointer-events:none}.funnel-slide-result.is-processing .funnel-result-layout:before{content:"";position:absolute;left:50%;top:50%;width:4.25rem;height:4.25rem;border-radius:999px;background:radial-gradient(circle,var(--accent) 0 17%,transparent 19%),conic-gradient(from 0deg,#22c55e14,#22c55ee6,#22c55e14);transform:translate(-50%,-70%);animation:funnel-computing-centered-spin 1.35s linear infinite}.funnel-slide-result.is-processing .funnel-result-layout:after{content:"Computing your personalized signal...";position:absolute;left:50%;top:calc(50% + 3.4rem);width:min(24rem,90%);color:var(--text);font-size:1.05rem;font-weight:800;text-align:center;transform:translate(-50%)}.funnel-slide-result.is-processing .funnel-result-layout:before,.funnel-slide-result.is-processing .funnel-result-layout:after{z-index:4}.funnel-slide-result.is-revealing .funnel-result-copy,.funnel-slide-result.is-revealing .funnel-result-card,.funnel-slide-result.is-revealing .funnel-result-nav{animation:funnel-result-reveal .72s cubic-bezier(.16,1,.3,1) both}.funnel-slide-result.is-revealing .funnel-result-card{animation-delay:.12s}.funnel-slide-result.is-revealing .funnel-result-nav{animation-delay:.24s}@keyframes funnel-result-reveal{0%{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.funnel-result-copy{grid-area:copy;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:42rem;text-align:center}.funnel-result-copy h2{margin:0;max-width:19ch;font-size:clamp(1.75rem,3vw,2.65rem);line-height:1;letter-spacing:-.045em}.funnel-result-copy .funnel-slide-text{max-width:34rem;margin-top:.65rem;font-size:.96rem;line-height:1.5}.funnel-result-copy h2 span{color:var(--accent)}.funnel-result-card{grid-area:card;position:relative;overflow:hidden;display:grid;gap:1rem;align-content:center;width:min(100%,37rem);min-height:16rem;padding:1.1rem 1.2rem 1.15rem;border:1px solid rgba(34,197,94,.16);border-radius:1.8rem;background:radial-gradient(circle at 20% 0%,rgba(220,252,231,.82),transparent 34%),linear-gradient(180deg,#fffffff5,#f8fafcdb);box-shadow:0 20px 52px #0f172a14}.funnel-result-copy,.funnel-result-card,.funnel-result-nav{transition:opacity .42s ease,transform .52s cubic-bezier(.22,1,.36,1)}.funnel-result-card>*{opacity:1;transform:translateY(0);transition:opacity .42s ease,transform .52s cubic-bezier(.22,1,.36,1)}.funnel-result-processing{position:absolute;inset:1.1rem 1.2rem 1.15rem;z-index:3;display:grid;place-items:center;align-content:center;gap:.65rem;text-align:center}.funnel-result-processing span{width:3.15rem;height:3.15rem;border-radius:999px;background:radial-gradient(circle,var(--accent) 0 18%,transparent 20%),conic-gradient(from 0deg,#22c55e14,#22c55ed1,#22c55e14);animation:funnel-computing-inline-spin 1.35s linear infinite}.funnel-result-processing strong{color:var(--text);font-size:1.05rem;line-height:1.2}.funnel-result-processing p{max-width:24rem;margin:0;color:var(--muted);font-size:.9rem;line-height:1.45}.funnel-result-card-radar>:not(.funnel-result-processing){opacity:0;transform:translateY(8px);pointer-events:none}.funnel-slide-result.is-graph-ready .funnel-result-card-radar>:not(.funnel-result-processing){opacity:1;transform:translateY(0);pointer-events:auto}.funnel-slide-result.is-graph-ready .funnel-result-processing{opacity:0;transform:translateY(-6px);pointer-events:none}@keyframes funnel-computing-centered-spin{0%{transform:translate(-50%,-70%) rotate(0)}to{transform:translate(-50%,-70%) rotate(360deg)}}@keyframes funnel-computing-inline-spin{to{rotate:360deg}}.funnel-result-score{display:grid;place-items:center;gap:.35rem;width:9.5rem;height:9.5rem;margin:0 auto .25rem;border-radius:999px;background:#f0fdf4d6;box-shadow:inset 0 0 0 1px #22c55e1f,0 18px 38px #22c55e1f}.funnel-result-score span{color:var(--accent-dark);font-size:2.35rem;font-weight:850;letter-spacing:-.04em}.funnel-result-score p,.funnel-result-note,.funnel-result-card-copy p{margin:0;color:var(--muted);text-align:center}.funnel-result-card-copy{justify-items:center;text-align:center}.funnel-result-bars,.funnel-profile-bars{display:grid;gap:.9rem}.funnel-result-bars div,.funnel-profile-bars div{display:grid;gap:.4rem}.funnel-result-bars span,.funnel-profile-bars span{color:#0b1b2bad;font-size:.84rem;font-weight:700}.funnel-result-bars strong,.funnel-profile-bars strong{position:relative;display:block;height:.78rem;overflow:hidden;border-radius:999px;background:#e2e8f0e6;isolation:isolate}.funnel-result-bars i,.funnel-profile-bars i,.funnel-mini-chart span{display:block;position:absolute;inset:-1px 0;width:100%;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--accent),var(--accent-dark));transform:scaleX(.5);transform-origin:left center;transition:transform 1.5s cubic-bezier(.22,1,.36,1);will-change:transform}.funnel-xy-chart{position:relative;min-height:11rem;border-radius:1.35rem;background:linear-gradient(180deg,#f0fdf49e,#ffffffb8);box-shadow:inset 0 0 0 1px #22c55e1a}.funnel-xy-chart svg{position:absolute;inset:.8rem .75rem 1.1rem;width:calc(100% - 1.7rem);height:calc(100% - 2.2rem)}.funnel-xy-grid{fill:none;stroke:#94a3b83d;stroke-width:1}.funnel-xy-trend,.funnel-xy-trend-underlay{fill:none;stroke-linecap:round;stroke-linejoin:round}.funnel-xy-trend-underlay{stroke:#22c55e2e;stroke-width:9}.funnel-xy-trend{stroke:var(--accent);stroke-width:5;stroke-dasharray:320;stroke-dashoffset:320;filter:drop-shadow(0 8px 12px rgba(34,197,94,.18));transition:stroke-dashoffset 2.2s cubic-bezier(.16,1,.3,1)}.funnel-slide-result.is-graph-ready .funnel-xy-trend{stroke-dashoffset:0}.funnel-xy-points{opacity:1}.funnel-xy-point-svg circle{fill:#fff;stroke:var(--accent);stroke-width:6;filter:drop-shadow(0 8px 12px rgba(34,197,94,.2))}.funnel-xy-point-svg text{fill:#0b1b2b9e;font-size:13px;font-weight:750;text-anchor:middle}.funnel-xy-axis{position:absolute;border-radius:999px;background:#0f172a2e}.funnel-xy-axis-y{left:3rem;top:1.35rem;bottom:2.35rem;width:2px}.funnel-xy-axis-x{left:3rem;right:1.45rem;bottom:2.35rem;height:2px}.funnel-xy-label{position:absolute;color:#0b1b2b94;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.funnel-xy-label-y{left:.3rem;top:5.8rem;transform:rotate(-90deg)}.funnel-xy-label-x{right:1.45rem;bottom:.72rem}.funnel-mini-chart{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:1rem;height:10.5rem;padding:1rem 1rem 0;border-radius:1.35rem;background:#f0fdf494;box-shadow:inset 0 0 0 1px #22c55e1a}.funnel-mini-chart span{align-self:end;position:relative;width:100%;min-height:18%;background:linear-gradient(180deg,#22c55e,#15803d);transition:height 1.5s cubic-bezier(.22,1,.36,1),width 1.5s cubic-bezier(.22,1,.36,1)}.funnel-result-card-copy{display:grid;gap:.55rem}.funnel-result-card-copy strong{color:var(--text);font-size:1.08rem;line-height:1.2}.funnel-trajectory-compare{display:grid;gap:.85rem;padding:1.1rem 1.15rem 1rem;border-radius:1.45rem;background:radial-gradient(circle at 12% 0%,rgba(220,252,231,.7),transparent 38%),linear-gradient(180deg,#fffffff2,#f8fafcc7);box-shadow:inset 0 0 0 1px #22c55e1f}.funnel-trajectory-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.55rem 1rem}.funnel-trajectory-header strong{color:var(--text);font-size:.95rem;font-weight:750;letter-spacing:-.01em}.funnel-trajectory-legend{display:inline-flex;align-items:center;gap:.85rem;font-size:.74rem;font-weight:650;color:#0b1b2bb3}.funnel-trajectory-legend .legend-item{display:inline-flex;align-items:center;gap:.4rem}.funnel-trajectory-legend .legend-item i{width:.7rem;height:.18rem;border-radius:999px;background:currentColor;opacity:.9}.funnel-trajectory-legend .legend-item-solo{color:#b45309}.funnel-trajectory-legend .legend-item-prepster{color:var(--accent-dark)}.funnel-trajectory-frame{position:relative;width:100%;aspect-ratio:320 / 180;min-height:7.1rem;border-radius:1.1rem;background:linear-gradient(180deg,#f0fdf499,#ffffffeb);overflow:visible}.funnel-trajectory-svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.funnel-trajectory-svg .trajectory-grid line{stroke:#94a3b838;stroke-width:1}.funnel-trajectory-svg .trajectory-axis-label{fill:#0b1b2b73;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.funnel-trajectory-svg .trajectory-axis-y,.funnel-trajectory-svg .trajectory-axis-x-end{text-anchor:end}.funnel-trajectory-svg .trajectory-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:420;transition:stroke-dashoffset 1.9s cubic-bezier(.22,1,.36,1);filter:drop-shadow(0 6px 10px rgba(15,23,42,.06))}.funnel-trajectory-svg .trajectory-line-solo{stroke:#d97706;stroke-width:3;opacity:.82;transition:stroke-dashoffset 1.7s cubic-bezier(.22,1,.36,1)}.funnel-trajectory-svg .trajectory-line-prepster{stroke:var(--accent-dark);stroke-width:4;transition:stroke-dashoffset 2.1s cubic-bezier(.16,1,.3,1);transition-delay:.22s}.funnel-trajectory-svg .trajectory-milestones{opacity:0;transition:opacity .36s ease 1.9s}.funnel-slide-result.is-graph-ready .funnel-trajectory-svg .trajectory-milestones,.funnel-trajectory-svg .trajectory-milestones.is-label-running,.funnel-trajectory-svg .trajectory-milestones.is-tooltip-ready{opacity:1;transition:opacity .36s ease .7s}.funnel-trajectory-svg .trajectory-milestone circle{fill:#fff;stroke:var(--accent);stroke-width:3;filter:drop-shadow(0 4px 8px rgba(34,197,94,.25));pointer-events:none}.funnel-trajectory-svg .trajectory-milestone text{fill:#0b1b2ba8;font-size:10px;font-weight:750;text-anchor:middle;opacity:0;transform:translateY(4px);transform-origin:center;transition:opacity .72s ease,transform .72s ease;paint-order:stroke;stroke:#ffffffeb;stroke-width:6px;stroke-linejoin:round;pointer-events:none}.funnel-trajectory-svg .trajectory-milestones.is-label-running .trajectory-milestone.is-label-active text{opacity:1;transform:translateY(0)}.funnel-trajectory-svg .trajectory-milestones.is-labels-finished .trajectory-milestone text{opacity:0;transform:translateY(2px)}.funnel-trajectory-svg .trajectory-milestones.is-tooltip-ready .trajectory-milestone circle{pointer-events:auto;cursor:pointer}.funnel-trajectory-tooltip{position:absolute;z-index:3;padding:.55rem .7rem;border-radius:.9rem;border:1px solid rgba(148,163,184,.22);background:#fffffff5;box-shadow:0 16px 38px #0f172a1f;color:#0b1b2bdb;font-size:.85rem;font-weight:720;line-height:1.2;pointer-events:none;white-space:nowrap}.funnel-trajectory-caption{margin:0 auto;max-width:31rem;color:var(--muted);font-size:.74rem;line-height:1.35;text-align:center}.funnel-result-card-profile{gap:.65rem;width:min(100%,40rem)}.funnel-result-card-profile .funnel-trajectory-header strong{font-size:clamp(.94rem,1.85vw,1.06rem)}.funnel-result-card-profile .funnel-trajectory-legend{font-size:clamp(.76rem,1.65vw,.82rem);gap:.75rem}.funnel-result-card-profile .funnel-trajectory-frame{min-height:10.75rem}.funnel-result-card-profile .funnel-trajectory-svg .trajectory-axis-label{font-size:10.5px}.funnel-result-card-profile .funnel-trajectory-svg .trajectory-milestone text{font-size:11px}.funnel-result-card-profile .funnel-trajectory-caption{font-size:.82rem;line-height:1.45}.funnel-result-card.is-graph-ready .funnel-profile-bars>div>strong>i,.funnel-slide-result.is-graph-ready .funnel-profile-bars>div>strong>i{transition-delay:0ms}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(1)>strong>i{transition-delay:80ms}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(2)>strong>i{transition-delay:.22s}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(3)>strong>i{transition-delay:.36s}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(4)>strong>i{transition-delay:.5s}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div{animation:funnel-profile-row-rise .54s cubic-bezier(.22,1,.36,1) both}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(1){animation-delay:60ms}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(2){animation-delay:.2s}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(3){animation-delay:.34s}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div:nth-child(4){animation-delay:.48s}@keyframes funnel-profile-row-rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.funnel-popup-progress-fill.is-stepping{animation:funnel-progress-pulse .72s cubic-bezier(.22,1,.36,1)}@keyframes funnel-progress-pulse{0%{filter:brightness(1) saturate(1)}45%{filter:brightness(1.22) saturate(1.18)}to{filter:brightness(1) saturate(1)}}.funnel-friction-network{border-radius:1.2rem;background:#f0fdf494;box-shadow:inset 0 0 0 1px #22c55e1f;padding:.85rem;max-width:30rem;margin:0 auto}.funnel-friction-network svg{display:block;width:100%;height:auto;aspect-ratio:320 / 180;min-height:11.5rem;max-height:14rem}.funnel-friction-grid circle{fill:none;stroke:#94a3b838;stroke-width:1}.funnel-friction-shape{fill:#22c55e3d;stroke:var(--accent-dark);stroke-width:3;stroke-linejoin:round;stroke-dasharray:380;stroke-dashoffset:380;transition:stroke-dashoffset 2.85s cubic-bezier(.22,1,.36,1),transform 1.55s cubic-bezier(.22,1,.36,1);transform-origin:center;transform:scale(.92)}.funnel-slide-result.is-graph-ready .funnel-friction-shape{stroke-dashoffset:0;transform:scale(1);transition:stroke-dashoffset 2.85s cubic-bezier(.22,1,.36,1),transform 1.55s cubic-bezier(.22,1,.36,1)}.funnel-friction-nodes circle{fill:#fff;stroke:var(--accent);stroke-width:3;filter:drop-shadow(0 5px 10px rgba(34,197,94,.18))}.funnel-friction-nodes text{fill:#0b1b2bb8;font-size:10.5px;font-weight:720;paint-order:stroke;stroke:#ffffffeb;stroke-width:6px;stroke-linejoin:round}@media(prefers-reduced-motion:reduce){.funnel-trajectory-svg .trajectory-line,.funnel-trajectory-svg .trajectory-milestones,.funnel-friction-shape,.funnel-popup-progress-fill{transition:none;animation:none}.funnel-slide-result.is-graph-ready .funnel-profile-bars>div{animation:none;opacity:1;transform:none}}.funnel-result-meter{position:relative;display:flex;align-items:center;justify-content:center;width:10rem;height:10rem;margin:.1rem auto 0}.funnel-result-meter svg{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}.funnel-result-meter circle{fill:none;stroke:#e2e8f0f2;stroke-width:10}.funnel-result-meter circle[data-funnel-result-ring]{stroke:var(--accent);stroke-linecap:round;transition:stroke-dashoffset 1.6s cubic-bezier(.22,1,.36,1)}.funnel-result-meter-center{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%}.funnel-result-meter-center strong{color:var(--text);font-size:2rem;line-height:1;letter-spacing:-.03em}.funnel-result-meter-label{margin:.25rem 0 0;text-align:center;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.funnel-result-nav{grid-area:nav;justify-content:center;margin-top:0}.funnel-result-visual-no-transition{transition:none!important}.funnel-results-shell{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1fr);gap:2rem;align-items:start}.funnel-account-shell{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:2rem;align-items:start;padding:2rem 0 1rem}.funnel-account-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}.funnel-account-copy h2{margin:0;max-width:10ch;font-size:clamp(2.6rem,5vw,5rem);line-height:.96;letter-spacing:-.06em}.funnel-account-copy h2 span{color:var(--accent)}.funnel-account-card{padding:2rem;border-radius:1.8rem;background:linear-gradient(180deg,#fffffffa,#f0fdf4f0);border:1px solid rgba(34,197,94,.12);box-shadow:0 22px 48px #22c55e1f}.funnel-account-card-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.3rem}.funnel-account-card-top strong{font-size:1.35rem;letter-spacing:-.03em}.funnel-account-card-top span{padding:.45rem .8rem;border-radius:999px;background:#dcfce7eb;color:var(--accent-dark);font-size:.88rem;font-weight:700}.funnel-account-form{display:grid;gap:.95rem}.funnel-account-field{display:grid;gap:.45rem}.funnel-account-field span{font-size:.9rem;font-weight:600;color:var(--text)}.funnel-account-field input{width:100%;min-height:3.65rem;padding:.95rem 1rem;border:1px solid rgba(148,163,184,.22);border-radius:1rem;background:#fffffff5;color:var(--text);font:inherit;transition:border-color .18s ease,box-shadow .18s ease}.funnel-account-field input:focus{outline:none;border-color:#22c55e6b;box-shadow:0 0 0 4px #22c55e1f}.funnel-account-legal{display:flex;align-items:flex-start;gap:.8rem;padding:.95rem 1rem;border:1px solid rgba(148,163,184,.18);border-radius:1rem;background:#ffffffd1}.funnel-account-legal input{margin-top:.2rem;flex-shrink:0}.funnel-account-legal span{color:var(--muted);font-size:.9rem;line-height:1.55}.funnel-account-legal a,.funnel-account-note a{margin:0 .2rem;color:var(--accent-dark);font-weight:600;text-decoration:underline;text-underline-offset:.18rem}.funnel-account-note{margin:1rem 0 1.35rem;color:var(--muted);font-size:.93rem}.funnel-account-error{margin:1rem 0 1.15rem;color:#b91c1c;font-size:.92rem;font-weight:600;line-height:1.45}.funnel-nav-account{align-items:center}.funnel-nav-account .funnel-inline-button[data-funnel-next]{display:inline-flex}.funnel-loading-shell{display:grid;grid-template-columns:minmax(0,.78fr) minmax(0,1fr);gap:2rem;align-items:center;min-height:38rem;padding:2rem 0 1rem}.funnel-loading-copy{display:flex;flex-direction:column;justify-content:center;min-height:100%}.funnel-loading-copy h2{margin:0;max-width:9ch;font-size:clamp(2.6rem,5vw,5rem);line-height:.96;letter-spacing:-.06em}.funnel-loading-copy h2 span{color:var(--accent)}.funnel-loading-card{padding:2rem;border-radius:1.8rem;background:linear-gradient(180deg,#fffffffa,#f0fdf4f0);border:1px solid rgba(34,197,94,.12);box-shadow:0 22px 48px #22c55e1f}.funnel-loading-orb{position:relative;display:grid;place-items:center;width:5.5rem;height:5.5rem;margin-bottom:1.35rem;border-radius:999px;background:radial-gradient(circle at top,#22c55e4d,#dcfce7e6)}.funnel-loading-orb span{position:absolute;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);animation:funnel-pulse 1.6s ease-in-out infinite}.funnel-loading-orb span:nth-child(1){width:1.1rem;height:1.1rem}.funnel-loading-orb span:nth-child(2){width:2rem;height:2rem;opacity:.2;animation-delay:.16s}.funnel-loading-orb span:nth-child(3){width:3rem;height:3rem;opacity:.12;animation-delay:.32s}.funnel-loading-progress-copy{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.9rem}.funnel-loading-progress-copy strong{font-size:1.65rem;letter-spacing:-.04em}.funnel-loading-progress-copy span{max-width:20rem;text-align:right;color:var(--muted);font-size:.95rem;line-height:1.45}.funnel-loading-progress-track{width:100%;height:.85rem;border-radius:999px;background:#e2e8f0f2;overflow:hidden}.funnel-loading-progress-fill{display:block;width:12%;height:100%;border-radius:inherit;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);transition:width .42s ease}.funnel-loading-steps{display:grid;gap:.8rem;margin-top:1.35rem}.funnel-loading-step{padding:1rem 1rem 1rem 1.05rem;border-radius:1.2rem;border:1px solid rgba(148,163,184,.16);background:#fffc;opacity:.62;transition:opacity .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.funnel-loading-step.is-active{opacity:1;transform:translateY(-1px);border-color:#22c55e38;box-shadow:0 16px 32px #22c55e14}.funnel-loading-step strong,.funnel-loading-step span{display:block}.funnel-loading-step strong{margin-bottom:.18rem;font-size:1rem;letter-spacing:-.025em}.funnel-loading-step span{color:var(--muted);font-size:.92rem;line-height:1.45}@keyframes funnel-pulse{0%,to{transform:scale(.96)}50%{transform:scale(1.06)}}.funnel-result-summary{margin-top:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.funnel-result-summary>div{padding:1rem 1.05rem;border-radius:1.2rem}.funnel-analysis-card{padding:1.5rem;border-radius:1.8rem}.funnel-analysis-top{justify-content:space-between;gap:1rem;margin-bottom:1rem}.funnel-analysis-top p,.funnel-analysis-top span{margin:0}.funnel-analysis-top p{font-weight:700}.funnel-analysis-top span{padding:.4rem .75rem;border-radius:999px;background:#dcfce7eb;color:var(--accent-dark);font-size:.9rem;font-weight:700}.funnel-analysis-card h3{margin:0;font-size:1.8rem;line-height:1.1;letter-spacing:-.04em}.funnel-analysis-body{margin:1rem 0 1.35rem;font-size:1rem;line-height:1.7}.funnel-analysis-priorities{margin-bottom:1.5rem}.funnel-priority-item{align-items:flex-start}.funnel-priority-item span{display:grid;place-items:center;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-weight:700}.funnel-priority-item strong{display:block;margin-bottom:.3rem;font-size:1rem}.funnel-priority-item p{margin:0;font-size:.96rem}.funnel-nav-results{margin-top:0}.promo-popup{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1.25rem}.promo-popup[hidden]{display:none}.promo-popup-backdrop{position:absolute;inset:0;background:#0f172a73;backdrop-filter:blur(8px)}.promo-popup-card{position:relative;width:min(42rem,100%);padding:2.2rem 2rem 2rem;border:1px solid rgba(148,163,184,.16);border-radius:2rem;background:radial-gradient(circle at top right,rgba(34,197,94,.3),transparent 30%),radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 28%),linear-gradient(180deg,#fffffffc,#f0fdf4f7);box-shadow:0 32px 80px #0f172a3d,0 0 0 1px #22c55e1a;opacity:0;transform:translateY(20px) scale(.96);transition:opacity .18s ease,transform .22s ease}.promo-popup.is-visible .promo-popup-card{opacity:1;transform:translateY(0) scale(1)}.promo-popup-badge{display:flex;align-items:center;width:fit-content;gap:.55rem;margin:0 auto 1rem;padding:.45rem .8rem;border-radius:999px;background:#dcfce7eb;box-shadow:inset 0 0 0 1px #22c55e2e,0 10px 24px #22c55e1f}.promo-popup-badge-centered{justify-content:center}.promo-popup-badge span{color:var(--accent-dark);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.promo-popup-badge i{width:.45rem;height:.45rem;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-dark));box-shadow:0 0 #22c55e59;animation:promo-pulse 2s ease-in-out infinite}.promo-popup-kicker{margin:0 0 .6rem;color:var(--accent);font-size:.82rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.promo-popup-card h2{margin:0 auto;max-width:16ch;font-size:clamp(2.35rem,4vw,3.2rem);line-height:.92;letter-spacing:-.045em;text-align:center}.promo-popup-copy{margin:1rem auto 0;color:var(--muted);max-width:32rem;font-size:1rem;text-align:center}.promo-popup-countdown{display:flex;justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:1.4rem}.promo-countdown-unit{display:grid;justify-items:center;gap:.2rem;min-width:4.25rem;padding:.65rem .45rem;border-radius:1rem;background:#dcfce7eb;box-shadow:inset 0 0 0 1px #22c55e2e}.promo-countdown-unit strong{color:var(--accent-dark);font-size:clamp(1.2rem,3vw,1.55rem);line-height:1;letter-spacing:-.04em}.promo-countdown-unit span{color:var(--accent-dark);font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.promo-popup-pricing{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.4rem}.promo-price-card{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.5rem;position:relative;border:1px solid rgba(148,163,184,.18);border-radius:1.25rem;background:#ffffffc7;box-shadow:0 14px 26px #0f172a0d}.promo-price-card-featured{border:1.5px solid rgba(34,197,94,.3);background:linear-gradient(180deg,#f0fdf4f2,#fffffffa);box-shadow:0 14px 26px #22c55e1a}.promo-price-popular{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.2rem .9rem;border-radius:999px;background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 4px 12px #22c55e59;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.promo-price-head{margin-bottom:.1rem}.promo-price-plan-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.3rem}.promo-price-name{margin:0;color:var(--text);font-size:1rem;font-weight:700;letter-spacing:-.02em}.promo-price-sale-chip{padding:.15rem .62rem;border:1px solid rgba(34,197,94,.18);border-radius:999px;background:#dcfce7d6;color:var(--accent-dark);font-size:.7rem;font-weight:700;letter-spacing:.02em}.promo-price-main-row{display:flex;align-items:baseline;gap:.38rem}.promo-price-old{color:#94a3b8;font-size:.8rem;text-decoration:line-through;font-weight:500}.promo-price-new{color:var(--accent-dark);font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1}.promo-price-period{color:var(--muted);font-size:.85rem;font-weight:500}.promo-price-subrow{display:flex;align-items:center;gap:.38rem;margin-top:.15rem}.promo-price-billing{color:var(--muted);font-size:.75rem}.promo-price-features{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.promo-price-features li{display:flex;align-items:flex-start;gap:.5rem;color:var(--muted);font-size:.82rem;line-height:1.5}.promo-price-features li:before{content:"";width:1rem;height:1rem;flex-shrink:0;margin-top:.08rem;border-radius:999px;border:1px solid rgba(34,197,94,.25);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9' viewBox='0 0 9 9' fill='none'%3E%3Cpath d='M1.5 4.5L3.5 6.5L7.5 2.5' stroke='%2322c55e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / .56rem .56rem no-repeat,#dcfce7d6}.promo-popup-actions{margin-top:1.5rem}.promo-popup-cta{width:100%;justify-content:center}.promo-popup-close{position:absolute;top:1rem;right:1rem;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(148,163,184,.14);border-radius:999px;background:#fffc;cursor:pointer}.promo-popup-close span{position:absolute;width:.95rem;height:2px;border-radius:999px;background:var(--text)}.promo-popup-close span:first-child{transform:rotate(45deg)}.promo-popup-close span:last-child{transform:rotate(-45deg)}@keyframes promo-pulse{0%,to{box-shadow:0 0 #22c55e59}50%{box-shadow:0 0 0 8px #22c55e00}}.cta-actions .button{border-radius:.95rem}.hero,.preview,.feature-section,.school-builder-section,.pricing-section,.steps,.testimonials,.faq,.cta,.legal-page{padding:5rem 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;min-height:calc(100vh - 90px)}.hero h1{font-size:clamp(3.3rem,7vw,6.7rem);max-width:11ch}.hero-text{max-width:38rem;font-size:1.1rem}.hero-title-line{display:block}.hero-typeword{display:block;align-items:baseline;min-width:7ch;margin-left:0;color:var(--accent-dark)}.hero-typeword:after{content:"";display:inline-block;width:.08em;height:.9em;margin-left:.08em;background:currentColor;animation:blink-caret 1s steps(1) infinite}.hero-pill{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding:.65rem .9rem;border:1px solid rgba(34,197,94,.12);border-radius:999px;background:#ffffffe6;color:var(--muted);box-shadow:var(--shadow-soft)}.hero-pill-dot{width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-2) 100%)}.hero-points{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.4rem 0 1.8rem}.hero-points span{padding:.55rem .85rem;border-radius:999px;background:#dcfce7d9;color:var(--accent-dark);font-size:.95rem}.hero-visual{position:relative;min-height:42rem}.hero-card{position:absolute;border:1px solid var(--line);border-radius:2rem;background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(14px)}.hero-card-main{inset:1.5rem 3rem 9.25rem 0;padding:2rem;overflow:hidden;z-index:1}.hero-card-main strong{display:block;max-width:7ch;font-size:clamp(2rem,4vw,3rem);line-height:1.06;margin-bottom:1.4rem}.hero-card-alt{right:0;bottom:3rem;width:13.5rem;padding:1.25rem;display:grid;gap:.75rem;background:linear-gradient(180deg,#166534,#15803d);color:#f8fafc;z-index:2}.hero-roadmap-item{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:center;padding:.65rem .75rem;border-radius:1rem;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff14}.hero-card-alt .hero-card-label{max-width:8ch}.hero-roadmap-item>div{max-width:7rem}.hero-roadmap-item strong{display:block;font-size:.84rem;line-height:1.2}.hero-roadmap-item p{margin:.15rem 0 0;color:#f8fafcc7;font-size:.74rem}.hero-roadmap-dot{width:.85rem;height:.85rem;border-radius:999px;background:#ffffff59;box-shadow:0 0 0 4px #ffffff14}.hero-roadmap-item-active{background:#ffffff24;box-shadow:inset 0 0 0 1px #ffffff1f,0 10px 20px #0000001f}.hero-roadmap-item-active .hero-roadmap-dot{background:#bbf7d0;box-shadow:0 0 0 4px #bbf7d029}.hero-card-stat{left:1.25rem;bottom:1rem;width:13rem;padding:1.1rem 1.25rem;z-index:2}.hero-card-stat strong{display:block;margin:.25rem 0 .45rem}.hero-card-stat p{margin:0;color:var(--muted)}.hero-card-label,.preview-tag,.step-number,.feature-kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:var(--accent)}.logos{padding:1rem 0 2rem}.trusted-strip{display:grid;gap:1.35rem;padding:0;border:0;background:transparent;box-shadow:none}.trusted-copy{max-width:38rem;margin:0 auto;text-align:center}.trusted-copy h2{margin:0;font-size:clamp(1.6rem,2.6vw,2.2rem);line-height:1.02;letter-spacing:-.035em}.logo-marquee{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.logo-marquee-track{display:flex;gap:1.5rem;align-items:center;width:max-content;animation:marquee-scroll 28s linear infinite}.logo-item{display:inline-flex;align-items:center;justify-content:center;min-width:18rem;height:6rem;padding:.3rem .6rem}.logo-image{display:block;width:auto;max-width:100%;height:3.8rem;object-fit:contain;opacity:.98;filter:none}.logo-image-berkeley{height:4.15rem}.preview-grid,.feature-grid,.school-builder-grid,.pricing-grid,.steps-grid,.testimonial-grid,.preview-showcase{display:grid;gap:1.5rem}.school-builder-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center}.school-builder-copy{display:grid;gap:1rem;max-width:34rem}.school-builder-copy h3{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em}.school-builder-copy p{margin:0}.school-builder-points{display:grid;gap:.9rem;margin-top:.2rem}.school-builder-points div{padding:1rem 1.05rem;border:1px solid rgba(148,163,184,.14);border-radius:1.2rem;background:#fffc;box-shadow:var(--shadow-soft)}.school-builder-points strong{display:block;margin-bottom:.35rem}.school-builder-art{padding:1rem;border:1px solid var(--line);border-radius:2rem;background:radial-gradient(circle at top right,rgba(34,197,94,.12),transparent 32%),linear-gradient(180deg,#fffffff5,#f0fdf4eb);box-shadow:var(--shadow)}.school-builder-search{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.85rem .95rem;border-radius:1.2rem;background:#ffffffe6;box-shadow:inset 0 0 0 1px #94a3b824}.school-builder-search-label{color:var(--accent-dark);font-weight:700}.school-builder-search-input{color:var(--muted)}.school-builder-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.school-tier{min-height:17rem;padding:.95rem;border-radius:1.4rem;background:#ffffffe0;box-shadow:inset 0 0 0 1px #94a3b824}.school-tier-reach{background:linear-gradient(180deg,#fef2f2f2,#fffffffa)}.school-tier-match{background:linear-gradient(180deg,#eff6fff2,#fffffffa)}.school-tier-safety{background:linear-gradient(180deg,#f0fdf4f2,#fffffffa)}.school-tier-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.school-tier-head span{display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;min-height:1.9rem;padding:.25rem .5rem;border-radius:999px;background:#fffffff0;box-shadow:inset 0 0 0 1px #94a3b824;color:var(--text);font-size:.8rem;font-weight:700}.school-chip-list{display:flex;flex-wrap:wrap;gap:.55rem}.school-chip{padding:.45rem .7rem;border-radius:999px;background:#fffffff5;box-shadow:inset 0 0 0 1px #94a3b81f;color:var(--text);font-size:.82rem;font-weight:600}.school-builder-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-top:1rem;padding:.9rem .95rem;border-radius:1.2rem;background:#ffffffe6;box-shadow:inset 0 0 0 1px #94a3b824}.school-builder-summary strong{display:block;max-width:20rem}.school-builder-balance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;align-items:end;width:7rem;min-height:4rem}.school-builder-balance span{display:block;border-radius:999px 999px .7rem .7rem;background:linear-gradient(180deg,#3b82f6b8,#22c55ed1)}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.roadmap-story{display:grid;gap:1.5rem;padding:.5rem 0 1rem}.roadmap-story-heading{max-width:42rem}.roadmap-story-heading h3{margin:.25rem 0 0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em}.preview-panel,.feature-card,.pricing-card,.steps-grid article,.testimonial-card,.faq-item,.legal-shell,.cta-shell{border:1px solid var(--line);border-radius:2rem;background:var(--surface-strong);box-shadow:var(--shadow)}.preview-panel,.feature-card,.pricing-card,.steps-grid article,.testimonial-card,.legal-shell{padding:1.5rem}.preview-panel-large{display:grid;grid-template-columns:.85fr 1.15fr;gap:1.5rem;align-items:center}.preview-panel-story{align-items:stretch}.preview-copy h3,.journey-panel h3{margin:.25rem 0 .8rem;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em}.preview-art{display:grid;place-items:center;min-height:18rem;margin-top:1rem;border-radius:1.5rem;color:var(--accent-dark);background:linear-gradient(135deg,#22c55e1a,#3b82f614),#f0fdf4;border:1px dashed rgba(34,197,94,.24)}.preview-art-browser{position:relative;padding:1rem;align-content:start}.preview-story-copy{display:grid;gap:1.25rem;align-content:center}.preview-story-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.preview-story-tab{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:2.8rem;width:100%;padding:.75rem .9rem;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;color:var(--muted);font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease}.preview-story-tab span{display:inline-grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:999px;background:#dcfce7d9;color:var(--accent-dark);font-size:.8rem}.preview-story-tab.is-active{border-color:#22c55e47;background:linear-gradient(180deg,#f0fdf4fa,#fffffffa);color:var(--text);transform:translateY(-2px)}.preview-story-content{position:relative;min-height:15.5rem}.preview-story-panel{position:absolute;inset:0;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.preview-story-panel.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.preview-browser-stage{overflow:hidden}.preview-screenshot-shell{width:100%;margin-top:0}.preview-screenshot-viewport{overflow:hidden;width:100%;border-radius:1rem;background:#ffffff8c;box-shadow:inset 0 0 0 1px #94a3b824,0 12px 32px #0f172a0f}.preview-screenshot-track{display:flex;width:300%;transition:transform .55s cubic-bezier(.33,1,.68,1);will-change:transform}.preview-screenshot-slide{flex:0 0 33.333333%;max-width:33.333333%}.preview-screenshot-slide img{display:block;width:100%;height:auto;vertical-align:middle}.preview-browser-stage[data-active-step="0"] .preview-screenshot-track{transform:translate(0)}.preview-browser-stage[data-active-step="1"] .preview-screenshot-track{transform:translate(calc(-100% / 3))}.preview-browser-stage[data-active-step="2"] .preview-screenshot-track{transform:translate(calc(-200% / 3))}@media(prefers-reduced-motion:reduce){.preview-screenshot-track{transition-duration:.01ms}}.preview-screenshot-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:.15rem 0 .85rem}.preview-screenshot-dot{width:.5rem;height:.5rem;border-radius:999px;background:#94a3b880;box-shadow:inset 0 0 0 1px #ffffff59;transition:background .35s ease,transform .35s ease,box-shadow .35s ease}.preview-browser-stage[data-active-step="0"] .preview-screenshot-dots .preview-screenshot-dot:nth-child(1),.preview-browser-stage[data-active-step="1"] .preview-screenshot-dots .preview-screenshot-dot:nth-child(2),.preview-browser-stage[data-active-step="2"] .preview-screenshot-dots .preview-screenshot-dot:nth-child(3){background:linear-gradient(145deg,#16a34a,#15803d);transform:scale(1.2);box-shadow:0 0 0 2px #22c55e59,0 2px 8px #16a34a59}.preview-ui-label{margin:0 0 .45rem;color:var(--accent);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.preview-roadmap-art{position:relative;align-content:start;gap:1.35rem;min-height:26rem;padding:2rem 1.85rem;overflow:hidden}.preview-roadmap-sticky{position:sticky;top:7rem;align-self:start;margin-top:0}.roadmap-scroll-shell{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.5rem;align-items:start}.roadmap-scroll-steps{display:grid;gap:1.25rem}.roadmap-scroll-step{min-height:22rem;padding:1.6rem 1.5rem;border:1px solid rgba(148,163,184,.14);border-radius:1.6rem;background:#ffffff94;box-shadow:var(--shadow-soft);opacity:.58;transform:translateY(8px);transition:opacity .22s ease,transform .22s ease,background .22s ease,border-color .22s ease}.roadmap-scroll-step.is-active{opacity:1;transform:translateY(0);border-color:#22c55e3d;background:linear-gradient(180deg,#f0fdf4f5,#fffffffa)}.roadmap-scroll-step h4{margin:.3rem 0 .85rem;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.05;letter-spacing:-.03em}.roadmap-scroll-step-desc{margin:0;max-width:34rem;color:var(--muted);font-size:1.02rem}.roadmap-scroll-media{margin-top:1.35rem;border-radius:1.1rem;overflow:hidden;background:#f8fafcf2;box-shadow:inset 0 0 0 1px #94a3b81f;cursor:pointer;outline:none}.roadmap-scroll-media:focus-visible{box-shadow:inset 0 0 0 1px #94a3b81f,0 0 0 3px #22c55e59}.roadmap-scroll-video{display:block;width:100%;height:auto;vertical-align:middle}.roadmap-line{position:absolute;top:2.4rem;bottom:2.4rem;left:2.05rem;width:3px;background:linear-gradient(180deg,#22c55e47,#3b82f633)}.roadmap-step{position:relative;display:grid;grid-template-columns:auto 1fr;gap:1.1rem;align-items:start;width:100%;padding:.4rem 0;opacity:.58;transform:translate(0);transition:opacity .18s ease,transform .18s ease}.roadmap-step.is-active{opacity:1;transform:translate(8px) scale(1.02)}.roadmap-dot{position:relative;z-index:1;width:1.35rem;height:1.35rem;margin-top:.35rem;border-radius:999px;background:#fff;box-shadow:0 0 0 5px #dcfce7f2,inset 0 0 0 5px var(--accent)}.roadmap-step strong,.profile-summary-card strong{display:block;margin-bottom:.25rem}.roadmap-step strong{font-size:1.08rem;line-height:1.35}.roadmap-step-label{margin:0 0 .3rem;color:var(--accent);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.roadmap-step p,.profile-summary-card p{margin:0;color:var(--muted)}.roadmap-step p{font-size:.96rem}.profile-story{display:grid;gap:1.75rem;padding:.75rem 0 1rem}.profile-story-heading{max-width:42rem}.profile-story-heading h3{margin:.25rem 0 0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.05;letter-spacing:-.03em}.profile-after{width:min(100%,68rem);margin:0 auto}.profile-after-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(20rem,.75fr);grid-template-areas:"main side" "main side" "floating floating" "bottom bottom";gap:1rem;align-items:stretch}.profile-after-top{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1rem;padding:1.1rem 1.2rem;border-radius:1.5rem;background:#ffffffeb;box-shadow:inset 0 0 0 1px #94a3b824,0 16px 36px #0f172a14}.profile-after-card{padding:1.15rem 1.2rem;border-radius:1.5rem;background:#ffffffeb;box-shadow:inset 0 0 0 1px #94a3b824,0 16px 36px #0f172a14;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s ease}.profile-after-card:hover{transform:translateY(-3px);box-shadow:inset 0 0 0 1px #22c55e24,0 14px 28px #0f172a14}.profile-after-card-main{grid-area:main;display:flex;flex-direction:column;grid-row:span 2;min-height:0;background:linear-gradient(180deg,#f0fdf4f2,#fffffffa)}.profile-after-card-side{background:#fffffff5}.profile-after-card-bottom{grid-area:bottom;background:linear-gradient(180deg,#eff6fff5,#fffffff2)}.profile-after-card-floating{grid-area:floating;background:linear-gradient(180deg,#f8fafcfa,#fffffff2)}.preview-profile-art{align-content:start;padding:0;border:0;background:transparent;box-shadow:none;position:relative;overflow:visible;min-height:30rem}.preview-profile-art:before{content:"";position:absolute;right:-3rem;top:2rem;width:18rem;height:18rem;border-radius:999px;background:radial-gradient(circle,rgba(59,130,246,.14),transparent 72%);pointer-events:none}.profile-dashboard-demo{min-height:0}.profile-applicant{display:flex;align-items:center;gap:.9rem}.profile-avatar{width:3rem;height:3rem;border-radius:999px;background:linear-gradient(135deg,#22c55ef2,#3b82f6c7);box-shadow:0 10px 20px #22c55e24,inset 0 0 0 4px #ffffffa6}.profile-applicant strong,.profile-score-pill span{display:block}.profile-applicant p,.profile-score-pill p{margin:.2rem 0 0;color:var(--muted)}.profile-top-meta{display:inline-flex;align-items:center;gap:.85rem}.profile-status-pill{padding:.6rem .9rem;border-radius:999px;background:#f0fdf4e6;box-shadow:inset 0 0 0 1px #22c55e24;color:var(--accent-dark);font-size:.82rem;font-weight:700}.profile-score-pill{min-width:5.75rem;padding:.7rem .85rem;border-radius:1.1rem;background:linear-gradient(180deg,#dcfce7f2,#fffffff5);box-shadow:inset 0 0 0 1px #22c55e29;text-align:center}.profile-score-pill span{font-size:1.7rem;line-height:1;color:var(--accent-dark);letter-spacing:-.04em}.profile-card-label{margin:0 0 .45rem;color:var(--accent);font-size:.76rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.profile-after-card strong{display:block;line-height:1.3}.profile-after-column{grid-area:side;display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem;min-height:100%}.profile-metric-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-bottom:.9rem}.profile-metric-row span{padding:.35rem .6rem;border-radius:999px;background:#ffffffe0;box-shadow:inset 0 0 0 1px #94a3b81f;color:var(--accent-dark);font-size:.8rem;font-weight:600}.profile-trend-chart{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;align-items:end;flex:1;min-height:17.5rem;margin-top:.85rem;padding-top:1rem}.profile-trend-chart span{display:block;border-radius:999px 999px .8rem .8rem;background:linear-gradient(180deg,#3b82f69e,#22c55ed1);box-shadow:0 10px 20px #3b82f614}.profile-trend-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:.55rem;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.profile-stat-list,.profile-timeline-list{display:grid;gap:.65rem;margin-top:.9rem}.profile-stat-row,.profile-timeline-list p{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0;padding:.7rem .8rem;border-radius:1rem;background:#f8fafcf5;box-shadow:inset 0 0 0 1px #94a3b81f}.profile-stat-row span,.profile-timeline-list p{color:var(--muted)}.profile-stat-row strong{color:var(--text)}.profile-fit-chips{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.8rem}.profile-fit-copy{margin:.5rem 0 0;color:var(--muted)}.profile-fit-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.profile-fit-pill{padding:.85rem .75rem;border-radius:1.1rem;background:#ffffffe6;box-shadow:inset 0 0 0 1px #94a3b81f;text-align:center}.profile-fit-pill span{display:block;font-size:1.3rem;font-weight:700;line-height:1;color:var(--accent-dark)}.profile-fit-pill p{margin:.35rem 0 0;color:var(--muted);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.profile-fit-notes{display:grid;gap:.6rem;margin-top:.95rem}.profile-fit-notes p{margin:0;padding:.7rem .8rem;border-radius:1rem;background:#f8fafcf5;box-shadow:inset 0 0 0 1px #94a3b81f;color:var(--muted)}.profile-focus-header{display:grid;gap:.7rem}.profile-focus-header strong{max-width:40rem}.profile-focus-copy{margin:.7rem 0 0;color:var(--muted)}.profile-focus-list{display:grid;gap:.65rem;margin-top:1rem}.profile-focus-list p{margin:0;padding:.8rem .9rem;border-radius:1rem;background:#ffffffeb;box-shadow:inset 0 0 0 1px #94a3b81f;color:var(--text);font-weight:500}.image-placeholder-label{display:inline-block;margin-bottom:.8rem;font-weight:600}.browser-bar{display:flex;gap:.4rem;margin-bottom:1rem}.browser-bar span{width:.7rem;height:.7rem;border-radius:999px;background:#64748b3d}.browser-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:.9rem;width:100%;min-height:18rem}.browser-grid div{border-radius:1.2rem;background:#ffffffe0;box-shadow:inset 0 0 0 1px #94a3b826}.browser-grid div:first-child{grid-row:span 2}.mock-chart{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;align-items:end;min-height:11rem}.mock-chart span{display:block;border-radius:999px 999px .9rem .9rem;background:linear-gradient(180deg,#22c55ee0,#15803de6)}.mock-chart span:nth-child(1){height:45%}.mock-chart span:nth-child(2){height:68%}.mock-chart span:nth-child(3){height:82%}.mock-chart span:nth-child(4){height:60%}.feature-grid,.pricing-grid,.steps-grid,.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid>:nth-child(3){grid-column:1 / -1;justify-self:center;width:min(100%,calc(50% - .75rem))}.pricing-toggle{display:inline-flex;gap:.45rem;margin-bottom:1.5rem;padding:.35rem;border:1px solid var(--line);border-radius:999px;background:#ffffffeb;box-shadow:var(--shadow-soft)}.pricing-sale-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.9rem;width:min(100%,58rem);margin-bottom:1rem;padding:.95rem 1.05rem;border-radius:1.35rem;background:linear-gradient(135deg,#22c55e1f,#fffffff2);box-shadow:inset 0 0 0 1px #22c55e24,0 14px 26px #0f172a0d}.pricing-sale-banner-copy{display:grid;gap:.25rem}.pricing-sale-banner-copy strong{color:var(--accent-dark)}.pricing-sale-banner-copy span{color:var(--muted);font-size:.92rem}.pricing-sale-countdown{display:inline-flex;align-items:center;gap:.7rem;padding:.55rem .8rem;border-radius:999px;background:#ffffffe6;box-shadow:inset 0 0 0 1px #22c55e1f}.pricing-sale-countdown-label{color:var(--muted);font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}.pricing-sale-countdown-value{color:var(--accent-dark);font-variant-numeric:tabular-nums}.pricing-sale-countdown[data-expired=true] .pricing-sale-countdown-value{color:var(--text)}.pricing-sale-banner-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.75rem 1.1rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;font-weight:700;text-decoration:none;box-shadow:0 16px 28px #15803d2e;transition:transform .18s ease,box-shadow .18s ease}.pricing-sale-banner-link:hover,.pricing-sale-banner-link:focus-visible{transform:translateY(-1px);box-shadow:0 20px 32px #15803d38}.pricing-toggle-button{min-height:2.65rem;padding:.65rem 1rem;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.pricing-toggle-button.is-active{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff;transform:translateY(-1px)}.pricing-card{display:flex;flex-direction:column;gap:1.4rem;align-self:stretch}.pricing-card-featured{position:relative;border-color:#22c55e61;background:radial-gradient(circle at top right,rgba(34,197,94,.14),transparent 34%),#fff;box-shadow:0 24px 70px #15803d21}.pricing-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pricing-plan-eyebrow{margin:0 0 .45rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.pricing-card h3{margin:0;font-size:1.8rem;letter-spacing:-.03em}.pricing-badge{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .7rem;border-radius:999px;background:#dcfce7f2;color:var(--accent-dark);font-size:.82rem;font-weight:700}.pricing-copy,.pricing-amounts p,.pricing-savings,.pricing-features{color:var(--muted)}.pricing-amounts{display:grid;align-items:center;gap:.45rem;padding:1rem 1.1rem;border:1px solid var(--line);border-radius:1.25rem;background:linear-gradient(180deg,#f0fdf48c,#fffffffa)}.pricing-amounts p,.pricing-savings{margin:0}.pricing-amounts-main{display:grid;gap:.15rem}.pricing-amount-stack{display:flex;align-items:baseline;gap:.55rem}.pricing-amount{display:block;font-size:clamp(2rem,4vw,2.7rem);line-height:1;letter-spacing:-.05em;color:var(--text);font-weight:700}.pricing-monthly-previous{color:var(--muted);font-size:1rem;text-decoration:line-through}.pricing-yearly-breakdown{padding-top:.1rem}.pricing-yearly-monthly{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem;color:var(--muted)}.pricing-monthly-strike{text-decoration:line-through;opacity:.65}.pricing-monthly-discount{color:var(--accent-dark);font-size:1.15rem;font-weight:700}.pricing-monthly-label{font-size:.95rem}.pricing-divider{width:1px;height:3.25rem;background:var(--line)}.pricing-savings{font-size:.95rem;font-weight:600;color:var(--accent-dark);transition:opacity .18s ease}.pricing-features{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.pricing-features li{position:relative;padding-left:1.4rem}.pricing-features li:before{content:"";position:absolute;top:.42rem;left:0;width:.55rem;height:.55rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%)}.pricing-card .button{margin-top:auto}.pricing-cta-disabled{justify-content:center;opacity:.7;cursor:default;pointer-events:none}.founders-program{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.5rem;margin-top:2rem;padding:1.6rem;border:1px solid rgba(34,197,94,.18);border-radius:1.5rem;background:linear-gradient(145deg,#f0fdf4e6,#fffffffa);box-shadow:var(--shadow-soft)}.founders-program-copy h3{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.03em}.founders-program-copy p:last-child{margin:0;color:var(--muted)}.founders-program-list{display:grid;gap:.8rem;margin:0;padding:0;list-style:none}.founders-program-list li{position:relative;padding:.95rem 1rem .95rem 2.6rem;border:1px solid var(--line);border-radius:1rem;background:#ffffffe0;color:var(--text)}.founders-program-list li:before{content:"";position:absolute;top:1.18rem;left:1rem;width:.85rem;height:.85rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);box-shadow:0 0 0 .22rem #22c55e24}.feature-card h3,.steps-grid h3{margin-top:0;margin-bottom:.75rem;font-size:1.4rem}.feature-kicker{margin:0 0 .7rem}.feature-card p,.steps-grid p,.testimonial-card p,.faq-item p{color:var(--muted)}.timeline-grid article{position:relative}.journey-panel{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center;margin-top:1.5rem;padding:1.6rem 1.75rem;border:1px solid var(--line);border-radius:2rem;background:linear-gradient(135deg,#dcfce7b3,#ffffffeb);box-shadow:var(--shadow-soft)}.faq-list{display:grid;gap:1rem}.faq-item{overflow:hidden;padding:0;border:1px solid rgba(148,163,184,.14);border-radius:1.65rem;background:radial-gradient(circle at top right,rgba(34,197,94,.1),transparent 34%),#fffffff0;box-shadow:var(--shadow-soft);transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease}.faq-item:hover{transform:translateY(-2px);border-color:#22c55e2e}.faq-item[open]{border-color:#22c55e38;background:radial-gradient(circle at top right,rgba(34,197,94,.14),transparent 38%),linear-gradient(180deg,#f0fdf4c7,#fffffffa);box-shadow:0 20px 40px #22c55e14}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1.35rem 1.45rem;cursor:pointer;font-weight:600;list-style:none;transition:color .22s ease}.faq-item summary span:first-child{font-size:1.04rem;line-height:1.35}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{position:relative;flex-shrink:0;width:2.1rem;height:2.1rem;border-radius:999px;background:#f0fdf4e6;box-shadow:inset 0 0 0 1px #22c55e29}.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:50%;left:50%;width:.8rem;height:2px;border-radius:999px;background:var(--accent-dark);transform:translate(-50%,-50%);transition:transform .22s ease,opacity .22s ease}.faq-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.faq-item[open] .faq-icon:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg) scaleX(.2)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .26s ease}.faq-answer>p{overflow:hidden;margin:0;padding:0 1.45rem}.faq-item[open] .faq-answer{grid-template-rows:1fr}.faq-item[open] .faq-answer>p{padding:0 1.45rem 1.35rem}.cta-shell{flex-direction:column;align-items:flex-start;gap:1.35rem;padding:0;border:0;background:transparent;box-shadow:none}.cta-copy{max-width:42rem}.cta-copy .eyebrow{margin-bottom:.85rem}.cta-copy h2{max-width:14ch}.cta-actions{gap:.85rem}.cta-actions .button{min-width:12.5rem;border-radius:.95rem}.site-footer{padding:1rem 0 3rem}.legal-shell{max-width:50rem}.reveal{opacity:0;transform:translateY(38px) scale(.97);filter:blur(10px);will-change:opacity,transform,filter}.reveal.is-visible{animation:reveal-up .85s cubic-bezier(.18,.84,.24,1) forwards}.reveal-delay-1{animation-delay:80ms}.reveal-delay-2{animation-delay:.18s}.reveal-delay-3{animation-delay:.28s}.float-slow{animation:float-slow 8s ease-in-out infinite}.float-medium{animation:float-medium 6.5s ease-in-out infinite}.float-fast{animation:float-fast 5.5s ease-in-out infinite}.hero-orb{position:absolute;border-radius:999px;filter:blur(10px);opacity:.8}.hero-orb-a{top:0;right:1rem;width:9rem;height:9rem;background:radial-gradient(circle,rgba(34,197,94,.24),transparent 70%)}.hero-orb-b{bottom:4rem;left:1rem;width:12rem;height:12rem;background:radial-gradient(circle,rgba(59,130,246,.16),transparent 72%)}@keyframes reveal-up{0%{opacity:0;transform:translateY(38px) scale(.97);filter:blur(10px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-medium{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes float-fast{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - .5rem))}}@keyframes blink-caret{0%,49%{opacity:1}50%,to{opacity:0}}@media(max-width:900px){.site-header .container{width:100%;margin:0;padding:0 1rem}.footer-shell,.cta-shell,.hero-grid,.signal-strip,.preview-panel-large,.preview-grid,.feature-grid,.pricing-grid,.steps-grid,.testimonial-grid,.journey-panel,.founders-program{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.pricing-grid>:nth-child(3){grid-column:auto;justify-self:stretch;width:100%}.pricing-sale-banner{align-items:flex-start}.pricing-sale-countdown{width:100%;justify-content:space-between}.nav-shell{position:relative;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.75rem}.brand{min-width:0}.nav-menu-toggle{position:relative;display:inline-flex;margin-left:auto}.nav-panel{display:flex;position:absolute;top:calc(100% + .75rem);left:0;right:0;width:auto;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem;border:1px solid rgba(148,163,184,.14);border-radius:1.25rem;background:#fffffff0;box-shadow:var(--shadow-soft);z-index:20;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.98);transform-origin:top center;transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.nav-shell.is-open .nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.nav-links,.nav-actions{width:100%;flex-direction:column;align-items:flex-start;gap:.85rem}.nav-links a,.nav-actions .text-link{width:100%;padding:.35rem 0;background:transparent;box-shadow:none;color:var(--muted);font-weight:600;text-align:center}.nav-links a:hover,.nav-actions .text-link:hover{color:var(--accent-dark)}.nav-actions .text-link{padding:.8rem .95rem;border-radius:.95rem;background:#f0fdf4f5;box-shadow:inset 0 0 0 1px #22c55e29;color:var(--accent-dark)}.nav-actions .button{width:100%}.hero-grid{min-height:auto}.hero-copy{width:100%;text-align:center}.hero h1,.hero-text{max-width:none}.hero-pill,.hero-points,.hero-actions{justify-content:center}.hero-visual{width:100%;display:grid;gap:1rem;min-height:0}.hero-card{position:relative}.hero-card-main{inset:auto;padding:1.35rem}.hero-card-alt{right:auto;bottom:auto;width:100%;padding:1rem 1.1rem}.hero-card-stat{left:auto;right:auto;bottom:auto;width:100%}.hero-card-main strong{max-width:none;font-size:clamp(1.6rem,7vw,2.3rem);margin-bottom:1rem}.preview-story-content{min-height:15rem}.preview-story-nav{grid-template-columns:1fr}.logo-marquee-track{gap:1rem}.logo-item{min-width:12rem;height:4.7rem}.logo-image{height:2.75rem}.logo-image-berkeley{height:3rem}.school-builder-grid,.school-builder-board{grid-template-columns:1fr}.school-tier{min-height:0}.school-builder-footer{flex-direction:column;align-items:flex-start}.cta-actions{width:100%;flex-direction:column;align-items:stretch}.cta-actions .button{width:100%;min-width:0}.footer-shell,.footer-links{width:100%;align-items:center;text-align:center}.footer-links{justify-content:center}.roadmap-scroll-shell{grid-template-columns:1fr}.preview-roadmap-sticky{position:relative;top:auto}.roadmap-scroll-step{min-height:14rem}.profile-after-grid{grid-template-columns:1fr;grid-template-areas:"main" "side" "floating" "bottom"}.profile-after{width:100%}.profile-after-top{flex-direction:column;align-items:flex-start}.profile-top-meta{width:100%;justify-content:space-between}.profile-score-pill{min-width:0}.profile-after-card-main,.profile-after-card-bottom,.profile-after-card-floating{grid-column:auto}.profile-after-column{grid-template-rows:auto}.funnel-popup{padding:1rem}.funnel-popup-shell{height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);overflow:hidden;padding:1.25rem;scrollbar-color:rgba(34,197,94,.7) rgba(226,232,240,.42);scrollbar-gutter:stable;scrollbar-width:thin}.funnel-popup-stage{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:.35rem;scrollbar-color:rgba(34,197,94,.7) rgba(226,232,240,.42);scrollbar-gutter:stable;scrollbar-width:thin}.funnel-popup-stage::-webkit-scrollbar{width:.62rem}.funnel-popup-stage::-webkit-scrollbar-track{margin:.4rem 0;border-radius:999px;background:#e2e8f06b}.funnel-popup-stage::-webkit-scrollbar-thumb{border:2px solid rgba(248,250,252,.94);border-radius:999px;background:linear-gradient(180deg,#22c55ee6,#059669db)}.funnel-popup-progress,.funnel-popup-progress-meta,.funnel-slide-actions,.funnel-nav,.funnel-loading-progress-copy,.funnel-account-card-top,.funnel-results-shell,.funnel-feature-row,.funnel-result-summary{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.funnel-popup-progress-track,.funnel-popup-progress,.funnel-popup-progress-meta{width:100%}.funnel-slide-grid,.funnel-results-shell,.funnel-question-layout,.funnel-result-layout,.funnel-account-shell,.funnel-loading-shell{grid-template-columns:1fr;grid-template-areas:"copy" "card" "nav";height:auto}.funnel-slide-copy,.funnel-question-shell,.funnel-results-copy,.funnel-result-copy,.funnel-question-aside,.funnel-loading-copy{padding-top:.5rem}.funnel-question-shell,.funnel-results-shell,.funnel-result-layout,.funnel-account-shell,.funnel-loading-shell{height:auto}.funnel-slide-copy h2,.funnel-question-aside h2,.funnel-result-copy h2,.funnel-question-shell h2,.funnel-results-copy h2{max-width:14ch}.funnel-question-note{max-width:none}.funnel-option-year strong{font-size:1.35rem}.funnel-intro-visual{min-height:24rem;margin-top:1rem}.funnel-intro-card-profile{inset:.5rem .5rem 5.8rem 1rem}.funnel-intro-card-focus{top:9rem;right:.5rem}.funnel-intro-card-list{width:84%}.funnel-analysis-card,.funnel-option,.funnel-result-card,.funnel-result-summary>div,.promo-login-card,.funnel-account-card,.funnel-loading-card{width:100%}.promo-login-popup{padding:1rem}.promo-login-shell{max-height:calc(100vh - 2rem);padding:1.25rem}.promo-login-form{grid-template-columns:1fr}.promo-login-field{grid-column:1 / -1}.promo-login-actions{flex-direction:column-reverse;align-items:stretch}.promo-login-actions .button,.promo-login-actions .promo-login-back{width:100%;justify-content:center}.promo-analysis-popup{padding:1rem}.promo-analysis-shell{max-height:calc(100vh - 2rem);padding:1.25rem}.promo-analysis-loading{min-height:26rem;padding:1.5rem .5rem}.promo-analysis-results{padding:.2rem}.promo-analysis-complete,.promo-analysis-results-top{grid-template-columns:1fr;padding-right:3.4rem}.promo-analysis-visual-card{min-width:0;width:100%}.promo-analysis-grid{grid-template-columns:1fr}.promo-analysis-actions{flex-direction:column;align-items:stretch}.promo-analysis-cta{width:100%}.funnel-account-shell,.funnel-loading-shell{min-height:auto;padding:.5rem 0 1rem}.funnel-loading-progress-copy span{max-width:100%;text-align:left}.funnel-question-shell>.funnel-options{height:auto;overflow:visible;padding-right:0}.funnel-nav{width:100%}.funnel-nav .button,.funnel-nav-button{width:100%;justify-content:center}.promo-popup-card{padding:1.5rem}.promo-popup-countdown,.promo-popup-pricing{grid-template-columns:1fr 1fr}.promo-popup-actions{flex-direction:column;align-items:stretch}.promo-popup-pricing{grid-template-columns:1fr}}@media(max-height:860px){.funnel-popup{align-items:start;padding-top:.75rem;padding-bottom:.75rem}.funnel-popup-shell{height:calc(100vh - 1.5rem);max-height:calc(100vh - 1.5rem);overflow:hidden;scrollbar-color:rgba(34,197,94,.7) rgba(226,232,240,.42);scrollbar-gutter:stable;scrollbar-width:thin}.funnel-popup-progress{display:grid;grid-template-columns:1fr;gap:.9rem;padding-right:3.6rem}.funnel-popup-progress-meta{display:grid;grid-template-columns:auto minmax(0,1fr);width:100%}.funnel-popup-progress-track{width:100%}.funnel-popup-shell::-webkit-scrollbar{width:.62rem}.funnel-popup-shell::-webkit-scrollbar-track{margin:1rem 0;border-radius:999px;background:#e2e8f06b}.funnel-popup-shell::-webkit-scrollbar-thumb{border:2px solid rgba(248,250,252,.94);border-radius:999px;background:linear-gradient(180deg,#22c55ee6,#059669db)}.funnel-popup-stage{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding-right:.35rem;scrollbar-color:rgba(34,197,94,.7) rgba(226,232,240,.42);scrollbar-gutter:stable;scrollbar-width:thin}.funnel-popup-stage::-webkit-scrollbar{width:.62rem}.funnel-popup-stage::-webkit-scrollbar-track{margin:.4rem 0;border-radius:999px;background:#e2e8f06b}.funnel-popup-stage::-webkit-scrollbar-thumb{border:2px solid rgba(248,250,252,.94);border-radius:999px;background:linear-gradient(180deg,#22c55ee6,#059669db)}.funnel-slide-grid,.funnel-question-layout,.funnel-result-layout,.funnel-results-shell,.funnel-loading-shell,.funnel-slide-computing.is-active{height:auto;min-height:auto}.funnel-question-shell{overflow:visible}.funnel-question-shell>.funnel-options{height:auto;align-content:start}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.reveal,.reveal.is-visible,.float-slow,.float-medium,.float-fast,.logo-marquee-track{transition:none;animation:none;opacity:1;transform:none;filter:none}.hero-typeword:after{animation:none}.preview-story-panel,.preview-floating-chip,.roadmap-step,.roadmap-scroll-step,.profile-after-card,.profile-after-top,.pricing-savings,.pricing-toggle-button,.promo-popup-card,.funnel-popup-shell,.funnel-option{transition:none}}
