:root {
  --blue: #075ad7;
  --blue-dark: #063c9d;
  --blue-bright: #0a6cf1;
  --ink: #101828;
  --muted: #667085;
  --line: #dce3ed;
  --paper: #f6f8fb;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 60px rgba(17, 45, 95, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-block { padding-block: 120px; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 18px;
  left: 50%;
  width: min(1180px, calc(100% - 48px));
  height: 72px;
  padding: 0 12px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 18px;
  background: rgba(255,255,255,.83);
  box-shadow: 0 10px 35px rgba(14, 40, 80, .08);
  backdrop-filter: blur(18px);
  transition: top .25s, box-shadow .25s;
}
.site-header.scrolled { top: 10px; box-shadow: 0 15px 40px rgba(14, 40, 80, .14); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 25px; font-weight: 800; letter-spacing: -.8px; }
.brand-mark { position: relative; width: 34px; height: 34px; display: block; }
.power { position: absolute; inset: 8px 2px 2px 8px; border: 4px solid var(--blue); border-top-color: transparent; border-radius: 50%; }
.power::before { content: ""; position: absolute; width: 4px; height: 15px; left: 7px; top: -8px; border-radius: 8px; background: var(--blue); }
.signal { position: absolute; border: 3px solid var(--blue); border-right: 0; border-top-color: transparent; border-bottom-color: transparent; border-radius: 50%; }
.signal-one { width: 20px; height: 30px; left: -4px; top: 3px; }
.signal-two { width: 28px; height: 38px; left: -10px; top: -1px; }
.site-nav { display: flex; align-items: center; gap: 32px; color: #344054; font-size: 14px; font-weight: 650; }
.site-nav > a { transition: color .2s; }
.site-nav > a:hover { color: var(--blue); }
.site-nav .nav-cta { padding: 15px 20px; color: white; border-radius: 12px; background: var(--blue); }
.site-nav .nav-cta:hover { color: white; background: var(--blue-dark); }
.menu-button { display: none; width: 45px; height: 45px; padding: 11px; border: 0; border-radius: 10px; background: var(--paper); }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--ink); }

.hero { min-height: 790px; padding-top: 170px; padding-bottom: 100px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; align-items: center; }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.hero h1, .section-heading h2, .wifi-copy h2, .location-title h2, .contact h2 { margin: 0; font-size: clamp(52px, 6.2vw, 86px); line-height: .98; letter-spacing: -4.6px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 590px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 26px; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(7,90,215,.24); }
.button-primary:hover { background: var(--blue-dark); }
.text-link { padding-bottom: 4px; border-bottom: 1px solid #98a2b3; font-size: 14px; font-weight: 750; }
.trust-row { margin-top: 60px; padding-top: 24px; display: flex; gap: 28px; border-top: 1px solid var(--line); color: #667085; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--blue); }

.hero-visual { position: relative; min-height: 570px; overflow: hidden; border-radius: 36px; background: linear-gradient(145deg, #f4f8ff 2%, #eaf2ff 65%, #d8e8ff); }
.hero-visual::before { content: ""; position: absolute; width: 380px; height: 380px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: var(--blue); box-shadow: 0 30px 80px rgba(6,60,157,.34); }
.hero-visual::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(#0a6cf1 1px, transparent 1px); background-size: 26px 26px; mask-image: linear-gradient(to bottom, black, transparent); }
.orbit { position: absolute; z-index: 1; left: 50%; top: 50%; border: 1px solid rgba(7,90,215,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 560px; height: 560px; }
.visual-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 300px; text-align: center; color: white; transform: translate(-50%,-49%); }
.visual-core .core-label { display: block; font-size: 12px; font-weight: 800; letter-spacing: 4px; }
.visual-core strong { display: block; margin: -6px 0 -10px; font-size: 150px; line-height: 1; letter-spacing: -12px; }
.visual-core small { font-size: 13px; letter-spacing: 1.5px; }
.floating-card { position: absolute; z-index: 3; min-width: 230px; padding: 16px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 13px; }
.floating-card small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.card-repair { left: 22px; top: 72px; }
.card-wifi { right: 20px; bottom: 84px; }
.mini-icon, .wifi-glyph { width: 42px; height: 42px; display: grid; place-items: center; color: white; border-radius: 11px; background: var(--blue); font-weight: 900; }
.wifi-glyph { padding-right: 7px; font-size: 12px; letter-spacing: -2px; }
.status-pill { position: absolute; z-index: 3; right: 24px; top: 28px; padding: 10px 14px; border-radius: 100px; background: white; color: #344054; font-size: 11px; font-weight: 800; box-shadow: 0 8px 25px rgba(17,45,95,.1); }
.status-pill span { width: 7px; height: 7px; margin-right: 6px; display: inline-block; border-radius: 50%; background: #12b76a; box-shadow: 0 0 0 4px rgba(18,183,106,.12); }

.services { border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 64px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .wifi-copy h2, .location-title h2, .contact h2 { font-size: clamp(42px, 5vw, 68px); letter-spacing: -3.6px; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 430px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: white; border-color: var(--blue); background: var(--blue); }
.service-card.featured::after { content: ""; position: absolute; width: 300px; height: 300px; right: -110px; top: -110px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.service-number { position: absolute; right: 30px; top: 30px; color: #98a2b3; font-size: 12px; font-weight: 800; }
.featured .service-number { color: rgba(255,255,255,.65); }
.service-icon { width: 62px; height: 62px; margin-bottom: 56px; display: grid; place-items: center; color: var(--blue); border-radius: 15px; background: #eef5ff; font-weight: 900; }
.featured .service-icon { color: white; background: rgba(255,255,255,.13); }
.laptop-icon span { width: 30px; height: 20px; border: 2px solid currentColor; border-radius: 3px; box-shadow: 0 6px 0 -4px currentColor; }
.code-icon { font-size: 20px; }
.network-icon { grid-template-columns: repeat(3, 8px); gap: 4px; }
.network-icon i { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.network-icon i:nth-child(2) { transform: translateY(-10px); }
.business-icon span { width: 28px; height: 24px; border: 2px solid currentColor; border-radius: 2px; box-shadow: inset 0 -7px 0 currentColor; }
.service-card h3 { margin: 0 0 14px; font-size: 25px; letter-spacing: -1px; }
.service-card p { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.78); }
.service-card ul { margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.service-card li { padding: 8px 11px; border-radius: 100px; background: var(--paper); color: #475467; font-size: 11px; font-weight: 700; }
.featured li { color: white; background: rgba(255,255,255,.12); }

.wifi-section { color: white; background: #061f4f; }
.wifi-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.eyebrow-light { color: #76adff; }
.wifi-copy h2 { font-size: clamp(52px, 6vw, 78px); }
.wifi-copy > p:not(.eyebrow) { max-width: 430px; margin: 25px 0; color: #b8c8e5; line-height: 1.75; }
.payment-note { margin-top: 36px; color: #d8e5f8; font-size: 12px; line-height: 1.8; }
.payment-note span { display: block; color: #76adff; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.price-card { position: relative; min-height: 335px; padding: 30px 24px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.06); }
.price-card.popular { background: var(--blue); transform: translateY(-16px); box-shadow: 0 24px 45px rgba(0,0,0,.25); }
.popular-label { position: absolute; right: 18px; top: 18px; padding: 6px 8px; border-radius: 6px; background: white; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: 1px; }
.duration { color: #8eadde; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; }
.popular .duration { color: #d4e5ff; }
.price { margin: 26px 0 12px; font-size: 68px; font-weight: 850; letter-spacing: -4px; }
.price sup { margin-right: 4px; font-size: 25px; vertical-align: top; line-height: 1.8; }
.price-card p { margin: 0; color: #aabbd7; font-size: 12px; line-height: 1.5; }
.popular p { color: #dbe9ff; }
.price-card a { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 800; }

.process { background: white; }
.steps { border-top: 1px solid var(--line); }
.step { padding: 34px 10px; display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid var(--line); }
.step > span { color: var(--blue); font-size: 12px; font-weight: 900; }
.step > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.step h3 { margin: 0; font-size: 23px; letter-spacing: -.8px; }
.step p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.locations { background: var(--paper); }
.locations-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.location-title { position: sticky; top: 120px; }
.location-title p:last-child { max-width: 390px; color: var(--muted); line-height: 1.7; }
.location-list { border-top: 1px solid #cbd5e1; }
.location-list-label { margin: 0; padding: 18px 8px; color: var(--blue); border-bottom: 1px solid #cbd5e1; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.location-list > div { min-height: 100px; padding: 0 8px; display: grid; grid-template-columns: 55px 1fr auto; gap: 16px; align-items: center; border-bottom: 1px solid #cbd5e1; transition: padding .2s, background .2s; }
.location-list > div:hover { padding-inline: 18px; background: white; }
.location-list span { color: var(--blue); font-size: 11px; font-weight: 900; }
.location-list strong { font-size: 17px; }
.location-list small { color: var(--muted); }

.contact { padding-top: 100px; padding-bottom: 100px; }
.contact-panel { position: relative; min-height: 380px; padding: 64px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; overflow: hidden; color: white; border-radius: 30px; background: var(--blue); }
.contact-panel::after { content: ""; position: absolute; width: 400px; height: 400px; right: -120px; bottom: -220px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.contact-panel > * { position: relative; z-index: 1; }
.contact h2 { font-size: clamp(55px, 7vw, 90px); }
.contact-panel > div > p:last-child { max-width: 580px; color: #d6e6ff; font-size: 16px; line-height: 1.7; }
.button-light { color: var(--blue); background: white; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.55); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.contact-actions { display: flex; flex-direction: column; gap: 12px; }
.contact-placeholder { position: absolute; left: 64px; bottom: 22px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .5px; }

.site-footer { min-height: 120px; padding-block: 35px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.brand-footer { color: var(--ink); font-size: 22px; }
.brand-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--blue); box-shadow: 9px 0 0 -3px #89b7f8; }
.site-footer p:nth-child(2) { text-transform: uppercase; letter-spacing: 1.2px; }
.site-footer p:last-child { text-align: right; }

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

@media (max-width: 980px) {
  .site-nav { position: absolute; top: 82px; left: 0; right: 0; padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 8px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 540px; }
  .section-heading, .wifi-layout, .locations-layout { grid-template-columns: 1fr; }
  .section-heading { gap: 30px; }
  .wifi-layout { gap: 70px; }
  .locations-layout { gap: 55px; }
  .location-title { position: static; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-panel .button { justify-self: start; }
}

@media (max-width: 720px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }
  .section-block { padding-block: 82px; }
  .site-header { top: 10px; }
  .hero { min-height: auto; padding-top: 130px; padding-bottom: 72px; gap: 60px; }
  .hero h1 { font-size: clamp(48px, 16vw, 68px); letter-spacing: -3.6px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .trust-row { gap: 14px; flex-wrap: wrap; }
  .hero-visual { min-height: 430px; border-radius: 24px; }
  .hero-visual::before { width: 260px; height: 260px; }
  .visual-core strong { font-size: 105px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 410px; height: 410px; }
  .floating-card { min-width: 195px; padding: 12px; }
  .card-repair { top: 30px; left: 12px; }
  .card-wifi { right: 12px; bottom: 32px; }
  .status-pill { display: none; }
  .section-heading h2, .wifi-copy h2, .location-title h2 { font-size: 48px; letter-spacing: -2.7px; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 400px; padding: 28px; }
  .price-card, .price-card.popular { min-height: 280px; transform: none; }
  .step { grid-template-columns: 45px 1fr; }
  .step > div { grid-template-columns: 1fr; gap: 12px; }
  .location-list > div { min-height: 90px; grid-template-columns: 35px 1fr; }
  .location-list small { grid-column: 2; margin-top: -28px; }
  .contact-panel { min-height: 430px; padding: 36px 26px 70px; }
  .contact-actions { align-items: flex-start; }
  .contact-placeholder { left: 26px; bottom: 20px; }
  .site-footer { grid-template-columns: 1fr; gap: 14px; text-align: left; }
  .site-footer p { margin: 0; }
  .site-footer p:last-child { text-align: left; }
}

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