/* ═══════════════════════════════════════════════════════════════
   REDESIGN.CSS — Capa "PREMIUM" (RALOZ Premium Web)
   ---------------------------------------------------------------
   Se carga DE ÚLTIMA (después de base/layout/components/pages), así
   que gana por orden de cascada. Solo cambia lo visual; no toca
   ids/clases del JS ni la estructura funcional (carrito, tallas,
   checkout MercadoPago, etc. siguen intactos).

   Look premium: header azul oscuro con escudo, tipografía Playfair
   Display para títulos, esquinas redondeadas con sombras suaves,
   hero con foto + cinta tricolor + tarjeta de stats flotante,
   footer navy. Datos reales de RALOZ (WhatsApp 2903, etc.).
═══════════════════════════════════════════════════════════════ */

:root {
  --navy:   #071a3d;   /* header / footer */
  --navy-2: #071f4c;   /* botones / bloques */
  --navy-3: #0a2557;   /* hover */
}

/* ── Tipografía de display → Playfair Display ─────────────────── */
h1, h2, h3,
.section-title, .section-header h2,
.v2-h2, .hero-wrap h1, .hero-title,
.cc-name, .reloj-nombre, .rsb-content h3,
.v2-split-title, .v2-testi-quote p, .v2-rt-title,
.tienda-colegio-titulo, .contacto-info h3,
.carrito-panel-header h3, .checkout-modal-header h2,
.talla-bs-title, .color-modal-header h3,
.footer-grid h3 {
  font-family: 'Playfair Display', Georgia, serif;
}
.section-title em, .v2-h2 em, .hero-wrap h1 em { color: var(--red); font-style: italic; }

/* ── Announcement bar — amarilla premium ─────────────────────── */
.announcement-bar {
  background: var(--yellow);
  color: var(--navy);
  border-top: none;
  font-weight: 600;
}
.announcement-bar strong { color: var(--navy); }
.ann-cta {
  background: var(--navy);
  color: #fff;
  border-radius: 6px;
  font-weight: 800;
}
.ann-cta:hover { background: var(--navy-3); }
.ann-close { color: rgba(7,26,61,.5); }
.ann-close:hover { color: var(--navy); }

/* ── Header / Nav — azul oscuro premium ──────────────────────── */
#main-nav, .nav {
  background: var(--navy);
  border-bottom: none;
  box-shadow: 0 6px 24px rgba(6,21,44,.20);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  height: 72px;
}
/* Logo tricolor RALOZ (badge blanco con la imagen real) */
.logo-mark {
  width: 44px; height: 46px;
  border-radius: 10px;
  background: #fff;
  border: none;
  display: grid; place-items: center;
  padding: 5px 6px; overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,.18);
}
.logo-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo-link { color: #fff; }
.logo-wordmark {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 22px;
}
.brand-sub { color: #fff; opacity: .55; font-size: 8px; letter-spacing: 2px; font-weight: 600; margin-top: 2px; }

#main-nav ul li a {
  color: #fff; opacity: .88; font-weight: 600; border-radius: 8px;
}
#main-nav ul li a:hover { background: rgba(255,255,255,.08); color: #fff; opacity: 1; }
#main-nav ul li a.active { background: transparent; color: #fff; opacity: 1; }

.nav-search-bar {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.78);
  border-radius: 8px;
}
.nav-search-bar:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.3); }
.nav-search-bar svg { color: #fff; }

.nav-tienda-btn, .nav-cta-btn {
  background: var(--yellow);
  color: var(--navy);
  border-radius: 8px;
  box-shadow: none;
  font-weight: 800;
}
.nav-tienda-btn:hover, .nav-cta-btn:hover { background: #ffd84d; color: var(--navy); transform: translateY(-1px); }

.nav-carrito-btn, #navCarritoBtn {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  border-radius: 50%;
}
.nav-carrito-btn:hover, #navCarritoBtn:hover { background: rgba(255,255,255,.18); }
.nav-carrito-badge, #navCarritoBadge { background: var(--yellow); color: var(--navy); border-color: var(--navy); }

.nav-toggle {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff; border-radius: 8px;
}

/* Drawer móvil: fondo navy (evita blanco-sobre-blanco) */
@media (max-width: 980px) {
  #main-nav.nav-open .nav-links {
    background: var(--navy);
    border-bottom: none;
    box-shadow: 0 14px 28px rgba(6,21,44,.35);
  }
  #main-nav.nav-open .nav-links a { color: #fff; }
  #main-nav.nav-open .nav-links a:hover { background: rgba(255,255,255,.08); }
}

/* ── Botones premium ─────────────────────────────────────────── */
.btn { border-radius: 7px; font-weight: 800; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--yellow); color: var(--navy); box-shadow: none; }
.btn-primary:hover { background: #ffd84d; color: var(--navy); box-shadow: 0 12px 24px rgba(249,201,12,.3); }
.btn-blue { background: var(--navy-2); color: #fff; box-shadow: none; }
.btn-blue:hover { background: var(--navy-3); box-shadow: 0 12px 24px rgba(7,26,61,.22); }
.btn-dark { background: var(--navy); }
.btn-ghost { background: #fff; color: var(--navy); border: 1px solid var(--navy); }
.btn-ghost:hover { background: #fff; color: var(--red); border-color: var(--red); }

/* ── HERO premium ────────────────────────────────────────────── */
.hero-section, header.hero-section {
  background: linear-gradient(110deg, #ffffff 55%, #f5f6f8);
  padding: 56px 28px 44px;
}
.hero-wrap { grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }

.hero-eyebrow {
  background: transparent; padding: 0;
  color: var(--yellow-dark);
  font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; font-size: 12px;
}
.hero-eyebrow .dot { display: none; }

.hero-wrap h1, .hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5.4vw, 62px);
  line-height: 1.0; letter-spacing: -1.5px; color: var(--navy);
}
.hero-wrap h1 em { color: var(--red); font-style: italic; }
.hero-lead { color: #566174; }

.hero-pay { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-pay img { height: 24px; width: auto; }
.hero-pay-chip { font-weight: 700; padding: 7px 12px; font-size: 12.5px; border-radius: 7px; }
.hero-pay-chip.b { background: #e8edf8; color: var(--navy-2); }
.hero-pay-chip.y { background: #fdf3cf; color: #8a6c00; }

/* Visual: foto arriba + cinta tricolor + tarjeta de stats DEBAJO (sin tapar la foto) */
.hero-visual { display: flex; flex-direction: column; }
.hero-photo-premium {
  position: relative; width: 100%; min-height: 460px;
  border-radius: 22px; overflow: hidden;
  background: linear-gradient(145deg, #c8d8e7, #eef1f4);
  box-shadow: 0 30px 70px rgba(7,26,61,.18);
}
.hero-photo-premium > img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.hero-badge-premium {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  background: var(--green); color: #fff;
  font-size: 10.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase;
  padding: 6px 12px; border-radius: 20px;
}
.colombia-ribbon {
  position: absolute; bottom: -35px; left: -10%; width: 130%; height: 85px; z-index: 2;
  border-radius: 50%;
  border-top: 12px solid var(--yellow);
  border-bottom: 10px solid var(--red);
  transform: rotate(-4deg);
  pointer-events: none;
}
.hero-stats-card {
  margin-top: 34px; width: 100%;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px 24px; align-items: center;
  background: linear-gradient(120deg, var(--navy-2), #0b2c64); color: #fff;
  padding: 22px 26px; border-radius: 16px;
  box-shadow: 0 18px 40px rgba(7,26,61,.20);
}
.hero-stats-card hr { grid-column: 1 / -1; border: 0; border-top: 1px solid rgba(255,255,255,.18); margin: 4px 0; }
.hsc-follow { grid-column: 1 / -1; }
.hsc-row { display: flex; gap: 10px; align-items: center; margin-bottom: 0; }
.hsc-ico { font-size: 20px; flex-shrink: 0; }
.hsc-row strong { display: block; font-size: 15px; }
.hsc-row small { font-size: 10px; color: #d8deeb; }
.hero-stats-card hr { border: 0; border-top: 1px solid rgba(255,255,255,.2); margin: 6px 0 12px; }
.hsc-follow { display: flex; align-items: center; gap: 12px; font-size: 11px; color: #d8deeb; }
.hsc-follow a { color: #fff; font-size: 14px; }
.hsc-follow a:hover { color: var(--yellow); }

/* La barra de stats de color se oculta: sus cifras ya viven en la tarjeta */
.inicio-stats-bar { display: none; }

/* ── Encabezados numerados 01/02/03 ──────────────────────────── */
.v2-head { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.v2-num { font-family: 'Playfair Display', serif; font-size: 15px; color: var(--red); font-weight: 700; }
.v2-h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.6vw, 40px); letter-spacing: -.8px; color: var(--navy); margin: 0; }
.v2-rule { flex: 1; height: 2px; background: #dfe4ea; min-width: 40px; }
.v2-head-meta { font-size: 13.5px; color: var(--muted); }
.section-eyebrow { color: var(--yellow-dark); font-weight: 800; letter-spacing: 1px; }

/* ── "Anuncios de hoy" (promos reales) — banner premium ──────── */
.promos-grid { grid-template-columns: 1fr; max-width: 900px; margin: 0 auto; gap: 18px; }
.promo-card {
  background: #fff; color: var(--navy);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 10px 34px rgba(7,26,61,.12);
  overflow: hidden; flex-direction: row; align-items: stretch;
}
.promo-foto { width: 46%; min-width: 210px; aspect-ratio: auto; background: #0d1b40; }
.promo-foto img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.promo-body { flex: 1; padding: 24px 26px; justify-content: center; gap: 10px; }
.promo-titulo { color: var(--navy); text-transform: capitalize; font-size: 22px; }
.promo-texto { color: var(--muted); opacity: 1; font-size: 14px; line-height: 1.55; }
.promo-cta {
  align-self: flex-start; text-align: center;
  background: var(--navy-2); color: #fff; border-radius: 8px;
  padding: 12px 22px; font-weight: 800;
}
.promo-cta:hover { transform: none; background: var(--red); }
@media (max-width: 620px) {
  .promo-card { flex-direction: column; }
  .promo-foto { width: 100%; aspect-ratio: 16 / 10; }
}

/* ── Tarjetas de colegio (portada) — estilo premium ──────────── */
.colegio-card.cc-v2 {
  aspect-ratio: auto; background: #fff; overflow: hidden;
  display: flex; flex-direction: column;
  border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 2px 12px rgba(7,26,61,.06);
}
.colegio-card.cc-v2:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(7,26,61,.15); }
.cc-strip { display: none; }
.cc-photo { position: relative; height: 200px; overflow: hidden; background: #e8edf8; }
.cc-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: center 12%; transition: transform .5s var(--ease-out); }
.colegio-card.cc-v2:hover .cc-photo > img { transform: scale(1.05); }
.cc-photo-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: #fdf0f1; color: #b9a6ad; font-size: 12px; }
.cc-photo-empty i { font-size: 30px; opacity: .7; }
.cc-shield { position: absolute; top: 12px; left: 12px; width: 46px; height: 46px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 6px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,.12); }
.cc-shield img { max-height: 100%; width: auto; }
.cc-badge { position: absolute; top: 12px; left: 12px; color: #fff; font-size: 9.5px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; padding: 5px 10px; border-radius: 20px; }
.cc-shield + .cc-badge, .cc-photo .cc-badge { left: auto; right: 12px; }
.cc-badge.stock { background: var(--green); }
.cc-badge.fab { background: var(--red); }
.cc-body { padding: 16px; display: flex; flex-direction: column; }
.cc-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin: 0 0 3px; line-height: 1.15; color: var(--navy); }
.cc-sub { font-size: 12px; color: var(--muted); margin: 0 0 10px; }
.cc-stats { display: flex; gap: 14px; font-size: 12.5px; color: var(--ink-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 10px 0; margin-bottom: 12px; }
.cc-stats strong { color: var(--navy-2); }
.colegio-card.cc-v2[data-colegio="2"] .cc-stats strong { color: var(--red); }
.colegio-card.cc-v2[data-colegio="3"] .cc-stats strong { color: #8a6c00; }
.cc-btn { display: block; text-align: center; font-weight: 800; font-size: 13.5px; padding: 12px; border-radius: 7px; background: var(--navy-2); color: #fff; }
.cc-btn:hover { background: var(--navy-3); }
.colegio-card.cc-v2[data-colegio="2"] .cc-btn { background: var(--red); color: #fff; }
.colegio-card.cc-v2[data-colegio="3"] .cc-btn { background: var(--yellow); color: var(--navy); }

/* Tira "¿Tu colegio no está?" */
.colegios-extra { border-radius: 12px; border: 1px solid var(--line); background: #fff; }

/* ── Los más comprados (ranking) — premium ───────────────────── */
.top-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px, 1fr)); gap: 16px; }
.top-item {
  display: flex; align-items: center; gap: 14px; padding: 14px;
  border: 1px solid var(--line); border-left: 5px solid var(--navy-2);
  border-radius: 10px; background: #fff;
  box-shadow: 0 2px 10px rgba(7,26,61,.05);
  width: 100%; text-align: left; font-family: inherit; cursor: pointer;
  transition: transform .15s var(--ease-out), box-shadow .15s;
}
.top-item:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(7,26,61,.12); }
.top-item.y { border-left-color: var(--yellow); }
.top-item.b { border-left-color: var(--navy-2); }
.top-item.r { border-left-color: var(--red); }
.top-item.k { border-left-color: var(--navy); }
.top-rank { font-family: 'Playfair Display', serif; font-size: 34px; line-height: 1; width: 28px; flex-shrink: 0; color: var(--navy); }
.top-item.y .top-rank { color: var(--yellow-dark); }
.top-item.r .top-rank { color: var(--red); }
.top-item > img { width: 74px; height: 74px; object-fit: contain; background: #f5f6f7; border-radius: 8px; flex-shrink: 0; }
.top-info { min-width: 0; }
.top-info h4 { font-size: 14px; font-weight: 700; margin: 0 0 3px; line-height: 1.25; color: var(--navy); }
.top-info p { font-size: 11.5px; color: var(--muted); margin: 0 0 5px; }
.top-precio { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--navy); font-weight: 700; }

/* ── Split "Compra tranquila" + "Para instituciones" ─────────── */
.v2-split { display: grid; grid-template-columns: 1fr 1fr; max-width: 1180px; margin: 40px auto 0; border-radius: 16px; overflow: hidden; box-shadow: 0 18px 45px rgba(7,26,61,.10); }
.v2-split-left { padding: 46px 40px; background: #fff; }
.v2-split-right { padding: 46px 40px; background: linear-gradient(120deg, var(--navy-2), #0b2c64); color: #fff; }
.v2-eyebrow { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; font-weight: 800; margin-bottom: 14px; }
.v2-eyebrow.blue { color: var(--navy-2); }
.v2-eyebrow.yellow { color: var(--yellow); }
.v2-split-title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 32px); letter-spacing: -.5px; margin: 0 0 20px; line-height: 1.15; color: var(--navy); }
.v2-split-title.white { color: #fff; }
.v2-checklist { display: flex; flex-direction: column; gap: 14px; font-size: 14px; color: var(--ink-2); }
.v2-checklist > div { display: flex; gap: 12px; }
.v2-checklist span { color: var(--red); font-weight: 800; flex-shrink: 0; }
.v2-pay-row { display: flex; align-items: center; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.v2-pay-row img { height: 26px; width: auto; }
.v2-pill-dark { background: var(--navy); color: var(--yellow); font-size: 12px; font-weight: 800; padding: 8px 13px; border-radius: 7px; }
.v2-split-lead { font-size: 15px; line-height: 1.6; color: rgba(255,255,255,.85); margin: 0 0 24px; max-width: 440px; }
.v2-split-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.v2-btn-yellow { background: var(--yellow); color: var(--navy); font-weight: 800; font-size: 14.5px; padding: 15px 26px; border-radius: 7px; }
.v2-btn-yellow:hover { background: #ffd84d; }
.v2-btn-outline { border: 1px solid rgba(255,255,255,.5); color: #fff; font-weight: 700; font-size: 14.5px; padding: 14px 24px; border-radius: 7px; }
.v2-btn-outline:hover { border-color: var(--yellow); }

/* ── Banda de testimonio + mosaicos ──────────────────────────── */
.v2-testi { background: var(--red); color: #fff; padding: 44px 40px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 36px; align-items: center; max-width: 1180px; margin: 24px auto 0; border-radius: 16px; }
.v2-stars { font-size: 26px; color: var(--yellow); line-height: 1; margin-bottom: 14px; }
.v2-testi-quote p { font-family: 'Playfair Display', serif; font-size: clamp(19px, 2.2vw, 24px); line-height: 1.4; margin: 0 0 20px; }
.v2-testi-author { display: flex; align-items: center; gap: 12px; }
.v2-testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: #fff; color: var(--red); font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.v2-testi-author strong { display: block; font-size: 13.5px; }
.v2-testi-author span { font-size: 12.5px; color: rgba(255,255,255,.85); }
.v2-testi-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.v2-tile { background: rgba(0,0,0,.18); padding: 16px; border-radius: 10px; }
.v2-tile strong { font-family: 'Playfair Display', serif; font-size: 22px; color: var(--yellow); display: block; }
.v2-tile span { font-size: 12px; color: rgba(255,255,255,.85); margin-top: 4px; display: block; }

/* ── Tira amarilla de relojes ────────────────────────────────── */
.v2-relojes-teaser { background: var(--yellow); padding: 20px 40px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; max-width: 1180px; margin: 24px auto 0; border-radius: 14px; }
.v2-rt-eyebrow { font-size: 12px; letter-spacing: 1.2px; text-transform: uppercase; color: #6b5600; font-weight: 800; }
.v2-rt-rule { flex: 1; height: 2px; background: rgba(7,26,61,.2); min-width: 30px; }
.v2-rt-title { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--navy); }
.v2-rt-btn { background: var(--navy); color: var(--yellow); font-weight: 800; font-size: 13.5px; padding: 12px 20px; border-radius: 7px; }
.v2-rt-btn:hover { background: var(--navy-3); color: #fff; }

/* ── Vista COLEGIOS (tienda) ─────────────────────────────────── */
.tienda-colegio-card { background: #fff; border-radius: 12px; }
.tienda-colegio-card .tc-nombre { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 16px; }
.tienda-colegio-titulo { font-size: 24px; color: var(--navy); }
#tiendaVolverColegios { font-weight: 700; }
.tienda-producto-card { border-radius: 12px; }
.tpc-precio { font-family: 'Playfair Display', serif; color: var(--navy); }
.btn-agregar-carrito { background: var(--navy-2); color: #fff; }
.btn-agregar-carrito:hover { background: var(--navy-3); }
.btn-agregar-carrito.btn-fab { background: var(--red); }
.tienda-filtro.active, .chip.active { background: var(--navy-2); border-color: var(--navy-2); }

/* ── RELOJES — tarjetas claras premium ───────────────────────── */
#view-tienda, #tienda-relojes { background: var(--paper); }
.relojes-side-banner { background: var(--navy); border-radius: 14px; border-left: 10px solid var(--yellow); }
.relojes-side-banner i { color: var(--yellow) !important; }
.reloj-card { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 2px 10px rgba(7,26,61,.05); }
.reloj-card:hover { transform: translateY(-5px); border-color: #cdd4de; box-shadow: 0 16px 34px rgba(7,26,61,.13); }
.reloj-card-destacado { border-color: var(--yellow); }
.reloj-img-box { background: linear-gradient(145deg, #fdf7e0, #f3ead0); border-bottom: 1px solid var(--line); color: var(--navy-2); }
.reloj-img-box::before { display: none; }
.reloj-img-box::after { border-color: rgba(7,31,76,.16); box-shadow: 0 0 0 12px rgba(7,31,76,.05), 0 0 0 24px rgba(7,31,76,.03); }
.reloj-card:hover .reloj-img-box i { color: var(--navy-2); }
.reloj-nombre { color: var(--navy); font-family: 'Playfair Display', serif; font-weight: 700; }
.reloj-desc, .reloj-colores-hint, .reloj-precio-desde { color: var(--muted); }
.reloj-precio { color: var(--navy); font-family: 'Playfair Display', serif; }
.reloj-badge-dest { background: var(--yellow); color: var(--navy); border: none; border-radius: 20px; }
.btn-reloj-comprar { background: var(--navy-2); color: #fff; border-radius: 7px; }
.btn-reloj-comprar:hover { background: var(--navy-3); transform: translateY(-2px); }

/* ── Contacto ────────────────────────────────────────────────── */
.contacto-info h3 { color: var(--navy); }
.contacto-form-wrap { border-radius: 12px; }
.contacto-channel { border-radius: 12px; }

/* ── Footer — azul oscuro premium ────────────────────────────── */
footer { background: var(--navy); border-top: none; }
.footer-grid { border-bottom-color: rgba(255,255,255,.10); }
footer .footer-grid h4 { color: var(--yellow); }
.footer-grid h3 { color: #fff; }
.footer-mini-cta { border-radius: 7px; font-weight: 800; }

/* ── Fila de beneficios (por qué RALOZ) ──────────────────────── */
.benefits-row {
  max-width: 1180px; margin: 10px auto 0; padding: 12px 28px 4px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
.benefit { display: flex; gap: 12px; align-items: flex-start; }
.benefit-ico {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%;
  background: #fff3d0; display: grid; place-items: center; font-size: 20px;
}
.benefit b { display: block; font-size: 13.5px; color: var(--navy); margin-bottom: 2px; }
.benefit small { display: block; font-size: 11px; color: var(--muted); line-height: 1.45; }

/* ── Franja de servicios ─────────────────────────────────────── */
.service-strip {
  max-width: 1180px; margin: 24px auto 0; padding: 26px 28px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.service-strip > div { display: flex; gap: 10px; align-items: flex-start; }
.svc-ico { flex-shrink: 0; font-size: 22px; }
.service-strip b { display: block; font-size: 12.5px; color: var(--navy); }
.service-strip small { display: block; font-size: 10.5px; color: var(--muted); }

@media (max-width: 760px) {
  .benefits-row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .service-strip { grid-template-columns: 1fr 1fr; }
}

/* ── Buscador de colegio ─────────────────────────────────────── */
.school-finder { max-width: 900px; margin: 0 auto; padding: 60px 28px 16px; text-align: center; }
.school-finder .section-eyebrow { display: block; margin-bottom: 8px; }
.sf-title { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3.6vw, 38px); color: var(--navy); margin: 0 0 8px; letter-spacing: -.6px; }
.sf-title em { color: var(--red); font-style: italic; }
.sf-sub { color: var(--muted); margin: 0 0 22px; }
.finder {
  max-width: 650px; margin: 0 auto 22px; height: 56px; background: #fff;
  border: 1px solid var(--line); border-radius: 10px;
  display: flex; align-items: center; padding-left: 18px; overflow: hidden;
  box-shadow: 0 8px 25px rgba(7,26,61,.06);
}
.finder-ico { color: var(--muted); }
.finder input { border: 0; outline: 0; flex: 1; font-size: 14px; padding: 0 12px; font-family: inherit; background: transparent; color: var(--ink); }
.finder button { align-self: stretch; border: 0; background: var(--red); color: #fff; padding: 0 30px; font-weight: 800; cursor: pointer; }
.finder button:hover { background: #c8161f; }
.finder-pills { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.finder-pills button { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 20px; display: flex; align-items: center; gap: 10px; text-align: left; cursor: pointer; min-width: 168px; transition: .2s; font-family: inherit; }
.finder-pills button:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(7,26,61,.12); border-color: var(--yellow); }
.finder-pills img { width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; }
.finder-pills .fp-all { width: 34px; height: 34px; display: grid; place-items: center; background: #e8edf8; border-radius: 8px; color: var(--navy-2); flex-shrink: 0; }
.finder-pills b { display: block; font-size: 14px; color: var(--navy); }
.finder-pills small { display: block; font-size: 11px; color: var(--muted); }

/* ── Banda de ofertas y combos ───────────────────────────────── */
.ofertas-band-wrap { max-width: 1180px; margin: 40px auto 0; padding: 0 28px; }
.ofertas-band {
  background: linear-gradient(120deg, var(--navy-2), #0b2c64); color: #fff;
  border-radius: 16px; padding: 26px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  box-shadow: 0 18px 45px rgba(7,26,61,.14);
}
.ob-left { display: flex; align-items: center; gap: 16px; }
.ob-fire { font-size: 34px; flex-shrink: 0; }
.ofertas-band h2 { font-family: 'Playfair Display', serif; font-size: 26px; margin: 0 0 4px; color: #fff; }
.ofertas-band h2 em { color: var(--yellow); font-style: italic; }
.ofertas-band p { margin: 0; color: #cbd4e2; font-size: 13.5px; max-width: 620px; line-height: 1.5; }
.ob-btn { background: var(--yellow); color: var(--navy); font-weight: 800; padding: 14px 24px; border-radius: 8px; white-space: nowrap; }
.ob-btn:hover { background: #ffd84d; }
@media (max-width: 600px) { .ofertas-band { padding: 22px; } .ob-btn { width: 100%; text-align: center; } }

/* ═══════════════════════════════════════════════════════════════
   MÓVIL — pulido iPhone (iOS) + Android
═══════════════════════════════════════════════════════════════ */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { -webkit-tap-highlight-color: rgba(7,31,76,0.12); }

@media (max-width: 980px) {
  .hero-wrap { grid-template-columns: 1fr; }
  .hero-visual { margin-top: 34px; }
  .hero-photo-premium { min-height: 380px; }
}

@media (max-width: 760px) {
  .sticky-cta-mobile, #stickyCTA { padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)); }
  .help-float { bottom: calc(86px + env(safe-area-inset-bottom, 0px)); }
  #backToTop, .back-to-top { bottom: calc(154px + env(safe-area-inset-bottom, 0px)); }
}

@media (max-width: 600px) {
  .hero-photo-premium { min-height: 320px; }
  .hero-stats-card { padding: 16px; grid-template-columns: 1fr; gap: 12px; }
  .hsc-row { flex-direction: row; }
  .hsc-row strong { font-size: 14px; }
  .v2-split-left, .v2-split-right { padding: 34px 22px; }
  .v2-testi { padding: 34px 22px; grid-template-columns: 1fr; gap: 22px; }
  .v2-split { grid-template-columns: 1fr; }
  .benefits-row { grid-template-columns: 1fr; gap: 14px; }
  .service-strip { grid-template-columns: 1fr 1fr; gap: 16px; }
}

@media (max-width: 560px) {
  .cc-photo { height: 200px; }
  .top-item > img { width: 64px; height: 64px; }
  .brand-sub { display: none; }
}
