:root {
  --ink: #07101b;
  --ink-2: #0d1826;
  --graphite: #151f2b;
  --steel: #657184;
  --muted: #6f7a89;
  --line: #dfe5ec;
  --soft: #f3f6f9;
  --white: #ffffff;
  --blue: #1456c8;
  --blue-2: #2f75eb;
  --blue-3: #0b3c92;
  --green: #1eaa61;
  --shadow: 0 18px 45px rgba(10, 23, 40, .12);
  --shadow-sm: 0 10px 24px rgba(10, 23, 40, .09);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1240px;
  --header-h: 102px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: #eef2f6;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.section { padding: 28px 0; }
.section--tight { padding: 18px 0; }
.section--white { background: var(--white); }
.section--soft { background: var(--soft); }
.section--dark { color: var(--white); background: var(--ink); }
.hidden { display: none !important; }

/* Type */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero__eyebrow {
  max-width: 58ch;
  line-height: 1.45;
  flex-wrap: wrap;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 18px;
}
.section-head h2, .page-intro h1, .feature-copy h2, .mechanic-copy h2 {
  margin: 0;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1.03;
  text-transform: uppercase;
}
.section-head h2 { font-size: clamp(1.55rem, 2.5vw, 2.3rem); }
.section-head p { margin: 6px 0 0; color: var(--muted); max-width: 680px; }
.section-note { color: var(--muted); font-size: .88rem; }
.lead { font-size: clamp(1rem, 1.2vw, 1.14rem); color: #dfe8f2; }
.hero__slogan {
  margin: 10px 0 18px;
  padding: 12px 18px;
  display: inline-block;
  max-width: min(100%, 720px);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.45;
  font-weight: 800;
  color: #ffffff;
  background: linear-gradient(90deg, rgba(37,99,235,.24), rgba(37,99,235,.08));
  border: 1px solid rgba(141,183,255,.45);
  border-left: 4px solid #4c8dff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}
.price { font-weight: 900; color: var(--ink); }
.text-blue { color: var(--blue); }
.small { font-size: .84rem; }

/* Buttons */
.btn {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { color: #fff; background: linear-gradient(135deg, var(--blue-2), var(--blue)); box-shadow: 0 10px 24px rgba(20, 86, 200, .28); }
.btn--primary:hover { box-shadow: 0 14px 30px rgba(20, 86, 200, .34); }
.btn--dark { color: #fff; background: var(--ink); border-color: #27374a; }
.btn--outline { color: var(--ink); background: #fff; border-color: #cbd5e1; }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(6,13,22,.72); }
.btn--ghost { padding-inline: 10px; min-height: 38px; color: var(--blue); background: transparent; }
.btn--sm { min-height: 36px; padding: 9px 13px; font-size: .82rem; border-radius: 7px; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; }

/* Header */
.topbar { color: #d8e1ec; background: #06101b; font-size: .78rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar__items { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; min-width: 0; }
.topbar__item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar__item svg { width: 14px; height: 14px; color: #8eb5ff; }
.topbar__socials { margin-left: auto; display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.topbar__social-link {
  min-height: 28px;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d8e1ec;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(141,183,255,.24);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}
.topbar__social-link:hover { color: #fff; background: rgba(141,183,255,.14); border-color: rgba(141,183,255,.55); transform: translateY(-1px); }
.topbar__social-link svg { width: 15px; height: 15px; flex: 0 0 auto; }
.topbar__social-link--whatsapp svg { color: #25d366; }
.topbar__social-link--instagram svg { color: #f0a6ff; }
.topbar__social-link--facebook svg { color: #8db7ff; }
.topbar .btn { min-height: 28px; padding: 7px 11px; font-size: .72rem; border-radius: 6px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  color: #fff;
  background: rgba(8, 17, 28, .97);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  column-gap: 22px;
}
.brand {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  position: relative;
  z-index: 2;
}
.brand img {
  width: 128px;
  height: 128px;
  padding: 4px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.25));
}
.main-nav { margin-left: 0; display: flex; align-items: center; gap: 18px; font-size: .78rem; font-weight: 700; white-space: nowrap; }
.main-nav a { position: relative; padding: 28px 0 25px; color: #dbe4ef; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; background: var(--blue-2); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 9px; }
.header-actions .btn { min-height: 38px; font-size: .76rem; padding: 9px 13px; }
.menu-toggle { display: none; width: 42px; height: 42px; color: #fff; background: #162334; border: 1px solid #2b3a4e; border-radius: 9px; align-items: center; justify-content: center; }
.menu-toggle svg { width: 23px; height: 23px; }

/* Header desktop width + early mobile menu to avoid navbar overlap on medium screens. */
.site-header .container {
  width: min(1560px, calc(100% - 32px));
}

@media (max-width: 1120px) {
  body.menu-open { overflow: hidden; touch-action: none; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 990;
    background: rgba(2, 8, 15, .66);
  }
  .site-header__inner { gap: 14px; }
  .main-nav {
    position: fixed;
    z-index: 1002;
    top: var(--mobile-nav-top, var(--header-h));
    right: 0;
    bottom: 24px;
    left: auto;
    width: min(410px, 100%);
    height: auto;
    margin: 0;
    padding: 12px 16px calc(24px + env(safe-area-inset-bottom));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #fff;
    background: #08121f;
    border-left: 1px solid #243247;
    box-shadow: -22px 0 55px rgba(0, 0, 0, .34);
  }
  .main-nav.open { display: flex; }
  .main-nav a {
    width: 100%;
    padding: 15px 12px;
    border-bottom: 1px solid #1d2a3a;
    font-size: .94rem;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .main-nav a::after { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; flex: 0 0 auto; }
  .header-actions { display: none; }
}

/* Hero */
.hero-wrap { background: var(--ink); }
.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(4,10,17,.98) 0%, rgba(4,10,17,.92) 28%, rgba(4,10,17,.42) 54%, rgba(4,10,17,.05) 100%), url('assets/img/hero-gspeed.webp');
  background-size: cover;
  background-position: center;
  border-radius: 0 0 18px 18px;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(180deg, transparent, rgba(5,12,20,.6)); pointer-events: none; }
.hero__content { position: relative; z-index: 2; min-height: 560px; display: flex; align-items: center; }
.hero__copy { width: min(540px, 47%); padding: 42px 0 90px; }
.hero h1 { margin: 0 0 16px; font-size: clamp(2.45rem, 4.8vw, 4.6rem); line-height: .96; letter-spacing: -.055em; font-weight: 950; }
.hero-slogan {
  display: inline-flex;
  align-items: center;
  max-width: 720px;
  margin: 0 0 16px !important;
  padding: 10px 14px;
  color: #ffffff !important;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.015em;
  background: rgba(37, 99, 235, .24);
  border: 1px solid rgba(141, 183, 255, .52);
  border-radius: 14px;
}
.hero p { max-width: 535px; margin: 0; color: #dce5ef; }
.hero__actions { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero__link {
  color: #dce8ff;
  font-weight: 900;
  background: rgba(10,18,28,.18);
  border: 1px solid rgba(141,183,255,.18);
  border-radius: 999px;
}
.hero__link:hover { color: #fff; background: rgba(10,18,28,.34); border-color: rgba(141,183,255,.34); }
.hero__meta {
  width: min(100%, 760px);
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  color: rgba(232,240,250,.86);
  font-size: .88rem;
  font-weight: 700;
}
.hero__meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.hero__meta span + span::before {
  content: "";
  width: 1px;
  height: 16px;
  margin-right: 2px;
  background: rgba(255,255,255,.18);
}
.hero__meta svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #8db7ff;
}
.hero__journey {
  width: min(100%, 760px);
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.hero__journey span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 14px 0;
  min-width: 0;
  border-top: 1px solid rgba(255,255,255,.12);
}
.hero__journey span:not(:last-child) { margin-right: 18px; }
.hero__journey span:not(:last-child)::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  min-width: 14px;
  background: rgba(255,255,255,.12);
}
.hero__journey strong {
  color: #8db7ff;
  font-size: .92rem;
  line-height: 1;
  letter-spacing: .04em;
}
.hero__journey small {
  color: #f1f5fb;
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
}
.hero-about-link {
  width: min(100%, 520px);
  margin-top: 16px;
  padding: 14px 16px;
  display: grid;
  gap: 4px;
  color: #ffffff;
  background: rgba(8,16,26,.58);
  border: 1px solid rgba(141,183,255,.34);
  border-left: 4px solid var(--blue-2);
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.hero-about-link span {
  color: #8db7ff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.hero-about-link strong {
  max-width: 420px;
  font-size: .94rem;
  line-height: 1.35;
}
.hero-about-link small {
  color: #ffffff;
  font-size: .82rem;
  font-weight: 900;
}
.hero-about-link:hover {
  transform: translateY(-2px);
  border-color: rgba(141,183,255,.7);
  background: rgba(13,31,54,.72);
}
.hero-strips { position: absolute; z-index: 3; left: 0; right: 0; bottom: 18px; display: flex; gap: 10px; }
.hero-strip { flex: 1; min-width: 0; padding: 10px 13px; border-radius: 9px; color: #eef5ff; background: rgba(8,16,26,.78); border: 1px solid rgba(255,255,255,.16); display: flex; align-items: center; gap: 9px; font-size: .77rem; font-weight: 700; }
.hero-strip svg { width: 17px; height: 17px; color: #79a8ff; flex: 0 0 auto; }

/* Cards */
.quick-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; margin-top: -1px; padding: 10px 0 12px; background: var(--ink); }
.quick-card { overflow: hidden; background: #fff; border: 1px solid #dbe3ec; border-radius: 12px; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.quick-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.quick-card__media { display: block; height: 132px; overflow: hidden; background: #111827; }
.quick-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.quick-card:hover img { transform: scale(1.05); }
.quick-card__body { padding: 14px 14px 12px; }
.quick-card__title { display: flex; align-items: center; gap: 8px; margin: 0 0 7px; font-weight: 900; font-size: .95rem; line-height: 1.1; }
.quick-card__title svg { width: 19px; height: 19px; color: var(--blue); }
.quick-card p { min-height: 55px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.quick-card .btn { margin-top: 6px; padding-left: 0; }
.quick-card--featured { grid-column: span 3; border-color: rgba(47,117,235,.38); box-shadow: 0 16px 34px rgba(6, 20, 42, .16); }
.quick-card--secondary { grid-column: span 2; }
.quick-card--featured .quick-card__media { height: 188px; }
.quick-card--featured .quick-card__title { font-size: 1.08rem; }
.quick-card--featured p { font-size: .86rem; min-height: 44px; }
.hero-strip--primary { border-color: rgba(89,148,255,.64); background: rgba(37, 99, 235, .28); color: #fff; }
.section--priority .section-head h2 { color: #07101b; }
.section--priority .eyebrow { color: var(--blue); }


.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.price-layout { display: grid; grid-template-columns: 230px 1fr; gap: 14px; }
.price-photo { min-height: 335px; overflow: hidden; border-radius: 14px; background: var(--ink); }
.price-photo img { width: 100%; height: 100%; object-fit: cover; }
.wash-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.wash-card { padding: 16px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.wash-card h3 { margin: 0 0 4px; font-size: 1rem; }
.wash-card > p { min-height: 42px; margin: 0 0 12px; color: var(--muted); font-size: .76rem; }
.price-list { display: grid; gap: 7px; margin: 0 0 13px; }
.price-row { min-height: 46px; padding: 9px 11px; border-radius: 9px; background: #f8fafc; border: 1px solid #e6ebf1; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; }
.price-row span { color: var(--muted); font-size: .76rem; }
.price-row strong { font-size: .95rem; white-space: nowrap; }

.service-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.service-card__image { height: 132px; overflow: hidden; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; }
.service-card__body { padding: 13px; }
.service-card h3 { margin: 0 0 7px; font-size: .9rem; line-height: 1.15; }
.service-card p { min-height: 48px; margin: 0 0 8px; color: var(--muted); font-size: .75rem; }
.service-card__meta { display: flex; flex-direction: column; gap: 2px; font-size: .74rem; color: var(--muted); }
.service-card__meta strong { color: var(--ink); font-size: .88rem; }

/* Ceramics / polish */
.ceramic-layout { display: grid; grid-template-columns: 280px 1fr; gap: 14px; align-items: stretch; }
.ceramic-photo { border-radius: 15px; overflow: hidden; background: var(--ink); }
.ceramic-photo img { width: 100%; height: 100%; object-fit: cover; }
.ceramic-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.ceramic-card { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.ceramic-card h3 { margin: 0 0 13px; font-size: 1.35rem; }
.ceramic-card .price-row { min-height: 40px; background: transparent; border-width: 0 0 1px; border-radius: 0; padding-inline: 0; }
.ceramic-card .price-row:last-child { border: 0; }
.ceramic-footer { margin-top: 12px; padding: 13px 16px; color: var(--muted); background: #f7f9fc; border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.polish-grid { display: grid; grid-template-columns: 1.25fr 1.25fr 1fr; gap: 12px; }
.polish-card { min-height: 195px; display: grid; grid-template-columns: 43% 1fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.polish-card img { width: 100%; height: 100%; object-fit: cover; }
.polish-card__body { padding: 15px; }
.polish-card h3 { margin: 0 0 9px; }
.polish-card .price-row { padding: 6px 0; min-height: 30px; background: transparent; border: 0; }

/* Paint */
.paint-layout { display: grid; grid-template-columns: 1fr 280px; gap: 14px; align-items: start; }
.process-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; align-items: start; align-content: start; }
.process-card { min-height: 118px; padding: 16px 10px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; align-self: start; }
.process-card svg { width: 24px; height: 24px; color: var(--blue); }
.process-card strong { font-size: .82rem; line-height: 1.3; }
.process-card small { display: block; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.paint-photo { overflow: hidden; border-radius: 14px; }
.paint-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Mechanic */
.mechanic-layout { display: grid; grid-template-columns: .95fr 1.15fr; gap: 14px; }
.mechanic-copy { position: relative; min-height: 390px; overflow: hidden; padding: 28px; color: #fff; border-radius: 16px; background-image: linear-gradient(90deg, rgba(4,10,17,.97), rgba(4,10,17,.45)), url('assets/img/mecanica.webp'); background-size: cover; background-position: center; }
.mechanic-copy h2 { font-size: clamp(1.6rem, 2.3vw, 2.4rem); }
.mechanic-copy p { max-width: 360px; color: #dbe4ef; }
.check-list { display: grid; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; }
.check-list svg { flex: 0 0 auto; width: 18px; height: 18px; color: #78a8ff; margin-top: 2px; }
.form-panel { padding: 22px; }
.form-panel h3 { margin: 0 0 15px; font-size: 1.15rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.form-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { color: #354155; font-size: .74rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 43px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fbfcfe;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(47,117,235,.12); }
.form-hint { margin: 10px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 14px; }
.tag { padding: 7px 10px; border-radius: 999px; background: #eef4ff; border: 1px solid #cfe0ff; color: #1b56b8; font-size: .74rem; font-weight: 800; }

/* Products */
.benefit-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; margin-bottom: 14px; }
.benefit { padding: 12px 9px; display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; font-size: .75rem; font-weight: 800; color: #354155; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.benefit svg { width: 20px; height: 20px; color: var(--blue); }
.product-grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 10px; }
.product-card { padding: 13px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.product-card img { width: 120px; height: 120px; margin: 0 auto 5px; object-fit: cover; border-radius: 10px; }
.product-card h3 { margin: 0; font-size: .9rem; }
.product-card p { margin: 3px 0; color: var(--muted); font-size: .7rem; }
.product-card .price { display: block; margin: 6px 0 8px; font-size: .9rem; }
.stock { display: inline-flex; align-items: center; gap: 5px; color: #5b6777; font-size: .66rem; }
.stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }

/* Parts */
.parts-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.parts-search { padding: 20px; }
.parts-photo { min-height: 260px; overflow: hidden; border-radius: 15px; background: var(--ink); }
.parts-photo img { width: 100%; height: 100%; object-fit: cover; }
.popular { margin-top: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.popular strong { font-size: .76rem; margin-right: 4px; }
.popular span { padding: 6px 10px; color: #1a4d9e; background: #f3f7ff; border: 1px solid #d7e5ff; border-radius: 999px; font-size: .7rem; }

/* Gallery + before after */
.showcase-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; }
.filter-btn { min-height: 32px; padding: 7px 11px; color: #355273; background: #fff; border: 1px solid #dbe3ec; border-radius: 7px; font-size: .72rem; font-weight: 800; }
.filter-btn.active, .filter-btn:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 8px; }
.gallery-card { position: relative; aspect-ratio: 1.25; overflow: hidden; border-radius: 9px; background: #152131; border: 0; padding: 0; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,10,17,.75)); }
.gallery-card span { position: absolute; z-index: 2; left: 8px; right: 8px; bottom: 7px; color: #fff; font-size: .66rem; font-weight: 800; text-align: left; }
.gallery-card:hover img { transform: scale(1.07); }
.before-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
.before-card { position: relative; overflow: hidden; border-radius: 10px; background: #111827; }
.before-card:last-child { grid-column: 1 / -1; }
.before-card img { width: 100%; height: 145px; object-fit: cover; }
.before-card__labels { position: absolute; inset: 8px 8px auto; display: flex; justify-content: space-between; color: #fff; font-size: .65rem; font-weight: 800; }
.before-card__labels span { padding: 4px 7px; border-radius: 6px; background: rgba(5,13,23,.76); }
.before-slider { position: relative; min-height: 360px; overflow: hidden; border-radius: 16px; background: #0b1420; }
.before-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.before-slider .after-image { clip-path: inset(0 0 0 50%); }
.before-slider input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.before-slider__line { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); pointer-events: none; }
.before-slider__handle { position: absolute; z-index: 4; left: 50%; top: 50%; width: 48px; height: 48px; transform: translate(-50%,-50%); border-radius: 50%; background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.3); display: grid; place-items: center; pointer-events: none; }
.before-slider__handle::before { content: "↔"; color: var(--blue); font-size: 1.2rem; font-weight: 900; }

/* Workflow / why / faq */
.steps { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); gap: 5px; }
.step { position: relative; min-height: 174px; padding: 14px 10px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 28px; right: -8px; width: 16px; height: 1px; background: #b9c8da; }
.step__number { font-size: 2rem; line-height: 1; color: var(--blue); font-weight: 900; }
.step__icon { width: 72px; height: 72px; object-fit: contain; display: block; }
.step strong { margin-top: 2px; font-size: .73rem; line-height: 1.25; }
.why-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.why-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 8px; }
.why-item { min-height: 105px; padding: 12px 8px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.why-item svg { width: 26px; height: 26px; color: var(--blue); }
.why-item strong { font-size: .7rem; line-height: 1.3; }
.faq-list { display: grid; gap: 7px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.faq-question { width: 100%; padding: 12px 14px; border: 0; background: #fff; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; font-weight: 800; font-size: .78rem; }
.faq-question svg { width: 16px; height: 16px; transition: transform .2s ease; }
.faq-item.open .faq-question svg { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 14px 13px; color: var(--muted); font-size: .76rem; }
.faq-item.open .faq-answer { display: block; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .78fr .68fr 1.1fr; gap: 14px; }
.contact-card { padding: 20px; }
.contact-list { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .82rem; }
.contact-list svg { width: 18px; height: 18px; color: var(--blue); flex: 0 0 auto; margin-top: 2px; }
.map-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 15px;
  border: 1px solid var(--line);
  background: #e7ecf2;
  isolation: isolate;
}
.map-card__iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}
.map-card__actions {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 18px;
  pointer-events: none;
}
.map-card__button {
  pointer-events: auto;
  min-height: 46px;
  padding-inline: 22px;
  box-shadow: 0 12px 28px rgba(5, 24, 54, .28);
}
.message-preview { min-height: 132px; padding: 14px; white-space: pre-line; color: #354155; background: #f6f8fb; border: 1px dashed #b9c7d8; border-radius: 9px; font-size: .78rem; }

/* Final CTA + footer */
.final-cta { position: relative; overflow: hidden; min-height: 190px; padding: 28px 42px; color: #fff; background-image: linear-gradient(90deg, rgba(5,12,20,.98) 0%, rgba(5,12,20,.94) 45%, rgba(5,12,20,.25) 100%), url('assets/img/headlight.webp'); background-size: cover; background-position: right center; border-radius: 17px 17px 0 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.final-cta h2 { max-width: 520px; margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 3.1rem); line-height: 1; letter-spacing: -.045em; }
.final-cta p { margin: 0; color: #d6e0ec; }
.final-cta__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer { color: #cbd5e1; background: #07101b; }
.footer__main { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 26px; padding: 34px 0 27px; }
.footer__brand img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0,0,0,.28);
  filter: drop-shadow(0 8px 14px rgba(0,0,0,.25));
}
.footer__brand p { max-width: 260px; margin: 8px 0; color: #91a0b3; font-size: .78rem; }
.footer h3 { margin: 7px 0 12px; color: #fff; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; font-size: .76rem; }
.footer a:hover { color: #fff; }
.socials { display: flex; gap: 8px; margin-top: 12px; }
.socials a { width: 34px; height: 34px; border: 1px solid #29384b; border-radius: 50%; display: grid; place-items: center; }
.socials svg { width: 17px; height: 17px; }
.footer__bottom { min-height: 45px; border-top: 1px solid #1d2a3b; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #718096; font-size: .68rem; }
.footer__legal { display: flex; gap: 15px; }

/* Floating / mobile bar */
.float-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 58px; height: 58px; color: #fff; background: #25D366; border: 0; border-radius: 50%; box-shadow: 0 12px 30px rgba(37,211,102,.38); display: grid; place-items: center; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.float-whatsapp:hover { transform: translateY(-2px) scale(1.04); background: #20bd5a; box-shadow: 0 16px 34px rgba(37,211,102,.45); }
.float-whatsapp:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: 3px; }
.float-whatsapp .whatsapp-brand-icon { width: 31px; height: 31px; display: block; fill: currentColor; stroke: none; }
.mobile-bottom { display: none; }

/* Page interiors */
.page-hero { position: relative; min-height: 360px; color: #fff; background: var(--ink); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,17,.98), rgba(4,10,17,.55)); }
.page-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .76; }
.page-intro { position: relative; z-index: 2; min-height: 360px; display: flex; flex-direction: column; justify-content: center; max-width: 650px; }
.page-intro h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.page-intro p { margin: 14px 0 0; color: #d8e2ed; font-size: 1.05rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 14px; color: #aebdce; font-size: .76rem; }
.breadcrumbs span { color: #fff; }
.content-grid { display: grid; grid-template-columns: 1fr 330px; gap: 24px; }
.sidebar-card { padding: 20px; position: sticky; top: calc(var(--header-h) + 18px); }
.article-card { padding: 24px; }
.article-card h2 { margin-top: 0; }
.article-card + .article-card { margin-top: 16px; }
.note-box { padding: 14px 16px; color: #355273; background: #edf4ff; border-left: 4px solid var(--blue); border-radius: 9px; }

/* Modal */
.modal { position: fixed; z-index: 2000; inset: 0; padding: 24px; display: none; place-items: center; background: rgba(3,8,14,.86); }
.modal.open { display: grid; }
.modal__dialog { position: relative; width: min(980px, 100%); max-height: 90vh; overflow: hidden; border-radius: 16px; background: #0a1421; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.modal__dialog img { width: 100%; max-height: 78vh; object-fit: contain; }
.modal__caption { padding: 14px 18px; color: #dce5ef; }
.modal__close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; color: #fff; background: rgba(5,12,20,.75); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

/* Animations */
.reveal { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --container: 1080px; }
  .main-nav { gap: 11px; font-size: .72rem; }
  .header-actions .btn--outline-light { display: none; }
  .quick-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .steps { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .step:nth-child(4)::after { display: none; }
}

@media (max-width: 1120px) {
  :root { --header-h: 86px; }
  .topbar__items .topbar__item:nth-child(3), .topbar__items .topbar__item:nth-child(4) { display: none; }
  .brand img { width: 104px; height: 104px; padding: 4px; }
  .main-nav { position: fixed; inset: calc(38px + var(--header-h)) 0 auto; height: calc(100dvh - 38px - var(--header-h)); padding: 20px; background: #08121f; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px 12px; border-bottom: 1px solid #1d2a3a; font-size: .92rem; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header-actions { display: none; }
  .hero { min-height: 620px; background-image: linear-gradient(90deg, rgba(4,10,17,.98) 0%, rgba(4,10,17,.84) 55%, rgba(4,10,17,.32) 100%), url('assets/img/hero-gspeed.webp'); background-position: 62% center; }
  .hero__content { min-height: 620px; align-items: flex-start; }
  .hero__copy { width: min(600px, 76%); padding-top: 80px; }
  .hero-strips { display: grid; grid-template-columns: repeat(3,1fr); }
  .price-layout, .ceramic-layout, .paint-layout, .mechanic-layout, .parts-layout, .showcase-layout, .contact-layout, .why-faq, .content-grid { grid-template-columns: 1fr; }
  .price-photo { min-height: 280px; }
  .wash-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ceramic-photo { max-height: 300px; }
  .polish-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(6, minmax(150px,1fr)); overflow-x: auto; padding-bottom: 6px; }
  .mechanic-copy { min-height: 430px; }
  .benefit-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .why-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .map-card { min-height: 360px; }
  .map-card__iframe { min-height: 360px; }
  .footer__main { grid-template-columns: repeat(3, 1fr); }
  .footer__brand { grid-column: 1 / -1; }
  .sidebar-card { position: static; }
}

@media (max-width: 720px) {
  body { padding-bottom: 68px; }
  .container { width: min(100% - 22px, var(--container)); }
  .topbar__inner { min-height: 34px; }
  .topbar__items { gap: 10px; }
  .topbar__item { font-size: .68rem; }
  .topbar__item:nth-child(2) { display: none; }
  .topbar .btn { display: none; }
  .site-header { top: 0; }
  .brand img { width: 84px; height: 84px; padding: 3px; }
  .hero { min-height: 670px; border-radius: 0 0 14px 14px; background-image: linear-gradient(180deg, rgba(4,10,17,.45) 0%, rgba(4,10,17,.72) 39%, rgba(4,10,17,.98) 78%), url('assets/img/hero-gspeed-mobile.webp'); background-position: 58% top; }
  .hero__content { min-height: 670px; align-items: flex-end; }
  .hero__copy { width: 100%; padding: 0 0 178px; }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 3.6rem); }
  .hero__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__slogan { display: block; margin: 10px 0 16px; padding: 11px 14px; font-size: 1rem; }
  .hero__meta { gap: 8px 10px; font-size: .78rem; }
  .hero__meta span + span::before { display: none; }
  .hero__journey { margin-top: 18px; grid-template-columns: 1fr; }
  .hero__journey span { padding: 10px 0; }
  .hero__journey span:not(:last-child) { margin-right: 0; }
  .hero__journey span:not(:last-child)::after { display: none; }
  .hero__journey small { white-space: normal; }
  .hero-strips { bottom: 12px; grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .hero-strip { padding: 9px 8px; font-size: .66rem; }
  .quick-grid { grid-template-columns: 1fr; gap: 9px; }
  .quick-card { display: grid; grid-template-columns: 115px 1fr; }
  .quick-card__media { height: 100%; min-height: 126px; }
  .quick-card p { min-height: auto; }
  .section { padding: 22px 0; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 6px; }
  .price-layout { gap: 10px; }
  .price-photo { min-height: 210px; }
  .wash-grid, .service-grid, .ceramic-grid, .product-grid, .info-grid { grid-template-columns: 1fr; }
  .wash-card { text-align: left; }
  .wash-card > p { min-height: 0; }
  .service-card { display: grid; grid-template-columns: 120px 1fr; }
  .service-card__image { height: 100%; min-height: 155px; }
  .service-card p { min-height: auto; }
  .ceramic-footer { align-items: stretch; flex-direction: column; }
  .polish-card { grid-template-columns: 115px 1fr; }
  .mechanic-copy { min-height: 510px; padding: 22px; background-position: 64% center; }
  .form-grid, .form-grid--3 { grid-template-columns: 1fr; }
  .benefit-row { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .product-card { display: grid; grid-template-columns: 105px 1fr; gap: 8px; text-align: left; align-items: center; }
  .product-card img { width: 100px; height: 100px; margin: 0; grid-row: 1 / 7; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .before-grid { grid-template-columns: 1fr; }
  .before-card:last-child { grid-column: auto; }
  .steps { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .step:nth-child(even)::after { display: none; }
  .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact-layout { gap: 10px; }
  .final-cta { min-height: 300px; padding: 26px 22px; align-items: flex-start; justify-content: flex-end; flex-direction: column; background-image: linear-gradient(180deg, rgba(5,12,20,.15), rgba(5,12,20,.94) 62%), url('assets/img/headlight.webp'); }
  .final-cta__actions { width: 100%; display: grid; }
  .footer__main { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { padding: 12px 0; align-items: flex-start; flex-direction: column; }
  .footer__legal { flex-wrap: wrap; }
  .float-whatsapp { display: none; }
  .mobile-bottom { position: fixed; z-index: 1100; left: 0; right: 0; bottom: 0; height: 68px; padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); color: #fff; background: #07101b; border-top: 1px solid #243247; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .mobile-bottom a { min-width: 0; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3px; font-size: .63rem; font-weight: 800; color: #fff; }
  .mobile-bottom a:nth-child(2) { background: #1ca95d; }
  .mobile-bottom svg { width: 18px; height: 18px; }
  .page-hero, .page-intro { min-height: 320px; }
  .page-intro h1 { font-size: 2.6rem; }
  .article-card, .sidebar-card { padding: 18px; }
}

@media (max-width: 420px) {
  .topbar__item:first-child span { max-width: 160px; overflow: hidden; text-overflow: ellipsis; }
  .hero h1 { font-size: 2.45rem; }
  .hero p { font-size: .88rem; }
  .hero-strip { font-size: .62rem; }
  .quick-card { grid-template-columns: 100px 1fr; }
  .service-card { grid-template-columns: 105px 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
}


/* =========================================================
   Responsive hardening pass
   Keeps every page usable from small phones to large screens.
   ========================================================= */

html, body { width: 100%; max-width: 100%; }
body, main, header, footer, section, nav, form, article, aside,
.container, .panel, .section-head > *,
.quick-grid > *, .wash-grid > *, .service-grid > *, .info-grid > *,
.ceramic-layout > *, .ceramic-grid > *, .polish-grid > *,
.paint-layout > *, .mechanic-layout > *, .product-grid > *,
.parts-layout > *, .showcase-layout > *, .contact-layout > *,
.why-faq > *, .content-grid > * { min-width: 0; }

h1, h2, h3, h4, p, a, span, strong, label, li {
  overflow-wrap: break-word;
  word-break: normal;
}

img, picture, video, canvas, iframe, svg { max-width: 100%; }
input, select, textarea, button { min-width: 0; max-width: 100%; }
.btn { text-align: center; white-space: normal; }

/* Collapse the long navigation before it can collide with the logo/actions. */
@media (max-width: 1120px) {
  body.menu-open { overflow: hidden; touch-action: none; }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 990;
    background: rgba(2, 8, 15, .66);
  }

  .site-header { z-index: 1000; }
  .site-header__inner { gap: 14px; }
  .main-nav {
    position: fixed;
    z-index: 1002;
    top: var(--mobile-nav-top, var(--header-h));
    right: 0;
    bottom: 0;
    left: auto;
    width: min(390px, 100%);
    height: auto;
    margin: 0;
    padding: 12px 16px calc(24px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    color: #fff;
    background: #08121f;
    border-left: 1px solid #243247;
    box-shadow: -22px 0 55px rgba(0, 0, 0, .34);
    transform: translateX(102%);
    visibility: hidden;
    pointer-events: none;
    transition: transform .25s ease, visibility .25s ease;
  }
  .main-nav.open {
    display: flex;
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
  }
  .main-nav a {
    width: 100%;
    padding: 15px 12px;
    border-bottom: 1px solid #1d2a3a;
    font-size: .94rem;
    line-height: 1.25;
    white-space: normal;
  }
  .main-nav a::after { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; flex: 0 0 auto; }
  .header-actions { display: none; }

  .hero__copy { max-width: 650px; }
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .footer__main { row-gap: 30px; }
}

@media (max-width: 900px) {

  .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .container { width: min(var(--container), calc(100% - 28px)); }
  .topbar__items .topbar__item:nth-child(3),
  .topbar__items .topbar__item:nth-child(4) { display: none; }

  .hero { min-height: 620px; }
  .hero__content { min-height: 620px; }
  .hero__copy { width: min(610px, 82%); }
  .hero h1 { font-size: clamp(2.65rem, 8vw, 4.2rem); }

  .quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .benefit-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .step::after { display: none !important; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
   :root { --header-h: 76px; }

  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 22px); }
  .section { padding: 24px 0; }
  .section--tight { padding: 16px 0; }

  .topbar__inner { min-height: 34px; }
  .topbar__items { width: 100%; min-width: 0; }
  .topbar__item:first-child { width: 100%; min-width: 0; }
  .topbar__item:first-child span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .topbar__item:nth-child(n+2), .topbar .btn { display: none; }
  .site-header__inner { gap: 10px; }
  .brand img { width: 72px; height: 72px; padding: 3px; }
  .menu-toggle { width: 42px; height: 42px; }
  .main-nav { width: 100%; border-left: 0; }

  .hero {
    min-height: max(700px, calc(100svh - 34px));
    border-radius: 0 0 14px 14px;
    background-image:
      linear-gradient(180deg, rgba(4,10,17,.38) 0%, rgba(4,10,17,.64) 34%, rgba(4,10,17,.96) 72%, rgba(4,10,17,1) 100%),
      url('assets/img/hero-gspeed-mobile.webp');
    background-position: center top;
  }
  .hero__content {
    min-height: max(700px, calc(100svh - 34px));
    align-items: flex-end;
  }
  .hero__copy {
    width: 100%;
    max-width: none;
    padding: 52px 0 210px;
  }
  .hero h1 {
    max-width: 12ch;
    margin-bottom: 13px;
    font-size: clamp(2.15rem, 10.6vw, 3.15rem);
    line-height: .98;
  }
  .hero p { max-width: 38rem; font-size: .93rem; line-height: 1.48; }
  .hero__actions {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .hero__actions .btn { width: 100%; min-height: 46px; }
  .hero-strips {
    left: 11px;
    right: 11px;
    bottom: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }
  .hero-strip {
    min-height: 43px;
    padding: 8px 9px;
    gap: 7px;
    font-size: .68rem;
    line-height: 1.15;
  }

  .quick-grid { grid-template-columns: 1fr; padding-top: 11px; }
  .quick-card { grid-template-columns: 112px minmax(0, 1fr); }
  .quick-card__body { padding: 12px; }
  .quick-card__media { min-height: 132px; }

  .section-head { margin-bottom: 14px; }
  .section-head h2 { font-size: clamp(1.45rem, 7.2vw, 2rem); }
  .section-head .btn { width: 100%; }
  .eyebrow { margin-bottom: 7px; font-size: .71rem; }
  .hero__eyebrow {
    display: block;
    max-width: 35ch;
    font-size: .66rem;
    line-height: 1.55;
    letter-spacing: .08em;
  }

  .price-photo { min-height: 205px; max-height: 300px; }
  .price-photo img { aspect-ratio: 16 / 9; }
  .wash-grid { grid-template-columns: 1fr; }
  .wash-card { padding: 15px; }
  .wash-card .btn { width: 100%; }

  .service-grid, .ceramic-grid, .info-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 112px minmax(0, 1fr); }
  .service-card__image { min-height: 150px; }
  .service-card__body { padding: 12px; }

  .ceramic-photo { max-height: 260px; }
  .ceramic-card { padding: 16px; }
  .ceramic-footer .btn { width: 100%; }

  .polish-grid { grid-template-columns: 1fr; }
  .polish-card { grid-template-columns: 112px minmax(0, 1fr); min-height: 175px; }

  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .process-card { min-height: 105px; padding: 13px 8px; }
  .paint-photo { min-height: 220px; }
  .paint-photo img { aspect-ratio: 16 / 9; }

  .mechanic-copy {
    min-height: 470px;
    padding: 22px 18px;
    background-image: linear-gradient(180deg, rgba(4,10,17,.94), rgba(4,10,17,.55)), url('assets/img/mecanica.webp');
    background-position: 66% center;
  }
  .mechanic-copy p { max-width: 100%; }
  .form-panel, .article-card, .sidebar-card, .parts-search, .contact-card { padding: 17px; }
  .form-grid, .form-grid--3 { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }

  .benefit-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefit { min-height: 58px; padding: 10px 7px; font-size: .7rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card {
    grid-template-columns: 100px minmax(0, 1fr);
    padding: 12px;
    text-align: left;
  }
  .product-card img { width: 94px; height: 94px; }

  .parts-photo { min-height: 205px; }
  .popular { align-items: flex-start; }
  .popular strong { width: 100%; }

  .filter-bar {
    flex-wrap: nowrap;
    margin-right: -11px;
    padding-right: 11px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .filter-btn { flex: 0 0 auto; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-card { aspect-ratio: 1.1; }
  .before-slider { min-height: 280px; }

  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
  .step { min-height: 156px; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-item { min-height: 96px; padding: 10px 7px; }

  .map-card { min-height: 250px; }
  .map-card__iframe { min-height: 250px; }
  .map-card__actions { left: 12px; right: 12px; bottom: 12px; }
  .map-card__button { width: 100%; justify-content: center; }
  .message-preview { min-height: 110px; }

  .final-cta {
    min-height: 330px;
    padding: 24px 18px;
    border-radius: 14px 14px 0 0;
  }
  .final-cta h2 { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .final-cta__actions { width: 100%; display: grid; }
  .final-cta__actions .btn { width: 100%; }

  .footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__brand img { width: 86px; height: 86px; }

  .mobile-bottom {
    height: calc(68px + env(safe-area-inset-bottom));
    padding-bottom: calc(7px + env(safe-area-inset-bottom));
  }

  .page-hero, .page-intro { min-height: 300px; }
  .page-hero::after { background: linear-gradient(180deg, rgba(4,10,17,.52), rgba(4,10,17,.96)); }
  .page-hero__image { object-position: 62% center; }
  .page-intro { padding: 36px 0; }
  .page-intro h1 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .page-intro p { font-size: .95rem; }
  .breadcrumbs { flex-wrap: wrap; }

  .modal { padding: 12px; }
  .modal__dialog { max-height: calc(100dvh - 24px); }
  .modal__dialog img { max-height: calc(100dvh - 100px); }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 18px); }
  .hero__copy { padding-bottom: 220px; }
  .hero h1 { font-size: clamp(2.05rem, 11vw, 2.65rem); }
  .hero-strip { font-size: .64rem; }

  .quick-card { grid-template-columns: 96px minmax(0, 1fr); }
  .quick-card__media { min-height: 138px; }
  .service-card { grid-template-columns: 100px minmax(0, 1fr); }
  .service-card__image { min-height: 160px; }
  .polish-card { grid-template-columns: 100px minmax(0, 1fr); }

  .process-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { gap: 7px; }
  .gallery-card span { font-size: .61rem; }
  .before-card img { height: 125px; }

  .why-grid { grid-template-columns: 1fr; }
  .why-item { min-height: 76px; text-align: left; align-items: flex-start; }
  .footer__main { grid-template-columns: 1fr; }
  .footer__brand { grid-column: auto; }
  .footer__bottom { gap: 8px; }
  .footer__legal { gap: 9px; }

  .page-intro h1 { font-size: 2.15rem; }
  .article-card h2 { font-size: 1.35rem; }
}

@media (max-width: 380px) {
  .brand img { width: 68px; height: 68px; padding: 3px; }
  .hero { min-height: 720px; }
  .hero__content { min-height: 720px; }
  .hero__copy { padding-bottom: 226px; }
  .hero h1 { font-size: 2rem; }
  .hero p { font-size: .86rem; }
  .hero-strip { min-height: 42px; padding: 7px; font-size: .61rem; }
  .hero-strip svg { width: 15px; height: 15px; }

  .quick-card, .service-card, .polish-card { grid-template-columns: 92px minmax(0, 1fr); }
  .quick-card__body, .service-card__body, .polish-card__body { padding: 10px; }
  .price-row { gap: 6px; }
  .price-row span { font-size: .72rem; }
  .price-row strong { font-size: .88rem; }
  .benefit-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 148px; }
}

@media (max-height: 520px) and (orientation: landscape) and (max-width: 960px) {
  body { padding-bottom: 0; }
  .mobile-bottom { display: none; }
  .hero, .hero__content { min-height: 560px; }
  .hero__copy { padding: 34px 0 165px; }
  .hero h1 { max-width: 15ch; font-size: 2.35rem; }
  .hero-strips { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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

/* =========================================================
   Responsive verification patch — 2026-07-02
   Layout-only adjustments. No content, prices or sections changed.
   ========================================================= */

/* Prevent intrinsic sizing from forcing any page wider than the viewport. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

main,
section,
header,
footer,
nav,
article,
aside,
form,
.container,
.panel,
.section-head,
.section-head > *,
.hero__content,
.hero__copy,
.quick-grid > *,
.price-layout > *,
.wash-grid > *,
.service-grid > *,
.info-grid > *,
.ceramic-layout > *,
.ceramic-grid > *,
.polish-grid > *,
.paint-layout > *,
.process-grid > *,
.mechanic-layout > *,
.product-grid > *,
.parts-layout > *,
.showcase-layout > *,
.contact-layout > *,
.why-faq > *,
.content-grid > *,
.footer__main > * {
  min-width: 0;
  max-width: 100%;
}

img,
picture,
video,
canvas,
iframe {
  max-width: 100%;
  height: auto;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

/* The off-canvas menu is completely removed from layout while closed,
   preventing hidden navigation from increasing document width. */
@media (max-width: 1120px) {
  .main-nav {
    display: none;
    transform: none;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav.open {
    display: flex;
    transform: none;
  }

  .main-nav a {
    overflow-wrap: anywhere;
  }
}

/* Tablet: keep information readable without cramped multi-column cards. */
@media (min-width: 721px) and (max-width: 1024px) {
  .quick-grid,
  .service-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-layout,
  .ceramic-layout,
  .paint-layout,
  .mechanic-layout,
  .parts-layout,
  .showcase-layout,
  .contact-layout,
  .why-faq,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .wash-grid,
  .ceramic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile: stack primary content and preserve legibility. */
@media (max-width: 720px) {
  .hero-strips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-card,
  .service-card,
  .polish-card,
  .product-card {
    min-width: 0;
  }

  .quick-card__body,
  .service-card__body,
  .polish-card__body,
  .product-card > * {
    min-width: 0;
  }

  .quick-card__title,
  .service-card h3,
  .product-card h3,
  .price-row,
  .faq-question,
  .benefit,
  .step strong,
  .why-item strong {
    overflow-wrap: anywhere;
  }

  .price-row {
    align-items: flex-start;
  }

  .price-row span {
    flex: 1 1 auto;
  }

  .price-row strong {
    flex: 0 0 auto;
  }

  .filter-bar {
    width: calc(100% + 11px);
    max-width: calc(100% + 11px);
  }

  .footer__bottom,
  .footer__legal {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .quick-card,
  .service-card,
  .polish-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .product-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .product-card img {
    width: 82px;
    height: 82px;
  }

  .hero-strips {
    gap: 6px;
  }

  .hero-strip {
    min-width: 0;
  }
}

/* Keep the whole hamburger button clickable, including its SVG icon. */
.menu-toggle svg,
.menu-toggle svg * {
  pointer-events: none;
}

@media (max-width: 720px) {
  /* Horizontal category scrolling stays inside its section. */
  .filter-bar {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}


/* Priority service layout: pintura + desarmaduría first */
@media (max-width: 980px) {
  .quick-card--featured,
  .quick-card--secondary { grid-column: auto; }
  .quick-card--featured .quick-card__media { height: 132px; }
}
@media (max-width: 700px) {
  .quick-card--featured .quick-card__media { height: 100%; min-height: 132px; }
}


#desabolladura, #llantas-caliper, #servicios-relacionados { scroll-margin-top: 110px; }
.product-card[data-type="servicio"] { border-color: rgba(47,117,235,.32); box-shadow: 0 12px 28px rgba(20,86,200,.10); }
.product-card[data-type="servicio"] .stock { color: var(--blue); font-weight: 800; }


/* Evaluación a domicilio destacada */
.home-evaluation-cta {
  background: var(--ink);
  padding: 12px 0 14px;
}
.evaluation-highlight {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  color: #fff;
  border: 1px solid rgba(137, 177, 255, .34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 10%, rgba(47,117,235,.35), transparent 35%),
    linear-gradient(135deg, rgba(9,23,42,.98), rgba(18,50,105,.96));
  box-shadow: 0 18px 44px rgba(0,0,0,.28);
}
.evaluation-highlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent);
  transform: translateX(-55%);
  pointer-events: none;
}
.evaluation-highlight .eyebrow { color: #9ec2ff; }
.evaluation-highlight h2 {
  margin: 0 0 7px;
  font-size: clamp(1.55rem, 2.6vw, 2.7rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.evaluation-highlight p {
  max-width: 760px;
  margin: 0;
  color: #dbe8ff;
}
.evaluation-highlight__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.evaluation-layout {
  display: grid;
  grid-template-columns: .95fr 1fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}
.evaluation-media {
  overflow: hidden;
  min-height: 100%;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow-sm);
}
.evaluation-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.evaluation-copy,
.evaluation-form {
  padding: 22px;
}
.evaluation-copy h3,
.evaluation-form h3 {
  margin-top: 0;
}
.evaluation-copy .check-list { margin-top: 14px; }
.evaluation-mini { border-color: rgba(47,117,235,.28); }

@media (max-width: 1120px) {
  .evaluation-layout { grid-template-columns: 1fr 1fr; }
  .evaluation-media { min-height: 340px; }
  .evaluation-media img { min-height: 340px; }
  .evaluation-form { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .home-evaluation-cta { padding: 10px 0 12px; }
  .evaluation-highlight {
    grid-template-columns: 1fr;
    padding: 18px;
  }
  .evaluation-highlight__actions {
    display: grid;
    width: 100%;
    justify-content: stretch;
  }
  .evaluation-highlight__actions .btn { width: 100%; }
  .evaluation-layout { grid-template-columns: 1fr; }
  .evaluation-media,
  .evaluation-media img { min-height: 245px; }
  .evaluation-copy,
  .evaluation-form { padding: 16px; }
}


/* Ajuste solicitado: hero buttons in one row and Mecánica card highlighted */
@media (min-width: 901px) {
  .hero__copy {
    width: min(780px, 72%) !important;
    max-width: 780px !important;
  }
  .hero p {
    max-width: 720px;
  }
  .hero__actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .hero__actions .btn {
    white-space: nowrap;
  }
}

/* Instagram embeds mejorados */
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: clamp(22px, 3vw, 34px);
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}
.instagram-card {
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(45, 103, 220, .18), rgba(255, 255, 255, .04)),
    #07111f;
  border: 1px solid rgba(141, 183, 255, .24);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
}
.instagram-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #2f6bde, #8db7ff, #ffffff);
  opacity: .9;
}
.instagram-card .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #fff !important;
}
.instagram-card iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 20px !important;
  display: block !important;
}
@media (max-width: 860px) {
  .instagram-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    gap: 20px;
  }
  .instagram-card { padding: 10px; border-radius: 22px; }
}
@media (max-width: 560px) {
  .offer-grid { grid-template-columns: 1fr; }

  .instagram-grid { gap: 16px; }
  .instagram-card { padding: 8px; border-radius: 20px; }
  .instagram-card .instagram-media,
  .instagram-card iframe { border-radius: 16px !important; }
}

/* Ajuste solicitado: Instagram embeds con más altura y mejor presencia visual */
.instagram-grid {
  align-items: stretch;
}
.instagram-card {
  min-height: 720px;
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.instagram-card .instagram-media {
  flex: 1 1 auto;
  min-height: 690px !important;
  height: 690px !important;
  display: block !important;
}
.instagram-card iframe {
  min-height: 690px !important;
  height: 690px !important;
}
@media (max-width: 1180px) {
  .instagram-card { min-height: 670px; }
  .instagram-card .instagram-media,
  .instagram-card iframe {
    min-height: 640px !important;
    height: 640px !important;
  }
}
@media (max-width: 860px) {
  .instagram-card { min-height: 700px; }
  .instagram-card .instagram-media,
  .instagram-card iframe {
    min-height: 670px !important;
    height: 670px !important;
  }
}
@media (max-width: 560px) {
  .instagram-card { min-height: 620px; }
  .instagram-card .instagram-media,
  .instagram-card iframe {
    min-height: 590px !important;
    height: 590px !important;
  }
}


/* Location Instagram embed */
.location-instagram-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(10, 27, 51, .98), rgba(4, 10, 17, .98));
  border: 1px solid rgba(96, 150, 255, .36);
  box-shadow: 0 22px 60px rgba(2, 6, 23, .22);
}
.location-instagram-card__copy h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.35rem, 2.1vw, 2.15rem);
}
.location-instagram-card__copy p {
  margin: 0 0 16px;
  color: #dbe7f7;
  max-width: 560px;
}
.location-instagram-card__embed {
  min-width: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.location-instagram-card .instagram-media {
  width: 100% !important;
  max-width: 430px !important;
  min-width: 0 !important;
  min-height: 660px !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
  overflow: hidden !important;
}
.location-instagram-card iframe {
  border-radius: 18px !important;
  width: 100% !important;
  min-height: 660px !important;
}
@media (max-width: 980px) {
  .location-instagram-card { grid-template-columns: 1fr; }
  .location-instagram-card__embed { justify-content: flex-start; }
  .location-instagram-card .instagram-media {
    max-width: 520px !important;
    min-height: 720px !important;
  }
  .location-instagram-card iframe { min-height: 720px !important; }
}
@media (max-width: 720px) {
  .location-instagram-card { padding: 16px; gap: 14px; }
  .location-instagram-card .instagram-media {
    max-width: 100% !important;
    min-height: 620px !important;
  }
  .location-instagram-card iframe { min-height: 620px !important; }
}


/* Gestión integral del vehículo */
.section--integral {
  background:
    radial-gradient(circle at 8% 0%, rgba(47,117,235,.10), transparent 32%),
    linear-gradient(180deg, #fff, #f6f9fd);
}
.integral-layout {
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(0, 1.25fr);
  gap: 16px;
  align-items: stretch;
}
.integral-main {
  padding: 24px;
  border-color: rgba(47,117,235,.28);
}
.integral-main h3,
.integral-flow h3 {
  margin: 8px 0 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}
.integral-main p {
  color: var(--muted);
}
.integral-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.integral-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.integral-item {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(47,117,235,.18);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
}
.integral-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1rem;
}
.integral-item span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}
.integral-flow {
  grid-column: 1 / -1;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(7,16,27,.98), rgba(13,44,94,.96));
  color: #fff;
  border-color: rgba(137,177,255,.34);
}
.integral-flow ol {
  margin: 14px 0 0;
  padding-left: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.integral-flow li {
  padding: 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  color: #e7eefc;
  line-height: 1.45;
}
@media (max-width: 1120px) {
  .integral-layout { grid-template-columns: 1fr; }
  .integral-flow ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .integral-main, .integral-flow { padding: 18px; }
  .integral-grid, .integral-flow ol { grid-template-columns: 1fr; }
  .integral-actions .btn { width: 100%; }
  .integral-item { min-height: auto; }
}


/* Hero slogan responsive */
@media (max-width: 720px) {
  .hero-slogan {
    display: flex;
    font-size: .92rem;
    padding: 9px 12px;
    margin-bottom: 12px !important;
  }
}

/* Home order / offer presentation */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.offer-card {
  overflow: hidden;
  min-height: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.offer-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.offer-card__body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.offer-card span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-weight: 900;
}
.offer-card h3 {
  margin: 4px 0 0;
  font-size: 1.08rem;
}
.offer-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}
.offer-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}
.final-stage {
  padding-bottom: 12px;
}
#repuestos {
  padding-top: 22px;
}


.management-panel {
  padding: clamp(24px, 4vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, .45fr);
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(37,99,235,.08), rgba(255,255,255,.96) 45%),
    #fff;
}
.management-panel h2 {
  max-width: 850px;
  margin: 4px 0 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: .96;
  letter-spacing: -.045em;
}
.management-panel p {
  max-width: 880px;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: clamp(.98rem, 1.1vw, 1.08rem);
  line-height: 1.65;
}
.management-panel strong {
  display: inline-flex;
  margin-top: 4px;
  padding: 12px 16px;
  color: #0b1a2c;
  background: #eef4ff;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
}
.management-panel__actions {
  display: grid;
  gap: 10px;
}
.management-panel__actions .btn {
  width: 100%;
}
@media (max-width: 900px) {
  .management-panel { grid-template-columns: 1fr; }
  .management-panel__actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .management-panel__actions .btn:last-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .management-panel { padding: 20px; }
  .management-panel__actions { grid-template-columns: 1fr; }
  .management-panel__actions .btn:last-child { grid-column: auto; }
}


@media (max-width: 900px) {
  .step__icon { width: 60px; height: 60px; }
}

@media (max-width: 560px) {
  .step { gap: 6px; }
  .step__number { font-size: 1.8rem; }
  .step__icon { width: 52px; height: 52px; }
  .step strong { font-size: .84rem; }
}


/* Compact home sections */
.section-head__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.compact-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.compact-service-card {
  min-height: 150px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.compact-service-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.compact-service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .9rem;
}
.service-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.service-chip-list span {
  padding: 10px 13px;
  color: #1a4d9e;
  background: #f3f7ff;
  border: 1px solid #d7e5ff;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
}
.work-summary {
  padding: 18px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 18px;
  align-items: center;
}
.work-summary__copy h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
}
.work-summary__copy p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}
.before-grid--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.before-grid--compact .before-card:last-child {
  grid-column: auto;
}
.before-grid--compact .before-card img {
  height: 135px;
}

@media (max-width: 900px) {
  .compact-service-grid,
  .work-summary,
  .before-grid--compact {
    grid-template-columns: 1fr;
  }
  .section-head__actions {
    justify-content: flex-start;
  }
}


@media (max-width: 720px) {
  .hero-about-link {
    margin-top: 14px;
    padding: 12px 13px;
  }
  .hero-about-link strong {
    font-size: .88rem;
  }
}

/* Mobile refinement: compact service presentation cards */
@media (max-width: 720px) {
  .offer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .offer-card {
    min-height: 0;
    border-radius: 14px;
  }

  .offer-card__media {
    aspect-ratio: 16 / 10;
  }

  .offer-card__body {
    padding: 16px 18px 18px;
    gap: 8px;
  }

  .offer-card span {
    width: 38px;
    height: 38px;
    font-size: .98rem;
  }

  .offer-card h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .offer-card p {
    font-size: .88rem;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  .offer-card__body {
    padding: 15px 16px 16px;
  }

  .offer-card p {
    font-size: .85rem;
  }
}


/* Quiénes somos: imagen profesional junto al texto */
.about-showcase {
  overflow: hidden;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: stretch;
  background: #fff;
}
.about-showcase__media {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}
.about-showcase__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.about-showcase__copy {
  padding: clamp(24px, 4vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.about-showcase__copy h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.about-showcase__copy p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.65;
}
.about-showcase__copy .btn {
  width: fit-content;
  margin-top: 6px;
}
@media (max-width: 900px) {
  .about-showcase {
    grid-template-columns: 1fr;
  }
  .about-showcase__media {
    min-height: 320px;
  }
}
@media (max-width: 560px) {
  .about-showcase {
    margin-bottom: 18px;
    border-radius: 15px;
  }
  .about-showcase__media {
    min-height: 230px;
  }
  .about-showcase__copy {
    padding: 20px;
  }
  .about-showcase__copy h2 {
    font-size: 1.65rem;
    line-height: 1.05;
  }
  .about-showcase__copy p {
    font-size: .9rem;
    line-height: 1.55;
  }
  .about-showcase__copy .btn {
    width: 100%;
  }
}


/* Ajuste tamaño Instagram estilo H&G: cards más compactas en escritorio y móvil */
.instagram-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: 1180px !important;
  align-items: start !important;
}

.instagram-card {
  height: 560px !important;
  min-height: 0 !important;
  max-height: 560px !important;
  padding: 10px !important;
  border-radius: 20px !important;
  display: block !important;
  overflow: hidden !important;
}

.instagram-card .instagram-media,
.instagram-card iframe {
  width: 100% !important;
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
  border-radius: 16px !important;
}

@media (max-width: 1024px) {
  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 840px !important;
  }
}

@media (max-width: 760px) {
  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    gap: 10px !important;
  }

  .instagram-card {
    height: 390px !important;
    max-height: 390px !important;
    padding: 7px !important;
    border-radius: 16px !important;
  }

  .instagram-card .instagram-media,
  .instagram-card iframe {
    height: 376px !important;
    min-height: 376px !important;
    max-height: 376px !important;
    border-radius: 12px !important;
  }
}

@media (max-width: 430px) {
  .instagram-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    gap: 8px !important;
  }

  .instagram-card {
    height: 360px !important;
    max-height: 360px !important;
    padding: 6px !important;
    border-radius: 14px !important;
  }

  .instagram-card .instagram-media,
  .instagram-card iframe {
    height: 348px !important;
    min-height: 348px !important;
    max-height: 348px !important;
    border-radius: 10px !important;
  }
}

/* Ajuste solicitado: Instagram en 4 columnas en escritorio */
@media (min-width: 1025px) {
  .instagram-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    max-width: 1280px !important;
    gap: 14px !important;
  }

  .instagram-card {
    height: 520px !important;
    max-height: 520px !important;
    padding: 8px !important;
  }

  .instagram-card .instagram-media,
  .instagram-card iframe {
    height: 504px !important;
    min-height: 504px !important;
    max-height: 504px !important;
  }
}


/* Topbar social icons aligned with H&G style */
@media (max-width: 1120px) {
  .topbar__items .topbar__item:nth-child(3) { display: none; }
  .topbar__social-link span { display: none; }
  .topbar__social-link { width: 30px; height: 30px; padding: 0; justify-content: center; }
  .topbar__cta { display: none; }
}

@media (max-width: 720px) {
  .topbar__inner { gap: 8px; }
  .topbar__items { flex: 1 1 auto; min-width: 0; }
  .topbar__item:first-child { width: auto; flex: 1 1 auto; }
  .topbar__item:first-child span { max-width: 150px; }
  .topbar__item:nth-child(n+2) { display: none; }
  .topbar__socials { gap: 6px; }
  .topbar__social-link { width: 28px; height: 28px; }
  .topbar__social-link svg { width: 14px; height: 14px; }
}

@media (max-width: 380px) {
  .topbar__item:first-child span { max-width: 118px; }
  .topbar__socials { gap: 5px; }
  .topbar__social-link { width: 27px; height: 27px; }
}

/* Social icons from H&G visual style as local assets */
.topbar__social-link .social-icon-img,
.socials .social-icon-img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.22));
}

.topbar__social-link {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.14);
}

.topbar__social-link:hover {
  background: rgba(255,255,255,.12);
}

.topbar__social-link svg {
  display: none;
}

.socials a {
  overflow: hidden;
}

.socials svg {
  display: none;
}

@media (max-width: 1120px) {
  .topbar__social-link .social-icon-img { width: 21px; height: 21px; }
}

@media (max-width: 720px) {
  .topbar__social-link .social-icon-img { width: 20px; height: 20px; }
}


/* Topbar phone contacts use WhatsApp brand icons */
.topbar__item--whatsapp .social-icon-img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.22));
}

.topbar__item--whatsapp svg {
  display: none;
}


/* Ajuste topbar: redes sociales como íconos simples, sin botones */
.topbar__socials {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.topbar__social-link {
  width: 24px !important;
  height: 24px !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: inherit;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 0;
  line-height: 1;
  overflow: visible;
  transition: transform .2s ease, opacity .2s ease;
}

.topbar__social-link:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: translateY(-1px) scale(1.05);
  opacity: .92;
}

.topbar__social-link span {
  display: none !important;
}

.topbar__social-link .social-icon-img {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.28));
}

@media (max-width: 720px) {
  .topbar__socials { gap: 10px; }
  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 22px !important;
    height: 22px !important;
  }
}


/* Ajuste solicitado: Instagram y Facebook junto a los datos de contacto en la izquierda */
.topbar__inner {
  justify-content: flex-start;
}
.topbar__items {
  flex: 0 1 auto;
}
.topbar__socials--inline {
  margin-left: 0 !important;
  padding-left: 0;
}
@media (max-width: 720px) {
  .topbar__socials--inline {
    margin-left: 0 !important;
  }
  .topbar__item:first-child {
    flex: 0 1 auto !important;
  }
}

/* Ajuste solicitado: CTA de evaluación separado al extremo derecho */
.topbar__inner {
  justify-content: space-between;
}
.topbar__items {
  flex: 1 1 auto;
}
.topbar__cta {
  margin-left: auto;
  flex: 0 0 auto;
}

/* Ajuste solicitado: mantener visibles los dos números de WhatsApp en móvil */
@media (max-width: 720px) {
  .topbar__inner {
    min-height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: flex-start;
  }

  .topbar__items {
    width: 100% !important;
    flex: 1 1 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 7px 12px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    display: inline-flex !important;
    width: auto !important;
    flex: 0 0 auto !important;
    font-size: .68rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .topbar__item:first-child {
    display: inline-flex !important;
    width: 100% !important;
    flex: 1 1 100% !important;
  }

  .topbar__item:first-child span {
    max-width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar__item--whatsapp .social-icon-img {
    width: 18px !important;
    height: 18px !important;
  }

  .topbar__socials--inline {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    gap: 8px !important;
    margin-left: 0 !important;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 20px !important;
    height: 20px !important;
  }

  .topbar__cta {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .topbar__items {
    gap: 6px 9px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    font-size: .64rem;
  }

  .topbar__item--whatsapp .social-icon-img {
    width: 17px !important;
    height: 17px !important;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 19px !important;
    height: 19px !important;
  }
}

/* Corrección móvil: topbar completa + barra inferior con íconos proporcionados */
.mobile-bottom .social-icon-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

@media (max-width: 720px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }

  .topbar {
    overflow: visible;
  }

  .topbar__inner {
    display: block !important;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .topbar__items {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 6px 10px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0;
    flex: initial !important;
    font-size: .68rem;
    line-height: 1.2;
    white-space: nowrap;
  }

  .topbar__item:first-child {
    grid-column: 1 / 2;
    grid-row: 1;
    width: auto !important;
    flex: initial !important;
  }

  .topbar__item:first-child span {
    max-width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .topbar__item:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2;
  }

  .topbar__item:nth-child(3) {
    grid-column: 2 / 4;
    grid-row: 2;
  }

  .topbar__socials--inline {
    grid-column: 2 / 4;
    grid-row: 1;
    justify-self: end;
    display: inline-flex !important;
    align-items: center;
    gap: 8px !important;
    margin-left: 0 !important;
  }

  .topbar__item--whatsapp .social-icon-img {
    width: 17px !important;
    height: 17px !important;
    object-fit: contain;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 20px !important;
    height: 20px !important;
  }

  .topbar__cta {
    display: none !important;
  }

  .float-whatsapp {
    display: none !important;
  }

  .mobile-bottom {
    display: grid !important;
    height: calc(68px + env(safe-area-inset-bottom));
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    overflow: hidden;
  }

  .mobile-bottom a {
    overflow: hidden;
  }

  .mobile-bottom svg,
  .mobile-bottom .social-icon-img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    object-fit: contain;
  }
}

@media (max-width: 380px) {
  .topbar__items {
    gap: 5px 7px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    font-size: .61rem;
  }

  .topbar__item--whatsapp .social-icon-img,
  .mobile-bottom .social-icon-img,
  .mobile-bottom svg {
    width: 17px !important;
    height: 17px !important;
    max-width: 17px !important;
    max-height: 17px !important;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 18px !important;
    height: 18px !important;
  }
}

/* Corrección final móvil: topbar ordenada en dos filas */
@media (max-width: 720px) {
  .topbar__inner {
    display: block !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .topbar__items {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, max-content) max-content 1fr !important;
    grid-template-areas:
      "address socials ."
      "phone1 phone2 ." !important;
    justify-content: start !important;
    align-items: center !important;
    column-gap: 14px !important;
    row-gap: 7px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    flex: initial !important;
    font-size: .66rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .topbar__item:first-child {
    grid-area: address !important;
    max-width: 210px !important;
  }

  .topbar__item:first-child span {
    max-width: 185px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .topbar__item:nth-child(2) {
    grid-area: phone1 !important;
  }

  .topbar__item:nth-child(3) {
    grid-area: phone2 !important;
  }

  .topbar__socials--inline {
    grid-area: socials !important;
    justify-self: start !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 0 !important;
  }

  .topbar__item--whatsapp .social-icon-img {
    width: 16px !important;
    height: 16px !important;
    max-width: 16px !important;
    max-height: 16px !important;
    object-fit: contain !important;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
  }

  .topbar__cta {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .topbar__items {
    column-gap: 10px !important;
    row-gap: 6px !important;
  }

  .topbar__item,
  .topbar__item:nth-child(n+2) {
    font-size: .58rem !important;
  }

  .topbar__item:first-child {
    max-width: 178px !important;
  }

  .topbar__item:first-child span {
    max-width: 154px !important;
  }

  .topbar__item--whatsapp .social-icon-img {
    width: 15px !important;
    height: 15px !important;
    max-width: 15px !important;
    max-height: 15px !important;
  }

  .topbar__social-link,
  .topbar__social-link .social-icon-img {
    width: 18px !important;
    height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
  }
}

/* Desktop navbar: center the logo inside the free space to the left of navigation. */
@media (min-width: 1121px) {
  .site-header__inner {
    grid-template-columns: minmax(320px, 1fr) auto auto;
  }

  .brand {
    justify-self: stretch;
    justify-content: center;
  }

  .main-nav {
    justify-self: end;
  }

  .header-actions {
    justify-self: end;
  }
}

/* Ajuste final del logo en navbar: centrado cuando se utiliza menú hamburguesa */
@media (max-width: 1120px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 0;
  }

  .site-header__inner::before {
    content: "";
    grid-column: 1;
    width: 42px;
    height: 42px;
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    margin: 0;
  }

  .menu-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-left: 0;
  }
}


/* Ajuste del título principal del hero en móvil: máximo visual de dos líneas */
@media (max-width: 720px) {
  .hero h1 {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.82rem, 8.2vw, 2.25rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: clamp(1.7rem, 7.8vw, 1.95rem);
  }
}

/* Hero móvil: contenido simplificado según indicación del cliente */
@media (max-width: 720px) {
  .hero__copy > .lead,
  .hero__actions {
    display: none !important;
  }

  .hero__copy {
    padding-bottom: 190px;
  }

  .hero-about-link {
    margin-top: 16px;
  }
}

/* Hero móvil: jerarquía y espaciado visual más profesional */
@media (max-width: 720px) {
  .hero__copy {
    width: 100%;
    max-width: 100%;
    padding: 54px 0 176px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .hero__eyebrow {
    width: min(100%, 34rem);
    margin: 0 0 12px;
    font-size: clamp(.67rem, 2.8vw, .78rem);
    line-height: 1.45;
    letter-spacing: .105em;
    text-wrap: balance;
  }

  .hero h1 {
    width: 100%;
    max-width: 17ch;
    margin: 0;
    font-size: clamp(1.9rem, 8.8vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    text-wrap: balance;
  }

  .hero__slogan {
    width: min(100%, 31rem);
    margin: 18px 0 0;
    padding: 12px 14px;
    font-size: clamp(.86rem, 3.5vw, .98rem);
    line-height: 1.45;
    border-left-width: 3px;
    border-radius: 12px;
  }

  .hero-about-link {
    width: min(100%, 31rem);
    margin-top: 14px;
    padding: 12px 14px;
    gap: 3px;
  }

  .hero-about-link span {
    font-size: .65rem;
    letter-spacing: .12em;
  }

  .hero-about-link strong {
    font-size: .84rem;
    line-height: 1.4;
  }

  .hero-about-link small {
    margin-top: 2px;
    font-size: .77rem;
  }
}

@media (max-width: 380px) {
  .hero__copy {
    padding-top: 46px;
  }

  .hero h1 {
    max-width: 18ch;
    font-size: clamp(1.72rem, 8.4vw, 2rem);
  }

  .hero__slogan,
  .hero-about-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/* Ajuste solicitado del hero: título principal en una sola línea y eslogan inferior más discreto */
.hero #hero-title {
  max-width: none;
  margin-bottom: 12px;
  font-size: clamp(2.05rem, 3.5vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.hero__slogan {
  margin: 0;
  padding: 10px 14px;
  max-width: min(100%, 600px);
  font-size: clamp(.92rem, 1.05vw, 1.06rem);
  line-height: 1.38;
  font-weight: 700;
}

@media (max-width: 1120px) {
  .hero #hero-title {
    font-size: clamp(1.95rem, 3.8vw, 3.2rem);
  }

  .hero__slogan {
    max-width: min(100%, 520px);
    font-size: clamp(.9rem, 1.8vw, 1rem);
  }
}

@media (max-width: 720px) {
  .hero #hero-title {
    max-width: 17ch;
    white-space: normal;
    font-size: clamp(1.9rem, 8.8vw, 2.35rem);
  }

  .hero__slogan {
    margin: 16px 0 0;
    padding: 10px 12px;
    width: min(100%, 31rem);
    max-width: min(100%, 31rem);
    font-size: clamp(.8rem, 3.2vw, .92rem);
    line-height: 1.4;
  }
}

@media (max-width: 380px) {
  .hero #hero-title {
    max-width: 18ch;
    font-size: clamp(1.72rem, 8.4vw, 2rem);
  }
}


/* Hero limpio conservando las dimensiones originales */
.hero,
.hero__content {
  min-height: 560px;
}

.hero__copy {
  padding: 42px 0 90px;
}

@media (max-width: 1120px) {
  .hero,
  .hero__content {
    min-height: 620px;
  }

  .hero__copy {
    padding: 80px 0 90px;
  }
}

@media (max-width: 720px) {
  .hero,
  .hero__content {
    min-height: 670px;
  }

  .hero__copy {
    padding: 54px 0 176px;
  }
}

@media (max-width: 380px) {
  .hero__copy {
    padding: 46px 0 176px;
  }
}


/* Fotografías reales de antes y después en la página Trabajos */
#antes-despues .before-slider {
  min-height: 0;
  aspect-ratio: 1440 / 837;
}

#antes-despues .before-slider img {
  object-position: center center;
}

@media (max-width: 720px) {
  #antes-despues .before-slider {
    aspect-ratio: 4 / 3;
  }
}


/* Galería completa de trabajos reales antes y después */
#antes-despues .section-head p {
  max-width: 720px;
  margin: 8px 0 0;
}

.before-after-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.before-after-project {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(7, 22, 40, .10);
}

.before-after-project:first-child {
  grid-column: 1 / -1;
}

.before-after-project__head {
  min-height: 128px;
  padding: 20px 22px 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.before-after-project__head span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.before-after-project__head h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.before-after-project__head p {
  max-width: 300px;
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}

#antes-despues .before-slider {
  min-height: 0;
  border-radius: 0;
}

#antes-despues .before-slider--truck {
  aspect-ratio: 1440 / 837;
}

#antes-despues .before-slider--hood {
  aspect-ratio: 2 / 1;
}

#antes-despues .before-slider--tires {
  aspect-ratio: 8 / 5;
}

#antes-despues .before-slider img {
  object-position: center center;
}

.before-slider__label {
  position: absolute;
  z-index: 3;
  top: 14px;
  padding: 7px 11px;
  color: #ffffff;
  background: rgba(4, 12, 22, .76);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  pointer-events: none;
  backdrop-filter: blur(6px);
}

.before-slider__label--before {
  left: 14px;
}

.before-slider__label--after {
  right: 14px;
}

@media (max-width: 880px) {
  .before-after-gallery {
    grid-template-columns: 1fr;
  }

  .before-after-project:first-child {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .before-after-gallery {
    gap: 16px;
  }

  .before-after-project__head {
    min-height: 0;
    padding: 17px 16px 15px;
    display: block;
  }

  .before-after-project__head p {
    max-width: none;
    margin-top: 7px;
  }

  #antes-despues .before-slider--truck,
  #antes-despues .before-slider--hood,
  #antes-despues .before-slider--tires {
    aspect-ratio: 4 / 3;
  }

  .before-slider__label {
    top: 10px;
    padding: 6px 9px;
    font-size: .65rem;
  }

  .before-slider__label--before {
    left: 10px;
  }

  .before-slider__label--after {
    right: 10px;
  }
}


/* Iconos del proceso de pintura y desabolladura */
.process-card {
  min-height: 210px;
  padding: 18px 12px 17px;
  justify-content: flex-start;
  gap: 10px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 117, 235, .38);
  box-shadow: 0 16px 34px rgba(20, 86, 200, .12);
}

.process-card__icon {
  width: 100%;
  max-width: 132px;
  height: 118px;
  flex: 0 0 118px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.process-card strong {
  margin-top: auto;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .84rem;
  line-height: 1.32;
}

@media (max-width: 1280px) {
  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
  }
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-card {
    min-height: 195px;
  }

  .process-card__icon {
    max-width: 120px;
    height: 105px;
    flex-basis: 105px;
  }
}

@media (max-width: 480px) {
  .process-grid {
    gap: 9px;
  }

  .process-card {
    min-height: 170px;
    padding: 13px 7px 12px;
  }

  .process-card__icon {
    max-width: 98px;
    height: 88px;
    flex-basis: 88px;
  }

  .process-card strong {
    min-height: 38px;
    font-size: .75rem;
  }
}


/* =========================================================
   Página Pintura: estructura comercial precisa y concisa
   ========================================================= */
.paint-page .paint-hero {
  min-height: 500px;
}

.paint-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
}

.paint-page .paint-hero::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 9, 16, .98) 0%, rgba(3, 9, 16, .86) 38%, rgba(3, 9, 16, .26) 75%, rgba(3, 9, 16, .12) 100%);
}

.paint-page .paint-hero__content {
  min-height: 500px;
  max-width: 760px;
  padding-top: 42px;
  padding-bottom: 52px;
}

.paint-hero__eyebrow {
  margin-bottom: 12px;
  color: #8db7ff;
}

.paint-page .paint-hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.75rem, 5vw, 5rem);
  line-height: .94;
  letter-spacing: -.055em;
}

.paint-page .paint-hero p {
  max-width: 590px;
  margin-top: 16px;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.55;
}

.paint-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.paint-hero__meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.paint-hero__meta span {
  padding: 7px 11px;
  color: #dbe8f8;
  background: rgba(8, 20, 34, .6);
  border: 1px solid rgba(141, 183, 255, .28);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}

.paint-section-head {
  margin-bottom: 24px;
}

.paint-section-head h2 {
  margin-bottom: 7px;
}

.paint-section-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.paint-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.paint-service-card {
  min-height: 168px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(7, 22, 40, .06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.paint-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 117, 235, .36);
  box-shadow: 0 17px 36px rgba(20, 86, 200, .11);
}

.paint-service-card img {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
  object-fit: contain;
}

.paint-service-card h3 {
  margin: 0 0 7px;
  font-size: 1.05rem;
}

.paint-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.48;
}

.paint-page .paint-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  overflow: visible;
}

.paint-page .paint-process-grid .process-card {
  position: relative;
  min-height: 190px;
  padding: 17px 12px 15px;
  background: #fff;
  border-radius: 16px;
}

.paint-page .paint-process-grid .process-card__icon {
  max-width: 116px;
  height: 105px;
  flex-basis: 105px;
}

.paint-page .paint-process-grid .process-card strong {
  min-height: auto;
  margin-top: 2px;
  font-size: .84rem;
}

.paint-step-number {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 9px;
  font-size: .67rem;
  font-weight: 900;
  box-shadow: 0 7px 16px rgba(47, 117, 235, .24);
}

.paint-quote-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  color: #fff;
  background: #07101b;
  border: 1px solid #1a2b40;
  border-radius: 22px;
  box-shadow: 0 22px 52px rgba(5, 17, 31, .18);
}

.paint-quote-card__media {
  min-height: 420px;
}

.paint-quote-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.paint-quote-card__content {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paint-quote-card__content .eyebrow {
  color: #8db7ff;
}

.paint-quote-card__content h2 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.paint-quote-card__content > p {
  margin: 0;
  color: #c8d6e6;
}

.paint-quote-list {
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.paint-quote-list li {
  position: relative;
  padding-left: 27px;
  color: #f3f7fb;
  font-weight: 700;
}

.paint-quote-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #75a9ff;
  font-weight: 950;
}

.paint-quote-card__content .paint-quote-note {
  padding: 11px 13px;
  color: #aebed0;
  background: rgba(255, 255, 255, .05);
  border-left: 3px solid #4d8cff;
  border-radius: 8px;
  font-size: .82rem;
  line-height: 1.45;
}

.paint-quote-actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.paint-text-link {
  color: #a9c8ff;
  font-weight: 800;
}

.paint-text-link:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .paint-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paint-quote-card {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .paint-page .paint-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paint-quote-card {
    grid-template-columns: 1fr;
  }

  .paint-quote-card__media {
    min-height: 300px;
  }
}

@media (max-width: 720px) {
  .paint-page .paint-hero,
  .paint-page .paint-hero__content {
    min-height: 610px;
  }

  .paint-page .paint-hero::after {
    background: linear-gradient(180deg, rgba(3, 9, 16, .22) 0%, rgba(3, 9, 16, .58) 42%, rgba(3, 9, 16, .98) 78%);
  }

  .paint-page .paint-hero__content {
    justify-content: flex-end;
    padding-top: 130px;
    padding-bottom: 54px;
  }

  .paint-page .paint-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.35rem, 11.5vw, 3.4rem);
  }

  .paint-page .paint-hero p {
    max-width: 34rem;
    font-size: .96rem;
  }

  .paint-hero__actions {
    width: 100%;
  }

  .paint-hero__actions .btn {
    flex: 1 1 180px;
  }

  .paint-services-grid {
    grid-template-columns: 1fr;
  }

  .paint-service-card {
    min-height: 0;
    padding: 15px;
  }

  .paint-service-card img {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .paint-page .paint-process-grid .process-card {
    min-height: 164px;
  }

  .paint-page .paint-process-grid .process-card__icon {
    max-width: 92px;
    height: 82px;
    flex-basis: 82px;
  }

  .paint-quote-card__media {
    min-height: 240px;
  }

  .paint-quote-card__content {
    padding: 24px 19px 26px;
  }

  .paint-quote-actions .btn {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .paint-page .paint-process-grid {
    gap: 9px;
  }

  .paint-page .paint-process-grid .process-card {
    min-height: 152px;
    padding: 13px 7px 12px;
  }

  .paint-page .paint-process-grid .process-card strong {
    font-size: .73rem;
  }

  .paint-step-number {
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
  }
}


/* Imagen representativa para cotización mediante fotografías */
.paint-quote-card__media img[src$="cotizacion-fotos-auto.webp"] {
  object-position: center center;
}


/* =========================================================
   Página Mecánica: estructura clara, compacta y responsiva
   ========================================================= */
.mechanic-page .mechanic-hero {
  min-height: 510px;
  display: flex;
  align-items: center;
  background: #07101b;
}

.mechanic-page .mechanic-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,10,17,.98) 0%, rgba(4,10,17,.9) 38%, rgba(4,10,17,.35) 72%, rgba(4,10,17,.12) 100%);
  pointer-events: none;
}

.mechanic-page .mechanic-hero .page-hero__image {
  object-position: 70% center;
}

.mechanic-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 62px;
  padding-bottom: 66px;
  color: #fff;
}

.mechanic-hero__content .breadcrumbs,
.mechanic-hero__content .breadcrumbs a,
.mechanic-hero__content .breadcrumbs span {
  color: rgba(255,255,255,.72);
}

.mechanic-hero__eyebrow { color: #8db7ff; }

.mechanic-hero__content h1 {
  max-width: 760px;
  margin: 9px 0 16px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.mechanic-hero__content > p {
  max-width: 610px;
  margin: 0;
  color: #dce6f1;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.mechanic-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.mechanic-hero__meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mechanic-hero__meta span {
  padding: 7px 11px;
  color: #fff;
  background: rgba(9,25,44,.7);
  border: 1px solid rgba(141,183,255,.33);
  border-radius: 999px;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.mechanic-section-head p {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--muted);
}

.mechanic-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mechanic-service-card {
  min-height: 150px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 12px 30px rgba(7,22,40,.06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mechanic-service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47,117,235,.38);
  box-shadow: 0 17px 36px rgba(20,86,200,.11);
}

.mechanic-service-icon {
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  display: grid;
  place-items: center;
  color: #2f75eb;
  background: linear-gradient(145deg, #f5f9ff, #e4efff);
  border: 1px solid #cfddf1;
  border-radius: 17px;
}

.mechanic-service-icon svg { width: 34px; height: 34px; }

.mechanic-service-card h3 {
  margin: 0 0 6px;
  font-size: 1.02rem;
  line-height: 1.25;
}

.mechanic-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .87rem;
  line-height: 1.48;
}

.mechanic-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mechanic-process-card {
  padding: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
}

.mechanic-process-card > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  border-radius: 13px;
  font-size: .77rem;
  font-weight: 900;
}

.mechanic-process-card h3 { margin: 1px 0 6px; font-size: 1rem; }
.mechanic-process-card p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.5; }

.mechanic-evaluation-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
}

.mechanic-evaluation-copy {
  min-height: 100%;
  padding: 30px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(5,14,25,.97), rgba(15,47,96,.9)),
    url('assets/img/mecanica.webp') center/cover;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7,22,40,.16);
}

.mechanic-evaluation-copy .eyebrow { color: #91baff; }
.mechanic-evaluation-copy h2 { margin: 8px 0 12px; color: #fff; font-size: clamp(1.8rem, 3.1vw, 3rem); }
.mechanic-evaluation-copy > p { max-width: 520px; margin: 0; color: #dce6f1; line-height: 1.58; }

.mechanic-info-list {
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.mechanic-info-list li {
  padding: 12px 13px;
  color: #eaf1f8;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  font-size: .9rem;
  line-height: 1.45;
}

.mechanic-info-list strong { color: #fff; }

.mechanic-evaluation-note {
  margin-top: 17px;
  padding: 13px 14px;
  color: #cfdbea;
  background: rgba(3,10,18,.45);
  border-left: 3px solid #4d8cff;
  border-radius: 10px;
  font-size: .82rem;
  line-height: 1.5;
}

.mechanic-form {
  padding: 26px;
  border-radius: 18px;
}

.mechanic-form__head { margin-bottom: 20px; }
.mechanic-form__head h2 { margin: 6px 0 6px; font-size: clamp(1.65rem, 2.4vw, 2.35rem); }
.mechanic-form__head p { margin: 0; color: var(--muted); }
.mechanic-form textarea { min-height: 112px; }

@media (max-width: 1000px) {
  .mechanic-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mechanic-evaluation-layout { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .mechanic-page .mechanic-hero { min-height: 590px; align-items: flex-end; }
  .mechanic-page .mechanic-hero::after {
    background: linear-gradient(180deg, rgba(4,10,17,.25) 0%, rgba(4,10,17,.67) 45%, rgba(4,10,17,.98) 82%);
  }
  .mechanic-page .mechanic-hero .page-hero__image { object-position: 63% center; }
  .mechanic-hero__content { padding-top: 210px; padding-bottom: 54px; }
  .mechanic-hero__content h1 { max-width: 13ch; font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .mechanic-hero__actions { display: grid; grid-template-columns: 1fr; }
  .mechanic-hero__actions .btn { width: 100%; }
  .mechanic-services-grid,
  .mechanic-process-grid { grid-template-columns: 1fr; }
  .mechanic-service-card { min-height: 0; padding: 16px; }
  .mechanic-service-icon { width: 58px; height: 58px; flex-basis: 58px; }
  .mechanic-service-icon svg { width: 30px; height: 30px; }
  .mechanic-process-card { padding: 18px; }
  .mechanic-evaluation-copy,
  .mechanic-form { padding: 21px; }
}

@media (max-width: 420px) {
  .mechanic-hero__meta span { font-size: .66rem; }
  .mechanic-service-card { align-items: flex-start; }
}


/* =========================================================
   Página Repuestos: estructura comercial compacta
   ========================================================= */
.parts-page .parts-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #07101b;
}

.parts-page .parts-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 11, 20, .98) 0%, rgba(4, 11, 20, .9) 38%, rgba(4, 11, 20, .35) 70%, rgba(4, 11, 20, .12) 100%),
    linear-gradient(180deg, rgba(4, 11, 20, .08), rgba(4, 11, 20, .42));
  pointer-events: none;
}

.parts-page .parts-hero .page-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.parts-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.parts-hero__content .breadcrumbs,
.parts-hero__content .breadcrumbs a,
.parts-hero__content .breadcrumbs span { color: rgba(255,255,255,.72); }

.parts-hero__eyebrow { color: #8db7ff; }

.parts-hero__content h1 {
  max-width: 730px;
  margin: 10px 0 16px;
  color: #fff;
  font-size: clamp(2.75rem, 5vw, 5.1rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.parts-hero__content > p {
  max-width: 620px;
  margin: 0;
  color: #dce5ef;
  font-size: clamp(1rem, 1.4vw, 1.16rem);
  line-height: 1.58;
}

.parts-hero__actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.parts-hero__meta {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.parts-hero__meta span {
  padding: 8px 11px;
  color: #eaf2ff;
  background: rgba(8, 20, 36, .66);
  border: 1px solid rgba(141, 183, 255, .3);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
}

.parts-section-head p {
  max-width: 650px;
  margin: 7px 0 0;
  color: var(--muted);
}

.parts-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.parts-category-card {
  min-height: 148px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(7, 22, 40, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.parts-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 117, 235, .34);
  box-shadow: 0 17px 36px rgba(20, 86, 200, .1);
}

.parts-category-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  color: #2f75eb;
  background: linear-gradient(145deg, #f5f9ff, #eaf2ff);
  border: 1px solid #d3e3ff;
  border-radius: 15px;
}

.parts-category-icon svg { width: 31px; height: 31px; }
.parts-category-card h3 { margin: 0 0 6px; font-size: 1rem; }
.parts-category-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.48; }

.parts-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.parts-process-card {
  min-height: 138px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.parts-process-card > span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  border-radius: 12px;
  font-size: .74rem;
  font-weight: 900;
}

.parts-process-card h3 { margin: 1px 0 6px; font-size: 1rem; }
.parts-process-card p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.5; }

.parts-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, .72fr);
  gap: 18px;
  align-items: stretch;
}

.parts-inquiry-form { padding: 24px; }
.parts-form-head { margin-bottom: 19px; }
.parts-form-head h2 { margin: 5px 0 7px; }
.parts-form-head p { margin: 0; color: var(--muted); }

.parts-popular {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.parts-popular strong {
  width: 100%;
  margin-bottom: 1px;
  color: var(--ink);
  font-size: .75rem;
}

.parts-popular button {
  min-height: 31px;
  padding: 6px 10px;
  color: #1a4d9e;
  background: #f3f7ff;
  border: 1px solid #d7e5ff;
  border-radius: 999px;
  font: inherit;
  font-size: .7rem;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.parts-popular button:hover {
  transform: translateY(-1px);
  background: #e8f1ff;
  border-color: #b9d1fa;
}

.parts-inquiry-aside {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
  background: #07101b;
  border: 1px solid #1d3047;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(6, 18, 33, .18);
}

.parts-inquiry-photo { min-height: 225px; overflow: hidden; }
.parts-inquiry-photo img { width: 100%; height: 100%; object-fit: cover; }
.parts-inquiry-copy { padding: 22px; }
.parts-inquiry-copy .eyebrow { color: #8db7ff; }
.parts-inquiry-copy h2 { margin: 5px 0 15px; color: #fff; font-size: clamp(1.5rem, 2.2vw, 2.15rem); }

.parts-info-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.parts-info-list li {
  position: relative;
  padding-left: 24px;
  color: #dce5ef;
  font-size: .88rem;
  line-height: 1.45;
}

.parts-info-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5d9bff;
  font-weight: 900;
}

.parts-stock-note {
  margin: 17px 0;
  padding: 12px 13px;
  color: #d8e3ef;
  background: rgba(255,255,255,.06);
  border-left: 3px solid #4c8dff;
  border-radius: 10px;
  font-size: .78rem;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .parts-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .parts-inquiry-layout { grid-template-columns: 1fr; }
  .parts-inquiry-aside { display: grid; grid-template-columns: .85fr 1.15fr; }
  .parts-inquiry-photo { min-height: 100%; }
}

@media (max-width: 720px) {
  .parts-page .parts-hero { min-height: 590px; align-items: flex-end; }
  .parts-page .parts-hero::after {
    background: linear-gradient(180deg, rgba(4,11,20,.3) 0%, rgba(4,11,20,.66) 45%, rgba(4,11,20,.98) 82%);
  }
  .parts-page .parts-hero .page-hero__image { object-position: 57% center; }
  .parts-hero__content { padding-top: 210px; padding-bottom: 50px; }
  .parts-hero__content h1 { max-width: 12ch; font-size: clamp(2.15rem, 10vw, 3.15rem); }
  .parts-hero__actions { display: grid; grid-template-columns: 1fr; }
  .parts-hero__actions .btn { width: 100%; }
  .parts-category-grid,
  .parts-process-grid { grid-template-columns: 1fr; }
  .parts-category-card { min-height: 0; padding: 16px; }
  .parts-inquiry-form { padding: 18px 16px; }
  .parts-inquiry-aside { display: flex; }
  .parts-inquiry-photo { min-height: 205px; }
  .parts-inquiry-copy { padding: 18px 16px; }
}


/* =========================================================
   Contacto: página simplificada y orientada a conversión
   ========================================================= */
.contact-hero {
  min-height: 500px;
  overflow: hidden;
  background: #07101b;
}
.contact-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,10,17,.97) 0%, rgba(4,10,17,.86) 38%, rgba(4,10,17,.22) 72%, rgba(4,10,17,.08) 100%);
}
.contact-hero .page-hero__image {
  object-position: 66% center;
}
.contact-hero__content {
  position: relative;
  z-index: 2;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}
.contact-hero__eyebrow { color: #8db7ff; }
.contact-hero h1 {
  max-width: 760px;
  margin: 10px 0 14px;
  color: #fff;
  font-size: clamp(2.7rem, 5.2vw, 5.3rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.contact-hero p {
  max-width: 610px;
  margin: 0;
  color: #d7e2ef;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}
.contact-hero__actions {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.contact-hero__meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-hero__meta span {
  padding: 8px 11px;
  color: #dce8f8;
  background: rgba(8,18,31,.64);
  border: 1px solid rgba(141,183,255,.28);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 800;
}
.contact-section-head p {
  max-width: 680px;
  margin: 7px 0 0;
  color: var(--muted);
}
.contact-channel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.contact-channel-card {
  min-height: 152px;
  padding: 18px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-content: center;
  gap: 8px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 13px 30px rgba(7,22,40,.07);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-channel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(47,117,235,.38);
  box-shadow: 0 18px 38px rgba(20,86,200,.12);
}
.contact-channel-card__icon {
  width: 48px;
  height: 48px;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #edf4ff;
  border-radius: 13px;
}
.contact-channel-card__icon svg { width: 25px; height: 25px; }
.contact-channel-card strong { display: block; font-size: .98rem; }
.contact-channel-card small { display: block; margin-top: 3px; color: var(--muted); font-size: .79rem; }
.contact-channel-card b {
  grid-column: 2;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
}
.contact-request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr);
  gap: 20px;
  align-items: start;
}
.contact-request-form {
  padding: 24px;
}
.contact-form-heading {
  margin-bottom: 19px;
  padding-bottom: 17px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}
.contact-form-heading > div { display: flex; align-items: center; gap: 11px; }
.contact-form-heading span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 11px;
  font-size: .78rem;
  font-weight: 900;
}
.contact-form-heading h3 { margin: 0; }
.contact-form-heading p { max-width: 300px; margin: 0; color: var(--muted); font-size: .78rem; text-align: right; }
.contact-form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .78rem;
}
.contact-request-aside {
  display: grid;
  gap: 15px;
}
.contact-evaluation-card {
  padding: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(47,117,235,.40), transparent 38%),
    linear-gradient(145deg, #081523, #102d5e);
  border: 1px solid rgba(141,183,255,.28);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7,22,40,.18);
}
.contact-evaluation-card .eyebrow { color: #9fc2ff; }
.contact-evaluation-card h3 { margin: 7px 0 8px; color: #fff; font-size: 1.45rem; }
.contact-evaluation-card p { margin: 0; color: #cfdbeb; font-size: .9rem; }
.contact-evaluation-card ul { margin: 16px 0 19px; padding: 0; list-style: none; display: grid; gap: 8px; }
.contact-evaluation-card li { position: relative; padding-left: 20px; color: #eef4fb; font-size: .84rem; }
.contact-evaluation-card li::before { content: "✓"; position: absolute; left: 0; color: #69a3ff; font-weight: 900; }
.contact-service-shortcuts {
  padding: 20px;
  display: grid;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 13px 30px rgba(7,22,40,.06);
}
.contact-service-shortcuts > .eyebrow { margin-bottom: 3px; }
.contact-service-shortcuts a {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.contact-service-shortcuts a:last-child { border-bottom: 0; }
.contact-service-shortcuts strong { font-size: .86rem; }
.contact-service-shortcuts span { color: var(--blue); font-size: .72rem; font-weight: 900; white-space: nowrap; }
.contact-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  gap: 18px;
  align-items: stretch;
}
.contact-map { min-height: 430px; overflow: hidden; }
.contact-map .map-card__iframe { min-height: 430px; }
.contact-location-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.contact-location-info h3 { margin: 7px 0 18px; font-size: 1.55rem; }
.contact-location-info dl { margin: 0 0 20px; display: grid; gap: 13px; }
.contact-location-info dl div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.contact-location-info dt { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-location-info dd { margin: 4px 0 0; color: var(--ink); font-size: .9rem; font-weight: 750; }
.contact-location-info .btn { margin-top: auto; }
.contact-video-card {
  margin-top: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(270px, .55fr) minmax(320px, .45fr);
  color: #fff;
  background: #081523;
  border: 1px solid #1b314c;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(7,22,40,.14);
}
.contact-video-card__copy {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contact-video-card__copy .eyebrow { color: #91b9ff; }
.contact-video-card__copy h3 { margin: 8px 0 8px; color: #fff; font-size: clamp(1.5rem, 2.5vw, 2.35rem); line-height: 1.05; }
.contact-video-card__copy p { max-width: 480px; margin: 0 0 18px; color: #cad7e6; }
.contact-video-card__embed {
  min-height: 430px;
  padding: 18px;
  display: grid;
  place-items: center;
  background: #050b12;
}
.contact-video-card__embed .instagram-media { min-width: 0 !important; width: 100% !important; max-width: 430px !important; margin: 0 auto !important; }

@media (max-width: 1120px) {
  .contact-channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-request-layout, .contact-location-grid { grid-template-columns: 1fr; }
  .contact-request-aside { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-map, .contact-map .map-card__iframe { min-height: 360px; }
  .contact-video-card { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .contact-hero { min-height: 590px; }
  .contact-hero::after { background: linear-gradient(180deg, rgba(4,10,17,.30), rgba(4,10,17,.88) 55%, rgba(4,10,17,.98)); }
  .contact-hero .page-hero__image { object-position: 66% center; }
  .contact-hero__content { min-height: 590px; justify-content: flex-end; padding-bottom: 54px; }
  .contact-hero h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .contact-hero__actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .contact-hero__meta { margin-top: 19px; }
  .contact-channel-grid { grid-template-columns: 1fr; gap: 10px; }
  .contact-channel-card { min-height: 0; padding: 14px; }
  .contact-request-form { padding: 17px; }
  .contact-form-heading { display: block; }
  .contact-form-heading p { max-width: none; margin-top: 8px; text-align: left; }
  .contact-request-aside { grid-template-columns: 1fr; }
  .contact-evaluation-card, .contact-service-shortcuts, .contact-location-info { padding: 18px; }
  .contact-location .section-head { align-items: stretch; }
  .contact-location .section-head .btn { width: 100%; }
  .contact-map, .contact-map .map-card__iframe { min-height: 300px; }
  .contact-video-card { grid-template-columns: 1fr; }
  .contact-video-card__copy { padding: 22px 18px; }
  .contact-video-card__embed { min-height: 360px; padding: 10px; }
}


/* Service icons in pintura cards: regenerated transparent icons */
.paint-service-card img {
  width: 106px;
  height: 86px;
  flex: 0 0 106px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 10px 18px rgba(6, 20, 38, .14));
}

@media (max-width: 720px) {
  .paint-service-card img {
    width: 92px;
    height: 76px;
    flex-basis: 92px;
  }
}


/* SEO: navegación interna entre servicios */
.seo-related-services { border-top: 1px solid var(--line); }
.seo-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.seo-related-link { min-height: 96px; padding: 18px; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 26px rgba(7, 22, 40, .06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.seo-related-link:hover { transform: translateY(-2px); border-color: rgba(47,117,235,.4); box-shadow: 0 15px 32px rgba(20,86,200,.1); }
.seo-related-link strong { font-size: 1rem; }
.seo-related-link span { color: var(--blue); font-size: .82rem; font-weight: 800; }
@media (max-width: 720px) { .seo-related-grid { grid-template-columns: 1fr; gap: 10px; } .seo-related-link { min-height: 78px; padding: 15px; } }


/* =========================================================
   Homologación definitiva de todos los hero
   Misma posición de textos, ancho, jerarquía y espaciado.
   ========================================================= */

/* Hero principal y hero interiores comparten la misma referencia horizontal. */
.hero .container,
.page-hero .container {
  width: min(var(--container), calc(100% - 32px));
  margin-inline: auto;
}

/* Todos los hero interiores usan la misma altura y el mismo inicio vertical. */
.page-hero,
.paint-page .paint-hero,
.mechanic-page .mechanic-hero,
.parts-page .parts-hero,
.contact-hero {
  min-height: 520px;
}

.page-hero .page-intro,
.paint-page .paint-hero__content,
.mechanic-hero__content,
.parts-hero__content,
.contact-hero__content {
  width: min(var(--container), calc(100% - 32px));
  max-width: none;
  min-height: 520px;
  margin-inline: auto;
  padding: 64px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}

.page-hero .breadcrumbs {
  min-height: 18px;
  margin: 0 0 14px;
  color: rgba(255,255,255,.72);
}

.page-hero .breadcrumbs a,
.page-hero .breadcrumbs span {
  color: rgba(255,255,255,.76);
}

.page-hero .page-hero__eyebrow,
.page-hero .paint-hero__eyebrow,
.page-hero .mechanic-hero__eyebrow,
.page-hero .parts-hero__eyebrow,
.page-hero .contact-hero__eyebrow {
  min-height: 17px;
  margin: 0 0 12px;
  color: #8db7ff;
}

.page-hero .page-intro h1,
.paint-page .paint-hero h1,
.mechanic-hero__content h1,
.parts-hero__content h1,
.contact-hero h1 {
  width: min(100%, 760px);
  max-width: 760px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
}

.page-hero .page-intro > p,
.paint-page .paint-hero p,
.mechanic-hero__content > p,
.parts-hero__content > p,
.contact-hero p {
  width: min(100%, 610px);
  max-width: 610px;
  margin: 0;
  color: #d8e3ef;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.55;
}

.paint-hero__actions,
.mechanic-hero__actions,
.parts-hero__actions,
.contact-hero__actions {
  margin-top: 24px;
  gap: 11px;
}

.paint-hero__meta,
.mechanic-hero__meta,
.parts-hero__meta,
.contact-hero__meta {
  margin-top: 22px;
  gap: 8px;
}

/* Inicio: mismo eje y misma altura visual que el resto, compensando breadcrumbs. */
.hero,
.hero__content {
  min-height: 560px;
}

.hero__content {
  align-items: flex-start;
}

.hero__copy {
  width: min(760px, 68%);
  max-width: 760px;
  padding: 96px 0 48px;
}

.hero__eyebrow {
  margin: 0 0 12px;
}

.hero #hero-title {
  margin: 0 0 12px;
}

@media (max-width: 1120px) {
  .page-hero,
  .paint-page .paint-hero,
  .mechanic-page .mechanic-hero,
  .parts-page .parts-hero,
  .contact-hero,
  .page-hero .page-intro,
  .paint-page .paint-hero__content,
  .mechanic-hero__content,
  .parts-hero__content,
  .contact-hero__content {
    min-height: 540px;
  }

  .page-hero .page-intro,
  .paint-page .paint-hero__content,
  .mechanic-hero__content,
  .parts-hero__content,
  .contact-hero__content {
    padding-top: 60px;
  }

  .hero__copy {
    width: min(700px, 76%);
    padding-top: 92px;
  }
}

@media (max-width: 720px) {
  .page-hero,
  .paint-page .paint-hero,
  .mechanic-page .mechanic-hero,
  .parts-page .parts-hero,
  .contact-hero {
    min-height: 620px;
  }

  .page-hero .page-intro,
  .paint-page .paint-hero__content,
  .mechanic-hero__content,
  .parts-hero__content,
  .contact-hero__content {
    width: min(100% - 22px, var(--container));
    min-height: 620px;
    padding: 188px 0 44px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .page-hero .breadcrumbs {
    margin-bottom: 11px;
    font-size: .7rem;
  }

  .page-hero .page-hero__eyebrow,
  .page-hero .paint-hero__eyebrow,
  .page-hero .mechanic-hero__eyebrow,
  .page-hero .parts-hero__eyebrow,
  .page-hero .contact-hero__eyebrow {
    margin-bottom: 10px;
    font-size: .7rem;
  }

  .page-hero .page-intro h1,
  .paint-page .paint-hero h1,
  .mechanic-hero__content h1,
  .parts-hero__content h1,
  .contact-hero h1 {
    width: min(100%, 15ch);
    max-width: 15ch;
    margin-bottom: 13px;
    font-size: clamp(2.15rem, 10vw, 3.15rem);
    line-height: .98;
  }

  .page-hero .page-intro > p,
  .paint-page .paint-hero p,
  .mechanic-hero__content > p,
  .parts-hero__content > p,
  .contact-hero p {
    width: min(100%, 34rem);
    max-width: 34rem;
    font-size: .94rem;
    line-height: 1.5;
  }

  .paint-hero__actions,
  .mechanic-hero__actions,
  .parts-hero__actions,
  .contact-hero__actions {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .paint-hero__actions .btn,
  .mechanic-hero__actions .btn,
  .parts-hero__actions .btn,
  .contact-hero__actions .btn {
    width: 100%;
  }

  .paint-hero__meta,
  .mechanic-hero__meta,
  .parts-hero__meta,
  .contact-hero__meta {
    margin-top: 18px;
  }

  .hero,
  .hero__content {
    min-height: 670px;
  }

  .hero__content {
    align-items: flex-start;
  }

  .hero__copy {
    width: 100%;
    max-width: 100%;
    padding: 220px 0 44px;
    align-items: flex-start;
    text-align: left;
  }

  .hero #hero-title {
    width: min(100%, 17ch);
    max-width: 17ch;
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .page-hero .page-intro,
  .paint-page .paint-hero__content,
  .mechanic-hero__content,
  .parts-hero__content,
  .contact-hero__content {
    padding-top: 172px;
  }

  .hero__copy {
    padding-top: 204px;
  }
}


/* Corrección del video de ubicación en Contacto */
.contact-video-card {
  grid-template-columns: minmax(300px, 1fr) minmax(380px, 520px);
  align-items: stretch;
}

.contact-video-card__embed {
  min-height: 720px;
  padding: 20px;
  align-content: center;
  background:
    radial-gradient(circle at 50% 25%, rgba(47, 117, 235, .18), transparent 42%),
    #050b12;
}

.contact-instagram-frame-wrap {
  width: min(100%, 410px);
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, .34);
}

.contact-instagram-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: #000;
}

@media (max-width: 1120px) {
  .contact-video-card {
    grid-template-columns: minmax(280px, .8fr) minmax(360px, 1fr);
  }
}

@media (max-width: 820px) {
  .contact-video-card {
    grid-template-columns: 1fr;
  }

  .contact-video-card__embed {
    min-height: 0;
    padding: 18px 12px 22px;
  }

  .contact-instagram-frame-wrap {
    width: min(100%, 390px);
  }
}

@media (max-width: 480px) {
  .contact-video-card__embed {
    padding: 12px 8px 16px;
  }

  .contact-instagram-frame-wrap {
    width: 100%;
    border-radius: 12px;
  }
}


/* =========================================================
   Detailing page: concise commercial layout
   ========================================================= */
.detailing-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.detailing-hero__meta {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detailing-hero__meta span {
  padding: 7px 11px;
  color: #dbeafe;
  background: rgba(8, 18, 31, .62);
  border: 1px solid rgba(141, 183, 255, .32);
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.detailing-section-head {
  align-items: flex-end;
}

.detailing-section-head > div > p {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--muted);
}

.detailing-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detailing-service-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: 0 13px 32px rgba(7, 22, 40, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.detailing-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 117, 235, .35);
  box-shadow: 0 18px 40px rgba(20, 86, 200, .12);
}

.detailing-service-card img {
  width: 100%;
  height: 210px;
  display: block;
  object-fit: cover;
}

.detailing-service-card > div {
  padding: 18px 19px 20px;
}

.detailing-service-card h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
}

.detailing-service-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.detailing-needs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.detailing-need-card {
  min-height: 178px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 27px rgba(7, 22, 40, .05);
}

.detailing-need-card > span {
  display: block;
  margin-bottom: 21px;
  color: var(--blue);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.detailing-need-card h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.detailing-need-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.55;
}

.detailing-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
  gap: 28px;
  align-items: start;
}

.detailing-steps {
  display: grid;
  gap: 11px;
}

.detailing-step {
  padding: 17px 18px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.detailing-step > strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 12px;
  font-size: .78rem;
}

.detailing-step h3 {
  margin: 1px 0 5px;
  font-size: 1rem;
}

.detailing-step p {
  margin: 0;
  color: var(--muted);
  font-size: .87rem;
}

.detailing-quote-card {
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border: 1px solid #213247;
  border-radius: 20px;
  box-shadow: 0 20px 48px rgba(4, 13, 25, .2);
}

.detailing-quote-card > img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
}

.detailing-quote-card__body {
  padding: 24px;
}

.detailing-quote-card__body .eyebrow {
  color: #8db7ff;
}

.detailing-quote-card__body h2 {
  margin: 7px 0 10px;
  color: #fff;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.05;
}

.detailing-quote-card__body p {
  margin: 0 0 18px;
  color: #cbd5e1;
  line-height: 1.55;
}

.detailing-text-link {
  margin-top: 15px;
  display: inline-flex;
  color: #9ec2ff;
  font-size: .88rem;
  font-weight: 800;
}

.detailing-text-link:hover {
  color: #fff;
}

@media (max-width: 980px) {
  .detailing-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detailing-process-layout {
    grid-template-columns: 1fr;
  }

  .detailing-quote-card {
    display: grid;
    grid-template-columns: minmax(250px, .8fr) 1fr;
  }

  .detailing-quote-card > img {
    height: 100%;
    min-height: 310px;
  }
}

@media (max-width: 720px) {
  .detailing-hero__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .detailing-hero__actions .btn {
    width: 100%;
  }

  .detailing-section-head {
    align-items: flex-start;
  }

  .detailing-section-head .btn {
    width: 100%;
  }

  .detailing-service-grid,
  .detailing-needs-grid {
    grid-template-columns: 1fr;
  }

  .detailing-service-card {
    display: grid;
    grid-template-columns: 126px 1fr;
  }

  .detailing-service-card img {
    width: 126px;
    height: 100%;
    min-height: 155px;
  }

  .detailing-service-card > div {
    padding: 16px;
  }

  .detailing-need-card {
    min-height: 0;
  }

  .detailing-quote-card {
    display: block;
  }

  .detailing-quote-card > img {
    height: 220px;
    min-height: 0;
  }
}

@media (max-width: 430px) {
  .detailing-service-card {
    grid-template-columns: 105px 1fr;
  }

  .detailing-service-card img {
    width: 105px;
  }

  .detailing-service-card h3 {
    font-size: .98rem;
  }

  .detailing-service-card p {
    font-size: .82rem;
  }
}


/* =========================================================
   Productos / llantas y neumáticos - página simplificada
   ========================================================= */
.products-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.products-hero__meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.products-hero__meta span { padding: 7px 10px; color: #dce8f7; background: rgba(7,16,27,.66); border: 1px solid rgba(141,183,255,.32); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.products-section-head p { max-width: 620px; }
.products-services-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.products-service-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 32px rgba(7,22,40,.07); transition: transform .2s ease, box-shadow .2s ease; }
.products-service-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(20,86,200,.12); }
.products-service-card img { width: 100%; height: 188px; object-fit: cover; background: #edf2f7; }
.products-service-card:nth-child(2) img { object-fit: contain; padding: 18px; }
.products-service-card div { padding: 18px; }
.products-service-card h3 { margin: 0 0 7px; font-size: 1.08rem; }
.products-service-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.products-guide-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.products-guide-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 17px; }
.products-guide-card span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; color: #fff; background: var(--blue); border-radius: 11px; font-size: .78rem; font-weight: 900; }
.products-guide-card h3 { margin: 0 0 6px; }
.products-guide-card p { margin: 0; color: var(--muted); }
.products-measure-note { margin-top: 16px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #fff; background: var(--ink); border-radius: 16px; }
.products-measure-note strong { flex: 0 0 auto; }
.products-measure-note p { margin: 0; color: #cfdae8; }
.products-inquiry-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 24px; align-items: stretch; }
.products-inquiry-media { position: relative; min-height: 590px; overflow: hidden; color: #fff; background: var(--ink); border-radius: 20px; box-shadow: var(--shadow); }
.products-inquiry-media > img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.products-inquiry-media::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 35%,rgba(4,11,20,.92) 100%); }
.products-inquiry-media__copy { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; }
.products-inquiry-media__copy span { display:block; margin-bottom:7px; color:#94b9ff; font-size:.72rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.products-inquiry-media__copy h2 { margin:0 0 8px; font-size:clamp(1.55rem,2.4vw,2.35rem); line-height:1.04; }
.products-inquiry-media__copy p { margin:0; color:#d7e1ed; }
.products-inquiry-form { padding: 26px; }
.products-inquiry-form > h2 { margin: 0 0 18px; font-size: clamp(1.65rem,2.5vw,2.4rem); }
.products-inquiry-form .form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.products-inquiry-form .field--full { grid-column:1/-1; }
.products-inquiry-form input, .products-inquiry-form select, .products-inquiry-form textarea { width:100%; }
.products-inquiry-form textarea { resize:vertical; }
.products-inquiry-form .btn { margin-top:16px; }
.products-inquiry-note { margin:12px 0 0; color:var(--muted); font-size:.82rem; text-align:center; }
@media (max-width: 980px) {
  .products-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .products-inquiry-layout { grid-template-columns:1fr; }
  .products-inquiry-media, .products-inquiry-media > img { min-height:420px; }
}
@media (max-width: 720px) {
  .products-hero__actions { display:grid; grid-template-columns:1fr; width:100%; }
  .products-hero__meta { gap:6px; }
  .products-services-grid, .products-guide-grid { grid-template-columns:1fr; }
  .products-service-card { display:grid; grid-template-columns:120px 1fr; }
  .products-service-card img { height:100%; min-height:150px; }
  .products-service-card:nth-child(2) img { padding:10px; }
  .products-service-card div { padding:16px; }
  .products-measure-note { display:block; }
  .products-measure-note p { margin-top:5px; }
  .products-inquiry-media, .products-inquiry-media > img { min-height:330px; }
  .products-inquiry-form { padding:20px 16px; }
  .products-inquiry-form .form-grid { grid-template-columns:1fr; }
  .products-inquiry-form .field--full { grid-column:auto; }
}


/* Fotografía real para la card Pintura de caliper */
.products-service-card--caliper img,
.products-service-card:nth-child(2) img {
  object-fit: cover;
  object-position: center 62%;
  padding: 0;
}

@media (max-width: 720px) {
  .products-service-card--caliper img,
  .products-service-card:nth-child(2) img {
    object-position: center 60%;
    padding: 0;
  }
}


.products-measure-banner {
  margin-top: 18px;
}

.products-measure-banner picture,
.products-measure-banner img {
  display: block;
  width: 100%;
}

.products-measure-banner img {
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 38px rgba(7, 22, 40, .12);
}

@media (max-width: 720px) {
  .products-measure-banner {
    margin-top: 14px;
  }

  .products-measure-banner img {
    border-radius: 18px;
  }
}


/* Banners explicativos consolidados: mecánica y repuestos */
.mechanic-guide-banner,
.parts-guide-banner {
  margin: 0 0 24px;
}

.mechanic-guide-banner picture,
.mechanic-guide-banner img,
.parts-guide-banner picture,
.parts-guide-banner img {
  display: block;
  width: 100%;
}

.mechanic-guide-banner img,
.parts-guide-banner img {
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(7, 22, 40, .12);
}

@media (max-width: 720px) {
  .mechanic-guide-banner,
  .parts-guide-banner {
    margin-bottom: 16px;
  }

  .mechanic-guide-banner img,
  .parts-guide-banner img {
    border-radius: 18px;
  }
}


/* Destino de navegación: Evaluación a domicilio */
#evaluacion-domicilio {
  scroll-margin-top: 150px;
}

@media (max-width: 720px) {
  #evaluacion-domicilio {
    scroll-margin-top: 118px;
  }
}


/* Páginas legales */
.legal-hero .page-hero__image {
  filter: saturate(.72) brightness(.55);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 34px;
}

.legal-document {
  padding: clamp(24px, 4vw, 46px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(7, 22, 40, .08);
}

.legal-update {
  margin-bottom: 30px;
  padding: 13px 15px;
  color: #36506e;
  background: #f1f6fc;
  border-left: 4px solid var(--blue);
  border-radius: 10px;
  font-size: .9rem;
}

.legal-document h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
}

.legal-document h2:first-of-type {
  margin-top: 0;
}

.legal-document p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.legal-sidebar {
  position: sticky;
  top: 126px;
  display: grid;
  gap: 14px;
}

.legal-sidebar__card {
  padding: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, #091525, #102b52);
  border: 1px solid rgba(141, 183, 255, .3);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(7, 22, 40, .16);
}

.legal-sidebar__card h2 {
  margin: 7px 0 10px;
  font-size: 1.45rem;
}

.legal-sidebar__card p {
  margin: 0 0 18px;
  color: #cfdae8;
  line-height: 1.55;
}

.legal-contact-list {
  margin: 20px 0 0;
  padding: 18px 0 0;
  display: grid;
  gap: 10px;
  color: #dbe6f4;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: .84rem;
  line-height: 1.5;
}

.legal-sidebar__links {
  display: grid;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.legal-sidebar__links a {
  padding: 13px 16px;
  color: var(--ink);
  font-weight: 800;
  border-bottom: 1px solid var(--line);
}

.legal-sidebar__links a:last-child {
  border-bottom: 0;
}

.legal-sidebar__links a:hover {
  color: var(--blue);
  background: #f6f9fd;
}

.footer__legal a {
  color: inherit;
}

.footer__legal a:hover {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-sidebar {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(240px, .7fr);
  }
}

@media (max-width: 720px) {
  .legal-layout {
    gap: 18px;
  }

  .legal-document {
    padding: 22px 17px;
    border-radius: 17px;
  }

  .legal-document h2 {
    margin-top: 28px;
  }

  .legal-sidebar {
    grid-template-columns: 1fr;
  }

  .legal-sidebar__card {
    padding: 20px 17px;
    border-radius: 17px;
  }
}

/* ============================================================
   QUIÉNES SOMOS · REDISEÑO MINIMALISTA 2026
   Solo aplica a .about-page-redesign
   ============================================================ */
.about-page-redesign {
  --about-navy: #06111d;
  --about-navy-2: #0a1828;
  --about-blue: #1671ee;
  --about-blue-bright: #2485ff;
  --about-text: #07111d;
  --about-muted: #687588;
  --about-line: #dfe6ef;
  background: #fff;
}

.about-redesign { background: #fff; }

/* Hero */
.about-hero {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: #fff;
  background: var(--about-navy);
  isolation: isolate;
}
.about-hero__image {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 47%;
  transform: scale(1.015);
}
.about-hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2,9,16,.98) 0%, rgba(2,9,16,.91) 27%, rgba(3,11,19,.52) 54%, rgba(3,11,19,.18) 100%),
    linear-gradient(180deg, rgba(2,8,14,.06), rgba(2,8,14,.34));
}
.about-hero__inner {
  min-height: 390px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 56px 44px;
}
.about-hero__copy { max-width: 570px; }
.about-hero__breadcrumbs {
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aab6c5;
  font-size: .73rem;
}
.about-hero__breadcrumbs a:hover { color: #fff; }
.about-hero__eyebrow { margin-bottom: 11px; color: #3c8cff; font-size: .73rem; letter-spacing: .17em; }
.about-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  line-height: .92;
  font-weight: 950;
  letter-spacing: -.065em;
  text-transform: uppercase;
  text-wrap: balance;
}
.about-hero__copy > p {
  max-width: 510px;
  margin: 17px 0 0;
  color: #e2e9f1;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.5;
}
.about-hero__line { display: block; width: 45px; height: 2px; margin: 26px 0 20px; background: var(--about-blue-bright); }
.about-hero__location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c7d1dd;
  font-size: .78rem;
  font-weight: 600;
}
.about-hero__location svg { width: 16px; height: 16px; color: #a9b8c9; }
.about-hero__signature {
  position: absolute;
  right: 0;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #c4cfdb;
  text-transform: uppercase;
}
.about-hero__signature > span { width: 25px; height: 2px; background: var(--about-blue-bright); }
.about-hero__signature small { font-size: .57rem; line-height: 1.65; letter-spacing: .18em; }

/* Historia principal */
.about-story { padding: 26px 0 0; background: #fff; }
.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, .82fr);
  gap: clamp(36px, 5vw, 68px);
  align-items: center;
}
.about-story__media {
  margin: 0;
  overflow: hidden;
  border-radius: 13px;
  box-shadow: 0 18px 42px rgba(8,24,42,.12);
}
.about-story__media img { width: 100%; aspect-ratio: 1.5 / 1; object-fit: cover; }
.about-story__copy { padding-right: 22px; }
.about-story__copy .eyebrow { margin-bottom: 16px; color: #66778f; letter-spacing: .17em; font-size: .7rem; }
.about-story__copy h2 {
  max-width: 520px;
  margin: 0;
  color: var(--about-text);
  font-size: clamp(2.25rem, 3.8vw, 4.25rem);
  line-height: .94;
  letter-spacing: -.058em;
  font-weight: 930;
  text-wrap: balance;
}
.about-story__copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--about-muted);
  font-size: .98rem;
  line-height: 1.72;
}
.about-story__actions { margin-top: 25px; display: flex; align-items: center; gap: 28px; }
.about-story__actions .btn { min-height: 46px; padding-inline: 18px; border-radius: 10px; }
.about-story__aside {
  min-height: 72px;
  padding-left: 26px;
  border-left: 1px solid #d7dfe8;
  display: grid;
  align-content: center;
  gap: 7px;
}
.about-story__aside strong,
.about-story__aside small { color: #77869b; font-size: .62rem; line-height: 1.4; letter-spacing: .17em; text-transform: uppercase; }
.about-story__aside > span { width: 28px; height: 2px; background: var(--about-blue-bright); }

/* Tres ideas clave */
.about-pillars {
  margin-top: 30px;
  padding: 28px 0 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
}
.about-pillar {
  min-width: 0;
  padding: 5px clamp(22px, 3vw, 42px);
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 17px;
  align-items: start;
}
.about-pillar:first-child { padding-left: 0; }
.about-pillar:last-child { padding-right: 0; }
.about-pillar + .about-pillar { border-left: 1px solid var(--about-line); }
.about-pillar__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0b1a29;
  background: #f2f6fb;
}
.about-pillar__icon svg { width: 26px; height: 26px; }
.about-pillar h3 {
  margin: 1px 0 11px;
  color: var(--about-text);
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}
.about-pillar p { margin: 0; color: var(--about-muted); font-size: .82rem; line-height: 1.62; }

/* Franja de atributos */
.about-values {
  color: #fff;
  background: linear-gradient(100deg, #07121f, #0b1b2c 58%, #06111d);
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.about-values__grid { min-height: 116px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.about-value {
  position: relative;
  padding: 27px clamp(18px, 2.5vw, 34px);
  display: flex;
  align-items: center;
  gap: 19px;
}
.about-value:first-child { padding-left: 8px; }
.about-value + .about-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 33px;
  bottom: 33px;
  width: 1px;
  background: rgba(255,255,255,.18);
}
.about-value svg { width: 34px; height: 34px; flex: 0 0 auto; color: var(--about-blue-bright); }
.about-value span { font-size: .69rem; line-height: 1.55; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; color: #f1f5f9; }

/* Servicios relacionados visuales */
.about-related { padding: 32px 0 24px; background: #fff; }
.about-related__head { margin-bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.about-related__head .eyebrow { margin-bottom: 7px; font-size: .7rem; letter-spacing: .15em; }
.about-related__head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.7vw, 2.65rem);
  line-height: 1;
  font-weight: 930;
  letter-spacing: -.048em;
  text-transform: uppercase;
}
.about-related__head > a { padding-bottom: 5px; color: var(--about-blue); font-size: .78rem; font-weight: 850; }
.about-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.about-related__card {
  --card-image: none;
  position: relative;
  min-height: 150px;
  overflow: hidden;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  box-shadow: 0 10px 25px rgba(6,19,34,.08);
  isolation: isolate;
  transition: transform .22s ease, box-shadow .22s ease;
}
.about-related__card::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  transition: transform .35s ease;
}
.about-related__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(3,10,17,.95), rgba(3,10,17,.5) 57%, rgba(3,10,17,.12)); }
.about-related__card strong { font-size: 1.06rem; line-height: 1.15; letter-spacing: -.02em; }
.about-related__card small { margin-top: 10px; color: #42a0ff; font-size: .74rem; font-weight: 850; }
.about-related__card:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(6,19,34,.14); }
.about-related__card:hover::before { transform: scale(1.035); }

/* CTA y footer en la versión minimalista */
.about-page-redesign #site-footer > .section { padding: 0 0 22px; background: #fff; }
.about-page-redesign .final-cta {
  min-height: 182px;
  padding: 31px 42px;
  border-radius: 12px;
  background-image: linear-gradient(90deg, rgba(3,11,19,.98) 0%, rgba(3,11,19,.92) 48%, rgba(3,11,19,.32) 78%, rgba(3,11,19,.15) 100%), url('assets/img/headlight.webp');
  background-position: right center;
  box-shadow: 0 16px 36px rgba(7,20,36,.13);
}
.about-page-redesign .final-cta h2 { max-width: 560px; font-size: clamp(1.9rem, 3vw, 3.25rem); text-transform: none; }
.about-page-redesign .final-cta p { max-width: 650px; font-size: .82rem; }
.about-page-redesign .final-cta__actions { min-width: 220px; display: grid; }
.about-page-redesign .footer { background: #06111d; }
.about-page-redesign .footer__brand img { width: 150px; height: 62px; object-fit: contain; object-position: left center; border-radius: 0; }
.about-page-redesign .float-whatsapp { display: none; }

@media (max-width: 1024px) {
  .about-hero { min-height: 350px; }
  .about-hero__inner { min-height: 350px; }
  .about-story__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .about-story__copy { padding-right: 0; }
  .about-story__copy h2 { font-size: clamp(2rem, 4.6vw, 3.1rem); }
  .about-pillars { grid-template-columns: 1fr; padding: 18px 0 26px; }
  .about-pillar { padding: 20px 0; }
  .about-pillar + .about-pillar { border-left: 0; border-top: 1px solid var(--about-line); }
  .about-values__grid { grid-template-columns: repeat(2, 1fr); }
  .about-value:nth-child(3)::before { display: none; }
}

@media (max-width: 720px) {
  .about-hero { min-height: 390px; }
  .about-hero__image { object-position: 68% center; }
  .about-hero__overlay {
    background: linear-gradient(180deg, rgba(2,8,14,.42) 0%, rgba(2,8,14,.78) 35%, rgba(2,8,14,.98) 100%);
  }
  .about-hero__inner { min-height: 390px; align-items: flex-end; padding: 40px 0 34px; }
  .about-hero__breadcrumbs { margin-bottom: 18px; }
  .about-hero h1 { font-size: clamp(2.75rem, 13vw, 4.4rem); }
  .about-hero__copy > p { margin-top: 13px; font-size: .98rem; }
  .about-hero__line { margin: 20px 0 16px; }
  .about-hero__signature { display: none; }

  .about-story { padding-top: 18px; }
  .about-story__grid { grid-template-columns: 1fr; gap: 24px; }
  .about-story__media { border-radius: 10px; }
  .about-story__media img { aspect-ratio: 1.15 / 1; }
  .about-story__copy h2 { font-size: clamp(2.2rem, 10vw, 3.2rem); }
  .about-story__copy p { font-size: .92rem; margin-top: 16px; }
  .about-story__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .about-story__actions .btn { width: 100%; }
  .about-story__aside { min-height: auto; padding: 0; border: 0; display: flex; align-items: center; gap: 10px; }
  .about-story__aside small br { display: none; }

  .about-pillar { grid-template-columns: 48px 1fr; gap: 14px; }
  .about-pillar__icon { width: 46px; height: 46px; }
  .about-pillar h3 { font-size: 1.15rem; }
  .about-pillar p { font-size: .84rem; }

  .about-values__grid { grid-template-columns: 1fr 1fr; }
  .about-value { min-height: 100px; padding: 20px 15px; gap: 13px; }
  .about-value:first-child { padding-left: 15px; }
  .about-value:nth-child(3), .about-value:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .about-value + .about-value::before { top: 20px; bottom: 20px; }
  .about-value:nth-child(3)::before { display: none; }
  .about-value svg { width: 28px; height: 28px; }
  .about-value span { font-size: .58rem; letter-spacing: .1em; }

  .about-related { padding: 26px 0 16px; }
  .about-related__head { align-items: flex-start; }
  .about-related__head > a { display: none; }
  .about-related__grid { grid-template-columns: 1fr; gap: 10px; }
  .about-related__card { min-height: 118px; padding: 20px; }

  .about-page-redesign #site-footer > .section { padding-bottom: 14px; }
  .about-page-redesign .final-cta { min-height: 330px; padding: 26px 22px; border-radius: 10px; }
  .about-page-redesign .final-cta__actions { width: 100%; }
}

@media (max-width: 430px) {
  .about-hero { min-height: 355px; }
  .about-hero__inner { min-height: 355px; }
  .about-hero__breadcrumbs { font-size: .68rem; }
  .about-hero__eyebrow { font-size: .67rem; }
  .about-hero__location { font-size: .72rem; }
  .about-story__media img { aspect-ratio: 1 / .92; }
  .about-values__grid { grid-template-columns: 1fr; }
  .about-value { min-height: 82px; padding: 17px 12px; }
  .about-value + .about-value::before { display: none; }
  .about-value:nth-child(2), .about-value:nth-child(3), .about-value:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
}

/* Afinaciones finales del mockup Quiénes somos */
@media (min-width: 1025px) {
  .about-page-redesign .about-hero__copy { max-width: 720px; }
  .about-page-redesign .about-hero h1 { white-space: nowrap; }
  .about-page-redesign .about-story__copy h2 { font-size: clamp(2.35rem, 3.25vw, 3.72rem); max-width: 560px; }
}
.about-page-redesign .mobile-bottom { display: none; }
.about-page-redesign { padding-bottom: 0 !important; }
.about-page-redesign .mobile-bottom { display: none !important; }

.about-value img { width: 44px; height: 44px; flex: 0 0 44px; object-fit: contain; display: block; filter: drop-shadow(0 0 10px rgba(42,127,255,.18)); }

/* Indicador de descubrimiento en el hero de Inicio */
.hero-discover {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 220px;
  padding: 8px 18px 5px;
  color: rgba(255,255,255,.82);
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  transition: color .2s ease, transform .2s ease;
}
.hero-discover:hover,
.hero-discover:focus-visible {
  color: #fff;
  transform: translateX(-50%) translateY(-2px);
}
.hero-discover:focus-visible {
  outline: 2px solid #f3bf52;
  outline-offset: 4px;
}
.hero-discover__arrows {
  position: relative;
  display: grid;
  width: 28px;
  height: 24px;
  place-items: center;
}
.hero-discover__arrows svg {
  position: absolute;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #f3bf52;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 7px rgba(243,191,82,.22));
  animation: gspeedDiscoverArrow 1.65s ease-in-out infinite;
}
.hero-discover__arrows svg:first-child {
  top: -4px;
  animation-delay: 0s;
}
.hero-discover__arrows svg:last-child {
  top: 5px;
  animation-delay: .16s;
}
.hero-discover__label {
  font-size: .76rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 12px rgba(0,0,0,.48);
}
#ofrecemos { scroll-margin-top: 108px; }

@keyframes gspeedDiscoverArrow {
  0%, 100% { opacity: .34; transform: translateY(-2px); }
  45% { opacity: 1; transform: translateY(3px); }
  70% { opacity: .62; transform: translateY(5px); }
}

@media (max-width: 720px) {
  .hero-discover {
    bottom: 17px;
    min-width: 190px;
    padding: 6px 14px 3px;
  }
  .hero-discover__arrows {
    width: 24px;
    height: 21px;
  }
  .hero-discover__arrows svg {
    width: 21px;
    height: 21px;
    stroke-width: 2.2;
  }
  .hero-discover__label {
    font-size: .67rem;
    letter-spacing: .055em;
  }
  #ofrecemos { scroll-margin-top: 92px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-discover__arrows svg { animation: none; }
}


/* =========================================================
   NAVBAR PREMIUM — layout global GSpeed Chile
   ========================================================= */
@media (min-width: 1121px) {
  :root { --header-h: 84px; }

  .site-header {
    height: var(--header-h);
    background: linear-gradient(180deg, rgba(10,20,32,.985), rgba(7,16,27,.985));
    border-bottom: 1px solid rgba(151,180,220,.10);
    box-shadow: 0 12px 30px rgba(0,0,0,.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .site-header .container {
    width: min(1540px, calc(100% - 64px));
  }

  .site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 42px;
    height: 100%;
  }

  .brand {
    width: auto;
    height: 100%;
    justify-self: start;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }

  .brand img {
    width: 198px;
    height: 68px;
    padding: 0;
    object-fit: contain;
    object-position: left center;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.26));
    transition: transform .25s ease, filter .25s ease;
  }

  .brand:hover img {
    transform: translateY(-1px);
    filter: drop-shadow(0 10px 20px rgba(0,0,0,.32));
  }

  .main-nav {
    justify-self: end;
    margin: 0;
    gap: 32px;
    font-size: .86rem;
    font-weight: 760;
    letter-spacing: -.01em;
  }

  .main-nav a {
    padding: 31px 0 28px;
    color: rgba(231,238,247,.86);
    transition: color .2s ease, transform .2s ease;
  }

  .main-nav a::after {
    left: 50%;
    right: auto;
    bottom: 20px;
    width: 22px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, #4e91ff, #1e6fff);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
  }

  .main-nav a:hover,
  .main-nav a.active {
    color: #fff;
    transform: translateY(-1px);
  }

  .main-nav a:hover::after,
  .main-nav a.active::after {
    transform: translateX(-50%) scaleX(1);
  }

  .header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
  }

  .header-actions .btn {
    min-height: 44px;
    padding: 11px 20px;
    border-radius: 10px;
    font-size: .80rem;
    font-weight: 850;
    letter-spacing: -.01em;
    box-shadow: 0 10px 26px rgba(25,104,237,.22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .header-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(25,104,237,.32);
  }
}

@media (min-width: 1121px) and (max-width: 1280px) {
  .site-header .container { width: min(100% - 38px, 1210px); }
  .site-header__inner { gap: 26px; }
  .brand img { width: 174px; height: 62px; }
  .main-nav { gap: 22px; font-size: .80rem; }
  .header-actions .btn { padding-inline: 16px; }
}

@media (max-width: 1120px) {
  .site-header {
    background: linear-gradient(180deg, rgba(10,20,32,.99), rgba(7,16,27,.99));
    border-bottom: 1px solid rgba(151,180,220,.10);
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
  }

  .brand img {
    width: 164px;
    height: 62px;
    padding: 0;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    filter: drop-shadow(0 7px 14px rgba(0,0,0,.24));
  }

  .menu-toggle {
    background: rgba(20,35,54,.82);
    border-color: rgba(133,164,204,.20);
    border-radius: 11px;
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
  }
}

@media (max-width: 720px) {
  :root { --header-h: 72px; }
  .brand img { width: 150px; height: 56px; }
  .site-header__inner { grid-template-columns: 42px minmax(0, 1fr) 42px; }
}

@media (max-width: 430px) {
  .brand img { width: 136px; height: 52px; }
}

.location-instagram-card__actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
@media (max-width:520px){ .location-instagram-card__actions { align-items:stretch; } .location-instagram-card__actions .btn { width:100%; justify-content:center; } }

.hero-discover { bottom: 24px; }
@media (max-width: 720px) { .hero-discover { bottom: 20px; } }

/* Home hero eyebrow: mantener servicios en una sola línea en escritorio */
@media (min-width: 721px) {
  .hero__eyebrow {
    width: max-content;
    max-width: none;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: .76rem;
    letter-spacing: .09em;
  }
}
