:root {
  color-scheme: light;
  --ink: #142027;
  --muted: #62717a;
  --line: #dce4e1;
  --paper: #ffffff;
  --soft: #edf5f1;
  --surface: #f8faf9;
  --orange: #ff5a1f;
  --teal: #164e5b;
  --green: #2f8d68;
  --red: #cf4f55;
  --yellow: #f4a51c;
  --dark: #11191d;
  --shadow: 0 22px 70px rgba(18, 43, 51, 0.16);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(220, 228, 225, 0.72);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(1180px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.nav-links a,
.footer-links a {
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--teal);
}

.hero {
  position: relative;
  min-height: clamp(560px, 72svh, 650px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: url("/assets/regional-network-map.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 25, 30, 0.7);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(54px, 11vw, 118px);
  line-height: 0.9;
  letter-spacing: 0;
}

.lede {
  max-width: 690px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #ffffff;
  background: var(--orange);
  font-weight: 900;
  text-decoration: none;
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.13);
}

.hero-facts {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 44px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  list-style: none;
  background: rgba(255, 255, 255, 0.18);
}

.hero-facts li {
  min-height: 92px;
  padding: 18px;
  background: rgba(12, 25, 30, 0.62);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  margin-bottom: 4px;
  font-size: 19px;
}

.hero-facts span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.notice-band {
  border-block: 1px solid var(--line);
  background: var(--soft);
}

.notice-band p {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.device-section,
.feature-band,
.map-section,
.content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.device-section {
  scroll-margin-top: 118px;
  padding: 62px 0 72px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading.compact {
  margin-bottom: 28px;
}

.section-heading h2,
.map-copy h2,
.content h1 {
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-heading p,
.map-copy p,
.content p,
.content li {
  color: var(--muted);
  font-size: 18px;
}

.device-showcase {
  display: grid;
  grid-template-columns: minmax(270px, 0.82fr) minmax(270px, 0.82fr);
  grid-template-areas:
    "plan service"
    "tablet tablet";
  gap: 24px;
  align-items: start;
}

.iphone-device,
.ipad-device {
  margin: 0;
  border: 1px solid #263237;
  background: #0e1518;
  box-shadow: var(--shadow);
}

.iphone-device {
  position: relative;
  max-width: 390px;
  min-height: 760px;
  padding: 16px;
  border-radius: 46px;
}

.iphone-device:first-child {
  grid-area: plan;
  justify-self: end;
}

.dark-device {
  grid-area: service;
  justify-self: start;
}

.device-top {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 116px;
  height: 28px;
  border-radius: 999px;
  background: #050708;
  transform: translateX(-50%);
  z-index: 2;
}

.device-screen {
  min-height: 728px;
  overflow: hidden;
  border-radius: 34px;
  background: #ffffff;
}

.plan-screen {
  padding: 58px 18px 18px;
}

.app-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
}

.app-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--orange);
  font-size: 18px;
  font-weight: 950;
}

.app-mark img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.app-bar strong,
.service-title em {
  padding: 7px 11px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.screen-eyebrow {
  margin: 48px 0 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.device-screen h3 {
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.04;
}

.form-field {
  display: grid;
  gap: 3px;
  min-height: 76px;
  margin-bottom: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.form-field span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field strong {
  overflow: hidden;
  font-size: 20px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.plan-screen button {
  width: 100%;
  min-height: 58px;
  margin: 8px 0 24px;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  background: var(--orange);
  font-size: 20px;
  font-weight: 950;
}

.route-card {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.route-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-card strong {
  font-size: 22px;
}

.tab-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 74px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  text-align: center;
  font-weight: 900;
}

.tab-bar .active {
  color: var(--orange);
}

.service-screen {
  padding: 58px 14px 16px;
  color: #eef5f1;
  background: var(--dark);
}

.service-title {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.mode-token {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--orange);
  font-size: 26px;
  font-weight: 950;
}

.service-title strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.service-title p {
  overflow: hidden;
  margin: 2px 0 0;
  color: #c8d4d0;
  font-size: 16px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.updates-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  padding: 12px 14px;
  border: 1px solid #324044;
  border-radius: 8px;
  color: #eef5f1;
  background: #192429;
  text-align: left;
}

.updates-row span {
  display: grid;
  gap: 2px;
}

.updates-row strong {
  font-size: 18px;
}

.updates-row small {
  color: #96a8a1;
  font-weight: 800;
}

.updates-row b {
  padding: 8px 10px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-size: 12px;
}

.stop-list {
  margin-top: 18px;
  border-top: 1px solid #324044;
}

.stop {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  min-height: 88px;
  align-items: center;
  border-bottom: 1px solid #324044;
}

.stop span {
  display: grid;
  place-items: center;
  align-self: stretch;
  color: #ffffff;
  background: var(--orange);
  font-weight: 950;
}

.stop strong {
  font-size: 20px;
}

.stop em {
  grid-column: 2;
  margin-top: -22px;
  color: #aebcb7;
  font-style: normal;
  font-weight: 800;
}

.stop.passed {
  opacity: 0.54;
}

.stop.current strong {
  color: #ffffff;
}

.connection-watch {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  color: #142027;
  background: #f7cf5e;
  font-weight: 950;
}

.ipad-device {
  grid-area: tablet;
  min-height: 470px;
  padding: 18px;
  border-radius: 30px;
}

.ipad-screen {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  min-height: 432px;
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}

.ipad-left,
.ipad-right {
  padding: 28px;
}

.ipad-left {
  border-right: 1px solid var(--line);
  background: var(--surface);
}

.ipad-left .screen-eyebrow {
  margin-top: 36px;
}

.ipad-left h3 {
  margin-bottom: 22px;
  font-size: 34px;
  line-height: 1;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.stat-row span {
  min-height: 96px;
  padding: 16px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--green);
  font-weight: 900;
}

.stat-row span:nth-child(2) {
  background: var(--red);
}

.stat-row span:nth-child(3) {
  background: #7b8a8e;
}

.stat-row strong {
  display: block;
  font-size: 36px;
  line-height: 1;
}

.tablet-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  margin-top: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  align-items: center;
}

.tablet-card strong {
  font-size: 22px;
}

.tablet-card span {
  color: var(--green);
  font-weight: 950;
}

.feature-band {
  scroll-margin-top: 92px;
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature {
  min-height: 260px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 34px;
  margin-bottom: 28px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--teal);
  font-weight: 950;
}

.feature h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.1;
}

.feature p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.22fr);
  gap: 34px;
  align-items: center;
  padding: 70px 0 84px;
}

.map-copy {
  max-width: 520px;
}

.map-section img {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.content {
  max-width: 820px;
  padding: 56px 0 76px;
}

.content h2 {
  margin-top: 34px;
  font-size: 26px;
}

.content ul {
  padding-left: 22px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.footer-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 980px) {
  .device-showcase {
    grid-template-columns: 1fr;
    grid-template-areas:
      "plan"
      "service"
      "tablet";
  }

  .iphone-device,
  .iphone-device:first-child,
  .dark-device {
    justify-self: center;
  }

  .ipad-screen,
  .map-section {
    grid-template-columns: 1fr;
  }

  .ipad-left {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    min-height: 100px;
    padding: 16px 0;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 34px 0 42px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(46px, 16vw, 58px);
  }

  .lede {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .hero-facts {
    margin-top: 28px;
  }

  .hero-facts li {
    min-height: 72px;
    padding: 13px 16px;
  }

  .hero-facts,
  .stat-row,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .map-copy h2,
  .content h1 {
    font-size: 34px;
  }

  .device-section,
  .feature-band,
  .map-section {
    padding-block: 44px;
  }

  .iphone-device {
    width: min(100%, 390px);
    min-height: 690px;
    padding: 12px;
    border-radius: 34px;
  }

  .device-screen {
    min-height: 662px;
    border-radius: 24px;
  }

  .plan-screen,
  .service-screen {
    padding-top: 50px;
  }

  .service-title {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .service-title em {
    grid-column: 2;
    justify-self: start;
  }

  .ipad-device {
    padding: 10px;
    border-radius: 22px;
  }

  .ipad-left,
  .ipad-right {
    padding: 20px;
  }

  .tablet-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }
}
