:root {
  --pink: #27c9ff;
}
.mobile-mark {
  color: #35d4ff;
  text-shadow: 0 0 20px #35d4ff;
}
.mobile-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 110px 7vw;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  background:
    radial-gradient(
      circle at 75% 45%,
      rgba(31, 190, 255, 0.2),
      transparent 32%
    ),
    linear-gradient(145deg, #050914, #07101a 55%, #061727);
}
.mobile-copy {
  position: relative;
  z-index: 2;
}
.mobile-globe {
  position: absolute;
  right: -8%;
  top: 14%;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  border: 1px solid rgba(54, 210, 255, 0.3);
  box-shadow:
    inset 0 0 100px rgba(54, 210, 255, 0.17),
    0 0 100px rgba(32, 140, 255, 0.13);
  background: repeating-radial-gradient(
    circle,
    transparent 0 55px,
    rgba(54, 210, 255, 0.08) 56px 57px
  );
}
.mobile-primary {
  background: linear-gradient(115deg, #087fac, #26cdfa);
  border: 0;
}
.phone-bridge {
  position: relative;
  z-index: 2;
  justify-self: end;
  width: min(390px, 100%);
  min-height: 400px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(5, 9, 20, 0.78);
  backdrop-filter: blur(15px);
}
.phone-bridge span {
  font-size: 0.75rem;
  letter-spacing: 0.17em;
  color: #8e9bab;
}
.phone-bridge b {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.9;
  margin: 110px 0 15px;
}
.phone-bridge small {
  color: #9ca5b7;
}
.phone-bridge strong {
  margin-top: auto;
  color: #35d4ff;
}
.mobile-choice,
.provider-section {
  padding: 110px 7vw;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 7vw;
}
.mobile-choice {
  background: #f1f4f6;
  color: #080b10;
}
.mobile-choice h2,
.provider-section h2,
.mobile-process h2 {
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 1.02;
  margin: 15px 0;
}
.mobile-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.mobile-options article {
  padding: 30px;
  background: white;
  border: 1px solid #d9dee5;
  display: flex;
  flex-direction: column;
}
.mobile-options span {
  color: #168db5;
}
.mobile-options h3 {
  font-size: 1.45rem;
  margin: 50px 0 15px;
}
.mobile-options p {
  color: #626b77;
}
.mobile-options a {
  margin-top: auto;
  color: #087fa8;
  font-weight: 800;
}
.mobile-process,
.mobile-devices {
  padding: 110px 6vw;
}
.provider-section {
  background: linear-gradient(135deg, #08111c, #070a10);
}
.provider-section > div > p:last-child {
  color: #9ca5b7;
  font-size: 1.08rem;
}
.provider-points {
  display: grid;
  gap: 10px;
}
.provider-points article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.provider-points b,
.provider-points span {
  display: block;
}
.provider-points span {
  color: #9ca5b7;
  margin-top: 7px;
}
.provider-points .pill {
  justify-self: start;
  margin-top: 15px;
}
.mobile-devices {
  background: #f1f4f6;
  color: #080b10;
}
.mobile-devices .section-head p:last-child {
  color: #5b6572;
}
.device-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
}
.device-options > * {
  min-height: 220px;
  padding: 28px;
  background: white;
  border: 1px solid #d9dee5;
  display: flex;
  flex-direction: column;
}
.device-options b {
  font-size: 1.35rem;
}
.device-options span {
  color: #66707c;
  margin: 22px 0;
}
.device-options strong {
  margin-top: auto;
  color: #087fa8;
}
.network-map {
  padding: 110px 3vw;
  background: #03050a;
}
.network-map .section-head {
  max-width: 900px;
  margin-left: 4vw;
}
.provider-image-map {
  position: relative;
  max-width: 1536px;
  margin: 35px auto 0;
  border: 1px solid rgba(53, 212, 255, 0.22);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}
.provider-image-map img {
  display: block;
  width: 100%;
  height: auto;
}
.provider-image-map a {
  position: absolute;
  left: var(--x);
  width: var(--w);
  top: 68.1%;
  height: 14.4%;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: 0.2s;
}
.provider-image-map a:hover,
.provider-image-map a:focus-visible {
  border-color: #35d4ff;
  background: rgba(53, 212, 255, 0.13);
  box-shadow: 0 0 24px rgba(53, 212, 255, 0.35);
  outline: 0;
}
.provider-image-map a span {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  padding: 4px 7px;
  border-radius: 4px;
  background: #07101a;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
.provider-image-map a:hover span,
.provider-image-map a:focus-visible span {
  opacity: 1;
}
.provider-link-list {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  max-width: 1536px;
  margin: 18px auto 0;
  gap: 8px;
}
.provider-link-list a {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #c9d3df;
  font-size: 12px;
  text-align: center;
}
.provider-link-list a:hover,
.provider-link-list a:focus-visible {
  border-color: #35d4ff;
  color: #fff;
  background: rgba(53, 212, 255, 0.08);
}
@media (max-width: 850px) {
  .mobile-hero,
  .mobile-choice,
  .provider-section {
    grid-template-columns: 1fr;
  }
  .phone-bridge {
    justify-self: start;
  }
  .mobile-options,
  .device-options {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .mobile-hero {
    padding: 80px 22px;
  }
  .mobile-globe {
    width: 440px;
    height: 440px;
    right: -55%;
    top: 22%;
  }
  .mobile-choice,
  .provider-section,
  .mobile-process,
  .mobile-devices {
    padding: 75px 22px;
  }
  .mobile-options,
  .device-options {
    grid-template-columns: 1fr;
  }
  .phone-bridge {
    min-height: 330px;
  }
  .phone-bridge b {
    margin-top: 80px;
  }
  .network-map {
    padding: 75px 0 58px;
  }
  .network-map .section-head {
    padding: 0 22px;
    margin-left: 0;
  }
  .provider-image-map {
    overflow-x: auto;
    border-left: 0;
    border-right: 0;
  }
  .provider-image-map img {
    width: 980px;
    max-width: none;
  }
  .provider-image-map a {
    display: none;
  }
  .provider-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 22px;
  }
}
