/* Auto Market 506 — storefront styles.
   Brand: black, gold gradient (#F09010 → #F5B631 → #FBE21D) and electric blue (#1391E5),
   taken from the logo and the Facebook cover. Headings use Montserrat (self-hosted, OFL). */

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/montserrat-latin.c154477b9aff.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/montserrat-latin-ext.f143fb4877cf.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329,
    U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #0a0a0b;
  --bg-soft: #0f0f12;
  --surface: #141418;
  --surface-2: #1b1b21;
  --surface-3: #24242c;
  --border: #2b2b35;
  --border-strong: #3a3a47;
  --text: #f4f4f6;
  --text-soft: #c9c9d1;
  --muted: #9d9daa;
  --gold: #f5b631;
  --gold-light: #fbe21d;
  --gold-dark: #f09010;
  --gold-gradient: linear-gradient(120deg, #f09010 0%, #f5b631 45%, #fbe21d 100%);
  --blue: #1391e5;
  --blue-light: #4cb8ff;
  --blue-gradient: linear-gradient(120deg, #0f7fd0 0%, #19b8f2 100%);
  --green: #25d366;
  --ok: #34d17c;
  --warn: #f5b631;
  --danger: #ff6b6b;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --shadow-gold: 0 0 0 1px rgba(245, 182, 49, 0.45), 0 16px 40px rgba(245, 182, 49, 0.12);
  --font-display: "Montserrat", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --header-h: 72px;
  color-scheme: dark;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font: 400 16px/1.6 var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--blue-light); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--gold-light); }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0 0 0.5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.45rem, 3vw, 2.15rem); font-weight: 800; }
h3 { font-size: 1.12rem; font-weight: 700; }
p { margin: 0 0 1em; }
small { font-size: 0.85em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--gold); color: #000; }

.sprite { display: none; }
.icon { width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon--fill { fill: currentColor; stroke: none; }
.sr-only, .honeypot {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--gold); color: #000; padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 768px) { .container { padding: 0 28px; } }
.section { padding-top: 56px; padding-bottom: 56px; }
.section--tight { padding-top: 32px; padding-bottom: 32px; }
.section--alt { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section__head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 12px 24px; margin-bottom: 28px; }
.section__head h2 { margin: 0; }
.section__head p { margin: 6px 0 0; color: var(--muted); }
.kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px;
  font: 700 0.78rem/1 var(--font-display); letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold);
}
.kicker::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--gold-gradient); }
.muted { color: var(--muted); }
.text-gold { color: var(--gold); }
.gradient-text { background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stack > * + * { margin-top: 16px; }
.center { text-align: center; }
.mt { margin-top: 18px; }
.mt-lg { margin-top: 32px; }
.note { display: flex; gap: 8px; align-items: flex-start; }
.note .icon { margin-top: 3px; color: var(--blue-light); }
.prose-block { color: var(--text-soft); }
.prose-block p { margin-bottom: 1em; }

/* ---- Buttons ---------------------------------------------------------------- */
.btn {
  --btn-bg: var(--surface-3); --btn-fg: var(--text);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 46px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg);
  font: 700 0.95rem/1.1 var(--font-display); letter-spacing: 0.01em; text-decoration: none;
  cursor: pointer; transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s;
}
.btn:hover { color: var(--btn-fg); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 1.2em; height: 1.2em; }
.btn--gold { --btn-fg: #111; background: var(--gold-gradient); box-shadow: 0 8px 22px rgba(245, 182, 49, 0.25); }
.btn--gold:hover { box-shadow: 0 10px 28px rgba(245, 182, 49, 0.4); }
.btn--whatsapp { --btn-bg: var(--green); --btn-fg: #06230f; }
.btn--whatsapp:hover { box-shadow: 0 10px 26px rgba(37, 211, 102, 0.3); }
.btn--blue { --btn-fg: #fff; background: var(--blue-gradient); }
.btn--outline { --btn-bg: transparent; border-color: var(--border-strong); }
.btn--outline:hover { border-color: var(--gold); }
.btn--ghost { --btn-bg: transparent; }
.btn--ghost:hover { background: var(--surface-2); }
.btn--danger { --btn-bg: transparent; --btn-fg: var(--danger); border-color: rgba(255, 107, 107, 0.4); }
.btn--sm { min-height: 36px; padding: 8px 14px; font-size: 0.85rem; }
.btn--lg { min-height: 54px; padding: 15px 28px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ---- Badges ----------------------------------------------------------------- */
.badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 11px; border-radius: 999px;
  font: 700 0.72rem/1 var(--font-display); letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08); color: var(--text-soft); border: 1px solid rgba(255, 255, 255, 0.12);
}
.badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.badge--available { color: var(--ok); background: rgba(52, 209, 124, 0.12); border-color: rgba(52, 209, 124, 0.35); }
.badge--reserved, .badge--pending { color: var(--gold); background: rgba(245, 182, 49, 0.12); border-color: rgba(245, 182, 49, 0.4); }
.badge--sold, .badge--muted { color: #b8b8c4; }
.badge--danger { color: var(--danger); background: rgba(255, 107, 107, 0.1); border-color: rgba(255, 107, 107, 0.35); }
.badge--blue { color: var(--blue-light); background: rgba(19, 145, 229, 0.12); border-color: rgba(19, 145, 229, 0.4); }

/* ---- Header ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: rgba(10, 10, 11, 0.82); border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: saturate(160%) blur(14px); backdrop-filter: saturate(160%) blur(14px);
}
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--gold-gradient); opacity: 0.7; }
.site-header__inner { display: flex; align-items: center; gap: 20px; height: 100%; }
.brand { display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: 84px; height: auto; }
.main-nav { display: none; align-items: center; gap: 4px; }
.nav-link {
  position: relative; padding: 10px 14px; border-radius: 999px; color: var(--text-soft); text-decoration: none;
  font: 600 0.95rem/1 var(--font-display);
}
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--text); background: rgba(255, 255, 255, 0.06); }
.nav-link[aria-current="page"]::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 3px; height: 2px; border-radius: 2px; background: var(--gold); }
.header-cta { display: none; }
.mobile-nav { position: relative; }
.mobile-nav > summary {
  list-style: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  border: 1px solid var(--border-strong); cursor: pointer; color: var(--text);
}
.mobile-nav > summary::-webkit-details-marker { display: none; }
.mobile-nav[open] > summary { border-color: var(--gold); color: var(--gold); }
.mobile-nav__panel {
  position: absolute; right: 0; top: 56px; width: min(86vw, 320px); padding: 12px;
  background: var(--surface); border: 1px solid var(--border-strong); border-radius: var(--radius); box-shadow: var(--shadow);
}
.mobile-nav__panel a:not(.btn) { display: flex; align-items: center; gap: 12px; padding: 13px 12px; border-radius: 10px; color: var(--text); text-decoration: none; font: 600 1rem/1 var(--font-display); }
.mobile-nav__panel a:not(.btn):hover { background: var(--surface-2); }
.mobile-nav__panel .btn { margin-top: 8px; }
@media (min-width: 960px) {
  :root { --header-h: 84px; }
  .brand img { width: 100px; }
  .main-nav, .header-cta { display: flex; }
  .mobile-nav { display: none; }
}

/* ---- Messages / alerts ----------------------------------------------------------- */
.messages { margin-top: 18px; }
.alert {
  display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; margin: 0 0 14px;
  border-radius: var(--radius-sm); border: 1px solid var(--border-strong); background: var(--surface);
}
.alert .icon { margin-top: 3px; }
.alert p:last-child { margin-bottom: 0; }
.alert--success { border-color: rgba(52, 209, 124, 0.45); background: rgba(52, 209, 124, 0.08); }
.alert--success .icon { color: var(--ok); }
.alert--info { border-color: rgba(19, 145, 229, 0.45); background: rgba(19, 145, 229, 0.08); }
.alert--info .icon { color: var(--blue-light); }
.alert--warning { border-color: rgba(245, 182, 49, 0.5); background: rgba(245, 182, 49, 0.08); }
.alert--warning .icon { color: var(--gold); }
.alert--error { border-color: rgba(255, 107, 107, 0.5); background: rgba(255, 107, 107, 0.08); }
.alert--error .icon { color: var(--danger); }

/* ---- Hero ------------------------------------------------------------------------ */
.hero { position: relative; overflow: hidden; padding: 48px 0 64px; isolation: isolate; }
.hero__bands, .hero__bands::before, .hero__bands::after { position: absolute; pointer-events: none; }
.hero__bands { inset: 0; z-index: -1; background: radial-gradient(1200px 600px at 85% 0%, rgba(19, 145, 229, 0.18), transparent 60%), radial-gradient(900px 500px at 0% 100%, rgba(245, 182, 49, 0.12), transparent 60%); }
.hero__bands::before { content: ""; right: -12%; bottom: -8%; width: 70%; height: 46%; background: var(--gold-gradient); clip-path: polygon(38% 100%, 100% 12%, 100% 100%); opacity: 0.95; }
.hero__bands::after { content: ""; left: -10%; top: -6%; width: 30%; height: 22%; background: linear-gradient(120deg, var(--gold-dark), var(--gold)); clip-path: polygon(0 0, 60% 0, 0 70%); opacity: 0.9; }
@media (min-width: 960px) { .hero__bands::after { width: 46%; height: 60%; } }
.hero__grid { display: grid; gap: 36px; align-items: center; }
.hero__title { margin-bottom: 18px; font-size: clamp(2rem, 4.2vw, 3.1rem); text-transform: uppercase; letter-spacing: 0.01em; }
.hero__title span { display: block; }
.hero__lead { max-width: 560px; font-size: 1.08rem; color: var(--text-soft); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 30px; }
.hero__visual { position: relative; }
.hero__frame {
  position: relative; display: block; border-radius: 24px; overflow: hidden; aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.12); box-shadow: var(--shadow), 0 0 0 6px rgba(245, 182, 49, 0.08);
  background: radial-gradient(circle at 50% 40%, #1d1d24, #0b0b0d 70%);
}
.hero__frame img { width: 100%; height: 100%; object-fit: cover; }
.hero__frame--logo { display: grid; place-items: center; }
.hero__frame--logo img { width: 70%; height: auto; object-fit: contain; filter: drop-shadow(0 20px 40px rgba(245, 182, 49, 0.2)); }
.hero__tag {
  position: absolute; left: 16px; bottom: 16px; display: flex; flex-direction: column; gap: 2px;
  padding: 12px 16px; border-radius: 14px; background: rgba(10, 10, 11, 0.82); border: 1px solid rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.hero__tag strong { font-family: var(--font-display); }
.hero__tag .price { font-size: 1.1rem; }
.dots { display: flex; gap: 12px; margin-top: 26px; }
.dots span { width: 9px; height: 9px; background: rgba(255, 255, 255, 0.35); }
@media (min-width: 960px) {
  .hero { padding: 72px 0 96px; }
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; gap: 56px; }
}
.hero--compact { padding: 28px 0 40px; }
.hero--compact .hero__bands::after { width: 30%; height: 90%; }
.hero--compact .hero__bands::before { height: 60%; width: 40%; }
@media (min-width: 960px) { .hero--compact { padding: 40px 0 56px; } }

/* ---- Search card ------------------------------------------------------------------- */
.search-card {
  display: grid; gap: 12px; padding: 16px; border-radius: 20px;
  background: rgba(20, 20, 24, 0.85); border: 1px solid var(--border-strong); box-shadow: var(--shadow);
}
.search-card__fields { display: grid; gap: 12px; }
@media (min-width: 640px) { .search-card__fields { grid-template-columns: repeat(3, 1fr); } }
.search-card label { display: block; margin-bottom: 6px; font: 700 0.72rem/1 var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }

/* ---- Forms --------------------------------------------------------------------------- */
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], select, textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border-radius: 12px;
  border: 1px solid var(--border-strong); background: var(--bg-soft); color: var(--text);
  font: inherit; transition: border-color 0.2s, box-shadow 0.2s;
}
textarea { min-height: 110px; resize: vertical; }
select {
  appearance: none; -webkit-appearance: none; padding-right: 40px; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%);
  background-position: calc(100% - 20px) 21px, calc(100% - 15px) 21px; background-size: 5px 5px; background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245, 182, 49, 0.2); }
input::placeholder, textarea::placeholder { color: #6f6f7c; }
input[type="file"] { width: 100%; padding: 12px; border: 1px dashed var(--border-strong); border-radius: 12px; background: var(--bg-soft); color: var(--text-soft); }
input[type="file"]::file-selector-button {
  margin-right: 12px; padding: 9px 14px; border: 0; border-radius: 999px; background: var(--surface-3); color: var(--text);
  font: 700 0.85rem/1 var(--font-display); cursor: pointer;
}
.form { display: grid; gap: 18px; }
.form-grid { display: grid; gap: 18px; }
@media (min-width: 640px) { .form-grid--2 { grid-template-columns: 1fr 1fr; } }
.field label, .field__label { display: block; margin-bottom: 7px; font: 700 0.9rem/1.3 var(--font-display); color: var(--text); }
.field__help { margin: 6px 0 0; font-size: 0.86rem; color: var(--muted); }
.field__error, .errorlist { margin: 6px 0 0; padding: 0; list-style: none; color: var(--danger); font-size: 0.88rem; font-weight: 600; }
.field--invalid input, .field--invalid select, .field--invalid textarea { border-color: var(--danger); }
.check, .field .check, .filters .check { display: flex; gap: 12px; align-items: flex-start; margin: 0; font: 400 0.95rem/1.5 var(--font-body); letter-spacing: 0; text-transform: none; color: var(--text-soft); cursor: pointer; }
.check strong { color: var(--text); }
.check input { flex: none; width: 22px; height: 22px; margin: 1px 0 0; accent-color: var(--gold); cursor: pointer; }
.radio-cards { display: grid; gap: 10px; }
.radio-card, .field .radio-card { position: relative; display: flex; gap: 12px; align-items: center; margin: 0; padding: 14px 16px; border: 1px solid var(--border-strong); border-radius: 14px; background: var(--bg-soft); font: 600 0.95rem/1.3 var(--font-body); cursor: pointer; }
.radio-card:has(input:checked) { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(245, 182, 49, 0.18); }
.radio-card input { width: 20px; height: 20px; accent-color: var(--gold); }
.radio-card .icon { color: var(--gold); width: 1.4em; height: 1.4em; }

/* ---- Cards / grids ---------------------------------------------------------------------- */
.grid { display: grid; gap: 22px; }
.grid--cards { grid-template-columns: repeat(auto-fill, minmax(min(100%, 270px), 1fr)); }
.card {
  position: relative; display: flex; flex-direction: column; overflow: hidden;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-gold); border-color: transparent; }
.card__media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: radial-gradient(circle at 50% 45%, #1f1f27, #0d0d10 72%); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card:hover .card__media img { transform: scale(1.05); }
.card__media .badge { position: absolute; top: 12px; left: 12px; backdrop-filter: blur(6px); background: rgba(10, 10, 11, 0.75); }
.card__ref { position: absolute; right: 12px; top: 12px; padding: 4px 8px; border-radius: 6px; background: rgba(10, 10, 11, 0.7); color: var(--muted); font: 700 0.7rem/1 var(--font-display); letter-spacing: 0.08em; }
.card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; color: #4a4a57; }
.card__placeholder img { width: 46%; height: auto; opacity: 0.55; object-fit: contain; }
.card__body { display: flex; flex-direction: column; gap: 10px; padding: 16px 18px 18px; flex: 1; }
.card__title { margin: 0; font-size: 1.08rem; }
.card__title a { color: var(--text); text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; }
.card__specs { display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 0.88rem; }
.card__specs li { display: inline-flex; align-items: center; gap: 6px; }
.card__specs .icon { color: var(--gold); width: 1em; height: 1em; }
.card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 12px; border-top: 1px solid var(--border); }
.card__text { margin: 0; color: var(--muted); font-size: 0.92rem; }
.price { font: 800 1.25rem/1.1 var(--font-display); color: var(--gold); white-space: nowrap; }
.price--xl { font-size: clamp(1.8rem, 4vw, 2.4rem); }
.price__usd { display: block; margin-top: 4px; font: 600 0.85rem/1 var(--font-display); color: var(--muted); }
.card--sold .card__media img { filter: grayscale(0.7) brightness(0.7); }

/* ---- Chips (body types / categories) ------------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px;
  border: 1px solid var(--border-strong); background: var(--surface); color: var(--text-soft); text-decoration: none;
  font: 700 0.9rem/1 var(--font-display);
}
.chip:hover { color: var(--text); border-color: var(--gold); }
.chip small { color: var(--muted); font-weight: 600; }
.chip--active { background: var(--gold-gradient); color: #111; border-color: transparent; }
.chip--active small { color: rgba(0, 0, 0, 0.6); }
.chips--scroll { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.chips--scroll::-webkit-scrollbar { display: none; }

/* ---- Steps / features ----------------------------------------------------------------------- */
.steps { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(4, 1fr); } .narrow .steps { grid-template-columns: repeat(2, 1fr); } }
.step { position: relative; padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); }
.step__num { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 14px; border-radius: 12px; background: var(--gold-gradient); color: #111; font: 800 1.15rem/1 var(--font-display); transform: skewX(-8deg); }
.step h3 { margin-bottom: 6px; }
.step p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.features { display: grid; gap: 18px; }
@media (min-width: 720px) { .features { grid-template-columns: repeat(4, 1fr); } }
.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature__icon { display: grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 14px; background: rgba(19, 145, 229, 0.12); color: var(--blue-light); border: 1px solid rgba(19, 145, 229, 0.3); }
.feature__icon .icon { width: 1.4em; height: 1.4em; }
.feature h3 { margin-bottom: 4px; font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: 0.92rem; }

/* ---- Promo band (dash cams) -------------------------------------------------------------------- */
.promo {
  position: relative; overflow: hidden; display: grid; gap: 24px; align-items: center; padding: 32px;
  border-radius: 24px; border: 1px solid var(--border-strong);
  background: linear-gradient(120deg, rgba(19, 145, 229, 0.18), rgba(10, 10, 11, 0) 55%), var(--surface);
}
.promo::after { content: ""; position: absolute; right: -40px; top: 0; bottom: 0; width: 160px; background: var(--gold-gradient); clip-path: polygon(60% 0, 100% 0, 100% 100%, 0 100%); opacity: 0.9; }
.promo > * { position: relative; z-index: 1; }
@media (min-width: 900px) { .promo { grid-template-columns: 1fr auto; padding: 40px 200px 40px 44px; } }

/* ---- CTA band ----------------------------------------------------------------------------------- */
.cta-band { position: relative; overflow: hidden; padding: 44px 0; background: var(--gold-gradient); color: #111; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(120deg, rgba(0, 0, 0, 0.06) 0 18px, transparent 18px 44px); }
.cta-band .container { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
.cta-band h2 { margin: 0 0 6px; color: #111; }
.cta-band p { margin: 0; color: rgba(0, 0, 0, 0.72); font-weight: 600; }
.cta-band .btn--dark { --btn-bg: #111; --btn-fg: #fff; }

/* ---- Breadcrumbs / page head --------------------------------------------------------------------- */
.page-head { padding-top: 28px; padding-bottom: 8px; }
.page-head h1 { margin-bottom: 8px; font-size: clamp(1.7rem, 3.6vw, 2.6rem); }
.page-head p { color: var(--muted); max-width: 720px; }
.breadcrumbs { margin: 0 0 12px; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.85rem; color: var(--muted); }
.breadcrumbs li + li::before { content: "/"; margin-right: 6px; color: var(--border-strong); }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold); }

/* ---- Catalog layout / filters ------------------------------------------------------------------------ */
.catalog { display: grid; gap: 24px; align-items: start; padding-bottom: 56px; }
@media (min-width: 1024px) { .catalog { grid-template-columns: 290px 1fr; } }
.filters { border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.filters > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; cursor: pointer; font: 800 1rem/1 var(--font-display); }
.filters > summary::-webkit-details-marker { display: none; }
.filters > summary .icon { color: var(--gold); }
.filters__body { display: grid; gap: 14px; padding: 0 18px 18px; }
.filters__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.filters label { display: block; margin-bottom: 6px; font: 700 0.78rem/1 var(--font-display); letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 1024px) {
  .filters { position: sticky; top: calc(var(--header-h) + 16px); max-height: calc(100vh - var(--header-h) - 32px); overflow-y: auto; }
  .filters__row { grid-template-columns: 1fr; }
}
.catalog .grid--cards { grid-template-columns: repeat(auto-fill, minmax(min(100%, 240px), 1fr)); }
.results-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; color: var(--muted); }
.results-bar strong { color: var(--text); }
.empty { padding: 48px 24px; text-align: center; border: 1px dashed var(--border-strong); border-radius: var(--radius); color: var(--muted); }
.empty h2 { color: var(--text); font-size: 1.3rem; }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin-top: 32px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px; border: 1px solid var(--border-strong); text-decoration: none; color: var(--text); font: 700 0.95rem/1 var(--font-display); }
.pagination .current { background: var(--gold-gradient); color: #111; border-color: transparent; }

/* ---- Detail pages -------------------------------------------------------------------------------------- */
.detail { display: grid; gap: 0 28px; align-items: start; padding-bottom: 32px; grid-template-areas: "gallery" "panel" "content"; }
.detail__gallery { grid-area: gallery; min-width: 0; }
.detail__panel { grid-area: panel; margin-top: 24px; }
.detail__content { grid-area: content; min-width: 0; }
@media (min-width: 1024px) {
  .detail { grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.9fr); grid-template-areas: "gallery panel" "content panel"; gap: 0 36px; }
  .detail__panel { margin-top: 0; align-self: start; }
}
.gallery__main { position: relative; overflow: hidden; border-radius: 20px; aspect-ratio: 4 / 3; background: radial-gradient(circle at 50% 45%, #1f1f27, #0d0d10 72%); border: 1px solid var(--border); }
.gallery__main img { width: 100%; height: 100%; object-fit: contain; background: #000; }
.gallery__count { position: absolute; right: 14px; bottom: 14px; padding: 6px 10px; border-radius: 999px; background: rgba(10, 10, 11, 0.75); font: 700 0.78rem/1 var(--font-display); }
.gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
.gallery__thumb { flex: none; width: 96px; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border-radius: 12px; border: 2px solid transparent; background: var(--surface-2); cursor: pointer; }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.75; transition: opacity 0.2s; }
.gallery__thumb:hover img, .gallery__thumb[aria-current="true"] img { opacity: 1; }
.gallery__thumb[aria-current="true"] { border-color: var(--gold); }
.panel { padding: 24px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); }
@media (min-width: 1024px) { .panel--sticky { position: sticky; top: calc(var(--header-h) + 18px); } }
.panel__title { margin: 12px 0 4px; font-size: clamp(1.5rem, 3vw, 2rem); }
.panel__sub { margin: 0 0 18px; color: var(--muted); }
.panel__price { padding: 16px 0; margin-bottom: 18px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.panel__price p { margin: 0; }
.panel__price p + p { margin-top: 6px; }
.panel__actions { display: grid; gap: 10px; margin-top: 20px; }
.panel__note { margin: 14px 0 0; font-size: 0.88rem; color: var(--muted); }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; }
.spec { display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 12px; background: var(--bg-soft); border: 1px solid var(--border); }
.spec .icon { color: var(--gold); width: 1.3em; height: 1.3em; }
.spec dt { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
.spec dd { margin: 0; font: 700 0.95rem/1.25 var(--font-display); }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--border); }
.spec-table th { width: 42%; color: var(--muted); font-weight: 600; }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.prose { color: var(--text-soft); max-width: 72ch; }
.prose p { white-space: pre-line; }
.content-block { margin-top: 28px; padding: 24px; border-radius: 20px; background: var(--surface); border: 1px solid var(--border); }
.content-block h2 { font-size: 1.35rem; }
.preview-banner { padding: 10px 0; background: var(--blue); color: #fff; font-weight: 700; text-align: center; }

/* ---- Checkout / payments ------------------------------------------------------------------------------- */
.checkout { display: grid; gap: 24px; align-items: start; padding-bottom: 56px; }
@media (min-width: 1024px) { .checkout { grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.8fr); } }
.summary { display: grid; gap: 14px; }
.summary__item { display: flex; gap: 14px; align-items: center; }
.summary__item img { width: 104px; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
.summary__rows { width: 100%; border-collapse: collapse; }
.summary__rows td { padding: 8px 0; }
.summary__rows td:last-child { text-align: right; font-weight: 700; }
.summary__rows tr.total td { padding-top: 14px; border-top: 1px solid var(--border); font: 800 1.2rem/1 var(--font-display); color: var(--gold); }
.key-facts { display: grid; gap: 12px; margin: 0; }
@media (min-width: 640px) { .key-facts { grid-template-columns: repeat(2, 1fr); } }
.key-fact { padding: 16px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--border); }
.key-fact dt { margin-bottom: 6px; font: 700 0.75rem/1 var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.key-fact dd { margin: 0; font: 800 1.1rem/1.3 var(--font-display); }
.key-fact--gold { border-color: rgba(245, 182, 49, 0.45); background: rgba(245, 182, 49, 0.07); }
.key-fact--gold dd { color: var(--gold); }
.terms-box { max-height: 340px; overflow-y: auto; padding: 18px 20px; border-radius: 14px; background: var(--bg-soft); border: 1px solid var(--border-strong); color: var(--text-soft); font-size: 0.93rem; }
.terms-box p { margin-bottom: 0.9em; }
.pay-methods { display: grid; gap: 16px; }
@media (min-width: 760px) { .pay-methods { grid-template-columns: repeat(2, 1fr); } }
.pay-card { padding: 20px; border-radius: 18px; background: var(--bg-soft); border: 1px solid var(--border-strong); }
.pay-card h3 { display: flex; align-items: center; gap: 10px; }
.pay-card h3 .icon { color: var(--gold); }
.copy-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px dashed var(--border); }
.copy-row:last-of-type { border-bottom: 0; }
.copy-row span { display: block; font-size: 0.75rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; }
.copy-row strong { font-family: var(--font-display); font-size: 1rem; word-break: break-word; }
.copy-btn { flex: none; display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--border-strong); background: transparent; color: var(--text-soft); font: 700 0.78rem/1 var(--font-display); cursor: pointer; }
.copy-btn:hover, .copy-btn.is-copied { border-color: var(--gold); color: var(--gold); }
.status-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 22px 0 26px; padding: 0; list-style: none; }
.status-steps li { position: relative; padding-top: 16px; font: 700 0.78rem/1.25 var(--font-display); color: var(--muted); }
.status-steps li::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; border-radius: 6px; background: var(--surface-3); }
.status-steps li.is-done::before { background: var(--gold-gradient); }
.status-steps li.is-current { color: var(--text); }
.status-steps li.is-current::before { background: linear-gradient(90deg, var(--gold) 55%, var(--surface-3) 55%); }
.status-hero { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.status-hero h1 { margin: 0; }
.code-pill { display: inline-block; padding: 6px 12px; border-radius: 10px; background: var(--surface-3); font: 800 1rem/1 var(--font-display); letter-spacing: 0.1em; color: var(--gold); }
.inline-form { display: inline; }
details.accepted > summary { cursor: pointer; font-weight: 700; color: var(--text-soft); }

/* ---- Contact ---------------------------------------------------------------------------------------------- */
.contact-grid { display: grid; gap: 24px; padding-bottom: 56px; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 0.9fr 1.1fr; } }
.contact-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.contact-list a, .contact-list div { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 14px; background: var(--surface); border: 1px solid var(--border); color: var(--text); text-decoration: none; }
.contact-list a:hover { border-color: var(--gold); }
.contact-list .icon { color: var(--gold); width: 1.5em; height: 1.5em; }
.contact-list small { display: block; color: var(--muted); }

/* ---- Footer --------------------------------------------------------------------------------------------- */
.site-footer { position: relative; margin-top: 0; padding: 56px 0 28px; background: #070708; border-top: 1px solid var(--border); }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 3px; background: var(--gold-gradient); }
.footer-grid { display: grid; gap: 32px; }
@media (min-width: 860px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand img { width: 120px; margin-bottom: 12px; }
.footer-brand p { color: var(--muted); max-width: 340px; }
.site-footer h2 { margin-bottom: 14px; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }
.footer-links { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.footer-links a { color: var(--text-soft); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-links li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-soft); }
.footer-links .icon { margin-top: 4px; color: var(--gold); }
.social-links { display: flex; gap: 10px; margin-top: 14px; }
.social-links a { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border-strong); color: var(--text); }
.social-links a:hover { border-color: var(--gold); color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.85rem; }
.footer-bottom p { margin: 0; }

/* ---- Floating WhatsApp ---------------------------------------------------------------------------------- */
.wa-fab {
  position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); z-index: 40;
  display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%;
  background: var(--green); color: #06230f; box-shadow: 0 10px 28px rgba(37, 211, 102, 0.35);
}
.wa-fab .icon { width: 30px; height: 30px; }
.wa-fab:hover { color: #06230f; transform: scale(1.05); }

/* ---- Utility pages --------------------------------------------------------------------------------------- */
.narrow { max-width: 780px; }
.error-page { padding-top: 88px; padding-bottom: 88px; text-align: center; }
.error-page .code { font: 800 clamp(4rem, 14vw, 8rem)/1 var(--font-display); }

/* --- Financing ---------------------------------------------------------------- */
.finance-car { text-decoration: none; display: flex; flex-wrap: wrap; gap: 8px 12px; align-items: center; margin-top: 24px; padding: 14px 18px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--gold); color: var(--text-soft); }
.finance-car .icon { color: var(--gold); }
.finance-car strong { color: var(--text); }
.finance-car__back { margin-left: auto; color: var(--gold); font-weight: 700; }
.finance-grid { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(min(100%, 320px), 1fr)); }
.finance-card { display: flex; flex-direction: column; gap: 16px; padding: 22px; border-radius: var(--radius); background: var(--surface); border: 1px solid var(--border); transition: border-color 0.2s, box-shadow 0.2s; }
.finance-card:hover, .finance-card--selected { border-color: var(--gold); box-shadow: var(--shadow-gold); }
.finance-card__head { display: flex; gap: 14px; align-items: flex-start; }
.finance-card__head h3 { margin: 0 0 4px; font-size: 1.2rem; }
.finance-card__head p { margin: 0; font-size: 0.95rem; }
.finance-card__icon { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: var(--gold-gradient); color: #111; }
.finance-card__terms { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.finance-card__terms div { padding: 12px; border-radius: var(--radius-sm); background: var(--bg-soft); border: 1px solid var(--border); }
.finance-card__terms dt { margin-bottom: 4px; font: 700 0.7rem/1 var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.finance-card__terms dd { margin: 0; font: 800 1.05rem/1.2 var(--font-display); }
.finance-card__note, .finance-card__details { margin: 0; color: var(--muted); font-size: 0.92rem; }
.finance-card__more summary { cursor: pointer; font: 700 0.95rem/1.4 var(--font-display); color: var(--gold); }
.finance-card__list { display: grid; gap: 6px; margin: 10px 0 0; padding: 0; list-style: none; color: var(--text-soft); font-size: 0.95rem; }
.finance-card__list li { display: flex; gap: 8px; align-items: flex-start; }
.finance-card__list .icon { flex: none; margin-top: 3px; color: var(--ok); }
.finance-card__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; }
.finance-calc { display: grid; gap: 28px; align-items: start; }
@media (min-width: 960px) { .finance-calc { grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); } }
@media (min-width: 640px) { .finance-calc__fields { grid-template-columns: 1fr 1fr; } }
.finance-result { position: sticky; top: calc(var(--header-h) + 16px); display: grid; gap: 14px; }
.finance-result__label { margin: 0; font: 700 0.8rem/1 var(--font-display); letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.finance-result__value { margin: 0; font: 800 clamp(2rem, 6vw, 2.6rem)/1.1 var(--font-display); background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.finance-result__rows { display: grid; gap: 8px; margin: 0; }
.finance-result__rows div { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }
.finance-result__rows dt { color: var(--muted); }
.finance-result__rows dd { margin: 0; font-weight: 700; text-align: right; }
@media (min-width: 900px) { .finance-steps { grid-template-columns: repeat(4, 1fr); } }
.finance-teaser { display: flex; gap: 12px; align-items: center; margin-top: 16px; text-decoration: none; padding: 14px 16px; border-radius: var(--radius-sm); background: var(--bg-soft); border: 1px solid var(--border); color: var(--text-soft); transition: border-color 0.2s; }
.finance-teaser:hover { border-color: var(--gold); }
.finance-teaser > .icon:first-child { flex: none; color: var(--gold); }
.finance-teaser strong { display: block; color: var(--text); font-family: var(--font-display); }
.finance-teaser small { display: block; margin-top: 2px; color: var(--muted); font-size: 0.85rem; }
.finance-teaser > .icon:last-child { flex: none; margin-left: auto; color: var(--gold); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  .site-header, .site-footer, .wa-fab, .btn, form { display: none !important; }
  body { background: #fff; color: #000; }
}
