:root {
  --navy: #071d43;
  --blue: #174ca6;
  --blue-dark: #0d377d;
  --red: #db101c;
  --red-dark: #a90711;
  --mist: #f4f7fc;
  --line: #d9e2f1;
  --muted: #5b687b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--navy); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.site-header { width: min(1180px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; position: relative; z-index: 5; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { width: 64px; height: 64px; display: block; border-radius: 50%; object-fit: cover; box-shadow: 0 8px 22px rgba(7,29,67,.14); }
nav { display: flex; gap: 30px; color: #334158; font-size: 14px; font-weight: 650; }
nav a { transition: color .2s ease; }
nav a:hover { color: var(--red); }
.button { min-height: 52px; padding: 0 24px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--red); color: #fff; font-size: 14px; font-weight: 750; box-shadow: 0 12px 30px rgba(219,16,28,.2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 16px 32px rgba(219,16,28,.26); }
.button-small { min-height: 44px; padding: 0 18px; border-radius: 12px; box-shadow: none; }
.hero { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 60px 0 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 3px; border-radius: 9px; background: var(--red); }
h1 { max-width: 650px; margin: 0; font-size: clamp(56px, 6vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 850; }
h1 em { color: var(--red); font-style: normal; }
.hero-text { max-width: 540px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { font-size: 14px; font-weight: 750; }
.text-link span { color: var(--blue); margin-left: 4px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #445168; font-size: 12px; font-weight: 700; }
.trust-row > span { display: flex; align-items: center; gap: 7px; }
.trust-row i { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; background: #fde8ea; color: var(--red); font-size: 11px; font-style: normal; }
.signal-visual { min-height: 500px; position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 40px 40px 120px 40px; background: radial-gradient(circle at 68% 20%, #316cc8, #174ca6 46%, #071d43 100%); box-shadow: 0 28px 70px rgba(7,33,97,.22); }
.signal-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.signal-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.orbit-one { width: 220px; height: 220px; }
.orbit-two { width: 340px; height: 340px; }
.orbit-three { width: 470px; height: 470px; }
.signal-core { width: 242px; height: 242px; display: grid; place-items: center; position: relative; z-index: 2; border-radius: 50%; background: #fff; box-shadow: 0 24px 55px rgba(0,0,0,.25); padding: 10px; }
.signal-core img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; }
.speed-card { position: absolute; left: 28px; bottom: 32px; z-index: 3; width: 172px; padding: 18px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; background: rgba(255,255,255,.93); box-shadow: 0 16px 35px rgba(5,22,73,.2); }
.speed-card small { display: block; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.speed-card strong { display: block; margin: 4px 0; color: var(--navy); font-size: 32px; letter-spacing: -.05em; }
.speed-card > span { display: flex; align-items: center; gap: 6px; color: var(--blue); font-size: 11px; font-weight: 750; }
.speed-card i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(23,76,166,.13); }
.location-pill { position: absolute; right: 24px; top: 24px; z-index: 3; padding: 10px 12px 10px 16px; border-radius: 999px; background: rgba(5,22,66,.55); color: #fff; font-size: 12px; font-weight: 750; }
.location-pill span { margin-left: 6px; padding: 5px 7px; border-radius: 999px; background: var(--red); color: #fff; font-size: 9px; }
.plans-section { padding: 96px max(20px, calc((100vw - 1180px) / 2)); background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 50px; margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 14px; }
.section-heading h2 { max-width: 640px; margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.plan-card { min-height: 290px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.plan-card.featured { background: var(--blue); color: #fff; border-color: var(--blue); transform: translateY(-9px); box-shadow: 0 24px 45px rgba(23,76,166,.2); }
.plan-label { margin: 0 0 42px !important; color: var(--blue) !important; font-size: 11px !important; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.featured .plan-label { color: #fff !important; }
.plan-card h3 { margin: 0 0 12px; font-size: 25px; letter-spacing: -.025em; }
.plan-card > p:not(.plan-label) { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.featured > p:not(.plan-label) { color: rgba(255,255,255,.75); }
.plan-card a { margin-top: auto; padding-top: 28px; font-size: 13px; font-weight: 800; }
.plan-card a span { float: right; color: var(--red); }
.featured a span { color: #fff; }
.benefits-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 120px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.benefits-intro h2, .coverage-copy h2, .faq-section h2, .contact-section h2 { margin: 0; font-size: clamp(40px, 4.6vw, 64px); line-height: 1.03; letter-spacing: -.05em; }
.benefits-intro > p:last-child { margin: 22px 0 0; color: var(--muted); }
.benefit-list { border-top: 1px solid var(--line); }
.benefit-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: #eaf0ff; color: var(--blue); font-size: 11px; font-weight: 850; }
.benefit-list h3 { margin: 3px 0 8px; font-size: 20px; letter-spacing: -.02em; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.coverage-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto 120px; min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 32px; background: var(--navy); color: #fff; }
.coverage-map { min-height: 520px; position: relative; overflow: hidden; background: linear-gradient(145deg, #0d2a58, #091a39); }
.coverage-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 34px 34px; }
.map-line { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: rotate(-16deg); }
.line-a { width: 680px; height: 160px; left: -140px; top: 185px; }
.line-b { width: 610px; height: 240px; left: -90px; top: 135px; }
.line-c { width: 530px; height: 330px; left: -40px; top: 90px; }
.map-pin { width: 84px; height: 84px; display: grid; place-items: center; position: absolute; left: 50%; top: 42%; transform: translate(-50%,-50%); border-radius: 50% 50% 50% 14px; background: var(--red); rotate: -45deg; box-shadow: 0 0 0 16px rgba(219,16,28,.18), 0 0 0 34px rgba(219,16,28,.08); }
.map-pin span { width: 22px; height: 22px; border-radius: 50%; background: #fff; }
.map-label { min-width: 180px; position: absolute; left: 50%; top: 62%; transform: translateX(-50%); padding: 14px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(7,21,47,.74); text-align: center; }
.map-label small { display: block; margin-bottom: 4px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.map-label strong { font-size: 14px; }
.coverage-copy { padding: 70px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.coverage-copy .eyebrow { color: #fff; }
.coverage-copy > p:not(.eyebrow) { margin: 24px 0 32px; color: #aebad0; line-height: 1.75; }
.coverage-copy .button { box-shadow: none; }
.faq-section { width: min(1000px, calc(100% - 40px)); margin: 0 auto; padding: 0 0 120px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 750; line-height: 1.45; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 14px 46px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 64px 70px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border-radius: 32px 32px 8px 32px; background: var(--blue); color: #fff; }
.contact-kicker { margin: 0 0 14px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.contact-section h2 { font-size: clamp(38px, 4vw, 56px); }
.contact-section > div > p:not(.contact-kicker) { margin: 16px 0 0; color: rgba(255,255,255,.74); }
.button-light { flex: 0 0 auto; background: #fff; color: var(--blue); box-shadow: none; }
.button-light:hover { background: var(--red); color: #fff; }
.button-light span { margin-left: 10px; }
.contact-details { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 28px; }
.contact-details a { display: flex; flex-direction: column; gap: 4px; padding-left: 15px; border-left: 2px solid rgba(255,255,255,.35); }
.contact-details small { color: rgba(255,255,255,.64); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { color: #fff; font-size: 13px; }
footer { width: min(1180px, calc(100% - 40px)); min-height: 150px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 12px; }
.footer-brand { color: var(--navy); }
footer > a:last-child { color: var(--navy); font-weight: 750; }
@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 48px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-actions, .trust-row { justify-content: center; }
  h1, .hero-text { margin-left: auto; margin-right: auto; }
  .signal-visual { min-height: 450px; }
  .section-heading, .benefits-section, .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .plan-grid, .coverage-section { grid-template-columns: 1fr; }
  .plan-card.featured { transform: none; }
  .coverage-map { min-height: 420px; }
  .contact-section { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .site-header { width: min(100% - 28px, 1180px); height: 74px; }
  .site-header .button { display: none; }
  .brand-logo { width: 56px; height: 56px; }
  .hero { width: min(100% - 28px, 1180px); gap: 44px; padding: 44px 0 70px; }
  h1 { font-size: 50px; }
  .hero-text { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 12px; }
  .signal-visual { min-height: 380px; border-radius: 28px 28px 80px 28px; }
  .orbit-three { width: 360px; height: 360px; }
  .orbit-two { width: 270px; height: 270px; }
  .signal-core { width: 184px; height: 184px; }
  .speed-card { left: 16px; bottom: 18px; }
  .plans-section { padding-top: 72px; padding-bottom: 72px; }
  .section-heading h2 { font-size: 40px; }
  .benefits-section { width: min(100% - 28px, 1180px); padding: 80px 0; }
  .coverage-section, .contact-section, footer { width: min(100% - 28px, 1180px); }
  .coverage-section { margin-bottom: 80px; }
  .coverage-map { min-height: 360px; }
  .coverage-copy { padding: 42px 28px; }
  .faq-section { width: min(100% - 28px, 1000px); padding-bottom: 80px; }
  .contact-section { padding: 42px 28px; border-radius: 24px 24px 8px 24px; }
  .contact-section .button { width: 100%; }
  .contact-details { flex-direction: column; gap: 18px; }
  footer { min-height: 220px; flex-direction: column; justify-content: center; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

