/* ==========================================================================
   WIN FIBRA ÓPTICA - SUBDISTRIBUIDOR AUTORIZADO
   Diseño inspirado en planeshogar.com.pe
   Colores marca WIN: Naranja #FF5000
   ========================================================================== */

:root {
  --orange: #FF5000;
  --orange-dark: #D84000;
  --orange-soft: #FFF4EE;
  --orange-border: #FFD4C2;
  --ink: #1A1D23;
  --muted: #6B7280;
  --soft: #F5F6F8;
  --line: #E2E5EA;
  --green: #16A05A;
  --green-wa: #25D366;
  --shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  --shadow-sm: 0 6px 22px rgba(16, 24, 40, 0.05);
  --shadow-orange: 0 8px 28px rgba(255, 80, 0, 0.28);
  --white: #FFFFFF;
  --w-max: 1200px;
  --hdr-h: 70px;
  --tr: 0.22s ease;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 22px;
  --r-pill: 999px;
}

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  font-family: 'Montserrat', 'Inter', 'Open Sans', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
a { text-decoration: none; color: inherit; }

.container {
  max-width: var(--w-max);
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── DEALER RIBBON ─── */
.dealer-ribbon {
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--orange);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 16px;
  z-index: 300;
  text-align: center;
}
.dealer-ribbon-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(255,255,255,0.25);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

/* ─── TOP BAR ─── */
.top-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.top-bar-inner {
  display: flex;
  align-items: center;
  height: 40px;
  gap: 24px;
}
.top-tabs { display: flex; }
.top-tab {
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  height: 40px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: color var(--tr), border-color var(--tr);
}
.top-tab.active { color: var(--orange); border-bottom-color: var(--orange); }
.top-tab:hover:not(.active) { color: var(--ink); }
.top-bar-right { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.top-info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.top-info svg { color: var(--orange); flex-shrink: 0; }
.country-selector {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
}
.country-selector svg { color: var(--muted); }

/* ─── SITE HEADER ─── */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 200;
  box-shadow: 0 2px 14px rgba(0,0,0,0.06);
  transition: box-shadow var(--tr);
}
.header-inner {
  display: flex;
  align-items: center;
  height: 72px;
  gap: 20px;
}

/* OFFICIAL LOGO LOCKUP */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}
.brand-logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.logo:hover .brand-logo-img {
  transform: scale(1.03);
}
.logo-lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
  border-left: 1.5px solid #E2E8F0;
  line-height: 1.15;
}
.lockup-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -0.01em;
}
.lockup-accent {
  color: var(--orange);
  font-weight: 900;
}
.lockup-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #64748B;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

/* NAV */
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: 12px; }
.nav-item {
  font-size: 14px;
  font-weight: 600;
  color: #334155;
  padding: 8px 14px;
  border-radius: var(--r-sm);
  transition: color var(--tr), background var(--tr);
}
.nav-item:hover { color: var(--orange); background: var(--orange-soft); }

/* HEADER CTAS */
.header-ctas { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.header-quick-call {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1E293B;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  border: 1.5px solid #CBD5E1;
  background: #F8FAFC;
  transition: all var(--tr);
}
.header-quick-call svg { color: var(--orange); flex-shrink: 0; }
.header-quick-call:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-soft);
}
.btn-header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: var(--r-pill);
  box-shadow: 0 4px 16px rgba(255, 80, 0, 0.28);
  transition: all var(--tr);
}
.btn-header-cta:hover { background: var(--orange-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(255, 80, 0, 0.38); }

/* BURGER */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 9px;
  border-radius: var(--r-sm);
  border: none;
  background: none;
  cursor: pointer;
  transition: background var(--tr);
}
.burger:hover { background: var(--soft); }
.burger span {
  display: block;
  width: 22px;
  height: 2.2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform var(--tr), opacity var(--tr);
}
.burger.is-open span:nth-child(1) { transform: translateY(7.2px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.burger.is-open span:nth-child(3) { transform: translateY(-7.2px) rotate(-45deg); }

/* MOBILE DRAWER */
.mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(2px);
  z-index: 300; opacity: 0; pointer-events: none;
  transition: opacity var(--tr);
}
.mobile-overlay.is-visible { opacity: 1; pointer-events: auto; }
.mobile-menu {
  position: fixed; top: 0; right: 0; bottom: 0;
  width: min(340px, 92vw);
  background: #fff; z-index: 400;
  display: flex; flex-direction: column;
  box-shadow: -8px 0 48px rgba(0,0,0,0.22);
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.4,0,0.2,1);
}
.mobile-menu.is-open { transform: translateX(0); }
.mm-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid var(--line);
}
.mm-logo-lockup {
  display: flex; align-items: center; gap: 10px;
}
.mm-logo-img { height: 30px; width: auto; object-fit: contain; }
.mm-lockup-text { display: flex; flex-direction: column; line-height: 1.1; }
.mm-lockup-title { font-size: 13px; font-weight: 800; color: #0F172A; }
.mm-lockup-accent { color: var(--orange); }
.mm-lockup-sub { font-size: 9.5px; color: #64748B; font-weight: 600; margin-top: 1px; }
.mm-close {
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-sm);
  color: var(--ink); border: none; background: none; cursor: pointer;
  font-size: 26px; line-height: 1;
}
.mm-nav { list-style: none; margin: 0; padding: 14px; flex: 1; overflow-y: auto; }
.mm-nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 14px; font-size: 15px; font-weight: 700; color: #1E293B;
  border-radius: var(--r-sm); transition: background var(--tr), color var(--tr);
}
.mm-nav-item:hover { background: var(--soft); color: var(--orange); }
.mm-footer {
  padding: 18px 20px calc(18px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
}
.btn-mm-cta {
  display: block; text-align: center;
  background: var(--green-wa); color: #fff;
  font-weight: 800; font-size: 14.5px; padding: 14px;
  border-radius: var(--r-pill); box-shadow: 0 4px 16px rgba(37,211,102,0.3);
}
.btn-mm-tel {
  display: block; text-align: center;
  background: #F1F5F9; color: #0F172A;
  font-weight: 700; font-size: 13.5px; padding: 12px;
  border-radius: var(--r-pill); border: 1px solid #CBD5E1;
}

/* ─── HERO SHOWCASE LUMINOSO (FOTO 100% VISIBLE Y VIBRANTE) ─── */
.hero-showcase {
  position: relative;
  padding: 48px 0 54px;
  background: radial-gradient(circle at 82% 20%, #FFF3EC 0%, #FAFAFC 45%, #FFFFFF 100%);
  border-bottom: 1px solid #E2E8F0;
  overflow: hidden;
}

.hero-showcase-inner {
  position: relative;
  z-index: 2;
}

.hero-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, 480px);
  gap: 48px;
  align-items: center;
}

/* COLUMNA IZQUIERDA: COPY, SELECTOR Y BOTONES */
.hero-copy-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-soft);
  border: 1.5px solid var(--orange-border);
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  border-radius: var(--r-pill);
  width: fit-content;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 8px var(--orange);
  animation: pulse-glow 1.8s infinite;
  flex-shrink: 0;
}

@keyframes pulse-glow {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.hero-main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  line-height: 1.12;
  color: #0F172A;
  letter-spacing: -0.03em;
  margin: 0;
}

.hero-orange-gradient {
  color: var(--orange);
  background: linear-gradient(135deg, #FF5000 0%, #FF7A00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.hero-main-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: #475569;
  margin: 0;
  max-width: 540px;
}
.hero-main-desc strong {
  color: #0F172A;
}

/* SELECTOR RÁPIDO DE VELOCIDAD INTERACTIVO */
.hero-speeds-widget {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget-title {
  font-size: 13px;
  font-weight: 800;
  color: #1E293B;
  letter-spacing: 0.01em;
}

.widget-promo-badge {
  background: var(--orange);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 6px;
}

.speeds-pills-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.speed-btn {
  position: relative;
  background: #F8FAFC;
  border: 1.5px solid #CBD5E1;
  color: #0F172A;
  padding: 12px 8px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.speed-btn:hover {
  border-color: var(--orange);
  background: var(--orange-soft);
}

.speed-btn.active {
  background: #FFF4EE;
  border-color: var(--orange);
  box-shadow: 0 4px 16px rgba(255, 80, 0, 0.18);
}

.speed-popular-tag {
  position: absolute;
  top: -9px;
  background: var(--orange);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: var(--r-pill);
  box-shadow: 0 2px 6px rgba(255, 80, 0, 0.35);
}

.speed-mbps {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  color: #0F172A;
}
.speed-btn.active .speed-mbps {
  color: var(--orange-dark);
}

.speed-unit {
  font-size: 11px;
  font-weight: 700;
  color: #64748B;
  margin-top: 3px;
}
.speed-btn.active .speed-unit {
  color: var(--orange);
}

.speed-detail-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 12px;
  border-top: 1.5px solid #F1F5F9;
  flex-wrap: wrap;
}

.price-showcase {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.price-badge-mini {
  background: #22C55E;
  color: #fff;
  font-size: 9.5px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 4px;
  align-self: center;
}

.price-currency {
  font-size: 15px;
  font-weight: 800;
  color: var(--orange);
}

.price-val-big {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 900;
  color: #0F172A;
  line-height: 1;
}

.price-freq {
  font-size: 12.5px;
  font-weight: 700;
  color: #64748B;
}

.price-old {
  font-size: 11.5px;
  color: #94A3B8;
  text-decoration: line-through;
  margin-left: 6px;
}

.speed-quick-checks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11.5px;
  color: #334155;
  font-weight: 600;
}
.speed-quick-checks span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.speed-quick-checks svg {
  color: #22C55E;
  flex-shrink: 0;
}

/* BOTONES DE ACCIÓN RÁPIDA */
.hero-cta-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-hero-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--green-wa);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all var(--tr);
  text-decoration: none;
}
.btn-hero-wa:hover {
  background: #20BA56;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.btn-hero-asesor {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 700;
  color: #1E293B;
  background: #FFFFFF;
  border: 1.5px solid #CBD5E1;
  padding: 13px 22px;
  border-radius: var(--r-pill);
  transition: all var(--tr);
  text-decoration: none;
}
.btn-hero-asesor:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-soft);
  transform: translateY(-2px);
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #64748B;
  font-weight: 600;
}
.stars-gold {
  color: #F59E0B;
  letter-spacing: 2px;
  font-size: 14px;
}

/* COLUMNA DERECHA: BANNER PUBLICITARIO PRINCIPAL WIN */
.hero-visual-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-main-banner-card {
  position: relative;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 48px rgba(255, 80, 0, 0.22), 0 6px 20px rgba(15, 23, 42, 0.1);
  border: 3px solid #FFFFFF;
  background: #FFF;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-main-banner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 56px rgba(255, 80, 0, 0.3), 0 8px 24px rgba(15, 23, 42, 0.12);
}

.mobile-only-banner { display: none; }
.desktop-only-banner { display: block; }

.hero-banner-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.hero-main-banner-card:hover .hero-banner-img {
  transform: scale(1.015);
}

/* FORMULARIO RÁPIDO DE CONSULTA DE COBERTURA */
.hero-fast-lead-card {
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.fast-lead-header {
  margin-bottom: 12px;
}

.fast-lead-tag {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--orange);
  display: block;
  margin-bottom: 2px;
}

.fast-lead-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
  letter-spacing: -0.01em;
}

.fast-inputs-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.input-with-prefix {
  display: flex;
  align-items: stretch;
  border: 1.5px solid #CBD5E1;
  border-radius: 11px;
  overflow: hidden;
  background: #FFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input-with-prefix:focus-within {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 80, 0, 0.12);
}

.phone-prefix {
  display: flex;
  align-items: center;
  padding: 0 12px;
  background: #F8FAFC;
  border-right: 1.5px solid #CBD5E1;
  font-size: 13px;
  font-weight: 700;
  color: #64748B;
}

.input-with-prefix input {
  flex: 1;
  border: none;
  padding: 11px 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: #0F172A;
  outline: none;
  background: transparent;
}

.fast-input-address {
  width: 100%;
  border: 1.5px solid #CBD5E1;
  border-radius: 11px;
  padding: 11px 12px;
  font-size: 13.5px;
  color: #0F172A;
  background: #FFF;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.fast-input-address:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255, 80, 0, 0.12);
}

.btn-fast-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--orange);
  color: #FFF;
  border: none;
  border-radius: 11px;
  padding: 12px;
  font-size: 14.5px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(255, 80, 0, 0.28);
  transition: all 0.2s ease;
}
.btn-fast-submit:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 80, 0, 0.38);
}
.btn-fast-submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.check-consent-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  color: #64748B;
  line-height: 1.4;
  margin: 0;
  cursor: pointer;
}
.check-consent-box input {
  margin: 0;
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

/* ─── RESET UNIVERSAL DE BOTONES ENLACE (CERO BOTONES GRISES EN CHECKBOXES) ─── */
.hl-link,
.link-modal-btn,
.link-politica,
.check button,
.check-consent-box button,
label.check button,
label.check-consent-box button,
form button.hl-link,
form button.link-modal-btn {
  all: unset !important;
  display: inline !important;
  color: var(--orange) !important;
  font-weight: 700 !important;
  font-size: inherit !important;
  line-height: inherit !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  cursor: pointer !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.18s ease, text-decoration-color 0.18s ease !important;
}

.hl-link:hover,
.link-modal-btn:hover,
.link-politica:hover,
.check button:hover,
.check-consent-box button:hover,
label.check button:hover,
label.check-consent-box button:hover {
  color: var(--orange-dark) !important;
  text-decoration: underline !important;
}

.hl-msg {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  min-height: 16px;
  color: var(--green);
  margin-top: 6px;
}
.hl-msg.error { color: #e32b2b; }


/* ─── STATS BAR ─── */
.stats-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}
.stats-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 36px;
  text-align: center;
  flex: 1;
  min-width: 130px;
}
.stat-num {
  font-size: 30px;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
}
.stat-num abbr {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  margin-left: 2px;
  text-decoration: none;
}
.stat-lbl { font-size: 13px; color: var(--muted); font-weight: 500; }
.stat-sep { width: 1px; height: 44px; background: var(--line); flex-shrink: 0; }

/* ─── SECTIONS ─── */
section { padding: 76px 0; background: #fff; }
.section-head { text-align: center; max-width: 700px; margin: 0 auto 38px; }
.section-head h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  letter-spacing: -0.04em;
  margin: 12px 0;
  color: var(--ink);
  font-weight: 800;
}
.section-head p { color: var(--muted); line-height: 1.6; }

/* EYEBROW */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
  background: var(--orange-soft);
  color: var(--orange);
  border: 1px solid var(--orange-border);
}
.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--orange);
  border-radius: 2px;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ─── PLANES SECTION ─── */
#planes { background: linear-gradient(180deg, #fff 0%, #f8f9fb 100%); }

/* TABS */
.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.tab {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1.5px solid var(--line);
  background: #fff;
  padding: 10px 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 13.5px;
  color: var(--muted);
  cursor: pointer;
  transition: 0.18s;
}
.tab-icon {
  width: 30px; height: 30px;
  display: grid; place-items: center;
  border-radius: 9px;
  background: var(--orange-soft);
  color: var(--orange);
  flex-shrink: 0;
}
.tab-icon svg { width: 18px; height: 18px; stroke: currentColor; }
.tab:hover { border-color: var(--orange); color: var(--orange); }
.tab.active {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
  box-shadow: 0 6px 18px rgba(255,80,0,0.28);
}
.tab.active .tab-icon { background: #fff; color: var(--orange); }

/* ─── PLANS CAROUSEL ─── */
.plans-carousel {
  position: relative;
  margin-inline: -64px;
  padding-inline: 64px;
}
.cards {
  display: flex;
  gap: 20px;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 2px 30px;
  overscroll-behavior-inline: contain;
}
.cards::-webkit-scrollbar { display: none; }
.cards .card {
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: 0;
  scroll-snap-align: start;
}

/* CARD */
.card {
  border: 1.5px solid var(--line);
  border-top: 3px solid var(--orange);
  border-radius: 22px;
  padding: 26px;
  background: #fff;
  position: relative;
  box-shadow: 0 6px 22px rgba(16,24,40,0.06);
  display: flex;
  flex-direction: column;
  font-family: 'Roboto Condensed', 'Arial Narrow', Arial, sans-serif;
  color: var(--ink);
  transition: transform 0.28s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  overflow: hidden;
}
.card:hover {
  box-shadow: 0 16px 42px rgba(255,80,0,0.15);
  transform: translateY(-4px);
  border-color: rgba(255,80,0,0.35);
}
.card.featured {
  border: 2px solid var(--orange);
  box-shadow: 0 18px 44px rgba(255,80,0,0.12);
}
.card.featured:hover { transform: translateY(-4px); }

/* CARD BADGE */
.badge {
  position: absolute;
  right: 16px; top: 16px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

/* PLAN TAG */
.plan-tag { display: flex; align-items: center; gap: 10px; min-height: 40px; }
.plan-tag-icon {
  min-width: 38px; height: 38px; padding: 0 8px;
  border-radius: 11px;
  background: var(--orange-soft);
  color: var(--orange);
  display: flex; align-items: center; justify-content: center; gap: 5px;
  flex-shrink: 0;
  border: 1px solid var(--orange-border);
}
.plan-tag-icon svg { width: 17px; height: 17px; stroke: currentColor; }
.plan-tag-info { display: flex; flex-direction: column; gap: 1px; }
.plan-tag-info strong { font-size: 14px; font-weight: 900; color: var(--ink); }
.plan-tag-info span { font-size: 12px; color: var(--muted); font-weight: 600; }

/* SPEED */
.speed { font-size: 44px; letter-spacing: -0.035em; font-weight: 900; margin: 10px 0 3px; color: var(--ink); }
.speed small { font-size: 18px; color: var(--muted); font-weight: 700; }

/* PRICE BLOCK */
.price-block { margin: 18px 0 4px; min-height: 90px; }
.price-label { display: block; font-size: 11px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.price-promo { display: flex; align-items: flex-start; }
.price-promo .currency,
.price-promo .amount,
.price-promo .cents { color: var(--orange); }
.price-promo.price-fixed .currency,
.price-promo.price-fixed .amount,
.price-promo.price-fixed .cents { color: var(--ink); }
.currency { font-weight: 700; margin-top: 8px; font-size: 16px; }
.amount { font-size: 50px; line-height: 1; font-weight: 900; letter-spacing: -0.035em; }
.cents { font-weight: 700; margin-top: 7px; font-size: 16px; }
.price-old { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.price-old s { text-decoration: line-through; }

/* BONUS */
.bonus-block { margin: 10px 0 0; min-height: 36px; }
.bonus-block strong { display: block; font-size: 13px; font-weight: 900; color: var(--orange); }
.bonus-block span { display: block; font-size: 11px; color: var(--muted); font-weight: 600; margin-top: 1px; }

/* PLAN BENEFITS */
.plan-benefits {
  min-height: 100px;
  margin: 14px 0 0;
  padding: 12px 13px;
  border: 1px solid #e7eef0;
  border-radius: 14px;
  background: #f8fcfc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
}
.plan-benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--ink);
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.plan-benefit svg { width: 16px; height: 16px; flex: 0 0 16px; color: #0aa6a6; stroke: currentColor; }
.plan-benefit strong { color: #111; font-weight: 800; }

/* EQUIPOS TAGS */
.equip-section { margin-top: 14px; }
.equip-label { display: block; font-size: 11px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.equip-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.equip-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  border: 1px solid var(--orange-border);
}

/* INCLUDES (streaming logos) */
.includes { margin-top: auto; padding-top: 16px; }
.includes-label { display: block; font-size: 11px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }

/* INSTALLATION */
.installation {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  margin: 0 -26px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 13px;
}
.installation svg { width: 17px; height: 17px; stroke: var(--green); flex: 0 0 auto; }
.installation strong { font-weight: 900; }

/* CARD CTA */
.card .btn-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  padding: 14px;
  border-radius: 11px;
  background: var(--orange);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255,80,0,0.28);
  transition: background var(--tr), transform var(--tr);
}
.card .btn-card:hover { background: var(--orange-dark); transform: translateY(-1px); }

/* PLANS ARROWS */
.plans-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  width: 52px; height: 52px;
  border: 1px solid #ffd0bc;
  border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,255,255,0.96);
  color: var(--orange);
  box-shadow: 0 12px 32px rgba(16,24,40,0.15);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.plans-arrow svg { width: 23px; height: 23px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.plans-arrow:hover { background: var(--orange); color: #fff; transform: translateY(-50%) scale(1.07); }
.plans-arrow:disabled { opacity: 0.28; cursor: not-allowed; transform: translateY(-50%); }
.plans-arrow--prev { left: 0; }
.plans-arrow--next { right: 0; }
.plans-progress {
  height: 4px;
  max-width: 260px;
  margin: -12px auto 0;
  border-radius: 999px;
  background: #e8eaee;
  overflow: hidden;
}
.plans-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--orange);
  transform-origin: left center;
  transition: transform 0.2s ease;
}
.disclaimer { text-align: center; color: var(--muted); font-size: 11px; margin-top: 22px; }

/* ─── BENEFITS ─── */
.benefits {
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.benefit {
  position: relative;
  z-index: 1;
  min-height: 270px;
  background: #fff;
  padding: 32px 28px;
  border-radius: 24px;
  border: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(16,24,40,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.benefit:hover {
  z-index: 3;
  transform: translateY(-8px) scale(1.03);
  border-color: var(--orange);
  box-shadow: 0 26px 56px rgba(255,80,0,0.18);
}
.benefit .icon {
  width: 80px; height: 80px;
  border-radius: 22px;
  background: var(--orange-soft);
  color: var(--orange);
  display: grid; place-items: center;
  border: 1px solid var(--orange-border);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}
.benefit .icon svg { width: 40px; height: 40px; stroke: currentColor; }
.benefit:hover .icon { transform: scale(1.1); box-shadow: 0 8px 20px rgba(255,80,0,0.2); }
.benefit h3 { margin: 20px 0 10px; font-size: 19px; color: var(--ink); font-weight: 700; }
.benefit p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; }

/* ─── CONTACT ─── */
.contact-section { background: linear-gradient(180deg, #f8f9fb, #fff); }
.contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(90deg, #111827fa 0%, #111827e6 48%, #111827b3 100%),
              url('assets/win_clean_hero.jpg') center/cover no-repeat;
  color: #fff;
  border-radius: 30px;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 44px;
  align-items: center;
  box-shadow: 0 22px 55px rgba(255,80,0,0.16);
}
.contact h2 { font-size: clamp(26px,3vw,38px); letter-spacing: -0.04em; margin: 10px 0; color: #fff; font-weight: 800; }
.contact p { color: #f0f1f3; line-height: 1.55; max-width: 480px; }
.contact .eyebrow { background: rgba(255,255,255,0.15); color: #fff; border-color: rgba(255,255,255,0.3); }

/* FORM (in contact) */
.form {
  background: #fff;
  color: var(--ink);
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,4,0.16);
  border: 1px solid var(--line);
}
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 12px; font-weight: 800; margin-bottom: 7px; color: var(--ink); }
.field input,
.field select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  outline: none;
  background: #fff;
  color: var(--ink);
}
.field input:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(255,80,0,0.1);
}
.check {
  font-size: 11.5px;
  color: var(--muted);
  display: flex;
  gap: 8px;
  line-height: 1.45;
  margin: 12px 0;
  align-items: center;
}
.check input {
  accent-color: var(--orange);
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin: 0;
}
.check span {
  flex: 1;
}
.form .btn-form {
  width: 100%;
  margin-top: 6px;
  padding: 14px;
  background: var(--orange);
  color: #fff;
  border: 0;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(255,80,0,0.28);
  transition: background var(--tr), transform var(--tr);
}
.form .btn-form:hover { background: var(--orange-dark); transform: translateY(-1px); }
.message { font-size: 12px; margin-top: 10px; text-align: center; min-height: 18px; font-weight: 700; }

/* ─── FAQ ─── */
#preguntas { background: #f8f9fb; }
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; border: 0; background: none;
  padding: 21px 0;
  display: flex; justify-content: space-between;
  text-align: left;
  font-weight: 750; font-size: 15px;
  cursor: pointer; color: var(--ink);
  transition: color var(--tr);
}
.faq-q:hover { color: var(--orange); }
.faq-a { max-height: 0; overflow: hidden; color: var(--muted); line-height: 1.6; font-size: 14px; transition: max-height 0.3s; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 22px; }
.plus { font-size: 22px; color: var(--orange); transition: transform 0.2s; }
.open .plus { transform: rotate(45deg); }

/* ─── FOOTER ─── */
footer {
  padding: 48px 0 28px;
  background: #121212;
  border-top: 4px solid var(--orange);
  color: #fff;
}
.foot {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) 1fr auto;
  gap: 42px;
  align-items: start;
  font-size: 13px;
  color: #aeb2ba;
}
.foot-company h2 { margin: 0 0 14px; color: #fff; font-size: 22px; letter-spacing: -0.03em; }
.foot-company h2 span { color: var(--orange); }
.foot-company p { max-width: 510px; margin: 0; line-height: 1.7; }
.foot-meta { display: grid; gap: 8px; line-height: 1.55; }
.foot-meta strong { color: #fff; font-size: 14px; }
.foot-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.foot-legal {
  grid-column: 1/-1;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  line-height: 1.55;
  color: #888e98;
}
.foot-legal strong { color: #cfd3da; }
.foot-links { display: flex; flex-wrap: wrap; gap: 14px; }
.foot-links a, .foot-links button {
  padding: 0; border: 0; background: none;
  color: #fff; font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.foot-links a:hover, .foot-links button:hover { color: var(--orange); }
.link-politica {
  border: 0; background: none;
  color: var(--muted);
  font-size: 12px; font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.link-politica:hover { color: var(--orange); }

/* ─── WHATSAPP FAB ─── */
.wa {
  position: fixed;
  right: 22px; bottom: 22px;
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--green-wa);
  color: #fff;
  display: grid; place-items: center;
  font-size: 30px;
  box-shadow: 0 14px 36px rgba(37,211,102,0.45);
  z-index: 500;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: wa-float 2.8s ease-in-out infinite;
  text-decoration: none;
}
.wa:hover { transform: scale(1.08); box-shadow: 0 18px 42px rgba(37,211,102,0.6); }
.wa svg { width: 32px; height: 32px; fill: #fff; }
.wa-tooltip {
  position: absolute;
  right: 0; bottom: calc(100% + 14px);
  width: max-content; max-width: 190px;
  padding: 10px 14px;
  border: 1px solid rgba(16,24,40,0.1);
  border-radius: 18px;
  background: #fff;
  color: #183329;
  font-size: 12px; font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 24px rgba(16,24,40,0.18);
  animation: wa-float 2.8s ease-in-out infinite;
}
.wa-tip-arrow {
  position: absolute;
  right: 23px; bottom: calc(100% + 6px);
  width: 16px; height: 16px;
  border-right: 1px solid rgba(16,24,40,0.1);
  border-bottom: 1px solid rgba(16,24,40,0.1);
  border-radius: 0 0 4px 0;
  background: #fff;
  transform: rotate(45deg);
  animation: wa-float 2.8s ease-in-out infinite;
}
@keyframes wa-float { 0%,100%{translate:0 0} 50%{translate:0 -7px} }

/* ─── FOOTER BRAND & LOCKUP ─── */
.foot-brand-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.foot-logo-img {
  height: 34px;
  width: auto;
  object-fit: contain;
}
.foot-brand-lockup {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  border-left: 1.5px solid rgba(255,255,255,0.2);
  padding-left: 10px;
}
.foot-brand-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.foot-brand-accent {
  color: var(--orange);
}
.foot-brand-sub {
  font-size: 9.5px;
  color: #94A3B8;
  font-weight: 600;
}

/* ─── TIMED MODAL (30s) REDISEÑADO (SIN RECORTES) ─── */
.timed-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 550;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(11, 15, 25, 0.78);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.timed-lead-modal.is-open { opacity: 1; visibility: visible; }
.timed-lead-dialog {
  position: relative;
  width: min(960px, 100%);
  max-height: min(640px, calc(100vh - 40px));
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #0F172A;
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.1);
  transform: translateY(18px) scale(0.97);
  transition: transform 0.28s ease;
}
.timed-lead-modal.is-open .timed-lead-dialog { transform: none; }
.timed-lead-close {
  position: absolute;
  z-index: 20;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}
.timed-lead-close:hover {
  background: var(--orange);
  transform: scale(1.08);
}

/* MODAL LEFT PROMO BANNER */
.timed-promo-banner {
  position: relative;
  overflow: hidden;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #0B0F19;
}
.promo-banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4) contrast(1.15);
  transform: scale(1.04);
}
.promo-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,15,25,0.85) 0%, rgba(15,23,42,0.92) 100%);
}
.promo-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 16px;
}
.promo-brand-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promo-logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
}
.promo-tag {
  background: rgba(255, 80, 0, 0.2);
  border: 1px solid rgba(255, 80, 0, 0.6);
  color: #FF8547;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: var(--r-pill);
}
.promo-badge-speed {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.promo-speed-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 52px;
  font-weight: 900;
  color: #FFF;
  line-height: 1;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promo-speed-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #FF5000;
}
.promo-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #E2E8F0;
  margin: -6px 0 0;
}
.promo-discount-pill {
  background: linear-gradient(135deg, #FF5000 0%, #D84000 100%);
  color: #FFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 8px 14px;
  border-radius: 10px;
  width: fit-content;
  box-shadow: 0 4px 16px rgba(255, 80, 0, 0.4);
}
.promo-price-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
}
.price-from {
  display: block;
  font-size: 11px;
  color: #94A3B8;
  font-weight: 600;
}
.price-val {
  display: flex;
  align-items: baseline;
  gap: 3px;
}
.price-val .curr { font-size: 16px; font-weight: 800; color: #FF5000; }
.price-val .num { font-family: 'Montserrat', sans-serif; font-size: 32px; font-weight: 900; color: #FFF; line-height: 1; }
.price-val .dec { font-size: 18px; font-weight: 800; color: #FFF; }
.price-val .per { font-size: 12px; color: #94A3B8; margin-left: 6px; font-weight: 600; }

.promo-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.promo-benefits-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #CBD5E1;
}
.promo-benefits-list li strong { color: #FFF; }
.b-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.2);
  color: #22C55E;
  font-size: 11px;
  font-weight: 900;
  flex-shrink: 0;
}

/* MODAL RIGHT FORM */
.timed-form-wrap {
  padding: 36px 32px 32px;
  background: #FFFFFF;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.timed-form-header {
  margin-bottom: 16px;
}
.timed-ribbon-sub {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--orange);
  margin-bottom: 4px;
}
.timed-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #0F172A;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}
.timed-sub {
  font-size: 12.5px;
  color: #64748B;
  line-height: 1.45;
  margin: 0;
}
.timed-lead-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.lead-modal-open { overflow: hidden; }

/* ─── PRIVACY MODAL ─── */
.modal-politica {
  position: fixed; inset: 0; z-index: 600;
  display: none; align-items: center; justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(3px);
}
.modal-politica.is-open { display: flex; }
.modal-contenido {
  position: relative;
  background: #fff; color: var(--ink);
  width: min(680px, 100%);
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 20px;
  padding: 34px 36px 30px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.modal-contenido h2 { font-size: 24px; letter-spacing: -0.02em; margin: 0 40px 18px 0; }
.modal-contenido h3 { font-size: 15px; margin: 22px 0 6px; color: var(--orange); }
.modal-contenido p { font-size: 13.5px; line-height: 1.65; color: #374151; margin: 0 0 8px; }
.modal-contenido ul { margin: 6px 0 10px; padding-left: 20px; }
.modal-contenido li { font-size: 13.5px; line-height: 1.6; color: #374151; margin: 4px 0; }
.modal-contenido a { color: var(--orange); font-weight: 700; text-decoration: underline; }
.modal-fecha { margin-top: 18px; font-size: 12px; color: var(--muted); font-style: italic; }
.modal-cerrar {
  position: absolute; top: 16px; right: 18px;
  width: 44px; height: 44px;
  border: 0; border-radius: 50%;
  background: var(--soft); color: var(--ink);
  font-size: 22px; line-height: 1;
  cursor: pointer;
  display: grid; place-items: center;
  transition: 0.2s;
}
.modal-cerrar:hover { background: var(--orange); color: #fff; }

/* ─── SUCCESS TOAST ─── */
.toast {
  position: fixed;
  bottom: 100px; right: 22px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.22);
  border-left: 4px solid var(--green);
  max-width: 300px;
  transform: translateX(120%);
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1);
  z-index: 600;
}
.toast.show { transform: translateX(0); }
.toast-title { font-size: 14px; font-weight: 800; color: var(--ink); margin-bottom: 4px; }
.toast-msg { font-size: 12px; color: var(--muted); line-height: 1.45; }

/* ─── BARRA MÓVIL STICKY ULTRA-OPTIMIZADA ─── */
.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 490;
  background: #FFFFFF;
  border-top: 1px solid #E2E8F0;
  padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
  gap: 10px;
  box-shadow: 0 -6px 24px rgba(0,0,0,0.12);
}
.sticky-btn-wa,
.sticky-btn-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1;
  min-height: 50px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.sticky-btn-wa {
  background: var(--green-wa);
  color: #FFF;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
}
.sticky-btn-call {
  background: var(--orange);
  color: #FFF;
  box-shadow: 0 4px 14px rgba(255, 80, 0, 0.3);
}
.sticky-btn-wa:active,
.sticky-btn-call:active {
  transform: scale(0.97);
}
.sticky-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-text-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.1;
}
.sticky-eyebrow {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  opacity: 0.88;
}
.sticky-main-text {
  font-size: 13.5px;
  font-weight: 800;
}

/* ─── RESPONSIVE COMPLETO Y ADAPTACIÓN MÓVIL ─── */
@media (max-width: 1100px) {
  .main-nav { display: none; }
  .burger { display: flex; }
  .header-quick-call .quick-call-text { display: none; }
  .header-quick-call { padding: 8px 10px; }
  .hero-showcase-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-copy-col {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  .hero-visual-col {
    max-width: 580px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-cta-buttons {
    justify-content: center;
  }
  .hero-social-proof {
    justify-content: center;
  }
  .hero-speeds-widget {
    width: 100%;
    max-width: 540px;
    text-align: left;
  }
  .stat-sep { display: none; }
}

@media (max-width: 860px) {
  .timed-lead-dialog {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 28px);
    overflow-y: auto;
  }
  .timed-promo-banner {
    padding: 18px 20px;
    gap: 12px;
  }
  .promo-brand-top {
    padding-right: 50px;
  }
  .promo-benefits-list {
    display: none;
  }
  .promo-speed-num { font-size: 38px; }
  .promo-speed-label { font-size: 17px; }
  .promo-headline { font-size: 13px; }
  .promo-discount-pill { font-size: 11px; padding: 5px 10px; }
  .timed-form-wrap {
    padding: 20px 18px 26px;
  }
  .timed-lead-close {
    background: var(--orange);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  }
  .plans-carousel { margin-inline: -42px; padding-inline: 42px; }
  .cards .card { flex-basis: calc((100% - 20px) / 2); }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; padding: 30px; }
  .foot { grid-template-columns: 1fr 1fr; }
  .foot-actions { align-items: flex-start; }
}

@media (max-width: 768px) {
  .sticky-mobile-bar { display: flex; }
  .wa { display: none; }
  body { padding-bottom: 74px; }
  .site-header { height: 64px; }
  .header-inner { height: 64px; }
  .brand-logo-img { height: 32px; }
  .lockup-title { font-size: 13px; }
  .lockup-sub { font-size: 9px; }
  .btn-header-cta { display: none; }
  .hero-showcase {
    padding: 24px 0 32px;
  }
  .hero-main-title {
    font-size: 27px;
  }
  .hero-main-desc {
    font-size: 14px;
  }
  .mobile-only-banner {
    display: block;
    margin: 8px auto 16px;
    width: 100%;
    max-width: 440px;
  }
  .desktop-only-banner {
    display: none;
  }
  .speeds-pills-row {
    gap: 6px;
  }
  .speed-mbps { font-size: 18px; }
  .speed-unit { font-size: 10px; }
  .speed-detail-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .btn-hero-wa,
  .btn-hero-asesor {
    width: 100%;
    justify-content: center;
  }
  .hero-cta-buttons {
    width: 100%;
    flex-direction: column;
  }
  .hero-fast-lead-card {
    padding: 16px 16px 18px;
    border-radius: 16px;
  }
  .foot { grid-template-columns: 1fr; gap: 28px; }
  .foot-legal { flex-direction: column; gap: 10px; }
}

@media (max-width: 520px) {
  .plans-carousel { margin-inline: -12px; padding-inline: 12px; }
  .cards .card { flex-basis: min(88vw, 340px); }
  .plans-arrow { display: none; }
  .benefit-grid { grid-template-columns: 1fr; }
  .contact { border-radius: 22px; padding: 22px 18px; }
  .form { padding: 20px 16px; }
  .foot-actions { align-items: flex-start; }
  .tabs { gap: 8px; }
  .tab { padding: 8px 12px; font-size: 12px; }
}

@media (max-width: 480px) {
  .top-bar { display: none; }
  .logo-lockup { padding-left: 8px; }
  .hero-pill-badge { font-size: 10.5px; padding: 5px 12px; }
  .promo-speed-num { font-size: 40px; }
  .promo-speed-label { font-size: 18px; }
  .timed-title { font-size: 19px; }
  .stat-item { min-width: 110px; padding: 8px 10px; }
}

/* Refined landing layout */
body { font-family: 'Open Sans', ui-sans-serif, system-ui, sans-serif; }
.dealer-ribbon { min-height: 28px; font-size: 10px; letter-spacing: .035em; }
.top-bar { display: none; }
.site-header { box-shadow: 0 2px 12px rgba(20, 28, 40, .045); }
.hero-showcase {
  padding: 64px 0 72px;
  background: linear-gradient(135deg, #fff 0%, #fff8f4 58%, #fff 100%);
}
.hero-showcase-grid { gap: clamp(28px, 4vw, 64px); align-items: start; }
.hero-copy-col { gap: 22px; }
.hero-main-title { font-size: clamp(36px, 3.8vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.hero-main-desc { font-size: 17px; line-height: 1.7; max-width: 610px; }
.hero-pill-badge { font-size: 10px; letter-spacing: .025em; padding: 8px 13px; }
.hero-main-banner-card { border: 0; border-radius: 20px; box-shadow: 0 20px 45px rgba(24, 31, 43, .12); }
.hero-main-banner-card:hover { box-shadow: 0 24px 48px rgba(24, 31, 43, .15); }
.hero-banner-img { aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.hero-speeds-widget, .hero-fast-lead-card { border: 1px solid #e9e9e9; box-shadow: 0 12px 30px rgba(24,31,43,.07); }
.speed-btn { border-color: #e5e7eb; background: #fafafa; min-height: 66px; }
.speed-btn.active { box-shadow: 0 0 0 2px rgba(255,80,0,.09); }
.stats-bar { background: #fffaf7; padding: 16px 0; }
.stat-item { padding: 8px 20px; }
.stat-num { font-size: 25px; }
.section-head h2 { line-height: 1.17; }
.card { border-top: 1.5px solid var(--line); box-shadow: 0 9px 28px rgba(16,24,40,.07); font-family: 'Open Sans', sans-serif; }
.card:hover { box-shadow: 0 15px 34px rgba(16,24,40,.12); }
.card.featured { box-shadow: 0 13px 34px rgba(255,80,0,.12); }
.wa { display: none; }
.wa-tooltip, .wa-tip-arrow { display: none; }
:focus-visible { outline: 3px solid #b33a00; outline-offset: 3px; }
@media (max-width: 1100px) {
  .dealer-ribbon, .top-bar { display: none; }
  .hero-showcase-grid { gap: 28px; }
  .hero-copy-col { text-align: left; align-items: stretch; margin: 0 auto; }
  .hero-cta-buttons, .hero-social-proof { justify-content: flex-start; }
  .hero-speeds-widget { max-width: none; }
}
@media (max-width: 768px) {
  .dealer-ribbon, .top-bar { display: none; }
  .container { padding-inline: 20px; }
  .site-header, .header-inner { height: 66px; }
  .hero-showcase { padding: 38px 0 48px; }
  .hero-main-title { font-size: clamp(32px, 7.5vw, 42px); }
  .hero-main-desc { font-size: 15px; line-height: 1.65; }
  .hero-pill-badge { max-width: 100%; font-size: 9px; }
  .mobile-only-banner { margin: 2px auto 0; max-width: none; }
  .hero-banner-img { aspect-ratio: 16 / 10; }
  .hero-speeds-widget { padding: 16px; border-radius: 16px; }
  .hero-cta-buttons { gap: 10px; }
  .stats-inner { justify-content: center; }
  .stat-item { min-width: 33%; padding: 12px 8px; }
  .sticky-mobile-bar { padding: 7px 12px calc(7px + env(safe-area-inset-bottom)); }
  .sticky-btn-wa, .sticky-btn-call { min-height: 46px; border-radius: 10px; box-shadow: none; }
  .sticky-eyebrow { display: none; }
  .sticky-main-text { font-size: 12px; }
  body { padding-bottom: 66px; }
}
@media (max-width: 480px) {
  .hero-copy-col { gap: 18px; }
  .hero-main-title { font-size: 33px; }
  .hero-main-desc { font-size: 14px; }
  .widget-header { gap: 8px; }
  .widget-title { font-size: 13px; }
  .widget-promo-badge { font-size: 8px; }
  .speed-btn { min-height: 60px; padding: 9px 3px; }
  .speed-mbps { font-size: 18px; }
  .speed-unit { font-size: 9px; }
  .speed-popular-tag { font-size: 8px; }
  .stat-item { min-width: 50%; }
  section { padding-block: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Full bleed promotional slide */
.hero-showcase {
  min-height: 640px;
  padding: 52px 0 60px;
  background-image: linear-gradient(90deg, rgba(6, 8, 15, .02) 0%, rgba(6, 8, 15, .08) 62%, rgba(6, 8, 15, .5) 100%), url('assets/win-slide-promo-wide.png');
  background-size: cover;
  background-position: center 42%;
  border: 0;
}
.hero-showcase-grid { display: block; }
.hero-copy-col { display: none; }
.hero-main-title { color: #fff; text-shadow: 0 3px 20px rgba(0,0,0,.28); }
.hero-main-desc { color: rgba(255,255,255,.9); }
.hero-main-desc strong { color: #fff; }
.hero-social-proof { color: rgba(255,255,255,.9); }
.hero-speeds-widget { background: rgba(255,255,255,.97); }
.hero-visual-col { max-width: 390px; margin-left: auto; }
.hero-visual-col .desktop-only-banner { display: none; }
.hero-fast-lead-card { background: rgba(255,255,255,.97); }
.hero-showcase .mobile-only-banner { display: none; }
@media (max-width: 1100px) {
  .hero-showcase { min-height: 620px; background-position: 58% center; }
}
@media (max-width: 768px) {
  .hero-showcase {
    min-height: 0;
    padding: 0 0 28px;
    background-image: linear-gradient(180deg, rgba(6,8,15,0) 0%, rgba(6,8,15,.04) 56%, rgba(6,8,15,.58) 100%), url('assets/win-slide-promo-wide.png');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #090b13;
  }
  .hero-showcase-grid { display: flex; flex-direction: column; gap: 0; padding-top: 45vw; }
  .hero-visual-col { width: 100%; max-width: 390px; margin: 0 auto; }
  .hero-fast-lead-card { box-shadow: 0 10px 26px rgba(0,0,0,.2); }
  .hero-fast-lead-card { width: 100%; }
}
@media (max-width: 480px) {
  .hero-showcase-grid { padding-top: 46vw; }
  .hero-showcase { background-size: 100% auto; }
}
