@import "https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--color-bg:#fff;--color-surface:#fff;--color-surface-soft:#f1f5f9;--color-surface-tint:#f0fdfa;--color-navy:#0f1f3d;--color-navy-2:#1e2a4a;--color-ink:#0f1f3d;--color-ink-2:#1e2a4a;--color-body:#334155;--color-muted:#64748b;--color-muted-on-dark:#cbd5e1;--color-primary:#14b8a6;--color-primary-strong:#0d9488;--color-sky:#14b8a6;--color-sky-soft:#ccfbf1;--color-accent:#f97316;--color-accent-strong:#ea580c;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-on-dark:#f8fafc;--color-teal:#14b8a6;--color-teal-strong:#0d9488;--color-teal-soft:#ccfbf1;--color-indigo:#4f46e5;--color-indigo-soft:#e0e7ff;--color-violet:#8b5cf6;--color-lime:#84cc16;--color-success:#16a34a;--color-warning:#f59e0b;--color-error:#dc2626;--color-ring:#14b8a6;--font-sans:"Inter", "Segoe UI", system-ui, sans-serif;--font-display:"Manrope", "Segoe UI", system-ui, sans-serif;--radius-lg:1.5rem;--radius-md:1rem;--radius-sm:.6rem;--shadow-card:0 1px 2px #0f1f3d0a, 0 8px 24px #0f1f3d14;--shadow-card-hover:0 4px 12px #0f1f3d0f, 0 20px 48px #0f1f3d1f;color:var(--color-body);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--color-bg);min-width:320px;margin:0}a,button,input,textarea,select{font:inherit}#root{width:100%;margin:0 auto}h1,h2,h3{color:inherit;margin:0}h1,h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-ink);text-wrap:balance;font-weight:800;line-height:1.08}h1{font-size:clamp(2.25rem,5vw,4rem)}h2{font-size:clamp(1.5rem,3vw,2.3rem)}h3{color:var(--color-ink);font-size:1.13rem;font-weight:700;line-height:1.3}p{margin:0}::selection{background:var(--color-sky-soft)}.eq-pyramid{text-align:center;margin:1.5rem 0 0}.eq-pyramid img{width:100%;max-width:480px;height:auto;margin:0 auto;display:block}.eq-pyramid figcaption{color:var(--color-text-muted,#5b6472);margin-top:1rem;font-size:.9rem;line-height:1.5}.site-shell{flex-direction:column;min-height:100vh;display:flex}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);background:#ffffffd9;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1.25rem;width:min(1160px,100% - 2rem);margin:0 auto;padding:.7rem 0;display:flex}.brand-mark{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.brand-mark__logo{width:min(180px,34vw);height:auto;display:block}.site-nav{flex-wrap:wrap;justify-content:center;gap:.15rem;display:flex}.site-nav__link{color:var(--color-ink);border-radius:999px;padding:.5rem .8rem;font-size:.94rem;font-weight:500;text-decoration:none;transition:background-color .18s,color .18s;position:relative}.site-nav__link:after{content:"";background:var(--color-primary-strong);transform-origin:50%;border-radius:999px;height:2px;transition:transform .22s cubic-bezier(.22,1,.36,1);position:absolute;bottom:.28rem;left:.8rem;right:.8rem;transform:scaleX(0)}.site-nav__link:hover,.site-nav__link.is-active{background:var(--color-surface-soft);color:var(--color-primary-strong)}.site-nav__link:hover:after,.site-nav__link.is-active:after{transform:scaleX(1)}.site-header__cta{flex-shrink:0}.page-content{flex:1;width:min(1160px,100% - 2rem);margin:0 auto;padding:1.5rem 0 4.5rem}.page-stack{flex-direction:column;gap:2.25rem;display:flex}.button{background:var(--color-primary);color:#fff;cursor:pointer;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.85rem 1.6rem;font-weight:600;text-decoration:none;transition:background-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--color-primary-strong);transform:translateY(-2px);box-shadow:0 10px 24px #14b8a647}.button:active{transform:scale(.97)}.button:focus-visible{outline:3px solid var(--color-sky);outline-offset:2px}.button--accent{background:var(--color-accent)}.button--accent:hover{background:var(--color-accent-strong);box-shadow:0 10px 24px #ea580c52}.button--secondary{border-color:var(--color-primary);color:var(--color-primary-strong);background:0 0}.button--secondary:hover{background:var(--color-surface-soft);box-shadow:none}.button--ghost{background:var(--color-surface);border-color:var(--color-indigo);color:var(--color-indigo)}.button--ghost:hover{background:var(--color-indigo-soft);box-shadow:none}.button--compact{padding:.55rem 1.15rem;font-size:.92rem}.text-link{color:var(--color-primary-strong);cursor:pointer;align-items:center;gap:.3rem;min-height:44px;font-weight:600;text-decoration:none;display:inline-flex}.text-link:after{content:"→";transition:transform .18s}.text-link:hover:after{transform:translate(4px)}.hero{border-radius:var(--radius-lg);background:var(--color-surface);border:1px solid var(--color-border);gap:2.5rem;padding:clamp(1.75rem,4vw,3.5rem);display:grid;position:relative;overflow:hidden}.hero--home{background:radial-gradient(circle at 85% 0%, #0ea5e940, transparent 42%), radial-gradient(circle at 0% 100%, #f9731629, transparent 38%), linear-gradient(140deg, var(--color-navy), var(--color-navy-2) 70%);color:var(--color-on-dark);border:none;grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr);align-items:center}.hero--home .hero__lead{color:var(--color-muted-on-dark)}.hero--inner,.hero--page{background:radial-gradient(circle at 88% 6%, #14b8a629, transparent 42%), radial-gradient(circle at 8% 96%, #4f46e51a, transparent 40%), radial-gradient(circle at 55% 120%, #f9731614, transparent 46%), var(--color-surface)}.hero--inner{max-width:100%}.hero--page{grid-template-columns:minmax(0,1.25fr) minmax(280px,.85fr);align-items:start}.hero__copy{z-index:1;flex-direction:column;gap:1.4rem;animation:.6s ease-out both rise-in;display:flex;position:relative}.hero h1{max-width:22ch}.hero--home h1,.hero--warm h1{font-size:clamp(2.3rem,5.2vw,4rem);line-height:1.08}.hero__eyebrow,.section__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--color-accent-strong);margin:0;font-size:.76rem;font-weight:600}.hero--home .hero__eyebrow{color:#fbbf77;background:#14b8a629;border-radius:999px;align-self:flex-start;padding:.45rem .9rem;display:inline-flex}.section__eyebrow--on-dark{color:#fdba74}.hero__lead,.section__subtitle,.card p,.timeline__item p,.list-grid__item,.metric-card__label,.rich-copy p,.bullet-card{color:var(--color-muted)}.hero__lead{max-width:58ch;font-size:1.1rem;line-height:1.7}.hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.hero__stats{border-top:1px solid #ffffff24;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;margin:.75rem 0 0;padding:1.25rem 0 0;display:grid}.hero__stat dt{font-family:var(--font-display);color:#fff;font-size:1.35rem;font-weight:600}.hero__stat dd{color:var(--color-muted-on-dark);margin:.25rem 0 0;font-size:.86rem}.hero__panel{z-index:1;border-radius:var(--radius-md);color:var(--color-ink);background:#fffffff7;flex-direction:column;gap:1.1rem;padding:1.6rem;animation:.7s ease-out .15s both rise-in;display:flex;position:relative;box-shadow:0 24px 64px #2a181266}.hero__panel-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);font-size:.76rem;font-weight:600}.hero__panel-person{font-family:var(--font-display);font-size:1.05rem;font-weight:600}.skill-bars{flex-direction:column;gap:.9rem;display:flex}.skill-bar__head{justify-content:space-between;margin-bottom:.35rem;font-size:.9rem;font-weight:500;display:flex}.skill-bar__value{color:var(--color-primary-strong);font-variant-numeric:tabular-nums;font-weight:700}.skill-bar__track{background:var(--color-surface-soft);border-radius:999px;height:8px;overflow:hidden}.skill-bar__fill{background:linear-gradient(90deg, var(--color-sky), var(--color-primary));transform-origin:0;border-radius:999px;height:100%;animation:.9s ease-out both bar-grow}.hero__panel-accent{border-radius:var(--radius-sm);color:#0d9488;background:#f0fdfa;border:1px solid #99f6e4;padding:.9rem 1rem;font-size:.9rem;line-height:1.5}.hero--warm{color:var(--color-ink);background:radial-gradient(circle at 88% -5%,#14b8a638,#0000 45%),radial-gradient(circle at 5% 105%,#0f1f3d24,#0000 42%),radial-gradient(circle,#ffedd599,#0000 70%),linear-gradient(150deg,#fffbeb,#fff3e0 60%,#ffe9d6);border:1px solid #fae3c8}.hero--warm .hero__lead{color:#5c4a3a}.hero--warm .hero__eyebrow{color:#0d9488;background:#14b8a624;border-radius:999px;align-self:flex-start;padding:.45rem .9rem;display:inline-flex}.hero--warm .hero__stats{border-top:1px solid #0f1f3d29}.hero--warm .hero__stat dt{color:#0d9488}.hero--warm .hero__stat dd{color:#64748b}.hero__panel--diagnostic{background:#fff;border:1px solid #ccfbf1;overflow:visible;box-shadow:0 30px 70px #0f1f3d2e}.hero__panel--diagnostic:before{content:"";border-radius:calc(var(--radius-md) + 14px);z-index:-1;background:radial-gradient(circle at 30% 0,#14b8a62e,#0000 60%);position:absolute;inset:-14px}.diagnostic{flex-direction:column;gap:1.1rem;display:flex}.diagnostic__badge{color:#0d9488;letter-spacing:.04em;background:linear-gradient(120deg,#ccfbf1,#ccfbf1);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.74rem;font-weight:600;display:inline-flex}.diagnostic__prompt{font-family:var(--font-display);color:var(--color-ink);margin:0;font-size:1.18rem;font-weight:600;line-height:1.35}.diagnostic__chips{flex-wrap:wrap;gap:.6rem;display:flex}.diagnostic__chip{color:#7c3f12;cursor:pointer;background:#fffdf8;border:1.5px solid #f3d3ad;border-radius:999px;padding:.7rem 1.05rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s}.diagnostic__chip:hover{border-color:var(--color-accent);background:#f0fdfa;transform:translateY(-2px);box-shadow:0 8px 20px #14b8a62e}.diagnostic__chip:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.diagnostic__hint,.diagnostic__disclaimer{color:#6f5947;margin:0;font-size:.8rem}.diagnostic__result{flex-direction:column;gap:1rem;animation:.45s ease-out both rise-in;display:flex}.diagnostic__result-title{text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-strong);margin:0;font-size:.76rem;font-weight:600}.diagnostic__result-person{font-family:var(--font-display);margin:.15rem 0 0;font-size:1.05rem;font-weight:600}.hero__panel--diagnostic .skill-bar__value{color:#0d9488}.hero__panel--diagnostic .skill-bar__fill{background:linear-gradient(90deg,#f59e0b,#ea580c)}.diagnostic__recommendation{border-radius:var(--radius-sm);color:#0d9488;background:#f0fdfa;border:1px solid #99f6e4;margin:0;padding:.9rem 1rem;font-size:.9rem;line-height:1.5}.diagnostic__result-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.button--sm{padding:.6rem 1.1rem;font-size:.9rem}.diagnostic__reset{color:#0d9488;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:underline}.diagnostic__reset:hover{color:var(--color-accent-strong)}@media (prefers-reduced-motion:reduce){.diagnostic__result,.skill-bar__fill{animation:none}}.hero__promise,.hero__panel-group,.hero__chips,.hero__tags,.hero-band{flex-wrap:wrap;gap:.75rem;display:flex}.hero__promise-item{border-radius:var(--radius-sm);background:var(--color-surface-soft);flex:240px;padding:1rem}.hero__promise-label,.hero__panel-title,.hero-band__label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);font-size:.76rem;font-weight:600}.hero__chips span,.hero__tags span{background:var(--color-surface-soft);border-radius:999px;padding:.4rem .85rem;font-size:.88rem}.hero-band{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);padding:1.5rem}.hero-band__item{flex:240px}.page-hero__side{flex-direction:column;gap:1rem;display:flex}.page-hero__meta{gap:.85rem;display:grid}.page-hero__meta-card{border-radius:var(--radius-md);background:var(--color-surface-soft);padding:1.1rem 1.25rem}.page-hero__meta-label{text-transform:uppercase;letter-spacing:.12em;color:var(--color-primary);margin-bottom:.35rem;font-size:.76rem;font-weight:600;display:block}.page-hero__meta-card p{color:var(--color-muted)}.page-hero__insight{border-radius:var(--radius-md);background:var(--color-navy);color:var(--color-on-dark);padding:1.1rem 1.25rem;line-height:1.6}.section{flex-direction:column;gap:1.75rem;padding:clamp(1.5rem,3vw,2.5rem) 0;display:flex}.section__intro{flex-direction:column;gap:.7rem;max-width:720px;display:flex}.section__subtitle{font-size:1.04rem;line-height:1.65}.grid{gap:1.1rem;display:grid}.grid--two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--three{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.grid--audiences{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.card:before{content:"";border-radius:inherit;background:radial-gradient(240px circle at var(--mx,50%) var(--my,50%), var(--card-spot,#2dd4bf29), transparent 62%);opacity:0;pointer-events:none;z-index:0;transition:opacity .26s;position:absolute;inset:0}.card:hover:before{opacity:1}.card>*{z-index:1;position:relative}.card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-4px)}.card--audience{justify-content:space-between;min-height:230px}.grid--free-tests{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.card--free-test{border-top:4px solid var(--card-accent,var(--color-accent));justify-content:space-between;min-height:280px;position:relative;overflow:hidden}.card--free-test:after{content:"";background:radial-gradient(circle, var(--card-glow,transparent), transparent 70%);opacity:0;pointer-events:none;border-radius:50%;width:160px;height:160px;transition:opacity .24s;position:absolute;top:-40px;right:-40px}.card--free-test:hover{border-color:var(--card-accent,var(--color-accent))}.card--free-test:hover:after{opacity:.6}.card--free-test--teal{--card-accent:var(--color-teal);--card-glow:var(--color-teal-soft)}.card--free-test--indigo{--card-accent:var(--color-indigo);--card-glow:var(--color-indigo-soft);--card-spot:#6366f129}.card--free-test .card__footer{border-top:none;gap:.6rem;padding-top:.4rem}.card--free-test .card__footer .button{text-align:center;justify-content:center;width:100%}.card--free-test--teal .card__badge--audience{background:var(--color-teal-soft);color:#0f766e}.card--free-test--indigo .card__badge--audience{background:var(--color-indigo-soft);color:var(--color-indigo)}.card--media{color:inherit;justify-content:flex-start;text-decoration:none}.media-card__source{align-items:center;min-height:38px;margin-bottom:.25rem;display:flex}.media-card__source img{object-fit:contain;filter:grayscale();opacity:.75;width:auto;max-width:140px;height:30px;transition:filter .2s,opacity .2s}.card--media:hover .media-card__source img{filter:grayscale(0);opacity:1}.media-card__source-text{font-family:var(--font-display);color:var(--color-primary-strong);font-size:1.05rem;font-weight:700}.card--media h3{font-family:var(--font-display);font-size:1.1rem;line-height:1.3}.card--media p{color:var(--color-muted);flex:1}.media-card__note{color:var(--color-primary-strong);letter-spacing:.01em;font-size:.82rem;font-weight:600}.section-note{color:var(--color-muted);margin-top:1.1rem;font-size:.85rem}.card--pain{border-top:4px solid var(--color-accent)}.card--pain h3{font-family:var(--font-display);font-size:1.15rem}.card--diff{background:var(--color-surface-soft);box-shadow:none;border-color:#0000}.card--pillar{background:var(--color-surface-soft);border-color:#0000}.card__badge{color:var(--color-primary-strong);text-transform:uppercase;letter-spacing:.08em;background:#14b8a61f;border-radius:999px;align-self:flex-start;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.card__footer{border-top:1px solid var(--color-border);flex-direction:column;gap:.4rem;margin-top:.5rem;padding-top:.9rem;display:flex}.card__meta{color:var(--color-muted);font-size:.84rem}.card--project{color:inherit;justify-content:flex-start;text-decoration:none}.card--project h3{font-family:var(--font-display);font-size:1.15rem}.card--project p{flex:1}.card__badge--soft{background:var(--color-surface-soft);color:var(--color-primary-strong)}.card__link{color:var(--color-primary);align-items:center;gap:.4rem;margin-top:.4rem;font-weight:600;display:inline-flex}.card__arrow{transition:transform .2s}.card--project:hover .card__arrow{transform:translate(4px)}.card--project:hover .card__link--external .card__arrow{transform:translate(3px,-3px)}.product-bridge{background:var(--color-surface-soft);border:1px solid var(--color-border);text-align:center;border-radius:24px;max-width:720px;margin:0 auto;padding:clamp(2rem,5vw,3.5rem)}.product-bridge__title{font-family:var(--font-display);color:var(--color-primary-strong);margin:.6rem 0 0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.1}.product-bridge__lead{max-width:56ch;color:var(--color-ink);margin:1rem auto 0}.product-bridge__list{text-align:left;gap:.7rem;max-width:52ch;margin:1.8rem auto 0;padding:0;list-style:none;display:grid}.product-bridge__item{color:var(--color-ink);padding-left:1.7rem;position:relative}.product-bridge__item:before{content:"";background:var(--color-accent);border-radius:50%;width:.55rem;height:.55rem;position:absolute;top:.55rem;left:0}.product-bridge__actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2rem;display:flex}.product-bridge__note{max-width:52ch;color:var(--color-muted);margin:1.4rem auto 0;font-size:.9rem}.pricing-panel{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:20px;grid-template-columns:minmax(220px,.7fr) 1.3fr;align-items:center;gap:2rem;padding:2rem;display:grid}.pricing-panel__anchor{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.pricing-panel__price{font-family:var(--font-display);color:var(--color-primary-strong);font-size:clamp(2.4rem,5vw,3.2rem);line-height:1}.pricing-panel__unit{color:var(--color-text-muted);margin-bottom:.6rem}.pricing-panel__list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.pricing-panel__item{padding-left:1.6rem;position:relative}.pricing-panel__item:before{content:"";background:var(--color-primary);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:.55rem;left:0}@media (width<=720px){.pricing-panel{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.comparison{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.1rem;display:grid}.comparison__col{border-radius:var(--radius-md);flex-direction:column;gap:.9rem;padding:1.5rem;display:flex}.comparison__col--before{background:var(--color-surface-soft);border:1px solid var(--color-border)}.comparison__col--after{background:linear-gradient(150deg, var(--color-navy), var(--color-navy-2));color:var(--color-on-dark)}.comparison__label{font-family:var(--font-display);font-size:1.05rem;font-weight:600}.comparison__col--before .comparison__label{color:var(--color-muted)}.comparison__col--after .comparison__label{color:#fdba74}.comparison__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.comparison__item{padding-left:1.7rem;line-height:1.5;position:relative}.comparison__item:before{font-weight:700;position:absolute;top:0;left:0}.comparison__col--before .comparison__item{color:var(--color-muted)}.comparison__col--before .comparison__item:before{content:"—"}.comparison__col--after .comparison__item{color:var(--color-on-dark)}.comparison__col--after .comparison__item:before{content:"✓";color:var(--color-accent)}.ai-band{border-radius:var(--radius-lg);background:radial-gradient(circle at 100% 100%, #f973162e, transparent 45%), linear-gradient(120deg, var(--color-navy), var(--color-navy-2));color:var(--color-on-dark);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:2.5rem;padding:clamp(1.75rem,4vw,3rem);display:grid}.ai-band__intro{flex-direction:column;gap:1rem;display:flex}.ai-band__lead{color:var(--color-muted-on-dark);line-height:1.7}.ai-band__facts{flex-direction:column;gap:1rem;display:flex}.ai-band__fact{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;align-items:baseline;gap:1.25rem;padding:1.1rem 1.3rem;display:flex}.ai-band__value{font-family:var(--font-display);color:#fdba74;min-width:4ch;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700}.ai-band__fact p{color:var(--color-on-dark);line-height:1.55}.timeline{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.1rem;display:grid}.timeline__item{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);flex-direction:column;gap:.6rem;padding:1.5rem;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s,border-color .22s;display:flex}.timeline__item:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-5px)}.timeline__index{font-family:var(--font-display);color:var(--color-sky);font-size:1.6rem;font-weight:700;transition:transform .22s cubic-bezier(.34,1.56,.64,1),color .22s}.timeline__item:hover .timeline__index{color:var(--color-primary-strong);transform:scale(1.12)}.timeline__result{color:var(--color-primary-strong);margin-top:auto;padding-top:.75rem;font-size:.92rem;font-weight:600}.story-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:1.1rem;margin:0;padding:1.6rem;display:flex}.story-card blockquote{color:var(--color-ink);margin:0;line-height:1.65}.story-card blockquote:before{content:"«";font-family:var(--font-display);color:var(--color-accent);font-size:2rem;line-height:1;display:block}.story-card figcaption{border-top:1px solid var(--color-border);flex-direction:column;margin-top:auto;padding-top:.9rem;display:flex}.story-card__heading{color:var(--color-ink);margin:0;font-size:1.05rem;font-weight:700}.story-card__name{font-weight:700}.story-card__role{color:var(--color-muted);font-size:.88rem}.lead-form{border-radius:var(--radius-lg);background:radial-gradient(circle at 0% 0%, #f9731647, transparent 45%), linear-gradient(135deg, var(--color-primary-strong), var(--color-navy-2));color:var(--color-on-dark);grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:2.5rem;padding:clamp(1.75rem,4vw,3rem);scroll-margin-top:90px;display:grid}@media (width<=960px){.lead-form{grid-template-columns:minmax(0,1fr)}}.lead-form__copy{flex-direction:column;gap:1.1rem;min-width:0;display:flex}.lead-form__eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#fdba74;font-size:.76rem;font-weight:600}.lead-form__text{color:var(--color-muted-on-dark);line-height:1.7}.lead-form__assurance{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.lead-form__assurance li{color:var(--color-on-dark);padding-left:1.7rem;position:relative}.lead-form__assurance li:before{content:"";background:var(--color-accent);border-radius:50%;width:1rem;height:1rem;position:absolute;top:.3rem;left:0;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") 50%/contain no-repeat}.lead-form__form{border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-ink);flex-direction:column;gap:1rem;min-width:0;padding:1.75rem;display:flex;box-shadow:0 24px 64px #2a18124d}.lead-form__field{flex-direction:column;gap:.4rem;min-width:0;display:flex}.lead-form__field span{font-size:.9rem;font-weight:600}.lead-form__field input,.lead-form__field select,.lead-form__field textarea{border-radius:var(--radius-sm);border:1.5px solid var(--color-border);background:var(--color-bg);min-height:44px;color:var(--color-ink);padding:.75rem .9rem;transition:border-color .16s,box-shadow .16s}.lead-form__field textarea{resize:vertical}.lead-form__field input:focus-visible,.lead-form__field select:focus-visible,.lead-form__field textarea:focus-visible{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #f9731638}.lead-form__submit{margin-top:.25rem}.not-found{text-align:center}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:1.8rem;display:flex}.not-found__links{margin-top:2.6rem}.not-found__heading{text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted,#6f5947);margin-bottom:.9rem;font-size:.85rem}.not-found__chips{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.not-found__chip{background:var(--color-surface-soft,#f1f5f9);color:var(--color-ink,#2a1c14);border-radius:999px;padding:.5rem 1rem;font-size:.92rem;text-decoration:none;transition:background .15s;display:inline-flex}.not-found__chip:hover{background:var(--color-sky-soft,#ccfbf1)}.lead-form__consent{color:#475569;cursor:pointer;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.45;display:flex}.lead-form__consent input[type=checkbox]{cursor:pointer;flex-shrink:0;width:1rem;height:1rem;margin-top:.18rem}.lead-form__consent a{color:inherit;text-decoration:underline}.lead-form__success{color:#15803d;font-size:.92rem;font-weight:500}.lead-form__error{color:#dc2626;font-size:.92rem;font-weight:500}.metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.1rem;display:grid}.metric-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);flex-direction:column;gap:.4rem;padding:1.4rem;display:flex}.metric-card__value{font-family:var(--font-display);color:var(--color-primary-strong);font-size:1.8rem;font-weight:700}.list-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.9rem;display:grid}.list-grid__item{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);padding:1.1rem 1.3rem}.bullet-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem;display:grid}.bullet-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);padding:1.1rem 1.3rem;line-height:1.55}.bullet-card--accent{background:var(--color-surface-soft);border-color:var(--color-sky-soft);color:var(--color-ink)}.cta-row{flex-wrap:wrap;gap:.75rem;display:flex}.rich-copy{flex-direction:column;gap:1rem;max-width:70ch;display:flex}.page-cta{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-navy), var(--color-navy-2));color:var(--color-on-dark);justify-content:space-between;align-items:center;gap:2rem;padding:clamp(1.5rem,3.5vw,2.5rem);display:flex}.page-cta h2{color:#fff}.page-cta .section__subtitle{color:var(--color-muted-on-dark)}.page-cta__copy{flex-direction:column;gap:.7rem;max-width:60ch;display:flex}.page-cta__actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.page-cta .button{background:var(--color-accent)}.page-cta .button:hover{background:var(--color-accent-strong)}.page-cta .button--secondary{color:#fff;background:0 0;border-color:#ffffff73}.page-cta .button--secondary:hover{background:#ffffff1f}.adult-chat{border:1px solid var(--color-border);background:radial-gradient(circle at 100% 0,#4abfbd24,#0000 24%),linear-gradient(#fffdf8f5,#f7f0e6f5);border-radius:2rem;gap:1.5rem;padding:2rem;display:grid;box-shadow:0 24px 48px #2b241c14}.adult-chat__intro,.adult-chat__rules,.adult-chat__result{gap:.85rem;display:grid}.adult-chat__lead,.adult-chat__result-note,.adult-chat__error,.adult-chat__bubble p,.adult-chat__rules li{color:var(--color-muted)}.adult-chat__chips{flex-wrap:wrap;gap:.65rem;display:flex}.adult-chat__chips span{border:1px solid var(--color-border);min-height:2rem;color:var(--color-accent-strong);background:#ffffffbd;border-radius:999px;align-items:center;padding:.35rem .75rem;font-size:.88rem;font-weight:600;display:inline-flex}.adult-chat__layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:1rem;display:grid}.adult-chat__panel{border:1px solid var(--color-border);background:#ffffffc2;border-radius:1.4rem;gap:1rem;padding:1.25rem;display:grid;box-shadow:0 16px 32px #2b241c0d}.adult-chat__panel--dialog{align-content:start}.adult-chat__messages{gap:.85rem;max-height:34rem;padding-right:.25rem;display:grid;overflow-y:auto}.adult-chat__bubble{border:1px solid var(--color-border);border-radius:1.15rem;gap:.45rem;max-width:90%;padding:.95rem 1rem;display:grid}.adult-chat__bubble--assistant{background:#fff9f2f2}.adult-chat__bubble--user{background:#1d4c45f5;border-color:#1d4c45f5;justify-self:end}.adult-chat__bubble--user p,.adult-chat__bubble--user .adult-chat__bubble-role{color:#f0fdfa}.adult-chat__bubble-role,.adult-chat__status-label,.adult-chat__label{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent-strong);font-size:.76rem;font-weight:700}.adult-chat__form{gap:.75rem;display:grid}.adult-chat__textarea{border:1px solid var(--color-border);width:100%;min-height:7.5rem;color:var(--color-ink);resize:vertical;background:#ffffffeb;border-radius:1.15rem;padding:1rem 1.05rem}.adult-chat__textarea:focus{outline-offset:2px;outline:2px solid #c3693b47}.adult-chat__actions{flex-wrap:wrap;gap:.75rem;display:flex}.adult-chat__status,.adult-chat__meta{gap:.45rem;display:grid}.adult-chat__meta code{word-break:break-all;color:var(--color-ink);font-size:.9rem}.adult-chat__rules ul{gap:.65rem;margin:0;padding-left:1.1rem;display:grid}.adult-chat__error{background:#c3693b1f;border:1px solid #c3693b47;border-radius:1rem;padding:.9rem 1rem}.adult-chat__result-list{gap:.75rem;display:grid}.adult-result-screen,.adult-result-screen__hero,.adult-result-screen__section,.adult-result-screen__cta{gap:.9rem;display:grid}.adult-result-screen{gap:1.4rem}.adult-result-screen__hero{border:1px solid var(--color-border);background:radial-gradient(circle at 100% 0,#4abfbd29,#0000 22%),linear-gradient(#fffcf7f5,#f7f0e6f5);border-radius:1.4rem;padding:1.35rem}.adult-result-screen__hero-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.adult-result-screen__confidence,.adult-result-screen__note-label,.adult-result-screen__kicker,.adult-result-screen__section-index{letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700}.adult-result-screen__confidence,.adult-result-screen__profile-tag,.adult-result-screen__editorial-note,.adult-result-screen__section{box-shadow:0 16px 32px #2b241c0d}.adult-result-screen__confidence{color:#24574f;background:#1d4c4514;border:1px solid #1d4c4529;border-radius:999px;align-items:center;min-height:2.2rem;padding:.45rem .85rem;display:inline-flex}.adult-result-screen__confidence--blocked{color:var(--color-accent-strong);background:#c3693b1a;border-color:#c3693b2e}.adult-result-screen__hero-copy{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.adult-result-screen__title-block{gap:.5rem;display:grid}.adult-result-screen__hero-copy h2{font-size:clamp(2rem,4vw,3.2rem)}.adult-result-screen__kicker{color:var(--color-accent-strong)}.adult-result-screen__profile-tag{border:1px solid var(--color-border);min-height:2.25rem;color:var(--color-accent-strong);background:#ffffffc7;border-radius:999px;align-items:center;padding:.45rem .85rem;font-weight:600;display:inline-flex}.adult-result-screen__hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:start;gap:1rem;display:grid}.adult-result-screen__summary-block{gap:.85rem;display:grid}.adult-result-screen__summary,.adult-result-screen__card p,.adult-result-screen__cta p{color:var(--color-muted)}.adult-result-screen__summary{gap:.85rem;font-size:1.02rem;line-height:1.72;display:grid}.adult-result-screen__editorial-note{border:1px solid var(--color-border);background:#ffffffd1;border-radius:1.2rem;gap:.75rem;padding:1rem 1.05rem;display:grid}.adult-result-screen__editorial-note--blocked{background:#fff9f2e0}.adult-result-screen__editorial-note p,.adult-result-screen__section-head p{color:var(--color-muted)}.adult-result-screen__note-label,.adult-result-screen__section-index{color:var(--color-accent-strong)}.adult-result-screen__body{gap:1rem;display:grid}.adult-result-screen__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.adult-result-screen__section{border:1px solid var(--color-border);background:#ffffffc2;border-radius:1.3rem;padding:1.2rem}.adult-result-screen__section--full{background:radial-gradient(circle at 0 0,#4abfbd1a,#0000 24%),linear-gradient(#fffcf7e6,#fffc)}.adult-result-screen__section-head{grid-template-columns:auto 1fr;align-items:start;gap:.9rem;display:grid}.adult-result-screen__section-index{border:1px solid var(--color-border);background:#ffffffd6;border-radius:999px;justify-content:center;align-items:center;min-width:3rem;min-height:3rem;display:inline-flex}.adult-result-screen__cards,.adult-result-screen__list{gap:.8rem;display:grid}.adult-result-screen__cards--three{grid-template-columns:repeat(3,minmax(0,1fr))}.adult-result-screen__card{border:1px solid var(--color-border);background:#ffffffdb;border-radius:1.1rem;gap:.45rem;padding:1rem 1.05rem;display:grid}.adult-result-screen__footer{border:1px solid var(--color-border);background:#ffffffe6;border-radius:1.3rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;display:flex}.adult-result-screen__hero--blocked{background:radial-gradient(circle at 100% 0,#c3693b24,#0000 22%),linear-gradient(#fffcf7f5,#f8efe5f5)}.adult-result-screen__footer--blocked{background:#fff7eeeb}.adult-result-screen__actions{flex-wrap:wrap;gap:.75rem;display:flex}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes bar-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (width<=960px){.hero--home,.hero--page,.ai-band,.adult-chat__layout,.adult-result-screen__hero-grid,.adult-result-screen__grid,.adult-result-screen__cards--three,.lead-form{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;gap:1.75rem}.page-cta{flex-direction:column;align-items:flex-start}.page-cta__actions{justify-content:flex-start}}@media (width<=720px){.site-header__inner{flex-wrap:wrap;justify-content:center;gap:.6rem}.site-nav{order:3;width:100%}.hero__stats{grid-template-columns:repeat(2,1fr)}.card--audience{min-height:auto}.ai-band__fact{flex-direction:column;gap:.4rem}.adult-chat{padding:1.4rem}.adult-chat__bubble{max-width:100%}.adult-result-screen__hero-copy,.adult-result-screen__footer{flex-direction:column;align-items:flex-start}.adult-result-screen__cards--three,.adult-result-screen__section-head{grid-template-columns:1fr}}.case-mechanics{margin:.2rem 0}.case-mechanics__title{letter-spacing:.06em;text-transform:uppercase;color:var(--color-muted);margin:0 0 .5rem;font-size:.82rem;font-weight:600}.case-mechanics__list{flex-direction:column;gap:.4rem;margin:0;padding-left:1.2rem;font-size:.92rem;display:flex}.case-quote{border-left:3px solid var(--color-accent);background:var(--color-surface-soft);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:.4rem 0;padding:1rem 1.2rem}.case-quote blockquote{color:var(--color-ink,inherit);margin:0 0 .5rem;font-style:italic}.case-quote figcaption{color:var(--color-muted);font-size:.85rem;font-weight:600}.clients-strip{text-align:center;flex-direction:column;align-items:center;gap:.9rem;display:flex}.clients-strip__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-muted);margin:0;font-size:.82rem;font-weight:600}.clients-strip__viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.clients-strip__track{align-items:center;gap:3rem;width:max-content;padding:.25rem 1.5rem;animation:38s linear infinite clients-scroll;display:flex}.clients-strip__viewport:hover .clients-strip__track{animation-play-state:paused}@keyframes clients-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.clients-strip__logo{object-fit:contain;filter:grayscale();opacity:.85;flex-shrink:0;width:auto;max-width:360px;height:90px;transition:filter .2s,opacity .2s}.clients-strip__logo:hover{filter:grayscale(0);opacity:1}@media (prefers-reduced-motion:reduce){.clients-strip__track{flex-wrap:wrap;justify-content:center;width:100%;animation:none}}.clients-strip__item{font-family:var(--font-display);color:var(--color-primary-strong);opacity:.85;font-size:1.02rem}.report-sample__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.report-sample__item{border-radius:var(--radius-lg,1.25rem);background:var(--color-surface,#fff);border:1px solid var(--color-border);flex-direction:column;margin:0;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.report-sample__item:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a1a}.report-sample__img{border-bottom:1px solid var(--color-border);width:100%;height:auto;display:block}.report-sample__caption{flex-direction:column;gap:.35rem;padding:1rem 1.25rem 1.25rem;display:flex}.report-sample__title{color:var(--color-text,#0f172a);font-weight:600}.report-sample__text{color:var(--color-text-muted,#64748b);font-size:.92rem;line-height:1.45}@media (width<=640px){.report-sample__grid{grid-template-columns:1fr}}.clients-grid{border-radius:var(--radius-lg,1.25rem);background:var(--color-surface-soft);border:1px solid var(--color-border);grid-template-columns:repeat(auto-fill,minmax(160px,1fr));align-items:center;gap:2.5rem 1.5rem;padding:2.5rem 2rem;display:grid}.clients-grid__item{justify-content:center;align-items:center;min-height:40px;display:flex}.clients-grid__logo{object-fit:contain;filter:grayscale();opacity:.85;width:auto;max-width:130px;height:30px;transition:filter .2s,opacity .2s}.clients-grid__item:hover .clients-grid__logo{filter:grayscale(0);opacity:1}.clients-grid__note{color:var(--color-muted);margin-top:1.1rem;font-size:.92rem}.diag-audience-switch{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:999px;gap:.3rem;padding:.3rem;display:inline-flex}.diag-audience-tab{color:var(--color-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.5rem 1.1rem;font-size:.92rem;font-weight:600;transition:background .2s,color .2s}.diag-audience-tab:hover{color:var(--color-primary-strong)}.diag-audience-tab.is-active{background:var(--color-accent);color:#fff}.diag-test__tags{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;gap:.4rem;display:flex}.diag-test__age{background:var(--color-surface-soft);border:1px solid var(--color-border);color:var(--color-muted);white-space:nowrap;border-radius:999px;padding:.25rem .65rem;font-size:.76rem;font-weight:600}.diag-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.1rem;display:grid}.diag-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);color:inherit;flex-direction:column;gap:.6rem;padding:1.5rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.diag-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-4px)}.diag-card__icon{font-size:1.9rem;line-height:1}.diag-card__title{font-family:var(--font-display);margin:0;font-size:1.12rem}.diag-card__summary{color:var(--color-muted);flex:1;font-size:.95rem}.diag-card__count{background:var(--color-surface-soft);color:var(--color-primary-strong);border-radius:999px;align-self:flex-start;padding:.3rem .75rem;font-size:.8rem;font-weight:600}.diag-showcase__cta{justify-content:center;margin-top:1.6rem;display:flex}.diag-catalog-group{flex-direction:column;gap:1.1rem;display:flex}.diag-catalog-group__head{align-items:flex-start;gap:1rem;display:flex}.diag-catalog-group__head h2{margin:0 0 .3rem}.diag-catalog-group__summary{color:var(--color-muted);margin:0}.diag-tests{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.85rem;display:grid}.diag-test{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:.7rem;padding:1.3rem 1.4rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.diag-test:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-3px)}.diag-test__head{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.diag-test__name{font-family:var(--font-display);margin:0;font-size:1.02rem;font-weight:600;line-height:1.3}.diag-test__time{color:var(--color-primary-strong);white-space:nowrap;background:#14b8a61f;border-radius:999px;flex-shrink:0;padding:.25rem .65rem;font-size:.76rem;font-weight:600}.diag-test__desc{color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.55}.diag-test__scales{flex-wrap:wrap;gap:.45rem;margin:.1rem 0 0;padding:0;list-style:none;display:flex}.diag-test__scale{background:var(--color-surface-soft);border:1px solid var(--color-border);color:var(--color-primary-strong);border-radius:999px;padding:.28rem .7rem;font-size:.8rem}@media (width<=720px){.diag-catalog-group__head{flex-direction:column;gap:.5rem}}.registry-badge{background:var(--color-surface-soft);border:1px solid var(--color-border);color:var(--color-ink);text-align:left;border-radius:999px;align-items:center;gap:.6rem;max-width:38rem;margin-top:1.6rem;padding:.65rem 1.05rem;font-size:.92rem;font-weight:500;display:inline-flex}.registry-badge__dot{background:var(--color-accent);border-radius:999px;flex-shrink:0;width:.55rem;height:.55rem;box-shadow:0 0 0 4px #f9731629}.spec-list{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card);margin:0;overflow:hidden}.spec-list__row{border-bottom:1px solid var(--color-border);grid-template-columns:minmax(220px,.9fr) 1.4fr;gap:1.5rem;padding:1rem 1.4rem;display:grid}.spec-list__row:last-child{border-bottom:none}.spec-list__row dt{color:var(--color-muted);margin:0;font-size:.92rem}.spec-list__row dd{color:var(--color-ink);margin:0;font-weight:500}.spec-list__note{color:var(--color-muted);margin-top:1.1rem;font-size:.92rem}.spec-list__note a,.card .card__link{color:var(--color-accent-strong)}.feature-list{gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.feature-list__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-ink);padding:1rem 1.2rem 1rem 2.8rem;position:relative}.feature-list__item:before{content:"";background:var(--color-accent);border-radius:999px;width:.65rem;height:.65rem;position:absolute;top:1.35rem;left:1.2rem}.price-card{flex-direction:column;display:flex;position:relative}.price-card--featured{border-color:var(--color-accent);box-shadow:var(--shadow-card-hover)}.price-card__flag{background:var(--color-accent);color:#fff;border-radius:999px;padding:.25rem .7rem;font-size:.78rem;font-weight:600;position:absolute;top:1.1rem;right:1.1rem}.price-card__tier{color:var(--color-muted);margin:0;font-size:.95rem}.price-card__price{color:var(--color-ink);margin:.3rem 0 0;font-size:2rem;font-weight:700}.price-card__period{color:var(--color-muted);margin:.1rem 0 1rem;font-size:.9rem}.price-card__list{gap:.55rem;margin:0;padding:0;list-style:none;display:grid}.price-card__list li{color:var(--color-ink);padding-left:1.5rem;font-size:.95rem;position:relative}.price-card__list li:before{content:"✓";color:var(--color-accent-strong);font-weight:700;position:absolute;left:0}.grid--tariffs{grid-template-columns:repeat(auto-fit,minmax(216px,1fr));align-items:stretch}.pro-pillar{padding-top:2.4rem}.pro-pillar__num{color:var(--color-sky-soft);letter-spacing:-.02em;font-size:1.6rem;font-weight:700;line-height:1;position:absolute;top:1.1rem;right:1.3rem}.pro-pillar__head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.pro-pillar__head h3{margin:0}.pro-pillar__soon{background:var(--color-indigo-soft,#6366f124);color:var(--color-accent-strong);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;padding:.18rem .6rem;font-size:.72rem;font-weight:600}.pro-step{padding-top:2.6rem}.pro-step__num{background:var(--color-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;font-weight:700;display:inline-flex;position:absolute;top:1.2rem;left:1.5rem}.pro-step h3{margin:0}.method-card__base{color:var(--color-muted);margin:0;font-size:.92rem}.method-card__meta{flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:.4rem;display:flex}.method-chip{background:var(--color-sky-soft,#2dd4bf24);color:var(--color-accent-strong);white-space:nowrap;border-radius:999px;padding:.25rem .7rem;font-size:.82rem;font-weight:600}.method-chip--validity{background:var(--color-indigo-soft,#6366f11f);white-space:normal}.expert-conclusion__org{color:var(--color-accent-strong);margin:0}.expert-conclusion__who{color:var(--color-muted);margin:0;font-size:.9rem}.methodology-action{margin:1.25rem 0 0}.methodology-intro{max-width:70ch;color:var(--text-muted,#475569);margin:0 0 1.75rem;font-size:1.05rem;line-height:1.6}.recognition-extra{margin-top:1.5rem}.client-chips{flex-wrap:wrap;gap:.6rem;display:flex}.client-chip{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);color:var(--color-ink);border-radius:999px;padding:.5rem 1rem;font-size:.95rem;font-weight:600}.expert-credential__tag{background:var(--color-sky-soft,#2dd4bf24);color:var(--color-accent-strong);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:.2rem .65rem;font-size:.74rem;font-weight:600}.expert-credential h3{margin:0}.price-extras{margin-top:1.25rem}.price-extra__head{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem;display:flex}.price-extra__head h3{margin:0}.price-extra__price{color:var(--color-accent-strong);white-space:nowrap;font-weight:700}.card--doc{color:inherit;flex-direction:column;align-items:flex-start;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.card--doc:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-accent);transform:translateY(-3px)}.card--doc__icon{border-radius:var(--radius-sm);background:var(--color-surface-soft);width:2.6rem;height:2.6rem;color:var(--color-accent-strong);letter-spacing:.04em;justify-content:center;align-items:center;margin-bottom:.9rem;font-size:.78rem;font-weight:700;display:inline-flex}.card--doc .card__link{margin-top:auto;padding-top:.9rem;font-weight:500}@media (width<=640px){.spec-list__row{grid-template-columns:1fr;gap:.3rem}}.legal-doc__date{color:var(--color-muted);margin-top:.75rem;font-size:.9rem}.legal-doc{max-width:760px}.legal-doc__notice{background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:16px;margin-bottom:2.25rem;padding:1.1rem 1.25rem}.legal-doc__notice p{margin:0;font-size:.95rem;line-height:1.65}.legal-doc__section{margin-bottom:2rem}.legal-doc__section h2{margin:0 0 .85rem;font-size:1.15rem}.legal-doc__section p{color:var(--color-ink);margin:0 0 .7rem;line-height:1.7}.legal-doc__list{gap:.4rem;margin:.25rem 0 .7rem;padding-left:1.25rem;display:grid}.legal-doc__list li{line-height:1.65}.legal-doc__requisites{border-top:1px solid var(--color-border);padding-top:1.75rem}.stage-grid{counter-reset:stage;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.1rem;margin:0 0 2rem;padding:0;list-style:none;display:grid}.stage-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:.55rem;padding:1.6rem 1.5rem 1.4rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;position:relative}.stage-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-4px)}.stage-card__num{font-family:var(--font-display);color:var(--color-sky-soft);font-size:1.4rem;line-height:1;position:absolute;top:1.1rem;right:1.2rem}.stage-card__icon{font-size:1.9rem;line-height:1}.stage-card__title{font-family:var(--font-display);margin:0;font-size:1.08rem}.stage-card__summary{color:var(--color-muted);margin:0;font-size:.95rem;line-height:1.55}.value-split{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.1rem;display:grid}.value-col{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);padding:1.6rem 1.7rem}.value-col--child{background:var(--color-surface-soft);border-color:var(--color-sky-soft)}.value-col__label{background:var(--color-surface-soft);color:var(--color-primary-strong);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;margin-bottom:.9rem;padding:.3rem .85rem;font-size:.8rem;font-weight:600;display:inline-block}.value-col--child .value-col__label{background:#fff}.value-col__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.value-col__item{color:var(--color-ink);padding-left:1.6rem;line-height:1.5;position:relative}.value-col__item:before{content:"";background:var(--color-accent);border-radius:50%;width:.7rem;height:.7rem;position:absolute;top:.5rem;left:0}.ladder-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:stretch;gap:1.1rem;display:grid}.ladder-note{margin-top:1.4rem}.experts-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.1rem;display:grid}.expert-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.expert-card:hover{box-shadow:var(--shadow-card-hover,var(--shadow-card));border-color:var(--color-accent,var(--color-border));transform:translateY(-4px)}.expert-card__photo{aspect-ratio:1;object-fit:cover;width:100%;display:block}.expert-card__body{flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.2rem;display:flex}.expert-card__name{margin:0;font-size:1.02rem;line-height:1.25}.expert-card__role{color:var(--color-text-muted,#5b6472);margin:0;font-size:.86rem;line-height:1.45}.experts-more{justify-content:center;margin-top:1.6rem;display:flex}.ladder-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:.55rem;padding:1.7rem 1.6rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.ladder-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-4px)}.ladder-card--featured{border-color:var(--color-accent);box-shadow:var(--shadow-card-hover);background:linear-gradient(180deg, #fff 0%, var(--color-surface-soft) 100%)}.ladder-card__badge{background:var(--color-surface-soft);color:var(--color-primary-strong);letter-spacing:.02em;text-transform:uppercase;border-radius:999px;align-self:flex-start;padding:.3rem .8rem;font-size:.74rem;font-weight:600}.ladder-card--featured .ladder-card__badge{background:var(--color-accent);color:#fff}.ladder-card__name{font-family:var(--font-display);margin:.4rem 0 0;font-size:1.18rem}.ladder-card__price{font-family:var(--font-display);color:var(--color-primary-strong);margin:0;font-size:1.5rem}.ladder-card__for{color:var(--color-muted);margin:0 0 .4rem;font-size:.92rem}.ladder-card__list{flex-direction:column;flex:1;gap:.55rem;margin:0 0 1.3rem;padding:0;list-style:none;display:flex}.ladder-card__item{color:var(--color-ink);padding-left:1.5rem;font-size:.93rem;line-height:1.45;position:relative}.ladder-card__item:before{content:"";background:var(--color-sky-soft);border-radius:50%;width:.6rem;height:.6rem;position:absolute;top:.45rem;left:0}.ladder-card--featured .ladder-card__item:before{background:var(--color-accent)}.ladder-card__cta{text-align:center;justify-content:center;width:100%}.younger-block{border-radius:var(--radius-md);background:var(--color-surface-soft);border:1px dashed var(--color-sky-soft);flex-direction:column;align-items:flex-start;gap:1.1rem;padding:1.8rem;display:flex}.younger-block__text{max-width:60ch;margin:0;line-height:1.6}.youth-result-screen,.youth-result-screen__hero,.youth-result-screen__section,.youth-result-screen__cta,.youth-result-screen__top-strip,.youth-result-screen__method-note{gap:.9rem;display:grid}.youth-result-screen{gap:1.25rem}.youth-result-screen__top-strip{border:1px solid var(--color-border);background:#fffcf7db;border-radius:1.2rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:.95rem 1.15rem}.youth-result-screen__top-strip-copy{gap:.25rem;display:grid}.youth-result-screen__top-strip-tag{min-height:2.2rem;color:var(--color-primary-strong);background:#14b8a614;border:1px solid #14b8a629;border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.youth-result-screen__page-title{font-family:var(--font-display);font-size:clamp(1.15rem,2vw,1.55rem);font-weight:600}.youth-result-screen__page-subtitle{color:var(--color-muted)}.youth-result-screen__hero{border:1px solid var(--color-border);background:radial-gradient(circle at 100% 0,#14b8a624,#0000 24%),radial-gradient(circle at 0 100%,#f973161a,#0000 22%),linear-gradient(#fffcf7f7,#f7f0e6f5);border-radius:1.4rem;padding:1.35rem}.youth-result-screen__hero--empty{background:radial-gradient(circle at 100% 0,#14b8a61f,#0000 24%),linear-gradient(#fffcf7f7,#f8efe5f5)}.youth-result-screen__hero-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.youth-result-screen__confidence,.youth-result-screen__note-label,.youth-result-screen__kicker,.youth-result-screen__section-index,.youth-result-screen__step-index{letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700}.youth-result-screen__confidence,.youth-result-screen__profile-tag,.youth-result-screen__editorial-note,.youth-result-screen__section,.youth-result-screen__step-card,.youth-result-screen__method-note{box-shadow:0 16px 32px #2b241c0d}.youth-result-screen__confidence{min-height:2.2rem;color:var(--color-accent-strong);background:#14b8a614;border:1px solid #14b8a629;border-radius:999px;align-items:center;padding:.45rem .85rem;display:inline-flex}.youth-result-screen__hero-copy{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;display:flex}.youth-result-screen__title-block{gap:.5rem;display:grid}.youth-result-screen__hero-copy h2{font-size:clamp(2rem,4vw,3rem)}.youth-result-screen__kicker,.youth-result-screen__note-label,.youth-result-screen__section-index,.youth-result-screen__step-index{color:var(--color-accent-strong)}.youth-result-screen__profile-tag{border:1px solid var(--color-border);min-height:2.25rem;color:var(--color-primary-strong);background:#ffffffc7;border-radius:999px;align-items:center;padding:.45rem .85rem;font-weight:600;display:inline-flex}.youth-result-screen__hero-grid{grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);align-items:start;gap:1rem;display:grid}.youth-result-screen__summary-block{gap:.85rem;display:grid}.youth-result-screen__summary,.youth-result-screen__card p,.youth-result-screen__cta p,.youth-result-screen__section-copy,.youth-result-screen__method-note p{color:var(--color-muted)}.youth-result-screen__summary{gap:.85rem;font-size:1.02rem;line-height:1.72;display:grid}.youth-result-screen__chips{flex-wrap:wrap;gap:.6rem;display:flex}.youth-result-screen__chip{min-height:2.25rem;color:var(--color-accent-strong);background:#f973161f;border:1px solid #f973162e;border-radius:999px;align-items:center;padding:.45rem .85rem;font-weight:600;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex}.youth-result-screen__chip--secondary{color:var(--color-primary-strong);background:#14b8a614;border-color:#14b8a624}.youth-result-screen__chip:hover{transform:translateY(-1px)}.youth-result-screen__editorial-note,.youth-result-screen__method-note{border:1px solid var(--color-border);background:#ffffffd1;border-radius:1.2rem;gap:.75rem;padding:1rem 1.05rem;display:grid}.youth-result-screen__editorial-note p,.youth-result-screen__section-head p{color:var(--color-muted)}.youth-result-screen__cards,.youth-result-screen__list,.youth-result-screen__steps{gap:.8rem;display:grid}.youth-result-screen__cards--three,.youth-result-screen__parent-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.youth-result-screen__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.youth-result-screen__profile-grid{align-items:start}.youth-result-screen__section{border:1px solid var(--color-border);background:#ffffffc2;border-radius:1.3rem;padding:1.2rem}.youth-result-screen__section--full{background:radial-gradient(circle at 0 0,#f9731614,#0000 24%),linear-gradient(#fffcf7e6,#fffc)}.youth-result-screen__section-head{grid-template-columns:auto 1fr;align-items:start;gap:.9rem;display:grid}.youth-result-screen__section-index,.youth-result-screen__step-index{border:1px solid var(--color-border);background:#ffffffd6;border-radius:999px;justify-content:center;align-items:center;min-width:3rem;min-height:3rem;display:inline-flex}.youth-result-screen__card,.youth-result-screen__step-card,.youth-result-screen__readiness-label{border:1px solid var(--color-border);background:#ffffffdb;border-radius:1.1rem;gap:.45rem;padding:1rem 1.05rem;display:grid}.youth-result-screen__card-tag,.youth-result-screen__step-kicker{width:fit-content;min-height:1.9rem;color:var(--color-accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#14b8a61f;border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.73rem;font-weight:700;display:inline-flex}.youth-result-screen__card-tag--soft{color:var(--color-primary-strong);background:#14b8a614}.youth-result-screen__card,.youth-result-screen__step-card,.youth-result-screen__section,.youth-result-screen__method-note,.youth-result-screen__footer{transition:transform .18s,box-shadow .18s,border-color .18s}.youth-result-screen__card:hover,.youth-result-screen__step-card:hover,.youth-result-screen__section:hover{border-color:#14b8a638;transform:translateY(-2px);box-shadow:0 18px 36px #0f1f3d1a}.youth-result-screen__interest-zone{background:radial-gradient(circle at 100% 0,#14b8a614,#0000 26%),linear-gradient(#fffcf7e6,#ffffffd1)}.youth-result-screen__next-steps{background:radial-gradient(circle at 0 0,#f973161a,#0000 24%),linear-gradient(#fff8f0f0,#ffffffdb)}.youth-result-screen__step-card{background:linear-gradient(#fffffff5,#fff9f2f0);grid-template-columns:auto 1fr;align-items:start;column-gap:.9rem;position:relative;overflow:hidden}.youth-result-screen__step-card strong,.youth-result-screen__step-card p,.youth-result-screen__step-card .youth-result-screen__step-kicker{grid-column:2}.youth-result-screen__step-card:before{content:"";background:linear-gradient(180deg, var(--color-accent), var(--color-sky));width:4px;position:absolute;inset:0 auto 0 0}.youth-result-screen__readiness-label{width:fit-content;color:var(--color-primary-strong);align-items:center;font-weight:700;display:inline-flex}.youth-result-screen__subsection{gap:.85rem;display:grid}.youth-result-screen__method-note{order:10}.youth-result-screen__footer{border:1px solid var(--color-border);background:#ffffffe6;border-radius:1.3rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;display:flex}.youth-result-screen__actions{flex-wrap:wrap;gap:.75rem;display:flex}.youth-result-screen__actions-meta{justify-items:end;gap:.75rem;display:grid}.youth-result-screen__actions--utility{justify-content:flex-end}.youth-result-screen__feedback{min-height:1.5rem;color:var(--color-muted);text-align:right;margin:0;font-size:.92rem}.youth-result-screen>*{animation:.45s ease-out both rise-in}.youth-result-screen>:nth-child(2){animation-delay:40ms}.youth-result-screen>:nth-child(3){animation-delay:80ms}.youth-result-screen>:nth-child(4){animation-delay:.12s}.youth-result-screen>:nth-child(5){animation-delay:.16s}.youth-result-screen>:nth-child(6){animation-delay:.2s}.youth-result-screen>:nth-child(7){animation-delay:.24s}.youth-result-screen>:nth-child(8){animation-delay:.28s}.youth-result-screen>:nth-child(9){animation-delay:.32s}.youth-result-screen>:nth-child(10){animation-delay:.36s}.result-demo-teaser,.diag-demo-banner{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:radial-gradient(circle at 100% 0,#14b8a61f,#0000 28%),linear-gradient(#fffcf7f2,#fff7eeeb);border-radius:1.35rem;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:1.2rem;padding:1.25rem;display:grid}.result-demo-teaser__copy,.diag-demo-banner__copy,.result-demo-teaser__actions,.diag-demo-banner__actions{gap:.85rem;display:grid}.result-demo-teaser__lead,.diag-demo-banner__text{color:var(--color-muted);font-size:1.02rem}.result-demo-teaser__list{color:var(--color-ink);gap:.45rem;margin:0;padding-left:1.2rem;display:grid}.diag-report__lead{color:var(--color-muted);max-width:62ch;margin:.4rem 0 1.4rem;font-size:1.02rem}.diag-demo-banner__actions,.result-demo-teaser__actions{align-content:center}.youth-result-screen__section-copy--muted{font-size:.96rem}.youth-assessment,.youth-assessment__intro,.youth-assessment__panel,.youth-question-card,.youth-entry-cta{gap:1rem;display:grid}.youth-assessment{gap:1.25rem}.youth-assessment__intro,.youth-assessment__panel,.youth-entry-cta{border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#ffffffd6;border-radius:1.35rem;padding:1.3rem}.youth-assessment__intro,.youth-entry-cta{background:radial-gradient(circle at 100% 0,#14b8a61f,#0000 26%),linear-gradient(#fffcf7f5,#fff7eeeb)}.youth-assessment__lead,.youth-question-card__hint,.youth-entry-cta__copy p{color:var(--color-muted)}.youth-assessment__age-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.youth-age-card,.youth-answer-option{text-align:left;border:1px solid var(--color-border);background:#ffffffeb;border-radius:1.2rem;gap:.7rem;padding:1.05rem 1.1rem;transition:transform .18s,box-shadow .18s,border-color .18s,background-color .18s;display:grid}.youth-age-card:hover,.youth-answer-option:hover{border-color:#14b8a638;transform:translateY(-2px);box-shadow:0 18px 36px #0f1f3d1a}.youth-age-card__tag,.youth-assessment__age-chip,.youth-question-card__step,.youth-answer-option__value{width:fit-content;min-height:2rem;color:var(--color-accent-strong);letter-spacing:.08em;text-transform:uppercase;background:#f973161f;border-radius:999px;justify-content:center;align-items:center;padding:.25rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.youth-assessment__summary-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:1rem;display:flex}.youth-assessment__progress-block{gap:.5rem;display:grid}.youth-assessment__progress-meta{color:var(--color-muted);flex-wrap:wrap;justify-content:space-between;gap:.75rem;font-size:.95rem;display:flex}.youth-assessment__progress-rail{background:#cfc3b673;border-radius:999px;height:.7rem;overflow:hidden}.youth-assessment__progress-value{border-radius:inherit;background:linear-gradient(90deg, var(--color-accent), var(--color-sky));height:100%}.youth-question-card{gap:.75rem}.youth-question-card h3{font-size:clamp(1.35rem,2.5vw,1.9rem);line-height:1.35}.youth-answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;display:grid}.youth-answer-option{align-content:start;min-height:100%}.youth-answer-option.is-active{background:radial-gradient(circle at 100% 0,#14b8a61a,#0000 28%),#fffffffa;border-color:#14b8a642;box-shadow:0 18px 36px #0f1f3d1f}.youth-assessment__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.youth-assessment__actions-right,.youth-entry-cta__actions{flex-wrap:wrap;gap:.75rem;display:flex}.youth-assessment__error{color:#b42318;margin:0;font-weight:600}.youth-entry-cta{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);align-items:center}.site-footer{background:var(--color-navy);color:var(--color-muted-on-dark);padding:3rem 0 2rem}.site-footer__inner{grid-template-columns:minmax(0,1.4fr) repeat(3,minmax(0,1fr));gap:2.5rem;width:min(1160px,100% - 2rem);margin:0 auto;display:grid}.site-footer__wordmark{font-family:var(--font-display);color:#fff;margin-bottom:.8rem;font-size:1.3rem;font-weight:700}.site-footer__brand p{max-width:42ch;line-height:1.65}.site-footer__heading{text-transform:uppercase;letter-spacing:.12em;color:#fff;margin-bottom:.9rem;font-size:.78rem;font-weight:600}.site-footer__links{flex-direction:column;gap:.55rem;display:flex}.site-footer__links a{color:var(--color-muted-on-dark);text-decoration:none;transition:color .16s}.site-footer__links a:hover{color:#fff}.site-footer__legal{border-top:1px solid #ffffff1f;width:min(1160px,100% - 2rem);margin:2.5rem auto 0;padding-top:1.25rem;font-size:.84rem}@media (width<=960px){.hero--home,.hero--page,.ai-band,.adult-chat__layout,.adult-result-screen__hero-grid,.adult-result-screen__grid,.adult-result-screen__cards--three,.youth-result-screen__hero-grid,.youth-result-screen__grid,.youth-result-screen__cards--three,.youth-result-screen__parent-grid,.youth-result-screen__top-strip,.youth-assessment__age-grid,.youth-answer-grid,.youth-entry-cta,.result-demo-teaser,.diag-demo-banner,.lead-form{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;gap:1.75rem}.page-cta{flex-direction:column;align-items:flex-start}.page-cta__actions{justify-content:flex-start}}@media (width<=720px){.site-header__inner{flex-wrap:wrap;justify-content:center;gap:.6rem}.site-nav{order:3;width:100%}.hero__stats{grid-template-columns:repeat(2,1fr)}.card--audience{min-height:auto}.ai-band__fact{flex-direction:column;gap:.4rem}.adult-chat{padding:1.4rem}.adult-chat__bubble{max-width:100%}.adult-result-screen__hero-copy,.adult-result-screen__footer,.youth-result-screen__hero-copy,.youth-result-screen__footer{flex-direction:column;align-items:flex-start}.adult-result-screen__cards--three,.adult-result-screen__section-head,.youth-result-screen__cards--three,.youth-result-screen__section-head,.youth-result-screen__parent-grid{grid-template-columns:1fr}.youth-result-screen__actions-meta{justify-items:stretch;width:100%}.youth-result-screen__actions--utility,.youth-result-screen__actions{flex-direction:column}.youth-assessment__actions,.youth-assessment__actions-right,.youth-entry-cta__actions{flex-direction:column;align-items:stretch}.youth-result-screen__feedback{text-align:left}}.edu-bridge-note{border-radius:var(--radius-md);background:var(--color-surface-soft);border:1px solid var(--color-border);max-width:70ch;color:var(--color-muted);margin:-1rem auto 0;padding:1rem 1.25rem;font-size:.92rem;line-height:1.5}.edu-flagship{border-radius:var(--radius-lg);background:linear-gradient(140deg, var(--color-navy), var(--color-navy-2) 70%);color:var(--color-on-dark);flex-direction:column;align-items:flex-start;gap:.85rem;padding:2rem;display:flex}.edu-flagship__badge{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-self:flex-start;padding:.3rem .75rem;font-size:.78rem;font-weight:600}.edu-flagship__title{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.edu-flagship__desc{max-width:65ch;color:var(--color-muted-on-dark);margin:0}.edu-flagship__meta{color:var(--color-muted-on-dark);flex-wrap:wrap;gap:.5rem 1.25rem;font-size:.9rem;display:flex}.edu-flagship__price{color:var(--color-on-dark);font-weight:700}.edu-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.edu-grid--corp{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.edu-card{border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-card);flex-direction:column;gap:.5rem;padding:1.25rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.edu-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--color-sky-soft);transform:translateY(-3px)}.edu-card__title{color:var(--color-ink);margin:0;font-size:1.05rem;line-height:1.3}.edu-card__for{color:var(--color-muted);margin:0;font-size:.85rem}.edu-card__desc{color:var(--color-muted);margin:.25rem 0 0;font-size:.9rem}.edu-card__footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.75rem;display:flex}.edu-card__price{color:var(--color-primary-strong);font-weight:700}.edu-card__price--lg{font-size:1.35rem}.edu-card__link{color:var(--color-accent-strong);align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.edu-card__link:hover{text-decoration:underline}.edu-card__arrow{transition:transform .2s}.edu-card__link:hover .edu-card__arrow{transform:translate(2px,-2px)}.edu-card--dpo{gap:.35rem}.edu-all-link{color:var(--color-accent-strong);align-items:center;gap:.3rem;margin-top:1.25rem;font-weight:600;text-decoration:none;display:inline-flex}.edu-all-link:hover{text-decoration:underline}.howto-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.howto-card{border-radius:var(--radius-md);background:var(--color-surface-soft);border:1px solid var(--color-border);flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.howto-card__value{font-family:var(--font-display,inherit);color:var(--color-primary-strong);font-size:1.5rem;font-weight:700}.howto-card__text{color:var(--color-muted);margin:0;font-size:.92rem;line-height:1.5}.result-note{color:var(--color-muted);margin:1.25rem 0 0;font-size:.9rem;font-style:italic}.faq-list{flex-direction:column;gap:.75rem;max-width:80ch;display:flex}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);padding:0 1.25rem;transition:border-color .2s,box-shadow .2s}.faq-item[open]{border-color:var(--color-sky-soft);box-shadow:var(--shadow-card)}.faq-item__q{color:var(--color-ink);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-weight:600;list-style:none;display:flex}.faq-item__q::-webkit-details-marker{display:none}.faq-item__q:after{content:"+";color:var(--color-accent-strong);font-size:1.4rem;font-weight:400;line-height:1;transition:transform .2s}.faq-item[open] .faq-item__q:after{transform:rotate(45deg)}.faq-item__a{color:var(--color-muted);margin:0;padding:0 0 1.1rem;line-height:1.6}.hero2{--hero-px:0;--hero-py:0;isolation:isolate;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,5rem);width:100vw;margin-inline:calc(50% - 50vw);padding:clamp(1.5rem,3vw,2.75rem) clamp(1.5rem,5vw,5rem) clamp(2.5rem,4vw,3.5rem);display:grid;position:relative;overflow:hidden}.hero2__blob{filter:blur(60px);opacity:.65;z-index:-1;border-radius:50%;transition:transform .5s cubic-bezier(.22,1,.36,1);animation:11s ease-in-out infinite hero-float;position:absolute}.hero2__blob--teal{background:radial-gradient(circle at 30% 30%, var(--color-teal-soft), transparent 70%);width:320px;height:320px;transform:translate3d(calc(var(--hero-px) * 34px), calc(var(--hero-py) * 34px), 0);top:-70px;right:14%}.hero2__blob--indigo{background:radial-gradient(circle at 30% 30%, var(--color-indigo-soft), transparent 70%);width:380px;height:380px;transform:translate3d(calc(var(--hero-px) * -26px), calc(var(--hero-py) * -26px), 0);animation-delay:-3.5s;bottom:-90px;left:-60px}.hero2__blob--accent{width:260px;height:260px;transform:translate3d(calc(var(--hero-px) * 44px), calc(var(--hero-py) * 44px), 0);background:radial-gradient(circle at 30% 30%,#8b5cf673,#0000 70%);animation-delay:-6.5s;bottom:6%;right:-50px}@keyframes hero-float{0%,to{transform:translateY(0)translate(0)scale(1)}50%{transform:translateY(-26px)translate(12px)scale(1.05)}}.hero2__copy{animation:.7s ease-out both hero-rise}.hero2__social{flex-wrap:wrap;align-items:center;gap:.6rem 1.4rem;margin-bottom:1.1rem;display:flex}.hero2__social-item{color:var(--color-muted);align-items:center;gap:.45rem;font-size:.9rem;display:inline-flex}.hero2__social-item strong{color:var(--color-ink);font-weight:700}.hero2__social-item svg{width:18px;height:18px;color:var(--color-teal-strong)}.hero2__stars{color:var(--color-accent);letter-spacing:1px;font-size:.95rem}.hero2__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary-strong);background:var(--color-surface-soft);border-radius:999px;margin-bottom:1.3rem;padding:.45rem .95rem;font-size:.85rem;font-weight:600;display:inline-block}.hero2__title{margin-bottom:1.2rem;font-size:clamp(2.4rem,5.4vw,4.2rem);line-height:1.05}.hero2__title-mark{white-space:nowrap;background:linear-gradient(100deg, var(--color-teal) 0%, var(--color-indigo) 50%, var(--color-teal) 100%);-webkit-text-fill-color:transparent;color:#0000;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:6s linear infinite hero-shimmer;position:relative}@keyframes hero-shimmer{to{background-position:-250% 0}}.hero2__title-mark:after{content:"";background:var(--color-sky-soft);z-index:-1;transform-origin:0;border-radius:999px;height:.28em;animation:.6s ease-out .5s forwards hero-underline;position:absolute;bottom:.06em;left:0;right:0;transform:scaleX(0)}@keyframes hero-underline{to{transform:scaleX(1)}}.hero2__lead{color:var(--color-muted);max-width:36em;margin-bottom:1.8rem;font-size:clamp(1.02rem,1.5vw,1.2rem)}.hero2__actions{flex-wrap:wrap;gap:.9rem;margin-bottom:1.6rem;display:flex}.button--lg{border-radius:999px;padding:.95rem 1.8rem;font-size:1.05rem;position:relative;overflow:hidden}.button--lg:after{content:"";pointer-events:none;background:linear-gradient(100deg,#0000 0%,#ffffff73 50%,#0000 100%);width:70%;height:100%;position:absolute;top:0;left:-120%;transform:skew(-18deg)}.button--lg:hover:after{animation:.85s ease-out button-shine}.button--ghost.button--lg:after{background:linear-gradient(100deg,#0000 0%,#6366f138 50%,#0000 100%)}@keyframes button-shine{to{left:130%}}.hero2__trust{flex-wrap:wrap;gap:1rem 1.8rem;margin:0;padding:0;list-style:none;display:flex}.hero2__trust-item{align-items:center;gap:.6rem;display:flex}.hero2__trust-icon{background:var(--color-teal-soft);width:38px;height:38px;color:var(--color-teal-strong);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hero2__trust-icon svg{width:19px;height:19px}.hero2__trust-body{flex-direction:column;line-height:1.2;display:flex}.hero2__trust-title{color:var(--color-ink);font-size:.92rem;font-weight:700}.hero2__trust-desc{color:var(--color-muted);font-size:.8rem}.hero2__visual{justify-content:center;animation:.7s ease-out .15s both hero-rise;display:flex;position:relative}.hero2__radar-card{aspect-ratio:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:min(100%,580px);box-shadow:var(--shadow-card);transform:translate3d(calc(var(--hero-px) * 16px), calc(var(--hero-py) * 16px), 0);padding:clamp(2.2rem,5vw,3rem);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;position:relative}.hero2:hover .hero2__radar-card{box-shadow:0 30px 70px -30px #233c826b}.hero2__metric{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;padding:.7rem 1.1rem;animation:.5s ease-out 1.1s both hero-pop;display:flex;position:absolute;bottom:6px;right:-8px}.hero2__metric-value{font-family:var(--font-display);color:var(--color-teal-strong);font-size:1.25rem;font-weight:800}.hero2__metric-label{color:var(--color-muted);font-size:.78rem}.skills-radar{width:100%;height:100%;position:relative}.skills-radar__svg{width:100%;height:100%;overflow:visible}.skills-radar__grid{fill:none;stroke:var(--color-border);stroke-width:1px}.skills-radar__axis{stroke:var(--color-border);stroke-width:1px}.skills-radar__shape{stroke:var(--color-teal);stroke-width:2.5px;stroke-linejoin:round;transform-box:fill-box;transform-origin:50%;animation:.9s cubic-bezier(.22,1,.36,1) .35s both radar-grow}@keyframes radar-grow{0%{opacity:0;transform:scale(.05)}to{opacity:1;transform:scale(1)}}.skills-radar__dot{stroke:var(--color-surface);stroke-width:2px;transform-box:fill-box;transform-origin:50%;animation:.4s ease-out both radar-dot}@keyframes radar-dot{0%{transform:scale(0)}to{transform:scale(1)}}.skills-radar__center{text-align:center;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.skills-radar__score{font-family:var(--font-display);color:var(--color-ink);font-size:1.6rem;font-weight:700;line-height:1}.skills-radar__score-label{color:var(--color-muted);font-size:.7rem}.skills-radar__labels{margin:0;padding:0;list-style:none;position:absolute;inset:0}.skills-radar__label{color:var(--color-ink-2);text-align:center;white-space:pre-line;flex-direction:column;align-items:center;gap:.3rem;width:96px;font-size:.72rem;font-weight:600;line-height:1.1;display:flex;position:absolute;transform:translate(-50%,-50%)}.skills-radar__icon{background:var(--color-teal-soft);width:40px;height:40px;color:var(--color-teal-strong);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 12px #0f1f3d14}.skills-radar__icon svg{width:20px;height:20px}@keyframes hero-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes hero-pop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=880px){.hero2{text-align:left;grid-template-columns:1fr}.hero2__visual{margin-top:1rem}.hero2__radar-card{width:min(100%,380px)}}@media (prefers-reduced-motion:reduce){.hero2__blob,.hero2__copy,.hero2__visual,.hero2__metric,.skills-radar__shape,.skills-radar__dot,.hero2__title-mark,.hero2__title-mark:after{animation:none}.hero2__title-mark:after{transform:scaleX(1)}.hero2__title-mark{background:var(--color-accent-strong);-webkit-background-clip:text;background-clip:text}.button--lg:hover:after{animation:none}.skills-radar__shape{opacity:1;transform:none}}body.reveal-ready .reveal{opacity:0;will-change:opacity, transform;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}body.reveal-ready .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){body.reveal-ready .reveal{opacity:1;transition:none;transform:none}}.page-stats{margin-top:.25rem}.page-stats .metric-card{position:relative;overflow:hidden}.page-stats .metric-card:before{content:"";background:linear-gradient(90deg, var(--color-teal), var(--color-indigo));height:3px;position:absolute;inset:0 0 auto}.site-footer__residency{margin-top:1.6rem;display:flex}.site-footer__residency-logo{opacity:.9;width:160px;height:auto}.site-footer__social{margin-top:1.4rem}.site-footer__social-link{background:var(--color-surface-soft);border-radius:999px;align-items:center;gap:.55rem;padding:.5rem .9rem;font-size:.92rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.site-footer__social-link:hover{background:#0077ff1f;transform:translateY(-1px)}.site-footer__social-link img{width:24px;height:24px;display:block}.aitool-card__handle{background:var(--color-surface-soft);color:var(--color-primary-strong);white-space:nowrap;border-radius:999px;align-self:flex-start;margin-top:.2rem;padding:.3rem .75rem;font-size:.82rem;font-weight:600}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;display:grid}.article-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;padding:28px;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex}.article-card:hover{border-color:var(--color-primary);transform:translateY(-3px);box-shadow:0 18px 40px -28px #0f172a73}.article-card__meta{color:var(--color-muted);justify-content:space-between;align-items:center;gap:12px;font-size:.82rem;display:flex}.article-card__category{color:var(--color-primary-strong);text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:600}.article-card__title{margin:0;font-size:1.22rem;line-height:1.3}.article-card__title a{color:var(--color-ink);text-decoration:none}.article-card__title a:hover{color:var(--color-primary-strong)}.article-card__excerpt{color:var(--color-muted);flex:1;margin:0;line-height:1.55}.article-card__footer{justify-content:space-between;align-items:center;margin-top:4px;font-size:.85rem;display:flex}.article-card__reading{color:var(--color-muted)}.article-card__more{color:var(--color-primary-strong);font-weight:600;text-decoration:none}.article{width:100%;max-width:760px;margin:0 auto}.article__breadcrumbs{color:var(--color-muted);align-items:center;gap:8px;margin-bottom:20px;font-size:.85rem;display:flex}.article__breadcrumbs a{color:var(--color-muted);text-decoration:none}.article__breadcrumbs a:hover{color:var(--color-primary-strong)}.article__category{color:var(--color-primary-strong);text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:.78rem;font-weight:600}.article__title{margin:0 0 16px;font-size:clamp(1.7rem,4vw,2.5rem);line-height:1.18}.article__meta{color:var(--color-muted);border-bottom:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:10px;padding-bottom:24px;font-size:.9rem;display:flex}.article__updated{background:var(--color-surface-soft);color:var(--color-primary-strong);border-radius:999px;align-items:center;padding:3px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.article-body{padding-top:8px}.article-body__p{color:var(--color-ink);margin:18px 0;font-size:1.06rem;line-height:1.7}.article-body__h2{margin:36px 0 12px;font-size:1.5rem;line-height:1.3}.article-body__list{gap:10px;margin:18px 0;padding-left:22px;display:grid}.article-body__list li{color:var(--color-ink);line-height:1.6}.article-body__quote{border-left:4px solid var(--color-accent);background:var(--color-surface-soft);border-radius:0 var(--radius-md) var(--radius-md) 0;margin:28px 0;padding:20px 24px}.article-body__quote p{margin:0 0 8px;font-size:1.12rem;font-style:italic;line-height:1.55}.article-body__quote cite{color:var(--color-muted);font-size:.88rem;font-style:normal}.article-body__stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:28px 0;display:grid}.article-body__stat{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;gap:6px;padding:20px;display:flex}.article-body__stat-value{color:var(--color-primary-strong);font-size:1.9rem;font-weight:700;line-height:1}.article-body__stat-label{color:var(--color-muted);font-size:.85rem;line-height:1.4}.article__footer{border-top:1px solid var(--color-border);margin-top:36px;padding-top:24px}.article__back{color:var(--color-primary-strong);font-weight:600;text-decoration:none}.articles-related__title{margin:0 0 20px;font-size:1.4rem}@media (width<=640px){.article-card{padding:22px}.article-body__stats{grid-template-columns:repeat(2,1fr)}}.page-updated{color:var(--color-muted);text-align:center;margin:-8px auto 0;font-size:.85rem}
