@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap";:root{--navy:#152c47;--gold:#918771;--cream:#e7e4d5;--gold-light:#b8a98f;--text:#1a1a1a;--muted:#5a5a5a;--rule:#d4d0c4;--green:#2a7a4b;--amber:#c07a00;--red:#c03030;--hero-peach:#f7ebe4;--pink-accent:#e8b4bc;--landing-green:#2a7a4b}*{box-sizing:border-box}body{color:var(--text);background:#fafaf8;margin:0;font-family:Jost,sans-serif}.app-shell{flex-direction:column;gap:16px;max-width:920px;min-height:100vh;margin:0 auto;padding:22px 18px 28px;display:flex}.app-shell--landing{gap:0;max-width:1120px;padding:0}.app-shell--landing .app-content{gap:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.top-brand{text-align:center;color:var(--navy);margin-bottom:6px}.top-brand p{margin:0}.top-brand p:first-child{font-family:Cormorant Garamond,serif;font-size:1.9rem}.top-tagline{color:var(--gold);letter-spacing:.4px;margin-top:4px;font-size:.85rem}.app-content{gap:14px;display:grid}.surface{border:1px solid var(--rule);background:#fff;border-radius:10px;padding:16px}.landing-page{color:var(--text);background:#fff}.landing-nav{border-bottom:1px solid var(--rule);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.landing-nav__brand{flex-direction:column;gap:2px;display:flex}.landing-nav__logo{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600}.landing-nav__tag{color:var(--muted);font-size:.72rem}.landing-nav__actions{align-items:center;gap:12px;display:flex}.landing-lang__select{border:1px solid var(--rule);color:var(--text);background:#fff;border-radius:6px;padding:8px 10px;font-size:.85rem}.landing-nav__cta{background:var(--landing-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 18px;font-weight:600}.landing-nav__cta:disabled{opacity:.45;cursor:not-allowed}.landing-hero{background:linear-gradient(#fafaf8 0%,#fff 40%);padding:24px 20px 32px}.landing-hero__inner{align-items:center;gap:28px;max-width:1040px;margin:0 auto;display:grid}.landing-hero__copy{background:var(--hero-peach);border:1px solid #91877133;border-radius:16px;padding:28px 22px}.landing-hero__title{color:var(--navy);margin:0 0 12px;font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,4.5vw,2.35rem);font-weight:500;line-height:1.15}.landing-hero__accent{color:var(--landing-green);font-weight:600}.landing-hero__lead{color:var(--muted);margin:0 0 18px;font-size:1rem;line-height:1.55}.landing-hero__gender-label{color:var(--text);margin:0 0 10px;font-size:.9rem;font-weight:500}.landing-gender{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.landing-gender__btn{border:2px solid var(--rule);cursor:pointer;color:var(--navy);background:#fff;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;font-size:.95rem;font-weight:500;display:inline-flex}.landing-gender__btn--male.is-selected{border-color:var(--landing-green);background:#2a7a4b1f}.landing-gender__btn--female.is-selected{border-color:var(--pink-accent);background:#e8b4bc40}.landing-gender__btn--na{padding:10px 14px;font-size:.85rem}.landing-gender__btn--na.is-selected{border-color:var(--gold);background:#91877126}.landing-gender__icon{font-size:1.1rem}.landing-hero__start{width:100%;max-width:320px}.landing-hero__hint{color:var(--amber);margin:10px 0 0;font-size:.82rem}.landing-hero__visual{justify-content:center;display:flex}.landing-phone{aspect-ratio:9/18;background:#1a1a1a;border-radius:28px;width:min(280px,100%);padding:10px;box-shadow:0 16px 40px #152c472e}.landing-phone__notch{background:#111;border-radius:0 0 12px 12px;width:38%;height:22px;margin:0 auto 8px}.landing-phone__screen{background:#fff;border-radius:18px;flex-direction:column;gap:14px;height:calc(100% - 30px);padding:16px;display:flex}.landing-phone__q{color:var(--navy);margin:0;font-size:.82rem;line-height:1.45}.landing-phone__scale{justify-content:space-between;gap:6px;display:flex}.landing-phone__dot{aspect-ratio:1;color:#fff;border-radius:50%;flex:1;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.landing-phone__dot--1{background:#c03030}.landing-phone__dot--2{background:#d4894a}.landing-phone__dot--3{background:#c9a227}.landing-phone__dot--4{background:#6a9f6e}.landing-phone__dot--5{background:var(--landing-green)}.landing-phone__prompt{color:var(--muted);text-align:center;margin:0;font-size:.72rem}.landing-features{gap:24px;max-width:1040px;margin:0 auto;padding:36px 20px;display:grid}.landing-feature{align-items:center;gap:16px;display:grid}.landing-feature__art{border:1px solid var(--rule);border-radius:14px;min-height:180px}.landing-feature__art--a{background:linear-gradient(145deg,#e8f5e9 0%,#f1f8e9 45%,#fff8e1 100%);position:relative;overflow:hidden}.landing-feature__art--a:after{content:"";opacity:.85;background:linear-gradient(#fdd835 0%,#fbc02d 100%);border-radius:36px 36px 8px 8px;width:72px;height:120px;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.landing-feature__art--b{background:linear-gradient(145deg,#e3f2fd 0%,#e8f5e9 60%,#fce4ec 100%);position:relative;overflow:hidden}.landing-feature__art--b:after{content:"";background:#42a5f5;border-radius:8px;width:100px;height:70px;position:absolute;bottom:16px;right:18%;box-shadow:0 4px #1976d2}.landing-feature__title{color:var(--navy);margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:1.35rem}.landing-feature__text p{color:var(--muted);margin:0;font-size:.95rem;line-height:1.65}.landing-stats{grid-template-columns:1fr;gap:12px;max-width:1040px;margin:0 auto;padding:0 20px 36px;display:grid}.landing-stats__lead{color:var(--text);border:1px solid var(--rule);background:#f3f3f0;border-radius:12px;padding:18px 20px;font-size:.95rem;line-height:1.55}.landing-stats__card{text-align:center;border:1px solid var(--rule);background:#f3f3f0;border-radius:12px;padding:22px}.landing-stats__num{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:2.25rem;line-height:1;display:block}.landing-stats__label{color:var(--muted);margin-top:6px;font-size:.85rem;display:block}.landing-how{border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);background:#eceae4;padding:40px 20px 44px}.landing-how__heading{text-align:center;color:var(--navy);margin:0 0 28px;font-family:Cormorant Garamond,serif;font-size:1.75rem}.landing-how__grid{gap:20px;max-width:1040px;margin:0 auto;display:grid}.landing-how__step{border:1px solid var(--rule);background:#fff;border-radius:12px;padding:20px}.landing-how__num{background:var(--navy);width:32px;height:32px;color:var(--cream);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:.9rem;font-weight:700;display:inline-flex}.landing-how__step h3{color:var(--navy);margin:0 0 8px;font-size:1.05rem}.landing-how__step p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.6}.landing-how__cta{background:var(--landing-green);color:#fff;cursor:pointer;border:none;border-radius:10px;margin:28px auto 0;padding:14px 36px;font-size:1rem;font-weight:600;display:block}.landing-how__cta:disabled{opacity:.45;cursor:not-allowed}.landing-receive{max-width:1120px;margin:0 auto;padding:44px 20px 48px}.landing-receive__heading{text-align:center;color:var(--navy);margin:0 0 28px;font-family:Cormorant Garamond,serif;font-size:1.75rem}.landing-receive__list{gap:20px;margin:0;padding:0;list-style:none;display:grid}.landing-receive__list li{grid-template-columns:auto 1fr;align-items:flex-start;gap:14px;display:grid}.landing-receive__icon{border:2px solid var(--landing-green);background:#2a7a4b26;border-radius:50%;flex-shrink:0;width:44px;height:44px}.landing-receive__list strong{color:var(--navy);margin-bottom:4px;font-size:1rem;display:block}.landing-receive__list p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.landing-footer{border-top:1px solid var(--rule);background:#fafaf8;padding:36px 20px 24px}.landing-footer__top{gap:24px;max-width:1040px;margin:0 auto;display:grid}.landing-footer__brand{flex-direction:column;gap:4px;display:flex}.landing-footer__logo{color:var(--navy);font-family:Cormorant Garamond,serif;font-weight:600}.landing-footer__tag{color:var(--muted);font-size:.75rem}.landing-footer__cols{gap:20px;display:grid}.landing-footer__col{flex-direction:column;gap:8px;display:flex}.landing-footer__col a{color:var(--navy);font-size:.9rem;text-decoration:none}.landing-footer__col a:hover{text-decoration:underline}.landing-footer__muted{color:var(--muted);font-size:.85rem}.landing-footer__disclaimer{max-width:1040px;color:var(--muted);margin:24px auto 0;font-size:.78rem;line-height:1.55}.landing-footer__copy{text-align:center;color:var(--muted);margin:20px 0 0;font-size:.8rem}@media (width>=720px){.landing-hero__inner,.landing-features{grid-template-columns:1fr 1fr;gap:32px}.landing-feature{grid-template-columns:1fr 1fr;gap:20px}.landing-stats{grid-template-columns:2fr 1fr 1fr;align-items:stretch}.landing-stats__lead{align-items:center;display:flex}.landing-how__grid{grid-template-columns:repeat(3,1fr)}.landing-footer__top{grid-template-columns:1fr 2fr;align-items:start}.landing-footer__cols{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.landing-receive__list{grid-template-columns:repeat(5,1fr);gap:16px}.landing-receive__list li{text-align:center;grid-template-columns:1fr}.landing-receive__icon{margin:0 auto}}.section-title{color:var(--navy);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(1.55rem,4.3vw,2rem)}.section-intro,.body-text,.result-copy,.result-subhead,.result-subtext,.practice-list li,.q-text,.footnote,.validation-text{font-family:Jost,sans-serif}.section-intro{color:var(--muted);margin:10px 0 14px}.body-text,.result-copy,.result-subhead,.result-subtext,.footnote{color:#555;line-height:1.7}.inline-link{color:var(--gold);text-decoration:none}.inline-link:hover{text-decoration:underline}.welcome-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.btn{cursor:pointer;border:none;border-radius:5px;padding:11px 18px;font-size:.95rem;font-weight:500}.btn-primary{background:var(--navy);color:var(--cream)}.btn-secondary{color:var(--navy);border:1px solid var(--rule);background:#f2f0e5}.btn-ghost{color:var(--navy);border:1px solid var(--rule);background:#fff}.btn-large{padding:14px 24px;font-size:1.05rem}.btn:disabled{opacity:.55;cursor:not-allowed}.progress{color:var(--navy);letter-spacing:.2px;margin-bottom:8px;font-size:.8rem;font-weight:500}.questions-header{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}.questions-header-num{color:var(--gold);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:600}.questions-header-name{color:var(--navy);font-family:Cormorant Garamond,serif;font-size:1.2rem}.question-grid{gap:12px;display:grid}.question-row{border:1px solid var(--rule);border-radius:8px;padding:12px}.q-num{color:var(--gold);margin-bottom:5px;font-size:.82rem;font-weight:600}.q-text{margin:0 0 12px}.scale-grid{flex-direction:column;gap:7px;display:flex}.scale-option{border:1px solid var(--rule);border-radius:6px;align-items:flex-start;gap:8px;padding:8px 10px;display:flex}.scale-option span{color:#4d4d4d;flex-direction:column;font-size:.82rem;line-height:1.35;display:flex}.scale-option span strong{color:var(--text)}.scale-option small{color:var(--muted)}.field-group{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.field-group label{color:var(--gold);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.field-group input{border:1px solid var(--rule);border-radius:4px;outline:none;padding:11px;font-size:.95rem}.validation-text{color:#7d2a2a;margin-top:10px;font-size:.85rem}.result-page{gap:14px;display:grid}.result-header-block{margin-bottom:8px}.result-headline{color:var(--navy);margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(1.7rem,4.8vw,2.4rem)}.result-subhead{color:var(--muted);margin:4px 0 0}.result-copy,.result-subtext,.result-section p{color:#555;margin-top:4px}.result-card{border:1px solid var(--rule);background:#fff;border-radius:8px;padding:14px}.result-section-title{color:var(--navy);margin:0 0 10px;font-size:1rem}.bar-chart{gap:10px;display:grid}.bar-row{grid-template-columns:115px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.bar-label{color:#3d3d3d;min-width:0;font-size:.85rem}.bar-track{background:#eee;border-radius:4px;height:28px;overflow:hidden}.bar-fill{justify-content:flex-end;align-items:center;height:100%;padding-right:6px;transition:width .25s;display:inline-flex}.bar-score{color:#fff;font-size:.72rem;font-weight:500}.band-chip{white-space:nowrap;text-align:center;border-left:3px solid;border-radius:999px;min-width:118px;padding:4px 6px;font-size:.73rem}.bar-row--focus{border:1px solid var(--gold);background:#fff9ec;border-radius:6px;padding:4px}.result-section{margin-top:14px}.result-section strong{color:var(--gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:.78rem;display:block}.practice-list{color:#4e4e4e;margin:8px 0 0;padding-left:18px;line-height:1.6}.practice-list li+li{margin-top:6px}.cta-group{flex-direction:column;gap:10px;display:flex}@media (width>=720px){.app-shell{padding-top:26px}.welcome-actions{justify-content:space-between}.scale-grid{flex-direction:row;gap:8px;display:flex}.scale-option{flex-direction:column;flex:1;gap:4px}.bar-row{grid-template-columns:160px minmax(0,1fr) auto}.cta-group{flex-flow:wrap}}@media (width<=768px){.q-text{font-size:.93rem}}
