:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:#19232c;background:#f5f6f8;font-size:16px;--blue:#2e60ff;--muted:#68717c}*{box-sizing:border-box}body{margin:0}header{max-width:1056px;padding:24px 28px;margin:auto;display:flex;justify-content:space-between;align-items:center}.identity{display:flex;align-items:center;gap:10px;color:#1b2630;text-decoration:none;font-size:23px;font-weight:800;letter-spacing:-.06em}.brand-mark{position:relative;width:43px;height:43px;background:#2e60ff;color:white;display:grid;place-items:center;border-radius:15px;font-size:22px;letter-spacing:-.07em;transform:rotate(-7deg)}.brand-mark span{position:absolute;right:-3px;bottom:0;width:11px;height:11px;border-radius:50%;background:#e5f65a;border:2px solid #f5f6f8}.brand-sub{display:block;font-size:11px;font-weight:500;letter-spacing:.01em;margin-top:2px}.city-label{font-size:13px;color:#535e6a;background:white;border-radius:30px;padding:8px 13px}main{max-width:720px;margin:20px auto 48px;padding:0 24px;min-height:65vh}main[data-step=intro]{max-width:1080px;margin-top:6px}.welcome{position:relative;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;background:#e9f0ff;border-radius:36px;padding:42px 0 30px 42px;overflow:hidden;min-height:520px}.welcome-copy{position:relative;z-index:1}.welcome h1{font-size:clamp(36px,4.7vw,54px);line-height:1.06;letter-spacing:-.055em;font-weight:750}.welcome h1 span{color:var(--blue)}.welcome .intro{font-size:17px;margin:22px 0 28px;line-height:1.6}.cover-wrap{height:490px;align-self:end;display:flex;align-items:center;justify-content:center}.cover{width:100%;height:100%;object-fit:contain}.welcome-cta .primary{min-width:205px;display:inline-flex;gap:24px;align-items:center;justify-content:space-between}.welcome-cta .hint{margin:12px 0 0;font-size:13px}.overline{font-size:12px;letter-spacing:.09em;font-weight:700;text-transform:uppercase;color:#4d617a;margin:0 0 20px}h1{font-size:34px;line-height:1.15;letter-spacing:-.035em;font-weight:730;margin:0 0 18px}h1:focus{outline:none}h2{font-size:20px;line-height:1.3;margin:0 0 10px;letter-spacing:-.025em}p{font-size:16px;line-height:1.55;margin:0 0 20px}.intro{color:#526171}.hint{font-size:14px;line-height:1.5;color:var(--muted);margin-bottom:20px}.topline{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#677482;margin-bottom:12px}.progressline{height:6px;border-radius:8px;background:#e0e6ef;overflow:hidden;margin-bottom:30px}.progressline div{background:var(--blue);height:100%;border-radius:8px;transition:width .25s}.options{display:grid;gap:10px}.option{position:relative;display:flex;align-items:center;gap:12px;min-height:66px;background:#fff;border:2px solid transparent;border-radius:19px;padding:16px;cursor:pointer;font-size:16px;line-height:1.35;transition:background .16s,border-color .16s,transform .16s}.option:hover{border-color:#becfff;transform:translateY(-1px)}.option:has(input:checked){border-color:var(--blue);background:#edf2ff}.option:has(input:focus-visible){outline:3px solid #8ba7ff;outline-offset:3px}.option input[name=answer]{position:absolute;opacity:0;width:1px;height:1px}.answer-text{flex:1}.choice-mark{display:grid;place-items:center;flex:0 0 23px;height:23px;border:1.5px solid #cfd5df;border-radius:8px;background:#f6f7f9;color:transparent}.option:has(input[type=radio]) .choice-mark{border-radius:50%}.option:has(input:checked) .choice-mark{background:var(--blue);border-color:var(--blue);color:white}.choice-mark svg{width:16px;height:16px}.answer-icon,.feature-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:14px}.answer-icon svg,.feature-icon svg{width:25px;height:25px}.tone-0{background:#e9efff;color:#2e60ff}.tone-1{background:#fff0d9;color:#9c6200}.tone-2{background:#e3f5ed;color:#147452}.tone-3{background:#f1eafd;color:#7950b0}.district-options{grid-template-columns:repeat(2,minmax(0,1fr))}.district-options .option{min-height:55px;padding:13px 15px;border-radius:16px}.district-options .answer-text{font-weight:600}.district-options .choice-mark{width:20px;flex-basis:20px;height:20px}.actions{display:flex;gap:12px;align-items:center;margin-top:26px;padding:12px 0;flex-wrap:wrap;position:sticky;bottom:0;background:rgba(245,246,248,.96);z-index:2;backdrop-filter:blur(12px)}button,input,textarea,select{font:inherit}button{cursor:pointer}.primary{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;border:0;border-radius:17px;padding:16px 26px;background:var(--blue);color:white;font-weight:650;font-size:16px;box-shadow:0 5px 16px #2e60ff1c;transition:background .15s,transform .15s}.primary svg{width:23px;height:23px}.primary:hover{background:#214de0}.primary:active{transform:scale(.98)}.primary:disabled{background:#e0e4eb;color:#7a8493;box-shadow:none;cursor:not-allowed}.secondary{background:none;border:0;color:#5a6676;padding:14px 10px;min-height:48px}.actions .primary{flex:1}button:focus-visible,input:focus-visible,textarea:focus-visible,a:focus-visible{outline:3px solid #7999ff;outline-offset:3px}.panel{background:white;border-radius:24px;padding:24px;margin-bottom:16px}.field{display:block;font-size:14px;font-weight:550;margin:20px 0}.field input,.field textarea,.field select{display:block;width:100%;border:1px solid #dbe1e9;background:white;border-radius:15px;padding:16px;margin-top:8px;min-height:54px;font-size:16px;color:#19232c}.field textarea{min-height:130px;resize:vertical}input[type=checkbox],input[type=radio]{accent-color:var(--blue);width:20px;height:20px;margin:0;flex-shrink:0}.inline{display:flex;align-items:center;gap:10px;font-size:14px}.error{font-size:14px;color:#aa2937;margin-top:12px}.offer-chips{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}.offer-chips span{display:flex;align-items:center;gap:6px;border-radius:20px;padding:8px 11px;background:white;color:#526171;font-size:13px}.offer-chips svg{width:16px;height:16px}.energy-card{background:var(--blue);color:white;border-radius:28px;padding:26px;margin-bottom:16px}.energy-top{display:flex;justify-content:space-between;align-items:center;font-size:14px}.energy-top svg{width:26px;height:26px}.energy-number{font-size:70px;line-height:1;letter-spacing:-.055em;font-weight:700;margin:25px 0 12px}.energy-number span{font-size:25px;letter-spacing:-.02em}.energy-card p{margin:0;color:#e5ecff;font-size:15px}.benefits-card{background:white;border-radius:28px;padding:6px 24px}.feature{display:flex;align-items:flex-start;gap:14px;padding:23px 0;border-bottom:1px solid #e9ecf1}.feature:last-child{border-bottom:0}.feature h2{font-size:18px;margin:0 0 7px}.feature p{font-size:15px;color:#66717f;margin:0}.scenario-note{margin:20px 4px}.subscription-ticket{border-radius:28px;overflow:hidden;background:white;margin-bottom:24px}.ticket-head{padding:28px;background:#2e60ff;color:white}.ticket-label{display:block;font-size:13px;color:#e2eaff;margin-bottom:16px}.ticket-head h2{font-size:30px;line-height:1.1;letter-spacing:-.035em;margin-bottom:24px}.price{font-size:49px;line-height:1.12;font-weight:700;letter-spacing:-.045em;white-space:nowrap}.price small{display:block;font-size:15px;font-weight:450;letter-spacing:0;color:#e1eaff;margin-top:7px}.ticket-body{padding:24px}.energy-inline{display:flex;align-items:center;gap:14px;background:#eef2ff;padding:16px;border-radius:18px;color:#234fe0}.energy-inline>svg{width:28px;height:28px;flex-shrink:0}.energy-inline strong{display:block;font-size:19px;letter-spacing:-.025em}.energy-inline span{display:block;font-size:13px;margin-top:5px;color:#65728b}.included{list-style:none;padding:0;margin:22px 0;display:grid;gap:17px}.included li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.45}.included svg{width:22px;height:22px;flex-shrink:0;color:#3861d6}.install-note{border-top:1px solid #e4e8ef;padding-top:20px}.install-note strong{font-size:22px;letter-spacing:-.03em}.install-note p{font-size:14px;color:#687582;margin:8px 0 0}.price-context{margin:0 3px 24px}.confirmation{display:grid;place-items:center;width:66px;height:66px;border-radius:23px;background:#e4edff;color:var(--blue);margin-bottom:24px}.confirmation svg{width:32px;height:32px}footer{max-width:1000px;margin:auto;padding:20px 28px;display:flex;justify-content:space-between;gap:16px;align-items:center;color:#74808b;font-size:12px}footer button{font-size:12px;background:none;border:0;color:inherit;padding:10px}main:not([data-step=intro]){animation:arrive .2s ease-out}@keyframes arrive{from{opacity:.7;transform:translateY(5px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:600px){header{padding:18px 20px}.identity{font-size:22px}.brand-sub{font-size:10px}.city-label{font-size:12px}main{padding:0 18px;margin:16px auto 24px}h1{font-size:28px;line-height:1.16;letter-spacing:-.035em}.progressline{margin-bottom:24px}.topline{font-size:12px}.welcome{display:flex;flex-direction:column;padding:25px 22px 0;border-radius:28px;min-height:0}.welcome-copy{width:100%;display:contents}.welcome .overline{font-size:11px;margin-bottom:14px;align-self:flex-start}.welcome h1{font-size:35px;align-self:flex-start;margin-bottom:13px}.welcome .intro{font-size:15px;line-height:1.5;margin:0;align-self:flex-start}.cover-wrap{height:240px;width:100%;order:2;align-self:center;margin:4px 0 0}.cover{object-fit:contain;object-position:center}.welcome-cta{order:3;width:100%;padding:4px 0 23px;text-align:center}.welcome-cta .primary{width:100%;min-height:54px}.welcome-cta .hint{font-size:12px;margin-top:10px}.option{min-height:64px;padding:13px;border-radius:18px;font-size:15px;gap:11px}.answer-icon{flex-basis:38px;height:38px;border-radius:12px}.answer-icon svg{width:23px;height:23px}.actions{padding:12px 0 calc(12px + env(safe-area-inset-bottom));gap:8px}.primary{padding:15px 20px;min-height:54px}.actions #skip{flex-basis:100%;min-height:36px;padding:5px}.district-options .option{padding:12px;gap:8px;font-size:14px}.district-options .choice-mark{flex-basis:18px;height:18px}.energy-card{padding:24px;border-radius:25px}.energy-number{font-size:66px}.benefits-card{padding:3px 18px;border-radius:25px}.feature{gap:12px;padding:20px 0}.feature h2{font-size:17px}.feature p{font-size:14px}.feature-icon{flex-basis:38px;height:38px;border-radius:13px}.ticket-head{padding:25px}.ticket-head h2{font-size:29px}.ticket-body{padding:20px}.price{font-size:48px}.included li{font-size:15px}.install-note p{font-size:14px}footer{padding:14px 20px;align-items:center;font-size:11px}footer button{font-size:11px}.hint{font-size:13px}.panel{padding:20px}.offer-chips{gap:7px}.offer-chips span{font-size:12px}.energy-inline strong{font-size:18px}}@media(max-width:360px){.welcome h1{font-size:30px}.cover-wrap{height:210px}.welcome{padding-left:18px;padding-right:18px}.price{font-size:43px}.city-label{display:none}.option{font-size:14px}}

.cost-comparison{background:#eff3ff;border:1px solid #dde6ff;border-radius:21px;padding:20px;margin:0 0 22px}.comparison-label{font-size:13px;font-weight:600;color:#526995;display:block;margin-bottom:17px}.comparison-summary{display:grid;grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr);align-items:center;gap:10px}.comparison-summary div>span{display:block;color:#62718a;font-size:13px;margin-bottom:6px}.comparison-summary strong{font-size:23px;letter-spacing:-.035em;overflow-wrap:anywhere}.comparison-arrow{color:#8394b4;font-size:20px}.cost-breakdown{display:flex;gap:20px;margin:17px 0 0;font-size:13px;color:#65748a}.cost-breakdown div{display:flex;gap:6px;flex-wrap:wrap}.cost-breakdown dd{margin:0;font-weight:550}.cost-difference{border-top:1px solid #d6e0f7;margin-top:18px;padding-top:18px}.cost-difference h3{font-size:30px;line-height:1.15;letter-spacing:-.04em;color:#244edb;margin:0 0 5px}.cost-difference p{font-size:14px;color:#52668a;margin:0}.comparison-note{font-size:13px;color:#62718a;line-height:1.5;margin:16px 0 0}.comparison-period{font-size:12px;color:#758199;margin:10px 0 0}.incomplete h3{font-size:20px;line-height:1.25;margin:0;letter-spacing:-.025em}@media(max-width:400px){.cost-comparison{padding:16px}.comparison-summary{gap:7px;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr)}.comparison-summary strong{font-size:21px}.comparison-summary div>span{font-size:12px}.cost-breakdown{gap:8px;flex-direction:column}.cost-difference h3{font-size:27px}}

/* A small, keyboard- and touch-friendly drive into the survey. */
.start-button{overflow:hidden}.start-button .car-track{width:100px;height:38px;flex:0 0 100px;display:block;overflow:visible}.start-button .start-car-scene{width:100px;height:38px;overflow:visible;display:block}.side-car{transition:transform .3s ease}.car-wheel{transform-box:fill-box;transform-origin:center}.puff{opacity:0;transform-box:fill-box;transform-origin:center}.start-button:focus-visible .side-car{transform:translateX(5px)}
@media(hover:hover) and (pointer:fine){.start-button:hover .side-car{transform:translateX(5px)}.start-button:hover .puff{animation:tire-smoke .8s ease-out infinite}.start-button:hover .puff-two{animation-delay:.25s}.start-button:hover .puff-three{animation-delay:.45s}}
.start-button.is-driving:disabled{background:var(--blue);color:white;cursor:default}.is-driving .side-car{animation:drive-away .5s cubic-bezier(.45,0,.8,.4) forwards}.is-driving .puff{animation:tire-smoke .5s ease-out both}.is-driving .puff-two{animation-delay:.08s}.is-driving .puff-three{animation-delay:.14s}
@keyframes drive-away{from{transform:translateX(5px)}to{transform:translateX(155px)}}@keyframes wheel-turn{to{transform:rotate(360deg)}}@keyframes tire-smoke{0%{opacity:0;transform:translate(0,0) scale(.5)}25%{opacity:.75}100%{opacity:0;transform:translate(-20px,-7px) scale(2.3)}}
@media(prefers-reduced-motion:reduce){.start-button .side-car{transform:none!important}.start-button .puff{display:none}}

.money-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.money-card{padding:22px;background:white;border-radius:22px;margin-bottom:12px;min-width:0}.money-label{display:block;font-size:15px;font-weight:650;margin-bottom:12px}.money-input{display:flex;align-items:center;gap:8px;border-bottom:2px solid #dce3ef;padding:5px 0 13px}.money-input:focus-within{border-color:var(--blue)}.money-input input{width:100%;min-width:0;border:0;outline:none;background:transparent;color:#19232c;font-size:28px;font-weight:650;padding:6px 0;border-radius:0}.money-input input::placeholder{font-size:18px;font-weight:400;color:#8892a1}.money-input input:disabled{color:#8892a1}.money-input>span{font-size:23px;color:#687582}.money-shortcuts{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.money-shortcuts button,.money-shortcuts label{display:flex;align-items:center;gap:6px;min-height:44px;border:0;border-radius:12px;background:#f1f4f9;color:#536176;font-size:13px;padding:9px 12px;cursor:pointer}.money-shortcuts button[aria-pressed=true],.money-shortcuts label:has(input:checked){background:#e8efff;color:#244edb}.money-shortcuts input{width:16px;height:16px}.cost-compact{margin-bottom:18px}.cost-compact h3{font-size:27px;line-height:1.15;letter-spacing:-.035em;color:#244edb;margin:8px 0}.cost-compact p{font-size:15px;margin:0 0 7px;color:#526171}.cost-compact small{display:block;font-size:12px;line-height:1.45;color:#687582}.compact-benefits{margin:0;padding:17px 0 17px 19px;border-top:1px solid #e5eaf2;border-bottom:1px solid #e5eaf2;display:grid;gap:10px;font-size:15px;line-height:1.4}.compact-benefits li::marker{color:var(--blue)}.compact-terms{font-size:12px;line-height:1.5;color:#687582;margin:14px 0 0}.compact-ticket .ticket-head{padding:24px}.compact-ticket .ticket-label{margin-bottom:10px}.compact-ticket .price{font-size:42px}.compact-ticket .price small{display:inline;font-size:14px;margin-left:5px}.compact-ticket .ticket-body{padding:22px}@media(max-width:600px){.money-grid{grid-template-columns:1fr;gap:0}.money-card{padding:19px}.money-input input{font-size:30px}.cost-compact h3{font-size:25px}.compact-ticket .price{font-size:37px}.compact-ticket .ticket-body{padding:20px}}

.start-button .car-track{width:58px;height:26px;flex-basis:58px}.start-button .start-car-scene{width:58px;height:26px}.start-button .side-car{transform-box:view-box}.start-button.is-driving .side-car{animation:compact-drive-away .5s cubic-bezier(.45,0,.8,.4) forwards}@keyframes compact-drive-away{from{transform:translateX(5px)}to{transform:translateX(650px)}}

/* Keep the cover headline in two balanced phrases, including narrow phones. */
.welcome h1{font-size:clamp(26px,3.5vw,44px);line-height:1.12;letter-spacing:-.045em;text-wrap:balance;max-width:100%}.welcome h1 .headline-line{display:block;color:inherit}.welcome h1 .headline-accent{color:var(--blue)}h1,h2,h3{text-wrap:balance}@media(max-width:600px){.welcome h1{font-size:clamp(24px,7vw,38px);line-height:1.14;letter-spacing:-.045em}}@media(min-width:601px) and (max-width:800px){.welcome{padding-left:28px}.welcome h1{font-size:26px}}
