/*
Theme Name: GotMotos
Theme URI: https://gotmotos.com
Author: GotMotos Inc.
Author URI: https://gotmotos.com
Description: Custom theme for GotMotos.com — the car and motorcycle marketplace. 14 page templates, Husqvarna-inspired brand palette, fully responsive.
Version: 2.3.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: gotmotos
Tags: custom-menu, full-width-template, one-column
*/

/* ═══════════════════════════════════════════════════════════
   DESIGN TOKENS
   ═══════════════════════════════════════════════════════════ */
:root {
  --p: #1A2744;      /* Primary navy */
  --pl: #5A8B9E;     /* Primary light */
  --pd: #0E1829;     /* Primary dark */
  --a: #D2E000;      /* Accent chartreuse */
  --ah: #DFE94D;     /* Accent hover */
  --al: rgba(210,224,0,.12);
  --ice: #A8CAD6;
  --teal: #5A8B9E;
  --sf: #F5F6F8;     /* Surface / alt bg */
  --card: #fff;
  --t: #1A202C;      /* Primary text */
  --ts: #4A5568;     /* Secondary text */
  --tm: #5A6B7E;     /* Muted text */
  --b: #E2E8F0;
  --radius: 12px;
  --shadow: 0 2px 8px rgba(0,0,0,.08);
  --shadow-hover: 0 16px 40px rgba(0,0,0,.14);
  --ok: #38A169;
  --no: #E53E3E;
}

/* ═══ RESET & BASE ═══ */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:'Open Sans',sans-serif; color:var(--t); background:#fff; -webkit-font-smoothing:antialiased; line-height:1.7; font-size:16px; }
img { display:block; max-width:100%; }
a { text-decoration:none; color:inherit; }

/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp  { from { opacity:0; transform:translateY(24px) } to { opacity:1; transform:translateY(0) } }
@keyframes fadeIn  { from { opacity:0 } to { opacity:1 } }
@keyframes countUp { from { opacity:0; transform:translateY(12px) } to { opacity:1; transform:translateY(0) } }
.reveal { opacity:0; transform:translateY(24px); transition:opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* ═══════════════════════════════════════════════════════════
   HEADER
   ═══════════════════════════════════════════════════════════ */
.hdr { background:rgba(255,255,255,.97); border-bottom:1px solid var(--b); position:sticky; top:0; z-index:100; backdrop-filter:blur(12px); }
.hdr-inner { max-width:1320px; margin:0 auto; padding:0 20px; }
.hdr-top { display:flex; justify-content:flex-end; gap:20px; padding:6px 0; border-bottom:1px solid var(--b); }
.hdr-top a, .hdr-top button { font-size:13px; color:var(--ts); background:none; border:none; cursor:pointer; font-family:inherit; display:flex; align-items:center; gap:5px; transition:color .15s; }
.hdr-top a:hover, .hdr-top button:hover { color:var(--p); }
.hdr-top .hl { color:var(--a); }
.hdr-main { display:flex; align-items:center; justify-content:space-between; height:60px; }
.logo { display:flex; align-items:center; gap:0; }
.logo-word { font-family:'Montserrat',sans-serif; font-size:22px; font-weight:900; letter-spacing:-.5px; line-height:1; }
.logo-got { color:var(--p); }
.logo-motos { color:var(--a); }
.logo-dot { font-family:'Montserrat',sans-serif; font-size:14px; font-weight:700; color:var(--teal); margin-left:1px; }
.hdr-nav { display:flex; align-items:center; gap:0; }
.hdr-nav a { padding:18px 16px; font-size:15px; font-weight:600; color:var(--t); font-family:'Montserrat',sans-serif; border-bottom:3px solid transparent; transition:all .2s; }
.hdr-nav a:hover { color:var(--p); border-bottom-color:var(--a); }
.hamburger { display:none; background:none; border:none; cursor:pointer; width:36px; height:36px; flex-direction:column; justify-content:center; align-items:center; gap:5px; }
.hamburger span { display:block; width:22px; height:2px; background:var(--t); border-radius:2px; transition:.3s; }

/* ═══ MOBILE NAV ═══ */
.mob-overlay { position:fixed; inset:0; background:rgba(0,0,0,.5); z-index:200; opacity:0; pointer-events:none; transition:opacity .3s; }
.mob-overlay.open { opacity:1; pointer-events:auto; }
.mob-nav { position:fixed; top:0; right:-300px; width:280px; height:100%; background:#fff; z-index:210; transition:right .3s; box-shadow:-4px 0 20px rgba(0,0,0,.1); }
.mob-nav.open { right:0; }
.mob-hdr { display:flex; align-items:center; justify-content:space-between; padding:16px 20px; border-bottom:1px solid var(--b); }
.mob-close { background:none; border:none; font-size:20px; cursor:pointer; color:var(--ts); padding:4px; }
.mob-links { padding:12px 0; }
.mob-links a { display:block; padding:14px 24px; font-size:15px; font-weight:500; color:var(--t); transition:background .15s; }
.mob-links a:hover { background:var(--sf); }

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.ftr { background:var(--p); color:rgba(255,255,255,.7); padding:56px 24px 32px; }
.ftr-grid { max-width:1220px; margin:0 auto; display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.ftr-brand { font-family:'Montserrat',sans-serif; font-size:22px; font-weight:900; margin-bottom:12px; }
.ftr-desc { font-size:14px; color:rgba(255,255,255,.5); line-height:1.7; }
.ftr-col h4 { color:#fff; font-family:'Montserrat',sans-serif; font-weight:700; font-size:14px; text-transform:uppercase; letter-spacing:1px; margin-bottom:16px; }
.ftr-col a { display:block; font-size:14px; color:rgba(255,255,255,.6); margin-bottom:10px; transition:color .2s; }
.ftr-col a:hover { color:var(--a); }
.ftr-bottom { max-width:1220px; margin:0 auto; padding-top:24px; border-top:1px solid rgba(255,255,255,.1); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.ftr-copy { font-size:13px; color:rgba(255,255,255,.35); }
.ftr-socials { display:flex; gap:8px; }
.ftr-social { width:36px; height:36px; border-radius:50%; background:rgba(255,255,255,.08); border:none; color:rgba(255,255,255,.6); font-size:14px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:all .2s; font-weight:700; }
.ftr-social:hover { background:var(--a); color:var(--p); }

/* ═══════════════════════════════════════════════════════════
   SHARED: SECTION WRAPPER
   ═══════════════════════════════════════════════════════════ */
.sec { max-width:1320px; margin:0 auto; padding:56px 24px; }
.sec-h { font-family:'Montserrat',sans-serif; font-size:28px; font-weight:800; color:var(--p); margin-bottom:8px; letter-spacing:-.5px; }
.sec-p { color:var(--tm); font-size:16px; margin-bottom:32px; max-width:640px; }
.sec-mini { font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:2px; color:var(--teal); margin-bottom:8px; }

/* ═══════════════════════════════════════════════════════════
   SHARED: PAGE HERO (.ph)
   ═══════════════════════════════════════════════════════════ */
.ph { position:relative; overflow:hidden; min-height:400px; display:flex; align-items:center; }
.ph-bg { position:absolute; inset:0; background-color:var(--p); background-size:cover; background-position:center; background-repeat:no-repeat; }
.ph-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(26,39,68,.95) 0%,rgba(26,39,68,.87) 40%,rgba(90,139,158,.75) 100%); }
.ph-ct { position:relative; z-index:2; max-width:1320px; margin:0 auto; padding:64px 24px; width:100%; }
.ph-eyebrow { display:inline-flex; align-items:center; gap:6px; padding:8px 20px; border-radius:24px; background:var(--al); border:1px solid rgba(210,224,0,.25); font-size:13px; font-weight:700; color:var(--a); font-family:'Montserrat',sans-serif; text-transform:uppercase; letter-spacing:1.5px; margin-bottom:20px; }
.ph h1 { font-family:'Montserrat',sans-serif; font-size:48px; font-weight:900; color:#fff; line-height:1.1; margin-bottom:16px; letter-spacing:-1px; max-width:600px; }
.ph h1 em { font-style:normal; color:var(--a); }
.ph-p { font-size:18px; color:rgba(255,255,255,.75); max-width:520px; line-height:1.7; }

/* Motorcycle hero alias */
.mh { position:relative; overflow:hidden; min-height:440px; display:flex; align-items:center; }
.mh-bg { position:absolute; inset:0; background-color:var(--p); background-size:cover; background-position:center; background-repeat:no-repeat; }
.mh-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(26,39,68,.94) 0%,rgba(26,39,68,.85) 40%,rgba(90,139,158,.75) 100%); }
.mh-ct { position:relative; z-index:2; max-width:1320px; margin:0 auto; padding:64px 24px; width:100%; }
.mh-eyebrow { display:inline-flex; align-items:center; gap:6px; padding:8px 20px; border-radius:24px; background:var(--al); border:1px solid rgba(210,224,0,.25); font-size:13px; font-weight:700; color:var(--a); font-family:'Montserrat',sans-serif; text-transform:uppercase; letter-spacing:1.5px; margin-bottom:20px; }
.mh h1 { font-family:'Montserrat',sans-serif; font-size:48px; font-weight:900; color:#fff; line-height:1.1; margin-bottom:16px; letter-spacing:-1px; max-width:600px; }
.mh h1 em { font-style:normal; color:var(--a); }
.mh-p { font-size:18px; color:rgba(255,255,255,.75); max-width:520px; line-height:1.7; }

/* ═══════════════════════════════════════════════════════════
   SHARED: EYEBROW LABEL
   ═══════════════════════════════════════════════════════════ */
.eyebrow { font-family:'Montserrat',sans-serif; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:3px; color:var(--a); margin-bottom:16px; }

/* ═══════════════════════════════════════════════════════════
   SHARED: CTA BLOCK
   ═══════════════════════════════════════════════════════════ */
.cta { background:linear-gradient(135deg,var(--p),#2A3B5C); padding:56px 24px; color:#fff; text-align:center; }
.cta-inner { max-width:700px; margin:0 auto; }
.cta h2 { font-family:'Montserrat',sans-serif; font-size:32px; font-weight:800; margin-bottom:12px; }
.cta p { color:rgba(255,255,255,.65); font-size:16px; margin-bottom:28px; line-height:1.7; }
.cta-btn { display:inline-block; padding:16px 40px; background:var(--a); color:var(--p); border-radius:10px; font-family:'Montserrat',sans-serif; font-weight:700; font-size:16px; transition:all .2s; }
.cta-btn:hover { background:var(--ah); transform:translateY(-2px); }

/* ═══════════════════════════════════════════════════════════
   SHARED: FAQ ACCORDION
   ═══════════════════════════════════════════════════════════ */
.faq-list { max-width:800px; }
.faq-item { border-bottom:1px solid var(--b); padding:20px 0; }
.faq-q { font-family:'Montserrat',sans-serif; font-weight:700; font-size:16px; color:var(--p); cursor:pointer; display:flex; align-items:center; justify-content:space-between; gap:12px; }
.faq-q::after { content:'+'; font-size:22px; color:var(--teal); transition:transform .2s; }
.faq-item.open .faq-q::after { transform:rotate(45deg); }
.faq-a { color:var(--tm); font-size:14px; line-height:1.7; max-height:0; overflow:hidden; transition:max-height .3s, padding .3s; }
.faq-item.open .faq-a { max-height:200px; padding-top:12px; }

/* ═══════════════════════════════════════════════════════════
   SHARED: VEHICLE CARDS
   ═══════════════════════════════════════════════════════════ */
.car-card { background:var(--card); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:all .3s; text-decoration:none; color:inherit; display:block; }
.car-card:hover { box-shadow:var(--shadow-hover); transform:translateY(-4px); }
.car-photo { position:relative; height:180px; overflow:hidden; }
.car-photo img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.car-card:hover .car-photo img { transform:scale(1.05); }
.car-info { padding:16px 18px; }
.car-title { font-family:'Montserrat',sans-serif; font-weight:700; font-size:15px; color:var(--p); margin-bottom:4px; line-height:1.3; }
.car-price { font-family:'Montserrat',sans-serif; font-weight:800; font-size:20px; color:var(--p); margin-bottom:6px; }
.car-meta { font-size:13px; color:var(--tm); margin-bottom:8px; }
.car-feats { display:flex; flex-wrap:wrap; gap:4px; margin-bottom:10px; }
.car-feat { font-size:11px; background:var(--sf); color:var(--ts); padding:3px 10px; border-radius:100px; }
.car-bottom { display:flex; justify-content:space-between; font-size:12px; color:var(--tm); padding-top:10px; border-top:1px solid var(--b); }
.car-bottom .view { color:var(--teal); font-weight:600; }

/* Badges */
.car-badge { position:absolute; top:10px; left:10px; padding:4px 12px; border-radius:100px; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.3px; color:#fff; }
.car-badge.featured  { background:#805AD5; }
.car-badge.great-deal { background:var(--ok); }
.car-badge.price-drop { background:var(--no); }
.car-badge.new-arrival { background:#3182CE; }
.car-badge.low-miles { background:#DD6B20; }
.car-badge.certified { background:#319795; }

/* Horizontal scroll */
.cars-scroll { overflow-x:auto; margin:0 -24px; padding:0 24px; }
.cars-row { display:flex; gap:20px; padding:4px 0 12px; }
.cars-row .car-card { min-width:280px; max-width:300px; flex-shrink:0; }

/* ═══════════════════════════════════════════════════════════
   SHARED: BUDGET TOOL CARDS
   ═══════════════════════════════════════════════════════════ */
.budget-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:20px; }
.budget-card { background:var(--card); border-radius:var(--radius); padding:32px 28px; box-shadow:var(--shadow); transition:all .25s; text-decoration:none; color:inherit; display:block; }
.budget-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-hover); }
.budget-icon { margin-bottom:12px; display:flex; align-items:center; justify-content:center; width:60px; height:60px; background:rgba(90,139,158,.08); border-radius:14px; }
.budget-title { font-family:'Montserrat',sans-serif; font-weight:700; font-size:18px; color:var(--p); margin-bottom:8px; }
.budget-desc { color:var(--tm); font-size:14px; margin-bottom:16px; line-height:1.6; }
.budget-link { color:var(--teal); font-weight:600; font-size:14px; }
.budget-link:hover, .budget-card:hover .budget-link { color:var(--p); }

/* ═══════════════════════════════════════════════════════════
   SHARED: OPTION / FEATURE CARDS
   ═══════════════════════════════════════════════════════════ */
.opt-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:24px; }
.opt-card { background:var(--card); border-radius:var(--radius); padding:32px 28px; box-shadow:var(--shadow); position:relative; overflow:hidden; }
.opt-card::before { content:''; position:absolute; top:0; left:0; right:0; height:4px; background:var(--a); }
.opt-icon { margin-bottom:14px; display:flex; align-items:center; justify-content:center; width:56px; height:56px; background:rgba(90,139,158,.08); border-radius:12px; }
.opt-title { font-family:'Montserrat',sans-serif; font-weight:700; font-size:18px; color:var(--p); margin-bottom:8px; }
.opt-desc { color:var(--tm); font-size:14px; line-height:1.7; margin-bottom:16px; }
.opt-link { color:var(--teal); font-weight:600; font-size:14px; }
.opt-link:hover { color:var(--p); }

/* ═══════════════════════════════════════════════════════════
   HOMEPAGE: HERO
   ═══════════════════════════════════════════════════════════ */
.hero { position:relative; overflow:hidden; min-height:520px; display:flex; align-items:center; }
.hero-bg { position:absolute; inset:0; background:url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?w=1920&h=900&fit=crop&q=80') center/cover no-repeat; background-color:var(--p); }
.hero-bg::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(26,39,68,.96) 0%,rgba(26,39,68,.88) 35%,rgba(90,139,158,.78) 55%,rgba(26,39,68,.94) 100%); }
.hero-accent { position:absolute; top:-200px; right:-100px; width:600px; height:600px; background:radial-gradient(circle,rgba(210,224,0,.08) 0%,transparent 70%); pointer-events:none; }
.hero-road { position:absolute; bottom:0; left:0; right:0; height:3px; background:linear-gradient(90deg,transparent 5%,var(--a) 50%,transparent 95%); opacity:.3; }
.hero-ct { position:relative; z-index:2; max-width:1320px; margin:0 auto; padding:64px 24px 88px; width:100%; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:6px; padding:8px 20px; border-radius:24px; background:var(--al); border:1px solid rgba(210,224,0,.25); font-size:13px; font-weight:700; color:var(--a); font-family:'Montserrat',sans-serif; text-transform:uppercase; letter-spacing:1.5px; margin-bottom:24px; animation:fadeIn .6s ease both; }
.hero h1 { font-family:'Montserrat',sans-serif; font-size:56px; font-weight:900; color:#fff; line-height:1.05; margin-bottom:20px; letter-spacing:-1.5px; max-width:580px; animation:fadeUp .7s ease both .1s; opacity:0; }
.hero h1 em { font-style:normal; color:var(--a); text-shadow:0 0 60px rgba(210,224,0,.25); display:block; }
.hero-p { font-size:19px; color:rgba(255,255,255,.82); margin-bottom:36px; max-width:480px; line-height:1.7; animation:fadeUp .7s ease both .2s; opacity:0; }
.hero-stats { display:flex; gap:40px; animation:fadeUp .7s ease both .3s; opacity:0; }
.hero-stat-n { font-family:'Montserrat',sans-serif; font-weight:800; font-size:28px; color:#fff; }
.hero-stat-l { font-size:13px; color:rgba(255,255,255,.5); font-weight:500; }

/* ═══ HOMEPAGE: QUICK SEARCH ═══ */
.qs { max-width:1000px; margin:-40px auto 0; position:relative; z-index:10; background:var(--card); border-radius:16px; box-shadow:0 12px 40px rgba(0,0,0,.12); padding:24px 28px; }
.qs-row { display:flex; gap:12px; flex-wrap:wrap; }
.qs-field { flex:1; min-width:160px; }
.qs-field select, .qs-field input { width:100%; padding:14px 16px; border:1.5px solid var(--b); border-radius:10px; font-size:15px; font-family:inherit; outline:none; color:var(--t); appearance:none; background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%23718096' d='M5 7L1 3h8z'/%3E%3C/svg%3E") right 14px center no-repeat; padding-right:36px; cursor:pointer; transition:border .2s; }
.qs-field input { background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23A0AEC0' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0016 9.5 6.5 6.5 0 109.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E"); background-position:14px center; padding-left:42px; padding-right:16px; cursor:text; }
.qs-field select:focus, .qs-field input:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(90,139,158,.1); }
.qs-btn { padding:14px 36px; background:var(--p); color:var(--a); border:none; border-radius:10px; font-size:16px; font-weight:700; font-family:'Montserrat',sans-serif; cursor:pointer; transition:all .2s; white-space:nowrap; }
.qs-btn:hover { background:var(--pd); transform:translateY(-1px); }

/* ═══ HOMEPAGE: BRANDS ═══ */
.brands-sec { background:var(--sf); padding:56px 24px; }
.brands-grid { max-width:1320px; margin:0 auto; display:flex; flex-wrap:wrap; gap:8px; justify-content:center; }
.brand-link { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:10px 18px; background:#fff; border-radius:100px; border:1px solid var(--b); font-size:14px; font-weight:600; color:var(--t); transition:all .2s; white-space:nowrap; }
.brand-link:hover { border-color:var(--a); background:var(--al); transform:translateY(-1px); }
.brand-count { font-size:12px; color:var(--tm); font-weight:400; }

/* ═══ HOMEPAGE: BODY STYLES ═══ */
.body-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(160px,1fr)); gap:16px; }
.body-card { text-align:center; text-decoration:none; border-radius:var(--radius); overflow:hidden; transition:all .25s; background:var(--card); box-shadow:var(--shadow); }
.body-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-hover); }
.body-img { height:120px; overflow:hidden; background:var(--sf); display:flex; align-items:center; justify-content:center; border-radius:8px 8px 0 0; }
.body-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s var(--ease); }
.body-card:hover .body-img img { transform:scale(1.05); }
.body-name { font-family:'Montserrat',sans-serif; font-weight:700; font-size:14px; color:var(--p); padding:12px 8px; }
.body-count { font-size:12px; color:var(--tm); font-weight:400; }

/* ═══ HOMEPAGE: WHY US ═══ */
.diff-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:24px; }
.diff-card { background:var(--card); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:all .25s; }
.diff-card:hover { transform:translateY(-3px); box-shadow:var(--shadow-hover); }
.diff-img { height:200px; overflow:hidden; background:var(--sf); border-radius:10px 10px 0 0; }
.diff-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s var(--ease); }
.diff-card:hover .diff-img img { transform:scale(1.05); }
.diff-body { padding:24px; }
.diff-title { font-family:'Montserrat',sans-serif; font-weight:700; font-size:18px; color:var(--p); margin-bottom:8px; }
.diff-desc { color:var(--tm); font-size:14px; line-height:1.7; }

/* ═══ HOMEPAGE: AWARD ═══ */
.award { background:linear-gradient(135deg,var(--p),#2A3B5C); padding:48px 24px; color:#fff; }
.award-inner { max-width:800px; margin:0 auto; text-align:center; }
.award-badge { font-size:48px; margin-bottom:16px; }
.award-h { font-family:'Montserrat',sans-serif; font-weight:800; font-size:24px; margin-bottom:10px; }
.award-p { color:rgba(255,255,255,.65); font-size:16px; margin-bottom:24px; line-height:1.6; }
.award-btn { background:var(--a); color:var(--p); border:none; padding:14px 36px; border-radius:10px; font-weight:700; font-size:15px; font-family:'Montserrat',sans-serif; cursor:pointer; transition:all .2s; }
.award-btn:hover { background:var(--ah); transform:translateY(-1px); }

/* ═══ FINANCING: CALCULATOR ═══ */
.calc-wrap { max-width:900px; margin:-36px auto 0; position:relative; z-index:10; background:var(--card); border-radius:16px; box-shadow:0 12px 40px rgba(0,0,0,.12); padding:36px; display:grid; grid-template-columns:1fr 1fr; gap:36px; }
.calc-form h2 { font-family:'Montserrat',sans-serif; font-weight:800; font-size:22px; color:var(--p); margin-bottom:20px; }
.calc-field { margin-bottom:16px; }
.calc-field label { display:block; font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:1px; color:var(--tm); margin-bottom:6px; }
.calc-field input, .calc-field select { width:100%; padding:12px 16px; border:1.5px solid var(--b); border-radius:8px; font-size:15px; font-family:inherit; outline:none; transition:border .2s; }
.calc-field input:focus, .calc-field select:focus { border-color:var(--teal); box-shadow:0 0 0 3px rgba(90,139,158,.1); }
.calc-btn { width:100%; padding:14px; background:var(--p); color:var(--a); border:none; border-radius:10px; font-size:15px; font-weight:700; font-family:'Montserrat',sans-serif; cursor:pointer; transition:all .2s; margin-top:8px; }
.calc-btn:hover { background:var(--pd); transform:translateY(-1px); }
.calc-result { display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--sf); border-radius:12px; padding:32px; }
.calc-result .label { font-size:14px; color:var(--tm); margin-bottom:4px; }
.calc-result .amount { font-family:'Montserrat',sans-serif; font-weight:900; font-size:48px; color:var(--p); line-height:1; }
.calc-result .per { font-size:14px; color:var(--tm); margin-bottom:24px; }
.calc-detail { width:100%; margin-top:16px; }
.calc-detail-row { display:flex; justify-content:space-between; padding:10px 0; border-bottom:1px solid var(--b); font-size:14px; }
.calc-detail-row span:first-child { color:var(--tm); }
.calc-detail-row span:last-child { font-weight:600; color:var(--t); }

/* ═══ UTILITY ═══ */
.unsplash { text-align:center; font-size:11px; color:var(--tm); padding:24px; }
.unsplash a { color:var(--teal); }

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media(max-width:960px) {
  .hdr-nav { display:none; }
  .hamburger { display:flex; }
  .ftr-grid { grid-template-columns:1fr 1fr; }
  .hero h1 { font-size:38px; }
  .hero-stats { gap:24px; }
  .qs-row { flex-direction:column; }
  .qs-field { min-width:100%; }
  .ph h1, .mh h1 { font-size:36px; }
  .cta h2 { font-size:26px; }
  .calc-wrap { grid-template-columns:1fr; }
}
@media(max-width:600px) {
  .ftr-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:30px; }
  .hero-stat-n { font-size:22px; }
  .sec-h { font-size:22px; }
  .body-grid { grid-template-columns:repeat(2,1fr); }
  .ph h1, .mh h1 { font-size:28px; }
  .calc-result .amount { font-size:36px; }
}


/*
 * GotMotos Theme — v3.0 CSS Additions
 * PASTE THIS AT THE BOTTOM OF YOUR EXISTING style.css
 * =====================================================
 */

/* ── DESIGN TOKENS (v3 additions) ────────────────────────── */
:root {
    --deal-great: #15803d;   --deal-great-bg: #dcfce7;
    --deal-good:  #1d4ed8;   --deal-good-bg:  #dbeafe;
    --deal-fair:  #b45309;   --deal-fair-bg:  #fef3c7;
    --deal-high:  #dc2626;   --deal-high-bg:  #fee2e2;
    --private:    #7c3aed;   --private-bg:    #f3f0ff;
    --star:       #f59e0b;
}

/* ── DEAL SCORE BADGES ────────────────────────────────────── */
.gm-deal-badge { border-radius: 0 8px 8px 0; padding: 10px 14px; margin: 10px 0; display: inline-flex; flex-direction: column; gap: 2px; }
.gm-deal-badge.deal-great { background: var(--deal-great-bg); border-left: 4px solid var(--deal-great); }
.gm-deal-badge.deal-good  { background: var(--deal-good-bg);  border-left: 4px solid var(--deal-good); }
.gm-deal-badge.deal-fair  { background: var(--deal-fair-bg);  border-left: 4px solid var(--deal-fair); }
.gm-deal-badge.deal-high  { background: var(--deal-high-bg);  border-left: 4px solid var(--deal-high); }
.gm-deal-badge.deal-nodata { background: #f1f5f9; border-left: 4px solid #94a3b8; }
.deal-badge-main { display: flex; align-items: center; gap: 6px; font-weight: 800; font-size: 15px; }
.deal-great .deal-badge-main { color: var(--deal-great); }
.deal-good  .deal-badge-main { color: var(--deal-good); }
.deal-fair  .deal-badge-main { color: var(--deal-fair); }
.deal-high  .deal-badge-main { color: var(--deal-high); }
.deal-nodata .deal-badge-main { color: #64748b; font-size: 13px; }
.deal-badge-sub { font-size: 13px; font-weight: 600; }
.deal-badge-avg { font-size: 11px; color: var(--tm, #718096); margin-top: 1px; }

/* ── SPECS GRID ──────────────────────────────────────────── */
.gm-specs-grid { margin: 24px 0; }
.specs-title { font-size: 20px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 16px; }
.specs-cells { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; }
.spec-cell { background: #fff; border: 1px solid var(--b, #E2E8F0); border-radius: var(--radius, 12px); padding: 14px; display: flex; flex-direction: column; gap: 4px; text-align: center; }
.spec-icon  { font-size: 20px; }
.spec-label { font-size: 10px; color: var(--tm, #718096); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.spec-value { font-size: 15px; font-weight: 800; color: var(--t, #1A202C); }
.gm-no-specs, .specs-disclaimer { font-size: 12px; color: var(--tm, #718096); margin-top: 14px; }

/* ── REVIEWS ─────────────────────────────────────────────── */
.gm-reviews-section { margin: 32px 0; }
.reviews-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 12px; }
.reviews-title { font-size: 20px; font-weight: 800; color: var(--p, #1A2744); }
.reviews-avg-block { display: flex; align-items: center; gap: 8px; }
.avg-num  { font-size: 36px; font-weight: 900; color: var(--p, #1A2744); }
.avg-count { font-size: 13px; color: var(--tm, #718096); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 14px; margin-bottom: 24px; }
.reviews-empty { text-align: center; padding: 40px 0; color: var(--tm, #718096); }
.reviews-empty-icon { font-size: 36px; display: block; margin-bottom: 10px; }
.review-card { background: #fff; border: 1px solid var(--b, #E2E8F0); border-radius: var(--radius, 12px); padding: 16px; }
.review-card-header { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.review-source-badge { background: var(--p, #1A2744); color: #fff; font-size: 10px; font-weight: 800; padding: 3px 9px; border-radius: 20px; }
.review-owned-badge  { background: var(--deal-great-bg); color: var(--deal-great); font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 20px; }
.review-date  { font-size: 11px; color: var(--tm, #718096); margin-left: auto; }
.review-title { font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.review-excerpt { font-size: 13px; color: var(--ts, #4A5568); line-height: 1.6; margin: 0; }
.review-readmore { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 600; color: var(--teal, #5A8B9E); text-decoration: none; }
.gm-write-review { background: var(--sf, #F5F6F8); border-radius: 12px; padding: 24px; margin-top: 24px; }
.gm-write-review h3 { font-size: 16px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 18px; }
.review-form-row { margin-bottom: 14px; }
.review-form-row label { display: block; font-size: 12px; font-weight: 700; color: var(--ts, #4A5568); margin-bottom: 6px; }
.review-form-row input,
.review-form-row textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--b, #E2E8F0); border-radius: 8px; font-size: 14px; font-family: inherit; }
.review-checkbox label { display: flex; align-items: center; gap: 8px; font-size: 13px; cursor: pointer; }
.btn-review-submit { background: var(--a, #D2E000); color: var(--p, #1A2744); border: none; border-radius: 8px; padding: 12px 24px; font-size: 14px; font-weight: 800; cursor: pointer; }
.review-moderation-note { font-size: 11px; color: var(--tm, #718096); margin-top: 8px; }
.review-form-msg { margin-top: 10px; font-size: 14px; font-weight: 600; }
.star-picker { display: flex; gap: 6px; margin: 4px 0; }
.star-pick { font-size: 28px; cursor: pointer; color: #d1d5db; transition: color .1s; }
.star-pick:hover { color: var(--star); }

/* ── GOOGLE DEALER REVIEWS ───────────────────────────────── */
.gm-dealer-google-reviews { margin: 18px 0; padding: 16px; background: var(--sf, #F5F6F8); border-radius: 12px; }
.dealer-rating-strip { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; flex-wrap: wrap; }
.dealer-rating-score { font-size: 24px; font-weight: 900; color: var(--p, #1A2744); }
.dealer-review-count { color: var(--teal, #5A8B9E); font-size: 13px; font-weight: 600; text-decoration: none; }
.google-reviews-list { display: flex; flex-direction: column; gap: 14px; }
.google-review-item { display: flex; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--b, #E2E8F0); }
.google-review-item:last-child { border-bottom: none; padding-bottom: 0; }
.reviewer-photo, .reviewer-initials { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; }
.reviewer-initials { background: var(--teal, #5A8B9E); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.reviewer-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.reviewer-name { font-size: 13px; font-weight: 700; }
.reviewer-text { font-size: 12px; color: var(--ts, #4A5568); margin: 0; line-height: 1.5; }
.reviewer-text a { color: var(--teal, #5A8B9E); font-weight: 600; text-decoration: none; }

/* ── LEAD CAPTURE ────────────────────────────────────────── */
.gm-lead-cta--detail { background: #fff; border: 1px solid var(--b, #E2E8F0); border-radius: 12px; padding: 18px; margin-bottom: 12px; }
.lead-price-block { margin-bottom: 12px; }
.lead-price { font-size: 36px; font-weight: 900; color: var(--p, #1A2744); font-family: 'Montserrat', sans-serif; }
.lead-dealer-name { font-size: 12px; color: var(--tm, #718096); margin-top: 2px; }
.lead-cta-buttons { display: flex; flex-direction: column; gap: 8px; margin-top: 14px; }
.gm-lead-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; border-radius: 9px; font-size: 14px; font-weight: 800; cursor: pointer; text-decoration: none; border: none; transition: all .15s; }
.gm-btn-call  { background: var(--p, #1A2744); color: #fff; }
.gm-btn-email { background: var(--a, #D2E000); color: var(--p, #1A2744); }
.gm-btn-ride  { background: transparent; color: var(--p, #1A2744); border: 1.5px solid var(--p, #1A2744) !important; }
.gm-btn-call:hover  { background: #233260; }
.gm-btn-email:hover { background: var(--ah, #DFE94D); }

/* ── VEHICLE DETAIL LAYOUT ───────────────────────────────── */
.gm-vehicle-detail { padding-bottom: 80px; }
.gm-breadcrumbs { background: #fff; border-bottom: 1px solid var(--b, #E2E8F0); padding: 10px 0; font-size: 12px; color: var(--tm, #718096); }
.gm-breadcrumbs a { color: var(--teal, #5A8B9E); text-decoration: none; }
.gm-breadcrumbs .gm-container { max-width: 1320px; margin: 0 auto; padding: 0 20px; }
.gm-container { max-width: 1320px; margin: 0 auto; padding: 0 20px; }
.det-h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 28px; color: var(--p, #1A2744); margin: 18px 0 8px; line-height: 1.25; }
.det-meta-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.det-pill { font-size: 12px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.det-cond    { background: var(--sf, #F5F6F8); color: var(--ts, #4A5568); }
.det-mi      { background: var(--sf, #F5F6F8); color: var(--ts, #4A5568); }
.det-vin     { background: var(--sf, #F5F6F8); color: var(--tm, #718096); font-size: 11px; }
.det-private { background: var(--private-bg); color: var(--private); }
.det-dealer  { background: var(--sf, #F5F6F8); color: var(--p, #1A2744); }
.det-layout  { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }
.det-main { min-width: 0; overflow: hidden; }
.det-sidebar { position: sticky; top: 80px; }

/* Gallery */
.gallery-hero { position: relative; border-radius: 14px; overflow: hidden; height: 360px; margin-bottom: 10px; background: #000; }
.gallery-hero img { width: 100%; height: 100%; object-fit: cover; }
.gallery-badge { position: absolute; top: 12px; right: 12px; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 20px; background: var(--deal-great-bg); color: var(--deal-great); }
.gallery-private-badge { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 20px; background: var(--private-bg); color: var(--private); }
.gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; }
.gallery-thumb  { width: 80px; height: 60px; flex-shrink: 0; border-radius: 8px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color .15s; }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--a, #D2E000); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-placeholder { height: 280px; background: var(--sf, #F5F6F8); border-radius: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--tm, #718096); }
.gallery-placeholder span { font-size: 48px; margin-bottom: 10px; }

/* Tabs */
.det-tabs { display: flex; gap: 2px; border-bottom: 2px solid var(--b, #E2E8F0); margin: 22px 0 0; }
.det-tab  { padding: 10px 20px; border: none; background: none; font-size: 13px; font-weight: 700; cursor: pointer; color: var(--tm, #718096); border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all .15s; font-family: inherit; }
.det-tab.active, .det-tab:hover { color: var(--p, #1A2744); }
.det-tab.active { border-bottom-color: var(--a, #D2E000); }
.det-tab-panel { padding: 20px 0; }

/* Dealer / Seller panels */
.private-seller-panel { background: var(--private-bg); border: 1px solid #a78bfa; border-radius: 12px; padding: 22px; }
.private-seller-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.private-seller-icon { font-size: 32px; }
.private-seller-header strong { display: block; font-size: 17px; font-weight: 800; color: #5b21b6; }
.private-seller-header span  { font-size: 13px; color: #7c3aed; }
.private-seller-tips { background: #fff; border-radius: 10px; padding: 14px; font-size: 13px; color: var(--ts, #4A5568); line-height: 1.7; }
.dealer-panel { background: #fff; border: 1px solid var(--b, #E2E8F0); border-radius: 12px; padding: 20px; }
.dealer-panel-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 16px; gap: 12px; }
.dealer-panel-name { font-size: 18px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 4px; }
.dealer-panel-meta { font-size: 13px; color: var(--tm, #718096); }
.btn-dealer-inventory { background: var(--a, #D2E000); color: var(--p, #1A2744); border: none; border-radius: 8px; padding: 10px 16px; font-size: 12px; font-weight: 800; cursor: pointer; text-decoration: none; white-space: nowrap; }
.dealer-info-grid { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; font-size: 13px; }
.dinfo-item a { color: var(--teal, #5A8B9E); text-decoration: none; }

/* Features list */
.det-features { margin-bottom: 20px; }
.det-features h3, .det-description h3 { font-size: 16px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 12px; }
.features-list { columns: 2; list-style: none; padding: 0; }
.features-list li { font-size: 13px; color: var(--ts, #4A5568); padding: 3px 0; padding-left: 16px; position: relative; }
.features-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal, #5A8B9E); font-weight: 700; }
.det-description { margin-bottom: 20px; font-size: 14px; color: var(--ts, #4A5568); line-height: 1.7; }
.model-hub-cta { background: var(--sf, #F5F6F8); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; }
.model-hub-cta p { font-size: 13px; color: var(--ts, #4A5568); margin: 0; }
.btn-model-hub { background: var(--p, #1A2744); color: #fff; border-radius: 8px; padding: 9px 16px; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }

/* Sidebar boxes */
.det-sidebar-box { background: #fff; border: 1px solid var(--b, #E2E8F0); border-radius: 12px; padding: 18px; margin-bottom: 12px; }
.det-sidebar-price { font-size: 40px; font-weight: 900; color: var(--p, #1A2744); font-family: 'Montserrat', sans-serif; }
.det-sidebar-msrp  { font-size: 13px; color: var(--tm, #718096); text-decoration: line-through; margin-top: 2px; }
.det-trade-cta { display: flex; align-items: center; gap: 14px; background: var(--p, #1A2744); border-radius: 12px; padding: 16px; margin-bottom: 12px; text-decoration: none; cursor: pointer; }
.trade-cta-icon { font-size: 28px; flex-shrink: 0; }
.det-trade-cta strong { display: block; color: var(--a, #D2E000); font-size: 14px; font-weight: 800; }
.det-trade-cta span  { display: block; color: #A8CAD6; font-size: 12px; margin-top: 2px; }
.det-trade-cta em    { display: block; color: var(--a, #D2E000); font-size: 11px; font-weight: 700; margin-top: 6px; font-style: normal; }
.det-finance-label { font-size: 13px; font-weight: 700; color: var(--p, #1A2744); margin-bottom: 6px; }
.det-finance-amt   { font-size: 28px; font-weight: 900; color: var(--p, #1A2744); font-family: 'Montserrat', sans-serif; }
.det-finance-note  { font-size: 11px; color: var(--tm, #718096); margin-top: 2px; }
.btn-get-prequalified { display: block; width: 100%; padding: 9px 0; background: var(--sf, #F5F6F8); color: var(--p, #1A2744); border: 1px solid var(--b, #E2E8F0); border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; text-decoration: none; text-align: center; margin-top: 10px; }
.det-similar-title { font-size: 14px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 14px; }
.similar-card { display: flex; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--b, #E2E8F0); text-decoration: none; }
.similar-card:last-of-type { border-bottom: none; }
.similar-thumb { width: 70px; height: 50px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.similar-thumb img { width: 100%; height: 100%; object-fit: cover; }
.similar-info { display: flex; flex-direction: column; gap: 2px; }
.similar-title { font-size: 12px; font-weight: 700; color: var(--t, #1A202C); line-height: 1.3; }
.similar-price { font-size: 14px; font-weight: 800; color: var(--p, #1A2744); }
.similar-miles { font-size: 11px; color: var(--tm, #718096); }
.btn-see-all-similar { display: block; text-align: center; font-size: 12px; font-weight: 700; color: var(--teal, #5A8B9E); padding: 10px 0; text-decoration: none; }
.btn-see-all-similar:hover { color: var(--p, #1A2744); }

/* Private seller badge injected in content */
.gm-private-seller-badge { display: flex; align-items: center; gap: 12px; background: var(--private-bg); border: 1px solid #a78bfa; border-radius: 10px; padding: 12px 16px; margin-bottom: 18px; }
.private-badge-icon { font-size: 24px; }
.private-badge-text strong { display: block; font-weight: 700; color: #5b21b6; font-size: 14px; }
.private-badge-text span   { font-size: 13px; color: #7c3aed; }

/* Sticky bar */
.gm-sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--p, #1A2744); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; z-index: 100; box-shadow: 0 -4px 20px rgba(0,0,0,.2); }
.sticky-price { font-size: 22px; font-weight: 900; color: #fff; font-family: 'Montserrat', sans-serif; }
.sticky-actions { display: flex; gap: 10px; }
.sticky-btn-trade, .sticky-btn-contact { padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: none; }
.sticky-btn-trade   { background: var(--a, #D2E000); color: var(--p, #1A2744); }
.sticky-btn-contact { background: #fff; color: var(--p, #1A2744); border: none; }

/* ── TRADE-IN TOOL PAGE ──────────────────────────────────── */
.gm-page-trade-in { padding: 40px 0 80px; }
.gm-trade-tool { max-width: 780px; margin: 0 auto; padding: 0 20px; }
.trade-tool-header { text-align: center; margin-bottom: 36px; }
.trade-powered-badge { display: inline-block; background: rgba(26,39,68,.08); border-radius: 20px; padding: 4px 16px; font-size: 11px; font-weight: 700; color: var(--teal, #5A8B9E); letter-spacing: .5px; margin-bottom: 14px; }
.trade-tool-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 34px; color: var(--p, #1A2744); line-height: 1.2; margin-bottom: 10px; }
.trade-tool-sub { color: var(--ts, #4A5568); font-size: 15px; }
.trade-form-card, .trade-results-card { background: #fff; border-radius: 16px; border: 1px solid var(--b, #E2E8F0); padding: 28px; box-shadow: 0 4px 24px rgba(0,0,0,.05); }
.trade-step-head { font-size: 14px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 14px; }
.trade-type-grid  { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; }
.trade-type-opt   { border: 2px solid var(--b, #E2E8F0); border-radius: 12px; padding: 14px 8px; text-align: center; cursor: pointer; background: #fff; transition: all .15s; user-select: none; }
.trade-type-opt input { display: none; }
.trade-type-opt.on, .trade-type-opt:has(input:checked) { border-color: var(--a, #D2E000); background: rgba(210,224,0,.1); }
.tt-icon  { display: block; font-size: 24px; margin-bottom: 6px; }
.tt-label { font-size: 12px; font-weight: 700; color: var(--p, #1A2744); }
.trade-detail-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 28px; }
.trade-field label { display: block; font-size: 12px; font-weight: 700; color: var(--ts, #4A5568); margin-bottom: 6px; }
.trade-field select, .trade-field input { width: 100%; padding: 11px 13px; border: 1.5px solid var(--b, #E2E8F0); border-radius: 8px; font-size: 14px; font-family: inherit; }
.trade-cond-grid  { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 28px; }
.trade-cond-opt   { border: 2px solid var(--b, #E2E8F0); border-radius: 10px; padding: 12px 10px; cursor: pointer; background: #fff; transition: all .15s; user-select: none; }
.trade-cond-opt input { display: none; }
.trade-cond-opt.on, .trade-cond-opt:has(input:checked) { border-color: var(--a, #D2E000); background: rgba(210,224,0,.1); }
.tc-label { display: block; font-size: 13px; font-weight: 700; color: var(--p, #1A2744); margin-bottom: 3px; }
.tc-desc  { display: block; font-size: 11px; color: var(--tm, #718096); }
.btn-get-trade-value { width: 100%; padding: 16px 0; background: var(--a, #D2E000); color: var(--p, #1A2744); border: none; border-radius: 12px; font-size: 18px; font-weight: 900; cursor: pointer; font-family: 'Montserrat', sans-serif; }
.trade-results-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 24px; gap: 12px; }
.trade-result-vehicle { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 22px; color: var(--p, #1A2744); }
.trade-result-sub { font-size: 13px; color: var(--tm, #718096); margin-top: 4px; }
.trade-source-badge { background: var(--sf, #F5F6F8); border-radius: 8px; padding: 6px 14px; font-size: 11px; font-weight: 700; color: var(--teal, #5A8B9E); white-space: nowrap; }
.trade-value-bars { display: flex; flex-direction: column; gap: 10px; margin: 24px 0; }
.trade-bar { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border-radius: 12px; background: #f8fafb; border: 1px solid var(--b, #E2E8F0); flex-wrap: wrap; }
.trade-bar.highlight { background: var(--p, #1A2744); border-color: var(--p, #1A2744); transform: scale(1.02); }
.tbar-badge { background: var(--a, #D2E000); color: var(--p, #1A2744); font-size: 9px; font-weight: 900; padding: 3px 8px; border-radius: 20px; white-space: nowrap; }
.tbar-label { flex: 1; font-size: 13px; font-weight: 600; color: #6b7280; }
.tbar-desc  { font-size: 11px; color: #9ca3af; width: 100%; order: 3; }
.tbar-val   { font-size: 26px; font-weight: 900; color: var(--p, #1A2744); }
.highlight .tbar-label { color: #A8CAD6; }
.highlight .tbar-desc  { color: #5A8B9E; }
.highlight .tbar-val   { color: var(--a, #D2E000); }
.trade-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.btn-dealer-offer { padding: 14px 0; background: var(--a, #D2E000); color: var(--p, #1A2744); border: none; border-radius: 10px; font-size: 14px; font-weight: 800; cursor: pointer; text-decoration: none; text-align: center; }
.btn-sell-private { padding: 14px 0; background: var(--private-bg); color: var(--private); border: 1.5px solid #a78bfa; border-radius: 10px; font-size: 14px; font-weight: 800; cursor: pointer; text-decoration: none; text-align: center; }
.trade-disclaimer { font-size: 11px; color: var(--tm, #718096); line-height: 1.6; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--b, #E2E8F0); }
.btn-trade-reset  { background: transparent; border: 1.5px solid var(--b, #E2E8F0); color: var(--ts, #4A5568); border-radius: 10px; padding: 10px 20px; font-size: 13px; font-weight: 700; cursor: pointer; margin-top: 14px; }

/* ── SELL PAGE ───────────────────────────────────────────── */
.gm-page-sell { padding: 40px 0 80px; }
.sell-hero { text-align: center; margin-bottom: 48px; }
.sell-hero-icon  { font-size: 56px; margin-bottom: 16px; }
.sell-hero-title { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 38px; color: var(--p, #1A2744); line-height: 1.2; margin-bottom: 12px; }
.sell-hero-sub   { color: var(--ts, #4A5568); font-size: 16px; max-width: 520px; margin: 0 auto; }
.sell-features   { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-bottom: 48px; }
.sell-feat { background: #fff; border-radius: 12px; border: 1px solid var(--b, #E2E8F0); padding: 20px; }
.sell-feat-icon  { font-size: 28px; margin-bottom: 10px; }
.sell-feat-title { font-size: 14px; font-weight: 700; color: var(--p, #1A2744); margin-bottom: 6px; }
.sell-feat-desc  { font-size: 13px; color: var(--ts, #4A5568); line-height: 1.5; }
.sell-form-wrap  { background: #fff; border-radius: 16px; border: 1px solid var(--b, #E2E8F0); padding: 32px; }
.sell-form-title { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 22px; color: var(--p, #1A2744); margin-bottom: 24px; }
.sell-cat-tabs   { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 24px; }
.sell-cat-tab    { border: 2px solid var(--b, #E2E8F0); border-radius: 10px; padding: 12px 8px; text-align: center; cursor: pointer; font-size: 12px; font-weight: 700; color: var(--p, #1A2744); background: #fff; transition: all .15s; user-select: none; }
.sell-cat-tab input { display: none; }
.sell-cat-tab.on { border-color: var(--a, #D2E000); background: rgba(210,224,0,.1); }
.sell-form-section { margin-bottom: 28px; }
.sell-form-section h3 { font-size: 16px; font-weight: 800; color: var(--p, #1A2744); margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--b, #E2E8F0); }
.sell-form-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.sell-field      { display: flex; flex-direction: column; }
.sell-field--full { grid-column: 1 / -1; }
.sell-field label { font-size: 12px; font-weight: 700; color: var(--ts, #4A5568); margin-bottom: 6px; }
.sell-field input, .sell-field textarea { padding: 11px 13px; border: 1px solid var(--b, #E2E8F0); border-radius: 8px; font-size: 14px; font-family: inherit; }
.sell-field textarea { resize: vertical; }
.sell-photo-drop { background: var(--sf, #F5F6F8); border: 2px dashed var(--b, #E2E8F0); border-radius: 10px; padding: 32px 0; text-align: center; cursor: pointer; transition: border-color .15s; }
.sell-photo-drop.drag-over { border-color: var(--a, #D2E000); background: rgba(210,224,0,.06); }
.sell-photo-icon  { font-size: 32px; margin-bottom: 8px; }
.sell-photo-title { font-weight: 700; color: var(--p, #1A2744); font-size: 15px; margin-bottom: 4px; }
.sell-photo-hint  { font-size: 12px; color: var(--tm, #718096); margin-bottom: 14px; }
.btn-add-photos  { background: var(--p, #1A2744); color: #fff; border: none; border-radius: 8px; padding: 10px 20px; font-size: 13px; font-weight: 700; cursor: pointer; }
.sell-photo-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.sell-preview-img { width: 80px; height: 60px; object-fit: cover; border-radius: 8px; border: 1px solid var(--b, #E2E8F0); }
.sell-submit-section { text-align: center; padding-top: 8px; }
.btn-sell-submit { width: 100%; padding: 16px 0; background: var(--a, #D2E000); color: var(--p, #1A2744); border: none; border-radius: 12px; font-size: 17px; font-weight: 900; cursor: pointer; font-family: 'Montserrat', sans-serif; }
.sell-submit-note { font-size: 12px; color: var(--tm, #718096); margin-top: 10px; }
.sell-submit-msg  { margin-top: 14px; font-size: 15px; font-weight: 600; padding: 12px 16px; border-radius: 8px; }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 900px) {
    .det-layout { grid-template-columns: 1fr; }
    .det-sidebar { position: static; }
    .gm-sticky-bar { display: flex; }
    .gallery-hero { height: 260px; }
    .sell-features { grid-template-columns: repeat(2,1fr); }
    .sell-cat-tabs { grid-template-columns: repeat(2,1fr); }
    .sell-form-grid { grid-template-columns: 1fr; }
    .trade-type-grid { grid-template-columns: repeat(2,1fr); }
    .trade-cond-grid { grid-template-columns: repeat(2,1fr); }
    .trade-detail-grid { grid-template-columns: 1fr; }
    .det-h1 { font-size: 22px; }
}
@media (max-width: 600px) {
    .sell-features { grid-template-columns: 1fr; }
    .features-list { columns: 1; }
    .reviews-grid { grid-template-columns: 1fr; }
    .specs-cells { grid-template-columns: repeat(2,1fr); }
    .trade-cta-row { grid-template-columns: 1fr; }
}


/* ============================================================
   GOTMOTOS HOMEPAGE v3.0
   ============================================================ */

/* ── Container ── */
.hp-container { max-width:1320px; margin:0 auto; padding:0 20px; }

/* ── Hero ── */
.hp-hero { position:relative; min-height:600px; display:flex; align-items:center; overflow:hidden; background:#0d1b35; }
.hp-hero-bg { position:absolute; inset:0; background:url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=80') center/cover no-repeat; opacity:.25; }
.hp-hero-overlay { position:absolute; inset:0; background:linear-gradient(135deg,rgba(13,27,53,.97) 0%,rgba(26,39,68,.90) 60%,rgba(13,27,53,.85) 100%); }
.hp-hero-ct { position:relative; z-index:2; width:100%; max-width:1320px; margin:0 auto; padding:80px 20px 60px; }
.hp-eyebrow { display:inline-block; background:rgba(210,224,0,.15); border:1px solid rgba(210,224,0,.4); color:var(--a,#D2E000); border-radius:20px; padding:5px 16px; font-size:12px; font-weight:800; letter-spacing:.8px; margin-bottom:20px; }
.hp-h1 { font-family:'Montserrat',sans-serif; font-weight:900; font-size:52px; color:#fff; line-height:1.15; margin-bottom:16px; }
.hp-h1 em { color:var(--a,#D2E000); font-style:normal; display:block; }
.hp-sub { color:#A8CAD6; font-size:17px; line-height:1.6; margin-bottom:28px; max-width:600px; }
.hp-sub strong { color:#fff; }

/* Hero category tabs */
.hp-cat-tabs { display:flex; gap:8px; margin-bottom:16px; flex-wrap:wrap; }
.hp-cat-tab { background:rgba(255,255,255,.08); border:1.5px solid rgba(255,255,255,.15); color:#A8CAD6; font-size:13px; font-weight:700; padding:8px 16px; border-radius:8px; cursor:pointer; transition:all .15s; font-family:inherit; }
.hp-cat-tab.active, .hp-cat-tab:hover { background:rgba(210,224,0,.15); border-color:var(--a,#D2E000); color:var(--a,#D2E000); }

/* Hero search */
.hp-search { background:rgba(255,255,255,.06); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.12); border-radius:14px; padding:14px; margin-bottom:28px; max-width:820px; }
.hp-search-row { display:flex; gap:10px; align-items:center; }
.hp-sf { display:flex; flex:1; }
.hp-sf-sm { flex:0 0 180px; }
.hp-sinput, .hp-sselect { width:100%; padding:13px 16px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); border-radius:9px; color:#fff; font-size:14px; font-family:inherit; }
.hp-sinput::placeholder { color:#5A8B9E; }
.hp-sselect option { background:#1A2744; color:#fff; }
.hp-sbtn { background:var(--a,#D2E000); color:var(--p,#1A2744); border:none; border-radius:9px; padding:13px 28px; font-size:15px; font-weight:800; cursor:pointer; white-space:nowrap; font-family:'Montserrat',sans-serif; transition:background .15s; }
.hp-sbtn:hover { background:#DFE94D; }

/* Hero stats */
.hp-stats { display:flex; align-items:center; gap:20px; flex-wrap:wrap; }
.hp-stat { display:flex; flex-direction:column; }
.hp-stat-n { font-family:'Montserrat',sans-serif; font-weight:900; font-size:26px; color:var(--a,#D2E000); line-height:1; }
.hp-stat-l { font-size:11px; color:#5A8B9E; font-weight:600; text-transform:uppercase; letter-spacing:.5px; margin-top:2px; }
.hp-stat-div { width:1px; height:36px; background:rgba(255,255,255,.15); }

/* ── Section headers ── */
.hp-sec-hdr { margin-bottom:32px; }
.hp-sec-hdr--split { display:flex; justify-content:space-between; align-items:flex-end; gap:16px; }
.hp-eyebrow-sm { font-size:11px; font-weight:800; color:var(--teal,#5A8B9E); letter-spacing:1px; text-transform:uppercase; margin-bottom:6px; }
.hp-sec-h { font-family:'Montserrat',sans-serif; font-weight:900; font-size:28px; color:var(--p,#1A2744); margin-bottom:6px; }
.hp-sec-p { font-size:15px; color:var(--ts,#4A5568); }
.hp-see-all { color:var(--teal,#5A8B9E); font-size:14px; font-weight:700; text-decoration:none; white-space:nowrap; }
.hp-see-all:hover { color:var(--p,#1A2744); }

/* ── Category Hubs ── */
.hp-cats { background:#fff; padding:60px 0; }
.hp-cat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.hp-cat-card { border-radius:14px; overflow:hidden; position:relative; text-decoration:none; display:block; min-height:280px; transition:transform .2s; }
.hp-cat-card:hover { transform:translateY(-4px); }
.hp-cat-img { position:absolute; inset:0; }
.hp-cat-img img { width:100%; height:100%; object-fit:cover; }
.hp-cat-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(13,27,53,.92) 0%,rgba(13,27,53,.5) 50%,rgba(13,27,53,.2) 100%); }
.hp-cat-body { position:absolute; bottom:0; left:0; right:0; padding:20px; z-index:1; }
.hp-cat-icon { font-size:28px; margin-bottom:6px; }
.hp-cat-name { font-family:'Montserrat',sans-serif; font-weight:800; font-size:20px; color:#fff; margin-bottom:4px; }
.hp-cat-sub { font-size:12px; color:#A8CAD6; line-height:1.4; margin-bottom:8px; }
.hp-cat-count { display:inline-block; background:rgba(210,224,0,.2); border:1px solid rgba(210,224,0,.4); color:var(--a,#D2E000); font-size:11px; font-weight:700; padding:2px 10px; border-radius:20px; margin-bottom:8px; }
.hp-cat-cta { font-size:13px; font-weight:700; color:var(--a,#D2E000); }
.hp-cat-card:hover .hp-cat-cta { text-decoration:underline; }

/* ── Listings Grid ── */
.hp-deals-sec { background:var(--sf,#F5F6F8); padding:60px 0; }
.hp-listings-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.hp-listing-card { background:#fff; border-radius:12px; border:1px solid var(--b,#E2E8F0); overflow:hidden; text-decoration:none; display:flex; flex-direction:column; transition:transform .15s,box-shadow .15s; }
.hp-listing-card:hover { transform:translateY(-3px); box-shadow:0 8px 28px rgba(0,0,0,.1); }
.hp-lc-img { height:200px; overflow:hidden; position:relative; }
.hp-lc-img img { width:100%; height:100%; object-fit:cover; }
.hp-lc-badge { position:absolute; top:10px; left:10px; font-size:11px; font-weight:800; padding:4px 11px; border-radius:20px; }
.hp-lc-private { position:absolute; top:10px; right:10px; background:#7c3aed; color:#fff; font-size:11px; font-weight:800; padding:4px 10px; border-radius:20px; }
.hp-badge-great { background:#dcfce7; color:#15803d; }
.hp-badge-good  { background:#dbeafe; color:#1d4ed8; }
.hp-badge-fair  { background:#fef3c7; color:#b45309; }
.hp-badge-high  { background:#fee2e2; color:#dc2626; }
.hp-lc-body { padding:14px 16px; flex:1; display:flex; flex-direction:column; gap:5px; }
.hp-lc-title { font-size:14px; font-weight:700; color:var(--t,#1A202C); line-height:1.3; }
.hp-lc-meta { display:flex; gap:6px; flex-wrap:wrap; }
.hp-lc-pill { background:var(--sf,#F5F6F8); color:var(--ts,#4A5568); font-size:11px; padding:2px 8px; border-radius:20px; }
.hp-lc-price-row { display:flex; align-items:baseline; gap:10px; }
.hp-lc-price { font-family:'Montserrat',sans-serif; font-weight:900; font-size:22px; color:var(--p,#1A2744); }
.hp-lc-savings { font-size:12px; font-weight:700; color:#15803d; background:#dcfce7; padding:2px 8px; border-radius:10px; }
.hp-lc-avg { font-size:11px; color:var(--tm,#718096); }
.hp-lc-pmt { font-size:12px; color:var(--teal,#5A8B9E); font-weight:600; }
.hp-lc-footer { display:flex; justify-content:space-between; align-items:center; margin-top:auto; padding-top:8px; border-top:1px solid var(--b,#E2E8F0); font-size:12px; }
.hp-lc-dealer { color:var(--tm,#718096); }
.hp-lc-view { color:var(--teal,#5A8B9E); font-weight:700; }

/* ── Scroll Row (new listings) ── */
.hp-new-sec { background:#fff; padding:60px 0; }
.hp-scroll-wrap { overflow-x:auto; padding-bottom:8px; }
.hp-scroll-row { display:flex; gap:16px; min-width:max-content; }
.hp-scroll-card { width:220px; background:#fff; border-radius:12px; border:1px solid var(--b,#E2E8F0); overflow:hidden; text-decoration:none; flex-shrink:0; transition:transform .15s; }
.hp-scroll-card:hover { transform:translateY(-3px); }
.hp-sc-img { height:150px; overflow:hidden; position:relative; }
.hp-sc-img img { width:100%; height:100%; object-fit:cover; }
.hp-sc-body { padding:12px; }
.hp-sc-title { font-size:13px; font-weight:700; color:var(--t,#1A202C); line-height:1.3; margin-bottom:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.hp-sc-price { font-family:'Montserrat',sans-serif; font-weight:800; font-size:18px; color:var(--p,#1A2744); margin-bottom:2px; }
.hp-sc-deal { font-size:11px; color:#15803d; font-weight:700; }
.hp-sc-meta { font-size:11px; color:var(--tm,#718096); }
.hp-sc-dealer { font-size:11px; color:var(--teal,#5A8B9E); margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

/* ── Promo Cards ── */
.hp-promo-sec { background:var(--p,#1A2744); padding:60px 0; }
.hp-promo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.hp-promo-card { border-radius:14px; padding:28px 24px; display:flex; align-items:flex-start; gap:18px; text-decoration:none; transition:transform .15s; }
.hp-promo-card:hover { transform:translateY(-3px); }
.hp-promo-dark { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); }
.hp-promo-purple { background:#f3f0ff; border:2px dashed #a78bfa; }
.hp-promo-deal { background:rgba(210,224,0,.08); border:1px solid rgba(210,224,0,.25); }
.hp-promo-icon { font-size:40px; flex-shrink:0; }
.hp-promo-eyebrow { font-size:10px; font-weight:800; letter-spacing:.8px; text-transform:uppercase; margin-bottom:6px; }
.hp-promo-dark .hp-promo-eyebrow { color:#5A8B9E; }
.hp-promo-purple .hp-promo-eyebrow { color:#7c3aed; }
.hp-promo-deal .hp-promo-eyebrow { color:var(--a,#D2E000); }
.hp-promo-title { font-family:'Montserrat',sans-serif; font-weight:800; font-size:18px; margin-bottom:8px; line-height:1.2; }
.hp-promo-dark .hp-promo-title { color:#fff; }
.hp-promo-purple .hp-promo-title { color:#5b21b6; }
.hp-promo-deal .hp-promo-title { color:#fff; }
.hp-promo-sub { font-size:13px; line-height:1.6; margin-bottom:14px; }
.hp-promo-dark .hp-promo-sub { color:#A8CAD6; }
.hp-promo-purple .hp-promo-sub { color:#6d28d9; }
.hp-promo-deal .hp-promo-sub { color:#A8CAD6; }
.hp-promo-cta { font-size:13px; font-weight:700; }
.hp-promo-dark .hp-promo-cta { color:var(--a,#D2E000); }
.hp-promo-cta-link { font-size:13px; font-weight:700; color:var(--a,#D2E000); text-decoration:none; }
.hp-promo-cta-link:hover { text-decoration:underline; }

/* ── Makes grid ── */
.hp-makes-sec { background:var(--sf,#F5F6F8); padding:60px 0; }
.hp-makes-grid { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.hp-make-pill { display:flex; align-items:center; gap:8px; background:#fff; border:1px solid var(--b,#E2E8F0); border-radius:30px; padding:8px 18px; text-decoration:none; transition:all .15s; }
.hp-make-pill:hover { border-color:var(--p,#1A2744); background:var(--p,#1A2744); }
.hp-make-name { font-size:13px; font-weight:700; color:var(--t,#1A202C); }
.hp-make-count { font-size:11px; color:var(--tm,#718096); background:var(--sf,#F5F6F8); padding:1px 7px; border-radius:10px; }
.hp-make-pill:hover .hp-make-name { color:#fff; }
.hp-make-pill:hover .hp-make-count { background:rgba(255,255,255,.15); color:#A8CAD6; }

/* ── Body styles ── */
.hp-body-sec { background:#fff; padding:60px 0; }
.hp-body-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:14px; }
.hp-body-card { text-decoration:none; border-radius:12px; overflow:hidden; border:1px solid var(--b,#E2E8F0); transition:transform .15s,box-shadow .15s; }
.hp-body-card:hover { transform:translateY(-3px); box-shadow:0 6px 20px rgba(0,0,0,.09); }
.hp-body-img { height:130px; overflow:hidden; }
.hp-body-img img { width:100%; height:100%; object-fit:cover; transition:transform .3s; }
.hp-body-card:hover .hp-body-img img { transform:scale(1.05); }
.hp-body-name { font-size:14px; font-weight:700; color:var(--t,#1A202C); padding:10px 12px 2px; }
.hp-body-count { font-size:12px; color:var(--tm,#718096); padding:0 12px 10px; }

/* ── Why Us ── */
.hp-why-sec { background:var(--sf,#F5F6F8); padding:60px 0; }
.hp-why-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.hp-why-card { background:#fff; border-radius:12px; border:1px solid var(--b,#E2E8F0); padding:24px 20px; }
.hp-why-icon { font-size:32px; margin-bottom:12px; }
.hp-why-title { font-family:'Montserrat',sans-serif; font-weight:800; font-size:16px; color:var(--p,#1A2744); margin-bottom:8px; }
.hp-why-desc { font-size:13px; color:var(--ts,#4A5568); line-height:1.65; }

/* ── Bottom Banner ── */
.hp-banner { background:var(--p,#1A2744); padding:60px 0; }
.hp-banner-inner { display:flex; align-items:center; justify-content:space-between; gap:32px; }
.hp-banner-text h2 { font-family:'Montserrat',sans-serif; font-weight:900; font-size:28px; color:#fff; margin-bottom:8px; }
.hp-banner-text p { color:#A8CAD6; font-size:15px; }
.hp-banner-btns { display:flex; gap:12px; flex-shrink:0; }
.hp-banner-btn-primary { background:var(--a,#D2E000); color:var(--p,#1A2744); border-radius:10px; padding:14px 28px; font-size:15px; font-weight:800; text-decoration:none; font-family:'Montserrat',sans-serif; white-space:nowrap; }
.hp-banner-btn-secondary { background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,.3); border-radius:10px; padding:14px 24px; font-size:15px; font-weight:700; text-decoration:none; white-space:nowrap; }
.hp-banner-btn-secondary:hover { border-color:var(--a,#D2E000); color:var(--a,#D2E000); }

/* ── Responsive ── */
@media(max-width:1100px){
  .hp-cat-grid { grid-template-columns:repeat(2,1fr); }
  .hp-listings-grid { grid-template-columns:repeat(2,1fr); }
  .hp-promo-grid { grid-template-columns:1fr; }
  .hp-why-grid { grid-template-columns:repeat(2,1fr); }
}
@media(max-width:768px){
  .hp-h1 { font-size:34px; }
  .hp-search-row { flex-direction:column; }
  .hp-sf, .hp-sf-sm { flex:unset; width:100%; }
  .hp-stats { gap:14px; }
  .hp-stat-div { display:none; }
  .hp-cat-grid { grid-template-columns:1fr 1fr; }
  .hp-listings-grid { grid-template-columns:1fr; }
  .hp-why-grid { grid-template-columns:1fr; }
  .hp-banner-inner { flex-direction:column; text-align:center; }
  .hp-banner-btns { flex-direction:column; width:100%; }
  .hp-sec-hdr--split { flex-direction:column; align-items:flex-start; }
}
@media(max-width:480px){
  .hp-cat-grid { grid-template-columns:1fr; }
  .hp-cat-card { min-height:220px; }
}


/* ── NAV DROPDOWN ───────────────────────────────── */
.hdr-nav { display:flex; align-items:center; gap:2px; }
.hdr-nav-link { color:#A8CAD6; font-size:13px; font-weight:600; padding:8px 12px; border-radius:6px; text-decoration:none; transition:all .15s; white-space:nowrap; }
.hdr-nav-link:hover { color:#fff; background:rgba(255,255,255,.08); }
.hdr-dropdown { position:relative; }
.hdr-drop-menu { display:none; position:absolute; top:calc(100% + 8px); left:0; background:#fff; border:1px solid #E2E8F0; border-radius:12px; padding:8px; min-width:220px; box-shadow:0 8px 32px rgba(0,0,0,.15); z-index:200; }
.hdr-dropdown:hover .hdr-drop-menu { display:block; }
.hdr-drop-menu a { display:flex; align-items:center; gap:8px; padding:9px 12px; border-radius:8px; font-size:13px; font-weight:600; color:#1A202C; text-decoration:none; transition:background .1s; }
.hdr-drop-menu a:hover { background:#F5F6F8; }
.hdr-drop-div { height:1px; background:#E2E8F0; margin:6px 0; }
.hdr-right { display:flex; align-items:center; gap:10px; }
.hdr-sell-btn { background:var(--a,#D2E000); color:var(--p,#1A2744); font-size:12px; font-weight:800; padding:8px 16px; border-radius:7px; text-decoration:none; transition:background .15s; white-space:nowrap; }
.hdr-sell-btn:hover { background:#DFE94D; }
/* Mobile section titles */
.mob-section-title { font-size:10px; font-weight:800; color:#5A8B9E; text-transform:uppercase; letter-spacing:.8px; padding:14px 20px 4px; }


/* ── EMAIL ALERTS SECTION ───────────────────────────────── */
.hp-alerts-sec { background:var(--p,#1A2744); padding:70px 0; }
.hp-alerts-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.hp-alerts-h { font-family:'Montserrat',sans-serif; font-weight:900; font-size:30px; color:#fff; margin-bottom:12px; line-height:1.2; }
.hp-alerts-p { color:#A8CAD6; font-size:15px; line-height:1.7; margin-bottom:20px; }
.hp-alerts-list { list-style:none; padding:0; display:flex; flex-direction:column; gap:8px; }
.hp-alerts-list li { font-size:14px; color:#A8CAD6; font-weight:600; }
.hp-alerts-form-box { background:#fff; border-radius:16px; padding:28px; }
.hp-alerts-form-box h3 { font-family:'Montserrat',sans-serif; font-weight:800; font-size:18px; color:var(--p,#1A2744); margin-bottom:20px; }
.hp-alert-form { display:flex; flex-direction:column; gap:14px; }
.hp-af-row { display:flex; flex-direction:column; gap:5px; }
.hp-af-row label { font-size:12px; font-weight:700; color:var(--ts,#4A5568); }
.hp-af-input { padding:11px 13px; border:1.5px solid var(--b,#E2E8F0); border-radius:8px; font-size:14px; font-family:inherit; width:100%; }
.hp-af-btn { background:var(--a,#D2E000); color:var(--p,#1A2744); border:none; border-radius:10px; padding:14px 0; font-size:15px; font-weight:800; cursor:pointer; font-family:'Montserrat',sans-serif; }
.hp-af-note { font-size:11px; color:var(--tm,#718096); text-align:center; margin-top:-6px; }
.hp-af-success { background:#dcfce7; color:#15803d; border-radius:10px; padding:14px; font-weight:700; text-align:center; }
@media(max-width:768px){ .hp-alerts-inner{grid-template-columns:1fr;gap:32px;} }

/* ═══════════════════════════════════════════════════════════
   PARTNER INTEGRATIONS — ScorePros + VehicleInspectors
   Add to bottom of style.css
   ═══════════════════════════════════════════════════════════ */

/* ── Partner Tokens ── */
:root {
    --sp-green: #00AE01;
    --sp-green-dark: #008a01;
    --sp-green-light: #e6f9e6;
    --vi-navy: #1a2744;
    --vi-amber: #F59E0B;
    --vi-amber-dark: #D97706;
    --vi-amber-light: #FEF3C7;
}

/* ══════════════════════════════════════════
   1. ScorePros CTA Strip (single-vehicle sidebar)
   ══════════════════════════════════════════ */
.gm-sp-cta {
    display: block;
    background: var(--sp-green);
    margin: 16px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 4px 16px rgba(0,174,1,.3);
}
.gm-sp-cta:hover {
    background: var(--sp-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0,174,1,.4);
}
.gm-sp-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0,174,1,.3);
}
.gm-sp-cta__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
}
.gm-sp-cta__icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gm-sp-cta__icon svg { width: 22px; height: 22px; }
.gm-sp-cta__text {
    flex: 1;
}
.gm-sp-cta__text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    line-height: 1.3;
}
.gm-sp-cta__text span {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,.75);
    margin-top: 2px;
}
.gm-sp-cta__arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}
.gm-sp-cta:hover .gm-sp-cta__arrow { transform: translateX(3px); }
.gm-sp-cta__arrow svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════════
   2. VehicleInspectors CTA Strip (single-vehicle sidebar)
   ══════════════════════════════════════════ */
.gm-vi-cta {
    display: block;
    background: var(--vi-amber);
    margin: 0 16px 16px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s;
    box-shadow: 0 4px 16px rgba(245,158,11,.3);
}
.gm-vi-cta:hover {
    background: var(--vi-amber-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(245,158,11,.4);
}
.gm-vi-cta:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(245,158,11,.3);
}
.gm-vi-cta__inner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
}
.gm-vi-cta__icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.gm-vi-cta__icon svg { width: 22px; height: 22px; }
.gm-vi-cta__text {
    flex: 1;
}
.gm-vi-cta__text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: var(--vi-navy);
    line-height: 1.3;
}
.gm-vi-cta__text span {
    display: block;
    font-size: 11px;
    color: rgba(26,39,68,.65);
    margin-top: 2px;
}
.gm-vi-cta__arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s;
}
.gm-vi-cta:hover .gm-vi-cta__arrow { transform: translateX(3px); }
.gm-vi-cta__arrow svg { width: 16px; height: 16px; }

/* ══════════════════════════════════════════
   3. Listing Card Mini-CTA (search results)
   ══════════════════════════════════════════ */
.gm-sp-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--sp-green);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .15s;
    border: none;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,174,1,.25);
}
.gm-sp-pill:hover {
    background: var(--sp-green-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,174,1,.35);
    color: #fff;
}
.gm-sp-pill svg {
    width: 12px;
    height: 12px;
}

.gm-vi-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--vi-amber);
    color: var(--vi-navy);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all .15s;
    border: none;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(245,158,11,.25);
}
.gm-vi-pill:hover {
    background: var(--vi-amber-dark);
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(245,158,11,.35);
}
.gm-vi-pill svg {
    width: 12px;
    height: 12px;
}

/* ══════════════════════════════════════════
   4. Co-branded Banner (financing, credit-help pages)
   ══════════════════════════════════════════ */
.gm-partner-banner {
    background: linear-gradient(135deg, var(--p) 0%, #243352 50%, #1a3a28 100%);
    border-radius: 16px;
    padding: 36px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
}
.gm-partner-banner::before {
    content: '';
    position: absolute;
    top: -40px; right: 80px;
    width: 160px; height: 160px;
    background: rgba(0,174,1,.06);
    border-radius: 50%;
}
.gm-partner-banner__logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.gm-partner-banner__logos .logo-gm {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
}
.gm-partner-banner__logos .logo-gm em { font-style: normal; color: var(--a); }
.gm-partner-banner__logos .x-mark {
    color: rgba(255,255,255,.3);
    font-size: 14px;
}
.gm-partner-banner__logos .logo-partner {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
}
.gm-partner-banner__logos .logo-partner.sp { color: var(--sp-green); }
.gm-partner-banner__logos .logo-partner.vi { color: var(--vi-amber); }
.gm-partner-banner__body {
    flex: 1;
}
.gm-partner-banner__body h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 6px;
}
.gm-partner-banner__body p {
    color: var(--ice);
    font-size: 13px;
    line-height: 1.5;
}
.gm-partner-banner .btn-partner {
    flex-shrink: 0;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: all .15s;
}
.gm-partner-banner .btn-partner.sp {
    background: var(--sp-green);
}
.gm-partner-banner .btn-partner.sp:hover {
    background: var(--sp-green-dark);
    transform: translateY(-2px);
}
.gm-partner-banner .btn-partner.vi {
    background: var(--vi-amber);
    color: var(--vi-navy);
}
.gm-partner-banner .btn-partner.vi:hover {
    background: var(--vi-amber-dark);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .gm-partner-banner {
        flex-direction: column;
        text-align: center;
        padding: 28px 24px;
        gap: 20px;
    }
}

/* ══════════════════════════════════════════
   5. Credit Readiness Card (financing page sidebar)
   ══════════════════════════════════════════ */
.gm-credit-card {
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    overflow: hidden;
}
.gm-credit-card__header {
    background: linear-gradient(135deg, var(--sp-green) 0%, var(--sp-green-dark) 100%);
    padding: 24px 28px 20px;
    position: relative;
    overflow: hidden;
}
.gm-credit-card__header::before {
    content: '';
    position: absolute;
    bottom: -30px; right: -20px;
    width: 120px; height: 120px;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
}
.gm-credit-card__header h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 6px;
}
.gm-credit-card__header p {
    color: rgba(255,255,255,.8);
    font-size: 13px;
}
.gm-credit-card__body { padding: 20px 28px 28px; }
.gm-credit-tier {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--b);
}
.gm-credit-tier:last-of-type { border-bottom: none; }
.gm-credit-tier__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.gm-credit-tier__dot.excellent { background: var(--sp-green); }
.gm-credit-tier__dot.good { background: #48BB78; }
.gm-credit-tier__dot.fair { background: #ECC94B; }
.gm-credit-tier__dot.poor { background: var(--no); }
.gm-credit-tier__range {
    background: var(--sp-green-light);
    color: var(--sp-green-dark);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
    min-width: 72px;
    text-align: center;
    flex-shrink: 0;
}
.gm-credit-tier__info { flex: 1; }
.gm-credit-tier__label { font-weight: 700; font-size: 13px; color: var(--t); }
.gm-credit-tier__rate { font-size: 12px; color: var(--tm); }

.gm-credit-card__cta {
    padding: 0 28px 28px;
}
.btn-sp-full {
    display: block;
    width: 100%;
    background: var(--sp-green);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    border: none;
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all .15s;
}
.btn-sp-full:hover {
    background: var(--sp-green-dark);
    transform: translateY(-1px);
    color: #fff;
}
.gm-credit-card__trust {
    text-align: center;
    font-size: 11px;
    color: var(--tm);
    margin-top: 8px;
}

/* ══════════════════════════════════════════
   6. Buyer Shield Section (credit-help / inspection pages)
   ══════════════════════════════════════════ */
.gm-shield-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 960px;
    margin: 0 auto;
}
.gm-shield-step {
    text-align: center;
    padding: 32px 24px;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    position: relative;
}
.gm-shield-step__num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--tm);
    margin-bottom: 12px;
}
.gm-shield-step__icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.gm-shield-step__icon.sp { background: var(--sp-green-light); }
.gm-shield-step__icon.gm { background: var(--al); }
.gm-shield-step__icon.vi { background: var(--vi-amber-light); }
.gm-shield-step__icon svg { width: 28px; height: 28px; }
.gm-shield-step h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--t);
    margin-bottom: 8px;
}
.gm-shield-step p {
    font-size: 13px;
    color: var(--ts);
    line-height: 1.5;
}
@media (max-width: 768px) {
    .gm-shield-steps { grid-template-columns: 1fr; }
}
