/* ===================================================
   EL VENCEDOR · Escuela de Conductores Integrales
   Paleta: rojo / negro / blanco-plata (motorsport)
=================================================== */

:root {
  --rojo: #e11313;
  --rojo-dark: #b00d0d;
  --rojo-light: #ff2e2e;
  --negro: #0e0e10;
  --gris-900: #16161a;
  --gris-800: #1d1d22;
  --gris-700: #2a2a31;
  --gris-500: #6b6b75;
  --gris-300: #c9ccd1;
  --gris-100: #f3f4f6;
  --blanco: #ffffff;
  --wa: #25d366;
  --wa-dark: #1da851;

  --shadow-sm: 0 2px 8px rgba(0,0,0,.08);
  --shadow-md: 0 10px 30px rgba(0,0,0,.12);
  --shadow-lg: 0 24px 60px rgba(0,0,0,.22);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1200px;

  --font-head: 'Oswald', 'Barlow Condensed', sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--font-body);
  color: var(--negro);
  background: var(--blanco);
  line-height: 1.65;
  font-size: 1.02rem;
  letter-spacing: .1px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
.container--narrow { max-width: 820px; }

.txt-red { color: var(--rojo); }
.txt-outline {
  -webkit-text-stroke: 1.5px var(--blanco);
  color: transparent;
}
.center { text-align: center; }
.mt { margin-top: 28px; }

.ic { width: 18px; height: 18px; fill: currentColor; flex-shrink: 0; }

/* ---------- Tipografía base ---------- */
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 600; line-height: 1.05; text-transform: uppercase; letter-spacing: 0; word-spacing: .5px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: .76rem;
  color: var(--rojo);
  background: rgba(225,19,19,.08);
  padding: 7px 15px;
  border-radius: 50px;
  margin-bottom: 18px;
}
.eyebrow--light { color: #fff; background: rgba(255,255,255,.14); }

.section { padding: 90px 0; }
.section--alt { background: var(--gris-100); }
.section--dark { background: var(--negro); color: var(--blanco); }

.section__head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section__title { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; letter-spacing: -.5px; line-height: 1.02; }
.section__title--light { color: #fff; }
.section__lead { color: #5b5b66; font-size: 1.08rem; line-height: 1.6; margin-top: 16px; }
.section__lead--light { color: var(--gris-300); }

/* =========================================================
   BOTONES
========================================================= */
.btn {
  --b: var(--rojo);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: .9rem;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--lg { padding: 16px 34px; font-size: 1rem; }
.btn--sm { padding: 9px 18px; font-size: .82rem; }
.btn--block { width: 100%; }

.btn--red { background: var(--rojo); color: #fff; box-shadow: 0 8px 20px rgba(225,19,19,.32); }
.btn--red:hover { background: var(--rojo-dark); box-shadow: 0 12px 28px rgba(225,19,19,.42); }

.btn--whatsapp { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgba(37,211,102,.32); }
.btn--whatsapp:hover { background: var(--wa-dark); box-shadow: 0 12px 28px rgba(37,211,102,.42); }

.btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.55); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; color: var(--negro); border-color: #fff; }

.btn--outline { background: transparent; color: var(--negro); border-color: #d7d9de; }
.btn--outline:hover { background: var(--negro); color: #fff; border-color: var(--negro); }

.btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn--outline-light:hover { background: #fff; color: var(--negro); }

/* =========================================================
   TOPBAR
========================================================= */
.topbar {
  background: var(--negro);
  color: var(--gris-300);
  font-size: .82rem;
  border-bottom: 2px solid var(--rojo);
}
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 16px; }
.topbar__info { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.topbar__info span { display: inline-flex; align-items: center; gap: 6px; }
.topbar__info .ic { width: 15px; height: 15px; fill: var(--rojo); }
.topbar__sep { color: var(--gris-700); }
.topbar__badge {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--font-head); font-weight: 600; letter-spacing: .5px;
  color: #fff; font-size: .78rem;
}
.topbar__badge .ic { width: 16px; height: 16px; fill: var(--rojo); }
.topbar__right { display: flex; align-items: center; gap: 16px; }

/* ---------- Redes sociales ---------- */
.socials { display: flex; align-items: center; gap: 8px; }
.social { display: grid; place-items: center; transition: transform .18s, color .18s, background .18s; }
.social svg { width: 16px; height: 16px; fill: currentColor; }
.socials--top .social { width: 26px; height: 26px; border-radius: 6px; color: var(--gris-300); background: rgba(255,255,255,.08); }
.socials--top .social:hover { color: #fff; background: var(--rojo); transform: translateY(-2px); }
.socials--footer { margin-top: 18px; }
.socials--footer .social { width: 38px; height: 38px; border-radius: 9px; color: var(--gris-300); background: var(--gris-800); }
.socials--footer .social svg { width: 19px; height: 19px; }
.socials--footer .social:hover { color: #fff; background: var(--rojo); transform: translateY(-3px); }

/* ---------- Avalado por (endorse) ---------- */
.endorse { background: var(--blanco); border-bottom: 1px solid #ececec; padding: 26px 0; }
.endorse__inner { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; }
.endorse__label { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.5px; font-size: .8rem; color: var(--gris-500); }
.endorse__logos { display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap; justify-content: center; }
.endorse__chip {
  display: flex; flex-direction: column; justify-content: center; gap: 2px;
  padding: 8px 18px; border: 1px solid #e6e6e9; border-left: 3px solid var(--rojo);
  border-radius: var(--radius-sm); background: #fafafb;
}
.endorse__chip strong { font-family: var(--font-head); font-size: 1.05rem; text-transform: uppercase; letter-spacing: .5px; color: var(--negro); line-height: 1; }
.endorse__chip small { font-size: .72rem; color: var(--gris-500); }

/* =========================================================
   HEADER / NAV
========================================================= */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .25s;
}
.header.is-scrolled { box-shadow: var(--shadow-md); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }

.brand img { height: 54px; width: auto; display: block; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav__link {
  font-family: var(--font-head); font-weight: 500; text-transform: uppercase;
  letter-spacing: .6px; font-size: .92rem; color: var(--gris-800);
  padding: 8px 14px; border-radius: 8px; transition: color .15s, background .15s;
}
.nav__link:hover, .nav__link.is-active { color: var(--rojo); background: rgba(225,19,19,.07); }
.nav__cta { margin-left: 10px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 26px; height: 3px; background: var(--negro); border-radius: 3px; transition: .3s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* =========================================================
   CHECKER (bandera a cuadros)
========================================================= */
.checker {
  height: 14px;
  background-image:
    linear-gradient(45deg, var(--negro) 25%, transparent 25%),
    linear-gradient(-45deg, var(--negro) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--negro) 75%),
    linear-gradient(-45deg, transparent 75%, var(--negro) 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-color: var(--blanco);
}
.checker--top { width: 100%; }

/* =========================================================
   HERO
========================================================= */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); animation: heroZoom 18s ease-in-out infinite alternate; }
@keyframes heroZoom { to { transform: scale(1.14); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(14,14,16,.92) 0%, rgba(14,14,16,.7) 42%, rgba(176,13,13,.45) 100%),
    radial-gradient(circle at 80% 20%, rgba(225,19,19,.35), transparent 55%);
}
.hero .checker--top { position: absolute; top: 0; left: 0; z-index: 3; opacity: .9; }
.hero__content { position: relative; z-index: 4; color: #fff; padding: 80px 24px; max-width: 880px; }
.hero__eyebrow { display: inline-block; font-family: var(--font-head); font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; font-size: .8rem; color: var(--rojo-light); background: rgba(225,19,19,.14); border: 1px solid rgba(225,19,19,.4); padding: 8px 17px; border-radius: 50px; margin-bottom: 24px; }
.hero__title { font-size: clamp(2.4rem, 5.6vw, 4.5rem); font-weight: 700; letter-spacing: -1px; line-height: 1.02; margin-bottom: 22px; }
.hero__sub { font-size: clamp(1.02rem, 1.6vw, 1.24rem); line-height: 1.6; color: #e8e8ea; max-width: 640px; margin-bottom: 34px; }
.hero__sub strong { color: #fff; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

.hero__badges { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__badge {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.16);
  border-left: 3px solid var(--rojo);
  border-radius: var(--radius-sm);
  padding: 12px 20px; backdrop-filter: blur(6px);
}
.hero__badge strong { display: block; font-family: var(--font-head); font-size: 1.6rem; color: #fff; line-height: 1; }
.hero__badge span { font-size: .82rem; color: var(--gris-300); text-transform: uppercase; letter-spacing: .5px; }

/* =========================================================
   TRUST STRIP
========================================================= */
.trust { background: var(--blanco); border-bottom: 1px solid #ececec; margin-top: -1px; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 28px 24px; }
.trust__item { display: flex; align-items: center; gap: 14px; padding: 10px 18px; }
.trust__item + .trust__item { border-left: 1px solid #ececec; }
.trust__ic { width: 38px; height: 38px; fill: var(--rojo); flex-shrink: 0; }
.trust__item strong { display: block; font-family: var(--font-head); font-size: 1.02rem; text-transform: uppercase; letter-spacing: .4px; }
.trust__item span { font-size: .85rem; color: var(--gris-500); }

/* =========================================================
   GRID 2 COL
========================================================= */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ---------- Nosotros ---------- */
.about__media { position: relative; }
.about__img-main { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.about__img-float {
  position: absolute; bottom: -36px; right: -24px; width: 46%;
  border-radius: var(--radius); border: 5px solid #fff; box-shadow: var(--shadow-lg);
  aspect-ratio: 4/3; object-fit: cover;
}
.about__stat {
  position: absolute; top: 24px; left: -22px;
  background: var(--rojo); color: #fff; padding: 14px 22px; border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md); text-align: center;
}
.about__stat strong { display: block; font-family: var(--font-head); font-size: 1.7rem; line-height: 1; }
.about__stat span { font-size: .76rem; text-transform: uppercase; letter-spacing: .5px; }
.about__text .section__title { text-align: left; font-size: clamp(1.7rem, 3.2vw, 2.6rem); margin-bottom: 18px; }
.about__text p { color: var(--gris-500); margin-bottom: 14px; }
.about__text p strong { color: var(--negro); }

.checklist { margin: 22px 0 30px; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; color: var(--gris-800); }
.checklist li::before {
  content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px;
  border-radius: 50%; background: var(--rojo);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z' fill='white'/%3E%3C/svg%3E") center/16px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z' fill='white'/%3E%3C/svg%3E") center/16px no-repeat;
  background-color: #fff;
}
.checklist li::after {
  content: ''; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--rojo); z-index: -1;
}

/* =========================================================
   CARDS (cursos)
========================================================= */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  position: relative; background: #fff; border: 1px solid #ececec;
  border-radius: var(--radius); padding: 32px 28px;
  display: flex; flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s;
  overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--rojo), var(--rojo-light));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:hover::before { transform: scaleX(1); }
.card__tag {
  align-self: flex-start; font-family: var(--font-head); font-weight: 600; font-size: .72rem; letter-spacing: 1.8px;
  text-transform: uppercase; color: var(--rojo); background: rgba(225,19,19,.09);
  padding: 5px 13px; border-radius: 50px; margin-bottom: 16px;
}
.card__title { font-size: 1.6rem; font-weight: 700; letter-spacing: -.3px; line-height: 1.08; margin-bottom: 12px; }
.card__desc { color: #5b5b66; font-size: .96rem; line-height: 1.6; margin-bottom: 18px; }
.card__list { display: grid; gap: 9px; margin-bottom: 26px; }
.card__list li { position: relative; padding-left: 22px; font-size: .92rem; line-height: 1.45; color: var(--gris-800); }
.card__list li::before { content: '›'; position: absolute; left: 4px; color: var(--rojo); font-weight: 700; }
.card .btn { margin-top: auto; }

.card--featured { background: var(--negro); border-color: var(--negro); color: #fff; }
.card--featured .card__desc, .card--featured .card__list li { color: var(--gris-300); }
.card--featured .card__tag { background: rgba(225,19,19,.2); }
.card__ribbon {
  position: absolute; top: 16px; right: -34px; transform: rotate(45deg);
  background: var(--rojo); color: #fff; font-family: var(--font-head); font-size: .72rem;
  letter-spacing: 1px; text-transform: uppercase; padding: 5px 42px; box-shadow: var(--shadow-sm);
}

/* ---------- Franja Examen Médico (course-extra) ---------- */
.course-extra {
  display: flex; align-items: center; gap: 24px;
  margin-top: 30px; padding: 26px 32px;
  background: var(--negro); color: #fff;
  border-radius: var(--radius); border-left: 5px solid var(--rojo);
  box-shadow: var(--shadow-md);
}
.course-extra__icon {
  width: 64px; height: 64px; flex-shrink: 0; border-radius: 16px;
  background: rgba(225,19,19,.16); display: grid; place-items: center;
}
.course-extra__icon svg { width: 34px; height: 34px; fill: var(--rojo-light); }
.course-extra__text { flex: 1; }
.course-extra__tag {
  display: inline-block; font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: 1px; font-size: .72rem; color: var(--rojo-light);
  background: rgba(225,19,19,.18); padding: 3px 12px; border-radius: 50px; margin-bottom: 8px;
}
.course-extra__text h3 { font-size: 1.4rem; margin-bottom: 4px; }
.course-extra__text p { color: var(--gris-300); font-size: .95rem; max-width: 640px; }
.course-extra .btn { flex-shrink: 0; }

@media (max-width: 680px) {
  .course-extra { flex-direction: column; text-align: center; padding: 28px 22px; }
  .course-extra__text p { margin: 0 auto; }
  .course-extra .btn { width: 100%; }
}

/* =========================================================
   MINI CARDS (capacitaciones)
========================================================= */
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.mini-card {
  background: #fff; border: 1px solid #ececec; border-radius: var(--radius);
  padding: 30px; text-align: center; transition: transform .2s, box-shadow .2s;
}
.mini-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mini-card__ic {
  width: 54px; height: 54px; fill: var(--rojo); background: rgba(225,19,19,.08);
  padding: 12px; border-radius: 14px; margin: 0 auto 16px;
}
.mini-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.mini-card p { color: var(--gris-500); font-size: .92rem; }

/* =========================================================
   CIRCUITO PROPIO
========================================================= */
.circuito { position: relative; padding: 110px 0; overflow: hidden; }
.circuito__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.circuito__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(14,14,16,.95) 0%, rgba(14,14,16,.82) 45%, rgba(14,14,16,.5) 100%); }
.circuito__content { position: relative; z-index: 2; }
.circuito__text { max-width: 600px; color: #fff; }
.circuito__text .section__title { text-align: left; }
.circuito__text p { color: var(--gris-300); margin: 16px 0 26px; font-size: 1.05rem; }
.circuito__text p strong { color: #fff; }
.circuito__feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; }
.circuito__feat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-left: 3px solid var(--rojo); border-radius: var(--radius-sm); padding: 14px 16px; }
.circuito__feat strong { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 1rem; }
.circuito__feat span { font-size: .82rem; color: var(--gris-300); }
.circuito__cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* =========================================================
   FLOTA
========================================================= */
.flota { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.flota__item { border-radius: var(--radius); overflow: hidden; position: relative; box-shadow: var(--shadow-sm); background: #fff; }
.flota__item img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .4s; }
.flota__item:hover img { transform: scale(1.06); }
.flota__item figcaption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 16px 14px;
  background: linear-gradient(transparent, rgba(14,14,16,.92)); color: #fff;
}
.flota__item figcaption strong { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 1.15rem; }
.flota__item figcaption span { font-size: .82rem; color: var(--gris-300); }

/* =========================================================
   PROCESO (steps)
========================================================= */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding: 34px 26px; background: #fff; border: 1px solid #ececec; border-radius: var(--radius); transition: transform .2s, box-shadow .2s; }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step__num { font-family: var(--font-head); font-size: 2.6rem; font-weight: 700; color: var(--rojo); line-height: 1; opacity: .9; margin-bottom: 12px; }
.step h3 { font-size: 1.2rem; margin-bottom: 8px; }
.step p { color: var(--gris-500); font-size: .92rem; }
.step:not(:last-child)::after {
  content: ''; position: absolute; top: 48px; right: -14px; width: 28px; height: 2px; background: #d7d9de;
}

/* =========================================================
   PLANES
========================================================= */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.plan {
  position: relative; background: var(--gris-900); border: 1px solid var(--gris-700);
  border-radius: var(--radius); padding: 36px 30px; display: flex; flex-direction: column;
  transition: transform .22s, box-shadow .22s, border-color .22s;
}
.plan:hover { transform: translateY(-6px); border-color: var(--gris-500); }
.plan__name { font-size: 1.5rem; color: #fff; margin-bottom: 4px; }
.plan__for { color: var(--rojo-light); font-family: var(--font-head); text-transform: uppercase; letter-spacing: .6px; font-size: .85rem; margin-bottom: 22px; }
.plan__list { display: grid; gap: 11px; margin-bottom: 26px; }
.plan__list li { position: relative; padding-left: 26px; color: var(--gris-300); font-size: .92rem; }
.plan__list li::before {
  content: ''; position: absolute; left: 0; top: 4px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--rojo);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/%3E%3C/svg%3E") center/12px no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/%3E%3C/svg%3E") center/12px no-repeat;
}
.plan__price { font-family: var(--font-head); font-size: 1.3rem; color: #fff; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 18px; }
.plan .btn { margin-top: auto; }
.plan--featured { background: linear-gradient(165deg, #2a0b0b, var(--gris-900)); border-color: var(--rojo); box-shadow: 0 20px 50px rgba(225,19,19,.18); }
.plan__badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--rojo); color: #fff; font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: 1px; font-size: .78rem; padding: 6px 20px; border-radius: 50px; box-shadow: var(--shadow-md);
}

/* =========================================================
   VERIFICACIÓN DE CERTIFICADOS
========================================================= */
.verify__panel { max-width: 760px; margin: 0 auto; }
.verify__form {
  background: #fff; border: 1px solid #e6e6e9; border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-md);
}
.verify__filtros { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.verify__chip {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .5px; font-size: .82rem;
  padding: 9px 18px; border-radius: 50px; border: 1px solid #d7d9de; background: #fff; color: var(--gris-800);
  cursor: pointer; transition: all .18s;
}
.verify__chip:hover { border-color: var(--rojo); color: var(--rojo); }
.verify__chip.is-active { background: var(--rojo); border-color: var(--rojo); color: #fff; }
.verify__search { display: flex; gap: 10px; }
.verify__search input {
  flex: 1; padding: 14px 18px; border-radius: 50px; border: 1px solid #d7d9de;
  font-family: var(--font-body); font-size: 1rem; transition: border-color .2s;
}
.verify__search input:focus { outline: none; border-color: var(--rojo); }
.verify__search .btn { flex-shrink: 0; }
.verify__hint { font-size: .8rem; color: var(--gris-500); margin-top: 12px; text-align: center; }

.verify__result { margin-top: 22px; }
.verify__count { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .5px; color: var(--gris-500); margin-bottom: 12px; }

.verify__msg { border-radius: var(--radius-sm); padding: 18px 22px; font-size: .95rem; }
.verify__msg--info { background: #eef1f6; color: var(--gris-800); text-align: center; }
.verify__msg--load { background: #eef1f6; color: var(--gris-800); text-align: center; }
.verify__msg--bad { background: #fdeaea; color: #9c1c1c; border-left: 4px solid var(--rojo); }

.cert-card { background: #fff; border: 1px solid #e6e6e9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); margin-bottom: 16px; }
.cert-card__head { display: flex; align-items: center; gap: 14px; padding: 18px 22px; }
.cert-card--ok .cert-card__head { background: linear-gradient(90deg, rgba(37,211,102,.12), transparent); }
.cert-card--bad .cert-card__head { background: linear-gradient(90deg, rgba(225,19,19,.1), transparent); }
.cert-card__check { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; }
.cert-card--ok .cert-card__check { background: var(--wa); }
.cert-card--bad .cert-card__check { background: var(--rojo); }
.cert-card__check svg { width: 24px; height: 24px; fill: #fff; }
.cert-card__head strong { display: block; font-family: var(--font-head); font-size: 1.15rem; text-transform: uppercase; }
.cert-card__estado { font-size: .82rem; color: var(--gris-500); }
.cert-card__codigo { margin-left: auto; font-family: var(--font-head); font-size: .9rem; letter-spacing: .5px; color: var(--rojo); background: rgba(225,19,19,.08); padding: 6px 14px; border-radius: 50px; white-space: nowrap; }
.cert-card__body { padding: 8px 22px 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 26px; }
.cert-card__row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #eceef1; }
.cert-card__row span { color: var(--gris-500); font-size: .86rem; }
.cert-card__row strong { font-size: .92rem; text-align: right; }

@media (max-width: 560px) {
  .verify__search { flex-direction: column; }
  .verify__search .btn { width: 100%; }
  .cert-card__body { grid-template-columns: 1fr; }
  .cert-card__codigo { font-size: .78rem; }
}

/* =========================================================
   GALERÍA
========================================================= */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 185px; gap: 14px; }
.gallery__item { overflow: hidden; border-radius: var(--radius-sm); position: relative; cursor: pointer; box-shadow: var(--shadow-sm); }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.08); }
/* velo + lupa al pasar el mouse */
.gallery__item::after {
  content: ''; position: absolute; inset: 0; background: rgba(14,14,16,.35);
  opacity: 0; transition: opacity .3s;
}
.gallery__item::before {
  content: ''; position: absolute; top: 50%; left: 50%; z-index: 2;
  width: 46px; height: 46px; transform: translate(-50%, -50%) scale(.8);
  background: var(--rojo) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M15.5 14h-.8l-.3-.3a6.5 6.5 0 1 0-.7.7l.3.3v.8l5 5 1.5-1.5-5-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z'/%3E%3C/svg%3E") center/22px no-repeat;
  border-radius: 50%; opacity: 0; transition: opacity .3s, transform .3s;
}
.gallery__item:hover::after { opacity: 1; }
.gallery__item:hover::before { opacity: 1; transform: translate(-50%, -50%) scale(1); }
/* etiqueta inferior */
.gallery__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 26px 16px 14px;
  color: #fff; font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: .5px; font-size: .9rem; line-height: 1.2;
  background: linear-gradient(transparent, rgba(14,14,16,.88));
  transform: translateY(4px); opacity: .96; transition: transform .3s;
}
.gallery__item:hover .gallery__cap { transform: translateY(0); }
.gallery__item--lg { grid-column: span 2; grid-row: span 2; }
.gallery__item--lg .gallery__cap { font-size: 1.1rem; padding: 30px 20px 18px; }
.gallery__item--wide { grid-column: span 2; }

/* =========================================================
   CTA BANNER
========================================================= */
.cta-banner { background: linear-gradient(120deg, var(--rojo-dark), var(--rojo)); position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; right: -60px; top: -60px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,.08); }
.cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 24px; position: relative; z-index: 2; flex-wrap: wrap; }
.cta-banner h2 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.4rem); }
.cta-banner p { color: rgba(255,255,255,.9); margin-top: 6px; }

/* =========================================================
   FAQ
========================================================= */
.faq { display: grid; gap: 14px; }
.faq__item { background: #fff; border: 1px solid #ececec; border-radius: var(--radius-sm); overflow: hidden; }
.faq__item summary { cursor: pointer; padding: 20px 24px; font-family: var(--font-head); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .4px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; color: var(--rojo); font-size: 1.6rem; line-height: 1; transition: transform .25s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { padding: 0 24px 22px; color: var(--gris-500); }

/* =========================================================
   CONTACTO
========================================================= */
.grid-2--contact { align-items: stretch; }
.contact__info .section__title { text-align: left; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.contact__list { display: grid; gap: 16px; margin: 26px 0; }
.contact__list li { display: flex; gap: 14px; align-items: flex-start; }
.contact__list .ic { width: 22px; height: 22px; fill: var(--rojo); background: rgba(225,19,19,.08); padding: 10px; border-radius: 10px; box-sizing: content-box; }
.contact__list strong { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 1rem; letter-spacing: .4px; }
.contact__list span { color: var(--gris-500); font-size: .92rem; }
.contact__list a { color: var(--rojo); transition: color .15s; }
.contact__list a:hover { color: var(--rojo-dark); text-decoration: underline; }
.contact__map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid #ececec; }
.contact__map iframe { width: 100%; height: 240px; border: 0; display: block; }

.contact__form-wrap { display: flex; }
.contact__form { background: var(--negro); color: #fff; border-radius: var(--radius); padding: 38px 34px; width: 100%; box-shadow: var(--shadow-lg); }
.contact__form h3 { font-size: 1.6rem; }
.contact__form-sub { color: var(--gris-300); font-size: .92rem; margin-bottom: 22px; }
.contact__form label { display: block; font-size: .82rem; font-family: var(--font-head); letter-spacing: .6px; text-transform: uppercase; color: var(--gris-300); margin-bottom: 16px; }
.contact__form input, .contact__form select, .contact__form textarea {
  width: 100%; margin-top: 7px; padding: 13px 16px; border-radius: 10px; border: 1px solid var(--gris-700);
  background: var(--gris-800); color: #fff; font-family: var(--font-body); font-size: .95rem; transition: border-color .2s;
}
.contact__form input:focus, .contact__form select:focus, .contact__form textarea:focus { outline: none; border-color: var(--rojo); }
.contact__form textarea { resize: vertical; }
.contact__form-note { font-size: .78rem; color: var(--gris-500); text-align: center; margin-top: 12px; }

/* =========================================================
   FOOTER
========================================================= */
.footer { background: var(--negro); color: var(--gris-300); }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; padding: 64px 24px 44px; }
.footer__logo { height: 50px; background: #fff; padding: 8px 12px; border-radius: 10px; margin-bottom: 16px; }
.footer__tag { font-size: .92rem; }
.footer__tag em { color: var(--rojo-light); }
.footer__small { font-size: .8rem; color: var(--gris-500); margin-top: 10px; }
.footer__col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; letter-spacing: .6px; }
.footer__col a, .footer__col p { display: block; color: var(--gris-300); font-size: .92rem; margin-bottom: 10px; transition: color .15s; }
.footer__col a:hover { color: var(--rojo-light); }
.footer__col .btn { margin-top: 6px; }
.footer__bottom { border-top: 1px solid var(--gris-800); }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 12px; padding: 20px 24px; font-size: .82rem; color: var(--gris-500); flex-wrap: wrap; }
.footer__credit strong { color: var(--rojo-light); font-weight: 600; }
.footer__credit a { transition: opacity .15s; }
.footer__credit a:hover strong { text-decoration: underline; }
.footer__credit a:hover { opacity: .85; }

/* =========================================================
   WHATSAPP FLOTANTE
========================================================= */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--wa); display: grid; place-items: center;
  box-shadow: 0 10px 28px rgba(37,211,102,.5); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 34px; height: 34px; fill: #fff; position: relative; z-index: 2; }
.wa-float__pulse { position: absolute; inset: 0; border-radius: 50%; background: var(--wa); animation: pulse 2.2s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .6; } 100% { transform: scale(1.9); opacity: 0; } }

/* =========================================================
   LIGHTBOX
========================================================= */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,8,10,.92); display: none; place-items: center; padding: 30px; }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 22px; right: 30px; background: none; border: 0; color: #fff; font-size: 3rem; line-height: 1; cursor: pointer; }

/* =========================================================
   MISIÓN Y VISIÓN
========================================================= */
.mv { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.mv__card {
  position: relative; background: #fff; border: 1px solid #ececec; border-radius: var(--radius);
  padding: 38px 34px; border-top: 4px solid var(--rojo);
  box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s;
}
.mv__card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.mv__icon {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center;
  background: rgba(225,19,19,.09); margin-bottom: 18px;
}
.mv__icon svg { width: 32px; height: 32px; fill: var(--rojo); }
.mv__title { font-size: 1.6rem; margin-bottom: 12px; }
.mv__card p { color: #5b5b66; font-size: 1rem; line-height: 1.7; }

/* =========================================================
   ESTADÍSTICAS (counter band)
========================================================= */
.stats { position: relative; padding: 70px 0; overflow: hidden; }
.stats__bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.stats__overlay { position: absolute; inset: 0; background: linear-gradient(120deg, rgba(176,13,13,.94), rgba(14,14,16,.92)); }
.stats__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat { text-align: center; color: #fff; padding: 10px; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.15); }
.stat__num { display: block; font-family: var(--font-head); font-weight: 700; font-size: clamp(2.4rem, 5vw, 3.4rem); line-height: 1; }
.stat__label { display: block; margin-top: 8px; font-size: .92rem; color: rgba(255,255,255,.85); text-transform: uppercase; letter-spacing: .5px; }

/* =========================================================
   TESTIMONIOS
========================================================= */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testimonial {
  background: #fff; border: 1px solid #ececec; border-radius: var(--radius);
  padding: 30px 28px; box-shadow: var(--shadow-sm); position: relative;
  display: flex; flex-direction: column; gap: 16px;
}
.testimonial::before {
  content: '\201C'; position: absolute; top: 6px; right: 22px;
  font-family: Georgia, serif; font-size: 4.5rem; color: rgba(225,19,19,.12); line-height: 1;
}
.testimonial__stars { color: #f5a623; letter-spacing: 3px; font-size: 1.05rem; }
.testimonial blockquote { color: var(--gris-800); font-size: .98rem; line-height: 1.6; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.testimonial__avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--rojo); color: #fff;
  display: grid; place-items: center; font-family: var(--font-head); font-size: 1.2rem; flex-shrink: 0;
}
.testimonial figcaption strong { display: block; font-size: .95rem; }
.testimonial figcaption small { color: var(--gris-500); font-size: .82rem; }

/* =========================================================
   VOLVER ARRIBA
========================================================= */
.to-top {
  position: fixed; bottom: 94px; right: 24px; z-index: 89;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--negro); color: #fff; display: grid; place-items: center;
  box-shadow: var(--shadow-md); opacity: 0; visibility: hidden;
  transform: translateY(10px); transition: opacity .25s, transform .25s, background .2s;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.to-top:hover { background: var(--rojo); }
.to-top svg { width: 24px; height: 24px; fill: currentColor; }

/* =========================================================
   ANIMACIÓN REVEAL
========================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .cards, .mini-cards, .plans { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .flota { grid-template-columns: repeat(3, 1fr); }
  .testimonials { grid-template-columns: repeat(2, 1fr); }
  .step:not(:last-child)::after { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .trust__grid { grid-template-columns: repeat(2, 1fr); }
  .trust__item:nth-child(2) { border-left: 0; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .stat:nth-child(3) { border-left: 0; }
}

@media (max-width: 860px) {
  .topbar__info { display: none; }
  .topbar__inner { justify-content: center; }
  .nav {
    position: fixed; top: 0; right: -100%; height: 100vh; width: min(80vw, 320px);
    background: var(--negro); flex-direction: column; align-items: stretch; justify-content: flex-start;
    padding: 90px 24px 40px; gap: 6px; transition: right .32s ease; box-shadow: var(--shadow-lg); z-index: 99;
  }
  .nav.is-open { right: 0; }
  .nav__link { color: #fff; padding: 14px 16px; border-bottom: 1px solid var(--gris-800); border-radius: 0; }
  .nav__link:hover { background: var(--gris-900); }
  .nav__cta { margin: 14px 0 0; }
  .nav-toggle { display: flex; z-index: 100; }
  .grid-2 { grid-template-columns: 1fr; gap: 70px; }
  .about__img-float { width: 40%; right: 0; }
  .circuito__feats { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 165px; }
  .mv { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .section { padding: 64px 0; }
  .cards, .mini-cards, .plans, .flota, .steps { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .gallery__item--lg { grid-column: span 2; grid-row: span 2; }
  .gallery__cap { font-size: .78rem; padding: 20px 12px 10px; }
  .trust__grid { grid-template-columns: 1fr; }
  .trust__item + .trust__item { border-left: 0; border-top: 1px solid #ececec; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero { min-height: 90vh; }
  .hero__badge { flex: 1 1 40%; }
  .cta-banner__inner { flex-direction: column; text-align: center; }
  .topbar__badge { font-size: .72rem; }
  .testimonials { grid-template-columns: 1fr; }
  .stat__label { font-size: .82rem; }
}

/* =========================================================
   PREFERENCIA: REDUCIR MOVIMIENTO (accesibilidad)
========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
  .hero__bg { animation: none !important; transform: none !important; }
  .wa-float__pulse { display: none !important; }
}
