/* ============================================================
   JPF AUTOS · Hoja de estilos
   ============================================================ */
:root {
  --bg: #0b0b0d;
  --bg-2: #141417;
  --bg-3: #1d1d21;
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.16);
  --text: #f4f4f5;
  --muted: #a1a1aa;
  --muted-2: #71717a;
  --red: #d91e2e;
  --red-dark: #b0121f;
  --red-soft: rgba(217,30,46,.14);
  --wa: #25d366;
  --light: #f5f5f4;
  --light-2: #ffffff;
  --ink: #0f0f11;
  --ink-2: #4b4b52;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --shadow-light: 0 12px 40px rgba(15,15,17,.08);
  --max: 1220px;
  --font-head: "Manrope", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); color: var(--text); background: var(--bg);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); line-height: 1.12; margin: 0; letter-spacing: -.02em; }
h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1rem; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section.light { background: var(--light); color: var(--ink); }
.section.light .muted { color: var(--ink-2); }
.section.white { background: var(--light-2); color: var(--ink); }
.section.white .muted { color: var(--ink-2); }
.muted { color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-size: .78rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 700; color: var(--red); margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 44px; flex-wrap: wrap; }
.section-head p { max-width: 560px; margin: 12px 0 0; font-size: 1.05rem; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px;
  border-radius: 999px; font-weight: 700; font-size: .95rem; border: 1.5px solid transparent;
  cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s, color .18s, box-shadow .18s;
  font-family: var(--font-body); white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-red { background: var(--red); color: #fff; box-shadow: 0 10px 30px rgba(217,30,46,.3); }
.btn-red:hover { background: var(--red-dark); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { background: #ececec; }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #26262b; }
.btn-outline { border-color: var(--line-strong); color: var(--text); background: transparent; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,.06); }
.light .btn-outline, .white .btn-outline { border-color: rgba(15,15,17,.2); color: var(--ink); }
.light .btn-outline:hover, .white .btn-outline:hover { border-color: var(--ink); background: rgba(15,15,17,.04); }
.btn-wa { background: var(--wa); color: #06301a; }
.btn-wa:hover { background: #1fc15a; }
.btn-sm { padding: 10px 18px; font-size: .85rem; }
.btn-lg { padding: 18px 34px; font-size: 1.05rem; }
.btn svg { width: 18px; height: 18px; flex: none; }

/* Header */
.topbar { background: var(--bg-2); border-bottom: 1px solid var(--line); font-size: .82rem; color: var(--muted); }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 38px; gap: 16px; }
.topbar a:hover { color: #fff; }
.topbar .left, .topbar .right { display: flex; gap: 22px; align-items: center; }
.topbar span svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; }
header.site {
  position: sticky; top: 0; z-index: 60; background: rgba(11,11,13,.82);
  backdrop-filter: saturate(160%) blur(14px); -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line);
}
header.site .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo img { height: 46px; width: auto; }
nav.main { display: flex; gap: 34px; align-items: center; }
nav.main a { font-weight: 600; font-size: .93rem; color: var(--muted); position: relative; padding: 6px 0; }
nav.main a:hover, nav.main a.active { color: #fff; }
nav.main a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: var(--red); border-radius: 2px; }
.header-cta { display: flex; gap: 10px; align-items: center; }
.burger { display: none; background: none; border: 0; color: #fff; cursor: pointer; padding: 8px; }
.burger svg { width: 28px; height: 28px; }
.mobile-nav {
  display: none; position: fixed; inset: 0; top: 0; background: var(--bg); z-index: 70; padding: 28px 24px;
  flex-direction: column; gap: 8px;
}
.mobile-nav.open { display: flex; }
.mobile-nav .close { align-self: flex-end; background: none; border: 0; color: #fff; cursor: pointer; }
.mobile-nav .close svg { width: 30px; height: 30px; }
.mobile-nav a { font-family: var(--font-head); font-size: 1.7rem; font-weight: 800; padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 20px; }

/* Hero */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden;
  background: #000;
}
.hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); animation: heroZoom 14s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero .shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(5,5,7,.92) 0%, rgba(5,5,7,.78) 40%, rgba(5,5,7,.25) 100%),
              linear-gradient(0deg, rgba(11,11,13,1) 0%, rgba(11,11,13,0) 35%);
}
.hero .wrap { position: relative; padding-top: 80px; padding-bottom: 120px; }
.hero .kicker { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid var(--line-strong); padding: 8px 14px 8px 10px; border-radius: 999px; font-size: .82rem; font-weight: 600; margin-bottom: 28px; }
.hero .kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); box-shadow: 0 0 0 4px rgba(37,211,102,.25); }
.hero h1 { max-width: 760px; }
.hero h1 em { font-style: normal; color: var(--red); }
.hero p.lead { max-width: 560px; font-size: 1.15rem; color: #d4d4d8; margin: 24px 0 36px; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .stats { display: flex; gap: 40px; margin-top: 64px; flex-wrap: wrap; }
.hero .stats div { font-family: var(--font-head); }
.hero .stats b { display: block; font-size: 1.9rem; font-weight: 800; letter-spacing: -.03em; }
.hero .stats span { font-size: .85rem; color: var(--muted); }

/* Quick search */
.quick {
  position: relative; z-index: 2; margin-top: -70px;
}
.quick .box {
  background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 18px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr auto; gap: 12px; box-shadow: var(--shadow);
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted-2); font-weight: 700; }
.field select, .field input, .field textarea {
  background: var(--bg-3); border: 1px solid var(--line); color: #fff; padding: 12px 14px; border-radius: 10px;
  font-family: var(--font-body); font-size: .95rem; outline: none; width: 100%;
}
.field select:focus, .field input:focus, .field textarea:focus { border-color: var(--red); }
.field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.4'><path d='M6 9l6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }
.quick .btn { align-self: end; height: 46px; }

/* Cards de vehículos */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.car {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s, box-shadow .25s; position: relative;
}
.car:hover { transform: translateY(-6px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.light .car, .white .car { background: #fff; border-color: rgba(15,15,17,.08); color: var(--ink); }
.light .car:hover, .white .car:hover { box-shadow: var(--shadow-light); }
.car .ph { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #202024; }
.car .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.car:hover .ph img { transform: scale(1.05); }
.car .badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.badge { background: rgba(11,11,13,.78); backdrop-filter: blur(6px); color: #fff; font-size: .7rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.badge.red { background: var(--red); }
.badge.green { background: var(--wa); color: #06301a; }
.car .body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.car .brand { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.light .car .brand, .white .car .brand { color: var(--ink-2); }
.car h3 { font-size: 1.15rem; }
.car .ver { color: var(--muted); font-size: .9rem; }
.light .car .ver, .white .car .ver { color: var(--ink-2); }
.car .meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: .82rem; color: var(--muted); margin-top: 4px; }
.light .car .meta, .white .car .meta { color: var(--ink-2); }
.car .meta span { display: inline-flex; align-items: center; gap: 6px; }
.car .meta svg { width: 14px; height: 14px; opacity: .8; }
.car .foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); gap: 10px; }
.light .car .foot, .white .car .foot { border-color: rgba(15,15,17,.08); }
.car .price { font-family: var(--font-head); font-weight: 800; font-size: 1.35rem; letter-spacing: -.02em; }
.car .price s { display: block; font-size: .8rem; color: var(--muted); font-weight: 500; }
.car .price small { display: block; font-size: .72rem; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }
.car .arrow { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--line-strong); display: grid; place-items: center; flex: none; transition: .2s; }
.light .car .arrow, .white .car .arrow { border-color: rgba(15,15,17,.15); }
.car:hover .arrow { background: var(--red); border-color: var(--red); color: #fff; }
.car .arrow svg { width: 18px; height: 18px; }
.car a.cover { position: absolute; inset: 0; }

/* Ventajas / trust */
.trust { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.trust .item { padding: 28px 24px; display: flex; gap: 16px; align-items: flex-start; border-right: 1px solid var(--line); }
.trust .item:last-child { border-right: 0; }
.trust .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; flex: none; }
.trust .ico svg { width: 22px; height: 22px; }
.trust b { display: block; font-family: var(--font-head); font-size: 1rem; margin-bottom: 4px; }
.trust span { font-size: .85rem; color: var(--muted); }

/* Servicios */
.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service { background: #fff; border-radius: var(--radius); padding: 30px 26px; border: 1px solid rgba(15,15,17,.06); transition: .25s; position: relative; overflow: hidden; }
.service:hover { transform: translateY(-6px); box-shadow: var(--shadow-light); }
.service .n { font-family: var(--font-head); font-size: 3rem; font-weight: 800; color: rgba(15,15,17,.06); position: absolute; right: 18px; top: 6px; letter-spacing: -.05em; }
.service .ico { width: 52px; height: 52px; border-radius: 14px; background: var(--ink); color: #fff; display: grid; place-items: center; margin-bottom: 22px; }
.service .ico svg { width: 24px; height: 24px; }
.service h3 { margin-bottom: 10px; font-size: 1.15rem; }
.service p { color: var(--ink-2); font-size: .95rem; margin: 0; }

/* Pasos */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { padding: 32px 28px; border-radius: var(--radius); background: var(--bg-2); border: 1px solid var(--line); position: relative; }
.step::before { counter-increment: step; content: "0" counter(step); font-family: var(--font-head); font-weight: 800; color: var(--red); font-size: .95rem; letter-spacing: .1em; display: block; margin-bottom: 18px; }
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); margin: 0; font-size: .95rem; }

/* Vender banner */
.sell {
  border-radius: 28px; overflow: hidden; position: relative; background: var(--ink); color: #fff;
  display: grid; grid-template-columns: 1.1fr 1fr; min-height: 520px;
}
.sell .txt { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; }
.sell .txt h2 { margin-bottom: 18px; }
.sell .txt p { color: #c9c9cf; max-width: 460px; font-size: 1.05rem; }
.sell .txt ul { list-style: none; padding: 0; margin: 20px 0 30px; display: grid; gap: 10px; }
.sell .txt li { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.sell .txt li svg { width: 20px; height: 20px; color: var(--wa); flex: none; }
.sell .formbox { background: var(--bg-2); padding: 44px 40px; border-left: 1px solid var(--line); }
.sell .formbox h3 { margin-bottom: 6px; }
.sell .formbox .muted { font-size: .9rem; margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.form-note { font-size: .78rem; color: var(--muted-2); margin-top: 12px; }

/* Nosotros */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about .pics { position: relative; }
.about .pics img { border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.about .pics .tag { position: absolute; left: -18px; bottom: 28px; background: var(--red); color: #fff; padding: 18px 22px; border-radius: 14px; font-family: var(--font-head); box-shadow: var(--shadow); }
.about .pics .tag b { display: block; font-size: 1.6rem; letter-spacing: -.03em; }
.about .pics .tag span { font-size: .8rem; opacity: .9; }
.about h2 { margin-bottom: 18px; }
.about blockquote { margin: 26px 0; padding: 18px 22px; border-left: 3px solid var(--red); background: rgba(15,15,17,.04); font-style: italic; color: var(--ink); border-radius: 0 12px 12px 0; }
.values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.values div { padding: 16px 18px; border: 1px solid rgba(15,15,17,.08); border-radius: 12px; background: #fff; }
.values b { display: block; font-family: var(--font-head); margin-bottom: 4px; }
.values span { font-size: .88rem; color: var(--ink-2); }

/* Testimonios */
.testi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.quote { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px; display: flex; flex-direction: column; gap: 18px; }
.quote .stars { color: #f5b301; letter-spacing: 2px; font-size: .95rem; }
.quote p { margin: 0; color: #e4e4e7; font-size: 1rem; line-height: 1.7; }
.quote .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.quote .who i { width: 40px; height: 40px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-items: center; font-style: normal; font-weight: 800; font-family: var(--font-head); }
.quote .who b { display: block; font-size: .95rem; }
.quote .who span { font-size: .8rem; color: var(--muted); }

/* Vendidos */
.sold-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.sold { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; background: #202024; }
.sold img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.4); transition: .4s; }
.sold:hover img { filter: none; transform: scale(1.04); }
.sold span { position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 12px 10px; font-size: .75rem; font-weight: 600; background: linear-gradient(0deg, rgba(0,0,0,.85), transparent); }
.sold i { position: absolute; top: 10px; left: 10px; background: var(--red); color: #fff; font-style: normal; font-size: .62rem; font-weight: 800; padding: 4px 8px; border-radius: 999px; letter-spacing: .1em; }

/* Contacto */
.contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.contact .info { display: grid; gap: 16px; }
.contact .row { display: flex; gap: 16px; padding: 20px; border-radius: 14px; background: #fff; border: 1px solid rgba(15,15,17,.06); align-items: flex-start; }
.contact .row .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--ink); color: #fff; display: grid; place-items: center; flex: none; }
.contact .row .ico svg { width: 20px; height: 20px; }
.contact .row b { display: block; font-family: var(--font-head); margin-bottom: 2px; }
.contact .row span, .contact .row a { color: var(--ink-2); font-size: .95rem; display: block; }
.contact .row a:hover { color: var(--red); }
.contact iframe { width: 100%; height: 100%; min-height: 420px; border: 0; border-radius: var(--radius); filter: grayscale(.2); }

/* Footer */
footer { background: #050506; border-top: 1px solid var(--line); padding: 64px 0 28px; color: var(--muted); }
footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
footer h4 { color: #fff; font-size: .85rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .93rem; }
footer a:hover { color: #fff; }
footer .brand p { max-width: 320px; font-size: .93rem; margin-top: 16px; }
footer .social { display: flex; gap: 10px; margin-top: 18px; }
footer .social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; }
footer .social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
footer .social svg { width: 16px; height: 16px; }
footer .bottom { border-top: 1px solid var(--line); padding-top: 22px; display: flex; justify-content: space-between; font-size: .8rem; flex-wrap: wrap; gap: 10px; }

/* WhatsApp flotante */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 55; display: flex; align-items: center; gap: 10px;
  background: var(--wa); color: #06301a; padding: 12px 18px 12px 14px; border-radius: 999px; font-weight: 700; font-size: .9rem;
  box-shadow: 0 12px 34px rgba(37,211,102,.4); transition: transform .2s;
}
.wa-float:hover { transform: translateY(-3px); }
.wa-float svg { width: 24px; height: 24px; }

/* Página STOCK */
.page-head { padding: 64px 0 40px; background: radial-gradient(900px 300px at 20% -20%, rgba(217,30,46,.25), transparent), var(--bg); border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(2rem, 4vw, 3.2rem); }
.page-head p { color: var(--muted); max-width: 600px; margin-top: 12px; }
.crumbs { font-size: .8rem; color: var(--muted-2); margin-bottom: 18px; display: flex; gap: 8px; }
.crumbs a:hover { color: #fff; }
.stock-layout { display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: start; }
.filters { position: sticky; top: 96px; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: grid; gap: 16px; }
.filters h3 { font-size: 1rem; display: flex; justify-content: space-between; align-items: center; }
.filters h3 button { background: none; border: 0; color: var(--red); font-size: .8rem; cursor: pointer; font-weight: 700; font-family: var(--font-body); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line-strong); padding: 7px 12px; border-radius: 999px; font-size: .82rem; cursor: pointer; background: transparent; color: var(--muted); font-family: var(--font-body); transition: .15s; }
.chip:hover { color: #fff; border-color: #fff; }
.chip.on { background: var(--red); border-color: var(--red); color: #fff; }
.toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; gap: 16px; flex-wrap: wrap; }
.toolbar .count { color: var(--muted); font-size: .92rem; }
.toolbar .count b { color: #fff; }
.toolbar select { background: var(--bg-2); border: 1px solid var(--line-strong); color: #fff; padding: 10px 14px; border-radius: 10px; font-family: var(--font-body); }
.empty { text-align: center; padding: 80px 20px; color: var(--muted); border: 1px dashed var(--line-strong); border-radius: var(--radius); }
.filters-toggle { display: none; }

/* Página VEHÍCULO */
.veh { display: grid; grid-template-columns: 1.55fr 1fr; gap: 36px; align-items: start; padding-top: 32px; }
.gallery .main { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/10; background: #202024; cursor: zoom-in; }
.gallery .main img { width: 100%; height: 100%; object-fit: cover; }
.gallery .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(11,11,13,.7); color: #fff; display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(6px); }
.gallery .nav:hover { background: var(--red); }
.gallery .nav.prev { left: 14px; } .gallery .nav.next { right: 14px; }
.gallery .nav svg { width: 20px; height: 20px; }
.gallery .counter { position: absolute; right: 14px; bottom: 14px; background: rgba(11,11,13,.7); padding: 6px 12px; border-radius: 999px; font-size: .78rem; font-weight: 600; }
.thumbs { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 10px; }
.thumbs button { border: 2px solid transparent; padding: 0; background: none; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; opacity: .6; transition: .15s; }
.thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.thumbs button.on, .thumbs button:hover { opacity: 1; border-color: var(--red); }
.sidecard { position: sticky; top: 96px; background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 28px; }
.sidecard .brand { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.sidecard h1 { font-size: 1.7rem; margin: 6px 0 4px; }
.sidecard .ver { color: var(--muted); margin-bottom: 18px; }
.sidecard .price { font-family: var(--font-head); font-size: 2.2rem; font-weight: 800; letter-spacing: -.03em; }
.sidecard .price s { display: block; font-size: 1rem; color: var(--muted); font-weight: 500; }
.sidecard .price small { display: block; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-top: 4px; }
.keyspecs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 22px 0; }
.keyspecs div { background: var(--bg-3); border-radius: 12px; padding: 12px 14px; }
.keyspecs span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted-2); font-weight: 700; }
.keyspecs b { font-family: var(--font-head); font-size: .98rem; }
.sidecard .ctas { display: grid; gap: 10px; }
.sidecard .ctas .btn { width: 100%; }
.sidecard .fin { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .85rem; color: var(--muted); }
.sidecard .fin b { color: #fff; }
.veh-content { margin-top: 44px; display: grid; grid-template-columns: 1.55fr 1fr; gap: 36px; }
.block { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; margin-bottom: 24px; }
.block h2 { font-size: 1.35rem; margin-bottom: 18px; }
.spec-table { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.spec-table div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .93rem; }
.spec-table span { color: var(--muted); }
.spec-table b { text-align: right; }
.checklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.checklist li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; }
.checklist li svg { width: 18px; height: 18px; color: var(--wa); flex: none; margin-top: 3px; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.tags span { background: var(--red-soft); color: #ff6b78; font-size: .74rem; font-weight: 700; padding: 5px 10px; border-radius: 999px; text-transform: uppercase; letter-spacing: .05em; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.94); z-index: 100; display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 8px; }
.lightbox button { position: absolute; background: rgba(255,255,255,.1); border: 0; color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; display: grid; place-items: center; }
.lightbox button:hover { background: var(--red); }
.lightbox button svg { width: 24px; height: 24px; }
.lightbox .x { top: 20px; right: 20px; }
.lightbox .p { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox .nx { right: 20px; top: 50%; transform: translateY(-50%); }

/* Página VENDER */
.sell-page { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: start; }
.sell-page .why { display: grid; gap: 16px; margin-top: 28px; }
.sell-page .why > div { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; background: var(--bg-2); border: 1px solid var(--line); border-radius: 14px; }
.sell-page .why .ico { width: 42px; height: 42px; border-radius: 12px; background: var(--red-soft); color: var(--red); display: grid; place-items: center; flex: none; }
.sell-page .why svg { width: 20px; height: 20px; }
.sell-page .why b { display: block; font-family: var(--font-head); margin-bottom: 2px; }
.sell-page .why span { font-size: .9rem; color: var(--muted); }
.formcard { background: var(--bg-2); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 36px; }
.formcard h2 { font-size: 1.5rem; margin-bottom: 6px; }

/* Utilidades */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in { opacity: 1; transform: none; }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.hide { display: none !important; }

/* Responsive */
@media (max-width: 1080px) {
  .grid { grid-template-columns: repeat(2, 1fr); }
  .services { grid-template-columns: repeat(2, 1fr); }
  .trust .wrap { grid-template-columns: repeat(2, 1fr); }
  .trust .item:nth-child(2) { border-right: 0; }
  .trust .item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick .box { grid-template-columns: 1fr 1fr; }
  .quick .btn { grid-column: 1 / -1; }
  .sold-strip { grid-template-columns: repeat(3, 1fr); }
  .sell { grid-template-columns: 1fr; }
  .sell .formbox { border-left: 0; border-top: 1px solid var(--line); }
  .about, .contact, .veh, .veh-content, .sell-page { grid-template-columns: 1fr; }
  .sidecard { position: static; }
  .testi { grid-template-columns: 1fr; }
  footer .cols { grid-template-columns: 1fr 1fr; }
  .stock-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .filters-toggle { display: inline-flex; }
  .filters.collapsed { display: none; }
  .thumbs { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .topbar { display: none; }
  nav.main, .header-cta .btn-outline { display: none; }
  .burger { display: block; }
  .hero { min-height: 0; }
  .hero .wrap { padding-top: 64px; padding-bottom: 100px; }
  .hero .stats { gap: 22px; margin-top: 40px; }
  .hero .stats b { font-size: 1.5rem; }
  .grid { grid-template-columns: 1fr; }
  .services, .steps, .trust .wrap, .form-grid, .values, .keyspecs, .spec-table, .checklist { grid-template-columns: 1fr; }
  .trust .item { border-right: 0; border-bottom: 1px solid var(--line); }
  .sell .txt, .sell .formbox, .formcard { padding: 32px 22px; }
  .about .pics .tag { left: 12px; }
  .sold-strip { grid-template-columns: repeat(2, 1fr); }
  footer .cols { grid-template-columns: 1fr; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
  .thumbs { grid-template-columns: repeat(4, 1fr); }
  .quick .box { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 28px; }
}
