:root {
  --bg: #08090b;
  --bg-2: #0d0f13;
  --panel: #111318;
  --panel-2: #171a20;
  --steel: #282c32;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .22);
  --text: #fff;
  --muted: #adb1b8;
  --red: #d71920;
  --red-bright: #f02a32;
  --gold: #c99045;
  --green: #25d366;
  --heading: "Oswald", "Arial Narrow", Impact, sans-serif;
  --body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1240px, calc(100% - 40px));
  --radius: 6px;
  --shadow: 0 20px 60px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 15%, rgba(215, 25, 32, .06), transparent 26rem),
    linear-gradient(180deg, #090a0d 0%, #08090b 100%);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .12;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.1em; height: 1.1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 82px 0; position: relative; }
.section--panel { border-block: 1px solid var(--line); background: linear-gradient(180deg, rgba(17,19,24,.96), rgba(8,9,11,.96)); }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; transform: translateY(-160%); background: white; color: black; padding: 10px 14px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(240, 42, 50, .85); outline-offset: 3px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--gold); font-family: var(--heading); font-weight: 600; letter-spacing: .13em; text-transform: uppercase; font-size: .83rem; }
h1, h2, h3 { margin: 0; font-family: var(--heading); line-height: 1.08; text-transform: uppercase; letter-spacing: .015em; }
h1 { font-size: clamp(2.65rem, 5.5vw, 5.6rem); max-width: 880px; }
h1 em { color: var(--red-bright); font-style: normal; text-shadow: 0 0 28px rgba(215,25,32,.28); }
h2 { font-size: clamp(2rem, 3.7vw, 3.75rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.section-heading { margin-bottom: 34px; max-width: 850px; }
.section-heading p { color: var(--muted); max-width: 740px; margin-top: 14px; }
.section-heading--compact { margin-top: 68px; margin-bottom: 25px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center .eyebrow::after { content: ""; width: 28px; height: 2px; background: var(--red-bright); box-shadow: 0 0 12px rgba(240,42,50,.75); }

.btn { min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: linear-gradient(135deg, var(--red-bright), var(--red)); color: #fff; box-shadow: 0 12px 28px rgba(215,25,32,.26), inset 0 1px rgba(255,255,255,.22); }
.btn--primary:hover { box-shadow: 0 16px 34px rgba(215,25,32,.38), 0 0 0 1px rgba(255,255,255,.1) inset; }
.btn--outline { border-color: rgba(255,255,255,.35); background: rgba(8,9,11,.55); backdrop-filter: blur(6px); }
.btn--outline:hover { border-color: var(--red-bright); background: rgba(215,25,32,.08); }
.btn--small { min-height: 40px; padding: 9px 15px; font-size: .85rem; }
.btn--compact { min-height: 42px; padding: 10px 15px; font-size: .85rem; }
.btn--full { width: 100%; }
.text-link { border: 0; background: transparent; padding: 0; color: var(--red-bright); display: inline-flex; align-items: center; gap: 7px; font-weight: 800; cursor: pointer; }
.text-link:hover { color: white; }

.topbar { min-height: 38px; border-bottom: 1px solid var(--line); background: #050608; font-size: .72rem; position: relative; z-index: 60; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__items { display: flex; align-items: center; gap: 28px; color: #d7d8dc; }
.topbar__items span, .topbar__cta { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar svg { color: var(--red-bright); }
.topbar__cta { min-height: 30px; padding: 5px 11px; border-radius: 3px; background: var(--red); font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(8, 9, 11, .92); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 32px rgba(0,0,0,.35); background: rgba(8,9,11,.98); }
.header__inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { min-width: 235px; height: 66px; display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.brand img { width: 76px; height: 56px; object-fit: contain; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-family: var(--heading); font-size: 1.13rem; letter-spacing: .035em; text-transform: uppercase; white-space: nowrap; }
.brand__text small { margin-top: 5px; color: var(--gold); font-size: .58rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 25px); font-size: .81rem; font-weight: 600; }
.main-nav > a:not(.btn) { position: relative; padding: 28px 0; color: #d8d9dc; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--red-bright); transition: right .2s ease; }
.main-nav > a:not(.btn):hover, .main-nav > a.active { color: #fff; }
.main-nav > a:not(.btn):hover::after, .main-nav > a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line-strong); background: var(--panel); border-radius: 4px; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle svg { width: 25px; height: 25px; }
.menu-toggle .close-icon { display: none; }
.menu-toggle[aria-expanded="true"] .menu-icon { display: none; }
.menu-toggle[aria-expanded="true"] .close-icon { display: block; }

.hero { min-height: min(700px, calc(100vh - 114px)); position: relative; overflow: hidden; display: flex; align-items: stretch; border-bottom: 1px solid rgba(240,42,50,.35); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero__overlay { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(5,6,8,.98) 0%, rgba(5,6,8,.94) 25%, rgba(5,6,8,.76) 40%, rgba(5,6,8,.28) 54%, rgba(5,6,8,.04) 70%, rgba(5,6,8,0) 100%),
  linear-gradient(0deg, rgba(5,6,8,.72) 0%, rgba(5,6,8,.18) 34%, transparent 58%);
}
.hero__overlay::after { display: none; }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--red-bright), transparent); box-shadow: 0 0 18px var(--red); }
.hero__content { position: relative; z-index: 2; display: flex; align-items: center; padding-top: 46px; padding-bottom: 42px; }
.hero__copy { width: min(620px, 46vw); max-width: 100%; }
.hero__copy > p:not(.hero__address) { color: #d5d7db; max-width: 565px; margin-top: 18px; font-size: clamp(.98rem, 1.2vw, 1.1rem); }
.hero__proofs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 24px 0 22px; max-width: 620px; }
.hero__proofs > div { min-height: 96px; padding: 14px 12px; border: 1px solid var(--line-strong); background: rgba(8,9,11,.64); backdrop-filter: blur(7px); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; text-align: center; box-shadow: inset 0 0 22px rgba(255,255,255,.025); }
.hero__proofs strong { color: var(--gold); font-family: var(--heading); font-size: 1.9rem; line-height: 1; }
.hero__proofs svg { color: var(--gold); width: 25px; height: 25px; }
.hero__proofs span { font-size: .72rem; line-height: 1.25; font-weight: 700; }
.hero__actions { display: flex; gap: 13px; flex-wrap: wrap; }
.hero__address { margin-top: 15px; display: flex; align-items: center; gap: 8px; color: #bdc0c6; font-size: .78rem; }
.hero__address svg { color: var(--red-bright); }

.section-icon {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.proof-icon {
  width: 58px;
  height: 58px;
  margin-inline: auto;
  filter: drop-shadow(0 0 12px rgba(240,42,50,.18));
}
.hero__proofs > div { gap: 9px; }
.hero__proofs strong { display: none; }
.hero__proofs span { font-size: .78rem; line-height: 1.3; font-weight: 800; }

.service-group__head {
  align-items: center;
  gap: 14px;
}
.service-group__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
}
.service-group ul { gap: 12px; }
.service-group li::before { display: none; }
.service-entry {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  padding-left: 0;
}
.service-entry__icon {
  width: 42px;
  height: 42px;
}
.service-entry__copy strong {
  display: block;
  font-size: .83rem;
}
.service-entry__copy span {
  display: block;
  color: #9ea3aa;
  font-size: .69rem;
  line-height: 1.45;
  margin-top: 3px;
}

.process-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
}
.process-list strong {
  font-size: .76rem;
  line-height: 1.42;
}

.contact-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  margin-top: 1px;
}
.contact-icon--whatsapp {
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.contact-cta__details a,
.contact-cta__details > span,
.contact-cta__social > a:not(.btn),
.contact-cta__social > span {
  gap: 12px;
}

.layout-with-form { display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(330px, .84fr); gap: 24px; align-items: start; }
.main-column { min-width: 0; }
.quote-card { position: sticky; top: 98px; padding: 24px; border: 1px solid rgba(255,255,255,.25); background: linear-gradient(180deg, rgba(23,26,32,.98), rgba(10,11,14,.99)); box-shadow: var(--shadow); }
.quote-card::before { content: ""; position: absolute; inset: -1px -1px auto; height: 3px; background: linear-gradient(90deg, transparent, var(--red-bright), transparent); box-shadow: 0 0 15px rgba(240,42,50,.55); }
.quote-card__head { margin-bottom: 20px; }
.quote-card__head h2 { font-size: 2.1rem; }
.quote-card__head p { margin-top: 8px; color: var(--muted); font-size: .82rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; color: #d8dade; font-size: .72rem; font-weight: 700; margin-bottom: 5px; }
.field label span { color: var(--red-bright); }
.field input, .field select, .field textarea { width: 100%; min-height: 43px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; background: #15181d; color: white; padding: 10px 11px; transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 95px; resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #aeb2b8 50%), linear-gradient(135deg, #aeb2b8 50%, transparent 50%); background-position: calc(100% - 15px) 18px, calc(100% - 10px) 18px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 32px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red-bright); box-shadow: 0 0 0 3px rgba(240,42,50,.12); outline: none; }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-color: #ff5960; }
.field-help { display: block; color: #858b93; font-size: .63rem; line-height: 1.35; margin-top: 5px; }
.error { display: block; min-height: 0; color: #ff777d; font-size: .67rem; line-height: 1.3; margin-top: 3px; }

/* Choices.js: selector múltiple adaptado al estilo técnico del sitio */
.field .choices { width: 100%; margin: 0; color: white; }
.field .choices__inner { min-height: 46px; padding: 5px 34px 5px 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; background: #15181d; color: white; transition: border-color .2s ease, box-shadow .2s ease; }
.field .choices.is-focused .choices__inner,
.field .choices.is-open .choices__inner { border-color: var(--red-bright); box-shadow: 0 0 0 3px rgba(240,42,50,.12); }
.field .choices[data-type*=select-multiple]::after { content: ''; position: absolute; top: 20px; right: 13px; width: 7px; height: 7px; border-right: 2px solid #aeb2b8; border-bottom: 2px solid #aeb2b8; transform: rotate(45deg); pointer-events: none; }
.field .choices.is-open[data-type*=select-multiple]::after { top: 23px; transform: rotate(225deg); }
.field .choices__list--multiple { display: flex; flex-wrap: wrap; gap: 5px; padding: 0; }
.field .choices__list--multiple .choices__item { position: relative; margin: 0; padding: 6px 29px 6px 9px; border: 1px solid rgba(240,42,50,.58); border-radius: 3px; background: linear-gradient(180deg, #c91a21, #981218); color: #fff; font-size: .67rem; font-weight: 700; line-height: 1.25; box-shadow: 0 3px 10px rgba(0,0,0,.2); }
.field .choices[data-type*=select-multiple] .choices__button { position: absolute; top: 0; right: 0; width: 25px; height: 100%; margin: 0; padding: 0; border-left: 1px solid rgba(255,255,255,.25); background-size: 8px; opacity: .82; }
.field .choices[data-type*=select-multiple] .choices__button:hover,
.field .choices[data-type*=select-multiple] .choices__button:focus { opacity: 1; background-color: rgba(0,0,0,.18); }
.field .choices__input { min-width: 155px; min-height: 32px; margin: 0; padding: 7px 5px; border: 0; background: transparent; color: white; font-size: .75rem; }
.field .choices__input::placeholder { color: #8f959d; opacity: 1; }
.field .choices__placeholder { color: #8f959d; opacity: 1; }
.field .choices__list--dropdown,
.field .choices__list[aria-expanded] { z-index: 30; margin-top: 4px; border: 1px solid rgba(240,42,50,.4); border-radius: 3px; background: #111318; color: #e8eaed; box-shadow: 0 16px 34px rgba(0,0,0,.48); }
.field .choices__list--dropdown .choices__item,
.field .choices__list[aria-expanded] .choices__item { padding: 10px 12px; font-size: .73rem; }
.field .choices__list--dropdown .choices__item--selectable.is-highlighted,
.field .choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background: #282c32; color: white; }
.field .choices__list--dropdown .choices__item--selectable.is-selected,
.field .choices__list[aria-expanded] .choices__item--selectable.is-selected { color: #ff8a8f; }
.field.is-invalid .choices__inner { border-color: #ff5960; box-shadow: 0 0 0 3px rgba(255,89,96,.08); }

.submit-btn { margin-top: 14px; }
.submit-btn.is-loading { opacity: .8; cursor: wait; }
.form-status { min-height: 20px; margin-top: 8px; color: #e3b06d; font-size: .72rem; text-align: center; }
.form-disclaimer { margin-top: 3px; color: #8f949c; font-size: .66rem; line-height: 1.4; text-align: center; }

.km-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding-top: 24px; }
.km-track::before { content: ""; position: absolute; top: 9px; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, rgba(215,25,32,.25), var(--red-bright), rgba(215,25,32,.25)); box-shadow: 0 0 14px rgba(240,42,50,.4); }
.km-card { position: relative; min-height: 150px; padding: 22px 13px 14px; border: 1px solid var(--line-strong); background: linear-gradient(180deg, #14171c, #0c0e11); text-align: center; }
.km-card__dot { position: absolute; width: 14px; height: 14px; border-radius: 50%; top: -22px; left: 50%; transform: translateX(-50%); background: white; border: 4px solid var(--red-bright); box-shadow: 0 0 12px var(--red-bright); }
.km-card strong { display: block; font-family: var(--heading); font-size: 1.18rem; margin-bottom: 10px; }
.km-card p { color: #b6bac0; font-size: .75rem; line-height: 1.45; }
.maintenance-note { margin-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.maintenance-note p { color: var(--muted); font-size: .74rem; max-width: 600px; }

.service-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-group { min-height: 100%; border: 1px solid var(--line-strong); background: linear-gradient(180deg, rgba(22,25,30,.98), rgba(11,13,16,.98)); padding: 20px; display: flex; flex-direction: column; }
.service-group__head { display: flex; align-items: center; gap: 10px; padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid rgba(240,42,50,.35); }
.service-group__head svg { width: 25px; height: 25px; color: var(--red-bright); }
.service-group__head h3 { color: var(--red-bright); font-size: 1.12rem; }
.service-group ul { list-style: none; padding: 0; margin: 0 0 17px; display: grid; gap: 10px; flex: 1; }
.service-group li { position: relative; padding-left: 15px; }
.service-group li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.service-group li strong { display: block; font-size: .78rem; }
.service-group li span { display: block; color: #9ea3aa; font-size: .67rem; line-height: 1.4; margin-top: 2px; }
.service-group .text-link { font-size: .75rem; }

.differential__grid { display: grid; grid-template-columns: .74fr 1.45fr .75fr; gap: 28px; align-items: center; }
.differential__intro p { color: var(--muted); margin-top: 15px; }
.qualification { margin-top: 20px; color: var(--gold); font-family: var(--heading); font-size: 1.15rem; line-height: 1.35; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 25px; }
.check-grid > div { display: flex; gap: 10px; align-items: flex-start; }
.check-grid svg { flex: 0 0 22px; width: 22px; height: 22px; color: var(--gold); margin-top: 1px; }
.check-grid strong { display: block; font-size: .82rem; }
.check-grid span { color: #a8adb4; font-size: .72rem; line-height: 1.4; }
.differential__image { height: 320px; border-left: 2px solid var(--red); overflow: hidden; position: relative; }
.differential__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,11,.35), transparent 45%); }
.differential__image img { width: 100%; height: 100%; object-fit: cover; }

.process { overflow: hidden; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; counter-reset: steps; }
.process-list li { position: relative; min-height: 148px; border: 1px solid var(--line-strong); background: linear-gradient(180deg, #14171c, #0b0d10); padding: 18px 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; right: -20px; top: 50%; width: 26px; height: 2px; background: var(--red-bright); z-index: 2; box-shadow: 0 0 10px var(--red-bright); }
.process-list li:not(:last-child)::before { content: ""; position: absolute; right: -20px; top: calc(50% - 4px); border-left: 7px solid var(--red-bright); border-block: 5px solid transparent; z-index: 3; }
.process-list span { position: absolute; top: 11px; left: 11px; width: 24px; height: 24px; border-radius: 50%; background: var(--red); display: grid; place-items: center; font-family: var(--heading); font-weight: 700; }
.process-list svg { width: 33px; height: 33px; margin-bottom: 12px; color: #e2e4e8; }
.process-list strong { font-size: .72rem; line-height: 1.4; }

.workshop__grid { display: grid; grid-template-columns: .72fr 1.55fr .72fr; gap: 22px; align-items: stretch; }
.workshop__copy { padding: 8px 0; }
.workshop__copy p { color: var(--muted); margin-top: 14px; }
.contact-list { margin: 22px 0; display: grid; gap: 15px; }
.contact-list div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.contact-list dt { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.contact-list dd { margin: 5px 0 0; color: #c2c5ca; font-size: .8rem; }
.workshop__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery { display: grid; grid-template-columns: 1.65fr 1fr 1fr; grid-template-rows: 145px 145px; gap: 5px; position: relative; }
.gallery__item { border: 0; padding: 0; cursor: zoom-in; overflow: hidden; background: #111; position: relative; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,.55)); opacity: 0; transition: opacity .2s; }
.gallery__item:hover::after { opacity: 1; }
.gallery__item--large { grid-row: 1 / 3; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery__item:hover img { transform: scale(1.04); }
.gallery__note { position: absolute; left: 10px; bottom: 7px; z-index: 2; max-width: 65%; color: rgba(255,255,255,.8); font-size: .58rem; background: rgba(0,0,0,.55); padding: 3px 6px; }
.map { position: relative; min-height: 295px; border: 1px solid var(--line-strong); overflow: hidden; background: #ddd; }
.map iframe { width: 100%; height: 100%; min-height: 295px; border: 0; filter: grayscale(.78) contrast(1.05); }
.map__label { position: absolute; left: 12px; right: 12px; bottom: 12px; background: rgba(255,255,255,.94); color: #15171a; padding: 11px; box-shadow: 0 10px 28px rgba(0,0,0,.25); }
.map__label strong, .map__label span { display: block; }
.map__label strong { font-size: .76rem; }
.map__label span { font-size: .68rem; }

.visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.visual-card { min-height: 370px; position: relative; overflow: hidden; border: 1px solid var(--line-strong); background: var(--panel); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(.75); transition: transform .4s ease, filter .4s ease; }
.visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(5,6,8,.96) 100%); }
.visual-card > div { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; }
.visual-card > div > span { color: var(--gold); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.visual-card h3 { font-size: 1.55rem; margin: 5px 0 12px; }
.visual-card:hover img { transform: scale(1.05); filter: brightness(.75) saturate(.9); }

.faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.faq-column { display: grid; gap: 9px; }
.faq-item { border: 1px solid var(--line); background: #111419; }
.faq-item h3 { font-family: var(--body); text-transform: none; letter-spacing: normal; font-size: .78rem; }
.faq-item button { width: 100%; min-height: 47px; border: 0; background: transparent; padding: 11px 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; cursor: pointer; }
.faq-item button svg { color: var(--red-bright); transition: transform .25s ease; }
.faq-item button[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .28s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; color: #aab0b7; font-size: .74rem; line-height: 1.55; padding-inline: 13px; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding-bottom: 13px; }

.contact-cta { position: relative; overflow: hidden; border-block: 1px solid rgba(240,42,50,.35); background-color: #090b0f; background-image: url('assets/images/contact-cta-desktop.png'); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.contact-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.22), rgba(0,0,0,.08)); }
.contact-cta__gauge { display: none; }
.contact-cta__grid { position: relative; z-index: 2; min-height: 230px; padding: 40px 0; display: grid; grid-template-columns: 1.15fr .85fr .75fr; gap: 35px; align-items: center; }
.contact-cta__grid h2 { font-size: clamp(2.1rem, 3.4vw, 3.4rem); }
.contact-cta__grid p { color: #b8bcc2; margin-top: 10px; }
.contact-cta__details, .contact-cta__social { display: grid; gap: 11px; }
.contact-cta__details a, .contact-cta__details > span, .contact-cta__social > a:not(.btn), .contact-cta__social > span { display: flex; align-items: flex-start; gap: 10px; color: #d8dadd; }
.contact-cta__details svg, .contact-cta__social svg { color: var(--red-bright); flex: 0 0 20px; margin-top: 3px; }
.contact-cta__details strong { font-size: 1.42rem; line-height: 1.2; }

.site-footer { background: #050608; border-top: 1px solid var(--line); }
.footer__grid { padding: 42px 0 28px; display: grid; grid-template-columns: 1.35fr repeat(4, .75fr); gap: 35px; }
.footer__brand img { width: 190px; height: 120px; object-fit: contain; object-position: left center; }
.footer__brand p { max-width: 250px; color: #8f949b; font-size: .7rem; }
.footer__grid h2 { font-family: var(--body); font-size: .7rem; letter-spacing: .1em; margin-bottom: 12px; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 6px; }
.footer__grid a, .footer__grid span { color: #92979e; font-size: .67rem; }
.footer__grid a:hover { color: white; }
.footer__social { display: flex; gap: 10px; }
.footer__social a, .footer__social span { width: 34px; height: 34px; border: 1px solid var(--line); display: grid; place-items: center; color: white; }
.footer__social svg { width: 18px; height: 18px; }
.footer__bottom { min-height: 42px; padding: 10px 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; color: #676c73; font-size: .58rem; }
.footer__bottom div { display: flex; gap: 16px; }
.footer__bottom a:hover { color: white; }

.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 45; min-height: 48px; padding: 10px 15px; border-radius: 999px; background: var(--green); color: #07180d; display: flex; align-items: center; gap: 8px; font-weight: 900; box-shadow: 0 12px 32px rgba(0,0,0,.38), 0 0 0 4px rgba(37,211,102,.12); }
.floating-whatsapp svg { width: 22px; height: 22px; }
.image-modal { width: min(1000px, calc(100% - 32px)); max-height: calc(100vh - 32px); border: 1px solid var(--line-strong); padding: 12px; background: #090a0d; color: white; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.image-modal::backdrop { background: rgba(0,0,0,.85); backdrop-filter: blur(6px); }
.image-modal img { width: 100%; max-height: 78vh; object-fit: contain; }
.image-modal p { padding: 8px 4px 0; color: #b9bdc2; font-size: .75rem; }
.image-modal__close { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(0,0,0,.72); display: grid; place-items: center; cursor: pointer; z-index: 2; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; background: var(--bg); }
.legal-header { border-bottom: 1px solid var(--line); padding: 15px 0; }
.legal-header .container { display: flex; align-items: center; justify-content: space-between; }
.legal-header img { width: 170px; height: 78px; object-fit: contain; }
.legal-content { max-width: 850px; padding: 60px 0 90px; }
.legal-content h1 { font-size: clamp(2.3rem, 5vw, 4rem); }
.legal-content h2 { font-size: 1.5rem; margin-top: 30px; }
.legal-content p, .legal-content li { color: #b6bac1; }
.legal-content p { margin-top: 12px; }

@media (max-width: 1120px) {
  .main-nav { gap: 13px; font-size: .75rem; }
  .nav-cta { display: none; }
  .layout-with-form { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .8fr); }
  .service-groups { grid-template-columns: 1fr; }
  .differential__grid { grid-template-columns: .9fr 1.35fr; }
  .differential__image { display: none; }
  .process-list { grid-template-columns: repeat(3, 1fr); }
  .process-list li:nth-child(3)::after, .process-list li:nth-child(3)::before { display: none; }
  .workshop__grid { grid-template-columns: .75fr 1.4fr; }
  .map { grid-column: 1 / -1; min-height: 260px; }
  .map iframe { min-height: 260px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 30px, 720px); }
  .topbar__desktop { display: none !important; }
  .menu-toggle { display: flex; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 76px); overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 15px 22px; background: rgba(8,9,11,.99); border-bottom: 1px solid var(--line-strong); transform: translateY(-120%); visibility: hidden; transition: transform .28s ease, visibility .28s; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav > a:not(.btn) { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .main-nav > a:not(.btn)::after { display: none; }
  .nav-cta { display: inline-flex; margin-top: 14px; }
  .hero { min-height: 700px; }
  .hero__overlay { background: linear-gradient(90deg, rgba(5,6,8,.97) 0%, rgba(5,6,8,.9) 46%, rgba(5,6,8,.38) 75%, rgba(5,6,8,.12) 100%), linear-gradient(0deg, rgba(5,6,8,.9), transparent 58%); }
  .hero__content { align-items: flex-end; }
  .hero__copy { width: min(610px, 72vw); }
  .hero__proofs { grid-template-columns: repeat(2, 1fr); }
  .layout-with-form { grid-template-columns: 1fr; }
  .quote-card { position: relative; top: auto; order: -1; }
  .main-column { order: 2; }
  .km-track { grid-template-columns: repeat(2, 1fr); gap: 12px; padding-top: 0; }
  .km-track::before, .km-card__dot { display: none; }
  .km-card:last-child { grid-column: 1 / -1; }
  .maintenance-note { align-items: flex-start; flex-direction: column; }
  .differential__grid { grid-template-columns: 1fr; }
  .check-grid { grid-template-columns: 1fr 1fr; }
  .workshop__grid { grid-template-columns: 1fr; }
  .gallery { min-height: 350px; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-card { min-height: 310px; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-cta__grid { grid-template-columns: 1fr 1fr; }
  .contact-cta__social { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; align-items: center; }
  .contact-cta__social .btn { grid-column: 1 / -1; }
  .footer__grid { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer__bottom { flex-direction: column; align-items: flex-start; padding: 14px 0; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 24px); }
  body { font-size: 15px; }
  .section { padding: 62px 0; }
  .topbar { min-height: 36px; }
  .topbar__inner { min-height: 36px; gap: 8px; }
  .topbar__items { min-width: 0; }
  .topbar__items span { font-size: .65rem; }
  .topbar__cta { font-size: .64rem; padding: 5px 8px; }
  .topbar__cta span { display: none; }
  .header__inner { height: 67px; }
  .brand { min-width: 190px; height: 60px; gap: 7px; }
  .brand img { width: 63px; height: 48px; }
  .brand__text strong { font-size: .96rem; }
  .brand__text small { font-size: .5rem; }
  .main-nav { top: 100%; max-height: calc(100vh - 67px); }
  .hero { min-height: clamp(760px, 177vw, 930px); }
  .hero__media img { object-position: 64% center; }
  .hero__overlay { background: linear-gradient(0deg, rgba(5,6,8,.99) 0%, rgba(5,6,8,.97) 38%, rgba(5,6,8,.78) 54%, rgba(5,6,8,.18) 72%, rgba(5,6,8,.05) 100%); }
  .hero__content { padding-top: 46%; padding-bottom: 26px; align-items: flex-end; }
  .hero__copy { width: 100%; }
  h1 { font-size: clamp(2.15rem, 11vw, 3.2rem); line-height: 1.02; }
  .hero__copy > p:not(.hero__address) { margin-top: 13px; font-size: .86rem; line-height: 1.5; }
  .hero__proofs { display: none; }
  .hero__actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 19px; }
  .hero__actions .btn { width: 100%; }
  .hero__address { margin-top: 12px; font-size: .7rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .quote-card { padding: 19px 15px; }
  .quote-card__head h2 { font-size: 1.85rem; }
  .km-track { grid-template-columns: 1fr; }
  .km-card:last-child { grid-column: auto; }
  .service-group { padding: 16px; }
  .proof-icon { width: 52px; height: 52px; }
  .service-group__icon { width: 48px; height: 48px; flex-basis: 48px; }
  .service-entry { grid-template-columns: 42px 1fr; gap: 11px; }
  .service-entry__icon { width: 38px; height: 38px; }
  .process-icon { width: 52px; height: 52px; }
  .contact-icon { width: 30px; height: 30px; flex-basis: 30px; }
  .check-grid { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .process-list li { min-height: 130px; }
  .process-list li::after, .process-list li::before { display: none !important; }
  .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 190px 120px 120px; min-height: 0; }
  .gallery__item--large { grid-column: 1 / -1; grid-row: auto; }
  .gallery__note { max-width: calc(100% - 20px); }
  .map, .map iframe { min-height: 340px; }
  .visual-card { min-height: 280px; }
  .contact-cta { background-image: url('assets/images/contact-cta-mobile.png'); background-position: center center; }
  .contact-cta__grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-cta__social { grid-column: auto; grid-template-columns: 1fr; }
  .contact-cta__social .btn { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer__brand { grid-column: 1 / -1; }
  .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
}

@media (max-width: 380px) {
  .topbar__items svg { display: none; }
  .topbar__cta { font-size: .59rem; }
  .hero__content { padding-top: 49%; }
  .hero__proofs { grid-template-columns: 1fr 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Trabajos publicados en Instagram */
.instagram-work {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(215,25,32,.13), transparent 24rem),
    linear-gradient(180deg, #08090b 0%, #0d0f13 52%, #08090b 100%);
  border-block: 1px solid rgba(255,255,255,.06);
}
.instagram-work::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(30deg, rgba(255,255,255,.04) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.04) 87.5%, rgba(255,255,255,.04)),
    linear-gradient(150deg, rgba(255,255,255,.04) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.04) 87.5%, rgba(255,255,255,.04));
  background-size: 34px 59px;
}
.instagram-work .container { position: relative; z-index: 1; }
.instagram-work__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.instagram-work__heading > div { max-width: 760px; }
.instagram-work__heading h2 { margin-top: 7px; }
.instagram-work__heading p { max-width: 720px; margin-top: 12px; color: var(--muted); }
.instagram-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.instagram-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(180deg, rgba(20,23,28,.97), rgba(8,10,13,.98));
  box-shadow: 0 18px 55px rgba(0,0,0,.23);
}
.instagram-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--red), var(--red-bright), transparent 90%);
  box-shadow: 0 0 16px rgba(240,42,50,.55);
}
.instagram-card__meta { min-height: 166px; padding: 21px 22px 18px; }
.instagram-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border: 1px solid rgba(240,42,50,.35);
  background: rgba(215,25,32,.09);
  color: #ff5960;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.instagram-card h3 { margin-top: 11px; font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.instagram-card__meta p { margin-top: 9px; color: #b6bbc2; font-size: .78rem; line-height: 1.58; }
.instagram-embed-shell {
  min-width: 0;
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 35%),
    #08090b;
  border-block: 1px solid var(--line);
}
.instagram-embed-shell .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 540px !important;
  margin: 0 auto !important;
  border-radius: 0 !important;
}
.instagram-embed-shell iframe {
  max-width: 100% !important;
  min-width: 0 !important;
}
.instagram-card__link {
  min-height: 52px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #f3f4f6;
  font-family: var(--heading);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.instagram-card__link:hover { color: var(--red-bright); background: rgba(255,255,255,.025); }
.instagram-card__link svg { width: 19px; height: 19px; color: var(--red-bright); }
.instagram-work__footer {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.instagram-work__footer p { max-width: 690px; color: #858b93; font-size: .69rem; }

@media (max-width: 900px) {
  .instagram-work__heading { align-items: flex-start; flex-direction: column; }
  .instagram-work__grid { grid-template-columns: 1fr; }
  .instagram-card__meta { min-height: 0; }
  .instagram-embed-shell { min-height: 520px; }
}

@media (max-width: 620px) {
  .instagram-work__heading .btn { width: 100%; }
  .instagram-card__meta { padding: 18px 16px 16px; }
  .instagram-embed-shell { min-height: 470px; padding: 8px; }
  .instagram-card__link { padding-inline: 16px; }
  .instagram-work__footer { align-items: stretch; flex-direction: column; }
  .instagram-work__footer .btn { width: 100%; }
}

/* Logo de WhatsApp personalizado */
.whatsapp-logo {
  width: 1.45rem;
  height: 1.45rem;
  flex: 0 0 1.45rem;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .35));
}
.topbar__cta .whatsapp-logo {
  width: 1.08rem;
  height: 1.08rem;
  flex-basis: 1.08rem;
}
.btn .whatsapp-logo {
  width: 1.35rem;
  height: 1.35rem;
  flex-basis: 1.35rem;
}
.contact-cta__details .whatsapp-logo {
  width: 1.55rem;
  height: 1.55rem;
  flex-basis: 1.55rem;
  margin-top: -1px;
}
.floating-whatsapp .whatsapp-logo {
  width: 2.2rem;
  height: 2.2rem;
  flex-basis: 2.2rem;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, .38));
}
.floating-whatsapp {
  background: linear-gradient(145deg, #25d366, #128c48);
  color: #fff;
  border: 1px solid rgba(255,255,255,.28);
}
@media (max-width: 620px) {
  .floating-whatsapp .whatsapp-logo {
    width: 2.55rem;
    height: 2.55rem;
    flex-basis: 2.55rem;
  }
}

/* Custom generated automotive icon system */
.hero__proofs > div { min-height: 150px; padding: 12px 10px 14px; }
.hero__proofs img { width: 88px; height: 88px; object-fit: contain; display: block; filter: drop-shadow(0 0 10px rgba(201,144,69,.2)); }
.hero__proofs span { font-size: .76rem; }

.service-group__head { align-items: center; }
.service-group__head img { width: 72px; height: 72px; object-fit: contain; flex: 0 0 72px; border-radius: 10px; }
.service-group ul { gap: 13px; }
.service-group ul li { display: grid; grid-template-columns: 64px 1fr; column-gap: 11px; align-items: center; min-height: 68px; }
.service-group ul li > img { grid-row: 1 / span 2; width: 60px; height: 60px; object-fit: contain; border-radius: 8px; }
.service-group ul li strong, .service-group ul li span { grid-column: 2; }

.process-list li { min-height: 210px; padding: 42px 10px 16px; }
.process-list li > img { width: 112px; height: 112px; object-fit: contain; margin-bottom: 10px; border-radius: 12px; }
.process-list strong { font-size: .78rem; }

@media (max-width: 900px) {
  .hero__proofs > div { min-height: 135px; }
  .hero__proofs img { width: 76px; height: 76px; }
  .service-group__head img { width: 64px; height: 64px; flex-basis: 64px; }
  .process-list li { min-height: 190px; }
  .process-list li > img { width: 98px; height: 98px; }
}
@media (max-width: 700px) {
  .hero__proofs { display: grid; }
  .hero__proofs > div { min-height: 128px; }
  .hero__proofs img { width: 70px; height: 70px; }
  .service-group ul li { grid-template-columns: 72px 1fr; min-height: 76px; }
  .service-group ul li > img { width: 68px; height: 68px; }
  .process-list li { min-height: 178px; }
  .process-list li > img { width: 92px; height: 92px; }
}
@media (max-width: 430px) {
  .hero__proofs img { width: 64px; height: 64px; }
  .service-group__head img { width: 58px; height: 58px; flex-basis: 58px; }
  .service-group ul li { grid-template-columns: 64px 1fr; }
  .service-group ul li > img { width: 60px; height: 60px; }
  .process-list li > img { width: 100px; height: 100px; }
}
