:root {
  --navy: #07182c;
  --navy-2: #0a213c;
  --ink: #10233b;
  --blue: #168eda;
  --cyan: #22c8f2;
  --mint: #6fe9d5;
  --paper: #f5f8fb;
  --white: #fff;
  --muted: #627186;
  --line: #dfe7ef;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(8, 31, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
body.is-loading { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--white); color: var(--navy); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.page-loader { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; color: #fff; background: var(--navy); opacity: 1; visibility: visible; transition: opacity .48s ease, visibility .48s ease; }
.page-loader.is-hiding { opacity: 0; visibility: hidden; pointer-events: none; }
.page-loader-content { display: grid; justify-items: center; width: min(340px, 80vw); text-align: center; }
.page-loader-content img { width: 320px; max-width: 100%; height: auto; margin: -45px 0 -36px; }
.page-loader-line { position: relative; width: 118px; height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.16); }
.page-loader-line i { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan), var(--mint)); transform-origin: left; animation: loader-progress 1.15s ease-in-out infinite; }
.page-loader-content p { margin: 14px 0 0; color: #a9bdcd; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 10px 0; color: var(--white); transition: background .25s, padding .25s, box-shadow .25s; }
.site-header.scrolled { padding: 10px 0; background: rgba(7, 24, 44, .94); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(0,0,0,.16); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: max-content; }
.brand-navbar { height: 70px; }
.navbar-logo { display: grid; place-items: center; width: 102px; height: 70px; overflow: visible; }
.navbar-logo img { width: auto; max-width: 100%; height: 66px; object-fit: contain; transform: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; overflow: hidden; }
.brand-mark img { width: 160px; max-width: none; transform: translateY(21px); }
.brand-name { font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .11em; }
.brand-name strong { display: block; margin-top: -6px; font-size: 7px; font-weight: 600; letter-spacing: .45em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: rgba(255,255,255,.76); font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s; }
.main-nav > a:hover { color: var(--white); }
.main-nav .button-light:hover { color: var(--navy); background: #eaf7fd; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 15px; font-size: 13px; border-radius: 10px; }
.button-primary { color: #03233a; background: linear-gradient(135deg, var(--cyan), var(--mint)); box-shadow: 0 12px 30px rgba(34, 200, 242, .2); }
.button-primary:hover { box-shadow: 0 16px 36px rgba(34, 200, 242, .3); }
.button-light { color: var(--navy); background: var(--white); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.05); }
.button-outline { color: var(--ink); border-color: #b9c9d9; background: transparent; }
.button-block { width: 100%; }

.hero { position: relative; min-height: 850px; padding: 155px 0 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 70% 25%, #103d66 0, transparent 36%), linear-gradient(135deg, #061426 0%, #071b32 52%, #08253e 100%); }
.hero-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-video-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4,17,31,.96) 0%, rgba(5,24,43,.82) 44%, rgba(5,25,45,.52) 72%, rgba(4,17,31,.7) 100%); }
.hero-grid-bg { position: absolute; inset: 0; z-index: 1; opacity: .18; background-image: linear-gradient(rgba(80,181,232,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(80,181,232,.14) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(2px); opacity: .25; }
.hero-orb-one { width: 420px; height: 420px; left: -200px; top: 240px; background: #1478c1; filter: blur(80px); }
.hero-orb-two { width: 260px; height: 260px; right: -100px; top: 80px; background: #4de4d2; filter: blur(90px); }
.hero-layout { position: relative; z-index: 2; display: block; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 19px; color: #83e9dc; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #0b80c7; }
.hero h1 { max-width: 650px; margin: 0; font-family: Manrope, sans-serif; font-size: clamp(50px, 6.1vw, 82px); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: #bdcad8; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 27px 0 0; color: #9eafc0; font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 6px rgba(111,233,213,.1); }

.network-visual { position: relative; perspective: 1200px; }
.network-card { position: relative; min-height: 550px; padding: 22px; overflow: hidden; border: 1px solid rgba(130,209,246,.22); border-radius: 28px; background: linear-gradient(145deg, rgba(17,56,88,.78), rgba(5,25,46,.88)); box-shadow: 0 50px 110px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.06); transform: rotateY(-3deg) rotateX(1deg); backdrop-filter: blur(18px); }
.network-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -50px; top: -60px; border-radius: 50%; background: rgba(27,183,227,.18); filter: blur(70px); }
.network-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; color: #86a0b7; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.live-pill { padding: 6px 9px; color: #6fe9d5; border: 1px solid rgba(111,233,213,.25); border-radius: 99px; background: rgba(111,233,213,.06); }
.network-map { position: relative; height: 400px; margin: 20px 0 8px; border: 1px solid rgba(120,199,235,.1); border-radius: 20px; background: radial-gradient(circle at 72% 26%, rgba(35,196,240,.13), transparent 27%), linear-gradient(rgba(40,103,148,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(40,103,148,.09) 1px, transparent 1px); background-size: auto, 36px 36px, 36px 36px; }
.network-map svg { width: 100%; height: 100%; }
.map-lines path { stroke-dasharray: 6 7; animation: dash 12s linear infinite; }
.signal-rings circle { opacity: .5; transform-origin: 404px 110px; animation: pulse-ring 2.4s ease-out infinite; }
.signal-rings circle:nth-child(2) { animation-delay: .8s; }
.map-label { position: absolute; padding: 7px 10px; color: #86a3ba; border: 1px solid rgba(120,199,235,.14); border-radius: 8px; background: rgba(5,24,44,.8); font-size: 8px; letter-spacing: .12em; }
.map-label b { display: block; color: #fff; font-size: 11px; letter-spacing: 0; }
.label-one { left: 16%; top: 47%; }.label-two { right: 8%; top: 23%; }
.speed-chip { position: absolute; right: 6%; bottom: 7%; width: 175px; padding: 13px 14px; border: 1px solid rgba(111,233,213,.18); border-radius: 12px; background: rgba(7,30,53,.88); }
.speed-chip span { display: block; color: #7594ad; font-size: 9px; }.speed-chip strong { font-size: 15px; }.speed-chip i { display: block; height: 3px; margin-top: 9px; border-radius: 3px; background: linear-gradient(90deg, var(--cyan) 78%, #1c3d58 78%); }
.network-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.network-stats div { padding: 13px 12px; border-left: 1px solid rgba(125,199,231,.15); }.network-stats div:first-child { border-left: 0; }
.network-stats strong, .network-stats span { display: block; }.network-stats strong { color: #f7fbff; font-family: Manrope, sans-serif; font-size: 20px; }.network-stats span { color: #7892aa; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.trust-strip { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; gap: 28px; margin-top: 65px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.09); color: #d5e0e9; font-size: 13px; }
.trust-strip span { color: #70879b; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }.trust-strip i { width: 4px; height: 4px; border-radius: 50%; background: #3c5e79; }

.section-heading { max-width: 720px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .coverage h2, .contact h2, .payment h2, .values h2 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(37px, 4.4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 620px; margin: 19px 0 0; color: var(--muted); font-size: 17px; }
.centered > p:last-child { margin-inline: auto; }
.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; min-height: 370px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #b8d9ea; box-shadow: var(--shadow); }
.service-number { position: absolute; right: 27px; top: 23px; color: #bdcad5; font-family: Manrope; font-size: 13px; font-weight: 800; }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 63px; color: #087fc5; border-radius: 17px; background: #eaf7fd; }
.service-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card h3 { margin: 0; font-family: Manrope; font-size: 22px; letter-spacing: -.025em; }
.service-card p { margin: 12px 0 25px; color: var(--muted); font-size: 15px; }
.service-card a { color: #087fc5; font-size: 14px; font-weight: 700; text-decoration: none; }

.plans { background: #fff; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(8,31,56,.06); }
.plan-card.featured { color: #fff; border-color: #0d4772; background: linear-gradient(155deg, #0c3355, #081e36); box-shadow: 0 30px 65px rgba(8,31,56,.22); transform: translateY(-10px); }
.popular { position: absolute; right: 24px; top: 24px; padding: 6px 9px; color: #083555; border-radius: 99px; background: var(--mint); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.plan-head > p:first-child { margin: 0 0 7px; color: #0a80c6; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.featured .plan-head > p:first-child { color: #79e8db; }
.plan-card h3 { margin: 0; font-family: Manrope; font-size: 27px; letter-spacing: -.03em; }
.price { display: flex; align-items: baseline; gap: 5px; margin: 22px 0 14px; }.price strong { font-family: Manrope; font-size: 43px; letter-spacing: -.055em; }.price span { color: var(--muted); font-size: 13px; }.featured .price span, .featured .plan-description { color: #9fb2c5; }
.plan-description { min-height: 72px; margin: 0; color: var(--muted); font-size: 14px; }
.speeds { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 25px 0 21px; padding: 16px 0; border-block: 1px solid var(--line); }.featured .speeds { border-color: rgba(255,255,255,.12); }
.speeds span, .speeds strong { display: block; }.speeds span { color: var(--muted); font-size: 11px; }.featured .speeds span { color: #86a0b6; }.speeds strong { margin-top: 2px; font-size: 16px; }
.plan-card ul { flex: 1; margin: 0 0 28px; padding: 0; list-style: none; }.plan-card li { display: flex; gap: 10px; margin: 11px 0; color: var(--muted); font-size: 14px; }.featured li { color: #c6d2dd; }.plan-card li span { color: #0b9c93; font-weight: 800; }
.plans-footnote { margin: 33px auto 0; color: #7b8999; font-size: 12px; text-align: center; }

.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 88px; }
.about-visual { position: relative; min-height: 590px; }
.fiber-photo { position: absolute; inset: 0 50px 40px 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 48px; overflow: hidden; color: #fff; border-radius: 30px; background: radial-gradient(circle at 65% 30%, rgba(55,201,243,.45), transparent 25%), linear-gradient(145deg, #071b31, #0d456c); box-shadow: var(--shadow); }
.fiber-photo::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(circle, #58dce0 1px, transparent 1px); background-size: 23px 23px; mask-image: linear-gradient(135deg, transparent 10%, black 80%); }
.fiber-lines { position: absolute; width: 640px; height: 500px; top: -120px; right: -300px; border: 1px solid rgba(80,217,236,.5); border-radius: 50%; box-shadow: 0 0 0 40px rgba(80,217,236,.05), 0 0 0 80px rgba(80,217,236,.04), 0 0 0 120px rgba(80,217,236,.03); transform: rotate(-25deg); }
.visual-kicker, .fiber-photo strong { position: relative; z-index: 2; }.visual-kicker { color: #6ee7da; font-size: 10px; font-weight: 800; letter-spacing: .15em; }.fiber-photo strong { margin-top: 12px; font-family: Manrope; font-size: 34px; line-height: 1.12; letter-spacing: -.04em; }
.about-badge { position: absolute; right: 0; bottom: 0; display: flex; align-items: center; gap: 14px; width: 235px; padding: 24px; border: 8px solid var(--paper); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }.about-badge strong { color: #0786ca; font-family: Manrope; font-size: 26px; }.about-badge span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.about-copy .lead { margin: 23px 0 28px; color: var(--muted); font-size: 17px; }
.tab-list { display: flex; gap: 8px; border-bottom: 1px solid #d6e0e9; }.tab-list button { padding: 12px 17px; color: #738195; border: 0; border-bottom: 2px solid transparent; background: transparent; font-weight: 700; cursor: pointer; }.tab-list button[aria-selected="true"] { color: #087fc5; border-color: #087fc5; }
.tab-panel { padding: 22px 0 0; color: #52647a; font-size: 15px; line-height: 1.8; }

.values { padding-top: 95px; background: #fff; }
.values-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }.values-intro .eyebrow { margin: 0; }.values-intro h2 { max-width: 570px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-item { display: flex; gap: 20px; min-height: 190px; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.value-item > span { color: #9db1c1; font-size: 11px; font-weight: 800; }.value-item h3 { margin: 0; font-family: Manrope; font-size: 20px; }.value-item p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }

.coverage { color: #fff; background: var(--navy); }
.coverage-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.coverage-copy > p:not(.eyebrow) { margin: 22px 0 24px; color: #a8b8c7; font-size: 16px; }.coverage-copy ul { margin: 0 0 30px; padding: 0; list-style: none; }.coverage-copy li { display: flex; gap: 12px; margin: 12px 0; color: #c4d0dc; font-size: 14px; }.coverage-copy li span { color: var(--mint); }
.coverage-zones { display: flex; flex-wrap: wrap; gap: 8px; margin: -10px 0 28px; }.coverage-zones span { padding: 7px 10px; color: #aeece3; border: 1px solid rgba(111,233,213,.22); border-radius: 99px; background: rgba(111,233,213,.06); font-size: 11px; }
.coverage-map { position: relative; height: 540px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: rgba(255,255,255,.04); }
.coverage-map iframe { width: 100%; height: 100%; border: 0; border-radius: 18px; filter: grayscale(.8) invert(.9) hue-rotate(175deg) saturate(.7) contrast(.9); }
.coverage-map > a { position: absolute; left: 31px; right: 31px; bottom: 30px; display: grid; grid-template-columns: 1fr auto; padding: 17px 20px; color: var(--navy); border-radius: 13px; background: rgba(255,255,255,.94); text-decoration: none; box-shadow: 0 14px 36px rgba(0,0,0,.22); }.coverage-map a span { grid-column: 1; color: #708095; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.coverage-map a strong { grid-column: 1; font-size: 14px; }.coverage-map a i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-style: normal; font-size: 22px; }

.payment { background: var(--paper); }
.payment-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 70px; }.payment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.payment-card { display: flex; gap: 17px; min-height: 155px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }.payment-card > span { display: grid; place-items: center; flex: 0 0 43px; height: 43px; color: #087fc5; border-radius: 12px; background: #e9f7fd; font-weight: 800; }.payment-card h3 { margin: 0; font-family: Manrope; font-size: 18px; }.payment-card p { margin: 8px 0 0; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }

.contact { color: #fff; background: linear-gradient(135deg, #0b2c4b, #06172a); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 22px 0 30px; color: #aebdca; }
.contact-details { display: grid; gap: 10px; }.contact-details a { display: flex; flex-direction: column; text-decoration: none; }.contact-details span { color: #6f8ba2; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }.contact-details strong { font-size: 15px; }
.contact-form { padding: 38px; color: var(--ink); border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.2); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.contact-form label { display: block; margin-bottom: 15px; }.contact-form label > span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 700; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #d5e0e8; border-radius: 10px; outline: none; background: #fbfdff; }.contact-form textarea { resize: vertical; }.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #168eda; box-shadow: 0 0 0 3px rgba(22,142,218,.1); }.contact-form > p { margin: 12px 0 0; color: #7d8997; font-size: 10px; text-align: center; }

.site-footer { padding: 72px 0 20px; color: #9eafbd; background: #04111f; }.footer-grid { display: grid; grid-template-columns: 1.3fr .6fr 1.2fr 1fr; gap: 55px; padding-bottom: 48px; }.footer-brand .brand { color: #fff; }.footer-brand > p { max-width: 260px; margin: 18px 0 0; font-size: 14px; }.footer-grid h2 { margin: 0 0 16px; color: #fff; font-family: Manrope; font-size: 13px; }.footer-grid > div:not(.footer-brand) a { display: block; margin: 8px 0; font-size: 13px; text-decoration: none; }.footer-grid > div:not(.footer-brand) p { margin: 8px 0; font-size: 13px; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }.footer-bottom a { color: #72889a; text-decoration: none; }
.floating-whatsapp { position: fixed; right: 23px; bottom: 23px; z-index: 70; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; border-radius: 50%; background: #25d366; box-shadow: 0 14px 35px rgba(0,0,0,.22); text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.floating-whatsapp svg { width: 29px; height: 29px; fill: currentColor; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.04); background: #20bd5a; box-shadow: 0 18px 40px rgba(0,0,0,.27); }

.maintenance-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; color: #fff; background: radial-gradient(circle at 75% 20%, rgba(22,142,218,.3), transparent 32%), linear-gradient(135deg, #04111f, #0b2b49); }
.maintenance-shell { width: min(720px, 100%); text-align: center; }
.maintenance-logo { width: 210px; margin: 0 auto 30px; }
.maintenance-shell .eyebrow { justify-content: center; }
.maintenance-shell h1 { margin: 0; font-family: Manrope, sans-serif; font-size: clamp(42px, 7vw, 72px); line-height: 1.04; letter-spacing: -.05em; }
.maintenance-copy { max-width: 610px; margin: 24px auto 0; color: #b8c7d4; font-size: 17px; }
.maintenance-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.maintenance-location { margin: 30px auto 0; color: #7891a6; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }
@keyframes dash { to { stroke-dashoffset: -130; } }
@keyframes pulse-ring { 0% { transform: scale(.35); opacity: .8; } 100% { transform: scale(1.5); opacity: 0; } }
@keyframes loader-progress { 0% { transform: translateX(-100%) scaleX(.35); } 50% { transform: translateX(0) scaleX(.7); } 100% { transform: translateX(100%) scaleX(.35); } }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 80px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #07182c; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
  .main-nav.open { display: flex; }.main-nav > a:not(.button) { padding: 8px; font-size: 16px; }
  .hero { padding-top: 135px; }.hero-layout, .about-layout, .coverage-layout, .contact-shell, .payment-layout { grid-template-columns: 1fr; }.hero-layout { gap: 50px; }.hero-copy { text-align: center; }.hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: center; }.hero-lead { margin-inline: auto; }.network-visual { width: min(650px, 100%); margin-inline: auto; }.network-card { min-height: 520px; transform: none; }
  .service-grid, .plans-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child, .plan-card:last-child { grid-column: 1 / -1; }.plan-card.featured { transform: none; }
  .about-layout { gap: 48px; }.about-visual { min-height: 520px; }.values-intro { display: block; }.values-intro .eyebrow { margin-bottom: 18px; }.values-grid { grid-template-columns: 1fr 1fr; }
  .coverage-layout, .contact-shell { gap: 50px; }.payment-layout { gap: 35px; }.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 72px 0; }
  .site-header { padding: 8px 0; }.site-header.scrolled { padding: 8px 0; }
  .brand-name { font-size: 12px; }.brand-navbar { height: 60px; }.navbar-logo { width: 82px; height: 60px; }.navbar-logo img { width: auto; height: 56px; transform: none; }
  .hero { min-height: 0; padding-top: 120px; }.hero h1 { font-size: 48px; }.hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }.network-card { min-height: 430px; padding: 14px; }.network-map { height: 305px; }.network-stats strong { font-size: 16px; }.network-stats span { font-size: 7px; }.speed-chip { width: 145px; }.trust-strip { flex-wrap: wrap; gap: 13px 18px; margin-top: 45px; }.trust-strip span { width: 100%; text-align: center; }
  .section-heading h2, .about-copy h2, .coverage h2, .contact h2, .payment h2, .values h2 { font-size: 37px; }.section-heading { margin-bottom: 34px; }
  .service-grid, .plans-grid, .values-grid, .payment-options { grid-template-columns: 1fr; }.service-card:last-child, .plan-card:last-child { grid-column: auto; }.service-card { min-height: 320px; }.service-icon { margin-bottom: 40px; }
  .plan-card { padding: 28px; }.plan-description { min-height: 0; }.price strong { font-size: 38px; }
  .about-visual { min-height: 470px; }.fiber-photo { inset: 0 18px 38px 0; padding: 30px; }.fiber-photo strong { font-size: 29px; }.about-badge { width: 210px; padding: 18px; }.tab-list { overflow-x: auto; }.tab-list button { padding-inline: 13px; }
  .value-item { min-height: 155px; }.coverage-map { height: 430px; }.payment-layout { gap: 28px; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 25px; }.footer-grid { grid-template-columns: 1fr; gap: 32px; }.footer-bottom { display: block; }.floating-whatsapp { width: 50px; height: 50px; right: 16px; bottom: 16px; }
}

@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; }
  .hero-video { display: none; }
  .page-loader-line i { animation: none; transform: none; }
}
