:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-canvas:#f2efe8;--color-surface:#fffdf8;--color-surface-strong:#fff;--color-ink:#202722;--color-muted:#657069;--color-line:#d9d8cf;--color-accent:#235b49;--color-accent-strong:#174336;--color-accent-soft:#e8f2ed;--color-error:#8c3d35;--color-error-soft:#fbefec;--color-error-line:#e5c0ba;--shadow-card:0 24px 70px #212a2417;--radius-large:24px;--radius-medium:16px;--radius-small:10px;background:var(--color-canvas);color:var(--color-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--color-canvas);min-width:320px}body{background:radial-gradient(circle at 18% 8%, #ffffffc7, transparent 30rem), var(--color-canvas);min-height:100vh;margin:0}button,input,a{font:inherit}button{touch-action:manipulation}.site-shell{grid-template-rows:auto 1fr auto;width:min(100% - 32px,1120px);min-height:100vh;margin:0 auto;display:grid}.site-shell:has(.response-card--valid){width:min(100% - 32px,1280px)}.brand-header{border-bottom:1px solid #2027221f;justify-content:space-between;align-items:center;min-height:76px;display:flex}.brand-lockup{letter-spacing:-.035em;align-items:baseline;gap:4px;display:flex}.brand-name{font-size:1.08rem;font-weight:760}.brand-suffix{color:var(--color-accent);font-size:1.08rem;font-weight:800}.product-badge,.status-chip{letter-spacing:.1em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.7rem;font-weight:800;display:inline-flex}.product-badge{border:1px solid var(--color-line);color:var(--color-muted);background:#ffffff70}.main-content{align-items:center;padding:72px 0;display:grid}.hero{grid-template-columns:minmax(0,.82fr) minmax(420px,1fr);align-items:start;gap:clamp(44px,8vw,96px);display:grid}.hero:has(.response-card--valid){grid-template-columns:minmax(220px,.56fr) minmax(620px,1.44fr);gap:clamp(32px,5vw,72px)}.hero-copy{padding-top:34px;position:sticky;top:40px}.eyebrow,.section-index,.response-kicker,.process-note__label{color:var(--color-accent);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.065em;max-width:12ch;margin-bottom:24px;font-size:clamp(2.8rem,6vw,5.25rem);font-weight:720;line-height:.98}.hero:has(.response-card--valid) h1{max-width:11ch;font-size:clamp(2.55rem,4.2vw,4.15rem)}.intro{max-width:35rem;color:var(--color-muted);margin-bottom:0;font-size:clamp(1rem,1.6vw,1.16rem);line-height:1.7}.profile-shell{gap:18px;display:grid}.input-card,.response-card,.process-note{border:1px solid var(--color-line);border-radius:var(--radius-large)}.input-card{background:var(--color-surface);box-shadow:var(--shadow-card);padding:clamp(24px,5vw,38px)}.section-heading,.response-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.section-heading{margin-bottom:30px}.section-heading h2,.response-heading h2,.response-card--loading h2{letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(1.35rem,2.5vw,1.75rem)}.section-heading p:not(.section-index),.response-card p,.process-note p{color:var(--color-muted);margin-bottom:0;line-height:1.6}.section-index{flex:none;padding-top:5px}form,.field-group{display:grid}form{gap:22px}.field-group{gap:9px}label{font-size:.9rem;font-weight:750}input{border-radius:var(--radius-small);background:var(--color-surface-strong);width:100%;min-height:58px;color:var(--color-ink);letter-spacing:.08em;border:1px solid #aeb5ae;padding:0 17px;font-size:1.05rem}input::placeholder{color:#909891;opacity:1}input:hover:not(:disabled){border-color:#7a857d}input:focus-visible,button:focus-visible,h2:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #235b493d}input[aria-invalid=true]{border-color:var(--color-error);background:snow}input:disabled{cursor:wait;opacity:.7}.field-hint{color:var(--color-muted);margin-bottom:0;font-size:.82rem;line-height:1.55}.primary-button,.secondary-button{border-radius:var(--radius-small);cursor:pointer;min-height:52px;font-weight:760}.primary-button{border:1px solid var(--color-accent-strong);background:var(--color-accent);color:#fff;padding:0 18px}.primary-button:hover:not(:disabled){background:var(--color-accent-strong)}.primary-button:disabled{cursor:wait;opacity:.68}.secondary-button{border:1px solid var(--color-line);width:100%;color:var(--color-ink);background:0 0;margin-top:22px;padding:0 16px}.secondary-button:hover{border-color:var(--color-accent);color:var(--color-accent)}.response-card,.process-note{padding:clamp(22px,4vw,30px)}.response-card{background:var(--color-surface-strong)}.response-card--loading{background:var(--color-accent-soft);border-color:#bdcfc6}.response-card--valid{background:linear-gradient(145deg,#f7fcf9 0%,#edf6f1 100%);border-color:#b4cfc2}.response-card--error{border-color:var(--color-error-line);background:var(--color-error-soft)}.response-kicker{margin-bottom:9px}.status-chip--valid{color:var(--color-accent-strong);background:#d9ece2}.status-chip--error{color:var(--color-error);background:#f1d8d3}.code-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:26px 0 0;display:grid}.code-card{border-radius:var(--radius-medium);background:#ffffffc7;border:1px solid #235b4929;flex-direction:column;justify-content:space-between;min-height:148px;padding:20px;display:flex}.code-card dt{color:var(--color-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;font-weight:750}.code-card dd{letter-spacing:-.07em;margin:0;font-size:clamp(3rem,9vw,4.6rem);font-weight:760;line-height:.88}.code-card--primary{background:#fff;border-color:#235b4947;min-height:172px}.code-card--secondary{background:#ffffff8a}.code-card--secondary dd{color:var(--color-muted);font-size:clamp(2.45rem,7vw,3.6rem)}.number-plate{border-radius:var(--radius-medium);background:#ffffff9e;border:1px solid #235b4929;gap:14px;margin-top:26px;padding:18px;display:grid}.number-plate__header{gap:6px;display:grid}.number-plate__header h3{margin:0;font-size:1.18rem}.number-plate__primary,.number-plate__secondary{gap:10px;margin:0;display:grid}.number-plate__primary{grid-template-columns:repeat(2,minmax(0,1fr))}.number-plate__secondary{grid-template-columns:repeat(5,minmax(88px,1fr))}.number-plate__item{border-radius:var(--radius-small);background:#ffffffad;border:1px solid #235b491f;align-content:space-between;gap:8px;min-height:92px;padding:13px 14px;display:grid}.number-plate__item dt{color:var(--color-muted);letter-spacing:.045em;text-transform:uppercase;font-size:.72rem;font-weight:780;line-height:1.25}.number-plate__item dd{color:var(--color-ink);overflow-wrap:anywhere;margin:0;font-size:1.22rem;font-weight:760;line-height:1.12}.number-plate__item--primary{background:#fff;border-color:#235b493d;min-height:116px}.number-plate__item--primary dd{font-size:clamp(2.2rem,7vw,3.2rem);line-height:.95}.number-plate__item--combined dd{letter-spacing:0}.free-report{border-top:1px solid #235b492e;gap:24px;margin-top:26px;padding-top:28px;display:grid}.free-report__header{gap:10px;display:grid}.free-report__header h3,.free-report__section h4{margin:0}.free-report__header h3{font-size:clamp(1.45rem,3vw,2rem);line-height:1.15}.free-report__body{gap:14px;display:grid}.free-report__section,.free-report__footer{border-radius:var(--radius-medium);background:#ffffffa3;border:1px solid #235b4921}.free-report__section{gap:10px;padding:18px;display:grid}.free-report__section--overview{background:#fff;border-color:#235b493d}.free-report__section--strengths ul{gap:8px;margin:0;padding-left:1.15rem;display:grid}.free-report__section--strengths li{color:#4f5a53;line-height:1.55}.free-report__section li span+span{color:var(--color-muted)}.free-report__section li span:first-child{font-weight:720}.free-report__section li span+span:before{content:" — "}.free-report__section--prompt{background:var(--color-accent-soft);border-color:#235b493d}.free-report__codes{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.free-report__codes div{border-radius:var(--radius-small);background:#ffffff94;border:1px solid #235b491f;gap:4px;padding:12px 14px;display:grid}.free-report__codes dt{color:var(--color-muted);text-transform:uppercase;font-size:.72rem;font-weight:780}.free-report__codes dd{margin:0;font-size:1.35rem;font-weight:760}.free-report__footer{gap:12px;padding:16px;display:grid}.free-report__cta,.free-report__note{margin-bottom:0}.free-report__note{border-top:1px solid #235b4924;padding-top:12px;font-size:.9rem}.error-list{gap:12px;margin:24px 0 0;padding:0;list-style:none;display:grid}.error-list li{border-radius:var(--radius-small);background:#ffffff8f;border:1px solid #8c3d352b;gap:7px;padding:16px;display:grid}.error-list code{color:var(--color-error);overflow-wrap:anywhere;font-size:.75rem;font-weight:800}.error-list span{color:#5e4b48;line-height:1.55}.process-note{background:#ffffff59;gap:8px;display:grid}.process-note__label{color:var(--color-muted)}.product-footer{text-align:center;border-top:1px solid #2027221f;flex-direction:column;justify-content:center;align-items:center;gap:14px;min-height:112px;padding:20px 0;display:flex}.product-footer p{max-width:52rem;color:var(--color-muted);margin-bottom:0;font-size:.78rem;line-height:1.6}.footer-nav{flex-wrap:wrap;justify-content:center;gap:8px 20px;display:flex}.footer-nav a,.legal-content a,.legal-home-link{color:var(--color-accent);text-underline-offset:3px;font-weight:700}.footer-nav a{font-size:.78rem}.footer-nav a:hover,.legal-content a:hover,.legal-home-link:hover{color:var(--color-accent-strong)}.legal-main{width:min(100%,820px);margin:0 auto;padding:64px 0 72px}.legal-page{border:1px solid var(--color-line);border-radius:var(--radius-large);background:var(--color-surface);box-shadow:var(--shadow-card);padding:clamp(28px,6vw,56px)}.legal-page__header{border-bottom:1px solid var(--color-line);padding-bottom:34px}.legal-page__header h1{max-width:none;margin:12px 0 20px;font-size:clamp(2.45rem,7vw,4.6rem)}.legal-intro{max-width:42rem;color:var(--color-muted);margin-bottom:16px;font-size:1.05rem;line-height:1.7}.legal-effective-date{color:var(--color-muted);margin-bottom:0;font-size:.8rem;font-weight:700}.legal-content{gap:32px;padding:38px 0;display:grid}.legal-content section{gap:12px;display:grid}.legal-content h2{letter-spacing:-.025em;margin-bottom:0;font-size:1.25rem}.legal-content p,.legal-content li{color:#4f5a53;line-height:1.72}.legal-content p{margin-bottom:0}.legal-content ul{gap:9px;margin:0;padding-left:1.25rem;display:grid}.legal-content code{background:var(--color-accent-soft);color:var(--color-accent-strong);border-radius:5px;padding:2px 5px;font-size:.9em}.legal-home-link{align-items:center;min-height:44px;display:inline-flex}@media (max-width:820px){.main-content{padding:48px 0 56px}.hero{grid-template-columns:1fr;gap:38px}.hero:has(.response-card--valid){grid-template-columns:1fr;gap:38px}.hero-copy{padding-top:0;position:static}h1{max-width:14ch}.hero:has(.response-card--valid) h1{max-width:14ch;font-size:clamp(2.8rem,6vw,5.25rem)}.profile-shell{width:100%}.response-card{padding:clamp(22px,5vw,34px)}.code-card--primary{min-height:158px}.free-report{gap:22px}.free-report__section{padding:17px}.free-report__section p,.free-report__section li{max-width:64ch}.legal-main{padding:48px 0 56px}}@media (max-width:520px){.site-shell{width:min(100% - 24px,1120px)}.brand-header{min-height:64px}.main-content{padding:36px 0 44px}.hero{gap:30px}h1{font-size:clamp(2.45rem,13vw,3.4rem)}.input-card,.response-card,.process-note{border-radius:18px}.section-heading{gap:14px;margin-bottom:24px}.response-heading{align-items:flex-start}.code-grid{grid-template-columns:1fr}.number-plate{gap:12px;margin-top:22px;padding:15px}.number-plate__primary,.number-plate__secondary{grid-template-columns:1fr}.number-plate__item{min-height:78px}.number-plate__item--primary{min-height:96px}.code-card{min-height:124px;padding:18px}.code-card--primary{min-height:136px}.code-card--secondary dd{font-size:clamp(2.25rem,18vw,3.2rem)}.free-report{gap:18px;margin-top:22px;padding-top:24px}.free-report__header{gap:8px}.free-report__body{gap:12px}.free-report__section{gap:9px;padding:16px}.free-report__section--strengths ul{gap:7px;padding-left:1rem}.free-report__section--prompt{padding:17px}.free-report__codes{grid-template-columns:1fr}.free-report__footer{gap:10px;padding:15px}.free-report__note{padding-top:10px;font-size:.86rem}.primary-button{min-height:56px}.legal-main{padding:32px 0 44px}.legal-page{border-radius:18px}.legal-page__header{padding-bottom:28px}.legal-content{gap:28px;padding:32px 0}.footer-nav{gap:10px 16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
