@import "https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--background:#fff;--foreground:#031d44;--card:#fff;--muted:#f3f5f7;--muted-foreground:#717171;--border:#e2e6eb;--brand:#12b2f4;--brand-foreground:#001841;--brand-soft:#dcf2ff;--radius-card:14px;--radius-button:12px;--spacing-page:20px}@supports (color:lab(0% 0 0)){:root{--foreground:lab(11.1182% 3.86736 -27.7607);--muted-foreground:lab(47.8% 0 .0000119209);--brand:lab(67.5679% -20.3154 -44.3837);--brand-foreground:lab(8.54446% 6.97503 -31.1418);--brand-soft:lab(94.2953% -7.24405 -12.3377)}}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth;min-width:320px}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Albert Sans,ui-sans-serif,system-ui,sans-serif}.final-step-scroll-enabled{overscroll-behavior-y:auto;touch-action:pan-y!important;height:auto!important;position:static!important;overflow-y:auto!important}button,input,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,iframe:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.quiz-app{background:var(--background);min-height:100dvh;overflow-x:hidden}.final-step-scroll-enabled .quiz-app{touch-action:pan-y;min-height:100dvh;overflow-y:visible}.topbar{z-index:10;padding-top:env(safe-area-inset-top);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #f0f1f3;position:sticky;top:0}.topbar-inner{width:100%;max-width:560px;padding:10px var(--spacing-page) 8px;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;margin:0 auto;display:grid}.brand-logo{object-fit:contain;justify-self:center;width:auto;height:36px;display:block}.header-back{width:44px;height:44px;color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;padding:0;transition:background .18s,transform .18s;display:grid}.header-back:hover{background:var(--muted)}.header-back:active{transform:scale(.96)}.header-back svg{width:22px;height:22px}.header-spacer{width:44px;height:44px}.progress-wrap{max-width:560px;padding:0 var(--spacing-page) 10px;margin:0 auto}.progress-track{background:#edf0f3;border-radius:999px;width:100%;height:6px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--brand);height:100%;transition:width .45s;display:block}.content-shell{width:100%;max-width:560px;padding:0 var(--spacing-page);margin:0 auto}.step-panel{min-height:calc(100dvh - 109px - env(safe-area-inset-top));padding:22px 0 calc(24px + env(safe-area-inset-bottom));background:var(--card);flex-direction:column;animation:.26s both step-in;display:flex}@keyframes step-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}h1{color:#111827;letter-spacing:-.75px;text-align:center;text-wrap:balance;max-width:520px;margin:0 auto;font-family:Albert Sans,ui-sans-serif,system-ui,sans-serif;font-size:clamp(23px,6.1vw,28px);font-weight:800;line-height:1.17}h1 mark{color:var(--brand);font:inherit;background:0 0;padding:0}.description{max-width:490px;color:var(--muted-foreground);text-align:center;text-wrap:balance;margin:9px auto 0;font-size:15px;line-height:1.45}.content-block{flex-direction:column;flex:1;margin-top:22px;display:flex}.stack{gap:16px;margin-bottom:28px;display:grid}.card{border:1.5px solid var(--border);border-radius:var(--radius-card);background:var(--card);overflow:hidden;box-shadow:0 1px 3px #00000008}.option-grid{gap:12px;display:grid}.option-button{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:16px;align-items:center;gap:13px;width:100%;min-height:68px;padding:10px 14px 10px 10px;font-size:16px;font-weight:600;line-height:24px;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:flex;box-shadow:0 5px 18px #0a305008}.option-button:hover{border-color:color-mix(in oklch, var(--brand) 55%, var(--border));background:color-mix(in oklch, var(--brand-soft) 35%, var(--card));transform:translateY(-1px);box-shadow:0 10px 24px #0a305012}.option-button.selected{border-color:var(--brand);background:var(--brand-soft);transform:scale(.995)}.option-button>svg{width:18px;height:18px;color:var(--brand);margin-left:auto}.option-emoji{background:var(--brand-soft);border-radius:13px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:21px;line-height:28px;display:grid}.amount-card{flex-direction:column;align-items:center;gap:0;padding:30px 18px 22px;display:flex}.amount-control{justify-content:center;align-items:center;gap:clamp(10px,4vw,22px);width:100%;display:flex}.round-button{border:1px solid var(--border);cursor:pointer;background:#f3f3f3;background:lab(95.94% 0 0);border-radius:999px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s;display:flex}.round-button:hover{background:var(--muted)}.round-button:disabled{cursor:not-allowed;opacity:.38}.round-button svg{width:20px;height:20px}.amount-input{width:min(45vw,210px);height:56px;color:var(--foreground);text-align:center;font-variant-numeric:tabular-nums;background:0 0;border:1px solid #0000;border-radius:10px;padding:0 8px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:clamp(28px,8vw,36px);font-weight:700;line-height:40px;transition:border-color .18s,background .18s,box-shadow .18s}.amount-input:hover{background:#fafbfc}.amount-input:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in oklch, var(--brand-soft) 76%, transparent);background:#fff}.amount-hint{color:var(--muted-foreground);margin:7px 0 0;font-size:11px;line-height:16px}.quick-values{flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin-top:20px;display:flex}.quick-values button{border:1.5px solid var(--border);min-height:36px;color:var(--foreground);cursor:pointer;background:#fff;border-radius:999px;padding:0 11px;font-size:12px;font-weight:700;transition:border-color .18s,background .18s,color .18s,transform .18s}.quick-values button:hover{border-color:color-mix(in oklch, var(--brand) 55%, var(--border))}.quick-values button:active{transform:scale(.97)}.quick-values button.selected{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-foreground)}.primary-button,.secondary-button{border-radius:var(--radius-button);cursor:pointer;justify-content:center;align-items:center;gap:8px;width:100%;min-height:58px;padding:0 24px;font-size:17px;font-weight:700;line-height:21px;transition:transform .18s,box-shadow .18s,background .18s,color .18s;display:inline-flex}.primary-button{background:var(--brand);color:#fff;box-shadow:0 6px 16px color-mix(in oklch, var(--brand) 22%, transparent);border:0}.primary-button:hover{box-shadow:0 8px 20px color-mix(in oklch, var(--brand) 27%, transparent);transform:translateY(-1px)}.primary-button:active{transform:scale(.99)}.primary-button:disabled{pointer-events:none;color:#a9b0bb;box-shadow:none;background:#eef1f4}.secondary-button{border:1px solid var(--border);background:var(--background);box-shadow:0 1px 2px #0000000d}.secondary-button:hover{background:#f3f3f3;background:lab(95.94% 0 0)}.primary-button svg,.secondary-button svg{width:16px;height:16px}.spaced-button{margin-top:auto}.continue-button{color:#fff;text-transform:uppercase}.continue-button:disabled{color:#a9b0bb}.annual-summary{border-color:color-mix(in oklch, var(--brand) 30%, var(--border));background:color-mix(in oklch, var(--brand-soft) 62%, #fff);text-align:center;justify-items:center;gap:5px;margin-top:14px;margin-bottom:28px;padding:22px 18px;display:grid}.annual-summary p{color:var(--muted-foreground);margin:0;font-size:13px;line-height:19px}.annual-summary .annual-result-value{color:var(--foreground);letter-spacing:-1.5px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:clamp(32px,9vw,42px);font-weight:800;line-height:1.15;animation:.22s ease-out both annual-value-update}.annual-summary>span{color:var(--foreground);font-size:13px;font-weight:600;line-height:18px}.annual-summary p:last-child{border-top:1px solid color-mix(in oklch, var(--brand) 22%, transparent);width:100%;color:var(--foreground);margin-top:13px;padding-top:13px;font-weight:600}@keyframes annual-value-update{0%{opacity:.45;transform:translateY(3px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.answer-list{gap:13px;display:grid}.content-block>.answer-list{margin-bottom:28px}.answer-card{border:1.5px solid var(--border);border-radius:var(--radius-card);cursor:pointer;text-align:left;background:#fff;grid-template-columns:38px minmax(0,1fr) 22px;align-items:center;gap:12px;width:100%;min-height:82px;padding:14px 15px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:grid;box-shadow:0 1px 3px #00000008}.answer-card:hover{border-color:color-mix(in oklch, var(--brand) 45%, var(--border));background:#fcfeff}.answer-card:active{transform:scale(.995)}.answer-card.selected{border-color:var(--brand);background:color-mix(in oklch, var(--brand-soft) 52%, #fff);box-shadow:0 0 0 1px color-mix(in oklch, var(--brand) 18%, transparent)}.answer-icon{place-items:center;width:36px;height:36px;font-size:21px;line-height:1;display:grid}.answer-copy{gap:3px;min-width:0;display:grid}.answer-copy strong{color:var(--foreground);font-size:16px;font-weight:700;line-height:20px}.answer-copy small{color:var(--muted-foreground);font-size:13px;font-weight:400;line-height:18px}.answer-radio{background:#fff;border:1.5px solid #cbd1d9;border-radius:50%;place-items:center;width:21px;height:21px;transition:border-color .18s;display:grid}.answer-radio span{background:0 0;border-radius:50%;width:9px;height:9px;transition:background .18s,transform .18s;transform:scale(.4)}.answer-card.selected .answer-radio{border-color:var(--brand)}.answer-card.selected .answer-radio span{background:var(--brand);transform:scale(1)}.goal-grid{gap:11px;display:grid}.goal-button{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:15px;grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:11px;min-height:64px;padding:10px 14px 10px 10px;transition:transform .15s,border-color .15s,background .15s;display:grid;box-shadow:0 5px 18px #0a305008}.goal-button:hover{border-color:color-mix(in oklch, var(--brand) 55%, var(--border));transform:translateY(-1px)}.goal-button.selected{border-color:var(--brand);background:var(--brand-soft)}.goal-button>span:first-child{background:var(--brand-soft);border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.goal-button strong{font-size:14px;line-height:20px}.goal-check{border:1px solid var(--border);color:#fff;border-radius:999px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:grid}.goal-button.selected .goal-check{border-color:var(--brand);background:var(--brand)}.selection-counter{color:var(--muted-foreground);text-align:center;margin:-18px 0 28px;font-size:12px;font-weight:600}.brand-card{border-color:color-mix(in oklch, var(--brand) 40%, transparent);background:var(--brand-soft);color:var(--brand-foreground);padding:24px}.brand-card p{margin:0;font-size:14px;line-height:20px}.brand-card .large-value{letter-spacing:-.75px;margin-top:4px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:30px;font-weight:700;line-height:36px}.large-value span{letter-spacing:0;font-family:Albert Sans,ui-sans-serif,system-ui,sans-serif;font-size:16px;font-weight:500}.savings-card{padding:24px}.savings-card>p:first-child{color:var(--muted-foreground);margin:0;font-size:14px;line-height:20px}.savings-card>p strong{color:var(--foreground)}.bars{gap:8px;margin-top:16px;display:grid}.bar-label{color:var(--muted-foreground);justify-content:space-between;gap:16px;font-size:12px;font-weight:500;line-height:16px;display:flex}.bar-label strong{color:var(--foreground);font-family:JetBrains Mono,ui-monospace,monospace;font-weight:500}.brand-text,.brand-text strong{color:var(--brand)}.bar{background:var(--muted);border-radius:999px;height:12px;overflow:hidden}.bar span{border-radius:inherit;height:100%;display:block}.bar-full{background:color-mix(in oklch, var(--muted-foreground) 40%, transparent);width:100%}.bar-small{background:var(--brand);width:20%}.saving-highlight{background:var(--brand-soft);text-align:center;border-radius:8px;padding:12px 16px;font-weight:500;color:var(--brand-foreground)!important;margin:16px 0 0!important;font-size:14px!important}.how-card{gap:16px;padding:24px;display:grid}.card-title{margin:0;font-size:14px;font-weight:600}.how-item{gap:12px;display:flex}.how-item>span{background:var(--brand);width:28px;height:28px;color:var(--brand-foreground);border-radius:999px;flex:0 0 28px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.how-item strong{font-size:14px;font-weight:500;line-height:20px;display:block}.how-item p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:20px}.address-card{margin-bottom:28px;padding:24px 22px;position:relative;overflow:visible}.address-search-label{color:var(--foreground);margin-bottom:8px;font-size:13px;font-weight:700;line-height:18px;display:block}.address-search-box{align-items:center;display:flex;position:relative}.address-search-box>svg{z-index:1;width:20px;height:20px;color:var(--brand);pointer-events:none;position:absolute;left:14px}.address-search-box input{border:1px solid var(--border);width:100%;height:54px;color:var(--foreground);background:#fff;border-radius:13px;padding:0 48px 0 44px;font-size:16px;transition:border-color .15s,box-shadow .15s;box-shadow:0 2px 7px #071d3f0a}.address-search-box input:hover,.address-search-box input:focus{border-color:color-mix(in oklch, var(--brand) 62%, var(--border));box-shadow:0 0 0 4px color-mix(in oklch, var(--brand-soft) 72%, transparent)}.address-search-box input::placeholder{color:#8a94a3}.address-searching{border:2px solid var(--brand-soft);border-top-color:var(--brand);border-radius:999px;width:18px;height:18px;animation:.7s linear infinite spinner;position:absolute;right:15px}.address-example{color:var(--muted-foreground);margin:7px 0 0;font-size:11px;line-height:16px}.address-suggestions{z-index:6;background:#fff;border:1px solid #c8dfee;border-radius:13px;width:calc(100% - 44px);max-height:292px;margin:0;padding:6px;list-style:none;position:absolute;top:100px;left:22px;overflow-y:auto;box-shadow:0 18px 44px #071d3f2e}.address-suggestions li+li{border-top:1px solid var(--border)}.address-suggestions button{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:flex-start;gap:10px;width:100%;padding:11px 10px;display:flex}.address-suggestions button:hover,.address-suggestions button:focus-visible{background:var(--brand-soft)}.address-suggestions svg{width:18px;height:18px;color:var(--brand);flex:0 0 18px;margin-top:2px}.address-suggestions button>span{gap:2px;min-width:0;display:grid}.address-suggestions strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:18px;overflow:hidden}.address-suggestions small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:16px;overflow:hidden}.address-divider{color:var(--muted-foreground);place-items:center;margin:18px 0 12px;font-size:11px;display:grid;position:relative}.address-divider:before{background:var(--border);content:"";width:100%;height:1px;position:absolute}.address-divider span{background:#fff;padding:0 10px;position:relative}.current-location-button{color:#087daf;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:40px;font-size:13px;font-weight:700;display:inline-flex}.current-location-button:hover{background:var(--brand-soft)}.current-location-button:disabled{cursor:wait;opacity:.65}.current-location-button svg{width:17px;height:17px}.address-feedback{color:var(--muted-foreground);text-align:center;margin:10px 0 0;font-size:11px;line-height:16px}.address-found{padding:4px 2px}.address-found-heading{color:#067647;align-items:center;gap:9px;display:flex}.address-found-heading>span{background:#e6f7ee;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.address-found-heading svg{width:16px;height:16px}.address-found-heading strong{font-size:14px;line-height:20px}.address-found>p{gap:3px;margin:14px 0 0 37px;display:grid}.address-found>p strong{color:var(--foreground);font-size:17px;line-height:23px}.address-found>p span{color:var(--muted-foreground);font-size:13px;line-height:18px}.address-found>button{color:#087daf;cursor:pointer;text-underline-offset:3px;background:0 0;border:0;margin:12px 0 0 37px;padding:0;font-size:12px;font-weight:700;text-decoration:underline}.analysis-loading{text-align:center;justify-items:center;gap:14px;width:100%;max-width:500px;margin:0 auto;padding:6px 0 12px;display:grid}.analysis-ring{width:142px;height:142px;box-shadow:0 10px 30px color-mix(in oklch, var(--brand) 18%, transparent);border-radius:999px;place-items:center;transition:background .1s linear;display:grid}.analysis-ring>div{border-radius:inherit;width:124px;height:124px;box-shadow:inset 0 0 0 1px color-mix(in oklch, var(--brand) 12%, transparent);background:#fff;place-content:center;justify-items:center;display:grid}.analysis-ring strong{font-family:JetBrains Mono,monospace;font-size:32px;line-height:36px}.analysis-ring span{color:var(--muted-foreground);letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.analysis-message{justify-content:center;align-items:center;gap:7px;min-height:25px;font-size:15px;transition:color .18s;display:inline-flex}.analysis-message.complete{color:#067647}.analysis-message svg{width:19px;height:19px}.analysis-checklist{text-align:left;gap:8px;width:100%;margin-top:4px;display:grid}.analysis-check-item{border:1px solid var(--border);background:#fff;border-radius:12px;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:11px;padding:12px 14px;transition:border-color .18s,background .18s,opacity .18s,transform .18s;display:grid}.analysis-check-icon{color:#fff;border:1.5px solid #cbd1d9;border-radius:999px;place-items:center;width:24px;height:24px;font-size:13px;font-weight:800;display:grid}.analysis-check-item>div{gap:3px;min-width:0;display:grid}.analysis-check-item>div>strong{color:var(--foreground);font-size:13px;line-height:18px}.analysis-check-item>div>span:not(.analysis-distributor){color:var(--muted-foreground);font-size:11px;line-height:16px}.analysis-check-item.pending{opacity:.56}.analysis-check-item.active{border-color:color-mix(in oklch, var(--brand) 62%, white);background:color-mix(in oklch, var(--brand-soft) 62%, white)}.analysis-check-item.active .analysis-check-icon{border-color:var(--brand);animation:1.2s ease-in-out infinite analysis-active-pulse}.analysis-check-item.active .analysis-check-icon:after{background:var(--brand);content:"";border-radius:999px;width:8px;height:8px}.analysis-check-item.done{background:#f3fbf7;border-color:#b9e5ce;animation:.26s ease-out both analysis-check-complete}.analysis-check-item.done .analysis-check-icon{background:#13a05c;border-color:#13a05c}.analysis-check-item.done .analysis-check-icon svg{width:14px;height:14px}.analysis-check-item.warning{background:#fffaf0;border-color:#f3c96c}.analysis-check-item.warning .analysis-check-icon{color:#9a6500;border-color:#d89000}.analysis-distributor{align-items:center;gap:9px;min-width:0;margin-top:3px;display:flex}.analysis-distributor-logo{border:1px solid var(--border);background:#fff;border-radius:8px;flex:0 0 78px;justify-content:center;align-items:center;width:78px;height:38px;padding:5px;display:flex;overflow:hidden}.analysis-distributor-logo.dark{background:#0b2548}.analysis-distributor-logo img{object-fit:contain;width:100%;height:100%}.analysis-distributor-logo b{color:var(--brand-strong);font-size:12px}.analysis-distributor>strong{min-width:0;font-size:12px;line-height:16px}.analysis-result{animation:.32s ease-out both analysis-result-in}@keyframes analysis-active-pulse{50%{box-shadow:0 0 0 5px color-mix(in oklch, var(--brand) 14%, transparent)}}@keyframes analysis-check-complete{0%{opacity:.65;transform:translateY(3px)}}@keyframes analysis-result-in{0%{opacity:0;transform:translateY(6px)}}.commitment-grid{gap:12px;display:grid}.commitment-button{border:1px solid var(--border);cursor:pointer;text-align:left;background:#fff;border-radius:15px;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:68px;padding:11px 15px 11px 11px;transition:transform .15s,border-color .15s,background .15s;display:grid;box-shadow:0 6px 20px #0a30500a}.commitment-button:hover,.commitment-button.selected{border-color:var(--brand);background:var(--brand-soft);transform:translateY(-1px)}.commitment-button>span{background:var(--brand-soft);width:44px;height:44px;color:var(--foreground);border-radius:12px;place-items:center;font-size:18px;font-weight:800;display:grid}.commitment-button strong{font-size:15px}.commitment-button svg{width:18px;height:18px;color:var(--brand)}.vsl-progress{background:color-mix(in oklab, var(--brand) 7%, white);box-sizing:border-box;border-radius:12px;width:100%;max-width:560px;margin:18px auto 0;padding:12px 14px}.vsl-progress>div:first-child{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;font-size:16px;font-weight:750;line-height:1.25;display:flex}.vsl-progress>div:first-child strong{font-family:JetBrains Mono,monospace}.vsl-progress-track{background:var(--muted);border-radius:999px;height:13px;overflow:hidden}.vsl-progress-track span{border-radius:inherit;background:linear-gradient(90deg, #009de2, var(--brand));height:100%;transition:width .35s;display:block}@supports (color:lab(0% 0 0)){.vsl-progress-track span{background:linear-gradient(90deg, lab(60.3882% -17.0093 -48.7038), var(--brand))}}.vsl-progress-almostUnlocked .vsl-progress-track span{filter:saturate(1.16)}.vsl-progress-unlocked>div:first-child{color:var(--brand-dark)}.offer-visible{animation:.42s ease-out both offer-reveal}.video-frame{border:1px solid var(--border);background:var(--muted);border-radius:14px;overflow:hidden}.video-frame>div{padding-top:177.778%;position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-helper{color:var(--muted-foreground);text-align:center;margin:16px 0 0;font-size:14px;line-height:20px}.video-helper-unlocked{color:var(--brand);justify-items:center;gap:4px;font-weight:700;display:grid}.video-helper-arrow{font-size:28px;line-height:28px;animation:1.2s ease-in-out infinite helper-arrow}@keyframes helper-arrow{50%{transform:translateY(5px)}}.delayed-offer{--offer-navy:#071d3f;--offer-navy-soft:#123f70;--offer-light:#eaf6ff;--offer-black:#101828;color:var(--offer-black);gap:16px;margin-top:28px;font-family:Arial,Helvetica,sans-serif;animation:.42s ease-out both offer-reveal;display:grid}@keyframes offer-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.offer-scarcity{border:1px solid var(--offer-navy);background:var(--offer-navy);text-align:left;border-radius:13px;align-items:flex-start;gap:10px;padding:14px 16px;display:flex;box-shadow:0 8px 22px #071d3f29}.offer-scarcity-dot{background:#73d7ff;border-radius:999px;flex:0 0 9px;width:9px;height:9px;margin-top:5px;animation:1.7s ease-in-out infinite scarcity-pulse;box-shadow:0 0 0 4px #73d7ff33}@keyframes scarcity-pulse{50%{box-shadow:0 0 0 7px #73d7ff00}}.offer-scarcity p{color:#fff;margin:0;font-size:13px;line-height:19px}.offer-scarcity strong{color:#fff;font-family:inherit;font-size:15px}.offer-scarcity span:not(.offer-scarcity-dot){font-weight:700}.offer-card{border-color:color-mix(in oklch, var(--brand) 42%, var(--border));background:var(--card);box-shadow:0 18px 50px color-mix(in oklch, var(--brand) 13%, transparent);color:var(--offer-black);text-align:center;padding:0;overflow:hidden}.offer-hero{background:linear-gradient(145deg, var(--offer-navy), var(--offer-navy-soft));color:#fff;padding:38px 26px 34px;position:relative;overflow:hidden}.offer-hero:after{content:"";border:1px solid #ffffff29;border-radius:999px;width:190px;height:190px;position:absolute;top:-108px;right:-58px;box-shadow:0 0 0 24px #ffffff0d,0 0 0 52px #ffffff09}.offer-success{background:#ffffff26;border:1px solid #ffffff59;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 12px;display:flex}.offer-success svg{width:23px;height:23px}.offer-eyebrow{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:#ffffff1f;border:1px solid #ffffff47;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:700;line-height:16px;display:inline-flex}.offer-card h2{z-index:1;color:#fff;letter-spacing:-.5px;text-wrap:balance;max-width:500px;margin:15px auto 0;font-size:28px;font-weight:800;line-height:34px;position:relative}.offer-description{z-index:1;color:#fff;max-width:470px;margin:10px auto 0;font-size:14px;line-height:22px;position:relative}.offer-landing-content{background:#fff;gap:20px;padding:22px;display:grid}.offer-guarantee>div>span{color:var(--offer-black);text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;line-height:16px}.offer-cashback-figure{background:var(--offer-light);border:1px solid #bedff4;border-radius:14px;margin:0;overflow:hidden}.offer-cashback-figure img{width:100%;height:auto;display:block}.offer-cashback-figure figcaption{color:var(--offer-black);border-top:1px solid #bedff4;padding:12px 15px;font-size:12px;line-height:17px}.offer-product{background:#fff;border:1px solid #bedff4;border-radius:14px;overflow:hidden}.offer-product-heading{background:var(--offer-navy);color:#fff;border-bottom:0;padding:22px 20px 18px}.offer-product-heading>span{color:#fff;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;line-height:16px}.offer-product-heading h3{color:#fff;margin:5px 0 0;font-size:24px;font-weight:800;line-height:30px}.offer-product-heading p{color:#fff;margin:4px 0 0;font-size:12px;line-height:17px}.offer-product-grid{grid-template-columns:minmax(160px,.78fr) minmax(0,1.22fr);align-items:center;gap:18px;padding:22px;display:grid}.offer-product-image{border-radius:12px;width:100%;height:auto;display:block}.offer-product-copy{align-content:center;gap:22px;display:grid}.offer-benefits{text-align:left;gap:11px;margin:0;padding:0;list-style:none;display:grid}.offer-benefits li{color:var(--offer-black);align-items:flex-start;gap:9px;font-size:14px;line-height:20px;display:flex}.offer-benefits svg{background:var(--offer-light);width:19px;height:19px;color:var(--offer-navy);border-radius:999px;flex:0 0 19px;margin-top:1px;padding:3px}.offer-bonus{color:var(--offer-black);text-align:left;background:0 0;border:0;align-items:flex-start;gap:10px;margin:0;padding:0;display:flex}.offer-bonus>span{font-size:21px}.offer-bonus p{color:var(--offer-black);margin:0;font-size:12px;line-height:17px;display:grid}.offer-bonus strong{color:var(--offer-black);font-size:13px}.offer-checkout{background:var(--offer-light);color:var(--offer-black);border:1px solid #bedff4;border-radius:13px;margin:18px 22px 22px;padding:27px 20px 23px}.offer-price-label{color:var(--offer-black);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800;line-height:16px}.offer-price{color:var(--offer-black);justify-content:center;align-items:flex-start;gap:4px;margin-top:6px;display:flex}.offer-price span{padding-top:9px;font-family:inherit;font-size:19px;font-weight:800;line-height:24px}.offer-price strong{letter-spacing:-2px;font-family:inherit;font-size:60px;font-weight:800;line-height:63px}.offer-price-note{color:var(--offer-black);margin:3px 0 0;font-size:13px;line-height:18px}.offer-button{transform-origin:50%;background:var(--offer-navy);color:#fff;text-transform:uppercase;letter-spacing:.02em;will-change:transform, box-shadow;min-height:52px;margin-top:19px;text-decoration:none;animation:2.5s ease-in-out infinite offer-button-jump;box-shadow:0 12px 28px #071d3f57}.offer-button:hover{background:var(--offer-navy-soft);color:#fff}@keyframes offer-button-jump{0%,58%,to{transform:translateY(0);box-shadow:0 12px 28px #071d3f57}68%{transform:translateY(-9px);box-shadow:0 18px 34px #071d3f47}76%{transform:translateY(0);box-shadow:0 12px 28px #071d3f57}84%{transform:translateY(-4px);box-shadow:0 15px 31px #071d3f4d}91%{transform:translateY(0);box-shadow:0 12px 28px #071d3f57}}.offer-trust{color:var(--offer-black);flex-wrap:wrap;justify-content:center;gap:8px 14px;margin-top:14px;font-size:11px;line-height:16px;display:flex}.offer-trust span{align-items:center;gap:5px;display:flex}.offer-trust svg{width:14px;height:14px;color:var(--brand)}.offer-guarantee{background:var(--offer-light);color:var(--offer-black);text-align:center;border:1px solid #bedff4;border-radius:14px;justify-items:center;gap:13px;padding:28px 24px;display:grid}.offer-guarantee>img{object-fit:contain;width:124px;height:124px;display:block}.offer-guarantee h3{color:var(--offer-black);margin:5px 0 0;font-size:22px;font-weight:800;line-height:28px}.offer-guarantee p{max-width:490px;color:var(--offer-black);margin:9px auto 0;font-size:13px;line-height:20px}.offer-button-secondary{margin-top:-2px}.offer-faq{text-align:left;background:#fff;border:1px solid #bedff4;border-radius:14px;overflow:hidden}.offer-faq-heading{background:var(--offer-navy);color:#fff;text-align:center;padding:22px 20px 18px}.offer-faq-heading>span{text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;line-height:16px}.offer-faq-heading h3{color:#fff;margin:5px 0 0;font-size:24px;font-weight:800;line-height:30px}.offer-faq-list{gap:10px;padding:16px;display:grid}.offer-faq details{background:var(--offer-light);border:1px solid #d8e8f4;border-radius:11px;overflow:hidden}.offer-faq summary{color:var(--offer-black);cursor:pointer;padding:15px 42px 15px 15px;font-size:13px;font-weight:700;line-height:19px;list-style:none;position:relative}.offer-faq summary::-webkit-details-marker{display:none}.offer-faq summary:after{color:var(--offer-navy);content:"+";font-size:22px;line-height:1;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.offer-faq details[open] summary:after{content:"−"}.offer-faq details p{color:var(--offer-black);margin:0;padding:0 15px 15px;font-size:13px;line-height:20px}.offer-faq details strong{color:var(--offer-black)}.offer-security{background:var(--offer-navy);color:#fff;text-align:left;border-top:1px solid #ffffff29;justify-content:center;align-items:center;gap:10px;margin:0;padding:16px 20px;font-size:11px;line-height:15px;display:flex}.offer-security>svg{color:#fff;flex:0 0 20px;width:20px;height:20px}.offer-security span{display:grid}.offer-security strong{color:#fff;font-size:12px}.cep-card{padding:32px 24px}.cep-card label{margin-bottom:8px;font-size:14px;font-weight:500;line-height:20px;display:block}.cep-card input{border:1px solid var(--border);width:100%;height:36px;color:var(--foreground);background:0 0;border-radius:8px;padding:4px 12px;font-size:16px;display:flex;box-shadow:0 1px 2px #0000000d}.cep-card input::placeholder{color:var(--muted-foreground)}.privacy-note{color:var(--muted-foreground);align-items:center;gap:8px;margin:16px 0 0;font-size:12px;line-height:16px;display:flex}.privacy-note svg{flex:0 0 16px;width:16px;height:16px}.error-message{color:#b42318;margin:12px 0 0;font-size:12px;line-height:16px}.zip-loading{align-items:center;gap:16px;padding:28px 24px;display:flex}.zip-loading strong{font-size:15px;line-height:22px;display:block}.zip-loading p{color:var(--muted-foreground);margin:3px 0 0;font-size:14px;line-height:20px}.loading-spinner{border:3px solid var(--brand-soft);border-top-color:var(--brand);border-radius:999px;flex:0 0 34px;width:34px;height:34px;animation:.7s linear infinite spinner}@keyframes spinner{to{transform:rotate(360deg)}}.result-good p{font-size:16px;line-height:24px}.address-confirmed{padding:18px 20px}.address-confirmed p{margin:0}.address-confirmed small{color:var(--muted-foreground);margin-top:4px;font-size:11px;line-height:16px;display:block}.distributor-card,.reduction-card{padding:24px}.reduction-card>p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:20px}.distributor-card{background:linear-gradient(145deg,#fff 0%,#f5fbff 100%);border-color:#b9dff5;overflow:hidden}.distributor-card-warning{background:linear-gradient(145deg,#fff 0%,#fffaf0 100%);border-color:#f2c56b}.distributor-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.distributor-card-header>p{color:var(--muted-foreground);margin:0;font-size:14px;line-height:20px}.distributor-badge{border-radius:999px;flex:none;align-items:center;gap:6px;padding:5px 9px;font-size:11px;font-weight:700;line-height:14px;display:inline-flex}.distributor-badge svg{width:13px;height:13px}.distributor-badge.identified{color:#067647;background:#e6f7ee}.distributor-badge.warning{color:#8a5300;background:#fff0c7}.distributor-identity{align-items:center;gap:14px;margin-top:16px;display:flex}.distributor-logo-shell{border:1px solid var(--border);background:#fff;border-radius:12px;flex:0 0 116px;justify-content:center;align-items:center;width:116px;min-height:62px;padding:8px;display:flex}.distributor-logo-shell.dark{background:#09244a;border-color:#102e58}.distributor-logo-shell img{object-fit:contain;width:100%;height:100%}.distributor-initials{background:var(--brand-soft);width:44px;height:44px;color:var(--brand-foreground);letter-spacing:.04em;border-radius:12px;place-items:center;font-size:15px;font-weight:800;display:grid}.distributor-wordmark{color:var(--foreground);text-align:left;align-items:center;gap:7px;font-size:10px;font-weight:800;line-height:1.15;display:flex}.distributor-wordmark .distributor-initials{border-radius:9px;flex:0 0 34px;width:34px;height:34px;font-size:12px}.distributor-copy{gap:2px;min-width:0;display:grid}.distributor-copy strong,.distributor-fallback strong{color:var(--foreground);font-size:18px;font-weight:700;line-height:25px}.distributor-copy small{color:var(--muted-foreground);font-size:11px;line-height:16px}.distributor-location{background:var(--brand-soft);width:fit-content;color:var(--foreground);border-radius:8px;margin:14px 0 0;padding:7px 10px;font-size:13px;line-height:18px;display:inline-flex}.distributor-location svg{color:#067647;width:15px;height:15px;margin-right:6px}.distributor-fallback{align-items:flex-start;gap:14px;margin-top:16px;display:flex}.distributor-mark{color:#8a5300;background:#fff7df;border:1px solid #f2c56b;border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:800;display:flex}.distributor-fallback p{color:var(--muted-foreground);margin:4px 0 0;font-size:13px;line-height:19px}.reduction-card>strong{margin-top:4px;font-size:18px;font-weight:600;line-height:28px;display:block}.reduction-card>strong b{font-weight:700}.reduction-card>p:last-child{margin-top:8px}.confirmation-question{text-align:center;margin:24px 0 0;font-size:14px;font-weight:500;line-height:20px}.confirmation-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}@media (min-width:768px){.content-shell,.topbar-inner,.progress-wrap{max-width:600px}.step-panel{min-height:calc(100dvh - 109px);padding-top:30px}.cep-card input{font-size:14px}}@media (max-width:640px){.offer-landing-content{gap:16px;padding:16px}.offer-product-grid{grid-template-columns:1fr;padding:20px}.offer-product-image{width:min(74%,270px);margin:0 auto}.offer-benefits{width:100%}.offer-guarantee{padding:26px 20px}.distributor-card-header,.distributor-identity{flex-direction:column;align-items:flex-start}.distributor-logo-shell{flex-basis:124px;width:124px}}@media (max-width:420px){:root{--spacing-page:18px}.topbar-inner{padding-top:8px}.brand-logo{height:33px}.progress-wrap{padding-bottom:9px}.step-panel{min-height:calc(100dvh - 103px - env(safe-area-inset-top));padding-top:20px}.amount-control{gap:14px}.amount-input{width:min(46vw,175px)}.answer-card{min-height:80px;padding:13px 14px}.address-card{padding:20px 16px}.address-suggestions{width:calc(100% - 32px);left:16px}.offer-card{border-left:0;border-right:0;border-radius:0}.offer-hero{padding:30px 20px 26px}.offer-card h2{font-size:24px;line-height:30px}.offer-scarcity{margin:0 14px}.offer-landing-content{padding:14px}.offer-product-grid{padding:18px}.offer-checkout{margin:16px 18px 18px}.offer-guarantee{padding:24px 18px}.offer-guarantee>img{width:110px;height:110px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
