:root {
  --navy: #071522;
  --navy-2: #0a2131;
  --cyan: #04c5d8;
  --cyan-dark: #009aad;
  --lime: #b8ee00;
  --white: #ffffff;
  --mist: #f2f8f8;
  --text: #132a38;
  --muted: #667985;
  --line: #dce8e9;
  --shadow: 0 24px 70px rgba(5, 36, 50, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }

.topbar { background: #041019; color: #a7bbc3; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.topbar__content { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { color: var(--lime); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.navbar { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 235px; height: 88px; display: flex; align-items: center; overflow: visible; }
.brand-logo { display: block; width: 100%; height: 100%; object-fit: contain; overflow: visible; background: transparent; filter: drop-shadow(0 4px 12px rgba(0,0,0,.14)); }
.brand-lockup { display: flex; align-items: center; gap: 10px; width: 100%; color: white; filter: drop-shadow(0 4px 12px rgba(0,0,0,.14)); }
.brand-symbol { flex: 0 0 78px; width: 78px; height: 78px; object-fit: contain; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-family: "Manrope", sans-serif; font-size: 38px; font-weight: 800; letter-spacing: -.045em; }
.brand-name small { margin-top: 4px; font-family: "Manrope", sans-serif; font-size: 20px; font-weight: 400; letter-spacing: .005em; }
.nav-links { display: flex; align-items: center; gap: 31px; color: #d8e7ec; font-size: 14px; font-weight: 700; }
.nav-links > a:not(.button) { position: relative; transition: color .25s; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: right .25s; }
.nav-links > a:not(.button):hover { color: var(--white); }
.nav-links > a:not(.button):hover::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: white; transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 26px; border-radius: 12px; background: linear-gradient(135deg, var(--lime), #d7ff43); color: #0c2530; font-weight: 800; font-size: 14px; box-shadow: 0 12px 32px rgba(184, 238, 0, .18); transition: transform .25s, box-shadow .25s; }
.button:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(184, 238, 0, .26); }
.button--small { min-height: 46px; padding-inline: 20px; }

.hero { position: relative; min-height: 850px; padding: 225px 0 155px; overflow: hidden; color: white; background: radial-gradient(circle at 80% 20%, rgba(0, 180, 198, .18), transparent 35%), linear-gradient(125deg, #071522 0%, #092232 58%, #073848 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px rgba(184,238,0,.13); }
.hero h1 { max-width: 700px; margin: 22px 0 24px; font-family: "Sora", sans-serif; font-size: clamp(46px, 5vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 em { color: var(--lime); font-style: normal; }
.hero__content > p { max-width: 620px; margin: 0; color: #b7cad2; font-size: 18px; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.text-link { font-weight: 700; font-size: 14px; color: white; }
.text-link span { color: var(--cyan); margin-left: 7px; }
.hero__trust { display: flex; gap: 0; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 27px; }
.hero__trust > div { display: flex; flex-direction: column; min-width: 140px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.1); }
.hero__trust > div:last-child { border: 0; }
.hero__trust strong { color: white; font-family: "Sora"; font-size: 16px; }
.hero__trust span { color: #829ba5; font-size: 11px; }
.hero__visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.hero__glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.hero__glow--one { width: 450px; height: 450px; right: -220px; top: 130px; background: rgba(0,199,216,.12); }
.hero__glow--two { width: 200px; height: 200px; left: 40%; bottom: -80px; background: rgba(184,238,0,.08); }
.orbit { position: absolute; border: 1px solid rgba(2,201,218,.15); border-radius: 50%; }
.orbit--one { width: 460px; height: 460px; }
.orbit--two { width: 350px; height: 350px; border-style: dashed; animation: spin 30s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.speed-card { position: relative; z-index: 2; width: 330px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: 0 40px 80px rgba(0,0,0,.25); backdrop-filter: blur(18px); text-align: center; transform: rotate(-2deg); }
.speed-card__label { color: #96adb6; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.speed-meter { position: relative; height: 155px; margin-top: 10px; }
.speed-meter svg { width: 100%; overflow: visible; }
.speed-meter path { fill: none; stroke-width: 10; stroke-linecap: round; }
.meter-bg { stroke: rgba(255,255,255,.09); }
.meter-fill { stroke: url(#none); stroke: var(--cyan); stroke-dasharray: 290 400; filter: drop-shadow(0 0 9px rgba(4,197,216,.55)); }
.speed-value { position: absolute; inset: 47px 0 auto; display: flex; flex-direction: column; line-height: 1.1; }
.speed-value strong { font-family: "Sora"; font-size: 38px; }
.speed-value span { color: var(--lime); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; }
.connection-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 99px; background: rgba(184,238,0,.1); color: #dfff78; font-size: 12px; font-weight: 700; }
.connection-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.floating-card { position: absolute; z-index: 4; display: flex; gap: 12px; align-items: center; min-width: 165px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(9,34,48,.82); box-shadow: 0 20px 45px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.floating-card--wifi { top: 65px; right: -15px; animation: float 4s ease-in-out infinite; }
.floating-card--pin { bottom: 55px; left: -10px; animation: float 4s 1s ease-in-out infinite; }
@keyframes float { 50% { transform: translateY(-10px); } }
.floating-card > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; background: rgba(4,197,216,.13); color: var(--cyan); font-size: 22px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: #829ba5; font-size: 10px; }
.hero__wave { position: absolute; z-index: 3; left: -2%; right: -2%; bottom: -84px; height: 145px; background: white; border-radius: 50% 50% 0 0 / 55% 55% 0 0; }

.intro { padding-top: 125px; }
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-heading h2 { margin: 14px 0 0; font-family: "Sora"; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; letter-spacing: -.035em; }
.section-heading h2 span { color: var(--cyan-dark); }
.intro__copy { padding-top: 24px; }
.intro__copy p { margin: 0 0 18px; color: var(--muted); }
.intro__copy p:first-child { color: var(--text); font-size: 18px; font-weight: 600; }
.arrow-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; color: var(--cyan-dark); font-weight: 800; }
.arrow-link span { transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; padding: 42px; border-radius: var(--radius); background: var(--mist); }
.feature-strip article { display: flex; gap: 18px; padding: 0 36px; border-right: 1px solid var(--line); }
.feature-strip article:first-child { padding-left: 0; }
.feature-strip article:last-child { border: 0; padding-right: 0; }
.feature-icon { flex: 0 0 48px; height: 48px; display: grid; place-items: center; border-radius: 13px; background: white; color: var(--cyan-dark); font-size: 21px; box-shadow: 0 8px 25px rgba(8,64,80,.07); }
.feature-strip h3 { margin: 0 0 6px; font-family: "Sora"; font-size: 15px; }
.feature-strip p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.plans { background: #f4f9f9; }
.section-heading--center { max-width: 710px; margin: 0 auto 55px; text-align: center; }
.section-heading--center p { color: var(--muted); }
.plans__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.plan-card { position: relative; padding: 38px 34px 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; overflow: hidden; }
.plan-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.plan-card--featured { border-color: var(--cyan); box-shadow: 0 22px 65px rgba(0,154,173,.14); }
.plan-card--featured::after { content: ""; position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; border-radius: 50%; background: var(--lime); opacity: .16; }
.popular { position: absolute; top: 0; right: 25px; padding: 7px 14px; border-radius: 0 0 10px 10px; background: var(--cyan); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.plan-card__icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 16px; background: linear-gradient(145deg, #e8f9f9, #f5ffff); color: var(--cyan-dark); font-size: 27px; }
.plan-card__tag { color: var(--cyan-dark); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.plan-card h3 { margin: 8px 0 12px; font-family: "Sora"; font-size: 25px; }
.plan-card > p { min-height: 78px; color: var(--muted); font-size: 14px; }
.plan-card ul { list-style: none; padding: 20px 0; margin: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.plan-card li { position: relative; padding: 6px 0 6px 25px; color: #405761; font-size: 13px; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--cyan-dark); font-weight: 900; }
.plan-card > a { display: flex; align-items: center; justify-content: space-between; color: var(--cyan-dark); font-size: 13px; font-weight: 800; }
.plans__note { margin: 28px 0 0; color: #83949a; font-size: 11px; text-align: center; }

.markets { background: var(--navy); color: white; }
.markets .section-heading h2 span { color: var(--lime); }
.markets .section-heading p { color: #9db2ba; }
.markets__grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); overflow: hidden; }
.markets__grid article { min-height: 235px; padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.1); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.015)); transition: background .25s, transform .25s; }
.markets__grid article:last-child { border-right: 0; }
.markets__grid article:hover { background: rgba(4,197,216,.1); }
.markets__grid span { color: var(--lime); font-family: "Sora"; font-size: 11px; font-weight: 700; }
.markets__grid h3 { margin: 50px 0 12px; font-family: "Sora"; font-size: 19px; }
.markets__grid p { margin: 0; color: #91a8b1; font-size: 13px; line-height: 1.65; }

.benefits { overflow: hidden; }
.benefits__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.benefits__visual { position: relative; min-height: 560px; display: grid; place-items: center; border-radius: 35px; background: radial-gradient(circle at 50% 50%, #105065, #071c2a 65%); overflow: hidden; }
.benefits__visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.15) 1px, transparent 1px); background-size: 22px 22px; opacity: .22; }
.fiber-lines { position: absolute; inset: auto -20% 10% -20%; height: 230px; transform: rotate(-8deg); }
.fiber-lines i { display: block; height: 3px; margin: 20px; border-radius: 100%; background: linear-gradient(90deg, transparent, var(--cyan), var(--lime), transparent); box-shadow: 0 0 18px rgba(4,197,216,.55); }
.city-card { position: relative; z-index: 2; width: 260px; padding: 35px; border: 1px solid rgba(255,255,255,.15); border-radius: 25px; background: rgba(255,255,255,.09); color: white; box-shadow: 0 30px 60px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.city-card__pin { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 35px; border-radius: 50% 50% 50% 10%; transform: rotate(-45deg); background: var(--lime); color: #16313b; }
.city-card__pin::first-letter { transform: rotate(45deg); }
.city-card small, .city-card strong { display: block; }
.city-card small { color: #91a9b2; }
.city-card strong { margin: 5px 0 8px; font-family: "Sora"; font-size: 34px; }
.city-card p { margin: 0; color: #b6c8ce; font-size: 13px; }
.benefits__content h2 { margin: 14px 0 20px; font-family: "Sora"; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.035em; }
.benefits__content h2 span { color: var(--cyan-dark); }
.benefits__content > p { color: var(--muted); }
.benefits__list { margin-top: 38px; }
.benefits__list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 21px 0; border-top: 1px solid var(--line); }
.benefits__list article > span { color: var(--cyan-dark); font-family: "Sora"; font-size: 12px; font-weight: 700; }
.benefits__list h3 { margin: -6px 0 5px; font-family: "Sora"; font-size: 17px; }
.benefits__list p { margin: 0; color: var(--muted); font-size: 13px; }

.cta { padding: 80px 0; color: white; background: var(--cyan-dark); overflow: hidden; }
.cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta__inner::after { content: "L"; position: absolute; right: 30%; top: -120px; color: rgba(255,255,255,.06); font-family: "Sora"; font-size: 320px; font-weight: 800; line-height: 1; transform: skew(-10deg); }
.kicker--light { position: relative; z-index: 2; color: #dff66e; }
.cta h2 { position: relative; z-index: 2; max-width: 650px; margin: 12px 0; font-family: "Sora"; font-size: clamp(32px, 4vw, 47px); line-height: 1.2; letter-spacing: -.035em; }
.cta p { position: relative; z-index: 2; margin: 0; color: #c0eaee; }
.cta__actions { position: relative; z-index: 2; min-width: 260px; }
.button--light { width: 100%; background: white; box-shadow: 0 14px 35px rgba(0,50,60,.18); }
.cta__phone { display: flex; flex-direction: column; margin-top: 22px; text-align: center; }
.cta__phone small { color: #afe1e6; }
.cta__phone strong { font-size: 20px; }

.footer { padding: 75px 0 25px; background: var(--navy); color: #8ea4ad; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 55px; }
.footer__brand .brand-logo { width: 235px; height: 95px; object-position: left center; margin-bottom: 8px; }
.footer__brand .brand-lockup { width: 235px; margin-bottom: 18px; }
.footer__brand p { max-width: 410px; font-size: 13px; }
.footer h3 { margin: 8px 0 18px; color: white; font-family: "Sora"; font-size: 13px; }
.footer__grid > div:not(.footer__brand) a, .footer__grid > div:not(.footer__brand) span { display: block; margin: 9px 0; font-size: 13px; }
.footer__grid a:hover { color: var(--lime); }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.whatsapp-float { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 0 18px; border-radius: 99px; background: #25d366; color: white; box-shadow: 0 15px 35px rgba(0,0,0,.22); font-size: 13px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float > span:first-child { font-size: 22px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .container { width: min(100% - 36px, 760px); }
  .section { padding: 85px 0; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .nav-links { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: rgba(4,16,25,.98); transform: translateX(100%); transition: transform .35s; }
  .nav-links.is-open { transform: none; }
  .nav-links a { font-size: 18px; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 190px; }
  .hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .hero__content { text-align: center; }
  .hero__content > p { margin-inline: auto; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero__visual { min-height: 450px; }
  .intro__grid, .benefits__grid { grid-template-columns: 1fr; gap: 55px; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-strip article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-strip article:first-child { padding-top: 0; }
  .feature-strip article:last-child { padding-bottom: 0; border: 0; }
  .plans__grid { grid-template-columns: 1fr; max-width: 580px; margin: auto; }
  .markets__grid { grid-template-columns: 1fr 1fr; }
  .markets__grid article { border-bottom: 1px solid rgba(255,255,255,.1); }
  .markets__grid article:nth-child(2) { border-right: 0; }
  .markets__grid article:nth-child(n+3) { border-bottom: 0; }
  .plan-card > p { min-height: auto; }
  .benefits__visual { min-height: 480px; }
  .cta__inner { flex-direction: column; align-items: flex-start; }
  .cta__actions { width: 100%; max-width: 350px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 520px); }
  .topbar__content span { display: none; }
  .topbar__content { justify-content: center; }
  .navbar { height: 78px; }
  .brand { width: 180px; }
  .brand-symbol { flex-basis: 61px; width: 61px; height: 61px; }
  .brand-name strong { font-size: 29px; }
  .brand-name small { font-size: 15px; }
  .hero { min-height: auto; padding: 170px 0 130px; }
  .hero h1 { font-size: 42px; }
  .hero__content > p { font-size: 16px; }
  .hero__actions { flex-direction: column; gap: 20px; }
  .hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero__trust > div { min-width: 0; margin: 0; padding: 0; border: 0; }
  .hero__trust > div:last-child { grid-column: 1 / -1; }
  .hero__visual { min-height: 380px; transform: scale(.88); margin-inline: -25px; }
  .orbit--one { width: 380px; height: 380px; }
  .orbit--two { width: 300px; height: 300px; }
  .speed-card { width: 290px; }
  .floating-card--wifi { right: 0; }
  .floating-card--pin { left: 0; }
  .intro__grid { gap: 30px; }
  .feature-strip { margin-top: 55px; padding: 30px; }
  .plan-card { padding-inline: 26px; }
  .markets__grid { grid-template-columns: 1fr; }
  .markets__grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1) !important; }
  .markets__grid article:last-child { border-bottom: 0 !important; }
  .markets__grid h3 { margin-top: 24px; }
  .benefits__visual { min-height: 420px; }
  .footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { flex-direction: column; gap: 12px; }
  .whatsapp-float__text { display: none; }
  .whatsapp-float { width: 56px; padding: 0; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
