:root{--ink:#121417;--muted:#6d727a;--line:#e5e7ea;--bg:#f4f5f7;--card:#fff;--red:#e43a35;--green:#16a05d;--radius:18px;--shadow:0 18px 50px rgba(22,26,33,.09)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit}.topbar{position:sticky;top:0;z-index:30;display:flex;min-height:72px;padding:0 3%;align-items:center;justify-content:space-between;background:rgba(17,19,22,.97);color:#fff;backdrop-filter:blur(12px)}.logo{display:flex;height:58px;align-items:center;text-decoration:none}.logo img{display:block;width:auto;height:52px;object-fit:contain}.error-logo{display:grid;width:42px;height:42px;border-radius:12px;background:var(--red);color:#fff;font-size:23px;place-items:center}.error-brand-logo{display:block;width:min(320px,80%);height:auto;margin:0 auto 18px}.top-link{border:1px solid #454950;border-radius:999px;padding:9px 15px;text-decoration:none;font-size:13px;font-weight:750}.hero{display:grid;min-height:430px;padding:65px max(3%,calc((100% - 1450px)/2));grid-template-columns:1.35fr .65fr;align-items:center;gap:60px;background:radial-gradient(circle at 85% 20%,rgba(228,58,53,.25),transparent 28%),linear-gradient(135deg,#111318,#20242a);color:#fff}.kicker{color:var(--red);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:850px;margin-top:15px;font-size:clamp(42px,5vw,72px);line-height:.98;letter-spacing:-.055em}.hero-copy>p{max-width:680px;margin-top:22px;color:#c7cbd1;font-size:18px}.hero-numbers{display:flex;margin-top:30px;align-items:baseline;gap:10px}.hero-numbers strong{font-size:29px}.hero-numbers span{color:#aeb3ba}.process-card{border:1px solid rgba(255,255,255,.13);border-radius:22px;padding:28px;background:rgba(255,255,255,.07);backdrop-filter:blur(12px)}.process-card h2{font-size:20px}.process-card ol{display:grid;margin-top:18px;padding-left:22px;gap:14px}.shell,.detail-shell{width:min(1450px,94%);margin:auto}.shell{padding:34px 0 78px}.filters{display:grid;border:1px solid var(--line);border-radius:20px;padding:20px;grid-template-columns:repeat(5,1fr);gap:13px;background:var(--card);box-shadow:var(--shadow)}.filters div{display:grid;gap:5px}.filters .search-wide{grid-column:span 2}.filters label{font-size:11px;font-weight:850;text-transform:uppercase}.filters input,.filters select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:10px;padding:0 12px;background:#fafbfc;color:var(--ink)}.filter-button{border:0;border-radius:10px;background:var(--ink);color:#fff;font-weight:850;cursor:pointer}.clear-link{display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:13px}.result-bar{display:flex;margin:38px 0 20px;align-items:end;justify-content:space-between}.result-bar h2{font-size:34px}.result-bar p{color:var(--muted)}.car-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.car-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow);transition:.2s}.car-card:hover{transform:translateY(-4px)}.photo{position:relative;display:flex;height:220px;align-items:center;justify-content:center;overflow:hidden;background:#e8eaed;color:var(--muted);text-decoration:none}.photo img{width:100%;height:100%;object-fit:cover;transition:.35s}.car-card:hover .photo img{transform:scale(1.035)}.year{position:absolute;top:13px;left:13px;border-radius:999px;padding:6px 10px;background:rgba(17,19,22,.85);color:#fff;font-size:11px}.card-body{padding:18px}.card-body>small{color:var(--red);font-weight:900;text-transform:uppercase}.card-body h3{margin-top:3px;font-size:22px}.variant{min-height:42px;margin-top:4px;color:var(--muted);font-size:13px}.chips{display:flex;flex-wrap:wrap;margin-top:14px;gap:7px}.chips span{border-radius:999px;padding:6px 9px;background:#f1f2f4;font-size:12px}.price-block{display:grid;margin-top:17px;padding-top:16px;border-top:1px solid var(--line)}.price-block strong{font-size:27px}.price-block span,.price-block small{color:var(--muted);font-size:12px}.button{display:flex;min-height:46px;margin-top:16px;border-radius:11px;padding:11px 16px;align-items:center;justify-content:center;text-decoration:none;font-weight:850}.dark{background:var(--ink);color:#fff}.whatsapp{background:var(--green);color:#fff}.outline{border:1px solid var(--line);background:#fff}.pagination{display:flex;margin-top:30px;align-items:center;justify-content:center;gap:24px}.pagination a{border:1px solid var(--line);border-radius:10px;padding:9px 14px;background:#fff;text-decoration:none}.trust{display:grid;padding:70px max(3%,calc((100% - 1450px)/2));grid-template-columns:.7fr 1.3fr;gap:60px;background:#fff}.trust h2{margin-top:10px;font-size:38px;line-height:1.1}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.trust-grid article{border:1px solid var(--line);border-radius:16px;padding:22px}.trust-grid b{color:var(--red)}.trust-grid h3{margin-top:22px}.trust-grid p{margin-top:7px;color:var(--muted);font-size:13px}footer{display:flex;padding:28px 3%;justify-content:space-between;background:#111316;color:#fff}footer span{color:#aaa}.detail-shell{padding:24px 0 75px}.crumb{display:flex;overflow:auto;margin-bottom:18px;gap:8px;color:var(--muted);font-size:12px;white-space:nowrap}.detail-top{display:grid;grid-template-columns:1.5fr .7fr;align-items:start;gap:22px}.gallery-card,.buy-card,.panel{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.gallery-card{overflow:hidden}.main-image{position:relative;display:flex;aspect-ratio:16/10;align-items:center;justify-content:center;background:#e8eaed}.main-image img{width:100%;height:100%;object-fit:cover}.main-image>b{position:absolute;right:15px;bottom:15px;border-radius:999px;padding:7px 10px;background:rgba(0,0,0,.72);color:#fff;font-size:11px}.thumbs{display:flex;overflow:auto;padding:12px;gap:9px}.thumb{width:100px;height:67px;flex:0 0 auto;overflow:hidden;border:2px solid transparent;border-radius:9px;padding:0;background:none;cursor:pointer}.thumb.active{border-color:var(--red)}.thumb img{width:100%;height:100%;object-fit:cover}.buy-card{position:sticky;top:92px;padding:27px}.buy-card h1{margin-top:9px;font-size:35px;line-height:1.06}.buy-card>p{margin-top:8px;color:var(--muted)}.big-price{display:grid;margin:22px 0 5px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.big-price>strong{font-size:41px}.big-price>span{color:var(--muted);font-size:12px}.big-price>div{display:flex;margin-top:16px;justify-content:space-between}.note{display:block;margin-top:13px;color:var(--muted)}.panel{margin-top:22px;padding:28px}.panel h2{margin:5px 0 20px;font-size:30px}.spec-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.spec-grid>div{display:grid;min-height:85px;padding:16px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);align-content:center}.spec-grid span{color:var(--muted);font-size:11px}.status{display:grid;border-radius:14px;padding:19px;gap:4px}.status.good{background:#eaf7ef;color:#17633d}.status.warn{background:#fff4df;color:#835100}.status.bad{background:#fdebea;color:#922b28}.status.neutral{background:#f2f3f5;color:#626770}.damage-grid,.option-grid{display:grid;margin-top:16px;grid-template-columns:repeat(3,1fr);gap:9px}.damage-grid>div,.option-grid>div{display:grid;border:1px solid var(--line);border-radius:11px;padding:13px;background:#fafbfc}.damage-grid strong{color:#b72e2a}.option-grid>div{grid-template-columns:auto 1fr;column-gap:8px}.option-grid b{color:var(--green)}.option-grid small{grid-column:2;color:var(--muted)}.description{white-space:pre-wrap;color:#484d54}.similar-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.similar-grid>a{overflow:hidden;border:1px solid var(--line);border-radius:13px;text-decoration:none}.similar-grid>a>div{display:flex;height:145px;align-items:center;justify-content:center;background:#e8eaed}.similar-grid img{width:100%;height:100%;object-fit:cover}.similar-grid h3,.similar-grid p,.similar-grid strong,.similar-grid>a>small{display:block;margin-right:13px;margin-left:13px}.similar-grid>a>small{margin-top:12px;color:var(--red)}.similar-grid p{margin-top:5px;color:var(--muted);font-size:12px}.similar-grid strong{margin-top:9px;margin-bottom:13px}.muted,.empty{color:var(--muted)}.empty{border:1px solid var(--line);border-radius:18px;padding:45px;background:#fff;text-align:center}.center-page{display:grid;min-height:100vh;padding:20px;place-items:center}.error-card{max-width:520px;border:1px solid var(--line);border-radius:22px;padding:45px;background:#fff;box-shadow:var(--shadow);text-align:center}.error-card .kicker{display:block;margin-top:16px}.error-card h1{margin-top:7px}.error-card p{margin:12px 0 20px;color:var(--muted)}
@media(max-width:1100px){.car-grid{grid-template-columns:repeat(3,1fr)}.filters{grid-template-columns:repeat(3,1fr)}.spec-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.hero,.detail-top,.trust{grid-template-columns:1fr}.buy-card{position:static}.car-grid,.similar-grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:1fr}.filters{grid-template-columns:repeat(2,1fr)}.filters .search-wide{grid-column:span 2}.damage-grid,.option-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.top-link{display:none}.logo{height:52px}.logo img{height:46px}.hero{padding-top:48px;padding-bottom:48px}.hero h1{font-size:42px}.shell,.detail-shell{width:92%}.filters{grid-template-columns:1fr}.filters .search-wide{grid-column:auto}.car-grid,.similar-grid,.spec-grid,.damage-grid,.option-grid{grid-template-columns:1fr}.photo{height:235px}.result-bar{align-items:start}.result-bar p{font-size:12px}.buy-card,.panel{padding:20px}.buy-card h1{font-size:29px}.main-image{aspect-ratio:4/3}.trust{padding:50px 4%}footer{display:grid;gap:5px}}

/* Website V3 brand refinements */
:root{--gold:#e7c85b;--gold-soft:#f4df8a}
.kicker{color:var(--gold)}
.hero{background:radial-gradient(circle at 85% 20%,rgba(231,200,91,.18),transparent 30%),linear-gradient(135deg,#0d0f13,#20242a)}
.hero-logo-card{display:grid;border:1px solid rgba(231,200,91,.28);border-radius:24px;padding:32px;background:rgba(255,255,255,.055);place-items:center;text-align:center;backdrop-filter:blur(12px)}
.hero-logo-card img{display:block;width:min(360px,100%);height:auto}.hero-logo-card p{max-width:390px;margin-top:20px;color:#c8cbd0}
.card-body>small,.similar-grid>a>small{color:var(--gold)}
.filter-button{background:linear-gradient(135deg,#d8b94d,#f0d878);color:#15171a}
.filter-button:hover{filter:brightness(1.05)}
.how-it-works{padding:76px max(3%,calc((100% - 1450px)/2));background:#101216;color:#fff}
.section-intro{max-width:780px}.section-intro h2{margin-top:10px;font-size:clamp(34px,4vw,54px);line-height:1.04;letter-spacing:-.045em}
.steps-grid{display:grid;margin-top:38px;grid-template-columns:repeat(3,1fr);gap:18px}.steps-grid article{min-height:245px;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:28px;background:rgba(255,255,255,.055)}
.steps-grid b{display:grid;width:44px;height:44px;border-radius:50%;background:var(--gold);color:#17191d;place-items:center}.steps-grid h3{margin-top:32px;font-size:22px}.steps-grid p{margin-top:10px;color:#bfc3c9;font-size:14px;line-height:1.7}
.simple-message{margin-top:30px;color:var(--gold);font-size:22px;font-weight:850;text-align:center}
@media(max-width:850px){.hero-logo-card{display:none}.steps-grid{grid-template-columns:1fr}.how-it-works{padding:58px 4%}}


/* Website V4 refinements */
.topbar{min-height:92px;padding-top:8px;padding-bottom:8px}
.logo{height:76px}
.logo img{height:72px;max-width:320px}
.hero{position:relative;isolation:isolate;min-height:560px;overflow:hidden;background-image:linear-gradient(90deg,rgba(7,9,12,.96) 0%,rgba(7,9,12,.82) 43%,rgba(7,9,12,.42) 72%,rgba(7,9,12,.55) 100%),url('../images/hero-cover.jpg');background-size:cover;background-position:center right}
.hero::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.2))}
.hero-copy{max-width:830px}
.hero-logo-card{background:rgba(9,11,14,.6);border-color:rgba(231,200,91,.4)}
.filters{grid-template-columns:repeat(4,minmax(0,1fr))}
.filter-button{min-height:44px}
@media(max-width:1100px){.filters{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:850px){.topbar{min-height:82px}.logo{height:66px}.logo img{height:62px}.hero{min-height:500px;background-position:62% center}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:580px){.topbar{min-height:76px}.logo{height:60px}.logo img{height:56px;max-width:250px}.hero{min-height:520px;background-position:68% center}.filters{grid-template-columns:1fr}}

/* ==========================================================
   WEBSITE V5 — premium black, white and gold homepage
   ========================================================== */
:root{--gold:#e6b327;--gold-deep:#c78d08;--black:#090b0e;--soft:#f6f6f5}
body{background:#fff}
.site-header{position:absolute;z-index:50;top:0;right:0;left:0;background:linear-gradient(180deg,rgba(5,7,9,.92),rgba(5,7,9,.42),transparent);color:#fff}
.header-inner{display:grid;width:min(1500px,94%);min-height:105px;margin:auto;grid-template-columns:300px 1fr auto;align-items:center;gap:36px}
.brand-logo{display:flex;height:90px;align-items:center}.brand-logo img{display:block;width:auto;height:84px;object-fit:contain}
.main-nav{display:flex;align-items:center;justify-content:center;gap:45px}.main-nav a{position:relative;color:#fff;font-size:14px;font-weight:800;text-decoration:none}.main-nav a::after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--gold);transform:scaleX(0);transition:.2s}.main-nav a:hover::after{transform:scaleX(1)}
.contact-pill{display:inline-flex;min-height:48px;border-radius:11px;padding:0 21px;align-items:center;gap:9px;background:linear-gradient(135deg,#f2c53f,#d89b0a);color:#111;font-weight:900;text-decoration:none;box-shadow:0 12px 30px rgba(230,179,39,.22)}.contact-icon{font-size:21px}
.hero-v5{position:relative;min-height:660px;overflow:hidden;background:#07090c;color:#fff}.hero-v5::before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#07090c 0%,rgba(7,9,12,.98) 31%,rgba(7,9,12,.72) 51%,rgba(7,9,12,.1) 78%),linear-gradient(180deg,rgba(5,7,9,.18),rgba(5,7,9,.08) 66%,rgba(5,7,9,.78)),url('../images/hero-cover-v5.jpg');background-repeat:no-repeat;background-size:cover;background-position:center right}.hero-inner-v5{position:relative;z-index:2;display:flex;width:min(1500px,94%);min-height:660px;margin:auto;padding-top:130px;align-items:center}.hero-copy-v5{max-width:670px;padding-bottom:80px}.hero-copy-v5 h1{font-size:clamp(47px,5vw,76px);line-height:1.03;letter-spacing:-.055em}.hero-copy-v5 h1 em{display:block;color:var(--gold);font-style:normal}.hero-copy-v5>p{max-width:650px;margin-top:23px;color:#f0f1f2;font-size:18px;font-weight:600;line-height:1.7}.hero-benefits{display:flex;margin-top:33px;flex-wrap:wrap;gap:30px}.hero-benefits span{display:flex;align-items:center;gap:9px;color:var(--gold);font-size:15px;font-weight:850}.hero-benefits b{display:grid;width:26px;height:26px;border:2px solid var(--gold);border-radius:50%;place-items:center}
.inventory-shell{position:relative;z-index:5;padding-top:0}.floating-filters{margin-top:-55px;border:0;border-radius:18px;padding:24px;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:20px;row-gap:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(18,22,29,.16)}.floating-filters label{font-size:12px;text-transform:none}.floating-filters input,.floating-filters select{min-height:48px;border-color:#dfe2e6;border-radius:9px;background:#fff}.gold-button{min-height:48px;background:linear-gradient(135deg,#efba1e,#d89306);color:#111}.floating-filters .clear-link{grid-column:1/-1;min-height:auto;justify-content:flex-end}.inventory-heading{display:flex;margin:40px 0 24px;align-items:end;justify-content:space-between}.inventory-heading h2{font-size:39px;letter-spacing:-.04em}.inventory-heading p,.page-indicator{color:var(--muted);font-size:13px}.premium-grid{gap:18px}.premium-card{border-radius:12px;box-shadow:0 10px 30px rgba(25,29,36,.08)}.premium-card .photo{height:245px}.premium-card .card-body{padding:17px}.premium-card .card-body>small{color:#b77c00}.premium-card .button{border-radius:7px}.premium-card .year{top:11px;left:11px}.premium-card .variant{min-height:39px}
.how-v5{position:relative;padding:70px max(3%,calc((100% - 1450px)/2)) 84px;background:#fff}.section-title-center{text-align:center}.section-title-center h2{font-size:38px;letter-spacing:-.04em}.section-title-center p{margin-top:5px;color:var(--muted)}.steps-v5{display:grid;margin-top:34px;grid-template-columns:repeat(3,1fr);gap:18px}.steps-v5 article{position:relative;display:grid;min-height:185px;border:1px solid #e4e5e7;border-radius:13px;padding:29px 24px;grid-template-columns:90px 1fr;align-items:center;gap:21px;background:#fff;box-shadow:0 10px 35px rgba(20,24,30,.06)}.step-number{position:absolute;top:17px;left:17px;display:grid;width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#e5b11b,#cb8e08);color:#fff;font-size:20px;font-weight:900;place-items:center}.step-icon{color:#111;font-size:62px;line-height:1;text-align:center}.steps-v5 h3{font-size:18px}.steps-v5 p{margin-top:9px;color:#484d54;font-size:13px;line-height:1.7}.script-message{margin-top:-7px;color:#d3980d;font-family:"Segoe Script","Brush Script MT",cursive;font-size:33px;text-align:center;transform:rotate(-2deg)}
.why-v5{padding:24px max(3%,calc((100% - 1450px)/2)) 62px;background:#fff}.why-grid{display:grid;margin-top:32px;grid-template-columns:repeat(4,1fr);gap:24px}.why-grid article{display:grid;grid-template-columns:64px 1fr;align-items:start;gap:15px}.why-grid article>span{color:#c78d08;font-size:51px;line-height:1}.why-grid h3{font-size:14px;text-transform:uppercase}.why-grid p{margin-top:7px;color:#4f545b;font-size:12px;line-height:1.6}
.footer-v5{display:block;padding:34px max(3%,calc((100% - 1450px)/2)) 16px;background:linear-gradient(135deg,#07090c,#15191e);color:#fff}.footer-main{display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:45px}.footer-main>img{width:220px;height:auto}.footer-main h3{font-size:16px}.footer-main p{max-width:520px;margin-top:8px;color:#c3c6ca;font-size:13px}.footer-contact{display:grid;gap:5px;text-align:right}.footer-contact span{color:var(--gold)}.footer-bottom{display:flex;margin-top:25px;padding-top:15px;border-top:1px solid rgba(255,255,255,.15);justify-content:space-between;gap:20px;color:#aeb2b8;font-size:11px}
@media(max-width:1050px){.header-inner{grid-template-columns:250px 1fr auto}.main-nav{gap:22px}.brand-logo img{height:74px}.floating-filters{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.site-header{position:absolute}.header-inner{display:flex;min-height:88px;justify-content:space-between}.brand-logo{height:72px}.brand-logo img{height:68px}.main-nav{display:none}.contact-pill{min-height:42px;padding:0 14px;font-size:12px}.hero-v5,.hero-inner-v5{min-height:610px}.hero-v5::before{background-image:linear-gradient(90deg,rgba(7,9,12,.98),rgba(7,9,12,.78) 70%,rgba(7,9,12,.55)),linear-gradient(180deg,transparent,rgba(7,9,12,.7)),url('../images/hero-cover-v5.jpg');background-position:62% center}.hero-copy-v5{padding-top:50px}.floating-filters{grid-template-columns:repeat(2,1fr)}.steps-v5{grid-template-columns:1fr}.footer-main{grid-template-columns:180px 1fr}.footer-contact{grid-column:1/-1;text-align:left}}
@media(max-width:560px){.header-inner{width:92%}.brand-logo img{height:58px;max-width:190px}.contact-pill{padding:0 10px}.contact-icon{display:none}.hero-v5,.hero-inner-v5{min-height:590px}.hero-inner-v5{width:92%;padding-top:100px}.hero-copy-v5 h1{font-size:43px}.hero-copy-v5>p{font-size:15px}.hero-benefits{gap:13px}.hero-benefits span{font-size:12px}.floating-filters{grid-template-columns:1fr;margin-top:-35px}.inventory-heading{display:grid;gap:7px}.premium-card .photo{height:240px}.steps-v5 article{grid-template-columns:70px 1fr;padding:24px 18px}.step-icon{font-size:46px}.why-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr}.footer-contact{text-align:left}.footer-bottom{display:grid}.footer-main>img{width:190px}}

/* ==========================================================
   WEBSITE V6 — crisp hero, larger logo, proper SVG icons
   ========================================================== */
.header-inner{
  width:min(1540px,96%);
  min-height:126px;
  grid-template-columns:390px 1fr auto;
}
.brand-logo{height:112px;overflow:visible}
.brand-logo img{
  width:auto;
  height:108px;
  max-width:380px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));
}
.hero-v5,.hero-inner-v5{min-height:690px}
.hero-v5::before{
  background-image:
    linear-gradient(90deg,#05070a 0%,rgba(5,7,10,.99) 30%,rgba(5,7,10,.84) 43%,rgba(5,7,10,.2) 71%,rgba(5,7,10,.07) 100%),
    linear-gradient(180deg,rgba(3,5,8,.08),rgba(3,5,8,.05) 63%,rgba(3,5,8,.72)),
    url('../images/hero-cover-v6.jpg');
  background-size:auto 100%,auto 100%,cover;
  background-position:center,center,center right;
  image-rendering:auto;
}
.hero-inner-v5{padding-top:155px}
.hero-copy-v5{padding-bottom:78px}
.hero-benefits b.benefit-icon{
  display:grid;
  width:31px;
  height:31px;
  border:0;
  border-radius:0;
  place-items:center;
}
.benefit-icon svg{
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.step-icon{
  display:grid;
  min-height:82px;
  align-items:center;
  justify-items:center;
  font-size:0;
}
.step-icon svg{
  width:72px;
  height:72px;
  fill:none;
  stroke:#111;
  stroke-width:3;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.why-grid article>span.why-icon{
  display:grid;
  width:64px;
  height:64px;
  align-items:center;
  color:#cf920c;
  font-size:0;
}
.why-icon svg{
  width:58px;
  height:58px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
@media(max-width:1050px){
  .header-inner{grid-template-columns:300px 1fr auto;min-height:110px}
  .brand-logo{height:96px}.brand-logo img{height:92px;max-width:300px}
}
@media(max-width:820px){
  .header-inner{min-height:98px}.brand-logo{height:86px}.brand-logo img{height:82px;max-width:260px}
  .hero-v5::before{
    background-image:linear-gradient(90deg,rgba(5,7,10,.99),rgba(5,7,10,.84) 68%,rgba(5,7,10,.52)),linear-gradient(180deg,transparent,rgba(5,7,10,.72)),url('../images/hero-cover-v6.jpg');
    background-position:center,center,64% center;
  }
}
@media(max-width:560px){
  .header-inner{min-height:88px}.brand-logo{height:76px}.brand-logo img{height:72px;max-width:220px}
  .step-icon svg{width:58px;height:58px}
}

/* ==========================================================
   WEBSITE V7 — contact details, brands, non-stretched hero
   ========================================================== */
.header-inner{
  width:min(1580px,97%);
  min-height:138px;
  grid-template-columns:430px 1fr auto;
}
.brand-logo{height:126px}
.brand-logo img{
  height:122px;
  max-width:420px;
}
.contact-pill small{font-size:11px;font-weight:800}
.hero-v5,.hero-inner-v5{min-height:625px}
.hero-v5::before{
  background-image:
    linear-gradient(90deg,#05070a 0%,rgba(5,7,10,.99) 29%,rgba(5,7,10,.83) 44%,rgba(5,7,10,.22) 70%,rgba(5,7,10,.08) 100%),
    linear-gradient(180deg,rgba(3,5,8,.08),rgba(3,5,8,.05) 63%,rgba(3,5,8,.72)),
    url('../images/hero-cars-v7.jpg');
  background-size:100% 100%,100% 100%,auto 100%;
  background-position:center,center,right center;
  background-repeat:no-repeat;
}
.hero-inner-v5{min-height:625px;padding-top:145px}
.hero-copy-v5{padding-bottom:68px}
.script-message{
  position:relative;
  z-index:2;
  margin-top:22px;
  margin-bottom:4px;
  transform:rotate(-2deg) translateY(5px);
}
.brands-section{
  padding:44px max(3%,calc((100% - 1450px)/2)) 58px;
  background:linear-gradient(180deg,#fff,#fafafa);
  border-top:1px solid #ededed;
}
.section-kicker{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#8b6a1e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.section-kicker::before,.section-kicker::after{content:"";width:24px;height:1px;background:#111}
.brands-title p{margin-top:8px}
.brand-strip{
  display:grid;
  margin-top:30px;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:13px;
}
.brand-strip article{
  display:grid;
  min-height:105px;
  border:1px solid #e4e5e7;
  border-radius:18px;
  place-items:center;
  background:#fff;
  box-shadow:0 10px 30px rgba(18,22,29,.045);
  transition:transform .2s,border-color .2s,box-shadow .2s;
}
.brand-strip article:hover{transform:translateY(-3px);border-color:#d7a12a;box-shadow:0 16px 38px rgba(18,22,29,.09)}
.brand-strip strong{font-size:15px;letter-spacing:.06em;text-align:center}
.footer-main-v7{grid-template-columns:300px 1fr}
.footer-brand-block img{width:245px;height:auto}
.footer-brand-block p{max-width:280px;margin-top:12px;color:#c3c6ca;font-size:12px;line-height:1.6}
.footer-links-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.footer-links-grid a{display:grid;min-height:86px;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:15px;color:#fff;text-decoration:none;align-content:center;gap:5px;background:rgba(255,255,255,.035)}
.footer-links-grid a:hover{border-color:var(--gold);background:rgba(230,179,39,.08)}
.footer-links-grid b{color:var(--gold);font-size:12px;text-transform:uppercase}
.footer-links-grid span{color:#e1e3e6;font-size:12px;line-height:1.45}
@media(max-width:1050px){
  .header-inner{grid-template-columns:330px 1fr auto;min-height:118px}
  .brand-logo{height:105px}.brand-logo img{height:101px;max-width:330px}
  .brand-strip{grid-template-columns:repeat(3,1fr)}
  .footer-links-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .header-inner{min-height:103px}.brand-logo{height:92px}.brand-logo img{height:88px;max-width:280px}
  .hero-v5::before{background-size:100% 100%,100% 100%,auto 100%;background-position:center,center,67% center}
  .footer-main-v7{grid-template-columns:1fr}
}
@media(max-width:560px){
  .brand-logo{height:80px}.brand-logo img{height:76px;max-width:225px}
  .contact-pill span{font-size:11px}.contact-pill small{display:none}
  .brand-strip{grid-template-columns:repeat(2,1fr)}
  .brand-strip article{min-height:82px}
  .footer-links-grid{grid-template-columns:1fr}
  .script-message{margin-top:28px;font-size:29px}
}


/* ==========================================================
   WEBSITE V8 — modern typography, logo cards, social icons,
   sharper non-stretched hero, visual condition map and
   icon-based equipment
   ========================================================== */
:root{
  --gold:#d79b13;
  --gold-dark:#ad7500;
  --ink:#0d1014;
  --muted:#646b74;
}
body{
  font-family:"Manrope",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  letter-spacing:-.01em;
}
button,input,select{font:inherit}

/* Hero: the photo is a dedicated 1800 x 620 composition.
   It is displayed at its natural aspect ratio and never forced
   to fill both dimensions. */
.hero-v5,.hero-inner-v5{min-height:620px}
.hero-v5{
  overflow:hidden;
  background:#05070a;
}
.hero-v5::before{
  background-image:
    linear-gradient(90deg,rgba(5,7,10,.96) 0%,rgba(5,7,10,.91) 28%,rgba(5,7,10,.54) 47%,rgba(5,7,10,.08) 73%,rgba(5,7,10,0) 100%),
    url('../images/hero-cars-v8.jpg');
  background-repeat:no-repeat,no-repeat;
  background-size:cover,1800px 620px;
  background-position:center,center top;
}
.hero-inner-v5{min-height:620px;padding-top:142px}
.hero-copy-v5{max-width:630px;padding-bottom:70px}
.hero-copy-v5 h1{font-weight:800}
.header-inner{min-height:126px}
.brand-logo{height:116px}
.brand-logo img{height:112px;max-width:390px}

/* Inventory typography and mileage */
.premium-card .card-body h3{font-weight:800;letter-spacing:-.035em}
.premium-card .variant{font-weight:500}
.chips{align-items:center}
.chips span{
  display:inline-flex;
  min-height:34px;
  padding:7px 11px;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:600;
}
.chips svg{
  width:16px;
  height:16px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.chips .mileage-chip{
  color:#11151a;
  font-size:14px;
  font-weight:800;
}
.price-block strong{font-weight:800;letter-spacing:-.04em}

/* Handwritten line is placed fully below the cards. */
.how-v5{padding-bottom:58px}
.script-message{
  position:relative;
  z-index:3;
  width:max-content;
  max-width:100%;
  margin:30px auto 0;
  padding:0 18px 7px;
  background:#fff;
  transform:rotate(-2deg);
  line-height:1.15;
}
.script-message::after{
  content:"";
  position:absolute;
  right:22%;
  bottom:0;
  left:22%;
  height:2px;
  background:var(--gold);
  transform:rotate(-2deg);
}

/* Brand logos */
.brands-section{padding-top:42px}
.brands-title h2{margin-top:8px}
.brand-strip{
  grid-template-columns:repeat(5,minmax(0,1fr));
}
.brand-strip article{
  min-height:118px;
  padding:18px;
}
.brand-strip article img{
  display:block;
  width:auto;
  max-width:150px;
  height:62px;
  max-height:66px;
  object-fit:contain;
  filter:grayscale(.05);
}
.brand-strip article:nth-child(5) img{height:72px}
.brand-strip article:nth-child(6) img{max-width:135px}

/* Footer social cards */
.footer-main-v8{
  display:grid;
  grid-template-columns:285px 1fr;
  align-items:center;
  gap:34px;
}
.footer-social-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.social-card{
  display:flex;
  min-height:90px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:14px;
  padding:14px;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.035);
  transition:transform .2s,border-color .2s,background .2s;
}
.social-card:hover{
  transform:translateY(-3px);
  border-color:var(--gold);
  background:rgba(215,155,19,.09);
}
.social-logo{
  display:grid;
  width:43px;
  height:43px;
  flex:0 0 auto;
  border-radius:50%;
  place-items:center;
  color:#fff;
}
.social-logo svg{
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.facebook-social .social-logo svg{fill:currentColor;stroke:none}
.whatsapp-social .social-logo{background:#20b85a}
.facebook-social .social-logo{background:#1877f2}
.instagram-social .social-logo{
  background:radial-gradient(circle at 65% 65%,#ffd36d 0 14%,#ef3d69 36%,#8f3ad8 67%,#4c5ddb 100%);
}
.location-social .social-logo{background:#d89a13}
.social-card>span:last-child{display:grid;gap:4px}
.social-card b{font-size:12px;text-transform:uppercase}
.social-card small{color:#d8dbe0;font-size:11px;line-height:1.4}
.footer-bottom a{color:var(--gold);text-decoration:none}

/* Detail page: larger mileage and modern header */
.topbar .logo{height:68px}
.topbar .logo img{height:62px}
.detail-chips .mileage-chip{font-size:15px}
.buy-card h1{font-weight:800;letter-spacing:-.04em}

/* Visual accident / repair diagram */
.panel-title-row{
  display:flex;
  margin-bottom:20px;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}
.panel-title-row h2{margin-bottom:0}
.inspection-pill{
  border-radius:999px;
  padding:9px 13px;
  font-size:11px;
  font-weight:800;
}
.inspection-pill.clean{background:#e7f7ee;color:#16824b}
.inspection-pill.has-damage{background:#fff0ef;color:#c93836}
.inspection-pill.simple-repair{background:#fff5de;color:#a46600}
.condition-visual{
  display:grid;
  min-height:570px;
  border:1px solid var(--line);
  border-radius:20px;
  place-items:center;
  background:
    radial-gradient(circle at 50% 48%,rgba(215,155,19,.06),transparent 34%),
    linear-gradient(180deg,#fbfbfc,#f5f6f8);
}
.car-condition-map{
  position:relative;
  width:min(360px,72vw);
  aspect-ratio:280/520;
}
.car-top-view{width:100%;height:100%}
.car-top-view .car-outline{
  fill:#fff;
  stroke:#b8bdc5;
  stroke-width:5;
  filter:drop-shadow(0 12px 16px rgba(20,24,30,.1));
}
.car-top-view .window-front,
.car-top-view .window-rear,
.car-top-view .roof-panel{
  fill:#e7e9ec;
  stroke:#bcc1c8;
  stroke-width:3;
}
.car-top-view .door-line,
.car-top-view .bumper-line{
  fill:none;
  stroke:#c5c9cf;
  stroke-width:3;
}
.car-top-view .wheel{fill:#737983;stroke:#3d424a;stroke-width:3}
.damage-marker{
  position:absolute;
  display:grid;
  width:34px;
  height:34px;
  border:3px solid #fff;
  border-radius:50%;
  color:#fff;
  font-size:12px;
  font-weight:900;
  place-items:center;
  transform:translate(-50%,-50%);
  box-shadow:0 5px 14px rgba(0,0,0,.2);
}
.damage-marker.change{background:#e94145}
.damage-marker.metal{background:#3f80e8}
.damage-marker.corrosion{background:#f09b24}
.damage-marker.scratch{background:#687789}
.damage-marker.hills{background:#35b979}
.damage-marker.damage{background:#7358e8}
.clean-status-card{
  display:flex;
  margin-top:18px;
  border:1px solid #a6e9c3;
  border-radius:18px;
  padding:22px;
  align-items:center;
  gap:16px;
  background:#f4fff8;
}
.clean-check{
  display:grid;
  width:52px;
  height:52px;
  border-radius:50%;
  place-items:center;
  background:#1da65d;
  color:#fff;
  font-size:26px;
  font-weight:900;
}
.clean-status-card div{display:grid}
.clean-status-card small{
  color:#4ea879;
  font-size:11px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.clean-status-card strong{color:#18884d;font-size:24px}

/* Icon based vehicle options */
.option-icon-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.option-icon-card{
  display:grid;
  min-height:150px;
  border:1px solid var(--line);
  border-radius:17px;
  padding:18px 12px;
  align-content:center;
  justify-items:center;
  gap:11px;
  background:linear-gradient(180deg,#fff,#fafbfc);
  text-align:center;
}
.option-symbol{
  display:grid;
  width:62px;
  height:62px;
  place-items:center;
}
.option-symbol svg{
  width:56px;
  height:56px;
  fill:none;
  stroke:#22272d;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.option-icon-card strong{font-size:13px;line-height:1.35}

/* Responsive */
@media(max-width:1200px){
  .hero-v5::before{background-size:cover,1600px auto;background-position:center,60% top}
  .footer-social-grid{grid-template-columns:repeat(2,1fr)}
  .option-icon-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:820px){
  .hero-v5::before{
    background-image:
      linear-gradient(90deg,rgba(5,7,10,.98),rgba(5,7,10,.83) 72%,rgba(5,7,10,.5)),
      url('../images/hero-cars-v8.jpg');
    background-size:cover,1450px auto;
    background-position:center,58% top;
  }
  .brand-strip{grid-template-columns:repeat(3,1fr)}
  .footer-main-v8{grid-template-columns:1fr}
  .condition-visual{min-height:500px}
  .option-icon-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .brand-strip{grid-template-columns:repeat(2,1fr)}
  .brand-strip article{min-height:90px}
  .brand-strip article img{height:52px;max-width:125px}
  .footer-social-grid{grid-template-columns:1fr}
  .panel-title-row{display:grid;align-items:start}
  .condition-visual{min-height:430px}
  .car-condition-map{width:min(280px,78vw)}
  .option-icon-grid{grid-template-columns:repeat(2,1fr)}
  .option-icon-card{min-height:130px;padding:14px 8px}
  .option-symbol{width:50px;height:50px}
  .option-symbol svg{width:46px;height:46px}
  .clean-status-card strong{font-size:18px}
}

/* ==========================================================
   WEBSITE V9 — full hero, type filter, exact-style Encar
   condition diagram, official brand marks and options modal
   ========================================================== */

/* The hero photograph fills the complete banner, including the area
   behind the text. Its native 1800×620 ratio is preserved with cover. */
.hero-v5{
  min-height:620px;
  background:#05070a;
}
.hero-v5::before{
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(4,6,9,.96) 0%,rgba(4,6,9,.88) 30%,rgba(4,6,9,.43) 51%,rgba(4,6,9,.05) 76%,rgba(4,6,9,.1) 100%),
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.04) 70%,rgba(0,0,0,.58)),
    url('../images/hero-cars-v8.jpg');
  background-size:cover,cover,cover;
  background-position:center,center,center;
  background-repeat:no-repeat;
}
.hero-inner-v5{min-height:620px;padding-top:142px}
.hero-copy-v5{max-width:620px}

/* The source logo was transparent with a large empty canvas. V9 uses a
   tightly cropped asset, so these dimensions now produce a visible logo. */
.header-inner{grid-template-columns:390px 1fr auto;min-height:118px}
.brand-logo{height:100px;display:flex;align-items:center}
.brand-logo img{width:330px;height:auto;max-height:96px;object-fit:contain;object-position:left center}
.topbar .logo img{width:250px;height:auto;max-height:85px}

/* Eight filter controls plus the action button. */
.floating-filters{grid-template-columns:repeat(4,minmax(0,1fr))}
.floating-filters .filter-button{grid-column:auto}

/* Genuine brand marks cropped from the supplied reference. */
.brand-strip article img{
  width:auto;
  max-width:190px;
  height:78px;
  max-height:82px;
  object-fit:contain;
  filter:none;
}
.brand-strip article:nth-child(5) img,
.brand-strip article:nth-child(6) img{height:82px;max-width:180px}

/* Stronger specification presentation. */
.panel#specs h2{font-size:31px;font-weight:800}
.spec-grid{gap:13px}
.spec-grid>div{
  min-height:112px;
  border:1px solid #e0e2e5;
  border-radius:18px;
  padding:20px;
  background:linear-gradient(145deg,#fff,#fafafa);
  align-content:center;
  text-align:center;
}
.spec-grid>div span{
  color:#65707b;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.spec-grid>div strong{
  margin-top:8px;
  color:#07090c;
  font-size:21px;
  font-weight:800;
  letter-spacing:-.035em;
}

.detail-section-heading{
  display:flex;
  padding-bottom:18px;
  border-bottom:1px solid #e2e4e7;
  align-items:center;
  gap:12px;
}
.detail-section-heading h2{font-size:25px;font-weight:800}
.heading-icon{
  display:grid;
  width:40px;height:40px;border-radius:12px;
  place-items:center;background:#f6f7f8;font-size:21px;font-weight:800;
}

/* Encar-style two-panel inspection view. */
.encar-condition-grid{
  display:grid;
  margin-top:22px;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.encar-diagram-card{
  border:1px solid #dfe2e5;
  border-radius:18px;
  padding:16px;
  background:linear-gradient(145deg,#fff,#fafafa);
}
.encar-diagram-card h3{
  margin-bottom:10px;color:#68717b;font-size:13px;font-weight:800;
  letter-spacing:.14em;text-align:center;
}
.encar-diagram-image{
  position:relative;
  width:100%;
  min-height:330px;
  overflow:hidden;
  border-radius:13px;
  background:#fff;
}
.encar-diagram-image img{
  display:block;width:100%;height:330px;object-fit:contain;
}
.encar-damage-marker{
  position:absolute;
  display:grid;
  width:29px;height:29px;
  margin:-14px 0 0 -14px;
  border:3px solid #fff;
  border-radius:50%;
  place-items:center;
  color:#fff;
  font-size:12px;
  font-weight:900;
  box-shadow:0 4px 12px rgba(0,0,0,.24);
  cursor:help;
}
.encar-damage-marker.change,.legend-grid b.change{background:#f02e43}
.encar-damage-marker.metal,.legend-grid b.metal{background:#4f8fe8}
.encar-damage-marker.corrosion,.legend-grid b.corrosion{background:#e99425}
.encar-damage-marker.scratch,.legend-grid b.scratch{background:#708092}
.encar-damage-marker.hills,.legend-grid b.hills{background:#3cbe7b}
.encar-damage-marker.damage,.legend-grid b.damage{background:#7655ef}
.damage-legend{margin-top:22px;padding-top:20px;border-top:1px solid #e1e3e6}
.damage-legend h3{margin-bottom:12px;color:#606a75;font-size:12px;letter-spacing:.16em}
.legend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}
.legend-grid span{
  display:flex;min-height:48px;border:1px solid #dde0e4;border-radius:12px;
  padding:9px 13px;align-items:center;gap:10px;font-size:14px;font-weight:700;
}
.legend-grid b{
  display:grid;width:25px;height:25px;flex:0 0 auto;border-radius:50%;
  place-items:center;color:#fff;font-size:11px;box-shadow:0 2px 7px rgba(0,0,0,.18);
}
.condition-report-link{
  display:flex;margin-top:22px;min-height:54px;border-radius:14px;
  align-items:center;justify-content:center;background:#0b0d10;color:#fff;
  font-weight:800;text-decoration:none;
}
.condition-report-link:hover{background:#23272d}

/* Main option cards and the complete check-mark list modal. */
.option-icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.option-icon-card{min-height:150px}
.all-options-button{
  display:flex;width:100%;min-height:54px;margin-top:17px;border:2px solid #111;
  border-radius:15px;align-items:center;justify-content:center;gap:12px;
  background:#fff;color:#111;font-weight:800;cursor:pointer;
}
.all-options-button span{font-size:20px}
.options-dialog{
  width:min(820px,92vw);
  max-height:86vh;
  border:0;
  border-radius:22px;
  padding:24px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
}
.options-dialog::backdrop{background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}
.options-dialog-header{display:flex;padding-bottom:16px;border-bottom:1px solid #ddd;align-items:center;justify-content:space-between}
.options-dialog-header h2{font-size:25px;font-weight:800}
.options-dialog-header button{display:grid;width:38px;height:38px;border:1px solid #ddd;border-radius:50%;place-items:center;background:#fafafa;font-size:22px;cursor:pointer}
.all-options-grid{display:grid;margin-top:17px;grid-template-columns:1fr 1fr;gap:8px;overflow:auto}
.all-options-grid span{display:flex;min-height:43px;border:1px solid #dfe1e4;border-radius:10px;padding:9px 12px;align-items:center;gap:10px;font-size:13px;font-weight:650}
.all-options-grid b{display:grid;width:20px;height:20px;border-radius:50%;place-items:center;background:#111;color:#fff;font-size:10px}

@media(max-width:1050px){
  .header-inner{grid-template-columns:300px 1fr auto}.brand-logo img{width:270px}
  .floating-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .option-icon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .hero-v5::before{background-position:center,center,62% center}
  .floating-filters{grid-template-columns:repeat(2,minmax(0,1fr))}
  .encar-condition-grid{grid-template-columns:1fr}
  .legend-grid{grid-template-columns:repeat(2,1fr)}
  .option-icon-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .brand-logo img{width:220px}
  .floating-filters{grid-template-columns:1fr}
  .legend-grid,.all-options-grid{grid-template-columns:1fr}
  .encar-diagram-image,.encar-diagram-image img{height:285px;min-height:285px}
}

/* ============================================================
   WEBSITE V10 — uploaded full hero, dependent Tipi, calculator
   ============================================================ */
.hero-v5,.hero-inner-v5{min-height:620px}
.hero-v5::before{
  background-image:linear-gradient(90deg,rgba(4,7,11,.96) 0%,rgba(4,7,11,.76) 36%,rgba(4,7,11,.20) 67%,rgba(4,7,11,.08) 100%),url('../images/hero-v10.png');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.hero-copy-v5{max-width:650px}
.contact-icon.whatsapp-white{display:grid;width:24px;height:24px;place-items:center}
.contact-icon.whatsapp-white svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.main-nav a.active{color:var(--gold)}
.detail-top-links{display:flex;align-items:center;gap:18px}
/* The exact Encar diagram assets have their own proportions. */
.encar-diagram-image img{object-fit:contain;image-rendering:auto}

.calculator-page{background:#f5f6f8}
.calculator-header{position:relative;background:#080b0f}
.calculator-shell{width:min(1180px,92%);margin:0 auto;padding:70px 0 90px}
.calculator-heading{max-width:790px;margin:0 auto 35px;text-align:center}
.calculator-heading>span{color:var(--gold-dark);font-size:12px;font-weight:800;letter-spacing:.18em}
.calculator-heading h1{margin-top:9px;font-size:clamp(34px,4vw,54px);letter-spacing:-.045em}
.calculator-heading p{margin-top:13px;color:var(--muted);font-size:16px}
.calculator-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:24px}
.calculator-form,.calculator-results,.calculator-disclaimer{border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow)}
.calculator-form{display:grid;padding:30px;gap:16px}
.calculator-form label{display:grid;gap:8px;font-size:14px;font-weight:800}
.calculator-form label small{color:var(--muted);font-weight:600}
.calculator-form input{width:100%;height:52px;border:1px solid #dcdfe4;border-radius:11px;padding:0 15px;font:inherit;font-size:16px;outline:none}
.calculator-form input:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px rgba(214,154,24,.14)}
.field-note{margin-top:-8px;color:var(--muted);font-size:12px;line-height:1.55}
.calculator-button{min-height:52px;border:0;border-radius:11px;font:inherit;font-weight:800;cursor:pointer}
.calculator-results{padding:22px 28px}
.calculator-results>div{display:flex;min-height:68px;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;gap:22px}
.calculator-results span{color:var(--muted);font-size:14px}
.calculator-results strong{font-size:22px}
.calculator-results .result-highlight{margin:10px -12px;padding:0 12px;border:0;border-radius:12px;background:#fff7e3}
.calculator-results .result-highlight strong{color:#a66e00}
.calculator-results .grand-total{margin:12px -12px -4px;padding:0 12px;border:0;border-radius:12px;background:#0d1014;color:#fff}
.calculator-results .grand-total span{color:#d9dce1}
.calculator-results .grand-total strong{font-size:28px;color:var(--gold)}
.calculator-disclaimer{margin-top:22px;padding:22px 25px}
.calculator-disclaimer strong{display:block;margin-bottom:6px}
.calculator-disclaimer p{color:var(--muted);font-size:13px;line-height:1.65}
@media(max-width:900px){.calculator-grid{grid-template-columns:1fr}.main-nav a[href*="kalkulatori"]{display:none}}
@media(max-width:580px){.hero-v5::before{background-position:62% center}.calculator-shell{padding-top:45px}.calculator-form,.calculator-results{padding:20px}.calculator-results>div{align-items:flex-start;padding:15px 0;flex-direction:column;gap:4px}.detail-top-links a:last-child{display:none}}


/* ============================================================
   WEBSITE V10.1 — navigation label and premium price emphasis
   ============================================================ */
.price-block strong,
.big-price > strong,
.similar-grid strong {
  color: var(--gold-dark, #c98a08);
}
.price-block strong {
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

/* V12 inspection and accident-history system */
.detail-section-heading > div p{margin:.35rem 0 0;color:#7d7d7d;font-size:.92rem}
.inspection-summary{display:flex;gap:16px;align-items:flex-start;padding:20px 22px;border-radius:16px;margin:20px 0;border:1px solid #e8e1d3;background:#fbfaf7}
.inspection-summary.clean{border-color:#cfe5d6;background:#f4fbf6}.inspection-summary.warning{border-color:#ead9a8;background:#fffaf0}.inspection-summary.alert{border-color:#e8c0bc;background:#fff6f5}
.inspection-summary-icon{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:50%;font-weight:800;background:#111;color:#d9b56d}
.inspection-summary small{display:block;color:#777;margin-bottom:3px}.inspection-summary strong{display:block;font-size:1.08rem}.inspection-summary p{margin:5px 0 0;color:#5e5e5e;line-height:1.55}
.inspection-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0 24px}.inspection-facts>div{padding:16px;border:1px solid #e8e8e8;border-radius:12px;background:#fff}.inspection-facts span{display:block;font-size:.78rem;color:#777;margin-bottom:5px}.inspection-facts strong{font-size:1rem}
.damage-records{margin-top:24px;border-top:1px solid #ececec;padding-top:22px}.damage-records-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.damage-records-heading h3{margin:0}.damage-records-heading span{font-size:.82rem;color:#777}
.damage-record-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.damage-record-list article{display:grid;grid-template-columns:34px 1fr auto;gap:11px;align-items:center;border:1px solid #e8e8e8;border-radius:12px;padding:12px 14px}.damage-record-list article small{display:block;color:#888;margin-top:2px}.damage-record-list article>b{font-size:.82rem;color:#71591f;text-align:right}
.damage-code-dot{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#151515;color:#d9b56d;font-weight:800}.inspection-disclaimer{color:#777;font-size:.82rem;line-height:1.55;margin:18px 0 12px}
@media(max-width:760px){.inspection-facts{grid-template-columns:repeat(2,1fr)}.damage-record-list{grid-template-columns:1fr}.damage-record-list article{grid-template-columns:34px 1fr}.damage-record-list article>b{grid-column:2;text-align:left}}


/* ==========================================================
   WEBSITE V14 — trust process and total-cost calculator
   ========================================================== */
.inspection-free-banner{padding:0 max(3%,calc((100% - 1450px)/2));background:#fff}
.inspection-free-inner{display:grid;min-height:138px;margin-top:0;border:1px solid rgba(209,151,16,.35);border-radius:22px;padding:26px 30px;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;background:linear-gradient(135deg,#0b0d10,#171b20);box-shadow:0 18px 50px rgba(8,10,13,.15);color:#fff}
.free-badge{display:grid;width:78px;height:78px;border:2px solid var(--gold);border-radius:50%;place-items:center;color:var(--gold);font-size:16px;font-weight:900;letter-spacing:.08em}
.inspection-free-inner h2{font-size:25px;letter-spacing:-.035em}
.inspection-free-inner p{max-width:790px;margin-top:7px;color:#d6d8dc;font-size:14px;line-height:1.65}
.inspection-free-inner a{display:flex;min-height:48px;border-radius:12px;padding:0 19px;align-items:center;background:var(--gold);color:#111;font-size:13px;font-weight:900;text-decoration:none}
.how-v5{padding-top:76px}.section-title-center .eyebrow{display:block;margin-bottom:8px;color:#b77d00;font-size:11px;font-weight:900;letter-spacing:.18em}.process-steps{grid-template-columns:repeat(4,1fr);gap:16px}.process-steps article{min-height:245px;padding:56px 20px 23px;grid-template-columns:1fr;align-content:start;text-align:center}.process-steps .step-icon{display:grid;width:64px;height:64px;margin:0 auto 6px;border-radius:18px;place-items:center;background:#f4f5f7}.process-steps .step-icon svg{width:44px;height:44px;fill:none;stroke:#161a20;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.process-steps h3{font-size:17px}.process-steps p{font-size:12.5px}.featured-process-step{border-color:rgba(209,151,16,.55)!important;background:linear-gradient(180deg,#fffaf0,#fff)!important}.step-tag{position:absolute;top:17px;right:17px;border-radius:999px;padding:6px 9px;background:#111;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.11em}.process-note{display:flex;width:min(970px,100%);margin:28px auto 0;border-left:4px solid var(--gold);border-radius:0 14px 14px 0;padding:18px 22px;align-items:center;justify-content:center;gap:10px;background:#fff7e5;font-size:14px}.process-note strong{color:#8b5a00}.process-note span{color:#4f535a}.calculation-subtotal{margin:7px -12px;padding:0 12px;border-radius:12px;background:#f5f6f8}.calculator-results .calculation-subtotal strong{color:#24282e}.calculator-results .grand-total{min-height:82px}.calculator-form .field-note{margin-top:-9px}
@media(max-width:1150px){.process-steps{grid-template-columns:repeat(2,1fr)}.inspection-free-inner{grid-template-columns:auto 1fr}.inspection-free-inner a{grid-column:2}}
@media(max-width:680px){.inspection-free-banner{padding:0 4%}.inspection-free-inner{grid-template-columns:1fr;text-align:center;padding:24px}.free-badge{margin:auto}.inspection-free-inner a{grid-column:auto;justify-content:center}.process-steps{grid-template-columns:1fr}.process-steps article{min-height:auto}.process-note{display:grid;text-align:center}.calculator-results .grand-total{min-height:95px}}

/* V15 premium trust, comparison and mobile polish */
.car-card{position:relative}.compare-toggle{position:absolute;z-index:4;top:14px;right:14px;display:flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.45);background:rgba(15,20,27,.82);color:#fff;border-radius:999px;padding:8px 11px;font:700 12px Manrope,sans-serif;cursor:pointer;backdrop-filter:blur(8px)}.compare-toggle svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.compare-toggle.active{background:#c99a3c;border-color:#c99a3c;color:#111}.compare-floating{position:fixed;z-index:50;left:50%;bottom:20px;transform:translateX(-50%);width:min(620px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:20px;background:#111820;color:#fff;border:1px solid rgba(222,181,93,.45);border-radius:18px;padding:13px 15px 13px 20px;box-shadow:0 18px 60px rgba(0,0,0,.32)}.compare-floating[hidden]{display:none}.compare-floating div{display:flex;flex-direction:column}.compare-floating small{opacity:.68}.compare-floating .gold-button{padding:11px 17px}.compare-detail-button{width:100%;background:#fff;color:#16202a;border:1px solid #d8dee5}.compare-detail-button.active{border-color:#c99a3c;background:#fff8e9}.availability-notice{margin-top:14px;padding:14px;border-radius:13px;background:#f5f7f8;border:1px solid #e1e6ea;display:flex;flex-direction:column;gap:5px;font-size:12px;line-height:1.5}.availability-notice b{font-size:13px;color:#1d2832}.availability-notice span{color:#69757f}.trust-section{margin:28px 0;background:linear-gradient(135deg,#111a23,#202b35);color:#fff;border-radius:24px;padding:36px;box-shadow:0 20px 60px rgba(13,20,28,.16)}.trust-heading{max-width:800px}.trust-heading h2{font-size:clamp(28px,4vw,44px);margin:8px 0 12px}.trust-heading p{color:#c8d0d8;line-height:1.75}.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.guarantee-grid article{display:flex;gap:14px;padding:20px;border:1px solid rgba(255,255,255,.13);border-radius:17px;background:rgba(255,255,255,.045)}.guarantee-grid article>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:#c99a3c;color:#111;font-weight:900}.guarantee-grid h3{margin:0 0 6px;font-size:16px}.guarantee-grid p{margin:0;color:#bdc7cf;font-size:13px;line-height:1.55}.inspection-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 22px;border-radius:17px;background:#fff;color:#17212b}.inspection-cta div{display:flex;flex-direction:column;gap:4px}.inspection-cta span{font-size:13px;color:#69747e}.compare-shell{width:min(1320px,calc(100% - 40px));margin:0 auto;padding:62px 0 90px}.compare-empty{max-width:680px;margin:30px auto;padding:48px;text-align:center;background:#fff;border:1px solid #e5e8eb;border-radius:24px}.compare-empty p{color:#6b7680;margin-bottom:25px}.compare-table-wrap{overflow:auto;border:1px solid #e1e5e8;border-radius:22px;background:#fff;box-shadow:0 14px 45px rgba(18,28,38,.08)}.compare-table{width:100%;min-width:900px;border-collapse:collapse}.compare-table th,.compare-table td{padding:18px;border-bottom:1px solid #e8ebed;text-align:center}.compare-table tbody th{text-align:left;width:190px;background:#f8f9fa;color:#5e6973;font-size:13px}.compare-table thead th{vertical-align:top;background:#f8f9fa}.compare-car-head{display:flex;flex-direction:column;gap:5px;color:#17212b;text-decoration:none}.compare-car-head img{width:100%;height:145px;object-fit:cover;border-radius:13px;margin-bottom:8px}.compare-car-head small{color:#9b7a34}.compare-car-head span{font-size:12px;color:#78838c}.compare-price{font-size:20px;font-weight:800;color:#a6781c}.compare-status{display:inline-block;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800}.compare-status.good{background:#e8f7ee;color:#19733c}.compare-status.pending{background:#fff4dc;color:#8c6514}.compare-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:20px}.stat-grid article small{display:block;margin-top:4px;color:#8b96a0;font-size:11px}
@media(max-width:900px){.guarantee-grid{grid-template-columns:1fr}.inspection-cta{align-items:flex-start;flex-direction:column}.inspection-cta .gold-button{width:100%;text-align:center}.trust-section{padding:25px}.compare-toggle span{display:none}.compare-toggle{padding:9px}.compare-floating{bottom:10px}.compare-floating small{display:none}}
@media(max-width:640px){.compare-shell{width:min(100% - 22px,1320px);padding-top:35px}.compare-floating{padding:10px 11px 10px 14px;border-radius:15px}.compare-floating strong{font-size:13px}.compare-floating .gold-button{font-size:12px;padding:9px 12px}.trust-section{margin-left:-2px;margin-right:-2px;border-radius:19px}.gallery-card .main-image{min-height:260px}.thumbs{scroll-snap-type:x mandatory}.thumb{scroll-snap-align:start}.buy-card{position:static!important}}
