:root {
  --ink: #15172a;
  --muted: #6b6f80;
  --paper: #f4f5fa;
  --white: #ffffff;
  --line: #e4e5ee;
  --cyan: #32bce5;
  --blue: #3a8fd9;
  --violet: #735bc2;
  --violet-dark: #54409e;
  --navy: #0d1029;
  --navy-soft: #171a3d;
  --green: #20c46b;
  --shadow: 0 24px 70px rgba(24, 28, 68, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1200px, calc(100% - 44px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: var(--navy); background: white; border-radius: 9px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: white;
  background: rgba(13, 16, 41, .78);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.brand { width: 176px; flex: 0 0 auto; }
.header-proof { display: flex; align-items: center; gap: 10px; margin: 0 auto 0 12px; color: rgba(255,255,255,.6); font-size: 12px; }
.header-proof span { width: 8px; height: 8px; background: var(--green); border: 2px solid #9ee9be; border-radius: 50%; box-shadow: 0 0 0 5px rgba(32,196,107,.12); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 25px;
  border: 0;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(115deg, var(--cyan), var(--violet)); box-shadow: 0 15px 36px rgba(78, 101, 202, .3); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 18px 42px rgba(78, 101, 202, .42); filter: saturate(1.1); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 11px; }
.button-ghost { color: white; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.13); }
.button-header-whatsapp {
  position: relative;
  color: white;
  background: linear-gradient(115deg, #2fbce3, #735bc2);
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 10px 28px rgba(68,91,190,.32);
}
.button-header-whatsapp::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: #68ed9f;
  border: 2px solid rgba(255,255,255,.7);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(104,237,159,.13);
}
.button-header-whatsapp:hover, .button-header-whatsapp:focus-visible {
  background: linear-gradient(115deg, #37c7ec, #8067d0);
  box-shadow: 0 13px 34px rgba(68,91,190,.44);
}
.button-light { color: var(--violet-dark); background: white; box-shadow: 0 14px 35px rgba(5, 7, 28, .2); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: white; font-size: 13px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.hero {
  position: relative;
  min-height: auto;
  padding: 132px 0 72px;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 12% 28%, rgba(66, 86, 181, .48), transparent 34%),
    linear-gradient(125deg, #080b20 0%, #10132e 52%, #211746 100%);
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: .26;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, black, transparent 86%);
  pointer-events: none;
}
.hero-grid-lines::after {
  content: "";
  position: absolute;
  inset: -25%;
  opacity: .3;
  background: repeating-linear-gradient(
    115deg,
    transparent 0 138px,
    rgba(100,218,244,.12) 139px,
    rgba(100,218,244,.02) 141px,
    transparent 143px
  );
  animation: fiber-flow 15s linear infinite;
}
.hero-light-particles {
  position: absolute;
  inset: 0;
  opacity: .55;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 24%, rgba(113,224,247,.85) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 68%, rgba(162,137,245,.75) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 14%, rgba(255,255,255,.6) 0 1px, transparent 2px),
    radial-gradient(circle at 43% 82%, rgba(113,224,247,.8) 0 1px, transparent 2px),
    radial-gradient(circle at 61% 19%, rgba(162,137,245,.72) 0 1px, transparent 2px),
    radial-gradient(circle at 73% 72%, rgba(255,255,255,.55) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 36%, rgba(113,224,247,.8) 0 1px, transparent 2px);
  animation: particle-drift 12s ease-in-out infinite alternate;
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 510px; height: 510px; right: -80px; top: -130px; background: radial-gradient(circle, rgba(115,91,194,.46), transparent 69%); }
.hero-orb-two { width: 340px; height: 340px; left: 38%; bottom: -200px; background: radial-gradient(circle, rgba(50,188,229,.28), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: #bdc9ff; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 3px; background: linear-gradient(90deg, var(--cyan), var(--violet)); border-radius: 999px; }
.eyebrow-dark { color: var(--violet-dark); }
.hero-award {
  width: fit-content;
  max-width: 630px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px 10px 10px;
  margin-bottom: 22px;
  color: white;
  background: linear-gradient(105deg, rgba(57,72,151,.42), rgba(112,78,187,.3));
  border: 1px solid rgba(143,218,248,.25);
  border-radius: 15px;
  box-shadow: 0 13px 34px rgba(3,5,22,.2), inset 0 1px rgba(255,255,255,.07);
  backdrop-filter: blur(10px);
}
.hero-award-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: #fff2a8;
  background: linear-gradient(145deg, #7360c7, #2faed7);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 11px;
  box-shadow: 0 9px 22px rgba(34,48,129,.35);
  font-size: 17px;
}
.hero-award > span:last-child { display: flex; flex-direction: column; gap: 2px; }
.hero-award small {
  color: #83dff4;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-award strong { font-size: 11px; line-height: 1.35; }
.hero h1, .section h2, .local-section h2, .closing-cta h2 { margin: 0; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 720px; font-size: clamp(62px, 7vw, 102px); font-weight: 880; }
.hero h1 em { color: transparent; background: linear-gradient(95deg, var(--cyan), #9177f0 70%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 610px; margin: 28px 0 24px; color: rgba(255,255,255,.67); font-size: 18px; }
.price-anchor { display: flex; align-items: flex-end; gap: 8px; margin: 0 0 23px; }
.price-anchor > span { margin-bottom: 7px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; }
.price-anchor strong { font-size: 39px; letter-spacing: -.06em; line-height: 1; }
.price-anchor strong small { font-size: 12px; letter-spacing: 0; }
.price-anchor strong sup { top: -.75em; font-size: 17px; }
.price-condition { max-width: 430px; margin: -14px 0 22px; color: rgba(255,255,255,.46); font-size: 10px; line-height: 1.45; }
.price-condition a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.hero-benefits li { padding: 8px 12px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.065); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: 11px; font-weight: 750; }
.hero-benefits li::before { content: "✓"; margin-right: 6px; color: #6ad7f2; font-weight: 900; }
.hero-actions { display: flex; align-items: flex-start; gap: 24px; margin-top: 30px; }
.hero-primary-action { display: flex; flex-direction: column; gap: 8px; }
.hero-primary-action small { max-width: 250px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.35; }
.hero-actions .text-link { margin-top: 18px; }
.hero-primary-button { position: relative; overflow: hidden; isolation: isolate; }
.hero-primary-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -80%;
  bottom: -80%;
  left: -48%;
  width: 28%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.62), transparent);
  transform: skewX(-20deg) translateX(-260%);
  animation: cta-shine 1.15s .78s ease-out 1 both;
}

.hero-copy .hero-award,
.hero-copy h1,
.hero-copy .hero-lead,
.hero-copy .price-anchor,
.hero-copy .hero-benefits,
.hero-copy .hero-actions {
  opacity: 0;
  animation: hero-enter .42s cubic-bezier(.2,.72,.2,1) both;
}
.hero-copy .hero-award { animation-delay: .04s; }
.hero-copy h1 { animation-delay: .12s; }
.hero-copy .hero-lead { animation-delay: .2s; }
.hero-copy .price-anchor { animation-delay: .26s; }
.hero-copy .hero-benefits { animation-delay: .32s; }
.hero-copy .hero-actions { animation-delay: .38s; }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes cta-shine {
  0% { transform: skewX(-20deg) translateX(-260%); }
  100% { transform: skewX(-20deg) translateX(620%); }
}
@keyframes fiber-flow {
  from { transform: translate3d(-28px, -18px, 0); }
  to { transform: translate3d(28px, 18px, 0); }
}
@keyframes particle-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(9px, -8px, 0); }
}

.hero-visual { position: relative; min-height: 540px; }
.hero-photo { position: absolute; inset: 12px 20px 0 74px; overflow: hidden; background: #1a1d43; border: 1px solid rgba(255,255,255,.14); border-radius: 250px 250px 32px 32px; box-shadow: 0 42px 90px rgba(3, 4, 18, .5); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,12,35,.8), transparent 55%), linear-gradient(125deg, rgba(50,188,229,.07), rgba(115,91,194,.18)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 44% 38%; filter: contrast(1.04) saturate(.9); }
.speed-word { position: absolute; z-index: 0; right: -24px; top: 75px; display: flex; align-items: baseline; gap: 9px; color: rgba(255,255,255,.075); font-size: 80px; font-weight: 950; letter-spacing: -.08em; line-height: .8; transform: rotate(90deg) translateX(100%); transform-origin: right top; }
.speed-word span { color: rgba(92,207,238,.12); font-size: 160px; }
.floating-card { position: absolute; z-index: 4; display: flex; padding: 15px 17px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid white; border-radius: 16px; box-shadow: 0 18px 45px rgba(4, 6, 25, .28); backdrop-filter: blur(12px); }
.floating-card-speed { top: 94px; left: 0; flex-direction: column; }
.floating-card-speed strong { color: var(--violet-dark); font-size: 24px; line-height: 1; }
.floating-card-speed span { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 750; }
.floating-card-local { right: -8px; bottom: 70px; align-items: center; gap: 10px; }
.floating-card-local i { width: 10px; height: 10px; background: var(--green); border: 3px solid #bdf1d2; border-radius: 50%; box-shadow: 0 0 0 5px #e9fbf0; }
.floating-card-local span { color: var(--muted); font-size: 11px; }
.floating-card-local strong { display: block; color: var(--ink); font-size: 12px; }

.coverage-form {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.15fr 1fr .42fr .9fr auto;
  align-items: end;
  gap: 14px;
  margin-top: 34px;
  padding: 20px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 21px;
  box-shadow: 0 25px 65px rgba(3, 5, 24, .32);
}
.coverage-form > * { min-width: 0; }
.coverage-intro { display: flex; align-items: center; gap: 13px; padding-right: 10px; }
.coverage-number { display: grid; place-items: center; flex: 0 0 auto; width: 38px; height: 38px; color: var(--violet-dark); background: #eeebfa; border-radius: 12px; font-size: 10px; font-weight: 900; }
.coverage-intro p, .coverage-intro h2 { margin: 0; }
.coverage-intro p { color: var(--violet); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.coverage-intro h2 { margin-top: 2px; font-size: 20px; letter-spacing: -.025em; }
.coverage-form label { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.coverage-form input { width: 100%; height: 50px; padding: 0 14px; color: var(--ink); background: #f4f5f9; border: 1px solid transparent; border-radius: 12px; outline: none; font-size: 13px; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.coverage-form input:focus { background: white; border-color: #9e8fdd; box-shadow: 0 0 0 4px rgba(115,91,194,.1); }
.form-button { min-height: 50px; white-space: nowrap; }
.form-note { position: absolute; right: 22px; top: calc(100% + 8px); margin: 0; color: rgba(255,255,255,.45); font-size: 9px; }

.trust-bar { color: white; background: linear-gradient(110deg, #5941ad, #7454c2 55%, #398fd3); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 112px; }
.trust-grid > div { position: relative; display: flex; justify-content: center; flex-direction: column; padding: 22px 26px; border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { position: absolute; right: 20px; color: rgba(255,255,255,.17); font-size: 29px; font-weight: 900; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { margin-top: 4px; color: rgba(255,255,255,.59); font-size: 11px; }

.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(42px, 5.3vw, 68px); }
.section-heading > p:last-child { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: 16px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading-split { max-width: none; display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading-split > p { margin: 0 0 8px; }

.performance-section { overflow: hidden; background: var(--white); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.bento-card { position: relative; grid-column: span 4; min-height: 330px; overflow: hidden; padding: 32px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.bento-feature { grid-column: span 7; min-height: 450px; color: white; background: linear-gradient(140deg, #141735, #282653 55%, #483785); border-color: transparent; }
.bento-dark { grid-column: span 5; min-height: 450px; color: white; background: linear-gradient(145deg, #10132e, #232951); border-color: transparent; }
.bento-wide { grid-column: span 8; min-height: 360px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 42px; background: white; box-shadow: var(--shadow); }
.bento-wide .card-index { position: absolute; z-index: 4; top: 30px; left: 32px; }
.card-index { color: var(--violet); font-size: 10px; font-weight: 900; }
.bento-feature .card-index, .bento-dark .card-index { color: #70d8f1; }
.bento-card h3 { position: relative; z-index: 2; margin: 54px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.bento-card p { position: relative; z-index: 2; max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; }
.bento-feature p, .bento-dark p { color: rgba(255,255,255,.62); }
.card-tags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.card-tags span { padding: 7px 10px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 9px; font-weight: 800; }
.benefit-card-image { position: absolute; z-index: 0; inset: auto 0 0; width: 100%; height: 60%; object-fit: cover; opacity: .88; mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.72) 24%, black 48%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.72) 24%, black 48%); }
.streaming-card-image { object-position: center 52%; }
.games-card-image { object-position: 58% 48%; opacity: .82; }
.bento-feature::after, .bento-dark::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(16,19,46,0) 38%, rgba(15,17,45,.22) 62%, rgba(13,15,39,.58) 100%); }
.bento-visual { position: absolute; width: 330px; height: 255px; right: -26px; top: -30px; transform: perspective(700px) rotateY(-18deg) rotateX(8deg); }
.streaming-visual i { position: absolute; width: 140px; height: 88px; background: linear-gradient(135deg, #44338c, #2caed7); border: 1px solid rgba(255,255,255,.16); border-radius: 15px; box-shadow: 0 20px 35px rgba(2,4,20,.25); }
.streaming-visual i:nth-child(1) { left: 0; top: 0; }
.streaming-visual i:nth-child(2) { right: 0; top: 24px; background: linear-gradient(135deg, #7b42bd, #d34c96); }
.streaming-visual i:nth-child(3) { left: 28px; bottom: 0; background: linear-gradient(135deg, #22b3ca, #3d68c9); }
.streaming-visual i:nth-child(4) { right: 4px; bottom: -12px; background: linear-gradient(135deg, #e1774b, #8148b8); }
.game-pulse { position: absolute; right: -70px; top: -80px; width: 340px; height: 340px; border: 1px solid rgba(71,199,231,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(86,70,179,.07), 0 0 0 90px rgba(86,70,179,.045); }
.game-pulse span { position: absolute; left: 50%; top: 50%; width: 14px; height: 14px; background: var(--cyan); border: 4px solid #b5edfa; border-radius: 50%; box-shadow: 0 0 32px rgba(50,188,229,.85); }
.download-meter { position: relative; height: 105px; margin: 55px 0 -20px; overflow: hidden; border-radius: 16px; background: linear-gradient(180deg, rgba(115,91,194,.08), transparent); }
.download-meter::before { content: ""; position: absolute; inset: 20px 0 0; background-image: linear-gradient(rgba(115,91,194,.1) 1px, transparent 1px); background-size: 100% 24px; }
.download-meter span { position: absolute; left: 0; right: 0; bottom: 0; height: 75px; background: linear-gradient(135deg, transparent 0 12%, #846bda 13% 18%, #4ebadf 19% 34%, #846bda 35% 54%, #4ebadf 55% 74%, #846bda 75% 100%); clip-path: polygon(0 82%, 14% 68%, 27% 77%, 43% 34%, 58% 52%, 75% 16%, 88% 30%, 100% 0, 100% 100%, 0 100%); opacity: .88; }
.whole-home-copy { position: relative; z-index: 3; }
.whole-home-copy h3 { max-width: 330px; margin-bottom: 12px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.whole-home-copy > p { max-width: 380px; margin-bottom: 27px; }
.whole-home-visual { position: relative; min-height: 270px; overflow: hidden; background: radial-gradient(circle at 48% 52%, rgba(79,190,225,.16), transparent 25%), linear-gradient(145deg, #f5f3fc, #eef7fb); border: 1px solid rgba(115,91,194,.1); border-radius: 24px; }
.network-ring { position: absolute; left: 48%; top: 52%; border: 1px solid rgba(115,91,194,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.network-ring-outer { width: 310px; height: 310px; box-shadow: 0 0 0 42px rgba(79,190,225,.045); }
.network-ring-inner { width: 180px; height: 180px; border-color: rgba(79,190,225,.35); }
.router-core { position: absolute; z-index: 3; left: 48%; top: 52%; width: 122px; min-height: 106px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: white; background: linear-gradient(145deg, #252955, #6c52bd); border: 1px solid rgba(255,255,255,.28); border-radius: 24px; box-shadow: 0 20px 45px rgba(55,46,125,.28); transform: translate(-50%,-50%); }
.router-core i { width: 9px; height: 9px; margin-bottom: 9px; background: #62dbf3; border: 4px solid rgba(98,219,243,.2); border-radius: 50%; box-shadow: 0 0 0 7px rgba(98,219,243,.1), 0 0 24px rgba(98,219,243,.8); }
.router-core strong { font-size: 17px; }
.router-core span { margin-top: 2px; color: rgba(255,255,255,.6); font-size: 8px; }
.network-node { position: absolute; z-index: 4; min-width: 54px; padding: 9px 12px; color: var(--violet-dark); background: rgba(255,255,255,.94); border: 1px solid rgba(115,91,194,.14); border-radius: 999px; box-shadow: 0 11px 24px rgba(31,27,71,.1); font-size: 9px; font-weight: 850; text-align: center; }
.network-node::before { content: ""; position: absolute; width: 5px; height: 5px; background: var(--green); border: 3px solid #d7f8e5; border-radius: 50%; }
.node-tv { left: 8%; top: 22%; }
.node-tv::before { right: -5px; bottom: -4px; }
.node-notebook { right: 8%; top: 15%; }
.node-notebook::before { left: -4px; bottom: -5px; }
.node-mobile { right: 5%; bottom: 17%; }
.node-mobile::before { left: -5px; top: -4px; }
.node-camera { left: 10%; bottom: 14%; }
.node-camera::before { right: -5px; top: -4px; }
.device-cloud { display: flex; flex-wrap: wrap; justify-content: flex-start; align-content: flex-start; gap: 9px; }
.device-cloud span { padding: 11px 14px; color: var(--violet-dark); background: #f0edfb; border-radius: 999px; font-size: 10px; font-weight: 850; }

.plans-section { background: var(--paper); }
.speed-selector { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; padding: 42px 18px 22px; background: white; border-radius: 22px 22px 0 0; box-shadow: var(--shadow); }
.speed-track { position: absolute; top: 50px; left: 8%; right: 8%; height: 2px; background: #e3e1ef; }
.speed-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, #62cce8, #755bc5); transform-origin: left; }
.speed-selector button { position: relative; display: flex; align-items: center; flex-direction: column; gap: 1px; padding: 20px 8px 10px; color: var(--muted); background: transparent; border: 0; cursor: pointer; }
.speed-selector button > span { position: absolute; top: -18px; width: 12px; height: 12px; background: white; border: 3px solid #aaa4c8; border-radius: 50%; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.speed-selector button:hover > span, .speed-selector button:focus-visible > span, .speed-selector button.active > span { transform: scale(1.35); border-color: var(--cyan); box-shadow: 0 0 0 6px rgba(50,188,229,.14); }
.speed-selector strong { color: var(--ink); font-size: 26px; letter-spacing: -.04em; }
.speed-selector small { font-size: 10px; font-weight: 750; }
.speed-selector button.active strong { color: var(--violet-dark); font-size: 32px; }
.plan-highlight { display: grid; grid-template-columns: .7fr .8fr 1.35fr auto; align-items: center; gap: 35px; padding: 35px 38px; color: white; background: linear-gradient(118deg, #171a3c, #30285e 55%, #5641a2); border-radius: 0 0 22px 22px; box-shadow: 0 25px 60px rgba(44,37,99,.18); }
.plan-highlight p, .plan-highlight h3 { margin: 0; }
.plan-highlight p { color: rgba(255,255,255,.48); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.plan-highlight h3 { margin-top: 3px; font-size: 42px; letter-spacing: -.05em; }
.plan-price { position: relative; display: flex; align-items: flex-start; padding-top: 13px; }
.plan-price::before { content: "A partir de"; position: absolute; top: 0; left: 0; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 750; letter-spacing: .02em; }
.plan-price > span { margin: 7px 5px 0 0; font-size: 11px; font-weight: 850; }
.plan-price > strong { font-size: 40px; letter-spacing: -.05em; line-height: 1; }
.plan-price sup { top: -.7em; font-size: 16px; }
.plan-price small { align-self: flex-end; margin: 0 0 5px 5px; color: rgba(255,255,255,.5); font-size: 10px; }
.plan-highlight ul { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; padding: 0; margin: 0; list-style: none; }
.plan-highlight li { color: rgba(255,255,255,.64); font-size: 10px; }
.plan-highlight li::before { content: "✓"; margin-right: 7px; color: #70d8f1; }
.plan-highlight .button { min-width: 185px; }
.plans-legal-note { max-width: 1080px; margin: 16px auto 0; color: #858897; font-size: 10px; line-height: 1.55; text-align: center; }
.plans-legal-note a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px; }
.profile-card { min-height: 230px; display: flex; flex-direction: column; padding: 30px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.profile-card > span { color: var(--violet); font-size: 10px; font-weight: 900; }
.profile-card h3 { margin: 37px 0 9px; font-size: 20px; }
.profile-card p { margin: 0; color: var(--muted); font-size: 13px; }
.profile-card > strong { margin-top: auto; color: var(--violet-dark); font-size: 12px; }
.profile-featured { color: white; background: linear-gradient(145deg, #25284f, #51419a); border-color: transparent; }
.profile-featured > span, .profile-featured > strong { color: #77daf2; }
.profile-featured p { color: rgba(255,255,255,.62); }

.local-section { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; color: white; background: #10132d; }
.local-photo { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,16,41,.98) 0%, rgba(22,20,58,.89) 48%, rgba(43,34,91,.48) 100%), url("assets/santo-antonio-do-grama.jpg") center / cover no-repeat; }
.local-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-block: 100px; }
.local-copy h2 { max-width: 650px; font-size: clamp(48px, 5.5vw, 72px); }
.local-copy > p:not(.eyebrow) { max-width: 580px; margin: 28px 0 35px; color: rgba(255,255,255,.63); font-size: 17px; }
.local-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.local-points article { min-height: 185px; padding: 27px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); border-radius: 20px; backdrop-filter: blur(10px); }
.local-points span { color: #6fd7f1; font-size: 10px; font-weight: 900; }
.local-points h3 { margin: 44px 0 8px; font-size: 17px; }
.local-points p { margin: 0; color: rgba(255,255,255,.52); font-size: 11px; }

.final-coverage-section { background: var(--paper); }
.final-coverage-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; }
.coverage-map { position: relative; min-height: 520px; overflow: hidden; background: linear-gradient(135deg, rgba(29,31,72,.55), rgba(86,64,165,.46)), url("assets/santo-antonio-do-grama.jpg") center / cover no-repeat; border-radius: 30px; box-shadow: var(--shadow); }
.coverage-map::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; }
.map-rings { position: absolute; z-index: 2; left: 50%; top: 50%; width: 290px; height: 290px; transform: translate(-50%,-50%); }
.map-rings span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.map-rings span:nth-child(2) { inset: 50px; }
.map-rings span:nth-child(3) { inset: 100px; background: rgba(50,188,229,.2); border-color: rgba(137,229,250,.65); box-shadow: 0 0 45px rgba(50,188,229,.3); }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; align-items: center; flex-direction: column; min-width: 220px; padding: 20px; color: var(--ink); background: rgba(255,255,255,.95); border-radius: 17px; box-shadow: 0 20px 45px rgba(8,10,32,.3); transform: translate(-50%,-50%); }
.map-pin i { width: 13px; height: 13px; margin-bottom: 8px; background: var(--green); border: 3px solid #bdf1d2; border-radius: 50%; box-shadow: 0 0 0 6px #e9fbf0; }
.map-pin strong { font-size: 14px; }
.map-pin span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.final-coverage-copy h2 { font-size: clamp(42px, 4.8vw, 62px); }
.final-coverage-copy > p:not(.eyebrow) { margin: 26px 0 33px; color: var(--muted); font-size: 16px; }

.faq-section { background: white; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-grid .section-heading { margin: 0; }
.faq-grid .section-heading h2 { font-size: clamp(42px, 4.5vw, 58px); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 22px; color: var(--violet); font-size: 23px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 50px 25px 0; margin: 0; color: var(--muted); font-size: 13px; }

.closing-cta { padding: 0 0 90px; background: white; }
.closing-card { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: 52px 58px; color: white; background: linear-gradient(115deg, #1b1e45, #4e3d99 62%, #398fc7); border-radius: 28px; box-shadow: 0 25px 60px rgba(56,49,127,.22); }
.closing-card p { margin: 0 0 8px; color: #9fe7f8; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.closing-card h2 { font-size: clamp(32px, 4vw, 48px); }

.site-footer { padding: 70px 0 20px; color: white; background: #090c20; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .65fr 1fr; gap: 55px; padding-bottom: 50px; }
.footer-grid > div:first-child img { width: 205px; }
.footer-grid > div:first-child p { max-width: 320px; margin: 22px 0 0; color: rgba(255,255,255,.45); font-size: 12px; }
.footer-grid span { display: block; margin-bottom: 13px; color: rgba(255,255,255,.32); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div > p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; color: rgba(255,255,255,.3); border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }
.footer-bottom p { margin: 0; }
.mobile-sticky-cta { display: none; transition: opacity .2s ease, transform .2s ease; }
.mobile-sticky-cta.is-hidden { opacity: 0; transform: translateY(120%); pointer-events: none; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.hero .reveal { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid #76d7ef; outline-offset: 3px; }

@media (max-width: 1040px) {
  .header-proof { display: none; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .hero h1 { font-size: clamp(58px, 7.6vw, 82px); }
  .coverage-form { grid-template-columns: 1fr 1fr .45fr 1fr; }
  .coverage-intro { grid-column: 1 / -1; }
  .form-button { grid-column: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-bottom: 0; }
  .bento-card, .bento-feature, .bento-dark, .bento-wide { grid-column: span 6; }
  .bento-wide { grid-template-columns: 1fr; }
  .plan-highlight { grid-template-columns: .8fr 1fr 1.4fr; }
  .plan-highlight .button { grid-column: 1 / -1; width: 100%; }
  .local-grid { gap: 45px; }
  .final-coverage-grid { gap: 45px; }
  .faq-grid { gap: 45px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 30px); max-width: 560px; margin-inline: auto; }
  .site-header { position: absolute; }
  .header-inner { min-height: 68px; gap: 12px; }
  .brand { width: 145px; }
  .button-header-whatsapp { min-height: 38px; padding: 0 11px; font-size: 9px; }
  .button-header-whatsapp::before { width: 6px; height: 6px; margin-right: 6px; }
  .hero { min-height: auto; padding: 108px 0 54px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { width: 100%; max-width: 100%; overflow: visible; }
  .hero-award { width: 100%; gap: 10px; padding: 9px 11px 9px 9px; margin-bottom: 20px; }
  .hero-award-icon { width: 34px; height: 34px; font-size: 15px; }
  .hero-award strong { font-size: 10px; }
  .hero h1 {
    overflow: visible;
    padding-bottom: .18em;
    font-size: clamp(52px, 15vw, 68px);
    line-height: 1.12;
  }
  .hero h1 em {
    display: block;
    overflow: visible;
    padding-bottom: .14em;
    margin-bottom: -.14em;
    line-height: 1.16;
  }
  .hero-lead { width: 100%; max-width: 100%; padding-right: 8px; margin-top: 23px; font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-primary-action, .hero-actions .button { width: 100%; }
  .hero-primary-action small { max-width: none; text-align: center; }
  .hero-actions .text-link { margin-top: 0; }
  .hero-visual { min-height: 440px; margin-top: 18px; }
  .hero-photo { inset: 0 24px; }
  .hero-photo img { object-position: 38% 38%; }
  .floating-card-speed { top: 50px; left: 1px; }
  .floating-card-local { display: none; }
  .speed-word { display: none; }
  .coverage-form { grid-template-columns: 1fr 1fr; margin-top: 22px; padding: 20px; }
  .coverage-form input { min-width: 0; }
  .coverage-intro, .coverage-form label:first-of-type, .coverage-form label:nth-of-type(3), .form-button { grid-column: 1 / -1; }
  .coverage-form .field-number { grid-column: 1 / -1; }
  .form-note { position: static; grid-column: 1 / -1; color: var(--muted); text-align: center; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 85px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .trust-grid > div:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2 { font-size: clamp(40px, 12vw, 52px); }
  .section-heading-split { grid-template-columns: 1fr; gap: 18px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-card, .bento-feature, .bento-dark, .bento-wide { grid-column: auto; min-height: 330px; }
  .bento-feature, .bento-dark { min-height: 400px; }
  .bento-visual { right: -85px; }
  .bento-wide { display: block; }
  .whole-home-visual { min-height: 245px; margin: 8px 0 30px; }
  .whole-home-copy h3 { font-size: 25px; }
  .device-cloud { justify-content: flex-start; margin-top: 35px; }
  .speed-selector { grid-template-columns: repeat(3, 1fr); row-gap: 25px; padding-top: 30px; }
  .speed-track { display: none; }
  .speed-selector button > span { top: 0; }
  .plan-highlight { grid-template-columns: 1fr 1fr; gap: 25px; padding: 28px 24px; }
  .plan-highlight ul, .plan-highlight .button { grid-column: 1 / -1; }
  .plan-highlight ul { grid-template-columns: 1fr; }
  .plans-legal-note { text-align: left; }
  .profile-grid { grid-template-columns: 1fr; }
  .local-section { min-height: auto; }
  .local-grid { grid-template-columns: 1fr; gap: 48px; padding-block: 80px; }
  .local-copy h2 { font-size: clamp(44px, 13vw, 58px); }
  .local-points { grid-template-columns: 1fr 1fr; }
  .local-points article { min-height: 165px; padding: 22px; }
  .local-points h3 { margin-top: 34px; }
  .final-coverage-grid { grid-template-columns: 1fr; }
  .coverage-map { min-height: 390px; }
  .final-coverage-copy h2 { font-size: clamp(40px, 12vw, 52px); }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-grid .section-heading h2 { font-size: clamp(40px, 12vw, 52px); }
  .closing-cta { padding-bottom: 76px; }
  .closing-card { align-items: flex-start; flex-direction: column; padding: 38px 25px; }
  .closing-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .mobile-sticky-cta { position: fixed; z-index: 90; left: 15px; right: 15px; bottom: 12px; display: flex; justify-content: center; align-items: center; min-height: 50px; color: white; background: linear-gradient(115deg, var(--cyan), var(--violet)); border: 3px solid white; border-radius: 14px; box-shadow: 0 15px 35px rgba(19,27,76,.28); font-size: 12px; font-weight: 900; }
}

@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; }
}
