:root{--blue:#007da8;--cyan:#00bced;--ink:#172e40;--muted:#627582;--line:#d9e6ed;--pale:#edfaff;font-family:'Hando','DM Sans',sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #007da8;outline-offset:4px}header{max-width:1180px;margin:auto;padding:28px 40px;display:flex;align-items:center;justify-content:space-between}header img{width:220px;display:block}header span,.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--blue)}main{max-width:1100px;margin:auto;padding:28px 40px 130px}h1,h2,h3{font-family:'Roboto Condensed',sans-serif;line-height:1.05;margin:0 0 22px}h1{font-size:clamp(44px,6vw,74px);letter-spacing:-1.5px}h2{font-size:clamp(34px,4vw,48px);letter-spacing:-.8px}h3{font-size:26px;margin:0 0 12px}p{line-height:1.6;color:var(--muted);font-size:17px}em{font-style:normal;color:var(--blue)}.hero{display:grid;grid-template-columns:1.2fr 1fr;gap:35px;align-items:center;min-height:530px}.hero p{max-width:440px}.eyebrow{display:block;margin-bottom:22px}.primary{border:0;background:linear-gradient(115deg,#007fae,#00a9d8);color:white;border-radius:100px;padding:18px 28px;font-weight:700;min-height:56px;box-shadow:0 8px 24px #009dd323}.primary:hover{filter:brightness(.96);transform:translateY(-1px)}.secondary{border:1px solid var(--line);background:white;border-radius:100px;padding:14px 22px;color:var(--ink)}.textbutton{border:0;background:transparent;color:var(--blue);padding:12px}.small{font-size:14px;line-height:1.5}.hero .small{margin-top:20px}.dream{position:relative;background:radial-gradient(ellipse,#ddf7ff,white 70%);min-height:340px;display:flex;flex-direction:column;justify-content:center;align-items:center}.bubble{border:2px solid #c5eaf8;border-radius:48% 48% 43% 45%;background:white;width:100%;padding:18px 12px;text-align:center;box-shadow:0 12px 60px #41c8f215;position:relative}.bubble:after{content:'';position:absolute;width:20px;height:20px;border:2px solid #c5eaf8;border-radius:50%;background:white;bottom:-35px;left:24%}.art{width:100%;height:240px;background-position:center;background-repeat:no-repeat;background-size:contain;transition:opacity .2s}.caption{font-size:14px;color:var(--blue);margin:8px 0;font-weight:600}.dream-note{margin:45px 0 0;font-size:14px;transform:rotate(-3deg);color:var(--muted)}.progress-top{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin:0 0 12px}progress{width:100%;height:6px;border:0;border-radius:10px;display:block;margin-bottom:46px}progress::-webkit-progress-bar{background:#eaf5fa;border-radius:10px}progress::-webkit-progress-value{background:var(--cyan);border-radius:10px}progress::-moz-progress-bar{background:var(--cyan)}.question{animation:enter .25s ease}.question-layout{display:grid;grid-template-columns:1.3fr .8fr;gap:45px;align-items:center}.intro{margin:-6px 0 28px}.choices{display:grid;gap:12px}.choice{border:1px solid var(--line);background:white;border-radius:14px;padding:19px 22px;display:flex;align-items:center;text-align:left;gap:16px;color:var(--ink);min-height:76px}.choice:hover{border-color:#00a7d3;background:#f6fcff}.choice.selected{border:2px solid #00a7d3;background:var(--pale);padding:18px 21px}.choice strong{display:block;font-size:17px}.choice small{display:block;color:var(--muted);font-size:14px;margin-top:5px}.radio{width:21px;height:21px;border:1px solid #bfd2dd;border-radius:50%;flex-shrink:0}.selected .radio{border:6px solid #009ecc;background:white}.navigation{position:fixed;bottom:0;left:0;right:0;background:#fffffff5;border-top:1px solid #edf3f6;backdrop-filter:blur(15px);z-index:5}.nav-inner{max-width:1100px;margin:auto;padding:17px 40px;display:flex;justify-content:space-between;align-items:center;gap:20px}.nav-inner span{font-size:14px;color:var(--muted)}.field{display:block;margin:22px 0}.field-title{display:flex;justify-content:space-between;font-size:16px;font-weight:600;margin-bottom:10px}.money{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:white}.money:focus-within{border-color:var(--blue)}.money input{border:0;outline:none;min-width:0;width:100%;padding:15px;color:var(--ink);background:transparent}.money span{padding:0 15px;color:var(--muted);white-space:nowrap;font-size:14px}.quick{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.chip{border:1px solid var(--line);border-radius:20px;background:white;padding:7px 13px;font-size:14px;color:var(--muted)}.chip.active{border-color:var(--blue);background:var(--pale);color:var(--blue)}input[type=range]{accent-color:var(--blue);width:100%;margin:18px 0}.family{display:flex;justify-content:center;align-items:flex-end;flex-wrap:wrap;min-height:170px}.person{width:85px;height:170px;background:center/contain no-repeat}.person.child{width:56px;height:115px}.counter{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.counter button{width:40px;height:40px;border:1px solid var(--line);background:white;border-radius:50%;color:var(--blue);font-size:22px}.counter output{display:inline-block;text-align:center;min-width:40px}.tag{display:inline-block;background:var(--pale);color:var(--blue);font-size:13px;padding:8px 13px;border-radius:20px}.summary-hero{text-align:center;padding:20px 0 35px}.big-number{font-family:'Roboto Condensed',sans-serif;font-weight:700;color:var(--blue);font-size:clamp(54px,9vw,90px);letter-spacing:-2px;line-height:1.1}.big-number small{font-family:'DM Sans',sans-serif;font-size:18px;font-weight:400;letter-spacing:0;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.panel{border:1px solid var(--line);border-radius:20px;padding:28px;background:white}.panel.tint{background:var(--pale);border-color:#c6eaf8}.row{display:flex;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid #dbeaf0;font-size:15px}.row:last-child{border:0}.row strong{white-space:nowrap}.section{margin-top:30px}details{border:1px solid var(--line);border-radius:14px;padding:18px;margin-top:20px}summary{cursor:pointer;font-weight:600}.careers{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.career{background:#f6fafc;padding:20px;border-radius:14px}.career strong{display:block;margin:10px 0;font-size:22px}.career a,a{color:var(--blue)}.callout{background:var(--pale);border:1px solid #c6eaf8;border-radius:22px;padding:32px;margin-top:30px}.callout h2{max-width:640px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:14px}.form-grid input{display:block;width:100%;border:1px solid var(--line);border-radius:10px;padding:15px;margin-top:7px}.form-grid label:last-child{grid-column:1/-1}.stat{font-family:'Roboto Condensed',sans-serif;font-size:44px;font-weight:700;color:var(--blue)}.meter{height:9px;border-radius:8px;background:#d8eaf2;overflow:hidden;margin:18px 0}.meter div{height:100%;background:#009dcc;transition:width .2s}.notice{font-size:14px;line-height:1.6;border-left:3px solid #00a8db;padding-left:14px;color:var(--muted)}.warning{border-color:#df9140;color:#805016}.simulation{display:grid;grid-template-columns:1fr 1fr;gap:24px}.sim-controls input[type=number],select{border:1px solid var(--line);border-radius:9px;padding:10px;width:100%;background:white;color:var(--ink)}.sim-controls label{font-size:14px;display:block;margin:15px 0}.sim-controls label span{display:block;margin-bottom:7px}.sim-results{position:sticky;top:24px;align-self:start}.badge-line{display:flex;gap:8px;flex-wrap:wrap}.muted{color:var(--muted)}@keyframes enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){header{padding:22px}header img{width:175px}header span{display:none}main{padding:20px 22px 110px}.hero{grid-template-columns:1fr;gap:12px;min-height:auto}.hero .dream{order:-1;min-height:170px;max-width:300px;justify-self:center;width:100%}.hero .art{height:145px}.hero .dream-note{display:none}.hero .bubble:after{display:none}.hero h1{font-size:44px}.hero .eyebrow{margin-bottom:13px}.hero p{font-size:16px}.question-layout{grid-template-columns:1fr;gap:12px}.question-layout .dream{min-height:150px;max-width:300px;justify-self:center;width:100%}.question-layout .art{height:150px}.question-layout .dream-note{display:none}.question-layout .bubble:after{display:none}.question-layout .bubble{padding:8px}.nav-inner{padding:14px 22px}.nav-inner span{display:none}progress{margin-bottom:28px}.cards,.simulation{grid-template-columns:1fr}.careers{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.panel,.callout{padding:22px}.sim-results{position:static}.family{min-height:120px}.person{height:110px;width:65px}.person.child{height:78px;width:45px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}

/* Three graduated thought bubbles, smallest furthest from the cloud. */
.bubble:before{content:"";position:absolute;width:14px;height:14px;box-sizing:border-box;border:2px solid #c5eaf8;border-radius:50%;background:white;bottom:-54px;left:calc(24% - 15px);box-shadow:-14px 17px 0 -4px white,-14px 17px 0 -2px #c5eaf8;pointer-events:none}
.dream-note{margin-top:80px}
@media(max-width:760px){.hero .bubble:before,.question-layout .bubble:before{display:none}}

/* Keep the reading and focus order natural on small screens. */
.hero{column-gap:35px;row-gap:0;grid-template-rows:auto auto}
.hero-copy{grid-column:1;grid-row:1;align-self:end;min-width:0}
.hero-actions{grid-column:1;grid-row:2;align-self:start;min-width:0}
.hero>.dream{grid-column:2;grid-row:1 / 3;min-width:0}
.bubble{padding:24px 22px 34px}
.bubble .caption{max-width:76%;margin:12px auto 0;padding:0 4px;line-height:1.5;overflow-wrap:anywhere;text-wrap:pretty}
@media(max-width:760px){
 .hero{display:flex;flex-direction:column;align-items:stretch;gap:18px}
 .hero>.dream{order:0;align-self:center;max-width:340px;width:100%;min-height:0;margin:0 0 8px}
 .hero .art{height:175px}
 .hero-actions .primary{width:100%}
 .hero .bubble,.question-layout .bubble{padding:22px 18px 30px}
 .bubble .caption{max-width:76%;margin-top:12px;padding:0 4px}
 .hero .small{font-size:14px}
 .question-layout>*,.cards>*,.simulation>*{min-width:0}
 .big-number{overflow-wrap:anywhere}
}

.name-step{max-width:710px;margin:25px auto}.name-step h2{line-height:1.13}.name-step form{max-width:480px}.name-step .money input{font-size:22px;padding:18px}.avatar-options{display:flex;gap:14px;margin:16px 0}.avatar-option{display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid var(--line);border-radius:18px;background:white;padding:14px 24px;color:var(--ink);min-width:110px}.avatar-option img{height:95px;width:65px;object-fit:contain}.avatar-option.selected{border:2px solid var(--blue);padding:13px 23px;background:var(--pale)}.avatar-greeting{color:var(--blue)}.name-step .primary{margin:10px 0}.avatar-edit{margin-top:78px}.progress-top>span:first-child{overflow-wrap:anywhere;max-width:75%}h2{overflow-wrap:anywhere}@media(max-width:760px){.avatar-edit{margin-top:12px}.name-step{margin-top:10px}.name-step .primary{width:100%}}

/* Keep quiz navigation outside scrolling content and clear of phone safe areas. */
.navigation{position:fixed;inset:auto 0 0;z-index:1000;transform:translateZ(0);isolation:isolate;background:#fff;padding-bottom:env(safe-area-inset-bottom,0px)}
.navigation .nav-inner{min-height:88px;flex-wrap:nowrap}
.navigation button{flex-shrink:0}
html{scroll-padding-bottom:calc(120px + env(safe-area-inset-bottom,0px))}
@media(max-width:760px){
 main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))}
 .navigation{backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 -4px 20px #172e4008}
 .navigation .nav-inner{padding:12px max(16px,env(safe-area-inset-right,0px)) 12px max(16px,env(safe-area-inset-left,0px));min-height:82px;gap:10px}
 .navigation .primary{padding:16px 22px;min-height:54px}
 .navigation .textbutton{padding:14px 8px;min-height:48px}
}

/* Constrain document panning without interfering with vertical scroll or zoom. */
html,body{max-width:100%;overflow-x:hidden;overscroll-behavior-x:none}
@supports(overflow:clip){html,body{overflow-x:clip}}
body{touch-action:pan-y pinch-zoom}
header,main,.navigation{width:100%;max-width:100%}
header{max-width:1180px}main{max-width:1100px}
input[type=range]{touch-action:none}
@media(max-width:760px){
 .question-layout,.cards,.simulation{grid-template-columns:minmax(0,1fr)}
 .question,.field,.money,.panel,.callout,.name-step,.hero-copy,.hero-actions{min-width:0;max-width:100%}
 .question-layout>.dream,#house-art{max-width:100%}
 input:not([type=range]),select,textarea{font-size:16px}
 .choice>span:last-child,.row>span{min-width:0;overflow-wrap:anywhere}
}

.home-amount{display:flex;gap:10px;align-items:baseline;margin:14px 0 8px}.home-amount output{font:700 clamp(40px,7vw,58px)/1.15 'Roboto Condensed',sans-serif;color:var(--blue)}.home-amount span{color:var(--muted);font-size:16px}.slider-limits{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:13px}.home-slider{-webkit-appearance:none;appearance:none;display:block;height:44px;background:transparent;cursor:ew-resize;margin:10px 0!important;touch-action:none}.home-slider::-webkit-slider-runnable-track{height:9px;background:linear-gradient(to right,var(--cyan) 0 var(--fill),#dceef5 var(--fill) 100%);border-radius:20px}.home-slider::-webkit-slider-thumb{-webkit-appearance:none;width:30px;height:30px;margin-top:-10.5px;border:4px solid white;border-radius:50%;background:var(--blue);box-shadow:0 2px 10px #007da84d}.home-slider::-moz-range-track{height:9px;background:#dceef5;border-radius:20px}.home-slider::-moz-range-progress{height:9px;background:var(--cyan);border-radius:20px}.home-slider::-moz-range-thumb{width:22px;height:22px;border:4px solid white;border-radius:50%;background:var(--blue);box-shadow:0 2px 10px #007da84d}

/* Let every mobile thought bubble fill the available content width. */
@media(max-width:760px){
 .hero>.dream,.question-layout .dream,#house-art{width:100%;max-width:none;min-width:0;justify-self:stretch;align-self:stretch}
 .hero .bubble,.question-layout .bubble{width:100%;max-width:none}
}

/* Brand footer: complete on entry/results, quiet and compact during the quiz. */
main{padding-bottom:54px}
.site-footer{position:relative;width:100%;background:#102d40;color:#d4e5ee;border-top:3px solid #00bced}
.footer-inner{max-width:1180px;margin:auto;padding:48px 40px 28px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px;align-items:start}
.footer-brand img{width:220px;max-width:100%;height:auto;filter:brightness(0) invert(1)}
.site-footer p,.site-footer address{font-size:14px;line-height:1.8;color:#c5d8e3;font-style:normal;margin:18px 0 0}
.site-footer h3{font-size:19px;line-height:1.3;color:#41d3f7;margin:0 0 18px;letter-spacing:.3px}
.site-footer address{margin:0}.site-footer address strong{font-weight:600;color:#f1f8fc}.site-footer address span{display:inline-block;margin-top:8px}
.site-footer nav{display:flex;flex-direction:column;gap:14px}
.site-footer a{color:#e9f6fc;font-size:15px;text-decoration:none;text-underline-offset:5px;line-height:1.6;overflow-wrap:anywhere}
.site-footer a:hover{text-decoration:underline;color:#56dcfc}.site-footer a:focus-visible{outline-color:#56dcfc}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;border-top:1px solid #ffffff20;margin-top:34px;padding-top:22px}
.footer-bottom p{margin:0}.site-footer .footer-disclaimer{max-width:900px;font-size:13px;line-height:1.7;color:#aac4d3;margin-top:18px}
.site-footer.compact{background:#f6fbfd;color:var(--muted);border-top:1px solid var(--line)}
.footer-compact{max-width:1100px;margin:auto;padding:22px 40px calc(116px + env(safe-area-inset-bottom,0px))}
.site-footer.compact nav{flex-direction:row;flex-wrap:wrap;gap:12px 24px;justify-content:center}
.site-footer.compact a{color:var(--blue);font-size:14px}
.site-footer.compact p{text-align:center;color:var(--muted);font-size:13px;margin-top:14px}
body.quiz-footer main{padding-bottom:32px}
@media(max-width:760px){
 main{padding-bottom:36px}
 .footer-inner{padding:34px 22px calc(24px + env(safe-area-inset-bottom,0px))}
 .footer-grid{grid-template-columns:minmax(0,1fr);gap:30px}
 .footer-brand img{width:190px}.footer-brand p{margin-top:14px}
 .footer-bottom{margin-top:28px;gap:8px;flex-direction:column}
 .site-footer nav{gap:10px}.site-footer nav a{padding:5px 0}
 .footer-compact{padding:20px 22px calc(116px + env(safe-area-inset-bottom,0px))}
 .site-footer.compact nav{gap:8px 18px}
}

.site-footer.compact{background:#fff}
.site-footer.optin-footer .footer-compact{padding-bottom:calc(28px + env(safe-area-inset-bottom,0px))}
.site-footer.optin-footer .trademark-note{max-width:780px;margin:16px auto 0;font-size:13px;line-height:1.7}

.plan-intro{margin:26px 0 32px}.plan-intro .panel p strong{color:var(--ink)}.plan-intro .eyebrow{font-size:12px;line-height:1.6}.plan-intro .panel h3{font-size:30px}.plan-intro>.small{margin-bottom:0}

/* Keep legal copy below the working screen on every step and screen size.
   Large viewport units also account for retracting mobile browser bars. */
main#app{min-height:100vh;min-height:100lvh}
.site-footer.compact{margin-top:24px}

/* Production lead form */
.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.consent-label{display:flex!important;align-items:flex-start;gap:10px;margin:20px 0;font-size:14px;line-height:1.5;color:var(--muted)}
.consent-label input{width:18px!important;height:18px;margin:2px 0 0!important;flex:0 0 auto}
.form-error{color:#9c3d24}
#lead-form button:disabled{opacity:.65;cursor:wait}
.phone-field{grid-column:1/-1;min-width:0;font-size:14px}
.phone-control{display:flex;align-items:stretch;margin-top:7px;border:1px solid var(--line);border-radius:10px;background:#fff;min-width:0}
.phone-control:focus-within{outline:2px solid var(--blue);outline-offset:2px}
.phone-control select{width:185px;max-width:48%;flex-shrink:0;border:0;border-right:1px solid var(--line);border-radius:10px 0 0 10px;margin:0;padding:12px;font-size:15px}
.form-grid .phone-control input{width:100%;min-width:0;border:0;margin:0;border-radius:0 10px 10px 0}
.phone-help{font-size:13px;margin:8px 0 0}
@media(max-width:760px){.phone-control select{width:138px;font-size:16px}.phone-control input{padding:14px 10px}}
