:root{--black:#0b0d0f;--dark:#111418;--dark2:#191d21;--red:#e52b2f;--red-dark:#b91f24;--white:#fff;--paper:#f5f6f7;--muted:#697178;--line:#dfe3e6;--wrap:1160px;--font:-apple-system,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;--radius:10px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--black);background:var(--paper);line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.wrap{max-width:var(--wrap);margin:auto;padding:0 28px}h1,h2,h3{font-weight:800;letter-spacing:-.025em;margin:0 0 .45em}h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.02}h2{font-size:clamp(1.8rem,3.2vw,2.7rem);line-height:1.1}h3{font-size:1.18rem}p{margin:0 0 1em}.eyebrow{font-size:.78rem;letter-spacing:.18em;font-weight:800;color:var(--muted);margin:0 0 15px}.eyebrow--red{color:var(--red)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 24px;border-radius:5px;border:2px solid transparent;font-weight:800;font-size:.94rem;cursor:pointer;transition:.15s ease}.btn:hover{transform:translateY(-1px)}.btn--primary{background:var(--red);color:#fff}.btn--primary:hover{background:var(--red-dark)}.btn--ghost{border-color:var(--black);background:transparent}.btn--ghost:hover{background:var(--black);color:#fff}.btn--light{border-color:#fff;color:#fff;background:transparent}.btn--light:hover{background:#fff;color:var(--black)}.btn--large{padding:16px 30px}.btn--small{padding:9px 16px;font-size:.82rem}
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.site-header__row{display:flex;align-items:center;gap:25px;padding-top:12px;padding-bottom:12px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand__mark{width:47px;height:47px;border:5px solid var(--black);border-radius:50%;position:relative;display:inline-block;flex:none}.brand__mark:after{content:"";position:absolute;width:16px;height:5px;background:var(--black);right:-13px;bottom:0;transform:rotate(45deg);border-radius:4px}.brand__car{position:absolute;width:22px;height:11px;border:3px solid var(--black);border-bottom-width:5px;border-radius:7px 7px 3px 3px;left:8px;top:13px}.brand__car:before,.brand__car:after{content:"";position:absolute;width:4px;height:4px;background:var(--black);border-radius:50%;bottom:-5px}.brand__car:before{left:1px}.brand__car:after{right:1px}.brand__stack{display:flex;flex-direction:column}.brand__word{font-size:1.65rem;font-weight:900;letter-spacing:-.06em;line-height:.95}.brand__word span{color:var(--red)}.brand__word--light{color:#fff}.brand__tagline{font-size:.48rem;letter-spacing:.16em;font-weight:700;margin-top:5px;white-space:nowrap}.site-nav{margin-left:auto}.site-nav__list{display:flex;gap:24px;list-style:none;margin:0;padding:0}.site-nav__list a{font-weight:700;font-size:.9rem;color:#5c6368;padding:6px 0;border-bottom:2px solid transparent}.site-nav__list a:hover,.site-nav__list a[aria-current=page]{color:var(--black);border-bottom-color:var(--red)}.site-nav__toggle{display:none}
.hero{padding:76px 0}.hero--dark,.page-hero--dark{background:var(--black);color:#fff}.hero__row{display:grid;grid-template-columns:1.03fr .97fr;gap:65px;align-items:center}.hero__copy h1 span,.page-hero h1 span{color:var(--red)}.hero__lead{font-size:1.16rem;color:#b9c0c5;max-width:600px}.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.hero__promise{font-size:.83rem;color:#aab1b6}.hero__promise span{color:var(--red);font-weight:900}.hero__visual{padding:10px}.inspection-card{background:linear-gradient(145deg,#1b2024,#0e1012);border:1px solid #30363b;border-radius:12px;padding:25px;box-shadow:0 22px 60px rgba(0,0,0,.35)}.inspection-card__top{display:flex;justify-content:space-between;gap:10px;font-size:.63rem;letter-spacing:.13em;color:#8e969d;border-bottom:1px solid #343a3f;padding-bottom:15px}.inspection-card__top strong{color:var(--red);font-size:.58rem}.car-silhouette{height:175px;position:relative}.car-silhouette:before{content:"";position:absolute;left:11%;right:11%;bottom:42px;height:60px;background:#e8eaeb;border-radius:30px 55px 12px 12px;clip-path:polygon(10% 35%,25% 5%,39% 0,70% 0,84% 35%,100% 45%,96% 85%,4% 85%,0 45%)}.car-silhouette:after{content:"";position:absolute;left:19%;right:20%;bottom:92px;height:42px;background:#252a2e;clip-path:polygon(10% 100%,25% 0,68% 0,88% 100%)}.inspection-card__checks{display:grid;grid-template-columns:1fr 1fr;gap:9px}.inspection-card__checks div{border:1px solid #30363b;padding:11px;color:#b7bdc2;font-size:.68rem;letter-spacing:.08em}.inspection-card__checks b{float:right;color:var(--red)}
.trust-strip{background:#fff;border-bottom:1px solid var(--line)}.trust-strip__grid{display:grid;grid-template-columns:repeat(3,1fr);padding-top:25px;padding-bottom:25px;gap:30px}.trust-strip__grid div{display:flex;flex-direction:column;border-left:3px solid var(--red);padding-left:15px}.trust-strip strong{font-size:1rem}.trust-strip span{font-size:.82rem;color:var(--muted)}.section{padding:78px 0}.section--dark{background:var(--black);color:#fff}.section--soft{background:#e9ecee}.section__title{max-width:720px;margin-bottom:38px}.how__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.how__step{border-top:3px solid var(--black);padding-top:18px}.how__num{font-weight:900;color:var(--red);font-size:.9rem;letter-spacing:.08em}.how__step p{color:var(--muted);font-size:.94rem}.split__row{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.section--dark .split__copy p{color:#aeb5ba}.verdicts{display:flex;flex-direction:column;gap:12px}.verdict{border-left:5px solid;padding:18px 20px;background:#171b1e;display:flex;flex-direction:column}.verdict b{font-size:.85rem;letter-spacing:.1em}.verdict span{font-size:.9rem;color:#aeb5ba}.verdict--buy{border-color:#42b66a}.verdict--caution{border-color:#e0a52e}.verdict--walk{border-color:var(--red)}.feature-callout{display:flex;justify-content:space-between;align-items:center;gap:30px;background:#fff;border:1px solid var(--line);padding:40px;border-radius:10px}.feature-callout p{color:var(--muted);max-width:680px}.cta-band{background:var(--black);color:#fff;margin:0 28px;border-radius:10px}.cta-band__row{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:45px 38px;flex-wrap:wrap}.cta-band h2{margin-bottom:5px}.cta-band p:not(.eyebrow){color:#aeb5ba;margin:0}.page-hero{padding:65px 0 55px;border-bottom:1px solid var(--line)}.page-hero__lead{font-size:1.1rem;color:var(--muted);max-width:750px}.page-hero--dark{border:0}.page-hero--dark .page-hero__lead{color:#b5bcc1}.services-list{display:flex;flex-direction:column;gap:28px}.service-card{display:grid;grid-template-columns:100px 1fr;gap:30px;background:#fff;border:1px solid var(--line);padding:38px;border-radius:10px}.service-card__number{font-size:3.4rem;font-weight:900;color:#dfe3e6}.service-card p:not(.eyebrow){color:var(--muted);max-width:750px}.checklist{list-style:none;margin:20px 0 25px;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 25px}.checklist li{padding-left:23px;position:relative;font-size:.9rem}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:900}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-block{background:#fff;padding:25px;border:1px solid var(--line);border-radius:8px}.feature-block p{color:var(--muted);margin:0}.classic-panel{background:var(--black);color:#fff;padding:38px;border-radius:10px;min-height:280px}.classic-panel p{color:#aeb5ba}.classic-panel__badge{display:inline-flex;width:70px;height:70px;border:2px solid var(--red);border-radius:50%;align-items:center;justify-content:center;text-align:center;font-weight:900;font-size:1.3rem;line-height:.85;margin-bottom:30px}.classic-panel__badge small{font-size:.4rem;letter-spacing:.08em}.international-box{background:#fff;border:1px solid var(--line);padding:45px;border-radius:10px}.international-box p:not(.eyebrow){max-width:780px;color:var(--muted)}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:35px}.promise-grid>div{border-top:2px solid #343a3f;padding-top:18px}.promise-grid b{color:var(--red)}.promise-grid p{color:#aeb5ba}.contact-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:55px;align-items:start}.form{display:flex;flex-direction:column;gap:19px}.form__row{display:flex;flex-direction:column;gap:6px}.form__row--split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form__row--split>div{display:flex;flex-direction:column;gap:6px}.form label{font-weight:800;font-size:.9rem}.form input,.form select,.form textarea{font:inherit;padding:12px 14px;border:1px solid #cfd4d8;border-radius:5px;background:#fff}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid rgba(229,43,47,.2);border-color:var(--red)}.form__error{color:var(--red-dark);font-size:.82rem;font-weight:700}.form__honeypot{position:absolute;left:-9999px}.alert{padding:16px 18px;border-radius:5px;margin-bottom:22px}.alert--success{background:#e7f4eb;color:#215c31;border:1px solid #b9dfc4}.alert--error{background:#faeaea;color:#8b2024;border:1px solid #efbfc1}.contact-side{background:var(--black);color:#fff;padding:32px;border-radius:10px}.contact-side__list{list-style:none;margin:22px 0;padding:0;display:flex;flex-direction:column;gap:17px}.contact-side__label{display:block;color:#8f989f;text-transform:uppercase;font-size:.7rem;letter-spacing:.12em}.contact-side a:hover{color:var(--red)}.contact-side__note{color:#aeb5ba;font-size:.9rem;border-top:1px solid #30363b;padding-top:18px}.site-footer{background:var(--black);color:#fff;margin-top:60px;padding-top:55px}.site-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px;padding-bottom:42px}.brand--footer{margin-bottom:17px}.site-footer__tag{color:#9da5ab;max-width:45ch}.site-footer__heading{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:#8f989f}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px;color:#e6e8e9;font-size:.88rem}.site-footer__list a:hover{color:var(--red)}.site-footer__bottom{border-top:1px solid #282e33;padding-top:18px;padding-bottom:18px;display:flex;justify-content:space-between;gap:20px;color:#737c82;font-size:.78rem}.site-footer__bottom p{color:#737c82;margin:0}
@media(max-width:900px){.hero__row,.split__row,.contact-grid{grid-template-columns:1fr}.hero__visual{order:-1;max-width:600px;margin:auto}.how__steps,.grid-3,.promise-grid{grid-template-columns:1fr 1fr}.site-nav__toggle{display:flex;flex-direction:column;gap:4px;background:#fff;border:1px solid var(--line);padding:9px;border-radius:5px}.site-nav__toggle span:not(.sr-only){display:block;width:20px;height:2px;background:var(--black)}.site-nav__list{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:10px 28px 18px;flex-direction:column;gap:0}.site-nav__list.is-open{display:flex}.site-nav__list li{border-top:1px solid var(--line)}.site-nav__list a{display:block;padding:11px 0}.site-header__cta{display:none}.site-nav{margin-left:auto}.checklist{grid-template-columns:1fr}.service-card{grid-template-columns:1fr}.service-card__number{display:none}.feature-callout{flex-direction:column;align-items:flex-start}}
@media(max-width:620px){.wrap{padding:0 20px}.brand__mark{width:40px;height:40px}.brand__word{font-size:1.4rem}.brand__tagline{font-size:.39rem}.hero{padding:55px 0}.section{padding:60px 0}.how__steps,.grid-3,.promise-grid{grid-template-columns:1fr}.trust-strip__grid{grid-template-columns:1fr;gap:16px}.cta-band{margin:0 12px}.cta-band__row{padding:35px 25px}.page-hero{padding:50px 0 40px}.form__row--split{grid-template-columns:1fr}.inspection-card__checks{grid-template-columns:1fr}.site-footer__grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column}.hero__actions .btn{width:100%}}

/* BuySure v2 additions */
.site-header{background:var(--black);border-bottom-color:#272c30}.brand--image{display:flex;width:230px;height:64px;max-width:230px;flex:0 0 230px;align-items:center;overflow:hidden}.brand--image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:left center}.site-nav__list a{color:#c3c8cc}.site-nav__list a:hover,.site-nav__list a[aria-current=page]{color:#fff}.site-nav__toggle{background:var(--black);border-color:#343a3f}.site-nav__toggle span:not(.sr-only){background:#fff}.section__intro{color:var(--muted);max-width:720px;margin-top:-18px;margin-bottom:30px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.pricing-grid--four{grid-template-columns:repeat(2,1fr)}.price-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:30px;display:flex;flex-direction:column;position:relative}.price-card--featured{border:2px solid var(--red);box-shadow:0 12px 30px rgba(0,0,0,.08)}.price-card__label{font-size:.7rem;font-weight:900;letter-spacing:.13em;color:var(--red);margin-bottom:12px}.price-card h3{font-size:1.45rem}.price{font-size:2.2rem;font-weight:900;letter-spacing:-.04em;margin:5px 0 12px}.price small{font-size:.8rem;letter-spacing:0}.price-card>p{color:var(--muted);min-height:68px}.price-card .checklist{grid-template-columns:1fr;margin-top:8px}.price-card .btn{margin-top:auto;align-self:flex-start}.pricing-extra{margin-top:22px;background:#fff;border:1px solid var(--line);padding:18px 22px;border-radius:8px;color:var(--muted)}.pricing-extra strong{color:var(--black)}.pricing-extra a{color:var(--red);font-weight:800}.classic-panel .price--light{color:#fff}.classic-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0}.classic-report-grid>div{background:#fff;border:1px solid var(--line);padding:20px;border-radius:8px;display:flex;flex-direction:column;gap:6px}.classic-report-grid strong{font-size:.72rem;letter-spacing:.12em;color:var(--red)}.classic-report-grid span{font-size:.88rem;color:var(--muted)}.verdicts--light{margin-top:28px}.verdicts--light .verdict{background:#f5f6f7;color:var(--black)}.verdicts--light .verdict span{color:var(--muted)}
@media(max-width:1000px){.pricing-grid{grid-template-columns:1fr 1fr}.pricing-grid--four{grid-template-columns:1fr 1fr}.classic-report-grid{grid-template-columns:1fr 1fr}.brand--image{width:215px;height:68px}}
@media(max-width:620px){.brand--image{width:190px;height:62px}.pricing-grid,.pricing-grid--four,.classic-report-grid{grid-template-columns:1fr}.price-card>p{min-height:0}.site-header__row{gap:10px}}

/* Final logo containment fix */
.site-header .brand--image,
.site-header .brand--image img,
.site-footer .brand--image,
.site-footer .brand--image img {
  box-sizing: border-box;
}
.site-header .brand--image img,
.site-footer .brand--image img {
  max-width: 100% !important;
  max-height: 100% !important;
}
/* v5 public header reliability: explicit desktop flex sizing prevents the navigation disappearing. */
.site-header{background:#0b0d0f!important;border-bottom:1px solid #272c30!important;position:sticky;top:0;z-index:100}
.site-header__row{width:100%;max-width:1160px;margin:0 auto;display:flex;align-items:center;gap:24px;min-height:86px}
.site-header .brand--image{width:190px;height:64px;max-width:190px;flex:0 0 190px;overflow:hidden}
.site-header .site-nav{margin-left:auto;display:flex;align-items:center;position:relative}
.site-header .site-nav__list{display:flex!important;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.site-header .site-nav__list a{display:block;color:#c3c8cc!important;font-weight:800;font-size:.86rem;white-space:nowrap;padding:7px 0;border-bottom:2px solid transparent}
.site-header .site-nav__list a:hover,.site-header .site-nav__list a[aria-current=page]{color:#fff!important;border-bottom-color:#e52b2f}
.site-header .site-nav__toggle{display:none}
.site-header__cta{flex:0 0 auto;white-space:nowrap}
@media(max-width:900px){.site-header__row{min-height:74px}.site-header .site-nav__toggle{display:flex;flex-direction:column;gap:4px;background:#0b0d0f;border:1px solid #343a3f;padding:9px;border-radius:5px}.site-header .site-nav__toggle span:not(.sr-only){display:block;width:20px;height:2px;background:#fff}.site-header .site-nav__list{display:none!important;position:absolute;right:0;top:calc(100% + 12px);width:min(310px,90vw);background:#111418;border:1px solid #30363b;border-radius:8px;padding:10px 16px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 18px 40px #0007}.site-header .site-nav__list.is-open{display:flex!important}.site-header .site-nav__list a{padding:12px 0}.site-header__cta{display:none}}
@media(max-width:620px){.wrap{padding-left:20px;padding-right:20px}.site-header__row{gap:8px}.site-header .brand--image{width:160px;height:58px;flex-basis:160px}.site-header .site-nav{margin-left:auto}}


/* v6.1 PUBLIC HEADER FIX — keep desktop navigation visible and independent of flex sizing. */
.site-header .site-header__row{
  width:100% !important;
  max-width:1480px !important;
  margin:0 auto !important;
  min-height:86px !important;
  display:grid !important;
  grid-template-columns:190px minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:28px !important;
  padding-left:28px !important;
  padding-right:28px !important;
}
.site-header .brand--image{width:190px !important;height:64px !important;flex:none !important;display:flex !important;}
.site-header .site-nav{display:flex !important;align-items:center !important;justify-content:flex-end !important;margin:0 !important;min-width:0 !important;position:relative !important;}
.site-header .site-nav__list{display:flex !important;visibility:visible !important;opacity:1 !important;position:static !important;align-items:center !important;justify-content:flex-end !important;gap:26px !important;list-style:none !important;margin:0 !important;padding:0 !important;white-space:nowrap !important;}
.site-header .site-nav__list li{display:block !important;visibility:visible !important;opacity:1 !important;}
.site-header .site-nav__list a{display:block !important;visibility:visible !important;opacity:1 !important;color:#c3c8cc !important;font-weight:800 !important;font-size:.86rem !important;white-space:nowrap !important;padding:7px 0 !important;}
.site-header .site-nav__toggle{display:none !important;}
.site-header .site-header__cta{display:inline-flex !important;visibility:visible !important;opacity:1 !important;}
@media(max-width:1100px){
 .site-header .site-header__row{grid-template-columns:170px minmax(0,1fr) !important;gap:16px !important;}
 .site-header .brand--image{width:170px !important;flex-basis:170px !important;}
 .site-header .site-header__cta{display:none !important;}
 .site-header .site-nav__list{gap:18px !important;}
}
@media(max-width:900px){
 .site-header .site-header__row{display:flex !important;min-height:74px !important;gap:8px !important;}
 .site-header .brand--image{width:160px !important;height:58px !important;flex:0 0 160px !important;}
 .site-header .site-nav{margin-left:auto !important;}
 .site-header .site-nav__toggle{display:flex !important;flex-direction:column !important;gap:4px !important;}
 .site-header .site-nav__list{display:none !important;position:absolute !important;right:0 !important;top:calc(100% + 12px) !important;width:min(310px,90vw) !important;white-space:normal !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;gap:0 !important;}
 .site-header .site-nav__list.is-open{display:flex !important;}
}


/* BuySure v6.2 homepage diagnostic hero */
.hero--dark{padding:52px 0 58px;overflow:hidden}
.hero__row{grid-template-columns:minmax(360px,.84fr) minmax(0,1.16fr);gap:34px;align-items:center}
.hero__visual--diagnostic{padding:0;min-width:0}
.diagnostic-hero-frame{position:relative;width:100%;border-radius:14px;overflow:hidden;background:#0b0d0f;box-shadow:0 24px 70px rgba(0,0,0,.42)}
.diagnostic-hero-image{width:100%;height:auto;display:block;object-fit:cover}
/* The generated artwork contains a little of the original headline at the extreme left; blend that edge into the page background. */
.diagnostic-hero-frame:before{content:"";position:absolute;z-index:2;left:0;top:0;bottom:0;width:7%;background:linear-gradient(90deg,#0b0d0f 0%,rgba(11,13,15,.94) 38%,rgba(11,13,15,0) 100%);pointer-events:none}
@media(max-width:1100px){.hero__row{grid-template-columns:1fr 1fr;gap:24px}.hero__lead{font-size:1.05rem}.hero__actions{margin:22px 0}.hero__visual--diagnostic{margin-right:-10px}}
@media(max-width:900px){.hero--dark{padding:42px 0 48px}.hero__row{grid-template-columns:1fr;gap:30px}.hero__copy{order:1}.hero__visual--diagnostic{order:2;max-width:none;margin:0}.diagnostic-hero-frame{border-radius:12px}.diagnostic-hero-frame:before{width:4%}}
@media(max-width:620px){.hero--dark{padding:34px 0 42px}.hero__row{gap:24px}.hero__lead{font-size:1rem}.diagnostic-hero-frame{margin:0 -4px;border-radius:10px}.diagnostic-hero-frame:before{width:3%}}

/* v6.3 homepage recreation — visual treatment matched to approved BuySure concept */
.hero--dark{padding:54px 0 44px;min-height:710px;display:flex;align-items:center}
.hero--dark>.wrap{width:100%;max-width:1600px}
.hero__row{grid-template-columns:minmax(430px,.82fr) minmax(620px,1.18fr);gap:22px;align-items:center}
.hero__copy{position:relative;z-index:3;padding-left:8px}
.hero__copy .eyebrow{margin-bottom:22px;font-size:.82rem;letter-spacing:.22em}
.hero__copy h1{font-size:clamp(4rem,5.5vw,6rem);line-height:.96;letter-spacing:-.055em;margin-bottom:28px}
.hero__lead{font-size:1.13rem;line-height:1.55;max-width:600px;color:#b9c0c5}
.hero__actions{margin:28px 0 26px;gap:14px}
.hero__actions .btn{min-height:56px;padding:14px 28px;font-size:1rem}
.hero__promise{font-size:.92rem;display:flex;gap:16px;align-items:center;flex-wrap:wrap;color:#b9c0c5}
.hero__promise span{font-size:1.05rem}
.hero__visual--diagnostic{padding:0;min-width:0;position:relative;z-index:2}
.diagnostic-hero-frame{width:100%;border-radius:0;overflow:hidden;background:transparent;box-shadow:none}
.diagnostic-hero-image{width:100%;height:auto;display:block;object-fit:cover}
.diagnostic-hero-frame:before{display:none}
@media(max-width:1250px){.hero--dark>.wrap{padding-left:24px;padding-right:24px}.hero__row{grid-template-columns:minmax(390px,.86fr) minmax(540px,1.14fr);gap:12px}.hero__copy h1{font-size:clamp(3.5rem,5vw,5rem)}}
@media(max-width:980px){.hero--dark{padding:48px 0 50px;min-height:0}.hero__row{grid-template-columns:1fr;gap:34px}.hero__copy{padding-left:0}.hero__copy h1{font-size:clamp(3.2rem,10vw,5rem)}.hero__visual--diagnostic{max-width:900px;margin:0 auto}}
@media(max-width:620px){.hero--dark{padding:36px 0 38px}.hero__copy .eyebrow{font-size:.7rem;letter-spacing:.15em;margin-bottom:16px}.hero__copy h1{font-size:3.1rem}.hero__lead{font-size:1rem}.hero__actions{margin:22px 0}.hero__promise{gap:10px;font-size:.82rem}}

/* BuySure v6.4 — approved clean diagnostic artwork used as the homepage visual */
.hero--dark{position:relative;overflow:hidden;background:#05080a;min-height:720px;padding:42px 0 36px}
.hero--dark>.wrap{position:relative;z-index:2;max-width:1600px}
.hero__row{display:grid;grid-template-columns:minmax(430px,.72fr) minmax(680px,1.28fr);gap:0;align-items:center}
.hero__copy{position:relative;z-index:5;padding:0 0 18px 8px}
.hero__copy h1{font-size:clamp(4rem,5.3vw,6rem);line-height:.94;letter-spacing:-.055em;margin-bottom:28px}
.hero__lead{font-size:1.12rem;line-height:1.55;max-width:610px;color:#c1c7cc}
.hero__actions{margin:28px 0 26px;gap:14px}
.hero__actions .btn{min-height:56px;padding:14px 28px;font-size:1rem}
.hero__promise{font-size:.92rem;display:flex;gap:16px;align-items:center;flex-wrap:wrap;color:#b9c0c5}
.hero__visual--diagnostic{padding:0;min-width:0;position:relative;z-index:2;height:720px;overflow:hidden;margin-left:-55px}
.diagnostic-hero-frame{position:absolute;inset:0 -12% 0 -12%;overflow:hidden;background:transparent;box-shadow:none;border-radius:0}
.diagnostic-hero-image{position:absolute;width:156%;max-width:none;height:auto;left:-4%;top:50%;transform:translateY(-50%);display:block;object-fit:contain}
.hero__visual--diagnostic:before{content:"";position:absolute;z-index:3;left:-2px;top:0;bottom:0;width:28%;background:linear-gradient(90deg,#05080a 0%,rgba(5,8,10,.92) 38%,rgba(5,8,10,0) 100%);pointer-events:none}
@media(max-width:1250px){.hero--dark{min-height:650px}.hero__row{grid-template-columns:minmax(390px,.78fr) minmax(600px,1.22fr)}.hero__visual--diagnostic{height:650px;margin-left:-80px}.diagnostic-hero-image{width:165%;left:-7%}.hero__copy h1{font-size:clamp(3.5rem,5.2vw,5.2rem)}}
@media(max-width:980px){.hero--dark{min-height:0;padding:48px 0 44px}.hero__row{grid-template-columns:1fr;gap:24px}.hero__copy{padding-left:0}.hero__visual--diagnostic{height:auto;aspect-ratio:16/9;margin:0 -20px;order:2}.diagnostic-hero-frame{inset:0}.diagnostic-hero-image{width:100%;left:0;top:50%;transform:translateY(-50%)}.hero__visual--diagnostic:before{width:18%;background:linear-gradient(90deg,#05080a 0%,rgba(5,8,10,.55) 55%,rgba(5,8,10,0) 100%)}}
@media(max-width:620px){.hero--dark{padding:34px 0 36px}.hero__copy h1{font-size:3.1rem}.hero__lead{font-size:1rem}.hero__actions{margin:22px 0}.hero__visual--diagnostic{margin:0 -20px;aspect-ratio:16/10}.diagnostic-hero-image{width:132%;left:-18%}.hero__visual--diagnostic:before{width:10%}}


/* BuySure v6.6 — clean homepage composition. The diagnostic artwork is a contained visual,
   never a cropped background and never layered behind the copy. */
.hero--dark{
  background:#05080a;
  color:#fff;
  padding:56px 0 54px;
  min-height:660px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero--dark>.wrap{
  width:100%;
  max-width:1500px;
  padding-left:34px;
  padding-right:34px;
}
.hero__row{
  display:grid;
  grid-template-columns:minmax(450px,0.84fr) minmax(650px,1.16fr);
  gap:24px;
  align-items:center;
}
.hero__copy{
  position:relative;
  z-index:4;
  padding:0 0 12px 0;
}
.hero__copy .eyebrow{
  color:#ef2b2f;
  font-size:.78rem;
  letter-spacing:.22em;
  margin-bottom:22px;
}
.hero__copy h1{
  font-size:clamp(4rem,5.1vw,5.8rem);
  line-height:.94;
  letter-spacing:-.055em;
  margin:0 0 28px;
}
.hero__copy h1 span{color:#ef2b2f}
.hero__lead{
  max-width:560px;
  color:#c1c7cc;
  font-size:1.1rem;
  line-height:1.58;
}
.hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:28px 0 26px;
}
.hero__actions .btn{min-height:56px;padding:14px 28px;font-size:1rem}
.hero__promise{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  color:#b9c0c5;
  font-size:.9rem;
}
.hero__promise span{color:#ef2b2f;font-weight:900}
.hero__visual--diagnostic{
  position:relative;
  z-index:2;
  min-width:0;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  overflow:visible;
}
.diagnostic-hero-frame{
  position:relative;
  width:100%;
  height:auto;
  margin:0;
  padding:0;
  overflow:hidden;
  background:transparent;
  border-radius:0;
  box-shadow:none;
}
.diagnostic-hero-image{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center;
  transform:none;
  left:auto;
  top:auto;
}
.hero__visual--diagnostic:before{display:none!important}

@media(max-width:1180px){
  .hero--dark{padding:46px 0 48px;min-height:620px}
  .hero__row{grid-template-columns:minmax(400px,.82fr) minmax(560px,1.18fr);gap:12px}
  .hero__copy h1{font-size:clamp(3.5rem,5.2vw,5rem)}
  .hero__lead{font-size:1.03rem}
}
@media(max-width:980px){
  .hero--dark{padding:48px 0 50px;min-height:0;display:block}
  .hero--dark>.wrap{padding-left:24px;padding-right:24px}
  .hero__row{grid-template-columns:1fr;gap:30px}
  .hero__copy{padding:0;max-width:720px}
  .hero__copy h1{font-size:clamp(3.3rem,9vw,5rem)}
  .hero__visual--diagnostic{order:2;max-width:920px;margin:0 auto}
}
@media(max-width:620px){
  .hero--dark{padding:34px 0 38px}
  .hero--dark>.wrap{padding-left:20px;padding-right:20px}
  .hero__row{gap:24px}
  .hero__copy .eyebrow{font-size:.67rem;letter-spacing:.14em;margin-bottom:16px}
  .hero__copy h1{font-size:3.15rem;line-height:.96;margin-bottom:22px}
  .hero__lead{font-size:1rem}
  .hero__actions{margin:22px 0;flex-direction:column;align-items:stretch}
  .hero__actions .btn{width:100%}
  .hero__promise{gap:10px;font-size:.82rem}
}
