:root{
  --white70: rgba(255,255,255,.72);
  --white50: rgba(255,255,255,.50);
  --white10: rgba(255,255,255,.10);

  --brandBlue: #0b4bff;
  --brandOrange: #ff6a00;

  --ink: #111827;
  --muted: #6b7280;
  --cardBorder: rgba(17,24,39,.10);

  --wa-green: #25D366;
  --wa-green-dark: #1EBE5D;
}

/* =========================
   BASE
   ========================= */

html, body{ height: 100%; }

body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(900px 520px at 20% 15%, rgba(255,255,255,.08), transparent 60%),
    radial-gradient(900px 520px at 85% 35%, rgba(0,0,0,.18), transparent 60%),
    #2226D9;
  color: #fff;
  overflow-x: hidden;
}

/* =========================
   HELPERS
   ========================= */

.text-white-70{ color: var(--white70) !important; }
.text-white-50{ color: var(--white50) !important; }
.border-white-10{ border-color: var(--white10) !important; }
.bg-white-5{ background: rgba(255,255,255,.06) !important; }

.section-pad{ padding: 72px 0; }
.section-title{ letter-spacing: .2px; }

.text-glow{ text-shadow: 0 0 18px rgba(255,255,255,.35); }

/* =========================
   GLASS
   ========================= */

.glass-card{
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 40px rgba(0,0,0,.25);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.modal-dark{ background: transparent; }

.glass-nav{
  background: linear-gradient(180deg, rgba(0,0,0,.22), rgba(0,0,0,.10));
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

/* =========================
   BRAND (LOGO RECTANGULAR)
   ========================= */

.brand-logo{
  width: 64px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 6px 14px rgba(0,0,0,.18);
}

@media (min-width: 768px){
  .brand-logo{
    width: 78px;
    height: 44px;
    padding: 6px 8px;
    border-radius: 12px;
  }
}

.brand-title{ font-weight: 800; line-height: 1; }
.brand-sub{ font-size: 12px; color: var(--white70); }

/* =========================
   BUTTONS
   ========================= */

.btn-cta{
  background: linear-gradient(135deg, var(--brandOrange), var(--brandBlue));
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 14px;
  padding: 10px 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.btn-cta:hover{ filter: brightness(1.06); color:#fff; }

.btn-info{
  background: linear-gradient(180deg, #1e40ff 0%, #1733cc 100%) !important;
  color: #ffffff !important;
  border: 1px solid #162db3 !important;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 8px 20px rgba(30,64,255,.35);
  transition: all .15s ease;
}
.btn-info i{ color:#fff !important; }
.btn-info:hover{
  background: linear-gradient(180deg, #2563ff 0%, #1e40ff 100%) !important;
  box-shadow: 0 12px 28px rgba(30,64,255,.45);
  transform: translateY(-1px);
}

/* =========================
   HERO
   ========================= */

.hero-bg{
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
}

.hero-overlay{
  position:absolute; inset:0;
  background: linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.05));
  pointer-events: none;
}

.badge-pill{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.16);
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--white70);
  font-size: 13px;
}

.chip{
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  padding: 6px 10px;
  border-radius: 999px;
  color:#fff;
}

/* =========================
   MINI STATS
   ========================= */

.mini-stats{ display:flex; gap: 10px; flex-wrap: wrap; }

.mini-stat{
  min-width: 120px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 10px 12px;
}
.mini-stat-num{ font-weight: 800; font-size: 16px; }
.mini-stat-txt{ color: var(--white70); font-size: 12px; }

/* =========================
   QUICK TILES
   ========================= */

.quick-tile{
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 12px;
  height: 100%;
}
.qt-top{ color: var(--white70); font-size: 12px; }
.qt-num{ font-weight: 900; font-size: 18px; }
.qt-sub{ color: var(--white70); font-size: 12px; }

.qt-wide .qt-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 20px;
}

/* =========================
   FILTERS
   ========================= */

.filters{ border-radius: 18px; }

.btn-filter{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff;
  font-weight: 700;
}
.btn-filter:hover{ background: rgba(255,255,255,.12); color:#fff; }
.btn-filter.active{
  background: rgba(0,0,0,.24);
  border-color: rgba(255,255,255,.18);
}

.select-dark, .input-dark{
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color: #fff !important;
  border-radius: 14px !important;
}
.select-dark option, .input-dark::placeholder{ color: rgba(255,255,255,.75); }

/* =========================================================
   PLAN CARDS — BLANCO + NARANJA
   ========================================================= */

.plan-card{
  position: relative;
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%) !important;
  border-radius: 22px;
  border: 1px solid var(--cardBorder) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.25), 0 2px 0 rgba(255,255,255,.70) inset;
  backdrop-filter: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.plan-card::before{
  content:"";
  position:absolute;
  left: 0; right: 0; top: 0;
  height: 10px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  background: linear-gradient(90deg, #ff6a00, #ff8a00);
}

.plan-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(0,0,0,.35), 0 2px 0 rgba(255,255,255,.75) inset;
}

.plan-card, .plan-card *{ color: var(--ink); }

.plan-card .text-white-70,
.plan-card .text-white-50{ color: var(--muted) !important; }

.plan-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin-top: 6px;
}

.plan-badge{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6a00, #ff8a00) !important;
  border: 1px solid rgba(255,106,0,.35) !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(255,106,0,.22);
}
.plan-badge i{ color:#fff !important; }

.plan-mbps{ font-size: 44px; font-weight: 900; line-height: 1; color: #0f172a; }
.plan-mbps span{ font-size: 14px; font-weight: 800; color: var(--muted); }

.plan-price{ display:flex; align-items:baseline; gap: 6px; }
.plan-price .currency{ color: var(--muted); font-weight: 800; }
.plan-price .amount{ font-size: 38px; font-weight: 900; color: #0f172a; }

.plan-meta{ color: var(--muted); font-size: 13px; }

.plan-list{ margin: 0; padding-left: 18px; font-size: 13px; color: #334155; }
.plan-list li{ margin-bottom: 6px; }

.plan-card .btn-outline-light{
  border: 1px solid rgba(11,75,255,.35) !important;
  color: #0b4bff !important;
  background: rgba(11,75,255,.06) !important;
  font-weight: 700;
}
.plan-card .btn-outline-light:hover{ background: rgba(11,75,255,.12) !important; }

/* =========================
   BENEFITS / FOOTER
   ========================= */

.divider-glow{
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
}

.benefit{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.12);
}
.benefit i{
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  color:#fff;
}

footer{ border-top: 1px solid rgba(255,255,255,.10); }

/* =========================
   RECUADROS GRANDES -> BLANCO + NARANJA
   ========================= */

.hero-card,
#beneficios .glass-card,
#cobertura .glass-card{
  background: linear-gradient(180deg, #ffffff 0%, #fff7f0 100%) !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 18px 45px rgba(0,0,0,.25) !important;
  backdrop-filter: none !important;
  color: #111827 !important;
  position: relative;
  overflow: hidden;
}

.hero-card::before,
#beneficios .glass-card::before,
#cobertura .glass-card::before{
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height: 10px;
  background: linear-gradient(90deg, #ff6a00, #ff8a00);
}

.hero-card * ,
#beneficios .glass-card *,
#cobertura .glass-card *{
  color: #111827 !important;
}

.hero-card .text-white-70,
.hero-card .text-white-50,
#beneficios .glass-card .text-white-70,
#beneficios .glass-card .text-white-50,
#cobertura .glass-card .text-white-70,
#cobertura .glass-card .text-white-50{
  color: #6b7280 !important;
}

#cobertura .input-dark,
#cobertura .select-dark{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.12) !important;
  color: #111827 !important;
}
#cobertura .input-dark::placeholder{ color: rgba(17,24,39,.55) !important; }
#cobertura .select-dark option{ color: #111827 !important; }

.hero-card .btn-outline-light,
#beneficios .glass-card .btn-outline-light,
#cobertura .glass-card .btn-outline-light{
  border: 1px solid rgba(11,75,255,.35) !important;
  color: #0b4bff !important;
  background: rgba(11,75,255,.06) !important;
  font-weight: 700;
}
.hero-card .btn-outline-light:hover,
#beneficios .glass-card .btn-outline-light:hover,
#cobertura .glass-card .btn-outline-light:hover{
  background: rgba(11,75,255,.12) !important;
}

.hero-card .quick-tile{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;
}
.hero-card .qt-top{ color: #6b7280 !important; }
.hero-card .qt-num{ color: #111827 !important; }
.hero-card .qt-sub{ color: #6b7280 !important; }

#beneficios .benefit{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.10) !important;
}
#beneficios .benefit i{
  background: rgba(255,106,0,.12) !important;
  border: 1px solid rgba(255,106,0,.20) !important;
  color: #ff6a00 !important;
}

.hero-card .chip{
  background: linear-gradient(135deg, #ff6a00, #ff8a00) !important;
  border: 1px solid rgba(255,106,0,.35) !important;
  color: #fff !important;
}
.hero-card .chip i{ color:#fff !important; }

/* =========================
   MODAL ZONA (SIN BORDE)
   ========================= */

.zone-modal{
  border: 0 !important;
  border-radius: 22px !important;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
  background: #ffffff;
}

.zone-modal-top{
  padding: 18px 18px 14px 18px;
  background: linear-gradient(90deg, #ff6a00 0%, #ff8a2b 35%, #ffffff 100%);
}

.zone-title{ font-size: 20px; font-weight: 900; color: #0b1020; line-height: 1.1; }
.zone-sub{ font-size: 13px; color: rgba(0,0,0,.65); margin-top: 4px; }
.zone-modal-body{ padding: 18px; }

.zone-label{ font-weight: 800; color: #0b1020; margin-bottom: 6px; }

.zone-select{
  border-radius: 14px !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  background: #fff !important;
  color: #0b1020 !important;
}

.zone-preview{
  border-radius: 18px;
  padding: 14px 14px;
  background: linear-gradient(180deg, rgba(11,75,255,.06), rgba(255,106,0,.06));
  border: 1px solid rgba(0,0,0,.10);
}

.zone-preview-title{ font-weight: 900; color: #0b1020; }
.zone-preview-desc{ color: rgba(0,0,0,.72); font-size: 13px; }

.zone-confirm-btn{
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(135deg, #ff6a00, #0b4bff);
  box-shadow: 0 10px 26px rgba(0,0,0,.22);
}
.zone-confirm-btn:hover{ filter: brightness(1.03); color:#fff; }

.zone-mini-note{ margin-top: 8px; font-size: 12px; color: rgba(0,0,0,.55); }

.zone-modal-footer{
  padding: 12px 18px 16px 18px;
  background: #fff;
  color: rgba(0,0,0,.55);
  border-top: 1px solid rgba(0,0,0,.08);
}

/* =========================
   WHATSAPP BUTTONS (verde)
   ========================= */

button:has(.bi-whatsapp),
a:has(.bi-whatsapp),
button[id*="Whats"],
a[id*="Whats"],
#btnCotizar,
#btnFactibilidad,
#btnWhatsApp,
#mBtnWhats{
  background: linear-gradient(135deg, var(--wa-green), var(--wa-green-dark)) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 700;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(37,211,102,.35);
  transition: all .18s ease;
}
button:has(.bi-whatsapp):hover,
a:has(.bi-whatsapp):hover,
button[id*="Whats"]:hover,
a[id*="Whats"]:hover,
#btnCotizar:hover,
#btnFactibilidad:hover,
#btnWhatsApp:hover,
#mBtnWhats:hover{
  background: linear-gradient(135deg, var(--wa-green-dark), #128C7E) !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(37,211,102,.45);
}

/* =========================
   HERO LEFT CAROUSEL
   ========================= */

.hero-left-carousel{ position: relative; }

/* dots discretos */
.hero-left-dots{
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 6px;
  position: static;
  margin-top: 14px;
}
.hero-left-dots button{
  width: 8px !important;
  height: 8px !important;
  border-radius: 999px !important;
  opacity: .45 !important;
}
.hero-left-dots .active{ opacity: 1 !important; }

/* base del slide */
.hero-left-slide{
  position: relative;
  min-height: 420px;
}

@media (max-width: 576px){
  .hero-left-slide{ min-height: 520px; }
  .plan-mbps{ font-size: 40px; }
  .plan-price .amount{ font-size: 34px; }
}

/* ✅ L1MAX sin “cuadro”: watermark suave (no fondo completo) */
.hero-l1max{
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* quitamos cualquier overlay antiguo */
.hero-l1max::before{ content: none !important; }

/* watermark */
.hero-l1max::after{
  content: "";
  position: absolute;
  right: -40px;
  top: -20px;
  width: 420px;
  height: 420px;
  background: url("slider-l1max-1.jpg") center/cover no-repeat;
  opacity: .20;
  filter: saturate(1.05) contrast(1.05);
  border-radius: 28px;
  z-index: 0;
  pointer-events: none;
}

/* contenido encima */
.hero-l1max > *{
  position: relative;
  z-index: 1;
}

/* logos L1 / L1MAX estilo app */
.l1max-logo-wrap{
  display:flex;
  gap:12px;
  align-items:center;
  margin-bottom: 10px;
}

.logo-card{
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.04);
}

.logo-card img{
  width: auto !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 72% !important;
  display:block !important;
}

@media (max-width: 576px){
  .hero-l1max::after{
    width: 320px;
    height: 320px;
    right: -90px;
    top: 40px;
    opacity: .16;
  }
  .logo-card{
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }
}
/* =========================
   Badge partido (100.webp)
   ========================= */

.hero-l1max .l1max-match-badge{
  margin-top: 10px;
  width: 220px;            /* tamaño desktop */
  max-width: 45vw;         /* evita que se agrande demasiado */
}

.hero-l1max .l1max-match-badge img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;     /* no recorta, mantiene proporción */
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.25)); /* se ve pro en fondo azul */
}

/* Mobile */
@media (max-width: 576px){
  .hero-l1max .l1max-match-badge{
    width: 180px;
    max-width: 60vw;
    margin-top: 8px;
  }
}

