/* Bad Vehicle — folha unica.
   Extraida do mockup na ordem original dos blocos <style>, porque a
   cascata depende dela: o bloco de override do Divi precisa continuar
   vindo ANTES das secoes que o neutralizam com !important.
   Blocos: badvehicle-divi-color-overrides, badvehicle-clean-pass, badvehicle-v10 */

:root{
  --background:#ffffff;
  --background-alt:#0b0b0b;
  --foreground:#111111;
  --muted:#5e5e5e;
  --accent:#f4c430;
  --accent-deep:#d4a514;
  --accent-pale:#ffe28a;
  --line:#dddddd;
  --surface:#f7f5ee;
  --navy:#0b0b0b;
  --white:#fff;
  --dark-line:rgba(244,196,48,.22);
  --font:'Manrope',Arial,sans-serif;
  --serif:'DM Serif Display',Georgia,serif;
  --ease:cubic-bezier(.16,1,.3,1);
  --gutter:clamp(22px,5vw,88px);
  --header-height:124px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:145px}
body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.06;letter-spacing:-.045em}h2{font-size:clamp(38px,4.8vw,72px);font-weight:600}h3{font-size:clamp(22px,2vw,30px);font-weight:600}p{max-width:65ch}em{font-family:var(--serif);font-weight:400}.shell{width:min(1440px,100% - var(--gutter)*2);margin-inline:auto}.section{padding-block:clamp(82px,8.5vw,144px)}
.eyebrow{display:flex;align-items:center;gap:15px;margin-bottom:25px;font-size:12px;font-weight:800;line-height:1.5;letter-spacing:.15em;text-transform:uppercase;color:var(--accent-deep)}.eyebrow:before{content:'';width:28px;height:1px;background:currentColor;flex:none}.dark{background:var(--background-alt);color:var(--white)}.dark .eyebrow{color:var(--accent-pale)}.dark p{color:#d6d6d6}.text-muted{color:var(--muted)}.section-head{display:grid;grid-template-columns:1.3fr .7fr;gap:80px;align-items:end;margin-bottom:60px}.section-head>p{color:var(--muted);padding-bottom:5px}.dark .section-head>p{color:#d6d6d6}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;min-height:58px;padding:18px 24px;border:1px solid transparent;background:var(--accent);color:#111111;font-size:12px;line-height:1.5;font-weight:800;letter-spacing:.065em;text-transform:uppercase;transition:background .3s,border-color .3s,transform .3s}.button:hover{background:#ffc84e;transform:translateY(-1px)}.arrow{display:inline-block;font-size:22px;font-weight:400;line-height:1;transition:transform .3s var(--ease)}a:hover .arrow,button:hover .arrow{transform:translateX(5px)}.button.outline{background:transparent;border-color:rgba(255,255,255,.35);color:#fff}.button.outline:hover{border-color:var(--accent);background:rgba(243,180,45,.08)}.text-link{display:inline-flex;align-items:center;gap:24px;font-size:12px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;padding-block:14px;border-bottom:1px solid currentColor;line-height:1.5}
.header{position:fixed;inset:0 0 auto;z-index:80;color:#fff;transition:background .3s,box-shadow .3s;background:linear-gradient(180deg,rgba(0,0,0,.86),transparent)}.header.scrolled{background:rgba(0,0,0,.97);box-shadow:0 1px 0 var(--dark-line)}.utility{background:var(--accent);color:#111111;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.4}.utility .shell{display:flex;justify-content:space-between;align-items:center;min-height:34px;gap:15px}.utility-benefits{display:flex;gap:25px}.utility a{font-size:13px;letter-spacing:.02em}.navigation{height:90px;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--dark-line)}
.wordmark{display:flex;align-items:center;gap:13px;flex-shrink:0}.badvehicle-logo{display:block;width:auto;height:58px;max-width:230px;object-fit:contain}.footer .badvehicle-logo{height:70px;max-width:260px}.mark{width:43px;height:43px;border:1px solid var(--accent);display:grid;place-items:center;font-family:var(--serif);font-size:20px;color:var(--accent);position:relative}.mark:after{content:'';position:absolute;inset:5px;border:1px solid rgba(243,180,45,.32)}.wordmark-copy{display:flex;flex-direction:column;font-size:18px;line-height:1;letter-spacing:.07em;font-weight:700}.wordmark-copy small{font-size:8px;letter-spacing:.23em;margin-top:7px;color:#ffffff}.nav-links{display:flex;align-items:center;gap:clamp(17px,2vw,32px);margin-left:auto}.nav-links a{font-size:12px;font-weight:600;position:relative;padding-block:14px}.nav-links a:after{position:absolute;content:'';bottom:5px;left:0;height:1px;width:100%;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s}.nav-links a:hover:after{transform:scaleX(1)}.nav-cta{min-height:46px;font-size:10px;padding:14px 19px;gap:20px}.menu-toggle{display:none;background:transparent;border:1px solid var(--dark-line);width:48px;height:48px;padding:13px}.menu-toggle span{display:block;width:22px;height:1px;background:#fff;margin:5px 0;transition:transform .3s}.menu-open .menu-toggle span:first-child{transform:translateY(3px) rotate(45deg)}.menu-open .menu-toggle span:last-child{transform:translateY(-3px) rotate(-45deg)}.mobile-menu{position:fixed;inset:var(--header-height) 0 0;z-index:75;background:var(--background-alt);color:#fff;overflow:auto;padding:40px var(--gutter);visibility:hidden;opacity:0;transform:translateY(-15px);transition:visibility .3s,opacity .3s,transform .5s var(--ease)}.menu-open .mobile-menu{visibility:visible;opacity:1;transform:none}.mobile-menu nav{display:grid}.mobile-menu nav a{font-size:clamp(25px,7vw,45px);font-weight:500;letter-spacing:-.04em;padding:12px 0;border-bottom:1px solid var(--dark-line)}.mobile-menu .button{margin-top:30px;width:100%}.mobile-menu p{font-size:13px;color:#c8c8c8;margin-top:20px}
.hero{height:900px;min-height:900px;position:relative;overflow:hidden;background:var(--background-alt);color:#fff}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg:before{content:'';position:absolute;width:78vw;height:78vw;right:-32vw;top:-24vw;border:1px solid rgba(243,180,45,.18);border-radius:50%;box-shadow:0 0 0 8vw rgba(243,180,45,.025),0 0 0 18vw rgba(243,180,45,.018)}.hero-bg:after{content:'LEMON';position:absolute;right:-2vw;bottom:4vh;font-family:var(--serif);font-size:clamp(120px,21vw,350px);font-style:italic;line-height:.8;color:rgba(243,180,45,.03);letter-spacing:-.08em;transform:rotate(-5deg)}.hero-gridlines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(90deg,#000 0 60%,transparent 88%)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.68) 48%,rgba(0,0,0,.18) 100%),linear-gradient(0deg,rgba(0,0,0,.56),rgba(0,0,0,.06) 56%);pointer-events:none}.hero-inner{position:relative;z-index:2;padding-top:clamp(155px,12vw,185px);padding-bottom:38px;height:900px;min-height:900px;display:flex;flex-direction:column;justify-content:space-between}.hero .eyebrow{color:var(--accent-pale);margin-bottom:20px}.hero h1{font-size:clamp(58px,6.6vw,102px);line-height:.94;letter-spacing:-.06em;font-weight:700;max-width:960px}.hero h1 span{display:block}.hero h1 em{color:var(--accent);font-style:italic}.hero-kicker{margin-top:16px;font-family:var(--serif);font-style:italic;font-size:clamp(23px,2.5vw,36px);line-height:1.16;letter-spacing:-.025em;color:var(--accent-pale)}.hero-copy{max-width:600px;margin-top:18px;color:#ececec;font-size:14px;line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:23px}.hero-trust{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px;margin-top:20px;font-size:10px;font-weight:800;letter-spacing:.055em;line-height:1.5;color:#f2f2f2;text-transform:uppercase}.hero-trust span+span:before{content:'·';margin-right:18px;color:var(--accent)}.hero-trust .review-proof{display:inline-flex;align-items:center;gap:9px;color:#fff}.hero-trust .review-proof:before{content:none}.hero-trust .stars{color:var(--accent);font-size:14px;letter-spacing:.08em;line-height:1}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.24)}.hero-bottom p{font-size:10px;letter-spacing:.13em;font-weight:700;text-transform:uppercase}.hero-bottom p small{display:block;font-weight:400;letter-spacing:.05em;color:#d6d6d6;margin-top:3px}.scroll-link{font-size:9px;letter-spacing:.12em;display:flex;gap:18px;align-items:center}.scroll-link span{font-size:22px}
.positioning{background:var(--accent);color:#111111}.positioning .shell{min-height:155px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;padding-block:30px}.positioning h2{font-size:clamp(26px,3.3vw,45px);line-height:1.1;letter-spacing:-.045em;font-weight:600}.positioning h2 em{color:#493100}.positioning .text-link{border-color:rgba(0,0,0,.45)}

.chapter{background:var(--background-alt);color:#fff}.chapter .eyebrow{color:var(--accent-pale)}.chapter h2{font-size:clamp(50px,7.5vw,120px);line-height:.9;max-width:900px}.chapter h2 em{color:var(--accent);font-style:italic}.chapter p{color:#d6d6d6}.values{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);margin-top:65px}.chapter .values{border-color:var(--dark-line)}.value{padding:28px 25px 0 0}.value+.value{border-left:1px solid var(--line);padding-left:25px}.chapter .value+.value{border-color:var(--dark-line)}.index{font-family:var(--serif);color:var(--accent-deep);font-size:17px}.chapter .index{color:var(--accent-pale)}.value h3{font-size:18px;letter-spacing:-.02em;line-height:1.35;margin:37px 0 13px}.value p{font-size:14px;color:var(--muted);line-height:1.85}.chapter .value p{color:#c8c8c8}
.settlements{background:var(--background);}.settlement-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:70px;align-items:start;margin-bottom:48px}.settlement-head h2{font-size:clamp(48px,7vw,106px);line-height:.92}.settlement-head h2 em{color:var(--accent-deep);font-style:italic}.settlement-copy{padding-top:12px}.settlement-copy p{color:var(--muted);margin-top:20px}.ledger{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.ledger-card{min-height:230px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;transition:background .3s}.ledger-card:hover{background:var(--surface)}.ledger-card small{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.ledger-card strong{font-family:var(--serif);font-size:clamp(28px,3vw,45px);line-height:1;color:var(--accent-deep);font-weight:400}.ledger-card h3{font-size:18px;margin-top:9px}.ledger-card p{font-size:12px;color:var(--muted);line-height:1.5}
.attorney-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(45px,7vw,115px);align-items:center}.attorney-plate{min-height:620px;position:relative;background:var(--surface);padding:42px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);overflow:hidden}.attorney-plate:before{content:'';position:absolute;inset:19px;border:1px solid var(--line);pointer-events:none}.attorney-plate:after{content:'';position:absolute;inset:16px -16px -16px 16px;border:1px solid var(--accent);pointer-events:none;z-index:-1}.attorney-plate .plate-meta{font-size:11px;letter-spacing:.12em;color:var(--muted);display:flex;justify-content:space-between;gap:15px;text-transform:uppercase;z-index:1}.attorney-monogram{font-family:var(--serif);font-size:clamp(140px,18vw,250px);line-height:.9;letter-spacing:-.1em;color:var(--accent-deep);text-align:center;position:relative;padding-right:.1em}.attorney-plate-bottom{z-index:1;padding-top:25px;border-top:1px solid var(--line)}.attorney-plate-bottom strong{display:block;font-size:23px;font-weight:500;letter-spacing:-.04em}.attorney-plate-bottom small{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.attorney-copy h2{margin-bottom:37px}.attorney-copy h3{font-size:21px;letter-spacing:-.025em;margin-bottom:7px}.attorney-title{font-size:11px;color:var(--accent-deep);font-weight:700;letter-spacing:.13em;text-transform:uppercase}.attorney-bio{margin-top:25px}.attorney-bio p{color:var(--muted);font-size:15px;margin-bottom:18px}.attorney-copy .text-link{margin-top:10px;color:var(--accent-deep)}.attorney-note{font-family:var(--serif);font-size:25px;line-height:1.3;margin-top:32px;color:var(--foreground)}
.process{background:var(--surface);border-block:1px solid var(--line)}.process-grid{display:grid;grid-template-columns:5fr 7fr;gap:clamp(45px,8vw,140px);align-items:start}.process-intro{position:sticky;top:165px}.process-intro>p{color:var(--muted);margin-top:25px;font-size:15px}.steps{border-top:1px solid var(--line)}.step{padding:35px 0 38px;display:grid;grid-template-columns:90px 1fr;gap:30px;border-bottom:1px solid var(--line)}.step-number{font-family:var(--serif);font-size:90px;line-height:1;color:#a5b0ba;font-weight:400;letter-spacing:-.06em}.step h3{font-size:25px;margin:10px 0 15px}.step p{color:var(--muted);font-size:14px;line-height:1.8}
.strategy .shell{display:grid;grid-template-columns:1.2fr .8fr;gap:95px;align-items:center}.strategy h2{max-width:820px}.strategy h2 em{color:var(--accent);font-style:italic}.strategy-copy p{font-size:15px;margin-bottom:21px}.strategy-copy .button{margin-top:13px}.why-head{display:grid;grid-template-columns:.38fr 1fr;gap:70px;margin-bottom:60px}.why-head h2{max-width:900px}.why-head .eyebrow{align-self:start;margin-top:10px}.why-ledger{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.why-entry{min-height:145px;padding:24px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;gap:25px;transition:background .3s}.why-entry:hover{background:var(--surface)}.why-entry span{font-size:11px;color:var(--accent-deep)}.why-entry h3{font-size:18px;letter-spacing:-.025em;line-height:1.3}
.statement{padding-block:clamp(80px,9vw,155px);background:var(--navy);color:#fff;overflow:hidden}.statement-intro{display:flex;justify-content:space-between;align-items:start;gap:40px;margin-bottom:52px}.statement-intro p{max-width:320px;font-size:12px;letter-spacing:.11em;font-weight:700;text-transform:uppercase;color:var(--accent-pale)}.statement-intro span{font-size:12px;color:#d0d0d0;letter-spacing:.15em}.statement h2{font-size:clamp(54px,9vw,140px);font-weight:600;line-height:.99;letter-spacing:-.055em}.statement h2 span{display:block}.statement h2 em{color:var(--accent);font-style:italic}.statement-foot{display:flex;justify-content:space-between;align-items:end;gap:30px;border-top:1px solid var(--dark-line);margin-top:45px;padding-top:25px}.statement-foot p{font-size:12px;color:#c8c8c8;max-width:470px}.statement-foot a{color:#fff;white-space:nowrap}
.rights .section-head{align-items:start}.rights-list{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}.rights-list article{display:flex;flex-direction:column;min-height:225px;padding:26px 28px 28px 0;border-bottom:1px solid var(--line)}.rights-list article:not(:nth-child(3n)){margin-right:30px}.rights-list .index{margin-bottom:35px}.rights-list h3{font-size:22px;margin-bottom:12px}.rights-list p{font-size:14px;color:var(--muted)}
.faq{background:var(--surface)}.faq-grid{display:grid;grid-template-columns:4fr 7fr;gap:clamp(45px,8vw,130px)}.faq-intro h2{font-size:clamp(38px,4.5vw,64px)}.faq-intro>p{margin:27px 0;color:var(--muted);font-size:15px}.faq-intro .text-link{color:var(--accent-deep)}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-question{display:grid;grid-template-columns:1fr 28px;gap:22px;width:100%;padding:27px 0;background:transparent;text-align:left;font-size:19px;font-weight:600;letter-spacing:-.025em;line-height:1.4}.faq-question span:last-child{font-size:25px;color:var(--accent-deep);font-weight:400;transition:transform .3s}.faq-question[aria-expanded=true] span:last-child{transform:rotate(45deg)}.faq-answer{padding:0 30px 28px 0;font-size:14px;line-height:1.85;color:var(--muted)}[hidden]{display:none!important}
.states{background:var(--navy);color:#fff}.state-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--dark-line);border-left:1px solid var(--dark-line)}.state-card{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);padding:0;overflow:hidden;transition:background .3s,transform .3s}.state-card:hover{background:rgba(255,230,160,.035);transform:translateY(-2px)}.state-media{height:235px;overflow:hidden;background:#111}.state-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease),filter .3s;filter:saturate(.82) contrast(1.04)}.state-card:hover .state-media img{transform:scale(1.025)}.state-body{display:flex;flex-direction:column;flex:1;padding:30px 32px 32px}.state-card .index{color:var(--accent-pale);font-size:12px}.state-card h3{font-size:clamp(30px,3.4vw,52px);margin:24px 0 16px;letter-spacing:-.045em}.state-card p{font-size:14px;line-height:1.85;color:#d6d6d6;max-width:520px}.state-card .text-link{margin-top:auto;padding-top:22px;border-color:var(--dark-line);font-size:10px;color:var(--accent-pale)}
.contact{background:var(--accent);color:#111111}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,110px);align-items:start}.contact .eyebrow{color:#513700}.contact h2{font-size:clamp(42px,4.8vw,70px)}.contact h2 em{color:#513700;font-style:italic}.contact-intro>p{margin-top:28px;color:#2a2a2a;font-size:15px;max-width:460px}.contact-call{display:inline-block;font-size:clamp(27px,3.2vw,45px);letter-spacing:-.035em;border-bottom:1px solid rgba(0,0,0,.45);margin-top:32px;line-height:1.4}.contact-intro .contact-assurance{font-size:11px;font-weight:800;letter-spacing:.1em;margin-top:22px}.case-form{background:var(--background);color:var(--foreground);padding:clamp(25px,3.4vw,48px)}.case-form h3{font-size:26px;margin-bottom:8px}.form-intro{font-size:12px;color:var(--muted);margin-bottom:28px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:24px 19px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:12px;font-weight:700}.field label span{color:var(--muted);font-weight:400}.field input,.field select,.field textarea{width:100%;min-width:0;border:0;border-bottom:1px solid #a9b6c1;background:transparent;color:var(--foreground);padding:8px 0 12px;font-size:14px;border-radius:0}.field textarea{resize:vertical;min-height:95px;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{outline:0;border-bottom:2px solid var(--accent-deep);padding-bottom:11px}.consent{display:flex;align-items:start;gap:11px;margin-block:25px;font-size:11px;line-height:1.7;color:var(--muted)}.consent input{accent-color:var(--accent-deep);width:17px;height:17px;flex:none;margin:2px 0 0}.case-form .button{width:100%;font-size:11px;gap:15px;background:var(--background-alt);color:#fff}.form-demo-note{font-size:11px;color:var(--muted);line-height:1.7;margin-top:14px}.form-status{margin-top:20px;padding:18px;background:var(--surface);border-left:3px solid var(--accent-deep);font-size:13px;line-height:1.8}
.footer{background:#050505;color:#fff;padding-top:80px;overflow:hidden}.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr .9fr;gap:50px}.footer-brand p{font-size:13px;color:#c8c8c8;max-width:330px;margin-top:25px;line-height:1.9}.footer h3{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:var(--accent-pale);margin:0 0 23px}.footer-links{display:flex;flex-direction:column;align-items:start;gap:11px}.footer-links a{font-size:12px;color:#b8c5d1}.footer-links a:hover{color:#fff;text-decoration:underline}.footer .footer-phone{font-size:17px;color:#fff;letter-spacing:-.02em}.footer-word{font-size:clamp(80px,14.3vw,225px);white-space:nowrap;font-weight:700;line-height:1;letter-spacing:-.07em;color:rgba(255,230,160,.07);margin-top:72px;margin-bottom:23px}.footer-bottom{display:flex;justify-content:space-between;gap:35px;border-top:1px solid var(--dark-line);padding:22px 0;font-size:10px;color:#bdbdbd}.footer-bottom div{display:flex;gap:23px}.legal{font-size:10px;line-height:1.9;color:#b8b8b8;padding:0 0 35px;max-width:1100px}.mobile-dock{display:none}
.reveal{opacity:1;transform:none}.motion-ready .reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--delay,0ms)}.motion-ready .reveal.in-view{opacity:1;transform:none}
@media(max-width:1200px){.nav-links{gap:17px}.navigation{gap:20px}.nav-links a{font-size:11px}.ledger{grid-template-columns:repeat(3,1fr)}.section-head{gap:40px}.strategy .shell{gap:55px}.footer-grid{gap:30px}}
@media(min-width:1025px){.hero{min-height:900px}.hero-inner{min-height:900px;padding-top:170px;padding-bottom:42px}}
@media(max-width:1024px){:root{--gutter:35px;--header-height:112px}.navigation{height:78px}.nav-links{display:none}.nav-cta{margin-left:auto}.menu-toggle{display:block}.hero{height:auto;min-height:680px}.hero-inner{height:auto;min-height:680px;padding-top:145px;padding-bottom:34px}.hero h1{font-size:clamp(58px,8.5vw,88px)}.values{grid-template-columns:repeat(2,1fr);margin-top:40px}.value{padding:28px 26px 30px 0;border-bottom:1px solid var(--dark-line)}.value:nth-child(3){border-left:0;padding-left:0}.ledger{grid-template-columns:repeat(2,1fr)}.why-ledger{grid-template-columns:repeat(2,1fr)}.rights-list{grid-template-columns:1fr 1fr}.rights-list article:not(:nth-child(3n)){margin-right:0}.rights-list article:nth-child(odd){margin-right:30px}.contact-grid{gap:35px}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{grid-column:1/-1;display:flex;align-items:start;justify-content:space-between;gap:30px}.footer-brand p{margin:0;max-width:360px}}
@media(max-width:640px){.attorney-grid{grid-template-columns:1fr;gap:38px}.attorney-plate{min-height:410px;padding:35px;order:2}.attorney-monogram{font-size:160px}.attorney-copy h2{font-size:40px}.attorney-bio p{font-size:14px}.attorney-note{font-size:24px}:root{--gutter:23px;--header-height:103px}html{scroll-padding-top:125px}.utility .shell{min-height:31px}.utility-benefits{font-size:9px;letter-spacing:.07em}.utility-benefits span:last-child{display:none}.utility a{font-size:11px}.navigation{height:72px;gap:14px}.wordmark-copy{font-size:14px}.wordmark-copy small{font-size:7px}.mark{width:37px;height:37px}.nav-cta{display:none}.menu-toggle{margin-left:auto;border:0;width:43px;padding:10px}.hero{height:auto;min-height:0}.hero-inner{height:auto;min-height:0;padding-top:125px;padding-bottom:26px}.hero h1{font-size:clamp(46px,11.5vw,68px);letter-spacing:-.055em;line-height:.97}.hero .eyebrow{font-size:9px;letter-spacing:.095em;gap:10px;margin-bottom:17px}.hero .eyebrow:before{width:18px}.hero-kicker{font-size:24px;max-width:340px;margin-top:15px;line-height:1.16}.hero-copy{font-size:13px;line-height:1.72;margin-top:16px;max-width:360px}.hero-actions{flex-direction:column;margin-top:20px;gap:9px}.hero-actions .button{width:100%;min-height:54px;justify-content:space-between;font-size:10px}.hero-trust{gap:7px 10px;font-size:8px;letter-spacing:.035em;margin-top:16px}.hero-trust span+span:before{margin-right:10px}.hero-trust .review-proof{width:100%;margin-bottom:2px}.hero-trust .stars{font-size:12px}.hero-bottom{margin-top:22px;padding-top:15px;align-items:center}.hero-bottom p{font-size:9px;letter-spacing:.08em}.hero-bottom p small{font-size:8px}.scroll-link{font-size:0;gap:0}.scroll-link span{font-size:22px}.positioning .shell{grid-template-columns:1fr;gap:20px;padding-block:35px;min-height:0}.positioning h2{font-size:29px}.positioning .text-link{justify-self:start;font-size:10px;padding-bottom:8px}.section{padding-block:76px}.eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:22px}.section-head{grid-template-columns:1fr;gap:27px;margin-bottom:40px}h2{font-size:40px}.section-head>p{font-size:14px}.chapter h2{font-size:46px}.values{grid-template-columns:1fr 1fr}.value{padding-right:18px}.value+.value{padding-left:18px}.value:nth-child(3){padding-left:0}.value h3{font-size:16px;margin-top:22px}.value p{font-size:12px}.settlement-head{grid-template-columns:1fr;gap:28px}.settlement-head h2{font-size:54px}.ledger{grid-template-columns:1fr 1fr}.ledger-card{min-height:190px;padding:21px}.ledger-card strong{font-size:28px}.ledger-card h3{font-size:16px}.process-grid{grid-template-columns:1fr;gap:40px}.process-intro{position:static}.process-intro>p{font-size:14px}.step{grid-template-columns:67px 1fr;padding:28px 0;gap:20px}.step-number{font-size:75px}.step h3{font-size:23px;margin-top:9px}.step p{font-size:13px}.strategy .shell{grid-template-columns:1fr;gap:35px}.strategy h2{font-size:39px}.strategy-copy p{font-size:14px}.strategy-copy .button{width:100%;font-size:11px}.why-head{grid-template-columns:1fr;gap:10px;margin-bottom:35px}.why-head h2{font-size:39px}.why-ledger{grid-template-columns:repeat(2,1fr)}.why-entry{min-height:133px;padding:21px}.why-entry h3{font-size:17px}.statement-intro{margin-bottom:38px;gap:25px}.statement-intro p{font-size:10px;max-width:210px}.statement-intro span{font-size:9px;white-space:nowrap}.statement h2{font-size:clamp(40px,10.35vw,67px);letter-spacing:-.045em;line-height:1.07}.statement-foot{align-items:start;flex-direction:column;margin-top:35px;gap:16px}.statement-foot p{font-size:10px;max-width:290px}.statement-foot .text-link{font-size:10px}.rights-list{grid-template-columns:1fr}.rights-list article,.rights-list article:nth-child(odd){margin-right:0;min-height:190px}.faq-grid{grid-template-columns:1fr;gap:35px}.faq-intro h2{font-size:40px}.faq-intro>p{font-size:14px;margin-bottom:13px}.faq-question{font-size:17px;padding:24px 0}.faq-answer{font-size:13px}.state-grid{grid-template-columns:1fr}.state-card{min-height:0;padding:0}.state-media{height:185px}.state-body{padding:24px}.state-card h3{font-size:38px;margin-top:20px}.contact-grid{grid-template-columns:1fr;gap:42px}.contact h2{font-size:42px}.contact-intro>p{font-size:14px}.contact-call{font-size:31px}.case-form{padding:27px 23px}.case-form h3{font-size:27px}.fields{gap:25px}.field input,.field select,.field textarea{font-size:16px}.footer{padding-top:60px;padding-bottom:66px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 25px}.footer-brand{display:block;grid-column:1/-1}.footer-brand p{margin-top:25px;font-size:13px;max-width:330px}.footer-grid>div:last-child{grid-column:1/-1}.footer-word{margin-top:50px;margin-bottom:25px;font-size:14vw}.footer-bottom{flex-direction:column;gap:18px;font-size:9px}.footer-bottom div{flex-wrap:wrap;gap:16px}.legal{font-size:10px}.mobile-dock{position:fixed;bottom:0;left:0;right:0;z-index:60;display:grid;grid-template-columns:1fr 1.3fr;box-shadow:0 -1px 0 rgba(255,255,255,.2);padding-bottom:env(safe-area-inset-bottom);background:var(--background-alt);color:#fff;transform:translateY(110%);transition:transform .35s var(--ease)}.mobile-dock.visible{transform:none}.mobile-dock a{min-height:57px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:10px;font-weight:800;letter-spacing:.045em}.mobile-dock a:last-child{background:var(--accent);color:#111111}.menu-open .mobile-dock{display:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.motion-ready .reveal{opacity:1;transform:none}}

.hero-bg img.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.92) contrast(1.03) brightness(.88)}
.ledger-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.brand-badge{display:flex;align-items:center;justify-content:flex-end;min-height:42px;min-width:82px}
.brand-badge img{max-width:86px;max-height:38px;width:auto;height:auto;object-fit:contain}
.brand-model{max-width:180px}
.brand-gallery{background:var(--background-alt);color:#fff;border-block:1px solid var(--dark-line)}
.brand-gallery .section-head>p{color:#d6d6d6}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--dark-line);border-left:1px solid var(--dark-line)}
.brand-tile{min-height:180px;padding:26px;border-right:1px solid var(--dark-line);border-bottom:1px solid var(--dark-line);display:flex;flex-direction:column;justify-content:space-between;gap:18px;background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));transition:background .3s,transform .3s}
.brand-tile:hover{background:rgba(255,255,255,.04);transform:translateY(-2px)}
.brand-tile img{max-width:120px;max-height:46px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 2px 10px rgba(0,0,0,.18))}
.brand-tile h3{font-size:20px;line-height:1.2;margin:0}
.brand-tile p{font-size:12px;line-height:1.7;color:#d6d6d6}
.attorney-plate{background:linear-gradient(180deg,#f1efe8,#ebe6db)}
.attorney-figure{margin:28px 0 0;border:0;background:#fff;overflow:hidden}
.attorney-figure img{width:100%;height:auto;display:block;object-fit:contain;object-position:center top;aspect-ratio:auto}
.attorney-figure figcaption{padding:14px 16px;font-size:11px;line-height:1.7;color:var(--muted);background:#fcfbf8}
.strategy .shell{grid-template-columns:1fr 1fr}
.strategy-media{position:relative;min-height:460px;border:1px solid var(--dark-line);overflow:hidden}
.strategy-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 58%;filter:brightness(.75) saturate(.85)}
.strategy-media:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.15) 72%)}
.strategy-media .media-copy{position:absolute;left:0;right:0;bottom:0;padding:30px;z-index:1}
.strategy-media .media-copy small{display:block;font-size:10px;color:var(--accent-pale);letter-spacing:.14em;font-weight:800;text-transform:uppercase;margin-bottom:10px}
.strategy-media .media-copy p{font-size:20px;line-height:1.35;color:#fff;max-width:22ch}
@media(max-width:1024px){.brand-grid{grid-template-columns:repeat(2,1fr)}.strategy .shell{grid-template-columns:1fr}.strategy-media{min-height:360px}}
@media(max-width:640px){.brand-grid{grid-template-columns:1fr 1fr}.brand-tile{min-height:150px;padding:20px}.brand-tile img{max-width:100px;max-height:38px}.ledger-card-top{gap:10px}.brand-badge{min-width:58px}.brand-badge img{max-width:60px;max-height:28px}.attorney-figure{margin-top:22px}.strategy-media{min-height:300px}}


.blog{background:#ffffff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.blog .section-head{margin-bottom:48px}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.blog-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);overflow:hidden;transition:transform .3s,box-shadow .3s;border-top:4px solid var(--accent)}
.blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(0,0,0,.08)}
.blog-thumb{aspect-ratio:16/10;background-size:cover;background-position:center;background-color:#111}
.blog-body{padding:24px}
.blog-meta{display:flex;gap:14px;flex-wrap:wrap;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:14px}
.blog-card h3{font-size:24px;line-height:1.15;letter-spacing:-.03em;margin-bottom:12px}
.blog-card p{font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:18px}
.blog-link{display:inline-flex;align-items:center;gap:14px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#111}
.floating-contact{position:fixed;right:14px;bottom:14px;z-index:85;display:grid;grid-template-columns:repeat(4,102px);background:#0b0b0b;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 42px rgba(0,0,0,.28)}
.floating-contact a{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;border-left:1px solid rgba(255,255,255,.12);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;transition:background .25s,color .25s}
.floating-contact a:first-child{border-left:0}
.floating-contact a:hover{background:var(--accent);color:#111}
.floating-contact svg{width:21px;height:21px;display:block}
.chat-panel{display:none;position:fixed;right:14px;bottom:106px;z-index:86;width:min(360px,calc(100vw - 28px));background:#fff;border:1px solid var(--line);box-shadow:0 20px 40px rgba(0,0,0,.18)}
.chat-panel.open{display:block}
.chat-panel-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#0b0b0b;color:#fff}
.chat-panel-head strong{font-size:15px;letter-spacing:-.02em}.chat-panel-head button{background:transparent;color:#fff;font-size:22px;line-height:1;padding:0}
.chat-panel-body{padding:18px}.chat-panel-body p{font-size:14px;color:var(--muted);line-height:1.8;margin-bottom:16px}.chat-panel-actions{display:grid;gap:10px}.chat-panel-actions a{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid var(--line);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.chat-panel-actions a:hover{background:#f7f5ee}
.attorney-figure figcaption{display:none}
.legal{color:#c3c3c3}
@media(max-width:1100px){.blog-grid{grid-template-columns:1fr 1fr}.floating-contact{grid-template-columns:repeat(4,86px)}.floating-contact a{min-height:70px;font-size:11px}}
@media(max-width:900px){.floating-contact{display:none}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-card h3{font-size:22px}}



/* WHY CHOOSE US — replaces duplicated Car Brands gallery */
.why-choose-section{background:#0b0b0b;color:#fff;border-top:1px solid rgba(244,196,48,.22);border-bottom:1px solid rgba(244,196,48,.22)}
.why-choose-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(55px,8vw,130px);align-items:start}
.why-choose-intro{position:sticky;top:160px}
.why-choose-intro .eyebrow{color:#f4c430}
.why-choose-intro h2{color:#fff;font-size:clamp(46px,6vw,92px);line-height:.94;max-width:720px;margin-bottom:34px}
.why-choose-intro h2 em{color:#f4c430;font-style:italic}
.why-choose-list{border-top:1px solid rgba(244,196,48,.25)}
.why-choice{display:grid;grid-template-columns:58px 1fr;gap:24px;padding:30px 0 34px;border-bottom:1px solid rgba(244,196,48,.20)}
.why-number{font-family:var(--serif);font-size:18px;color:#f4c430;line-height:1.5}
.why-choice h3{font-size:clamp(24px,2.4vw,34px);color:#fff;margin-bottom:12px}
.why-choice p{color:#fff;font-size:15px;line-height:1.85;max-width:780px}

/* REVIEWS */
.reviews-section{background:#fff;color:#111;border-bottom:1px solid var(--line)}
.reviews-head{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:end;margin-bottom:48px}
.reviews-head h2{font-size:clamp(48px,6vw,94px);line-height:.94;color:#111}
.reviews-head h2 em{color:#d4a514;font-style:italic}
.reviews-head-copy{padding-bottom:5px}
.reviews-head-copy p{color:#111;font-size:15px;line-height:1.8;margin-bottom:20px}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #111;border-left:1px solid #111}
.review-card{min-height:330px;padding:30px;border-right:1px solid #111;border-bottom:1px solid #111;display:flex;flex-direction:column;background:#0b0b0b;color:#fff}
.review-stars{color:#f4c430;font-size:20px;letter-spacing:.16em;margin-bottom:34px}
.review-card p{font-family:var(--serif);font-size:23px;line-height:1.45;color:#fff;max-width:28ch}
.review-author{margin-top:auto;padding-top:28px;border-top:1px solid rgba(244,196,48,.24);display:flex;flex-direction:column;gap:3px}
.review-author strong{font-size:14px;color:#fff}
.review-author span{font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:#f4c430}

@media(max-width:1024px){
  .why-choose-grid{grid-template-columns:1fr;gap:42px}.why-choose-intro{position:static}.reviews-head{grid-template-columns:1fr;gap:24px}.reviews-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .why-choose-intro h2{font-size:44px}.why-choice{grid-template-columns:42px 1fr;gap:16px}.why-choice p{font-size:14px}.reviews-grid{grid-template-columns:1fr}.review-card{min-height:285px}.review-card p{font-size:21px}.reviews-head h2{font-size:47px}
}

/* WordPress admin-bar offset */
body.admin-bar .header{top:32px}
body.admin-bar .mobile-menu{top:calc(var(--header-height) + 32px)}
@media(max-width:782px){body.admin-bar .header{top:46px}body.admin-bar .mobile-menu{top:calc(var(--header-height) + 46px)}}

/* Lock the custom page to the Bad Vehicle palette after Divi's CSS loads. */
body.badvehicle-custom-home,
body.badvehicle-custom-home #main,
body.badvehicle-custom-home main,
body.badvehicle-custom-home section { color:#111111 !important; }

/* Divi globally paints links blue. Reset every link inside this custom template. */
body.badvehicle-custom-home a,
body.badvehicle-custom-home a:visited,
body.badvehicle-custom-home a:hover,
body.badvehicle-custom-home a:focus { color:inherit !important; }

/* Headings on light sections = black. */
body.badvehicle-custom-home h1,
body.badvehicle-custom-home h2,
body.badvehicle-custom-home h3,
body.badvehicle-custom-home h4,
body.badvehicle-custom-home h5,
body.badvehicle-custom-home h6,
body.badvehicle-custom-home .attorney-plate-bottom strong,
body.badvehicle-custom-home .blog-card h3,
body.badvehicle-custom-home .ledger-card h3,
body.badvehicle-custom-home .rights-list h3,
body.badvehicle-custom-home .step h3,
body.badvehicle-custom-home .faq-question { color:#111111 !important; }

/* Header/menu = white, never Divi blue. */
body.badvehicle-custom-home .header,
body.badvehicle-custom-home .header a,
body.badvehicle-custom-home .header .nav-links a,
body.badvehicle-custom-home .header .nav-links a:visited,
body.badvehicle-custom-home .header .nav-links a:hover,
body.badvehicle-custom-home .header .nav-links a:focus,
body.badvehicle-custom-home .mobile-menu,
body.badvehicle-custom-home .mobile-menu a,
body.badvehicle-custom-home .mobile-menu a:visited,
body.badvehicle-custom-home .mobile-menu a:hover,
body.badvehicle-custom-home .mobile-menu a:focus { color:#ffffff !important; }

/* Yellow utility bar uses black text. */
body.badvehicle-custom-home .utility,
body.badvehicle-custom-home .utility a,
body.badvehicle-custom-home .utility span { color:#111111 !important; }

/* Dark sections = white headings/text links. */
body.badvehicle-custom-home .hero h1,
body.badvehicle-custom-home .hero h2,
body.badvehicle-custom-home .hero h3,
body.badvehicle-custom-home .chapter h1,
body.badvehicle-custom-home .chapter h2,
body.badvehicle-custom-home .chapter h3,
body.badvehicle-custom-home .dark h1,
body.badvehicle-custom-home .dark h2,
body.badvehicle-custom-home .dark h3,
body.badvehicle-custom-home .strategy h1,
body.badvehicle-custom-home .strategy h2,
body.badvehicle-custom-home .strategy h3,
body.badvehicle-custom-home .statement h1,
body.badvehicle-custom-home .statement h2,
body.badvehicle-custom-home .statement h3,
body.badvehicle-custom-home .footer h1,
body.badvehicle-custom-home .footer h2,
body.badvehicle-custom-home .footer h3,
body.badvehicle-custom-home .dark a,
body.badvehicle-custom-home .chapter a,
body.badvehicle-custom-home .strategy a,
body.badvehicle-custom-home .statement a,
body.badvehicle-custom-home .states a,
body.badvehicle-custom-home .footer a { color:#ffffff !important; }

/* Brand yellow accents. */
body.badvehicle-custom-home .eyebrow,
body.badvehicle-custom-home .index,
body.badvehicle-custom-home .attorney-title,
body.badvehicle-custom-home .blog-meta,
body.badvehicle-custom-home .hero h1 em,
body.badvehicle-custom-home .chapter h2 em,
body.badvehicle-custom-home .strategy h2 em,
body.badvehicle-custom-home .statement h2 em,
body.badvehicle-custom-home .settlement-head h2 em,
body.badvehicle-custom-home .blog h2 em { color:#f4c430 !important; }

/* Buttons and links that intentionally use black/yellow. */
body.badvehicle-custom-home .button { color:#111111 !important; background:#f4c430 !important; }
body.badvehicle-custom-home .button.outline { color:#ffffff !important; background:transparent !important; }
body.badvehicle-custom-home .contact .button { color:#ffffff !important; background:#0b0b0b !important; }
body.badvehicle-custom-home .positioning,
body.badvehicle-custom-home .positioning h2,
body.badvehicle-custom-home .positioning a,
body.badvehicle-custom-home .contact,
body.badvehicle-custom-home .contact h2,
body.badvehicle-custom-home .contact h3,
body.badvehicle-custom-home .contact a { color:#111111 !important; }
body.badvehicle-custom-home .blog-link,
body.badvehicle-custom-home .blog-link:visited,
body.badvehicle-custom-home .faq-intro .text-link,
body.badvehicle-custom-home .process-intro .text-link { color:#111111 !important; }
body.badvehicle-custom-home .footer-links a { color:#d0d0d0 !important; }
body.badvehicle-custom-home .footer-links a:hover { color:#f4c430 !important; }
body.badvehicle-custom-home .floating-contact a { color:#ffffff !important; }
body.badvehicle-custom-home .floating-contact a:hover { color:#111111 !important; }
body.badvehicle-custom-home .chat-panel a { color:#111111 !important; }

@media(max-width:640px){
  body.badvehicle-custom-home .badvehicle-logo{height:46px;max-width:180px}
}

/* Hard color lock: Divi must not gray/blue these custom sections. */
body.badvehicle-custom-home .chapter p,
body.badvehicle-custom-home .dark p,
body.badvehicle-custom-home .strategy p,
body.badvehicle-custom-home .states p,
body.badvehicle-custom-home .why-choose-section p,
body.badvehicle-custom-home .why-choose-section h2,
body.badvehicle-custom-home .why-choose-section h3,
body.badvehicle-custom-home .review-card p,
body.badvehicle-custom-home .review-card strong { color:#ffffff !important; }
body.badvehicle-custom-home .why-choose-section .eyebrow,
body.badvehicle-custom-home .why-choose-section .why-number,
body.badvehicle-custom-home .why-choose-section h2 em,
body.badvehicle-custom-home .review-stars,
body.badvehicle-custom-home .review-author span { color:#f4c430 !important; }
body.badvehicle-custom-home .reviews-section h2,
body.badvehicle-custom-home .reviews-section h3,
body.badvehicle-custom-home .reviews-section .reviews-head-copy p { color:#111111 !important; }
body.badvehicle-custom-home .reviews-section .text-link,
body.badvehicle-custom-home .reviews-section .text-link:visited,
body.badvehicle-custom-home .reviews-section .text-link:hover { color:#111111 !important; }

/* Cleaner, tighter presentation after removing redundant content sections. */
body.badvehicle-custom-home .section{padding-block:clamp(64px,6.5vw,104px)}
body.badvehicle-custom-home .hero h1{font-size:clamp(54px,5.6vw,88px);max-width:860px;line-height:.96}
body.badvehicle-custom-home .hero-copy{max-width:570px}
body.badvehicle-custom-home .positioning .shell{min-height:128px}
body.badvehicle-custom-home .settlement-head{margin-bottom:36px}
body.badvehicle-custom-home .ledger-card{min-height:205px;padding:23px}
body.badvehicle-custom-home .why-choose-grid{gap:clamp(42px,6vw,96px)}
body.badvehicle-custom-home .why-choice{padding:25px 0 28px}
body.badvehicle-custom-home .review-card{min-height:300px}
body.badvehicle-custom-home .blog-grid{gap:22px}
body.badvehicle-custom-home .faq-question{padding:23px 0}
@media(max-width:640px){
  body.badvehicle-custom-home .section{padding-block:60px}
  body.badvehicle-custom-home .hero h1{font-size:clamp(42px,10vw,58px);max-width:100%}
  body.badvehicle-custom-home .positioning .shell{padding-block:28px}
  body.badvehicle-custom-home .ledger-card{min-height:172px}
}

/* ============================================================
   1. SERVICES  —  photo-led card grid, built to the GetLayers
   `vexon-showcase` skeleton (label left / statement right over
   a row of tall image cards with corner brackets, a numeric tag
   and a title-over-caption footer). Deliberately NOT a numbered
   rail: `process` and `why-choose` already own that shape.
   ============================================================ */
.services{background:var(--background-alt);color:#fff;border-block:1px solid var(--dark-line)}
.services-head{display:grid;grid-template-columns:4fr 8fr;gap:60px;align-items:start;margin-bottom:62px}
.services-label{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);padding-top:12px}
.services h2{font-size:clamp(38px,4.2vw,68px);line-height:1.04;letter-spacing:-.04em;max-width:18ch;margin-bottom:22px}
.services-head p{font-size:15px;line-height:1.8;color:#c2c2c2;max-width:56ch}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service-card{position:relative;display:flex;flex-direction:column;background:#101010;border:1px solid var(--dark-line);color:inherit;text-decoration:none;overflow:hidden;transition:border-color .4s var(--ease),transform .4s var(--ease)}
.service-card:hover,.service-card:focus-visible{border-color:rgba(244,196,48,.55);transform:translateY(-4px)}
.service-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}

.service-figure{position:relative;aspect-ratio:4/3;overflow:hidden;background:#0b0b0b}
.service-figure img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.85) contrast(1.06) brightness(.74);transition:transform .9s var(--ease),filter .5s var(--ease)}
.service-card:hover .service-figure img{transform:scale(1.06);filter:saturate(.95) contrast(1.06) brightness(.9)}

/* corner brackets — the vexon signature */
.service-figure:before,.service-figure:after{content:'';position:absolute;width:20px;height:20px;border:2px solid var(--accent);opacity:.85;z-index:2;transition:width .4s var(--ease),height .4s var(--ease)}
.service-figure:before{top:14px;left:14px;border-right:0;border-bottom:0}
.service-figure:after{bottom:14px;right:14px;border-left:0;border-top:0}
.service-card:hover .service-figure:before,.service-card:hover .service-figure:after{width:30px;height:30px}

.service-tag{position:absolute;top:14px;right:14px;z-index:2;font-family:var(--serif);font-size:23px;line-height:1;color:var(--accent);text-shadow:0 2px 12px rgba(0,0,0,.65)}
.service-foot{padding:24px 24px 28px;display:flex;flex-direction:column;gap:11px;flex:1}
.service-card h3{font-size:22px;line-height:1.16;letter-spacing:-.025em;margin:0}
.service-card p{font-size:12.5px;line-height:1.75;color:#adadad;margin:0}
.service-more{margin-top:auto;padding-top:14px;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:9px}

.services-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;margin-top:46px;padding-top:26px;border-top:1px solid var(--dark-line)}
.services-foot p{font-size:12px;letter-spacing:.05em;text-transform:uppercase;font-weight:800;color:#8d8d8d;margin:0}

/* ============================================================
   2. WHY CHOOSE US  —  was a left-masthead + right numbered rail,
   i.e. the same skeleton as `process` right above it. Now: a
   full-width masthead over an icon grid, and the fake 01-05
   ordering is gone. Five reasons are qualities, not steps.
   ============================================================ */
.why-choose-grid{display:block}
.why-masthead{display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:end;margin-bottom:56px;padding-bottom:34px;border-bottom:1px solid var(--dark-line)}
.why-masthead h2{font-size:clamp(38px,4.3vw,70px);line-height:1.02;letter-spacing:-.042em;margin-top:6px}
.why-masthead .button{justify-self:end;align-self:end}

.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--dark-line);border:1px solid var(--dark-line)}
.why-item{background:var(--background-alt);padding:34px 30px 38px;display:flex;flex-direction:column;gap:16px;transition:background .4s var(--ease)}
.why-item:hover{background:#121212}
.why-ico{width:46px;height:46px;border:1px solid rgba(244,196,48,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);flex:none;transition:background .4s var(--ease),color .4s var(--ease)}
.why-ico svg{width:21px;height:21px}
.why-item:hover .why-ico{background:var(--accent);color:#111111}
.why-cta{background:#121212}
.why-cta .why-ico{background:var(--accent);color:#111111;border-color:var(--accent)}
.why-phone{margin-top:auto;padding-top:8px;font-size:19px;font-weight:800;letter-spacing:-.01em;color:var(--accent);display:inline-flex;align-items:center;gap:10px}
.why-item h3{font-size:21px;line-height:1.18;letter-spacing:-.025em;margin:0}
.why-item p{font-size:12.5px;line-height:1.8;color:#b0b0b0;margin:0}

/* ============================================================
   3. HERO  —  Google review card + the two colour bugs
   ============================================================ */
/* Delicate glass badge: it should whisper the proof, not shout over
   the headline. No white slab, no drop shadow — just a frosted pane. */
.google-proof{display:inline-flex;align-items:center;gap:12px;padding:9px 16px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px) saturate(1.1);-webkit-backdrop-filter:blur(14px) saturate(1.1);margin-top:24px}
.google-proof .g-mark{width:18px;height:18px;flex:none;opacity:.95}
.google-proof .g-mark svg{width:100%;height:100%;display:block}
.google-proof .g-body{display:inline-flex;align-items:center;gap:10px}
.google-proof .g-stars{color:#F4C430;font-size:11px;letter-spacing:.12em;line-height:1}
.google-proof .g-text{font-size:11px;font-weight:700;letter-spacing:.05em;color:rgba(255,255,255,.8);line-height:1;white-space:nowrap}
.google-proof .g-text b{font-weight:800;color:#fff}
@supports not (backdrop-filter:blur(2px)){.google-proof{background:rgba(255,255,255,.12)}}

/* ONE yellow in the hero. The headline keeps it; the eyebrow and the
   primary button give it up so the signature line stands alone. */
.hero .eyebrow{color:rgba(255,255,255,.72)}
.hero .hero-actions .button:not(.outline){background:#ffffff;color:#111111}
.hero .hero-actions .button:not(.outline):hover{background:var(--accent);color:#111111}

@media(max-width:1024px){
  .services-head{grid-template-columns:1fr;gap:22px}
  .services-label{padding-top:0}
  .services-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .why-masthead{grid-template-columns:1fr;gap:24px;align-items:start}
  .why-masthead .button{justify-self:start}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .services-grid{grid-template-columns:1fr;gap:18px}
  .services h2{font-size:38px}
  .why-grid{grid-template-columns:1fr}
  .why-item{padding:28px 24px 30px}
  .google-proof{width:100%;margin-top:20px;padding:13px 18px 13px 14px}
}

/* The Divi override block forces section{color:#111!important} and
   only whitelists .hero/.chapter/.dark/.strategy/.statement/.footer
   headings back to white — and NO .hero a at all, which is why the
   hero's own scroll link and sign-off render black on a black photo.
   Everything below buys in with the same currency. */
body.badvehicle-custom-home .services{color:#ffffff!important}
body.badvehicle-custom-home .services h1,
body.badvehicle-custom-home .services h2,
body.badvehicle-custom-home .services h3{color:#ffffff!important}
body.badvehicle-custom-home .services .service-card,
body.badvehicle-custom-home .services .service-card:hover{color:#ffffff!important}
body.badvehicle-custom-home .services .services-label,
body.badvehicle-custom-home .services .service-tag,
body.badvehicle-custom-home .services .service-more{color:var(--accent)!important}
body.badvehicle-custom-home .services .services-head p{color:#c2c2c2!important}
body.badvehicle-custom-home .services .service-card p{color:#adadad!important}
body.badvehicle-custom-home .services .services-foot p{color:#8d8d8d!important}
body.badvehicle-custom-home .why-choose-section .why-item h3{color:#ffffff!important}
body.badvehicle-custom-home .why-choose-section .why-item p{color:#b0b0b0!important}
body.badvehicle-custom-home .why-choose-section .why-ico{color:var(--accent)!important}
body.badvehicle-custom-home .why-choose-section .why-cta .why-ico{color:#111111!important}
body.badvehicle-custom-home .why-choose-section a.why-phone,
body.badvehicle-custom-home .why-choose-section a.why-phone:hover{color:var(--accent)!important}
body.badvehicle-custom-home .why-choose-section .why-item:hover .why-ico{color:#111111!important}
body.badvehicle-custom-home .hero .hero-bottom p,
body.badvehicle-custom-home .hero .hero-bottom p small{color:#ffffff!important}
body.badvehicle-custom-home .hero a.scroll-link,
body.badvehicle-custom-home .hero a.scroll-link:hover,
body.badvehicle-custom-home .hero a.scroll-link:focus{color:#ffffff!important}
body.badvehicle-custom-home .hero .google-proof .g-text{color:rgba(255,255,255,.8)!important}
body.badvehicle-custom-home .hero .google-proof .g-text b{color:#ffffff!important}
body.badvehicle-custom-home .hero .eyebrow{color:rgba(255,255,255,.72)!important}
body.badvehicle-custom-home .hero .hero-actions .button:not(.outline){background:#ffffff!important;color:#111111!important}
body.badvehicle-custom-home .hero .hero-actions .button:not(.outline):hover{background:var(--accent)!important;color:#111111!important}

@media(prefers-reduced-motion:reduce){
  .service-card,.service-figure img,.service-figure:before,.service-figure:after,.why-item,.why-ico{transition:none!important}
  .service-card:hover{transform:none}
  .service-card:hover .service-figure img{transform:none}
}