
:root{--bg:#f6f7f9;--panel:#fff;--ink:#121417;--muted:#65707c;--line:#e3e7eb;--red:#df0b16;--red2:#a90009;--green:#0a8f4b;--dark:#101419;--shadow:0 18px 55px rgba(17,24,39,.10);--r:24px;--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.58}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.container{width:min(var(--max),calc(100% - 32px));margin:auto}
.topbar{background:#0e1115;color:#dce1e7;font-size:13px;padding:8px 0}.topbar .container{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.nav{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.navrow{height:72px;display:flex;align-items:center;gap:22px}.wordmark{display:flex;align-items:center;gap:10px;font-weight:950;letter-spacing:-.5px;font-size:21px}.wordmark span{color:var(--red)}.wordmark small{display:block;color:var(--muted);font-size:10px;font-weight:750;letter-spacing:.5px}.navlinks{margin-left:auto;display:flex;align-items:center;gap:17px;font-size:14px;font-weight:800}.navlinks a:hover{color:var(--red)}.menu{display:none;margin-left:auto;border:0;background:none;font-size:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 19px;font-weight:850;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-red{background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;box-shadow:0 10px 24px rgba(223,11,22,.2)}.btn-dark{background:var(--dark);color:#fff}.btn-white{background:#fff;color:#111;border:1px solid var(--line)}.btn-green{background:var(--green);color:#fff}.icon{width:22px;height:22px;object-fit:contain;border-radius:5px}.icon-lg{width:36px;height:36px;border-radius:9px}
.hero-img{width:100%;background:white}.hero-img img{width:100%;max-height:820px;object-fit:cover}.hero-actions-bar{background:#fff;border-bottom:1px solid var(--line);padding:14px 0;position:relative;z-index:2}.hero-actions-bar .container{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.section{padding:74px 0}.section.white{background:#fff;border-block:1px solid var(--line)}.section.dark{background:#101419;color:#fff}.section.dark p{color:#c7cdd5}.eyebrow{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900;color:#323942}.dark .eyebrow{background:#171d24;border-color:#313943;color:#dce1e7}h1{font-size:clamp(39px,5vw,66px);line-height:1.02;letter-spacing:-2.5px;margin:16px 0 18px}h2{font-size:clamp(29px,3.5vw,45px);line-height:1.08;letter-spacing:-1.3px;margin:0 0 15px}h3{margin:0 0 8px;font-size:21px}.lead{font-size:19px;color:var(--muted);max-width:760px}.red{color:var(--red)}.muted{color:var(--muted)}.sectionhead{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:28px}.sectionhead p{max-width:650px;margin:0;color:var(--muted)}
.trustgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust{background:#fff;border:1px solid var(--line);border-radius:19px;padding:19px}.trust b{display:block;font-size:25px}.trust span{font-size:13px;color:var(--muted)}
.modelgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);box-shadow:0 7px 28px rgba(17,24,39,.05);overflow:hidden}.modelimg{width:100%;height:225px;object-fit:contain;background:linear-gradient(180deg,#fff 0%,#edf3f7 100%);padding:8px}.cardbody{padding:20px}.tag{display:inline-block;background:#f3f5f7;border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:850}.price{font-size:25px;font-weight:950;margin:8px 0}.actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
.empathy{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.softbox{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px}.checklist{display:grid;gap:11px}.check{display:flex;gap:10px;align-items:flex-start}.check i{font-style:normal;width:26px;height:26px;display:grid;place-items:center;background:#e9f7ef;color:#08763e;border-radius:50%;font-weight:900;flex:0 0 auto}.callout{background:linear-gradient(135deg,#df0b16,#980007);color:#fff;border-radius:28px;padding:30px}.callout p{color:#ffe8ea}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.gallery img{width:100%;height:260px;object-fit:cover;border-radius:18px}.delivery{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.delivery img{border-radius:26px;width:100%;height:430px;object-fit:cover}.video-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px}.video-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px}.video-card video{width:100%;aspect-ratio:9/16;object-fit:cover;background:#000;border-radius:15px}
.articlegrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.articlecard{padding:22px;background:#fff;border:1px solid var(--line);border-radius:22px}.articlecard h3{font-size:20px}.articlecard p{color:var(--muted)}
.pagehero{padding:44px 0}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:15px}.modelhero{display:grid;grid-template-columns:1fr .9fr;gap:30px;align-items:center}.modelhero img{width:100%;height:390px;object-fit:contain;border-radius:26px;border:1px solid var(--line);background:linear-gradient(180deg,#fff 0%,#edf3f7 100%);padding:10px;box-shadow:0 18px 45px rgba(20,35,50,.10)}.proscons{display:grid;grid-template-columns:1fr 1fr;gap:16px}.proscons .softbox{padding:22px}.proscons ul{margin:10px 0 0;padding-left:20px}.variantcards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.variant{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px}.variant.recommended{outline:2px solid #0a8f4b}.variant .promo{font-size:12px;font-weight:900;color:var(--green)}
.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:19px;background:#fff}.spec-table{width:100%;border-collapse:collapse;min-width:870px}.spec-table th,.spec-table td{padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top}.spec-table th{background:#101419;color:#fff;text-align:left;position:sticky;top:71px;z-index:3}.spec-table td:first-child{font-weight:800;min-width:220px}.spec-table .cat td{background:#eef1f4;font-weight:950;text-transform:uppercase;letter-spacing:.4px}.diff{background:#fff4f5!important}.same{color:#74808c}.yes{font-weight:900;color:#08763e}.no{color:#8a919a}.filterbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:12px 0 18px}.filterbar select,.field input,.field select{padding:12px 13px;border:1px solid var(--line);border-radius:12px;background:#fff}.comparebox{display:grid;grid-template-columns:1fr 1fr;gap:12px}.compareSummary{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.compareSummary .softbox{padding:20px}
.calc{background:#101419;color:#fff;border-radius:28px;padding:28px;display:grid;grid-template-columns:1fr 1.1fr;gap:24px}.calc .field label{display:block;color:#bac2cb;font-size:12px;font-weight:850;margin-bottom:5px}.calc .field input,.calc .field select{background:#161c23;border-color:#333b44;color:#fff;width:100%}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.resultgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.result{background:#fff;color:#111;border-radius:16px;padding:15px;text-align:center}.result b{display:block;font-size:25px}.notice{font-size:12px;color:var(--muted)}.dark .notice,.calc .notice{color:#aeb6bf}
.officegrid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.officegrid img{width:100%;height:430px;object-fit:cover;border-radius:26px}.socials{display:flex;gap:10px;margin-top:15px}.social{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#fff;border-radius:15px;padding:9px 12px;font-weight:850}.social img{width:31px;height:31px;object-fit:contain;border-radius:8px}
.article{max-width:830px;margin:auto}.article .intro{font-size:21px;color:#4d5864}.article section{padding:18px 0}.article h2{font-size:30px}.sourcebox{background:#f1f4f6;border-radius:18px;padding:18px;margin-top:25px}.sourcebox a{text-decoration:underline}.quote{border-left:4px solid var(--red);padding-left:18px;font-size:20px;font-weight:750;color:#343b44}
.footer{background:#0b0e12;color:#fff;padding:55px 0 108px}.footergrid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer a{color:#d8dde4}.footer small{color:#99a2ad}.footer .wordmark{font-size:24px}.sticky-wa{position:fixed;right:18px;bottom:18px;z-index:60}.mobilebar{display:none}
@media(max-width:930px){.navlinks{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column;align-items:flex-start}.navlinks.open{display:flex}.menu{display:block}.modelgrid,.articlegrid,.variantcards{grid-template-columns:repeat(2,1fr)}.empathy,.delivery,.modelhero,.officegrid,.calc{grid-template-columns:1fr}.video-grid{grid-template-columns:1fr 1fr}.video-grid .video-card:first-child{grid-column:1/-1}.gallery{grid-template-columns:repeat(3,1fr)}.trustgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.container{width:min(var(--max),calc(100% - 22px))}.topbar{display:none}.navrow{height:65px}.wordmark{font-size:18px}.navlinks{top:65px}.hero-img img{min-height:auto;object-fit:contain}.section{padding:52px 0}.sectionhead{display:block}.sectionhead p{margin-top:9px}.modelgrid,.articlegrid,.variantcards,.video-grid,.proscons,.comparebox,.compareSummary{grid-template-columns:1fr}.gallery{grid-template-columns:repeat(2,1fr)}.gallery img{height:200px}.trustgrid{grid-template-columns:1fr 1fr}.trust b{font-size:20px}.formgrid,.resultgrid{grid-template-columns:1fr}.sticky-wa{display:none}.mobilebar{display:flex;position:fixed;z-index:70;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);padding:9px;gap:8px}.mobilebar .btn{flex:1}.footer{padding-bottom:95px}.modelhero img,.officegrid img,.delivery img{height:290px}.spec-table th{top:64px}}

.colour-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.colour-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.colour-card{display:flex;align-items:center;gap:13px;border:1px solid var(--line);background:#f9fafb;border-radius:16px;padding:13px 15px}
.colour-card b{display:block;font-size:14px}.colour-card small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.colour-swatch{width:42px;height:42px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #cdd3d9,0 4px 12px rgba(0,0,0,.10);flex:0 0 auto}
@media(max-width:760px){.colour-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:440px){.colour-grid{grid-template-columns:1fr}}

.rate-note{margin:14px 0 8px;padding:14px 16px;border-radius:14px;background:#eef8f2;border:1px solid #cbe7d5;color:#245c3b;font-size:13px}
#rate[readonly]{background:#f2f4f7!important;color:#111!important;font-weight:900;cursor:not-allowed;border-color:#d7dce2!important}
.promo-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}
.promo-summary>div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px}
.promo-summary span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}
.promo-summary b{display:block;font-size:20px;margin-top:3px}
.promo-warning{background:#fff8e8;border:1px solid #f0d7a2;color:#664d17;border-radius:18px;padding:17px 20px}
.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.promo-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;box-shadow:0 9px 28px rgba(20,35,50,.06)}
.promo-card-top{display:grid;grid-template-columns:160px 1fr;gap:15px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}
.promo-card-top img{width:160px;height:100px;object-fit:contain;border-radius:14px;background:linear-gradient(180deg,#fff,#edf3f7)}
.promo-card-top h3{margin:4px 0}.promo-card-top p{margin:0;color:var(--muted)}
.promo-variants{padding:8px 0}
.promo-variant{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 2px;border-bottom:1px dashed #e2e5e8}
.promo-variant:last-child{border-bottom:0}
.promo-variant small{display:block;color:var(--muted);font-size:11px;margin-top:2px}
.promo-amount{font-weight:900;color:#087742;text-align:right}
.promo-check{font-weight:800;color:#8a5b00;text-align:right}
.promo-actions{display:flex;gap:8px;flex-wrap:wrap;padding-top:10px}
.promo-home{padding-top:20px;padding-bottom:60px}
.promo-home-inner{display:flex;align-items:center;justify-content:space-between;gap:25px;background:linear-gradient(135deg,#111820,#19242d);color:#fff;border-radius:26px;padding:28px}
.promo-home-inner p{color:#ced5dc;max-width:760px;margin-bottom:0}
@media(max-width:800px){.promo-grid{grid-template-columns:1fr}.promo-summary{grid-template-columns:1fr}.promo-home-inner{display:block}.promo-home-inner .btn{margin-top:18px}}
@media(max-width:520px){.promo-card-top{grid-template-columns:115px 1fr}.promo-card-top img{width:115px;height:80px}.promo-variant{align-items:flex-start}}

.promo-special{display:inline-block;margin-left:4px;color:#8a5600;font-weight:800}
.promo-offer-note{color:#8a5600!important;font-weight:800!important;max-width:520px;line-height:1.35}


/* =========================================================
   REV5 MOBILE OVERFLOW HARDENING
   Prevents the whole page from sliding sideways on phones.
   Wide spec/compare tables keep their own horizontal scroll.
   ========================================================= */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
body {
  position: relative;
}
main, header, nav, footer, section, .nav, .topbar, .hero-img, .hero-actions-bar {
  max-width: 100%;
  overflow-x: clip;
}
.container {
  max-width: 100%;
}
.navrow,
.navlinks,
.modelgrid,
.articlegrid,
.variantcards,
.comparebox,
.compareSummary,
.formgrid,
.resultgrid,
.footergrid,
.promo-grid,
.promo-card,
.promo-card-top,
.promo-variant,
.promo-home-inner,
.softbox,
.callout,
.card,
.variant,
.articlecard {
  min-width: 0;
}
.cardbody,
.promo-card-top > div,
.promo-variant > div,
.footergrid > div,
.article,
.sourcebox {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}
.btn {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.actions,
.promo-actions,
.socials,
.hero-actions-bar .container {
  max-width: 100%;
}
.tablewrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.spec-table {
  max-width: none;
}
img, video, iframe, svg {
  max-width: 100%;
}
input, select, textarea {
  max-width: 100%;
}
a {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .footergrid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .socials {
    flex-wrap: wrap;
  }
  .footer .wordmark {
    flex-wrap: wrap;
  }
  .promo-card,
  .softbox,
  .callout,
  .calc {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .navrow {
    gap: 10px;
  }
  .wordmark {
    min-width: 0;
    flex: 1 1 auto;
    line-height: 1.05;
  }
  .wordmark small {
    display: none;
  }
  .menu {
    flex: 0 0 auto;
  }
  .mobilebar {
    width: 100%;
    max-width: 100%;
  }
  .mobilebar .btn {
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .promo-card-top {
    grid-template-columns: 100px minmax(0, 1fr);
  }
  .promo-card-top img {
    width: 100px;
  }
  .promo-variant {
    flex-wrap: wrap;
  }
  .promo-amount,
  .promo-check {
    width: 100%;
    text-align: left;
  }
}


/* =========================================================
   REV6 MOBILE COMPARISON UX
   Desktop = full side-by-side table.
   Mobile = vertical comparison cards, no horizontal swipe.
   ========================================================= */
.mobile-compare{display:none}
.compare-choice{position:relative;overflow:hidden}
.compare-choice img{
  width:100%;
  height:150px;
  object-fit:contain;
  border-radius:15px;
  background:linear-gradient(180deg,#fff,#edf3f7);
  margin-bottom:10px;
}
.compare-pill{
  position:absolute;
  top:12px;
  left:12px;
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#101419;
  color:#fff;
  font-weight:950;
}
.th-label{
  display:inline-grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  color:#101419;
  font-size:11px;
  margin-right:7px;
}

@media(max-width:720px){
  .desktop-compare-table{display:none!important}
  .mobile-compare{display:block;margin-top:14px}

  /* Keep the two products visually side-by-side on phone. */
  .compareSummary{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .compareSummary .softbox{
    padding:10px!important;
    min-width:0;
  }
  .compare-choice img{
    height:88px;
    margin-bottom:6px;
  }
  .compare-choice .tag{
    font-size:9px;
    padding:4px 6px;
  }
  .compare-choice h2{
    font-size:15px;
    line-height:1.15;
    margin:5px 0;
    overflow-wrap:anywhere;
  }
  .compare-choice .price{
    font-size:16px;
  }
  .compare-choice p{
    display:none;
  }
  .compare-pill{
    width:25px;height:25px;font-size:11px;top:7px;left:7px;
  }

  .mobile-compare-sticky{
    position:sticky;
    top:65px;
    z-index:20;
    display:grid;
    grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr);
    align-items:stretch;
    gap:6px;
    padding:8px;
    margin:0 0 8px;
    border:1px solid var(--line);
    border-radius:16px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(10px);
    box-shadow:0 8px 20px rgba(20,35,50,.08);
  }
  .mobile-choice{
    min-width:0;
    border-radius:11px;
    padding:8px 8px 7px;
    background:#f4f6f8;
  }
  .mobile-choice>span{
    display:inline-grid;
    place-items:center;
    width:20px;height:20px;
    border-radius:50%;
    background:#101419;
    color:#fff;
    font-size:10px;
    font-weight:950;
    margin-right:3px;
  }
  .mobile-choice b{
    font-size:12px;
    line-height:1.1;
  }
  .mobile-choice small{
    display:block;
    margin-top:3px;
    font-size:10px;
    color:var(--muted);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .mobile-vs{
    display:grid;
    place-items:center;
    font-size:10px;
    font-weight:950;
    color:var(--muted);
  }

  .mobile-price-diff{
    background:#eef8f2;
    border:1px solid #cbe7d5;
    color:#245c3b;
    border-radius:12px;
    padding:10px 12px;
    font-size:12px;
    font-weight:850;
    margin-bottom:14px;
  }

  .mobile-spec-group{
    margin:0 0 18px;
  }
  .mobile-spec-group>h3{
    margin:0;
    padding:10px 12px;
    border-radius:12px 12px 0 0;
    background:#101419;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.35px;
  }
  .mobile-spec-list{
    border:1px solid var(--line);
    border-top:0;
    border-radius:0 0 14px 14px;
    overflow:hidden;
    background:#fff;
  }
  .mobile-spec-card{
    padding:10px 11px;
    border-bottom:1px solid var(--line);
  }
  .mobile-spec-card:last-child{border-bottom:0}
  .mobile-spec-card.is-diff{background:#fff7f7}
  .mobile-spec-card.is-same{background:#fff}

  .mobile-spec-name{
    font-size:11px;
    font-weight:900;
    color:#4f5964;
    margin-bottom:7px;
  }
  .mobile-spec-values{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .mobile-spec-values>div{
    min-width:0;
    padding:8px;
    border-radius:9px;
    background:#f5f7f9;
  }
  .mobile-spec-card.is-diff .mobile-spec-values>div{
    background:#fff;
    border:1px solid #f1d7da;
  }
  .mobile-spec-values span{
    display:inline-grid;
    place-items:center;
    width:19px;height:19px;
    border-radius:50%;
    background:#101419;
    color:#fff;
    font-size:9px;
    font-weight:950;
    margin-bottom:5px;
  }
  .mobile-spec-values strong{
    display:block;
    font-size:12px;
    line-height:1.3;
    overflow-wrap:anywhere;
  }

  /* Make the selector controls easier to understand on narrow screens. */
  .comparebox{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .comparebox .softbox{padding:10px!important}
  .comparebox h3{font-size:13px;margin:0 0 7px}
  .comparebox .filterbar{display:block;margin:0}
  .comparebox select{
    width:100%;
    font-size:12px;
    margin-bottom:6px;
    padding:9px 8px;
  }
}

@media(max-width:390px){
  .compare-choice img{height:76px}
  .compare-choice h2{font-size:14px}
  .compare-choice .price{font-size:15px}
  .mobile-spec-values strong{font-size:11px}
  .mobile-choice b{font-size:11px}
}


/* =========================================================
   REV7 HUMAN-FRIENDLY COMPARE LABELS
   Use actual model/variant names instead of A/B.
   ========================================================= */
.compare-pill,.th-label{display:none!important}
.mobile-choice>span{display:none!important}
.mobile-choice b{
  display:block;
  font-size:13px;
  line-height:1.15;
  overflow-wrap:anywhere;
}
.mobile-choice small{
  margin-top:4px;
}
.mobile-model-label{
  display:block!important;
  width:auto!important;
  height:auto!important;
  border-radius:0!important;
  background:transparent!important;
  color:#4f5964!important;
  font-size:10px!important;
  font-weight:900!important;
  line-height:1.2!important;
  margin:0 0 5px!important;
  text-transform:none!important;
  overflow-wrap:anywhere;
}
.mobile-spec-values strong{
  margin-top:1px;
}
@media(max-width:390px){
  .mobile-choice b{font-size:12px}
  .mobile-model-label{font-size:9px!important}
}


/* =========================================================
   REV8 NAV / PRICING / MODEL SPECS / LOCAL SEO UX
   ========================================================= */
.navrow{
  min-height:68px;
  height:auto;
  gap:16px;
}
.nav-brand{
  flex:0 0 auto;
  font-size:17px!important;
  line-height:1;
  white-space:nowrap;
  letter-spacing:-.25px;
}
.navlinks{
  margin-left:auto;
  flex:1 1 auto;
  justify-content:flex-end;
  gap:12px;
  font-size:13px;
}
.navlinks>a:not(.btn){
  white-space:nowrap;
  line-height:1.15;
  padding:10px 2px;
}
.navlinks .btn{
  white-space:nowrap;
  padding:10px 15px;
}
.price-subnote{
  display:block;
  margin:5px 0 9px;
  color:#6f7782;
  font-size:10.5px;
  line-height:1.35;
}
.insurance-banner{
  margin:18px 0 0;
  padding:14px 16px;
  border:1px solid #e7c77b;
  border-radius:15px;
  background:#fff8e6;
  color:#614b15;
  font-size:12.5px;
  line-height:1.5;
}
.quick-specs{
  list-style:none;
  margin:13px 0;
  padding:0;
  display:grid;
  gap:6px;
}
.quick-specs li{
  position:relative;
  padding-left:17px;
  font-size:12px;
  color:#404852;
}
.quick-specs li:before{
  content:"✓";
  position:absolute;
  left:0; top:0;
  color:#07834b;
  font-weight:950;
}
.variant-line{
  margin:10px 0 4px;
  padding:9px 10px;
  border-radius:11px;
  background:#f4f6f8;
  font-size:11px;
  line-height:1.4;
}
.model-spec-grid .cardbody h2{margin:7px 0 3px}
.model-spec-card .modelimg{height:200px}
.seo-intro{
  padding:28px 0 10px;
  background:#fff;
}
.seo-intro h1{
  max-width:900px;
  margin:6px 0 8px;
  font-size:clamp(25px,3vw,40px);
  line-height:1.08;
}
.seo-intro p{max-width:980px;color:#505965}
.local-two{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:center;
}
.local-two>img{
  width:100%;
  height:360px;
  object-fit:cover;
  border-radius:22px;
  border:1px solid var(--line);
}
.local-area-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:16px 0;
}
.local-area-list span{
  border:1px solid var(--line);
  background:#f8fafb;
  border-radius:999px;
  padding:7px 10px;
  font-size:11px;
  font-weight:800;
}
.local-model-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.local-model-link{
  display:block;
  min-width:0;
  padding:12px;
  border:1px solid var(--line);
  background:#fff;
  border-radius:16px;
}
.local-model-link img{
  width:100%;
  height:100px;
  object-fit:contain;
  background:linear-gradient(180deg,#fff,#edf3f7);
  border-radius:10px;
}
.local-model-link b{display:block;margin:8px 0 3px;font-size:15px}
.local-model-link span{display:block;color:var(--muted);font-size:10px;line-height:1.35}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.faq-list{display:grid;gap:10px}
.faq-list details{
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
  padding:0 16px;
}
.faq-list summary{
  cursor:pointer;
  padding:15px 0;
  font-weight:900;
}
.faq-list p{
  margin:0 0 16px;
  color:#56606b;
}

@media(max-width:1120px){
  .nav-brand{font-size:15px!important}
  .navlinks{gap:9px;font-size:12px}
  .navlinks .btn{padding:9px 12px}
}
@media(max-width:1020px){
  .navlinks{
    display:none;
    position:absolute;
    left:0; right:0; top:68px;
    background:#fff;
    border-bottom:1px solid var(--line);
    padding:18px 24px;
    flex-direction:column;
    align-items:flex-start;
  }
  .navlinks.open{display:flex}
  .menu{display:block}
  .navlinks>a:not(.btn){width:100%;padding:9px 0}
  .navlinks .btn{width:100%;text-align:center}
}
@media(max-width:850px){
  .local-model-grid,.service-grid{grid-template-columns:repeat(2,1fr)}
  .local-two{grid-template-columns:1fr}
}
@media(max-width:520px){
  .nav-brand{font-size:14px!important}
  .local-model-grid,.service-grid{grid-template-columns:1fr 1fr}
  .local-two>img{height:260px}
  .model-spec-card .modelimg{height:170px}
}

/* REV12 AUTOMOTIVE NEWS */
.news-status{display:flex;flex-wrap:wrap;gap:9px;align-items:center;margin:18px 0 0}.news-status span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;font-weight:850;color:#4e5863}.news-status span:first-child{background:#eaf8f1;border-color:#bfe7d2;color:#087044}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.news-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(20,35,50,.06)}.news-card>img{width:100%;height:220px;object-fit:contain;background:linear-gradient(180deg,#fff,#edf3f7)}.news-card-body{padding:20px}.news-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;color:#727b85;font-size:10.5px;font-weight:800}.news-meta .tag{margin:0}.news-card h2{margin:0 0 10px;font-size:21px;line-height:1.18}.news-card p{color:#515b66;font-size:13px;line-height:1.62}.buyer-impact{margin:14px 0;padding:13px 14px;border-left:4px solid var(--green);border-radius:0 12px 12px 0;background:#f0faf5;color:#26342e;font-size:12.5px;line-height:1.55}.buyer-impact b{color:#087044}.source-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:14px;padding-top:13px;border-top:1px solid var(--line);font-size:10.5px;color:#68727c}.source-line a{font-weight:900;text-decoration:underline;text-underline-offset:2px}.news-author{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:center;margin-top:24px;padding:18px;border:1px solid var(--line);border-radius:20px;background:linear-gradient(135deg,#fff,#f6f9fb)}.news-author img{width:150px;height:150px;object-fit:cover;object-position:center top;border-radius:16px;background:#e8eef2}.news-author h2{margin:4px 0 8px;font-size:21px}.news-author p{margin:0;color:#4f5963;font-size:13px;line-height:1.6}.news-method{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.news-method .trust{min-height:150px}.news-disclaimer{margin-top:20px;padding:15px 17px;border:1px solid #e8d49b;border-radius:16px;background:#fff9e9;color:#66531f;font-size:12px;line-height:1.55}@media(max-width:850px){.news-grid{grid-template-columns:1fr}.news-method{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.news-card>img{height:180px}.news-card-body{padding:17px}.news-card h2{font-size:19px}.news-author{grid-template-columns:84px 1fr;gap:13px;padding:14px}.news-author img{width:84px;height:104px}.news-author h2{font-size:17px}.news-method{grid-template-columns:1fr 1fr}}

/* REV9 BUYING PROCESS + DOCUMENT CHECKLIST */
.process-section{background:linear-gradient(180deg,#f5f7f9 0%,#eef2f5 100%);overflow:hidden}.process-head p{max-width:680px}.buying-process{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:24px}.buying-process:before{content:"";position:absolute;left:8%;right:8%;top:54px;height:2px;background:linear-gradient(90deg,#df0b16,#f2b544,#09854e);opacity:.35;z-index:0}.process-step{position:relative;z-index:1;min-width:0;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 20px 20px;box-shadow:0 10px 28px rgba(20,35,50,.06)}.process-step:after{content:"→";position:absolute;right:-17px;top:44px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#fff;border:1px solid var(--line);color:#9ba3ab;font-size:18px;font-weight:900;z-index:3}.process-step:nth-child(3n):after,.process-step:last-child:after{display:none}.step-no{position:absolute;top:13px;right:15px;font-size:11px;letter-spacing:.08em;font-weight:950;color:#a5adb6}.step-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#f3f5f7;font-size:25px;margin-bottom:15px}.process-step h3{margin:0 0 7px;font-size:17px}.process-step p{margin:0;color:#5c6671;font-size:12.5px;line-height:1.5}.process-cta,.document-note{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:22px;padding:18px 20px;border-radius:18px;background:#121820;color:#fff}.process-cta b,.document-note b{display:block;margin-bottom:3px;font-size:14px}.process-cta span,.document-note span{display:block;color:#cbd2d9;font-size:12px}.documents-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.document-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:20px;box-shadow:0 9px 25px rgba(20,35,50,.05)}.doc-card-head{display:flex;align-items:center;gap:13px;margin-bottom:17px}.doc-card-head h3{margin:5px 0 0;font-size:18px}.doc-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:15px;background:#f3f5f7;font-size:24px}.document-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}.document-list li{display:flex;gap:12px;align-items:flex-start;padding:11px 12px;border-radius:13px;background:#f8fafb}.document-list li>span{flex:0 0 auto;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#111820;color:#fff;font-size:9px;font-weight:950}.document-list b{display:block;font-size:13px}.document-list small{display:block;margin-top:2px;color:#69727c;font-size:11px;line-height:1.4}.documents-section .document-note{background:#f4f6f8;border:1px solid var(--line);color:#15191e}.documents-section .document-note span{color:#68717b}@media(max-width:850px){.buying-process{grid-template-columns:repeat(2,minmax(0,1fr))}.buying-process:before{display:none}.process-step:after{display:none!important}}@media(max-width:680px){.documents-grid{grid-template-columns:1fr}.process-cta,.document-note{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.buying-process{grid-template-columns:1fr}.process-step{padding:18px}.step-icon{width:46px;height:46px;font-size:22px}.process-step h3{font-size:16px}.process-cta .btn,.document-note .btn{width:100%}}
