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

:root {
  --blue:       #1B3F8C;
  --blue-light: #EEF2FF;
  --green:      #7DC400;
  --green-light:#F3FAE1;
  --dark:       #0C1221;
  --body:       #3a3a3a;
  --muted:      #6e6e73;
  --border:     #e8e8ed;
  --bg:         #F9FAFB;
  --white:      #ffffff;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: var(--body); background: var(--white);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}

/* NAV */
.site-nav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border);
  padding: 0 40px; height: 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-logo img { height: 40px; width: auto; }
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; cursor: pointer; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { color: var(--dark); text-decoration: none; font-size: .9rem; font-weight: 600; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: white;
  padding: 10px 20px; border-radius: 50px;
  font-size: .85rem; font-weight: 700;
  text-decoration: none; transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 12px rgba(37,211,102,.3);
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.4); }
.nav-cta svg { width: 18px; height: 18px; fill: white; flex-shrink: 0; }
@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 64px; left: 0; right: 0; background: white; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
}

/* HERO */
.hero {
  background: linear-gradient(135deg, #071022 0%, #0f2260 55%, #1B3F8C 100%);
  padding: 64px 40px;
}
.hero-inner { max-width: 1160px; margin: 0 auto; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18);
  padding: 5px 14px; border-radius: 50px; margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -.03em; color: white;
  margin-bottom: 16px;
}
.hero h1 em { font-style: normal; color: var(--green); }
.hero p {
  font-size: 1.05rem; color: rgba(255,255,255,.65);
  max-width: 460px; margin: 0 0 32px;
}
.hero-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-chips span {
  font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  padding: 6px 14px; border-radius: 50px;
}

/* TRUST STRIP */
.trust-strip {
  background: var(--dark); padding: 36px 40px;
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.trust-item { text-align: center; }
.trust-num   { font-size: 1.8rem; font-weight: 900; color: white; line-height: 1; }
.trust-label { font-size: .75rem; color: rgba(255,255,255,.5); margin-top: 4px; }

/* PLANES */
.planes-resumen { padding: 64px 40px; max-width: 1100px; margin: 0 auto; }
.planes-resumen h2 { font-size: 1.8rem; font-weight: 900; color: var(--dark); margin-bottom: 24px; }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 12px; margin-bottom: 24px;
}
.plan {
  border: 1.5px solid var(--border); border-radius: 18px;
  padding: 22px 16px 18px;
  background: white; transition: all .2s;
  text-decoration: none; display: block; color: inherit;
}
.plan:hover { border-color: var(--blue); box-shadow: 0 0 0 4px var(--blue-light); transform: translateY(-2px); }
.plan.popular { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-light); }
.plan-name  { font-size: .68rem; font-weight: 700; color: var(--muted); letter-spacing: .07em; text-transform: uppercase; }
.plan-price { font-size: 1.85rem; font-weight: 900; color: var(--dark); line-height: 1; margin: 2px 0; }
.plan-price span { font-size: .7rem; font-weight: 500; color: var(--muted); }
.plan-gb { font-size: .9rem; font-weight: 700; color: var(--blue); margin-top: 8px; }
.ver-todos { display: inline-block; font-weight: 700; color: var(--blue); text-decoration: none; }

/* FOOTER */
.site-footer {
  background: var(--dark); border-top: 1px solid rgba(255,255,255,.07);
  color: rgba(255,255,255,.65); padding: 32px 40px; font-size: .85rem;
}
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-business p { margin-top: 4px; color: rgba(255,255,255,.5); }
.footer-social { display: flex; gap: 16px; align-self: flex-start; }
.footer-social a { color: rgba(255,255,255,.65); text-decoration: none; font-weight: 600; }

/* FLOATING WA */
.float-wa { position: fixed; bottom: 24px; right: 24px; z-index: 999; }
.float-wa a {
  display: flex; align-items: center; gap: 10px;
  background: #25D366; color: white;
  padding: 14px 22px; border-radius: 50px;
  font-weight: 700; text-decoration: none;
  box-shadow: 0 4px 24px rgba(37,211,102,.4);
}
.float-wa svg { width: 20px; height: 20px; fill: white; flex-shrink: 0; }
@media (max-width: 500px) { .float-wa a span { display: none; } .float-wa a { padding: 14px; border-radius: 50%; } }

/* PAGE SECTION (wrapper generico de contenido) */
.page-section { padding: 56px 40px; max-width: 1100px; margin: 0 auto; }
.page-section h2 { font-size: 1.6rem; font-weight: 900; color: var(--dark); margin-bottom: 20px; }
@media (max-width: 680px) { .page-section { padding: 40px 24px; } }

/* BENEFITS ROW */
.benefits-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
@media (max-width: 680px) { .benefits-row { grid-template-columns: 1fr; } }
.benefit-chip {
  background: white; border: 1.5px solid var(--border);
  border-radius: 16px; padding: 18px 20px;
  display: flex; align-items: flex-start; gap: 12px;
}
.benefit-chip-icon {
  width: 36px; height: 36px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.benefit-chip h4 { font-size: .9rem; font-weight: 700; color: var(--dark); margin-bottom: 3px; }
.benefit-chip p  { font-size: .8rem; color: var(--muted); line-height: 1.55; }

/* REQUIREMENTS BOX */
.req-box {
  background: var(--blue-light); border-radius: 16px;
  padding: 20px 24px; margin-bottom: 28px;
  display: flex; gap: 16px; align-items: flex-start;
}
.req-box-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }
.req-box h4 { font-size: .82rem; font-weight: 700; color: var(--blue); margin-bottom: 8px; letter-spacing: .03em; text-transform: uppercase; }
.req-box ul  { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.req-box ul li { font-size: .87rem; color: #1e3a8a; display: flex; gap: 8px; }
.req-box ul li::before {
  content: ''; display: block; flex-shrink: 0;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue); margin-top: 8px;
}

/* ALERT CARDS */
.alert-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
@media (max-width: 640px) { .alert-row { grid-template-columns: 1fr; } }
.alert-card {
  border-radius: 14px; padding: 16px 18px;
  display: flex; gap: 12px; align-items: flex-start;
  font-size: .85rem; line-height: 1.6;
}
.alert-blue   { background: var(--blue-light); color: #1e3a8a; }
.alert-green  { background: var(--green-light); color: #14532d; }
.alert-yellow { background: #fffbeb; color: #78350f; border: 1px solid #fde68a; }
.alert-card .icon { font-size: 1.1rem; flex-shrink: 0; }
.alert-card strong { display: block; font-weight: 700; margin-bottom: 2px; }

/* PROMO BANNER */
.promo-banner {
  background: linear-gradient(135deg, var(--green) 0%, #5fa000 100%);
  border-radius: 18px; padding: 22px 28px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; margin-bottom: 28px; flex-wrap: wrap;
}
.promo-banner-left { display: flex; align-items: center; gap: 18px; }
.promo-banner-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; flex-shrink: 0;
}
.promo-banner strong { display: block; font-size: 1.1rem; font-weight: 800; color: white; }
.promo-banner p { font-size: .87rem; color: rgba(255,255,255,.85); margin: 3px 0 0; }
.promo-banner-tag {
  background: white; color: var(--green);
  font-size: .75rem; font-weight: 800; letter-spacing: .06em;
  padding: 6px 16px; border-radius: 50px; white-space: nowrap;
}

/* DEVICES */
.devices-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
@media (max-width: 680px) { .devices-row { grid-template-columns: 1fr; } }
.device-card { background: white; border-radius: 16px; border: 1.5px solid var(--border); overflow: hidden; text-align: center; }
.device-img {
  height: 200px; background: linear-gradient(160deg, #f0f4ff 0%, #e8edf9 100%);
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.device-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
.device-body { padding: 16px 18px; }
.device-brand  { font-size: .9rem; font-weight: 800; color: var(--dark); }
.device-models { font-size: .72rem; color: var(--muted); line-height: 1.5; margin-top: 3px; }

/* ZEEK PRICING */
.zeek-pricing {
  background: var(--dark); border-radius: 18px;
  padding: 30px 32px; display: flex; gap: 40px;
  align-items: center; flex-wrap: wrap; margin-bottom: 28px;
}
.zeek-price-item { text-align: center; }
.zeek-price-label { font-size: .7rem; font-weight: 600; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.zeek-price-val { font-size: 2rem; font-weight: 900; color: white; line-height: 1; }
.zeek-price-sub { font-size: .75rem; color: rgba(255,255,255,.5); margin-top: 4px; }

/* FEATURES LIST */
.features-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
@media (max-width: 560px) { .features-list { grid-template-columns: 1fr; } }
.features-list li {
  display: flex; gap: 10px; align-items: flex-start;
  background: white; border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 14px;
  font-size: .85rem; color: var(--body);
}

/* PLAN CARD EXTRAS (badge, divider, perks list, cashback) */
.plan { position: relative; }
.plan-top-badge {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: white;
  font-size: .63rem; font-weight: 700;
  padding: 3px 10px; border-radius: 50px; white-space: nowrap;
}
.plan-top-badge.green { background: var(--green); }
.plan-divider { height: 1px; background: var(--border); margin: 14px 0; }
.plan-cashback {
  display: inline-block; font-size: .68rem; font-weight: 700;
  padding: 3px 9px; border-radius: 50px; margin-bottom: 8px;
}
.cb-green { background: var(--green-light); color: #3d7200; }
.cb-gold  { background: #fef3c7; color: #92400e; }
.plan-extras { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.plan-extras li {
  font-size: .7rem; color: var(--muted);
  display: flex; align-items: center; gap: 5px;
}
.plan-extras li::before {
  content: ''; display: block; flex-shrink: 0;
  width: 4px; height: 4px; border-radius: 50%; background: var(--blue);
}

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .testimonials-grid { grid-template-columns: 1fr; } }
.testimonial-card {
  background: var(--bg); border: 1.5px solid var(--border); border-radius: 20px;
  padding: 28px 26px; display: flex; flex-direction: column; gap: 14px;
}
.testimonial-stars { color: #f5a623; font-size: 1rem; letter-spacing: 2px; }
.testimonial-text { font-size: .92rem; color: var(--body); line-height: 1.65; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%; background: var(--blue); color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem; flex-shrink: 0;
}
.testimonial-name { font-size: .88rem; font-weight: 700; color: var(--dark); }
.features-list .fi { font-size: 1.1rem; flex-shrink: 0; }
