:root {
    --brand-primary: #0a2f70;
    --brand-secondary: #0875cf;
    --brand-accent: #ff7800;
    --brand-text: #102443;
    --white: #ffffff;
    --ink: var(--brand-text);
    --muted: #61708a;
    --line: #dbe6f2;
    --line-strong: #c7d6e7;
    --soft-blue: #f4f9ff;
    --soft-orange: #fff7ef;
    --navy-dark: #061b3e;
    --green: #16a36a;
    --red: #d23a4a;
    --wa-green: #25d366;
    --shadow-sm: 0 12px 30px rgba(17, 48, 92, .08);
    --shadow-md: 0 24px 60px rgba(17, 48, 92, .14);
    --shadow-lg: 0 34px 90px rgba(17, 48, 92, .2);
    --radius-sm: 15px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand-accent) 55%, transparent); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
    position: fixed; top: -70px; left: 18px; z-index: 5000; padding: 11px 17px;
    color: var(--white); background: var(--navy-dark); border-radius: 10px; font-weight: 800;
    transition: top .2s ease;
}
.skip-link:focus { top: 18px; }
.section { padding: 104px 0; }
.section-soft { background: var(--soft-blue); }

.eyebrow {
    display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; padding: 8px 13px;
    color: var(--brand-secondary); background: color-mix(in srgb, var(--brand-secondary) 9%, white);
    border: 1px solid color-mix(in srgb, var(--brand-secondary) 22%, white); border-radius: 999px;
    font-size: .77rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase;
}
.eyebrow::before {
    content: ""; width: 8px; height: 8px; flex: 0 0 auto; background: var(--brand-accent); border-radius: 50%;
    box-shadow: 0 0 0 5px color-mix(in srgb, var(--brand-accent) 13%, transparent);
}
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .location-copy h2, .cta-card h2 {
    margin: 0 0 16px; color: var(--navy-dark); font-size: clamp(2rem, 4.5vw, 3.25rem);
    line-height: 1.13; letter-spacing: -.045em;
}
.section-heading p, .location-copy > p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.split-heading { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.split-heading > div:first-child { max-width: 760px; }

.button {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px;
    padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800;
    cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
    color: var(--white); background: linear-gradient(135deg, var(--brand-accent), color-mix(in srgb, var(--brand-accent) 70%, #ffcf82));
    box-shadow: 0 14px 30px color-mix(in srgb, var(--brand-accent) 28%, transparent);
}
.button-primary:hover { box-shadow: 0 19px 38px color-mix(in srgb, var(--brand-accent) 34%, transparent); }
.button-secondary { color: var(--brand-primary); background: var(--white); border-color: var(--line); box-shadow: var(--shadow-sm); }
.button-secondary:hover { border-color: color-mix(in srgb, var(--brand-secondary) 36%, var(--line)); }
.button-outline { color: var(--brand-secondary); background: transparent; border-color: color-mix(in srgb, var(--brand-secondary) 55%, white); }
.button-outline:hover { color: var(--white); background: var(--brand-secondary); border-color: var(--brand-secondary); }
.button-light { color: var(--brand-primary); background: var(--white); box-shadow: 0 15px 34px rgba(0,0,0,.13); }
.button.compact { min-height: 48px; padding-inline: 20px; }
.button.full { width: 100%; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1500; background: rgba(255,255,255,.92);
    border-bottom: 1px solid rgba(219,230,242,.8); backdrop-filter: blur(18px); transition: box-shadow .2s ease;
}
.site-header.scrolled { box-shadow: 0 12px 35px rgba(10,37,64,.09); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.site-brand img { width: 56px; height: 42px; object-fit: contain; }
.site-brand span { display: grid; line-height: 1.12; }
.site-brand strong { color: var(--brand-primary); font-size: 1.05rem; letter-spacing: .08em; }
.site-brand small { margin-top: 4px; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .13em; white-space: nowrap; }
.primary-nav { display: flex; align-items: center; gap: 7px; }
.primary-nav > a { padding: 10px 12px; color: #31435e; border-radius: 10px; font-size: .91rem; font-weight: 700; transition: color .2s, background .2s; }
.primary-nav > a:hover { color: var(--brand-secondary); background: var(--soft-blue); }
.primary-nav .nav-cta { margin-left: 7px; padding: 11px 19px; color: var(--white); background: var(--brand-accent); border-radius: 999px; box-shadow: 0 10px 24px color-mix(in srgb, var(--brand-accent) 24%, transparent); }
.primary-nav .nav-cta:hover { color: var(--white); background: color-mix(in srgb, var(--brand-accent) 86%, #c84900); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: var(--white); cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--brand-primary); border-radius: 3px; transition: transform .2s, opacity .2s; }

.hero {
    position: relative; min-height: 775px; padding: 160px 0 90px; overflow: hidden;
    background:
        linear-gradient(120deg, rgba(244,249,255,.96), rgba(255,255,255,.96) 58%, rgba(255,247,239,.86)),
        radial-gradient(circle at 10% 10%, color-mix(in srgb, var(--brand-secondary) 11%, transparent), transparent 35%);
}
.hero::before {
    content: ""; position: absolute; inset: 0; opacity: .36; pointer-events: none;
    background-image: radial-gradient(color-mix(in srgb, var(--brand-secondary) 38%, transparent) 1px, transparent 1px);
    background-size: 30px 30px; mask-image: linear-gradient(90deg, #000, transparent 74%);
}

/* Animated network atmosphere */
.network-sky {
    position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
    opacity: .92; isolation: isolate;
}
.net-node {
    position: absolute; width: 18px; height: 18px; border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255,255,255,.58), 0 10px 24px rgba(8,67,143,.18);
    animation: network-float 8s ease-in-out infinite, network-pulse 3.2s ease-in-out infinite;
}
.node-blue { background: linear-gradient(145deg, var(--brand-secondary), var(--brand-primary)); }
.node-cyan { background: linear-gradient(145deg, #22d3ee, #0788c8); }
.node-orange { background: linear-gradient(145deg, #ffad42, var(--brand-accent)); }
.node-one { left: 6%; top: 24%; animation-delay: -1s; }
.node-two { left: 19%; bottom: 13%; width: 13px; height: 13px; animation-delay: -4.3s; }
.node-three { left: 43%; top: 12%; width: 11px; height: 11px; animation-delay: -2.1s; }
.node-four { right: 31%; bottom: 11%; width: 14px; height: 14px; animation-delay: -6s; }
.node-five { right: 5%; top: 38%; width: 16px; height: 16px; animation-delay: -3s; }
.net-line {
    position: absolute; height: 1px; transform-origin: left center;
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--brand-secondary) 38%, transparent), transparent);
    filter: drop-shadow(0 0 5px color-mix(in srgb, var(--brand-secondary) 25%, transparent));
    animation: network-line-glow 4s ease-in-out infinite;
}
.net-line::after {
    content: ""; position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%;
    background: var(--brand-accent); box-shadow: 0 0 12px var(--brand-accent);
    animation: data-packet 4.8s linear infinite;
}
.net-line-one { width: 34%; left: 7%; top: 30%; transform: rotate(18deg); }
.net-line-two { width: 29%; right: 5%; top: 49%; transform: rotate(-17deg); animation-delay: -1.2s; }
.net-line-two::after { animation-delay: -2s; }
.net-line-three { width: 25%; left: 30%; bottom: 19%; transform: rotate(-8deg); animation-delay: -2.2s; }
.net-line-three::after { animation-delay: -3.1s; }
.orbit-system {
    position: absolute; width: 220px; height: 220px; border-radius: 50%;
    animation: orbit-drift 10s ease-in-out infinite;
}
.orbit-system-one { right: 7%; top: 11%; }
.orbit-system-two { left: 2%; bottom: 1%; width: 150px; height: 150px; animation-delay: -5s; opacity: .72; }
.orbit-ring { position: absolute; inset: 18%; border: 1px solid color-mix(in srgb, var(--brand-secondary) 34%, transparent); border-radius: 50%; }
.orbit-ring-a { animation: orbit-spin 11s linear infinite; }
.orbit-ring-b { inset: 4%; border-style: dashed; border-color: color-mix(in srgb, var(--brand-accent) 27%, transparent); animation: orbit-spin-reverse 17s linear infinite; }
.orbit-ring::before, .orbit-ring::after {
    content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%;
    background: var(--brand-secondary); box-shadow: 0 0 13px color-mix(in srgb, var(--brand-secondary) 70%, transparent);
}
.orbit-ring::before { top: -4px; left: 50%; }
.orbit-ring::after { bottom: -4px; right: 22%; background: var(--brand-accent); box-shadow: 0 0 13px color-mix(in srgb, var(--brand-accent) 70%, transparent); }
.orbit-core {
    position: absolute; inset: 42%; border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #fff 0 9%, #3aa7ed 10% 38%, var(--brand-primary) 72%);
    box-shadow: 0 0 0 9px rgba(255,255,255,.5), 0 0 32px color-mix(in srgb, var(--brand-secondary) 35%, transparent);
    animation: network-pulse 3s ease-in-out infinite;
}
.orbit-satellite {
    position: absolute; width: 12px; height: 12px; border-radius: 50%;
    background: var(--brand-accent); box-shadow: 0 0 0 5px rgba(255,255,255,.56), 0 0 18px rgba(255,120,0,.45);
}
.satellite-a { top: 12%; left: 18%; animation: satellite-float 4s ease-in-out infinite; }
.satellite-b { right: 7%; bottom: 21%; width: 9px; height: 9px; background: #20c9e8; animation: satellite-float 5.5s ease-in-out infinite reverse; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes orbit-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes orbit-drift { 0%,100% { transform: translate3d(0,0,0) rotate(-4deg); } 50% { transform: translate3d(-16px,18px,0) rotate(5deg); } }
@keyframes network-float { 0%,100% { transform: translate3d(0,0,0); } 35% { transform: translate3d(12px,-18px,0); } 70% { transform: translate3d(-8px,10px,0); } }
@keyframes network-pulse { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.18); } }
@keyframes network-line-glow { 0%,100% { opacity: .34; } 50% { opacity: .8; } }
@keyframes data-packet { from { left: 0; opacity: 0; } 8% { opacity: 1; } 92% { opacity: 1; } to { left: 100%; opacity: 0; } }
@keyframes satellite-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.hero-grid { z-index: 2; }
.hero-visual-card { animation: hero-card-breathe 7s ease-in-out infinite; }
.signal-ring.ring-one { animation: signal-breathe 3.6s ease-in-out infinite; }
.signal-ring.ring-two { animation: signal-breathe 3.6s ease-in-out infinite .8s; }
@keyframes hero-card-breathe { 0%,100% { transform: translateY(0) rotate(.001deg); } 50% { transform: translateY(-8px) rotate(.001deg); } }
@keyframes signal-breathe { 0%,100% { transform: scale(.96); opacity: .55; } 50% { transform: scale(1.05); opacity: 1; } }

@media (max-width: 900px) {
    .network-sky { opacity: .58; }
    .orbit-system-one { right: -70px; top: 14%; transform: scale(.78); }
    .orbit-system-two { left: -60px; bottom: 10%; }
    .node-three, .net-line-three { display: none; }
}
@media (max-width: 560px) {
    .network-sky { opacity: .42; }
    .net-line { width: 48%; }
    .node-one { left: 3%; top: 18%; }
    .node-five { right: 3%; top: 29%; }
    .orbit-system-one { width: 170px; height: 170px; right: -75px; top: 9%; }
}
@media (prefers-reduced-motion: reduce) {
    .network-sky *, .hero-visual-card, .signal-ring { animation: none !important; }
}

.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-orb-one { width: 480px; height: 480px; top: -210px; right: -120px; background: radial-gradient(circle, color-mix(in srgb, var(--brand-secondary) 18%, transparent), transparent 70%); }
.hero-orb-two { width: 360px; height: 360px; bottom: -210px; left: -100px; background: radial-gradient(circle, color-mix(in srgb, var(--brand-accent) 15%, transparent), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; }
.hero-copy { max-width: 690px; }
.hero-copy h1 { margin: 0 0 24px; color: var(--navy-dark); font-size: clamp(3rem, 6.3vw, 5.35rem); line-height: 1.02; letter-spacing: -.065em; }
.hero-copy h1 span { color: var(--brand-secondary); position: relative; }
.hero-copy h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.04em; height: .09em; background: var(--brand-accent); border-radius: 999px; opacity: .8; }
.hero-copy > p { max-width: 650px; margin: 0 0 31px; color: #586b84; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.hero-note span { display: grid; place-items: center; width: 23px; height: 23px; color: var(--green); background: #e8f8f1; border-radius: 50%; }
.hero-visual { min-width: 0; }
.hero-visual-card {
    position: relative; display: grid; place-items: center; min-height: 500px; padding: 52px;
    background: rgba(255,255,255,.88); border: 1px solid rgba(206,223,240,.9); border-radius: 46px;
    box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); isolation: isolate;
}
.hero-visual-card::before { content: ""; position: absolute; inset: 28px; z-index: -1; border: 1px dashed color-mix(in srgb, var(--brand-secondary) 25%, transparent); border-radius: 36px; }
.hero-visual-card img { width: min(100%, 390px); max-height: 310px; object-fit: contain; filter: drop-shadow(0 18px 25px rgba(7,47,112,.16)); }
.signal-ring { position: absolute; z-index: -2; border: 1px solid color-mix(in srgb, var(--brand-secondary) 18%, transparent); border-radius: 50%; }
.ring-one { width: 310px; height: 310px; }
.ring-two { width: 420px; height: 420px; border-color: color-mix(in srgb, var(--brand-accent) 15%, transparent); }
.network-chip {
    position: absolute; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center;
    min-width: 175px; padding: 14px 16px; background: var(--white); border: 1px solid var(--line);
    border-radius: 17px; box-shadow: var(--shadow-sm); animation: float-chip 4s ease-in-out infinite;
}
.network-chip > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 39px; height: 39px; color: var(--brand-accent); background: var(--soft-orange); border-radius: 12px; }
.network-chip strong { color: var(--navy-dark); font-size: .87rem; }
.network-chip small { color: var(--muted); font-size: .73rem; }
.chip-speed { left: -28px; bottom: 78px; }
.chip-support { right: -25px; top: 72px; animation-delay: -2s; }
.chip-support > span { color: var(--green); background: #eaf9f2; }
@keyframes float-chip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

.benefit-strip { position: relative; z-index: 10; margin-top: -34px; }
.benefit-grid {
    display: grid; grid-template-columns: repeat(3, 1fr) 1.35fr; align-items: stretch; padding: 12px;
    background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-md);
}
.benefit-item { display: grid; place-content: center; min-height: 88px; padding: 12px 22px; border-right: 1px solid var(--line); }
.benefit-item strong { color: var(--brand-primary); font-size: 1.35rem; line-height: 1.2; }
.benefit-item span { margin-top: 4px; color: var(--muted); font-size: .8rem; }
.benefit-contact { display: flex; align-items: center; gap: 12px; margin-left: 12px; padding: 15px 20px; color: var(--white); background: var(--brand-primary); border-radius: 16px; }
.benefit-contact > span:nth-child(2) { display: grid; flex: 1; }
.benefit-contact strong { font-size: .95rem; }
.benefit-contact small { color: #cbd9eb; font-size: .72rem; }
.pulse-dot { width: 11px; height: 11px; background: #49e393; border-radius: 50%; box-shadow: 0 0 0 0 rgba(73,227,147,.55); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(73,227,147,0); } 100% { box-shadow: 0 0 0 0 rgba(73,227,147,0); } }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
    position: relative; min-height: 310px; padding: 34px; overflow: hidden; background: var(--white);
    border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-card::after { content: ""; position: absolute; right: -55px; bottom: -55px; width: 130px; height: 130px; background: color-mix(in srgb, var(--brand-secondary) 8%, transparent); border-radius: 50%; transition: transform .25s; }
.feature-card:hover { transform: translateY(-8px); border-color: color-mix(in srgb, var(--brand-secondary) 32%, var(--line)); box-shadow: var(--shadow-md); }
.feature-card:hover::after { transform: scale(1.35); }
.feature-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 25px; background: linear-gradient(145deg, var(--soft-blue), white); border: 1px solid var(--line); border-radius: 18px; font-size: 1.75rem; box-shadow: 0 10px 22px rgba(10,47,112,.07); }
.feature-card h3 { margin: 0 0 12px; color: var(--navy-dark); font-size: 1.35rem; }
.feature-card p { margin: 0; color: var(--muted); }

.slider-controls { display: flex; gap: 9px; flex: 0 0 auto; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--brand-primary); font-size: 1.2rem; cursor: pointer; box-shadow: var(--shadow-sm); transition: transform .2s, background .2s; }
.slider-controls button:hover { transform: translateY(-2px); background: var(--brand-primary); color: var(--white); }
.packages-track { display: flex; gap: 22px; padding: 8px 2px 25px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--brand-secondary) var(--line); }
.packages-track::-webkit-scrollbar { height: 10px; }
.packages-track::-webkit-scrollbar-track { background: var(--line); border-radius: 999px; }
.packages-track::-webkit-scrollbar-thumb { background: var(--brand-secondary); border: 2px solid var(--line); border-radius: 999px; }
.package-card {
    position: relative; flex: 0 0 min(340px, calc(100vw - 54px)); display: flex; flex-direction: column; min-height: 490px;
    padding: 31px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 27px;
    box-shadow: var(--shadow-sm); scroll-snap-align: start; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.package-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-md); }
.package-card.popular { border: 2px solid var(--brand-accent); background: linear-gradient(180deg, var(--soft-orange), white 28%); }
.package-badge { position: absolute; top: 18px; right: 18px; max-width: 150px; padding: 6px 10px; color: #8a3f00; background: #ffe3c4; border-radius: 999px; font-size: .68rem; font-weight: 800; text-align: center; }
.package-head { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.package-head h3 { max-width: 70%; margin: 0 0 17px; color: var(--navy-dark); font-size: 1.25rem; }
.package-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; }
.package-price strong { color: var(--brand-accent); font-size: clamp(1.9rem, 4vw, 2.55rem); line-height: 1; letter-spacing: -.05em; }
.package-price span { color: var(--muted); font-size: .85rem; }
.package-features { flex: 1; margin: 25px 0 28px; padding: 0; list-style: none; }
.package-features li { display: flex; gap: 10px; margin-bottom: 13px; color: #53657e; font-size: .9rem; }
.package-features li span { display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; margin-top: 2px; color: var(--brand-secondary); background: var(--soft-blue); border-radius: 50%; font-size: .68rem; font-weight: 900; }

.coverage-section { background: var(--white); }
.coverage-shell { display: grid; grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr); min-height: 680px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow-md); }
.coverage-panel { position: relative; z-index: 2; padding: 34px; background: var(--white); }
.coverage-panel-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 27px; }
.step-label { display: grid; place-items: center; flex: 0 0 37px; width: 37px; height: 37px; color: var(--white); background: var(--brand-primary); border-radius: 12px; font-weight: 800; }
.coverage-panel-head h3 { margin: 0 0 4px; color: var(--navy-dark); font-size: 1.18rem; }
.coverage-panel-head p { margin: 0; color: var(--muted); font-size: .86rem; }
.address-search > label, .coordinate-grid label span { display: block; margin-bottom: 8px; color: #354761; font-size: .82rem; font-weight: 800; }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 9px; }
.search-row input, .coordinate-grid input {
    width: 100%; min-height: 48px; padding: 0 14px; color: var(--ink); background: var(--white);
    border: 1px solid var(--line-strong); border-radius: 13px; outline: none; transition: border .2s, box-shadow .2s;
}
.search-row input:focus, .coordinate-grid input:focus { border-color: var(--brand-secondary); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-secondary) 12%, transparent); }
.address-results { position: relative; z-index: 1000; max-height: 220px; margin-top: 8px; overflow-y: auto; background: var(--white); border: 1px solid var(--line); border-radius: 13px; box-shadow: var(--shadow-md); }
.address-results button { display: block; width: 100%; padding: 12px 14px; color: #344762; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; }
.address-results button:last-child { border-bottom: 0; }
.address-results button:hover { background: var(--soft-blue); }
.address-results .search-state { padding: 13px 14px; color: var(--muted); font-size: .86rem; }
.coverage-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: #98a5b7; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.coverage-divider::before, .coverage-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.coverage-quick-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.coverage-action { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 13px; color: inherit; background: var(--soft-blue); border: 1px solid var(--line); border-radius: 15px; text-align: left; cursor: pointer; transition: border .2s, transform .2s; }
.coverage-action:hover { border-color: var(--brand-secondary); transform: translateY(-2px); }
.coverage-action > span { grid-row: 1 / span 2; display: grid; place-items: center; width: 35px; height: 35px; color: var(--brand-secondary); background: var(--white); border-radius: 11px; }
.coverage-action strong { color: var(--navy-dark); font-size: .8rem; }
.coverage-action small { color: var(--muted); font-size: .67rem; line-height: 1.3; }
.manual-coordinate-box { margin: 18px 0; border: 1px solid var(--line); border-radius: 14px; }
.manual-coordinate-box summary { padding: 12px 14px; color: var(--brand-primary); font-size: .8rem; font-weight: 800; cursor: pointer; }
.coordinate-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0 14px 14px; }
.selected-location { display: flex; align-items: center; gap: 12px; margin: 18px 0; padding: 13px 14px; color: #3e5069; background: #f8fafc; border: 1px dashed var(--line-strong); border-radius: 14px; }
.selected-location.has-location { background: #eff8ff; border-style: solid; border-color: color-mix(in srgb, var(--brand-secondary) 28%, white); }
.selected-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--brand-secondary); background: var(--white); border-radius: 50%; box-shadow: 0 6px 14px rgba(8,117,207,.12); }
.selected-location > span:last-child { display: grid; min-width: 0; }
.selected-location strong { color: var(--navy-dark); font-size: .82rem; }
.selected-location small { color: var(--muted); font-size: .7rem; overflow-wrap: anywhere; }
#check-coverage:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.coverage-result { display: grid; grid-template-columns: auto 1fr; gap: 13px; margin-top: 18px; padding: 18px; background: #edfbf5; border: 1px solid #bcebd5; border-radius: 17px; }
.coverage-result.not-covered { background: #fff5f4; border-color: #f4c9c6; }
.result-icon { display: grid; place-items: center; width: 39px; height: 39px; color: var(--white); background: var(--green); border-radius: 50%; font-weight: 900; }
.coverage-result.not-covered .result-icon { background: var(--red); }
.coverage-result h3 { margin: 1px 0 5px; color: #0d6847; font-size: 1rem; }
.coverage-result.not-covered h3 { color: #9f2935; }
.coverage-result p { margin: 0; color: #4c665d; font-size: .79rem; }
.coverage-result.not-covered p { color: #715459; }
.result-zones { margin-top: 8px; color: var(--brand-primary); font-size: .75rem; font-weight: 800; }
.result-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; padding-top: 5px; }
.result-actions .button { min-height: 42px; padding-inline: 14px; font-size: .72rem; }
.coverage-map-wrap { position: relative; min-width: 0; background: #dbeaf4; }
.coverage-map { width: 100%; height: 100%; min-height: 680px; z-index: 1; }
.map-caption { position: absolute; top: 15px; left: 50%; z-index: 600; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); padding: 9px 13px; color: var(--navy-dark); background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-sm); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(22,163,106,.1); }
.map-fallback { padding: 25px; }
.coverage-disclaimer { max-width: 850px; margin: 19px auto 0; color: var(--muted); font-size: .77rem; text-align: center; }
.leaflet-container { font-family: inherit; }
.coverage-user-marker { width: 20px; height: 20px; background: var(--brand-accent); border: 4px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand-accent) 35%, transparent), 0 6px 16px rgba(0,0,0,.25); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; counter-reset: process; }
.process-card { position: relative; min-height: 270px; padding: 31px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.process-card:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -29px; z-index: 3; display: grid; place-items: center; width: 36px; height: 36px; transform: translateY(-50%); color: var(--brand-secondary); background: var(--white); border: 1px solid var(--line); border-radius: 50%; }
.process-number { display: inline-flex; margin-bottom: 24px; color: var(--brand-accent); font-size: 2.1rem; font-weight: 800; letter-spacing: -.07em; }
.process-card h3 { margin: 0 0 11px; color: var(--navy-dark); font-size: 1.25rem; }
.process-card p { margin: 0; color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 125px; margin-bottom: 0; }
.text-link { display: inline-flex; margin-top: 25px; color: var(--brand-secondary); font-weight: 800; }
.faq-list { display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: color-mix(in srgb, var(--brand-secondary) 35%, var(--line)); box-shadow: var(--shadow-sm); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--navy-dark); font-weight: 800; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: var(--brand-secondary); background: var(--soft-blue); border-radius: 50%; font-size: 1.2rem; transition: transform .2s; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-answer { padding: 0 22px 21px; }
.faq-answer p { margin: 0; color: var(--muted); }

.location-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.location-map-card { position: relative; min-height: 530px; overflow: hidden; background: #dce9f3; border: 10px solid var(--white); border-radius: 30px; box-shadow: var(--shadow-md); }
.location-map-card iframe { width: 100%; height: 530px; border: 0; }
.location-coordinates { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; color: var(--white); background: rgba(6,27,62,.88); border-radius: 13px; backdrop-filter: blur(10px); }
.location-coordinates span { color: #c7d7ea; font-size: .72rem; }
.location-coordinates strong { font-size: .78rem; }
.location-copy h2 { margin-top: 0; }
.contact-list { display: grid; gap: 11px; margin: 28px 0; }
.contact-list a { display: flex; align-items: flex-start; gap: 13px; padding: 15px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; transition: border .2s, transform .2s; }
.contact-list a:hover { transform: translateX(4px); border-color: color-mix(in srgb, var(--brand-secondary) 38%, var(--line)); }
.contact-list > a > span:first-child { display: grid; place-items: center; flex: 0 0 39px; width: 39px; height: 39px; background: var(--soft-blue); border-radius: 12px; }
.contact-list > a > span:last-child { display: grid; min-width: 0; }
.contact-list small { color: var(--muted); font-size: .7rem; }
.contact-list strong { color: var(--navy-dark); font-size: .85rem; overflow-wrap: anywhere; }

.cta-section { padding: 0 0 98px; background: var(--soft-blue); }
.cta-card { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 55px 60px; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--brand-primary), color-mix(in srgb, var(--brand-secondary) 82%, var(--brand-primary))); border-radius: 32px; box-shadow: var(--shadow-lg); }
.cta-card::before, .cta-card::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.cta-card::before { width: 310px; height: 310px; right: -90px; top: -150px; }
.cta-card::after { width: 220px; height: 220px; right: 90px; bottom: -170px; }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 720px; color: var(--white); font-size: clamp(2rem, 4vw, 3.05rem); }
.cta-card p { max-width: 680px; margin: 0; color: #d4e2f1; }
.eyebrow-light { color: var(--white); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.18); }

.site-footer { color: #d4dfed; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .65fr .75fr 1.2fr; gap: 45px; padding: 70px 0 52px; }
.footer-brand img { width: 180px; height: 92px; padding: 7px; object-fit: contain; background: var(--white); border-radius: 15px; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: #9eb0c8; }
.footer-column { display: grid; align-content: start; gap: 10px; }
.footer-column h3 { margin: 0 0 9px; color: var(--white); font-size: .92rem; }
.footer-column a, .footer-column p { margin: 0; color: #9eb0c8; font-size: .82rem; }
.footer-column a:hover { color: var(--white); }
.footer-address p { line-height: 1.75; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.09); color: #8195ae; font-size: .73rem; }
.footer-bottom a:hover { color: var(--white); }

.wa-float { position: fixed; right: 25px; bottom: 25px; z-index: 1400; display: flex; align-items: center; gap: 10px; padding: 11px 17px 11px 12px; color: var(--white); background: var(--wa-green); border: 3px solid var(--white); border-radius: 999px; box-shadow: 0 15px 35px rgba(22,142,73,.34); transition: transform .2s, box-shadow .2s; }
.wa-float:hover { transform: translateY(-4px); box-shadow: 0 19px 42px rgba(22,142,73,.42); }
.wa-float svg { width: 29px; height: 29px; fill: currentColor; }
.wa-float span { display: grid; line-height: 1.12; }
.wa-float small { font-size: .61rem; opacity: .85; }
.wa-float strong { font-size: .78rem; }

@media (max-width: 1080px) {
    .primary-nav > a { padding-inline: 8px; font-size: .84rem; }
    .hero-grid { gap: 42px; }
    .hero-visual-card { min-height: 450px; padding: 40px; }
    .benefit-grid { grid-template-columns: repeat(3, 1fr); }
    .benefit-contact { grid-column: 1 / -1; margin: 8px 0 0; }
    .coverage-shell { grid-template-columns: 1fr; }
    .coverage-map { min-height: 520px; }
    .coverage-map-wrap { min-height: 520px; }
    .footer-grid { grid-template-columns: 1.3fr .7fr .8fr; }
    .footer-address { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
    html { scroll-padding-top: 80px; }
    .container { width: min(calc(100% - 30px), var(--container)); }
    .section { padding: 82px 0; }
    .header-inner { min-height: 72px; }
    .site-brand img { width: 49px; height: 38px; }
    .menu-toggle { display: block; }
    .primary-nav { position: fixed; top: 72px; left: 0; right: 0; display: grid; align-content: start; gap: 5px; max-height: calc(100vh - 72px); padding: 18px 20px 30px; overflow-y: auto; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 20px 45px rgba(10,37,64,.14); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
    .primary-nav.open { transform: translateY(0); opacity: 1; visibility: visible; }
    .primary-nav > a { padding: 12px 14px; font-size: .94rem; }
    .primary-nav .nav-cta { margin: 8px 0 0; text-align: center; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero { min-height: auto; padding: 130px 0 90px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 780px; }
    .hero-visual { max-width: 650px; width: 100%; margin-inline: auto; }
    .benefit-strip { margin-top: -25px; }
    .feature-grid, .process-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; }
    .process-card { min-height: auto; }
    .process-card:not(:last-child)::after { display: none; }
    .faq-layout, .location-grid { grid-template-columns: 1fr; gap: 45px; }
    .faq-layout .section-heading { position: static; }
    .location-map-card, .location-map-card iframe { min-height: 450px; height: 450px; }
    .cta-card { flex-direction: column; align-items: flex-start; padding: 45px; }
    .footer-grid { grid-template-columns: 1.2fr .8fr; }
    .footer-address { grid-column: auto; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 24px), var(--container)); }
    .section { padding: 70px 0; }
    .site-brand small { display: none; }
    .hero { padding: 112px 0 73px; }
    .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
    .hero-copy > p { font-size: 1rem; }
    .hero-actions { display: grid; }
    .hero-actions .button { width: 100%; }
    .hero-visual-card { min-height: 360px; padding: 34px 23px; border-radius: 29px; }
    .hero-visual-card::before { inset: 18px; border-radius: 22px; }
    .signal-ring.ring-one { width: 230px; height: 230px; }
    .signal-ring.ring-two { width: 310px; height: 310px; }
    .network-chip { min-width: 145px; padding: 10px 11px; }
    .network-chip > span { width: 32px; height: 32px; }
    .chip-speed { left: -5px; bottom: 30px; }
    .chip-support { right: -5px; top: 25px; }
    .benefit-grid { grid-template-columns: 1fr; padding: 10px; }
    .benefit-item { min-height: 75px; border-right: 0; border-bottom: 1px solid var(--line); }
    .benefit-contact { grid-column: auto; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .location-copy h2, .cta-card h2 { font-size: 2.15rem; }
    .split-heading { align-items: flex-start; }
    .slider-controls { display: none; }
    .package-card { padding: 26px; min-height: 470px; }
    .coverage-shell { border-radius: 20px; }
    .coverage-panel { padding: 24px 18px; }
    .search-row { grid-template-columns: 1fr; }
    .coverage-quick-actions, .coordinate-grid { grid-template-columns: 1fr; }
    .coverage-map, .coverage-map-wrap { min-height: 440px; }
    .map-caption { top: 10px; max-width: calc(100% - 20px); white-space: normal; text-align: center; }
    .result-actions { display: grid; }
    .result-actions .button { width: 100%; }
    .location-map-card, .location-map-card iframe { min-height: 390px; height: 390px; }
    .location-map-card { border-width: 6px; }
    .location-coordinates { align-items: flex-start; flex-direction: column; }
    .cta-section { padding-bottom: 70px; }
    .cta-card { padding: 36px 25px; border-radius: 23px; }
    .cta-card .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 55px; }
    .footer-bottom { flex-direction: column; }
    .wa-float { right: 15px; bottom: 15px; padding: 11px; }
    .wa-float span { display: none; }
    .wa-float svg { width: 31px; height: 31px; }
}

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