/* =========================================================
   MP Seguros — Florencio Varela
   Marfil + tinta + oro (identidad de sus flyers)
   Cinzel · Gantari · Antonio · Great Vibes
   ========================================================= */

:root {
  --paper: #F7F3EA;
  --paper-2: #EFE8DA;
  --paper-3: #E6DDCB;
  --white: #FFFDF8;
  --ink: #0D0C0A;
  --ink-2: #1A1814;
  --ink-3: #2A2620;
  --muted: #6A6358;
  --muted-2: #8E8676;
  --line: rgba(13, 12, 10, .12);
  --line-2: rgba(13, 12, 10, .2);
  --gold-1: #8E6B2C;
  --gold-2: #C39B4E;
  --gold-3: #E9D39B;
  --gold-grad: linear-gradient(120deg, #F3E1A8 0%, #C9A04F 42%, #9A7430 68%, #E4C57C 100%);
  --gold-text: linear-gradient(180deg, #E7CB86 0%, #C39B4E 48%, #8E6B2C 100%);
  --amber: #F2C230;
  --wa: #1FA855;
  --wa-d: #178A45;

  --f-display: "Cinzel", "Trajan Pro", Georgia, serif;
  --f-body: "Gantari", system-ui, -apple-system, "Segoe UI", sans-serif;
  --f-cond: "Antonio", "Arial Narrow", sans-serif;
  --f-script: "Great Vibes", cursive;

  --g: clamp(16px, 3.2vw, 44px);
  --r: 22px;
  --nav-h: 76px;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 600; }
p { margin: 0; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: min(1200px, 100% - var(--g) * 2); margin-inline: auto; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--ink); color: var(--gold-3); padding: 10px 16px; border-radius: 10px; }
.skip:focus { left: 12px; }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }

.script {
  font-family: var(--f-script);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.1;
  color: var(--gold-1);
}
.kicker {
  font-family: var(--f-cond);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .82rem;
  color: var(--gold-1);
}

/* ---------- Botones ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 14px 22px;
  border-radius: 14px; border: 1px solid transparent;
  font-family: var(--f-body); font-weight: 600; font-size: 1rem; line-height: 1.15;
  text-decoration: none; cursor: pointer;
  transition: transform .35s var(--ease), background .3s, color .3s, border-color .3s, box-shadow .35s;
}
.btn svg { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn--ink { background: var(--ink); color: var(--paper); box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .45), 0 14px 30px -16px rgba(13, 12, 10, .6); }
.btn--ink svg { color: var(--gold-2); }
.btn--ink:hover { color: var(--gold-3); }
.btn--line { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn--line:hover { border-color: var(--ink); }
.btn--gold { background: var(--gold-grad); color: var(--ink); box-shadow: 0 16px 34px -18px rgba(154, 116, 48, .9); }
.btn--ghost-light { border-color: rgba(247, 243, 234, .3); color: var(--paper); background: transparent; }
.btn--ghost-light:hover { border-color: var(--gold-2); color: var(--gold-3); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 16px 30px -16px rgba(23, 138, 69, .8); }
.btn--wa:hover { background: var(--wa-d); }
.btn--block { width: 100%; }
.btn--xl { min-height: 62px; padding: 18px 30px; font-size: 1.08rem; }

.ribbon { margin: 0; }
.ribbon span {
  display: inline-block;
  background: var(--ink);
  color: var(--gold-3);
  font-family: var(--f-cond); font-weight: 600;
  text-transform: uppercase; letter-spacing: .16em; font-size: .95rem;
  padding: 11px 34px 11px 20px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
}
.ribbon--gold span { background: var(--gold-grad); color: var(--ink); }

/* ---------- Nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background .35s, box-shadow .35s, transform .35s;
}
.nav__in {
  width: min(1320px, 100% - var(--g) * 2); margin-inline: auto;
  height: var(--nav-h);
  display: flex; align-items: center; gap: 28px;
}
.nav.is-scrolled { background: rgba(247, 243, 234, .96); box-shadow: 0 1px 0 var(--line), 0 12px 30px -24px rgba(13, 12, 10, .5); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand__seal { width: 46px; height: 46px; filter: drop-shadow(0 6px 10px rgba(13, 12, 10, .25)); }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__word b {
  font-family: var(--f-display); font-weight: 700; font-size: 1.45rem; letter-spacing: .02em;
  background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand__word i { font-style: normal; font-family: var(--f-display); font-size: .66rem; letter-spacing: .38em; color: var(--ink); margin-top: 3px; }
.nav__links { display: flex; gap: 24px; }
.nav__links a { text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--ink-3); position: relative; padding: 6px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-2); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav__links a:hover::after { transform: scaleX(1); }
.nav__wa {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--paper); text-decoration: none;
  padding: 10px 16px; border-radius: 12px; font-weight: 600; font-size: .95rem;
  box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .5);
}
.nav__wa svg { width: 18px; height: 18px; color: var(--gold-2); }
.nav__burger { display: none; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh; min-height: 100svh;
  display: grid; grid-template-rows: auto 1fr;
  gap: clamp(18px, 3vh, 34px);
  padding: calc(var(--nav-h) + clamp(8px, 2.4vh, 26px)) var(--g) var(--g);
  position: relative;
  background:
    radial-gradient(120% 60% at 90% 0%, rgba(233, 211, 155, .35), transparent 60%),
    var(--paper);
}
.hero { grid-template-columns: minmax(0, 1fr); }
.hero > * { min-width: 0; }
.hero__copy { width: min(1320px, 100%); margin-inline: auto; }
.hero__script {
  font-family: var(--f-script); color: var(--gold-1);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.1;
  white-space: nowrap; max-width: 100%;
  margin-bottom: 4px;
}
.hero__title {
  font-family: var(--f-display); font-weight: 600;
  font-size: clamp(2.1rem, 5.4vw, 5.2rem);
  line-height: 1.02; letter-spacing: -.01em; text-transform: uppercase;
}
.hero__title span { display: block; }
.hero__title em {
  font-style: normal;
  background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__row {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 28px;
  margin-top: clamp(14px, 2.2vh, 24px);
}
.hero__lead { max-width: 560px; font-size: clamp(1rem, 1.25vw, 1.14rem); color: var(--ink-3); }
.hero__lead strong { color: var(--ink); font-weight: 600; }
.hero__credential { margin-top: 18px; font-family: var(--f-cond); font-size: .88rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-1); }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; flex: none; }

.hero__stage { position: relative; width: min(1320px, 100%); margin-inline: auto; min-height: 260px; display: flex; }
.hero__frame {
  position: relative; flex: 1;
  border-radius: calc(var(--r) + 6px);
  overflow: hidden;
  background: #151412 url(poster.jpg) center / cover;
  box-shadow: 0 0 0 1px rgba(201, 160, 79, .45), 0 40px 80px -40px rgba(13, 12, 10, .55);
}
.hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero__shade {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 12, 10, .35), transparent 38%),
    linear-gradient(0deg, rgba(13, 12, 10, .45), transparent 42%);
}
.hero__frame::after {
  content: ""; position: absolute; inset: 10px; border-radius: var(--r);
  border: 1px solid rgba(233, 211, 155, .35); pointer-events: none;
}
.hero__facts {
  position: absolute; right: 22px; bottom: 22px; z-index: 2;
  list-style: none; margin: 0; padding: 14px 8px;
  display: flex; background: rgba(247, 243, 234, .94);
  border-radius: 16px; box-shadow: 0 20px 40px -24px rgba(0, 0, 0, .7);
}
.hero__facts li { display: flex; align-items: center; gap: 10px; padding: 0 18px; }
.hero__facts li + li { border-left: 1px solid rgba(154, 116, 48, .4); }
.hero__facts b {
  font-family: var(--f-cond); font-weight: 700; font-size: 2rem; line-height: 1;
  background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__facts span { font-size: .78rem; line-height: 1.25; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.hero__ribbon { position: absolute; left: -6px; bottom: 34px; z-index: 3; }
.hero__ribbon span { font-size: 1.02rem; padding: 13px 40px 13px 26px; box-shadow: 0 10px 20px rgba(0, 0, 0, .3); }
.hero__seal {
  position: absolute; z-index: 3;
  top: clamp(18px, 2.4vw, 30px); right: clamp(18px, 2.4vw, 30px);
  width: clamp(96px, 10vw, 150px); aspect-ratio: 1;
  filter: drop-shadow(0 18px 26px rgba(13, 12, 10, .35));
  animation: seal-in 1.2s .3s var(--ease) both;
}
.hero__seal svg { width: 100%; height: 100%; }
.hero__seal::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 70%, rgba(255, 244, 210, .38) 78%, transparent 86%);
  mix-blend-mode: screen; animation: sheen 6s linear infinite;
}
@keyframes seal-in { from { opacity: 0; transform: translateY(-14px) rotate(-18deg) scale(.9); } to { opacity: 1; transform: none; } }
@keyframes sheen { to { transform: rotate(360deg); } }

/* ---------- Cinta de promesas ---------- */
.promise { background: var(--ink); color: var(--gold-3); overflow: hidden; border-block: 1px solid rgba(201, 160, 79, .35); }
.promise__track {
  display: flex; align-items: center; gap: 28px; width: max-content;
  padding: 16px 0;
  font-family: var(--f-cond); font-weight: 500; text-transform: uppercase; letter-spacing: .2em; font-size: 1rem;
  animation: marquee 38s linear infinite;
}
.promise__track i { font-style: normal; color: var(--gold-1); font-size: .7rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Secciones genéricas ---------- */
section h2 { font-family: var(--f-display); font-weight: 600; font-size: clamp(1.9rem, 4vw, 3.3rem); line-height: 1.06; letter-spacing: -.005em; }

/* ---------- Cotizador ---------- */
.quote { padding: clamp(72px, 10vw, 130px) 0; background: var(--paper-2); position: relative; }
.quote::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: repeating-linear-gradient(0deg, transparent 0 31px, rgba(142, 107, 44, .08) 31px 32px);
}
.quote .wrap { position: relative; }
.quote__head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.quote__head h2 { margin-top: 10px; }
.quote__head h2 span { font-family: var(--f-body); font-weight: 500; text-transform: none; color: var(--muted); letter-spacing: -.01em; font-size: .78em; }
.quote__intro { margin-top: 16px; color: var(--ink-3); max-width: 640px; }
.quote__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(28px, 4vw, 60px); align-items: start; }
.quote__send { display: grid; gap: 10px; }
.quote__send .btn { justify-content: center; font-size: .94rem; }

.step { border: 0; margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px dashed rgba(142, 107, 44, .35); min-width: 0; }
.step--last { border-bottom: 0; margin-bottom: 0; }
.step legend { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 1.12rem; margin-bottom: 16px; padding: 0; }
.step legend b {
  display: grid; place-items: center; width: 34px; height: 34px; flex: none;
  border-radius: 50%; border: 1px solid var(--gold-2); color: var(--gold-1);
  font-family: var(--f-cond); font-weight: 600; font-size: 1rem;
}
.step legend small { font-weight: 400; color: var(--muted-2); font-size: .85rem; }

.garage { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.garage__opt { position: relative; cursor: pointer; }
.garage__opt input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.garage__opt span {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 14px 6px 12px; border-radius: 16px;
  background: var(--white); border: 1px solid var(--line);
  font-weight: 600; font-size: .9rem;
  transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease);
}
.garage__opt svg { width: 44px; height: 44px; color: var(--ink-3); transition: color .3s; }
.garage__opt:hover span { transform: translateY(-2px); border-color: var(--gold-2); }
.garage__opt input:checked + span { background: var(--ink); color: var(--paper); border-color: var(--ink); box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .6); }
.garage__opt input:checked + span svg { color: var(--gold-2); }
.garage__opt input:focus-visible + span { outline: 2px solid var(--gold-2); outline-offset: 3px; }

.year { display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 22px; align-items: center; }
.year__odo {
  grid-row: 1 / 3;
  font-family: var(--f-cond); font-weight: 700; font-size: 2.6rem; line-height: 1; letter-spacing: .12em;
  background: var(--ink); color: var(--gold-3);
  padding: 12px 10px 12px 18px; border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .5);
  min-width: 124px; text-align: center;
  font-variant-numeric: tabular-nums;
}
.year__range { -webkit-appearance: none; appearance: none; width: 100%; height: 34px; background: transparent; cursor: pointer; }
.year__range::-webkit-slider-runnable-track {
  height: 6px; border-radius: 6px;
  background: linear-gradient(90deg, var(--paper-3) 0 35.7%, var(--gold-2) 35.7% 100%);
}
.year__range::-moz-range-track { height: 6px; border-radius: 6px; background: linear-gradient(90deg, var(--paper-3) 0 35.7%, var(--gold-2) 35.7% 100%); }
.year__range::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; margin-top: -10px; border-radius: 50%;
  background: var(--ink); border: 3px solid var(--gold-2); box-shadow: 0 6px 14px rgba(13, 12, 10, .35);
}
.year__range::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); border: 3px solid var(--gold-2); }
.year__scale { position: relative; height: 20px; font-size: .78rem; color: var(--muted); font-weight: 600; }
.year__scale span { position: absolute; top: 0; }
.year__scale span:first-child { left: 0; }
.year__scale span:last-child { right: 0; }
.year__scale .mark2000 { left: 35.7%; transform: translateX(-50%); color: var(--gold-1); }
.year__scale .mark2000::before { content: "▲"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); font-size: .55rem; }
.year.is-off { opacity: .4; pointer-events: none; }

.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span {
  display: inline-block; padding: 11px 18px; border-radius: 12px;
  border: 1px solid var(--line-2); background: var(--white);
  font-weight: 600; font-size: .95rem; cursor: pointer;
  transition: background .3s, color .3s, border-color .3s;
}
.chip input:checked + span { background: var(--ink); color: var(--gold-3); border-color: var(--ink); }
.chip input:focus-visible + span { outline: 2px solid var(--gold-2); outline-offset: 3px; }

.checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.check { position: relative; cursor: pointer; }
.check input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.check span {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: 12px;
  background: var(--white); border: 1px solid var(--line);
  font-weight: 500; font-size: .95rem;
  transition: border-color .3s, background .3s;
}
.check span::before {
  content: ""; flex: none; width: 20px; height: 20px; border-radius: 5px;
  border: 1.5px solid var(--gold-2); background: var(--white) center / 13px no-repeat;
  transition: background-color .25s;
}
.check input:checked + span { border-color: var(--gold-2); background: #FFF9EA; }
.check input:checked + span::before {
  background-color: var(--ink);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3 8.5l3 3 7-7' fill='none' stroke='%23E9D39B' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: var(--ink);
}
.check input:focus-visible + span { outline: 2px solid var(--gold-2); outline-offset: 3px; }

.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field span { display: block; font-size: .82rem; font-weight: 600; color: var(--muted); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .08em; }
.field input {
  width: 100%; font: inherit; font-size: 1rem;
  padding: 13px 14px; border-radius: 12px;
  border: 1px solid var(--line-2); background: var(--white); color: var(--ink);
}
.field input:focus { outline: none; border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(201, 160, 79, .2); }

.card-wrap { position: sticky; top: 96px; display: grid; gap: 14px; }
.ficha {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(201, 160, 79, .18), transparent 55%),
    var(--ink);
  color: var(--paper);
  border-radius: var(--r);
  padding: 26px 26px 24px;
  box-shadow: 0 40px 70px -40px rgba(13, 12, 10, .8);
}
.ficha::before {
  content: ""; position: absolute; inset: 9px; border-radius: calc(var(--r) - 7px);
  border: 1px solid rgba(201, 160, 79, .35); pointer-events: none;
}
.ficha__top { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; color: var(--gold-2); }
.ficha__no { color: rgba(247, 243, 234, .5); letter-spacing: .12em; }
.ficha__icon { margin: 18px 0 8px; height: 84px; color: var(--gold-2); }
.ficha__icon svg { width: 84px; height: 84px; animation: pop .5s var(--ease); }
@keyframes pop { from { transform: translateX(-12px); opacity: 0; } to { transform: none; opacity: 1; } }
.ficha__rows { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin: 0; }
.ficha__rows div { border-top: 1px solid rgba(247, 243, 234, .12); padding-top: 8px; min-width: 0; }
.ficha__rows .wide { grid-column: 1 / -1; }
.ficha__rows dt { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(247, 243, 234, .5); font-weight: 600; }
.ficha__rows dd { margin: 3px 0 0; font-size: 1.08rem; font-weight: 600; overflow-wrap: anywhere; }
.ficha__rows dd.is-flash { animation: flash .6s; }
@keyframes flash { 0% { color: var(--gold-3); } 100% { color: inherit; } }
.ficha__robo {
  display: flex; align-items: center; gap: 10px; margin-top: 18px;
  padding: 11px 14px; border-radius: 12px; font-size: .92rem; font-weight: 600;
  background: rgba(201, 160, 79, .14); color: var(--gold-3); border: 1px solid rgba(201, 160, 79, .35);
}
.ficha__robo svg { width: 22px; height: 22px; flex: none; }
.ficha__robo[data-state="warn"] { background: rgba(242, 194, 48, .1); color: #F6D77A; border-color: rgba(242, 194, 48, .35); }
.ficha__robo[data-state="na"] { background: rgba(247, 243, 234, .06); color: rgba(247, 243, 234, .7); border-color: rgba(247, 243, 234, .14); }
.ficha__cias { margin-top: 18px; }
.ficha__cias > span { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(247, 243, 234, .5); font-weight: 600; }
.ficha__cias ul { list-style: none; margin: 8px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.ficha__cias li { font-size: .82rem; padding: 5px 10px; border-radius: 8px; border: 1px solid rgba(247, 243, 234, .18); color: rgba(247, 243, 234, .85); }
.ficha__stamp {
  position: absolute; right: 18px; top: 58px; width: 112px; height: 112px;
  opacity: 0; transform: scale(1.7) rotate(-4deg); pointer-events: none;
  transition: opacity .35s, transform .45s cubic-bezier(.3, 1.6, .5, 1);
}
.ficha__stamp svg { width: 100%; height: 100%; }
.ficha__stamp circle { fill: none; stroke: var(--gold-2); stroke-width: 2.5; }
.ficha__stamp circle + circle { stroke-width: 1; stroke-dasharray: 3 3; }
.ficha__stamp text { fill: var(--gold-2); font-family: var(--f-cond); font-weight: 700; font-size: 22px; text-anchor: middle; letter-spacing: 2px; }
.ficha__stamp text.s { font-size: 10px; letter-spacing: 1.6px; }
.ficha.is-ready .ficha__stamp { opacity: .92; transform: scale(1) rotate(-14deg); }
.card-note { font-size: .86rem; color: var(--muted); }

/* ---------- Compañías ---------- */
.cias { padding: clamp(72px, 10vw, 130px) 0; }
.cias__head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 12px 60px; align-items: end; }
.cias__head .script { grid-column: 1 / -1; }
.cias__head p:last-child { color: var(--ink-3); }
.cias__list {
  list-style: none; margin: clamp(36px, 5vw, 56px) 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px;
}
.cias__list li {
  position: relative; background: var(--white); border-radius: 18px;
  padding: 22px 20px 24px; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 4px; min-height: 150px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.cias__list li::before { content: ""; position: absolute; left: 20px; right: 20px; top: 0; height: 3px; border-radius: 0 0 3px 3px; background: var(--c); }
.cias__list li:hover { transform: translateY(-6px); box-shadow: 0 26px 40px -28px rgba(13, 12, 10, .45); }
.cias__list .n { font-family: var(--f-cond); color: var(--gold-1); letter-spacing: .14em; font-size: .85rem; margin-bottom: auto; }
.cias__list b { font-size: 1.6rem; line-height: 1.05; letter-spacing: -.01em; font-weight: 700; }
.cias__list small { color: var(--muted); font-size: .86rem; line-height: 1.3; }
.cias__why {
  list-style: none; margin: 18px 0 0; padding: 26px 10px;
  background: var(--ink); color: var(--paper); border-radius: 20px;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .35);
}
.cias__why li { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 14px; }
.cias__why li + li { border-left: 1px solid rgba(201, 160, 79, .3); }
.cias__why svg { width: 36px; height: 36px; color: var(--gold-2); margin-bottom: 10px; }
.cias__why b { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .12em; font-weight: 600; font-size: 1.02rem; }
.cias__why span { font-size: .9rem; color: rgba(247, 243, 234, .7); }

/* ---------- Aplicaciones ---------- */
.apps { background: var(--ink); color: var(--paper); padding: clamp(80px, 11vw, 140px) 0; position: relative; overflow: hidden; }
.apps::before {
  content: ""; position: absolute; width: 900px; height: 900px; right: -300px; top: -300px; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(201, 160, 79, .16), transparent);
  pointer-events: none;
}
.apps__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(36px, 6vw, 90px); align-items: center; position: relative; }
.script--light { color: var(--gold-2); }
.apps h2 { margin-top: 8px; }
.apps h2 em { font-style: normal; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.apps__brands { list-style: none; padding: 0; margin: 22px 0 18px; display: flex; flex-wrap: wrap; align-items: center; }
.apps__brands li { font-weight: 700; font-size: 1.5rem; letter-spacing: -.01em; padding: 0 20px; }
.apps__brands li:first-child { padding-left: 0; }
.apps__brands li + li { border-left: 1px solid rgba(201, 160, 79, .45); }
.apps .ribbon { transform: rotate(-2.5deg); transform-origin: left; margin-bottom: 26px; }
.apps .ribbon span { font-size: 1.05rem; }
.apps__list { list-style: none; padding: 0; margin: 0 0 30px; display: grid; gap: 14px; counter-reset: a; }
.apps__list li { counter-increment: a; position: relative; padding-left: 46px; color: rgba(247, 243, 234, .75); }
.apps__list li::before { content: counter(a, decimal-leading-zero); position: absolute; left: 0; top: 2px; font-family: var(--f-cond); color: var(--gold-2); letter-spacing: .1em; }
.apps__list b { color: var(--paper); font-weight: 600; display: block; }
.apps__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.apps__media { position: relative; min-height: 520px; }
.apps__ph { position: absolute; margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 0 0 1px rgba(201, 160, 79, .45), 0 40px 70px -30px rgba(0, 0, 0, .8); }
.apps__ph img { width: 100%; height: 100%; object-fit: cover; }
.apps__ph--a { left: 0; top: 0; width: 78%; aspect-ratio: 4 / 3.2; }
.apps__ph--b { right: 0; bottom: 0; width: 62%; aspect-ratio: 4 / 3; }
.apps__tag {
  position: absolute; left: 6%; bottom: 12%; z-index: 2;
  background: var(--paper); color: var(--ink); border-radius: 12px; padding: 10px 14px;
  font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 600;
  box-shadow: 0 16px 30px -12px rgba(0, 0, 0, .6);
}
.apps__tag::before { content: "✓ "; color: var(--gold-1); }

/* ---------- Flota ---------- */
.fleet { padding: clamp(72px, 10vw, 130px) 0 clamp(60px, 8vw, 100px); }
.fleet__title { text-align: center; }
.fleet__title .script { display: block; font-size: .9em; margin-top: 6px; text-transform: none; font-weight: 400; }
.fleet__row {
  margin: clamp(30px, 4vw, 48px) 0 clamp(40px, 6vw, 70px);
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  background: var(--ink); border-radius: 24px; padding: 10px;
  box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .4);
}
.fleet__row button {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  padding: 22px 8px; background: none; border: 0; cursor: pointer; color: var(--paper);
  border-radius: 16px; transition: background .3s;
}
.fleet__row button { position: relative; }
.fleet__row button + button::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(201, 160, 79, .28); }
.fleet__row svg {
  width: 74px; height: 74px; padding: 14px; border-radius: 50%;
  border: 1.5px solid var(--gold-2); color: var(--paper);
  transition: background .3s, color .3s, transform .4s var(--ease);
}
.fleet__row span { font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .16em; font-weight: 600; }
.fleet__row button:hover { background: rgba(201, 160, 79, .1); }
.fleet__row button:hover svg { background: var(--gold-2); color: var(--ink); transform: translateY(-3px); }
.home-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0; background: var(--white); border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.home-band img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
.home-band > div { padding: clamp(28px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; gap: 14px; align-items: flex-start; }
.home-band h3 { font-family: var(--f-display); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.1; }
.home-band p { color: var(--ink-3); margin-bottom: 6px; }
.fleet__more { margin-top: clamp(46px, 7vw, 90px); padding-top: clamp(36px, 5vw, 60px); border-top: 1px solid var(--line-2); }
.fleet__more-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px clamp(24px, 5vw, 70px); align-items: end; }
.fleet__more-head .kicker { grid-column: 1 / -1; }
.fleet__more-head h3 { font-family: var(--f-display); font-size: clamp(1.75rem, 3vw, 2.7rem); line-height: 1.1; }
.fleet__more-head > p:last-child { color: var(--ink-3); }
.fleet__more-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: clamp(26px, 4vw, 42px); }
.fleet__more-list a { display: flex; flex-direction: column; min-height: 164px; padding: 20px; border-radius: 18px; border: 1px solid var(--line); background: var(--white); text-decoration: none; transition: transform .3s var(--ease), border-color .3s, box-shadow .3s; }
.fleet__more-list a:hover, .fleet__more-list a:focus-visible { transform: translateY(-4px); border-color: var(--gold-2); box-shadow: 0 22px 35px -25px rgba(13, 12, 10, .45); }
.fleet__more-list span { font-family: var(--f-cond); letter-spacing: .18em; color: var(--gold-1); font-size: .83rem; }
.fleet__more-list b { margin: 18px 0 auto; font-family: var(--f-display); font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.1; }
.fleet__more-list small { margin-top: 16px; color: var(--gold-1); font-weight: 700; }

/* ---------- Si chocás ---------- */
.crash { padding: clamp(72px, 10vw, 130px) 0; background: var(--paper-2); }
.crash__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(36px, 6vw, 90px); align-items: start; }
.crash__head { position: sticky; top: 110px; }
.crash__sign svg { width: 58px; height: 58px; color: var(--ink); background: var(--amber); border-radius: 14px; padding: 10px; transform: rotate(-6deg); }
.crash__head h2 { margin: 18px 0 16px; }
.crash__head h2 span { font-family: var(--f-body); text-transform: none; font-weight: 500; color: var(--muted); font-size: .72em; letter-spacing: -.01em; }
.crash__head p { color: var(--ink-3); margin-bottom: 24px; }
.crash__head strong { color: var(--ink); }
.road { list-style: none; margin: 0; padding: 0 0 0 74px; position: relative; counter-reset: r; }
.road::before {
  content: ""; position: absolute; left: 14px; top: 0; bottom: 0; width: 34px; border-radius: 10px;
  background: var(--ink-3);
}
.road::after {
  content: ""; position: absolute; left: 30px; top: 12px; width: 2px;
  height: calc((100% - 24px) * var(--p, 0));
  background: repeating-linear-gradient(180deg, var(--amber) 0 14px, transparent 14px 26px);
}
.road li { counter-increment: r; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; margin-bottom: 14px; }
.road li::before {
  content: counter(r); position: absolute; left: -71px; top: 18px;
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  background: var(--paper); border: 2px solid var(--gold-2);
  font-family: var(--f-display); font-weight: 700; color: var(--ink); z-index: 1;
}
.road b { display: block; font-size: 1.12rem; margin-bottom: 4px; }
.road span { color: var(--ink-3); font-size: .98rem; }

/* ---------- Clientes ---------- */
.client { padding: clamp(72px, 10vw, 130px) 0; }
.client__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 6vw, 90px); align-items: center; }
.phone {
  width: min(340px, 100%); margin-inline: auto;
  background: var(--ink); border-radius: 42px; padding: 12px;
  box-shadow: 0 0 0 1px rgba(201, 160, 79, .4), 0 50px 80px -40px rgba(13, 12, 10, .7);
}
.phone__bar { display: flex; align-items: center; gap: 10px; padding: 14px 14px 12px; color: var(--paper); }
.phone__bar svg { width: 38px; height: 38px; }
.phone__bar b { display: block; font-size: .98rem; }
.phone__bar small { color: #7CD69B; font-size: .78rem; }
.phone__chat {
  background: #ECE4D4; border-radius: 30px; padding: 22px 14px 30px; min-height: 380px;
  display: flex; flex-direction: column; gap: 10px;
  background-image: radial-gradient(rgba(142, 107, 44, .12) 1px, transparent 1.2px);
  background-size: 14px 14px;
}
.msg { max-width: 82%; padding: 10px 13px; border-radius: 14px; font-size: .92rem; line-height: 1.4; box-shadow: 0 1px 1px rgba(0, 0, 0, .08); }
.msg--in { background: var(--white); border-top-left-radius: 4px; align-self: flex-start; }
.msg--out { background: #D8F3C9; border-top-right-radius: 4px; align-self: flex-end; }
.msg.is-new { animation: msg .5s var(--ease); }
@keyframes msg { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
.client__copy h2 span { font-family: var(--f-body); text-transform: none; font-weight: 500; color: var(--muted); font-size: .72em; letter-spacing: -.01em; }
.client__copy > p { margin: 16px 0 26px; color: var(--ink-3); max-width: 600px; }
.client__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.client__actions a {
  display: flex; align-items: center; gap: 12px;
  padding: 15px 16px; border-radius: 14px; text-decoration: none;
  background: var(--white); border: 1px solid var(--line); font-weight: 600;
  transition: border-color .3s, transform .35s var(--ease), background .3s;
}
.client__actions svg { width: 24px; height: 24px; color: var(--gold-1); flex: none; }
.client__actions a:hover, .client__actions a.is-active { border-color: var(--gold-2); transform: translateX(4px); background: #FFF9EA; }
.client__actions a.is-alert svg { color: var(--ink); background: var(--amber); border-radius: 6px; padding: 2px; }

/* ---------- Instagram ---------- */
.ig { padding: clamp(60px, 8vw, 100px) 0; background: var(--paper-2); overflow: hidden; }
.ig__head { display: flex; justify-content: space-between; align-items: end; gap: 20px 40px; flex-wrap: wrap; margin-bottom: 30px; }
.ig__head h2 { font-size: clamp(1.6rem, 3.2vw, 2.6rem); }
.ig__head h2 a { text-transform: none; font-family: var(--f-body); font-weight: 700; letter-spacing: -.02em; background: var(--gold-text); -webkit-background-clip: text; background-clip: text; color: transparent; text-decoration: none; overflow-wrap: anywhere; }
.ig__head p { color: var(--ink-3); max-width: 360px; }
.ig__rail {
  display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px max(var(--g), calc((100% - 1200px) / 2)) 22px;
  scroll-padding-inline: max(var(--g), calc((100% - 1200px) / 2));
  scrollbar-width: thin; scrollbar-color: var(--gold-2) transparent;
}
.ig__rail a { flex: none; scroll-snap-align: start; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 36px -26px rgba(13, 12, 10, .6); transition: transform .45s var(--ease); background: var(--white); }
.ig__rail a:hover { transform: translateY(-6px) rotate(-.6deg); }
.ig__rail img { height: clamp(300px, 34vw, 420px); width: auto; }

/* ---------- Oficina + FAQ ---------- */
.office { padding: clamp(72px, 10vw, 130px) 0; }
.office__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.office__card { background: var(--white); border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px, 3.4vw, 40px); }
.office__card h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.office__card address { display: flex; gap: 12px; font-style: normal; margin: 20px 0 10px; font-size: 1.12rem; font-weight: 600; }
.office__card address svg { width: 26px; height: 26px; color: var(--gold-1); flex: none; margin-top: 2px; }
.office__note { color: var(--ink-3); }
.office__btns { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.office__map { border-radius: 18px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 10; background: var(--paper-2); }
.office__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.4) sepia(.15); }
.faq h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 18px; }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary {
  list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative;
  font-weight: 600; font-size: 1.08rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%; width: 14px; height: 14px; margin-top: -9px;
  border-right: 2px solid var(--gold-1); border-bottom: 2px solid var(--gold-1);
  transform: rotate(45deg); transition: transform .35s var(--ease);
}
.faq details[open] summary::after { transform: rotate(225deg); margin-top: -2px; }
.faq details p { padding: 0 0 20px; color: var(--ink-3); max-width: 620px; }

/* ---------- Cierre ---------- */
.close { background: var(--ink); color: var(--paper); padding: clamp(80px, 11vw, 140px) 0; position: relative; overflow: hidden; }
.close::before { content: ""; position: absolute; inset: auto -20% -60% -20%; height: 120%; background: radial-gradient(closest-side, rgba(201, 160, 79, .22), transparent); pointer-events: none; }
.close__in { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.close__seal { width: 128px; height: 128px; margin-bottom: 8px; filter: drop-shadow(0 20px 30px rgba(0, 0, 0, .5)); }
.close .script { color: var(--gold-2); }
.close h2 { max-width: 820px; margin-bottom: 24px; }
.close__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* ---------- Footer ---------- */
.foot { background: #080706; color: rgba(247, 243, 234, .75); padding: 56px 0 28px; font-size: .95rem; }
.foot__grid { display: grid; grid-template-columns: 1.2fr 1.3fr 1fr; gap: 30px; padding-bottom: 32px; border-bottom: 1px solid rgba(201, 160, 79, .2); }
.foot__brand { display: flex; align-items: center; gap: 14px; }
.foot__brand svg { width: 64px; height: 64px; }
.foot__brand p { font-family: var(--f-display); color: var(--paper); font-size: 1.2rem; line-height: 1.3; }
.foot__brand small { font-family: var(--f-cond); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); }
.foot__list, .foot__nav { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.foot__list li { display: flex; align-items: center; gap: 10px; }
.foot__list svg { width: 18px; height: 18px; color: var(--gold-2); flex: none; }
.foot__list li:last-child { color: var(--gold-2); font-family: var(--f-cond); text-transform: uppercase; letter-spacing: .08em; font-size: .86rem; }
.foot a { text-decoration: none; }
.foot a:hover { color: var(--gold-3); }
.foot__legal { display: flex; justify-content: space-between; gap: 16px 30px; flex-wrap: wrap; padding-top: 22px; font-size: .82rem; color: rgba(247, 243, 234, .5); }
.foot__legal p:first-child { max-width: 720px; }
.tpy a { color: var(--gold-2); font-weight: 600; }

/* ---------- Barra del cotizador (mobile) ---------- */
.qbar { display: none; }
.btn__num { white-space: nowrap; }

/* ---------- WhatsApp flotante ---------- */
.wa-float {
  position: fixed; right: 18px; bottom: calc(18px + env(safe-area-inset-bottom)); z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  display: grid; place-items: center; background: var(--wa); color: #fff;
  box-shadow: 0 0 0 3px rgba(233, 211, 155, .9), 0 16px 30px -10px rgba(0, 0, 0, .5);
  opacity: 0; transform: translateY(20px) scale(.8); pointer-events: none;
  transition: opacity .35s, transform .45s var(--ease);
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float.is-on { opacity: 1; transform: none; pointer-events: auto; }
@media (max-width: 768px) { body.qbar-on .wa-float { opacity: 0; pointer-events: none; transform: translateY(20px) scale(.8); } }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
html.qa .reveal { opacity: 1; transform: none; transition: none; }
html.qa .hero { min-height: 860px; }
html.qa .promise__track, html.qa .hero__seal::after { animation: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .promise__track, .hero__seal, .hero__seal::after { animation: none; }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .nav__links { gap: 18px; }
  .nav__links a { font-size: .9rem; }
  .fleet__more-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .garage { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  :root { --nav-h: 66px; }
  .nav__burger {
    display: grid; place-items: center; gap: 6px; width: 46px; height: 46px; padding: 12px;
    border: 1px solid var(--line-2); border-radius: 12px; background: var(--paper); cursor: pointer;
  }
  .nav__burger span { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform .3s; }
  .nav.is-open .nav__burger span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav.is-open .nav__burger span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav__links {
    position: fixed; left: 0; right: 0; top: var(--nav-h);
    flex-direction: column; gap: 0; padding: 8px var(--g) 22px;
    background: var(--paper); box-shadow: 0 30px 40px -30px rgba(13, 12, 10, .5);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .3s, transform .35s var(--ease);
  }
  .nav.is-open { background: var(--paper); }
  .nav.is-open .nav__links { transform: none; opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 14px 0; font-size: 1.05rem; border-bottom: 1px solid var(--line); }
  .nav__wa span { display: none; }
  .nav__wa { padding: 12px; }
  .nav__in { gap: 10px; }

  .hero__row { flex-direction: column; align-items: flex-start; }
  .quote__grid, .apps__grid, .crash__grid, .client__grid, .office__grid { grid-template-columns: minmax(0, 1fr); }
  .card-wrap { position: static; }
  .crash__head { position: static; }
  .cias__head { grid-template-columns: 1fr; }
  .cias__why { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 22px; }
  .cias__why li:nth-child(3) { border-left: 0; }
  .apps__media { min-height: 0; aspect-ratio: 1 / .9; }
  .fleet__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fleet__row button:nth-child(4)::before { display: none; }
  .home-band { grid-template-columns: 1fr; }
  .fleet__more-head { grid-template-columns: 1fr; }
  .client__grid .phone { order: 2; }
  .foot__grid { grid-template-columns: 1fr 1fr; }
  .foot__brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  body { font-size: 16px; }
  .qbar {
    display: flex; align-items: center; gap: 12px;
    position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 61;
    padding: 10px 10px 10px 16px; border-radius: 18px;
    background: var(--ink); color: var(--paper);
    box-shadow: inset 0 0 0 1px rgba(201, 160, 79, .5), 0 20px 40px -14px rgba(0, 0, 0, .6);
    transform: translateY(140%); transition: transform .45s var(--ease);
  }
  .qbar.is-on { transform: none; }
  .qbar__txt { flex: 1; min-width: 0; line-height: 1.25; }
  .qbar__txt b, .qbar__txt small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .qbar__txt b { color: var(--gold-3); font-size: .98rem; }
  .qbar__txt small { color: rgba(247, 243, 234, .65); font-size: .8rem; }
  .qbar .btn { min-height: 46px; padding: 10px 16px; flex: none; }

  .hero { gap: 16px; padding-bottom: 16px; }
  .hero__title { font-size: clamp(1.75rem, 8.6vw, 2.9rem); }
  .hero__stage { min-height: 230px; }
  .hero__ribbon { display: none; }
  .hero__seal { width: 78px; top: 12px; right: 12px; }
  .hero__facts { left: 12px; right: 12px; bottom: 12px; padding: 12px 4px; justify-content: space-around; }
  .hero__facts li { flex-direction: column; gap: 4px; padding: 0 8px; text-align: center; flex: 1; }
  .hero__facts b { font-size: 1.55rem; }
  .hero__facts span { font-size: .64rem; letter-spacing: .04em; }
  .hero__facts span br { display: none; }
  .hero__cta { width: 100%; }
  .hero__cta .btn { flex: 1 1 200px; }
  .cias__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cias__list li { min-height: 150px; min-width: 0; padding: 20px 16px 22px; }
  .cias__list b { font-size: 1.32rem; overflow-wrap: anywhere; }
  .cias__list li:last-child { grid-column: 1 / -1; }
  .fleet__more-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet__more-list a:last-child { grid-column: 1 / -1; }
  .checks { grid-template-columns: 1fr; }
  .fields { grid-template-columns: 1fr; }
  .client__actions { grid-template-columns: 1fr; }
  .road { padding-left: 62px; }
  .road::before { left: 10px; width: 28px; }
  .road::after { left: 23px; }
  .road li::before { left: -62px; width: 38px; height: 38px; }
}

@media (max-width: 480px) {
  .garage { gap: 8px; }
  .garage__opt span { padding: 12px 4px 10px; font-size: .84rem; }
  .garage__opt svg { width: 38px; height: 38px; }
  .year { grid-template-columns: 1fr; row-gap: 12px; }
  .year__odo { grid-row: auto; justify-self: start; font-size: 2.2rem; }
  .ficha { padding: 22px 20px; }
  .ficha__stamp { width: 90px; height: 90px; top: 50px; right: 12px; }
  .apps__brands li { font-size: 1.25rem; padding: 0 14px; }
  .apps .ribbon span { font-size: .9rem; letter-spacing: .1em; }
  .fleet__row svg { width: 60px; height: 60px; padding: 11px; }
  .fleet__row span { font-size: .85rem; letter-spacing: .1em; }
  .fleet__more-list a { min-height: 144px; padding: 16px; }
  .fleet__more-list b { font-size: 1.18rem; }
  .close__actions { width: 100%; }
  .close__actions .btn { width: 100%; }
  .foot__grid { grid-template-columns: 1fr; }
  .btn--xl { font-size: .98rem; padding: 16px 18px; }
  .btn__num { display: none; }
  .ig__rail img { height: 320px; }
}
