:root{--ink:#07111f;--navy:#0b192a;--navy2:#10243a;--lime:#c7f43d;--lime2:#a9dd14;--cream:#f5f3ed;--white:#fff;--muted:#647081;--line:#dce1e7;--shadow:0 25px 70px rgba(4,15,29,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:"DM Sans",sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}
.site-header{height:78px;padding:0 clamp(24px,5vw,74px);display:flex;align-items:center;gap:38px;color:white;background:var(--ink);position:relative;z-index:10}.brand{display:inline-flex;align-items:center;gap:10px;line-height:.9}.brand-mark{display:grid;place-items:center;width:43px;height:43px;background:var(--lime);color:var(--ink);font:800 13px Manrope;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.brand b{display:block;font:800 17px Manrope;letter-spacing:.08em}.brand small{display:block;font:700 11px Manrope;letter-spacing:.28em;color:var(--lime);margin-top:5px}.site-header nav{display:flex;gap:30px;margin-left:auto}.site-header nav a{font-size:14px;color:#bec7d2}.site-header nav a:hover{color:var(--lime)}.header-phone{font-weight:700}.button{border:0;background:var(--lime);color:var(--ink);font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:54px;padding:0 24px;cursor:pointer;transition:.2s;box-shadow:0 8px 22px rgba(199,244,61,.15)}.button:hover{background:#d7ff63;transform:translateY(-2px)}.button-small{min-height:42px;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.hero{min-height:700px;position:relative;color:white;display:flex;align-items:center;padding:70px clamp(24px,8vw,128px);overflow:hidden;background:linear-gradient(90deg,rgba(3,11,21,.98) 0%,rgba(3,11,21,.91) 35%,rgba(3,11,21,.28) 67%,rgba(3,11,21,.15) 100%),url("/assets/brooklyn-car-cash-hero.png") center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(transparent,rgba(5,14,25,.72))}.hero-glow{position:absolute;width:400px;height:400px;background:var(--lime);filter:blur(180px);opacity:.08;left:-100px;top:80px}.hero-content{max-width:670px;position:relative;z-index:2}.eyebrow{font:800 12px Manrope;letter-spacing:.2em;color:var(--lime);margin:0 0 22px}.eyebrow.dark{color:#678000}.hero h1,.comparison h2,.areas h2,.cta h2{font:800 clamp(58px,7vw,104px)/.92 Manrope;margin:0;letter-spacing:-.055em}.hero h1 em,.comparison h2 em,.areas h2 em,.cta h2 em{font-style:normal;color:var(--lime)}.hero-copy{max-width:560px;font-size:20px;line-height:1.55;color:#d7dce3;margin:28px 0}.hero-points{display:flex;gap:24px;font-size:14px;color:#dce5ed;margin-bottom:32px}.hero-points span{white-space:nowrap}.hero-points span::first-letter{color:var(--lime)}.button-hero{min-height:62px;text-transform:uppercase;font-size:13px;letter-spacing:.07em;padding:0 28px}.button-hero span{font-size:22px}.hero-proof{position:absolute;z-index:2;right:5vw;bottom:42px;border-left:3px solid var(--lime);padding-left:15px;display:flex;flex-direction:column;align-items:flex-start}.hero-proof strong{font:800 12px Manrope;letter-spacing:.15em}.hero-proof span{font-size:13px;color:#bbc4ce;margin-top:4px}
.offer-shell{padding:100px clamp(20px,6vw,90px) 120px;background:var(--cream)}.offer-intro{text-align:center;max-width:720px;margin:auto}.offer-intro h2,.section-heading h2{font:800 clamp(36px,4vw,58px)/1 Manrope;letter-spacing:-.045em;margin:0}.offer-intro>p:last-child,.section-heading>p:last-child{color:var(--muted);font-size:17px}.form-card{max-width:940px;margin:48px auto 0;background:white;box-shadow:var(--shadow);border-top:5px solid var(--lime)}.progress{height:105px;padding:28px 9% 20px;display:flex;justify-content:space-between;position:relative;border-bottom:1px solid #e8ebef}.progress-line{position:absolute;top:45px;left:13%;right:13%;height:3px;background:#e2e6e9}.progress-line span{display:block;width:0;height:100%;background:var(--lime2);transition:.4s}.progress-step{position:relative;text-align:center;color:#9aa2ac;font-size:12px;font-weight:700}.progress-step b{display:grid;place-items:center;margin:auto auto 8px;width:35px;height:35px;border-radius:50%;background:#e7eaed;color:#858e98;border:5px solid white;box-shadow:0 0 0 1px #e7eaed}.progress-step.active,.progress-step.complete{color:var(--ink)}.progress-step.active b,.progress-step.complete b{background:var(--lime);color:var(--ink);box-shadow:0 0 0 1px var(--lime)}fieldset{border:0;margin:0}.form-step{display:none;padding:48px clamp(24px,7vw,72px)}.form-step.active{display:block}.form-step legend{display:block;width:100%;font:800 30px Manrope;letter-spacing:-.03em;text-align:center}.step-subtitle{text-align:center;color:var(--muted);margin:10px 0 35px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-grid.three{grid-template-columns:repeat(3,1fr)}label,.label-text{display:block;font-size:13px;font-weight:700;margin-bottom:20px}.hint{float:right;color:#89929c;font-size:11px;font-weight:500}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{width:100%;border:1px solid #d6dce2;background:#fbfcfc;padding:15px 16px;margin-top:8px;outline:0;transition:.2s;color:var(--ink)}input:focus,select:focus,textarea:focus{border-color:#91b800;box-shadow:0 0 0 3px rgba(199,244,61,.2)}textarea{min-height:90px;resize:vertical}.consent{display:flex;gap:10px;font-weight:400;font-size:11px;line-height:1.45;color:#727b85}.consent input{margin-top:2px;accent-color:var(--lime2)}.form-actions{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.secure{font-size:11px;color:#8a929b}.next-button,.submit-button{text-transform:uppercase;font-size:12px;letter-spacing:.06em;min-width:230px}.text-button{border:0;background:none;font-weight:700;cursor:pointer}.honeypot{position:absolute!important;left:-9999px!important}.valuation-screen,.success-screen{display:none;text-align:center;padding:80px 20px}.valuation-screen.active,.success-screen.active{display:block}.valuation-screen h3,.success-screen h3{font:800 32px Manrope;margin:8px 0 15px}.valuation-screen ul{display:inline-block;text-align:left;list-style:none;padding:0;color:#8a939c;line-height:2}.valuation-screen li:before{content:"○";margin-right:10px}.valuation-screen li.done{color:var(--ink)}.valuation-screen li.done:before{content:"✓";color:#7da000}.scanner{width:96px;height:96px;border:1px solid #dfe4e8;border-radius:50%;display:grid;place-items:center;margin:0 auto 28px;position:relative;overflow:hidden}.scanner span{position:absolute;inset:-1px;background:conic-gradient(var(--lime),transparent 25%);animation:spin 1s linear infinite}.car-icon{position:relative;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:white;color:var(--ink);font-size:26px}@keyframes spin{to{transform:rotate(360deg)}}.rating-block{border:1px solid #dbe0e4;padding:20px 22px;margin-bottom:20px}.rating-block>div:first-child{display:flex;justify-content:space-between}.rating-block output{font-weight:800;color:#6d8900}.rating{width:100%;accent-color:var(--lime2);margin:18px 0 6px}.rating-labels{display:flex;justify-content:space-between;font-size:10px;color:#8b939b}.choice-row{display:flex;gap:10px;margin-top:8px}.choice{flex:1;margin:0}.choice input{position:absolute;opacity:0}.choice span{display:block;border:1px solid #d6dce2;text-align:center;padding:15px;background:#fbfcfc}.choice input:checked+span{border-color:#8cae15;background:#f5fbdc;box-shadow:0 0 0 1px #8cae15}.payoff-fields{display:none;grid-template-columns:1fr 1fr;gap:20px}.payoff-fields.active{display:grid}.final-summary{display:flex;align-items:center;background:#f2f5f6;padding:18px 20px;margin:10px 0 20px;gap:20px}.final-summary span{font-size:10px;letter-spacing:.12em;color:#808a93}.final-summary strong{margin-right:auto}.final-summary button{border:0;background:none;text-decoration:underline;cursor:pointer}.form-legal{text-align:center;font-size:10px;color:#89919a}.success-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 24px;border-radius:50%;background:var(--lime);font-size:30px;font-weight:800}.success-screen>p:not(.eyebrow){max-width:570px;margin:0 auto 25px;color:var(--muted)}.success-ticket{max-width:500px;margin:auto;text-align:left;background:#f3f5f4;padding:24px}.success-ticket>span{font-size:10px;letter-spacing:.13em;font-weight:800}.success-ticket ol{line-height:2;color:#4f5964}
.comparison{background:var(--ink);color:white;padding:120px clamp(24px,8vw,128px);display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;align-items:center}.comparison h2,.areas h2{font-size:clamp(46px,5vw,72px)}.comparison>div>p:not(.eyebrow){max-width:480px;color:#aeb8c4;line-height:1.7}.comparison-note{border-left:3px solid var(--lime);padding-left:16px;font-weight:700;color:white!important}.compare-card{background:white;color:var(--ink);box-shadow:0 20px 60px rgba(0,0,0,.3)}.compare-card>div{display:grid;grid-template-columns:1.3fr .8fr .8fr;align-items:center;min-height:68px;padding:0 25px;border-bottom:1px solid #e5e8eb;font-size:13px}.compare-card .compare-head{background:var(--lime);font-size:11px;text-transform:uppercase}.compare-card strong{text-align:center;font-size:22px;color:#6c8c00}.compare-card span{text-align:center;color:#77818b}
.how{padding:120px clamp(24px,8vw,128px);background:white}.section-heading{text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:60px auto 0}.steps-grid article{padding:30px 45px;text-align:center;border-right:1px solid #e3e6e8}.steps-grid article:last-child{border:0}.steps-grid article>span{font:800 11px Manrope;color:#88aa0d;letter-spacing:.15em}.line-icon{font:800 44px Manrope;margin:15px}.steps-grid h3{font:800 19px Manrope}.steps-grid p{color:var(--muted);line-height:1.6;font-size:14px}.areas{background:var(--navy2);color:white;padding:100px clamp(24px,8vw,128px);display:grid;grid-template-columns:1fr 1fr;gap:10vw;align-items:center}.areas>div:last-child{color:#b8c2cc;line-height:1.8}.area-list{color:white!important;font-weight:700}.areas a{color:var(--lime);font-weight:800}.cta{text-align:center;color:white;padding:100px 20px;background:radial-gradient(circle at 50% 100%,#233d31,transparent 38%),var(--ink)}.cta h2{font-size:clamp(55px,7vw,90px)}.cta p:not(.eyebrow){color:#b8c2cc}.cta .button{margin-top:20px}footer{background:#050c15;color:#93a0ae;padding:50px clamp(24px,7vw,100px);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;font-size:12px;line-height:1.7}footer p:last-child{text-align:right}footer a:hover{color:var(--lime)}
@media(max-width:900px){.site-header nav,.header-phone{display:none}.site-header .button{margin-left:auto}.hero{min-height:650px;background-position:62% center}.comparison,.areas{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr}.steps-grid article{border-right:0;border-bottom:1px solid #e3e6e8}.comparison{gap:50px}footer{grid-template-columns:1fr;text-align:center;gap:20px}footer .brand{margin:auto}footer p:last-child{text-align:center}}
@media(max-width:600px){.site-header{height:68px;padding:0 16px}.site-header .button{display:none}.brand b{font-size:14px}.hero{min-height:650px;padding:60px 22px;background-position:68% center}.hero:before{content:"";position:absolute;inset:0;background:rgba(4,12,22,.25)}.hero h1{font-size:56px}.hero-copy{font-size:17px}.hero-points{gap:10px;flex-wrap:wrap}.hero-proof{display:none}.offer-shell{padding:70px 12px}.form-card{margin-top:30px}.form-step{padding:35px 20px}.field-grid,.field-grid.three,.payoff-fields.active{grid-template-columns:1fr;gap:0}.progress{padding-left:7%;padding-right:7%}.progress-line{left:15%;right:15%}.form-actions{gap:15px}.form-actions .secure{display:none}.next-button,.submit-button{min-width:0;flex:1}.compare-card>div{padding:0 10px;font-size:11px}.comparison,.how,.areas{padding:80px 22px}.steps-grid article{padding:28px 10px}.final-summary{align-items:flex-start;flex-wrap:wrap}.final-summary strong{width:70%}}

/* Premium brand, video, SEO directory, and local landing pages */
.site-header{height:88px;padding-inline:clamp(20px,4vw,68px);gap:28px}.brand{gap:0}.brand img{display:block;width:330px;height:auto}.site-header nav{gap:24px}.site-header nav a{font-size:13px}.header-phone{font-family:Manrope,sans-serif;text-align:right;line-height:1;white-space:nowrap}.header-phone strong{display:block;font-size:16px;letter-spacing:.02em}.header-phone em{font-style:normal;color:var(--lime)}.header-phone small{display:block;margin-top:6px;font-size:10px;letter-spacing:.14em;color:#9ca9b7}
.hero{background:#07111f}.hero:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(3,11,21,.98) 0%,rgba(3,11,21,.91) 35%,rgba(3,11,21,.28) 67%,rgba(3,11,21,.15) 100%)}.hero:after{z-index:1}.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-glow{z-index:2}.hero-proof{z-index:2}
.video-showcase{padding:110px clamp(24px,8vw,128px);background:white;display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:center}.video-copy h2{font:800 clamp(38px,4vw,60px)/1.02 Manrope;margin:0;letter-spacing:-.045em}.video-copy>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.7}.video-copy>a{display:inline-block;color:#6e8c00;font-weight:800;margin-top:12px}.video-frame{position:relative;aspect-ratio:16/9;background:var(--ink);box-shadow:var(--shadow);overflow:hidden}.video-frame video,.video-frame iframe{width:100%;height:100%;display:none;border:0;object-fit:cover}.video-frame.has-video video,.video-frame.has-video iframe{display:block}.video-placeholder{position:absolute;inset:0;display:grid;place-content:center;text-align:center;color:white;background:linear-gradient(rgba(4,13,24,.62),rgba(4,13,24,.88)),url("/assets/brooklyn-car-cash-hero.png") center/cover}.video-frame.has-video .video-placeholder{display:none}.video-placeholder span{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 18px;border-radius:50%;background:var(--lime);color:var(--ink);font-size:22px;padding-left:4px}.video-placeholder strong{font:800 18px Manrope}.video-placeholder small{color:#b7c1cb;margin-top:8px}
.service-directory{padding:110px clamp(24px,8vw,128px);background:#eef1ee}.service-links{max-width:1150px;margin:48px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.service-links a{min-height:96px;background:white;border:1px solid #dfe4df;padding:20px;display:flex;align-items:center;justify-content:space-between;font:800 14px/1.35 Manrope;transition:.2s}.service-links a:after{content:"→";color:#779600;font-size:20px}.service-links a:hover{transform:translateY(-3px);border-color:#aacd2f;box-shadow:0 12px 30px rgba(8,21,34,.08)}
.area-article{padding:110px clamp(24px,8vw,128px);background:white}.area-article-inner{max-width:1080px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.area-article h2{font:800 clamp(40px,5vw,68px)/1 Manrope;letter-spacing:-.05em;margin:0}.area-article-copy{font-size:16px;line-height:1.85;color:#52606d}.area-article-copy p:first-child{margin-top:0}.area-article-cta{margin-top:28px;display:flex;align-items:center;gap:22px}.area-article-cta a:last-child{font-weight:800;color:#678500}
footer .brand img{width:300px}
.legal-link,.footer-legal{border:0;background:none;padding:0;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}.legal-link{font-weight:700;color:#526b00}.footer-legal:hover{color:var(--lime)}.legal-footer-row{text-align:center!important}.modal-open{overflow:hidden}.legal-modal[hidden]{display:none}.legal-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px}.legal-backdrop{position:absolute;inset:0;background:rgba(2,8,15,.78);backdrop-filter:blur(5px)}.legal-dialog{position:relative;width:min(850px,100%);max-height:min(86vh,900px);overflow:auto;background:white;padding:clamp(28px,5vw,60px);box-shadow:0 28px 90px rgba(0,0,0,.4)}.legal-close{position:sticky;float:right;top:0;width:40px;height:40px;border:0;border-radius:50%;background:var(--ink);color:white;font-size:24px;line-height:1;cursor:pointer}.legal-document h2{font:800 clamp(34px,5vw,52px)/1 Manrope;letter-spacing:-.04em;margin:8px 0 28px}.legal-document h3{font:800 17px Manrope;margin:28px 0 8px}.legal-document p{color:#4f5b66;line-height:1.75;font-size:14px}.legal-document a{color:#587300;font-weight:700}
@media(max-width:1050px){.site-header nav{display:none}.site-header .header-phone{margin-left:auto}.video-showcase,.area-article-inner{grid-template-columns:1fr}.service-links{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.site-header{height:76px}.brand img{width:225px}.header-phone strong{font-size:12px}.header-phone small{font-size:8px}.video-showcase,.service-directory,.area-article{padding:75px 20px}.service-links{grid-template-columns:1fr}.video-copy h2{font-size:40px}.area-article-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.site-header .brand{margin-right:auto}.site-header .brand img{width:205px}.site-header .header-phone{display:none}.site-header .button{display:none}.hero:before{z-index:1;background:linear-gradient(90deg,rgba(3,11,21,.96),rgba(3,11,21,.55))}}

/* Conversion-focused offer experience */
.hero-microcopy{margin:14px 0 0;color:#8997a6;font-size:11px;letter-spacing:.04em}.offer-shell{position:relative;background:linear-gradient(180deg,#f7f6f1 0%,#ecefeb 100%);overflow:hidden}.offer-shell:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:var(--lime);filter:blur(190px);opacity:.09;right:-220px;top:100px}.offer-kicker{position:relative;z-index:1;width:max-content;max-width:100%;margin:0 auto 28px;padding:10px 16px;background:var(--ink);color:white;display:flex;align-items:center;gap:11px;font-size:10px;letter-spacing:.09em}.offer-kicker>span:last-child{color:#aeb9c4;letter-spacing:0}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 0 rgba(199,244,61,.65);animation:offerPulse 1.8s infinite}@keyframes offerPulse{70%{box-shadow:0 0 0 9px rgba(199,244,61,0)}100%{box-shadow:0 0 0 0 rgba(199,244,61,0)}}.offer-intro{position:relative;z-index:1}.offer-intro h2 em{font-style:normal;color:#719000}.conversion-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:24px}.conversion-chips span{padding:8px 12px;background:white;border:1px solid #dce2da;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.conversion-chips span:before{content:"✓";color:#759500;margin-right:6px}.offer-stage{position:relative;z-index:1;max-width:1230px;margin:48px auto 0;display:grid;grid-template-columns:290px 1fr;gap:22px;align-items:start}.offer-stage .form-card{margin:0;max-width:none;width:100%}
.text-offer-preview{position:sticky;top:20px;background:#f8f8f6;border:8px solid var(--ink);border-radius:32px;min-height:555px;padding:14px 14px 24px;box-shadow:0 28px 70px rgba(4,15,29,.22);overflow:hidden}.phone-top{display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:800;padding:0 6px 11px}.phone-top i{width:75px;height:18px;background:var(--ink);border-radius:12px}.phone-top b{font-size:6px;letter-spacing:2px}.phone-contact{text-align:center;border-bottom:1px solid #ddd;padding:8px 0 15px;margin-bottom:18px}.phone-contact div{width:45px;height:45px;border-radius:50%;background:var(--lime);display:grid;place-items:center;margin:auto;font:800 11px Manrope}.phone-contact strong,.phone-contact small{display:block}.phone-contact strong{font:800 12px Manrope;margin-top:8px}.phone-contact small{font-size:9px;color:#7e8790;margin-top:3px}.message{max-width:88%;padding:11px 13px;border-radius:16px 16px 16px 4px;background:#e3e5e5;font-size:11px;line-height:1.45;margin-bottom:8px}.message.accent{background:var(--lime);font-weight:700}.message-time{text-align:left;padding-left:4px;font-size:8px;color:#8a939b}.phone-promise{position:absolute;left:0;right:0;bottom:0;background:var(--ink);color:white;padding:20px}.phone-promise strong,.phone-promise span{display:block}.phone-promise strong{font:800 10px Manrope;color:var(--lime);letter-spacing:.12em}.phone-promise span{font-size:10px;line-height:1.4;color:#b1bbc5;margin-top:6px}.step-badge{width:max-content;margin:0 auto 14px;background:#eef4d6;color:#5d7600;padding:6px 10px;font:800 9px Manrope;letter-spacing:.1em}.phone-field{padding:17px;border:2px solid #b4db2d;background:#f9fce9;position:relative}.phone-field .hint{color:#5e7900}.phone-field input:not([type=checkbox]){background:white!important;border-color:#a7cb2c!important;font-size:18px;font-weight:700}.phone-field small{display:block;color:#647071;font-weight:500;font-size:10px;margin-top:8px}.submit-button,.next-button{box-shadow:0 10px 28px rgba(151,195,18,.25)}
.buy-anything{padding:120px clamp(24px,8vw,128px);background:radial-gradient(circle at 20% 50%,#19302d,transparent 30%),var(--ink);color:white;display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center}.buy-anything-heading h2{font:800 clamp(48px,5.3vw,78px)/.95 Manrope;letter-spacing:-.055em;margin:0}.buy-anything-heading h2 em{font-style:normal;color:var(--lime)}.buy-anything-heading>p:not(.eyebrow){color:#aeb8c4;line-height:1.7;max-width:520px}.buy-anything-heading .button{margin-top:20px}.vehicle-spectrum{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.vehicle-spectrum article{min-height:390px;background:#102035;border:1px solid #26384c;padding:28px 22px;display:flex;flex-direction:column;transition:.25s}.vehicle-spectrum article:nth-child(2){transform:translateY(-20px);background:#142a43}.vehicle-spectrum article:nth-child(3){background:linear-gradient(145deg,#18342e,#102035);border-color:#789626}.vehicle-spectrum article:hover{transform:translateY(-8px);border-color:var(--lime)}.vehicle-spectrum article:nth-child(2):hover{transform:translateY(-28px)}.spectrum-value{font:800 10px Manrope;letter-spacing:.13em;color:var(--lime)}.spectrum-icon{width:62px;height:62px;display:grid;place-items:center;border:1px solid #3c5064;color:var(--lime);font-size:27px;margin:55px 0 30px}.vehicle-spectrum h3{font:800 18px Manrope;margin:0 0 12px}.vehicle-spectrum p{color:#aab5bf;font-size:12px;line-height:1.7;margin:0}
@media(max-width:1050px){.offer-stage{grid-template-columns:1fr;max-width:940px}.text-offer-preview{display:none}.buy-anything{grid-template-columns:1fr}.vehicle-spectrum{margin-top:30px}}
@media(max-width:700px){.offer-kicker{width:100%;justify-content:center;flex-wrap:wrap;text-align:center}.offer-intro h2{font-size:43px}.conversion-chips{display:grid;grid-template-columns:1fr 1fr}.conversion-chips span{text-align:left}.buy-anything{padding:80px 20px}.vehicle-spectrum{grid-template-columns:1fr}.vehicle-spectrum article,.vehicle-spectrum article:nth-child(2){min-height:270px;transform:none}.spectrum-icon{margin:30px 0 20px}.hero-microcopy{font-size:9px}}

/* Make example values clearly behave like placeholders. */
input::placeholder,textarea::placeholder{color:#737d87;opacity:.72;transition:opacity .18s ease,color .18s ease}
input:focus::placeholder,textarea:focus::placeholder{color:#b5bbc1;opacity:.22}

/* Stronger conversion CTAs and offer-text phone preview. */
.button{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08)}
.button:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.38),transparent);transform:translateX(-130%);transition:transform .65s ease;pointer-events:none}
.button:hover:before{transform:translateX(130%)}
.button-pulse{box-shadow:0 16px 42px rgba(169,221,20,.36),0 0 0 6px rgba(199,244,61,.12)}
.button-pulse:hover{box-shadow:0 22px 56px rgba(169,221,20,.46),0 0 0 8px rgba(199,244,61,.18)}
.button-hero,.next-button,.submit-button{min-height:68px;padding-inline:34px}
.next-button,.submit-button{font-size:13px}
.message.offer-card{background:#07111f;color:white;border:1px solid var(--lime);box-shadow:0 14px 28px rgba(7,17,31,.18);padding:14px 15px}
.message.offer-card span{display:block;font:800 8px Manrope;letter-spacing:.14em;color:var(--lime);text-transform:uppercase;margin-bottom:6px}
.message.offer-card strong{display:block;font:800 30px/1 Manrope;letter-spacing:-.04em;color:white}
.message.offer-card small{display:block;color:#bcc7d2;font-size:9px;line-height:1.35;margin-top:6px}
.message.accent{box-shadow:0 10px 24px rgba(169,221,20,.24)}
@media(max-width:600px){.button-hero,.next-button,.submit-button{min-height:58px;padding-inline:20px}.button-pulse{box-shadow:0 12px 28px rgba(169,221,20,.28),0 0 0 5px rgba(199,244,61,.1)}}

.cta-graphic{gap:18px;min-width:min(100%,340px);padding:12px 18px 12px 24px;background:linear-gradient(135deg,#dfff63 0%,#c7f43d 44%,#9ec317 100%);border:1px solid rgba(255,255,255,.38);border-radius:999px;box-shadow:0 20px 50px rgba(156,201,19,.36),inset 0 1px 0 rgba(255,255,255,.62);text-align:left}
.cta-graphic:hover{background:linear-gradient(135deg,#ecff8b 0%,#d8ff59 46%,#a9d21b 100%);transform:translateY(-3px) scale(1.01)}
.cta-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px;line-height:1}
.cta-copy small{font:800 10px/1 Manrope,sans-serif;letter-spacing:.15em;text-transform:uppercase;color:#415500}
.cta-copy strong{font:800 clamp(17px,1.55vw,23px)/1 Manrope,sans-serif;letter-spacing:-.035em;color:#07111f;white-space:nowrap}
.cta-arrow{position:relative;z-index:1;width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:#07111f;color:var(--lime);font-size:24px;line-height:1;box-shadow:0 12px 24px rgba(7,17,31,.22)}
.cta-compact{min-width:0;min-height:50px;padding:7px 10px 7px 16px;gap:10px}
.cta-compact .cta-copy small{font-size:8px;letter-spacing:.12em}
.cta-compact .cta-copy strong{font-size:13px;letter-spacing:.01em}
.cta-compact .cta-arrow{width:30px;height:30px;flex-basis:30px;font-size:17px}
.form-actions .cta-graphic{min-width:310px}
@media(max-width:700px){.cta-graphic{width:100%;justify-content:space-between;min-width:0}.cta-copy strong{white-space:normal}.form-actions .cta-graphic{min-width:0}}

/* Alternate test landing page: form-first split hero. */
.test-layout main{display:flex;flex-direction:column}
.test-layout .hero{display:none}
.test-layout .video-showcase{order:-9;display:grid;background:linear-gradient(135deg,#f7f6f1 0%,#eef2e6 100%);padding:88px clamp(18px,5vw,72px);grid-template-columns:minmax(360px,.72fr) minmax(520px,1.28fr);gap:34px}
.test-layout .video-copy{max-width:470px;align-self:center}
.test-layout .video-copy h2{font-size:clamp(38px,4.4vw,68px)}
.test-layout .video-copy>p:not(.eyebrow){font-size:18px;color:#52606d}
.test-layout .video-copy>a{display:inline-flex;align-items:center;margin-top:18px;padding:14px 18px;background:#07111f;color:white;font:800 12px Manrope,sans-serif;letter-spacing:.1em;text-transform:uppercase}
.test-layout .video-copy>a:after{content:"→";display:grid;place-items:center;width:26px;height:26px;margin-left:14px;border-radius:50%;background:var(--lime);color:#07111f;font-size:16px}
.test-layout .video-frame{border:10px solid #07111f;box-shadow:0 30px 80px rgba(7,17,31,.2)}
.test-offer-hero{order:-10;min-height:calc(100vh - 88px);padding:34px clamp(18px,4vw,58px) 80px;background:radial-gradient(circle at 18% 12%,rgba(199,244,61,.16),transparent 28%),linear-gradient(135deg,#07111f 0%,#0e1e32 52%,#07111f 100%);color:white}
.test-offer-hero:before{opacity:.18;right:auto;left:-180px;top:30px}
.test-offer-hero .offer-kicker{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:0 20px 60px rgba(0,0,0,.24)}
.test-offer-hero .offer-intro{max-width:1240px;text-align:left;margin:0 auto}
.test-offer-hero .offer-intro .eyebrow{color:var(--lime)}
.test-offer-hero .offer-intro h2{max-width:860px;font-size:clamp(46px,5.7vw,92px);color:white}
.test-offer-hero .offer-intro h2 em{color:var(--lime)}
.test-offer-hero .offer-intro>p{max-width:760px;color:#c8d2dc;font-size:19px;line-height:1.65}
.test-offer-hero .conversion-chips{justify-content:flex-start}
.test-offer-hero .conversion-chips span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);color:white}
.test-cta-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:30px auto 0;width:100%;max-width:1240px}
.test-cta-cards div{position:relative;overflow:hidden;min-height:138px;padding:24px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055));border:1px solid rgba(199,244,61,.24);box-shadow:0 18px 46px rgba(0,0,0,.18)}
.test-cta-cards div:after{content:"";position:absolute;width:110px;height:110px;right:-34px;bottom:-42px;border-radius:50%;background:rgba(199,244,61,.14)}
.test-cta-cards span{display:block;font:800 10px Manrope,sans-serif;letter-spacing:.18em;color:var(--lime);margin-bottom:18px}
.test-cta-cards strong{display:block;position:relative;z-index:1;font:800 22px/1.05 Manrope,sans-serif;letter-spacing:-.035em;color:white}
.test-cta-cards small{display:block;position:relative;z-index:1;margin-top:10px;color:#b9c5d0;line-height:1.45}
.test-offer-hero .offer-stage{max-width:1240px;grid-template-columns:minmax(520px,1fr) minmax(520px,1fr);gap:24px;margin:34px auto 0;align-items:stretch}
.test-drive-panel{position:relative;min-height:735px;height:100%;overflow:hidden;background:#07111f;box-shadow:0 28px 80px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.12)}
.test-drive-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.1) contrast(1.05)}
.test-drive-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,17,31,.88) 0%,rgba(7,17,31,.48) 48%,rgba(7,17,31,.12) 100%),linear-gradient(180deg,rgba(7,17,31,.05),rgba(7,17,31,.74))}
.test-drive-overlay{position:absolute;z-index:1;left:34px;right:auto;bottom:42px;width:min(92%,520px);text-align:left}
.test-drive-overlay .eyebrow{color:var(--lime)}
.test-drive-overlay h2{font:800 clamp(62px,6.8vw,118px)/.84 Manrope,sans-serif;letter-spacing:-.075em;margin:0;color:white;text-align:left}
.test-drive-overlay h2 em{font-style:normal;color:var(--lime)}
.test-drive-overlay p:not(.eyebrow){max-width:400px;color:#d5dde5;font-size:17px;line-height:1.55}
.test-competitor-callout{position:absolute;z-index:2;left:24px;top:24px;width:min(360px,calc(100% - 48px));padding:20px 22px;background:rgba(7,17,31,.82);border:1px solid rgba(199,244,61,.42);box-shadow:0 22px 58px rgba(0,0,0,.38);backdrop-filter:blur(10px)}
.test-competitor-callout span,.test-competitor-callout strong,.test-competitor-callout small{display:block}
.test-competitor-callout span{font:800 9px Manrope,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--lime);margin-bottom:8px}
.test-competitor-callout strong{font:800 clamp(25px,2.2vw,34px)/.98 Manrope,sans-serif;letter-spacing:-.05em;color:white}
.test-competitor-callout small{margin-top:10px;color:#c6d0d9;font-size:12px;line-height:1.45}
.test-offer-hero .form-card{border-top:0;border-radius:0;box-shadow:0 28px 80px rgba(0,0,0,.34);outline:1px solid rgba(199,244,61,.26);height:100%;display:flex;flex-direction:column}
.test-offer-hero .form-card form{display:flex;flex-direction:column;flex:1}
.test-offer-hero .form-card .form-step.active{display:flex;flex-direction:column;flex:1}
.test-offer-hero .form-step{padding-top:34px;padding-bottom:36px}
.test-offer-hero .form-step legend{font-size:34px}
.test-offer-hero .form-card,.test-offer-hero .form-card label,.test-offer-hero .form-card .label-text,.test-offer-hero .form-card legend{color:#07111f}
.test-offer-hero .form-card .step-subtitle,.test-offer-hero .form-card .hint,.test-offer-hero .form-card .secure,.test-offer-hero .form-card .form-legal,.test-offer-hero .form-card .rating-labels{color:#566271}
.test-offer-hero .form-card input:not([type=checkbox]):not([type=radio]):not([type=range]),.test-offer-hero .form-card select,.test-offer-hero .form-card textarea{color:#07111f;background:#fbfcfc}
.test-offer-hero .form-card .choice span{color:#07111f;background:#fbfcfc}
.test-offer-hero .form-card .text-button,.test-offer-hero .form-card .final-summary button,.test-offer-hero .form-card .legal-link{color:#4f6900}
.test-offer-hero .form-card .button,.test-offer-hero .form-card .button span,.test-offer-hero .form-card .button strong,.test-offer-hero .form-card .button small{color:#07111f}
.test-offer-hero .form-card .cta-arrow{color:var(--lime)}
.test-offer-hero .form-card .valuation-screen,.test-offer-hero .form-card .success-screen,.test-offer-hero .form-card .valuation-screen h3,.test-offer-hero .form-card .success-screen h3{color:#07111f}
@media(max-width:1050px){.test-layout .video-showcase{grid-template-columns:1fr}.test-offer-hero{min-height:0}.test-offer-hero .offer-stage{grid-template-columns:1fr}.test-drive-panel{min-height:460px}.test-cta-cards{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.test-layout .video-showcase{padding:72px 18px}.test-offer-hero{padding:28px 14px 64px}.test-offer-hero .offer-intro{text-align:center}.test-offer-hero .offer-intro>p{font-size:16px}.test-offer-hero .conversion-chips{justify-content:center}.test-cta-cards{grid-template-columns:1fr}.test-drive-panel{min-height:380px}.test-drive-overlay{left:20px;right:20px}.test-offer-hero .form-step legend{font-size:27px}}

.form-start-graphic{position:relative;overflow:hidden;width:min(100%,420px);margin:0 auto 22px;padding:16px 20px;background:linear-gradient(135deg,#07111f,#13243a);color:white;text-align:left;border:1px solid rgba(199,244,61,.38);box-shadow:0 18px 48px rgba(7,17,31,.18),0 0 0 6px rgba(199,244,61,.08)}
.form-start-graphic:before{content:"";position:absolute;right:-34px;top:-48px;width:140px;height:140px;border-radius:50%;background:rgba(199,244,61,.22)}
.form-start-graphic span,.form-start-graphic strong,.form-start-graphic small{position:relative;z-index:1;display:block}
.form-start-graphic span{font:800 10px Manrope,sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--lime)}
.form-start-graphic strong{font:800 clamp(26px,3vw,40px)/.92 Manrope,sans-serif;letter-spacing:-.055em;margin-top:6px}
.form-start-graphic small{margin-top:8px;color:#cbd4de;font-size:12px;letter-spacing:.04em;text-transform:uppercase}
@media(max-width:700px){.form-start-graphic{text-align:center}.test-competitor-callout{left:20px;top:20px;width:calc(100% - 40px)}}

.vehicle-spectrum article{position:relative;overflow:hidden;min-height:430px;padding:0;justify-content:flex-end;background:#081523}
.vehicle-spectrum article img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease;filter:saturate(1.04) contrast(1.03)}
.vehicle-spectrum article:before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,rgba(7,17,31,.02),rgba(7,17,31,.18) 36%,rgba(7,17,31,.96) 100%)}
.vehicle-spectrum article:hover img{transform:scale(1.045);filter:saturate(1.14) contrast(1.08)}
.spectrum-content{position:relative;z-index:2;padding:28px 22px 30px}
.vehicle-spectrum .spectrum-value{display:inline-flex;align-items:center;width:max-content;padding:8px 11px;background:var(--lime);color:#07111f;margin-bottom:16px}
.vehicle-spectrum .spectrum-value:before{content:"";width:7px;height:7px;border-radius:50%;background:#07111f;margin-right:8px}
.vehicle-spectrum h3{font-size:22px;color:white}
.vehicle-spectrum p{font-size:13px;color:#cad3dc}
.spectrum-icon{display:none}

.neighborhood-seo{margin:30px 0 10px;padding:24px;background:linear-gradient(145deg,#f7f9ef,#ffffff);border:1px solid #dfe8c8;box-shadow:0 18px 44px rgba(8,21,34,.07)}
.neighborhood-seo>span{display:block;font:800 10px Manrope,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#6d8900;margin-bottom:10px}
.neighborhood-seo p{margin:0 0 16px!important;color:#51606c!important;font-size:14px!important;line-height:1.65!important}
.neighborhood-seo div{display:flex;flex-wrap:wrap;gap:8px}
.neighborhood-seo b{display:inline-flex;padding:8px 10px;background:#07111f;color:white;font:800 11px Manrope,sans-serif;letter-spacing:.02em}
