:root {
  --navy-950: #050b14;
  --navy-900: #07111f;
  --navy-800: #0a1b31;
  --navy-700: #102b4a;
  --blue: #205ba7;
  --blue-deep: #174f98;
  --cyan: #c8e31d;
  --cyan-soft: #eef99c;
  --red: #39aee6;
  --white: #f8fbff;
  --ink: #0a1728;
  --muted: #627084;
  --line: #dce5ee;
  --surface: #f3f7fb;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --shadow: 0 26px 70px rgba(5, 20, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--navy-950);
  background: var(--cyan);
  border-radius: 10px;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background 240ms ease, border-color 240ms ease, backdrop-filter 240ms ease;
}

.site-header.scrolled,
.site-header.menu-visible {
  background: rgba(5, 11, 20, 0.88);
  border-color: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
  flex: 0 0 auto;
}

.brand-image {
  width: 130px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.16);
}

.brand-image img {
  width: 96px;
  height: auto;
  display: block;
}

.brand-mark {
  display: flex;
  align-items: baseline;
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -0.08em;
}

.brand-sos {
  color: var(--red);
}

.brand-wifi {
  margin-left: 5px;
  color: var(--cyan);
}

.brand-tagline {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav > a {
  color: rgba(248, 251, 255, 0.78);
  font-size: 14px;
  font-weight: 650;
  transition: color 180ms ease;
}

.main-nav > a:hover {
  color: var(--white);
}

.main-nav .nav-phone {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 19px;
  color: var(--white);
  border: 1px solid rgba(39, 216, 242, 0.4);
  border-radius: 999px;
  background: rgba(39, 216, 242, 0.08);
}

.menu-toggle {
  width: 46px;
  height: 46px;
  display: none;
  place-items: center;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  margin: 3px auto;
  background: var(--white);
  border-radius: 2px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 790px;
  padding: 155px 0 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 68% 44%, rgba(17, 103, 215, 0.18), transparent 32%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 54%, #061a2d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  background: linear-gradient(to top, rgba(5, 11, 20, 0.6), transparent);
  pointer-events: none;
}

.hero-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(87, 205, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 205, 255, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.hero-glow-one {
  width: 420px;
  height: 420px;
  top: 2%;
  right: -200px;
  border: 1px solid rgba(39, 216, 242, 0.2);
  box-shadow: 0 0 100px rgba(39, 216, 242, 0.08) inset;
}

.hero-glow-two {
  width: 230px;
  height: 230px;
  bottom: 4%;
  left: -115px;
  border: 1px solid rgba(255, 49, 88, 0.18);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 76px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--cyan-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 2px;
  display: inline-block;
  background: linear-gradient(90deg, var(--red), var(--cyan));
  border-radius: 999px;
}

.eyebrow.dark {
  color: var(--blue-deep);
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 5.25rem);
  font-weight: 830;
  letter-spacing: -0.06em;
  line-height: 0.99;
}

.hero h1 span {
  display: block;
  margin-top: 10px;
  color: transparent;
  background: linear-gradient(92deg, var(--cyan) 0%, #7ee8ff 44%, #6da6ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-text {
  max-width: 640px;
  margin: 28px 0 0;
  color: rgba(248, 251, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--navy-950);
  background: linear-gradient(110deg, var(--cyan), #60e7ff);
  box-shadow: 0 15px 35px rgba(39, 216, 242, 0.2);
}

.button-primary:hover {
  box-shadow: 0 18px 44px rgba(39, 216, 242, 0.28);
}

.button-primary span {
  font-size: 20px;
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 43px;
}

.hero-proof div {
  min-width: 180px;
  padding-right: 30px;
}

.hero-proof div + div {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

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

.hero-proof strong {
  color: var(--white);
  font-size: 18px;
  letter-spacing: -0.02em;
}

.hero-proof span {
  margin-top: 2px;
  color: rgba(248, 251, 255, 0.5);
  font-size: 13px;
}

.connection-panel {
  position: relative;
  min-height: 520px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(116, 222, 255, 0.17);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(17, 52, 83, 0.7), rgba(6, 23, 40, 0.74)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 45px 100px rgba(0, 0, 0, 0.34),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  backdrop-filter: blur(18px);
}

.connection-panel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -95px;
  right: -40px;
  background: var(--cyan);
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.24;
}

.panel-topline {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status {
  display: flex;
  align-items: center;
  gap: 8px;
}

.status i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 15px var(--cyan);
}

.network-visual {
  position: relative;
  height: 334px;
  display: grid;
  place-items: center;
}

.signal-ring {
  position: absolute;
  border: 1px solid rgba(97, 216, 255, 0.16);
  border-radius: 50%;
}

.ring-one {
  width: 150px;
  height: 150px;
  border-color: rgba(39, 216, 242, 0.34);
  box-shadow: 0 0 45px rgba(39, 216, 242, 0.09);
}

.ring-two {
  width: 235px;
  height: 235px;
}

.ring-three {
  width: 320px;
  height: 320px;
  border-style: dashed;
  animation: rotate 42s linear infinite;
}

.network-core {
  position: relative;
  z-index: 3;
  width: 112px;
  height: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(124, 240, 255, 0.55);
  border-radius: 31px;
  background: linear-gradient(150deg, #ffffff, #eaf2f8);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(39, 216, 242, 0.16);
  transform: rotate(-6deg);
}

.core-brand-logo {
  width: 82px;
  height: auto;
  display: block;
}

.core-logo {
  color: var(--red);
  font-size: 27px;
  font-weight: 950;
  letter-spacing: -0.07em;
}

.network-core small {
  margin-top: 3px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.network-node {
  position: absolute;
  z-index: 4;
  min-width: 68px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(118, 216, 250, 0.22);
  border-radius: 999px;
  background: #0a223a;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  font-size: 11px;
  font-weight: 750;
}

.network-node::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: -3px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan);
}

.node-home {
  top: 70px;
  left: 24px;
}

.node-camera {
  top: 67px;
  right: 13px;
}

.node-tv {
  right: 33px;
  bottom: 51px;
}

.panel-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.panel-metrics > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.panel-metrics p,
.panel-metrics strong,
.panel-metrics span {
  display: block;
  margin: 0;
}

.panel-metrics strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.panel-metrics p > span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
}

.metric-icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 11px;
  background: rgba(39, 216, 242, 0.12);
}

.speed-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  left: 9px;
  bottom: 8px;
  border: 2px solid var(--cyan);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.speed-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  top: 17px;
  left: 14px;
  background: var(--cyan);
  transform: rotate(-48deg);
  transform-origin: left;
}

.cloud-icon::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  top: 14px;
  left: 8px;
  border: 2px solid var(--cyan);
  border-radius: 10px;
}

.hero-strip {
  position: relative;
  z-index: 3;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 60px;
  color: rgba(255, 255, 255, 0.52);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-strip i {
  width: 4px;
  height: 4px;
  display: block;
  background: var(--red);
  border-radius: 50%;
}

.section {
  padding: 112px 0;
}

.solutions {
  background: var(--surface);
}

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

.section-heading.compact {
  max-width: 650px;
}

.section-heading h2,
.difference h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4.4vw, 4.25rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.section-heading > p:last-child {
  max-width: 660px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.solution-card {
  position: relative;
  min-height: 330px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  border-color: #b7ccdf;
  box-shadow: var(--shadow);
}

.card-featured {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(145deg, #123d69, var(--navy-900));
  box-shadow: 0 18px 45px rgba(11, 40, 73, 0.18);
}

.card-featured::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  bottom: -90px;
  border: 1px solid rgba(39, 216, 242, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 65px rgba(39, 216, 242, 0.09) inset;
}

.card-number {
  position: absolute;
  top: 24px;
  right: 26px;
  color: #97a7b8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card-featured .card-number {
  color: rgba(255, 255, 255, 0.45);
}

.card-icon {
  position: relative;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 62px;
  border-radius: 16px;
  background: #eaf3fc;
}

.card-featured .card-icon {
  background: rgba(39, 216, 242, 0.12);
}

.card-icon span,
.card-icon::before,
.card-icon::after {
  content: "";
  position: absolute;
}

.fiber-icon span {
  width: 20px;
  height: 20px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.fiber-icon::before,
.fiber-icon::after {
  width: 8px;
  height: 2px;
  top: 25px;
  background: var(--cyan);
}

.fiber-icon::before {
  left: 5px;
}

.fiber-icon::after {
  right: 5px;
}

.wifi-icon span {
  width: 6px;
  height: 6px;
  bottom: 13px;
  border-radius: 50%;
  background: var(--blue);
}

.wifi-icon::before,
.wifi-icon::after {
  left: 50%;
  border: 2px solid var(--blue);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.wifi-icon::before {
  width: 29px;
  height: 29px;
  top: 10px;
}

.wifi-icon::after {
  width: 17px;
  height: 17px;
  top: 18px;
}

.security-icon span {
  width: 21px;
  height: 25px;
  top: 12px;
  border: 2px solid var(--blue);
  border-radius: 10px 10px 12px 12px;
}

.security-icon::after {
  width: 5px;
  height: 5px;
  top: 22px;
  border-radius: 50%;
  background: var(--red);
}

.tv-icon span {
  width: 27px;
  height: 20px;
  top: 14px;
  border: 2px solid var(--blue);
  border-radius: 5px;
}

.tv-icon::after {
  width: 0;
  height: 0;
  top: 20px;
  left: 23px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--red);
}

.business-icon span {
  width: 24px;
  height: 26px;
  top: 13px;
  border: 2px solid var(--blue);
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, transparent 0 5px, rgba(22, 119, 255, 0.16) 5px 8px);
}

.solution-card h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.solution-card p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.card-featured p {
  color: rgba(255, 255, 255, 0.66);
}

.card-tag {
  display: inline-flex;
  margin-top: 22px;
  padding: 7px 12px;
  color: var(--cyan-soft);
  border: 1px solid rgba(39, 216, 242, 0.2);
  border-radius: 999px;
  background: rgba(39, 216, 242, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rural-card {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: 16px;
  background: linear-gradient(135deg, #ffffff, #e6f6fb);
}

.rural-copy {
  align-self: end;
}

.rural-lines {
  position: relative;
  align-self: stretch;
  overflow: hidden;
  border-left: 1px solid rgba(22, 119, 255, 0.14);
}

.rural-lines span {
  position: absolute;
  right: -36px;
  display: block;
  border: 2px solid rgba(22, 119, 255, 0.15);
  border-radius: 50%;
}

.rural-lines span:nth-child(1) {
  width: 65px;
  height: 65px;
  top: 118px;
}

.rural-lines span:nth-child(2) {
  width: 120px;
  height: 120px;
  top: 90px;
}

.rural-lines span:nth-child(3) {
  width: 180px;
  height: 180px;
  top: 60px;
}

.rural-lines span:nth-child(4) {
  width: 244px;
  height: 244px;
  top: 28px;
  border-style: dashed;
}

.difference {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
}

.difference::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -280px;
  border: 1px solid rgba(39, 216, 242, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 110px rgba(39, 216, 242, 0.04) inset;
}

.difference-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: start;
}

.difference-copy {
  position: sticky;
  top: 130px;
}

.difference-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  color: var(--cyan);
  font-weight: 800;
}

.text-link span {
  font-size: 21px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.difference-list {
  display: grid;
}

.difference-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 22px;
  padding: 35px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.difference-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.difference-index {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.difference-item h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.difference-item p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 15px;
}

.process {
  background: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.process-list li {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.process-list li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--blue-deep);
  border: 1px solid #c7ddef;
  border-radius: 14px;
  background: #edf6fd;
  font-size: 14px;
  font-weight: 900;
}

.process-list h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.process-list p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: var(--white);
  background: linear-gradient(125deg, #0a56bb, #0873d7 52%, #0b9fc3);
}

.final-cta::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  top: -240px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.cta-grid {
  opacity: 0.5;
  mask-image: none;
}

.cta-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 70px;
}

.final-cta h2 {
  max-width: 730px;
}

.final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
}

.cta-phone {
  min-width: 300px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 22px 25px;
  color: var(--navy-950);
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(0, 27, 65, 0.23);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.cta-phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 30px 70px rgba(0, 27, 65, 0.3);
}

.cta-phone span,
.cta-phone strong {
  display: block;
  grid-column: 1;
}

.cta-phone span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.cta-phone strong {
  margin-top: 1px;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.cta-phone i {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--blue-deep);
  font-size: 25px;
  font-style: normal;
}

.site-footer {
  padding: 55px 0 29px;
  color: rgba(255, 255, 255, 0.63);
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
  padding-bottom: 42px;
}

.footer-main > p {
  max-width: 500px;
  margin: 0;
  font-size: 14px;
}

.footer-main > a:last-child {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.footer-brand {
  width: 154px;
  height: 96px;
  border-color: rgba(255, 255, 255, 0.25);
}

.footer-brand img {
  width: 136px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.38);
  font-size: 12px;
}

.main-nav .nav-current {
  color: var(--white);
}

.main-nav .nav-current::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: 2px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(200, 227, 29, 0.55);
}

.plans-page {
  background: var(--surface);
}

.plans-hero {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: center;
  padding: 142px 0 112px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 30%, rgba(32, 91, 167, 0.32), transparent 31%),
    linear-gradient(135deg, var(--navy-950), #071a2e 64%, #08253a);
}

.plans-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to top, rgba(5, 11, 20, 0.42), transparent);
}

.plans-orbit {
  position: absolute;
  width: 540px;
  height: 540px;
  top: -220px;
  right: -80px;
  border: 1px solid rgba(200, 227, 29, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 65px rgba(200, 227, 29, 0.025),
    0 0 0 140px rgba(57, 174, 230, 0.025);
}

.plans-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 80px;
}

.plans-hero h1 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(3.1rem, 6.2vw, 5.8rem);
  font-weight: 840;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.plans-hero-layout > div > p:last-child {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(248, 251, 255, 0.68);
  font-size: 18px;
}

.plans-contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 22px 24px;
  color: var(--navy-950);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: var(--cyan);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.27);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.plans-contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 27px 65px rgba(0, 0, 0, 0.34);
}

.plans-contact-card span,
.plans-contact-card strong {
  display: block;
  grid-column: 1;
}

.plans-contact-card span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plans-contact-card strong {
  margin-top: 2px;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.plans-contact-card i {
  grid-column: 2;
  grid-row: 1 / span 2;
  font-size: 24px;
  font-style: normal;
}

.plans-catalog {
  position: relative;
  z-index: 5;
  padding: 0 0 110px;
  background: var(--surface);
}

.plan-selector {
  margin-top: -52px;
  padding: 34px;
  border: 1px solid #d8e3ed;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 30px 80px rgba(5, 24, 49, 0.13);
}

.plan-selector-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.selector-kicker {
  margin: 0 0 7px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-selector-header h2 {
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3.4rem);
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.plan-selector-header > p {
  max-width: 330px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 14px;
}

.all-plans-benefit {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding: 16px 18px;
  color: #123762;
  border: 1px solid rgba(21, 84, 155, 0.16);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(217, 239, 0, 0.26), rgba(7, 142, 217, 0.07));
}

.all-plans-benefit > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #123762;
  border-radius: 13px;
  background: var(--cyan);
  font-size: 20px;
  font-weight: 900;
}

.all-plans-benefit p,
.all-plans-benefit strong {
  display: block;
}

.all-plans-benefit p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
}

.all-plans-benefit strong {
  margin-bottom: 2px;
  color: var(--blue-deep);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-picker {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(260px, 1.2fr) minmax(240px, 0.9fr);
  align-items: end;
  gap: 12px;
  margin-top: 30px;
  padding: 18px;
  border: 1px solid #dbe6ef;
  border-radius: 20px;
  background: #f4f8fb;
}

.location-picker label > span {
  display: block;
  margin: 0 0 7px 3px;
  color: #4f6074;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.location-picker select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 15px;
  color: var(--ink);
  border: 1px solid #ccd9e5;
  border-radius: 13px;
  background-color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.location-picker select:focus-visible {
  outline: 3px solid rgba(200, 227, 29, 0.6);
  outline-offset: 2px;
  border-color: var(--blue);
}

.location-result {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 16px;
  color: var(--white);
  border-radius: 13px;
  background: var(--navy-900);
}

.location-result strong,
.location-result span {
  display: block;
}

.location-result strong {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-result span {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 11px;
}

.plan-tablist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 31px;
  padding: 7px;
  border: 1px solid #dbe6ef;
  border-radius: 18px;
  background: #eef4f8;
}

.plan-tablist button {
  min-height: 54px;
  padding: 0 18px;
  color: #526276;
  border: 0;
  border-radius: 13px;
  background: transparent;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.plan-tablist button:hover {
  color: var(--ink);
}

.plan-tablist button[aria-selected="true"] {
  color: var(--white);
  background: linear-gradient(110deg, var(--blue-deep), var(--blue));
  box-shadow: 0 10px 24px rgba(32, 91, 167, 0.24);
}

.plan-panel {
  padding-top: 29px;
  outline: 0;
}

.plan-panel[hidden] {
  display: none;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.plan-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #fff;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.plan-card:hover {
  transform: translateY(-4px);
  border-color: #b6cce0;
  box-shadow: 0 22px 48px rgba(6, 31, 60, 0.12);
}

.plan-card-featured {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 100% 0%, rgba(200, 227, 29, 0.15), transparent 32%),
    linear-gradient(150deg, #123c6b, var(--navy-900));
  box-shadow: 0 20px 48px rgba(6, 31, 60, 0.2);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -39px;
  min-width: 152px;
  padding: 6px 10px;
  color: var(--navy-950);
  background: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(39deg);
}

.plan-card-top {
  min-height: 215px;
}

.plan-label {
  display: block;
  margin-bottom: 17px;
  color: var(--blue-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.plan-card-featured .plan-label {
  color: var(--cyan-soft);
}

.plan-speed {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  line-height: 1;
}

.plan-speed strong {
  font-size: clamp(3.3rem, 5vw, 4.7rem);
  font-weight: 880;
  letter-spacing: -0.075em;
}

.plan-speed span {
  margin-bottom: 10px;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.plan-card-featured .plan-speed span {
  color: var(--cyan);
}

.plan-card h3 {
  max-width: 250px;
  margin: 0;
  font-size: 31px;
  font-weight: 820;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.plan-card-top p {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.plan-card-featured .plan-card-top p {
  color: rgba(255, 255, 255, 0.64);
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.plan-card-featured ul {
  border-color: rgba(255, 255, 255, 0.12);
}

.plan-card li {
  position: relative;
  padding-left: 22px;
  color: #435368;
  font-size: 14px;
}

.plan-card-featured li {
  color: rgba(255, 255, 255, 0.72);
}

.plan-card li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(200, 227, 29, 0.14);
}

.plan-condition {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  padding-top: 25px;
}

.plan-condition span,
.plan-condition strong {
  display: block;
}

.plan-price {
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 26px;
}

.plan-price > span {
  color: #788798;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.plan-price > div {
  display: flex;
  align-items: flex-start;
  margin-top: 3px;
  color: var(--ink);
  line-height: 1;
}

.plan-price small {
  margin: 9px 5px 0 0;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 850;
}

.plan-price strong {
  font-size: 42px;
  font-weight: 880;
  letter-spacing: -0.065em;
}

.plan-price sup {
  margin: 4px 0 0 3px;
  font-size: 16px;
  font-weight: 850;
}

.plan-price em {
  align-self: flex-end;
  margin: 0 0 5px 4px;
  color: #7b8998;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.plans-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 34px;
  color: var(--muted);
  border: 1px dashed #bfd0df;
  border-radius: 18px;
  background: #f7fafc;
  text-align: center;
}

.plan-condition span {
  color: #7a8898;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.plan-condition strong {
  margin-top: 2px;
  font-size: 17px;
  letter-spacing: -0.025em;
}

.plan-card-featured .plan-condition span {
  color: rgba(255, 255, 255, 0.45);
}

.plan-button {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  padding: 0 17px;
  color: var(--white);
  border-radius: 999px;
  background: var(--blue-deep);
  font-size: 14px;
  font-weight: 850;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.plan-button:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(32, 91, 167, 0.24);
}

.plan-card-featured .plan-button {
  color: var(--navy-950);
  background: var(--cyan);
}

.plan-card-featured .plan-button:hover {
  background: #d9f13c;
  box-shadow: 0 12px 30px rgba(200, 227, 29, 0.2);
}

.plans-legal-note {
  max-width: 850px;
  margin: 27px auto 0;
  color: #788798;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.plans-bottom-cta {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 83% 30%, rgba(200, 227, 29, 0.12), transparent 28%),
    var(--navy-900);
}

.plans-bottom-cta::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -265px;
  border: 1px solid rgba(200, 227, 29, 0.2);
  border-radius: 50%;
}

.plans-bottom-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.plans-bottom-layout h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(2.3rem, 4.4vw, 4.2rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 1.03;
}

.plans-bottom-layout p:not(.eyebrow) {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.62);
}

.mobile-call {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-grid .reveal:nth-child(2),
.process-list .reveal:nth-child(2) {
  transition-delay: 80ms;
}

.solution-grid .reveal:nth-child(3),
.process-list .reveal:nth-child(3) {
  transition-delay: 160ms;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.home-page {
  --blue: #078ed9;
  --blue-deep: #15549b;
  --cyan: #d9ef00;
  --cyan-soft: #f3faa8;
  --red: #19a9ee;
  --home-ink: #123762;
  --home-muted: #5d7288;
  --home-line: #dce8f2;
  color: var(--home-ink);
  background: #ffffff;
}

.home-page .site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(21, 84, 155, 0.11);
  backdrop-filter: blur(18px);
}

.home-page .site-header.scrolled,
.home-page .site-header.menu-visible {
  background: rgba(255, 255, 255, 0.97);
  border-color: rgba(21, 84, 155, 0.16);
  box-shadow: 0 12px 34px rgba(18, 55, 98, 0.07);
}

.home-page .brand-image {
  width: 166px;
  height: 70px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .main-nav > a {
  color: #325d88;
}

.home-page .main-nav > a:hover,
.home-page .main-nav .nav-current {
  color: #0d5faf;
}

.home-page .main-nav .nav-phone {
  color: #ffffff;
  border-color: #15549b;
  background: #15549b;
  box-shadow: 0 10px 25px rgba(21, 84, 155, 0.16);
}

.home-page .menu-toggle {
  border-color: rgba(21, 84, 155, 0.2);
  background: #f5f9fd;
}

.home-page .menu-toggle span {
  background: #15549b;
}

.home-page .hero {
  min-height: 800px;
  color: var(--home-ink);
  background:
    radial-gradient(circle at 84% 34%, rgba(217, 239, 0, 0.14), transparent 24%),
    radial-gradient(circle at 16% 18%, rgba(7, 142, 217, 0.08), transparent 27%),
    #ffffff;
}

.home-page .hero::before {
  height: 180px;
  background: linear-gradient(to top, #f7faff, transparent);
}

.home-page .hero-grid {
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(21, 84, 155, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 84, 155, 0.045) 1px, transparent 1px);
}

.home-page .hero-glow-one {
  border-color: rgba(7, 142, 217, 0.13);
  box-shadow: 0 0 100px rgba(7, 142, 217, 0.055) inset;
}

.home-page .hero-glow-two {
  border-color: rgba(217, 239, 0, 0.48);
}

.home-page .hero h1 span {
  background: linear-gradient(92deg, #15549b 0%, #078ed9 72%, #7e9f00 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-page .hero-text {
  color: var(--home-muted);
}

.home-page .eyebrow {
  color: #15549b;
}

.home-page .button-primary {
  color: #ffffff;
  background: linear-gradient(110deg, #15549b, #078ed9);
  box-shadow: 0 15px 36px rgba(21, 84, 155, 0.2);
}

.home-page .button-primary:hover {
  box-shadow: 0 19px 48px rgba(21, 84, 155, 0.28);
}

.home-page .button-ghost {
  color: #15549b;
  border-color: rgba(21, 84, 155, 0.24);
  background: #ffffff;
}

.home-page .button-ghost:hover {
  border-color: rgba(21, 84, 155, 0.42);
  background: #f5f9fd;
}

.home-page .hero-proof div + div {
  border-color: var(--home-line);
}

.home-page .hero-proof strong {
  color: var(--home-ink);
}

.home-page .hero-proof span {
  color: var(--home-muted);
}

.brand-showcase {
  position: relative;
  height: 480px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 34px 24px 86px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand-showcase::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 3% -2% 9%;
  border: 1px solid rgba(7, 142, 217, 0.08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 142, 217, 0.085), rgba(255, 255, 255, 0) 68%);
  pointer-events: none;
}

.brand-showcase::after {
  display: none;
}

.brand-showcase > img {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: 350px;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 24px 32px rgba(21, 84, 155, 0.11));
}

.brand-showcase figcaption {
  position: absolute;
  z-index: 2;
  right: 8%;
  bottom: 20px;
  left: 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 35px rgba(21, 84, 155, 0.08);
}

.brand-showcase figcaption span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.brand-showcase figcaption span i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #d9ef00;
  box-shadow: 0 0 10px rgba(173, 194, 0, 0.35);
}

.brand-showcase figcaption strong {
  color: var(--home-ink);
  font-size: 13px;
  text-align: right;
}

.home-page .hero-strip {
  color: #55718d;
  border-color: var(--home-line);
}

.home-page .hero-strip i {
  background: #d9ef00;
  box-shadow: 0 0 8px rgba(173, 194, 0, 0.25);
}

.home-page .solutions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(7, 142, 217, 0.07), transparent 27%),
    linear-gradient(180deg, #ffffff, #f6faff);
}

.home-page .solutions::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -300px;
  bottom: -310px;
  border: 1px solid rgba(7, 142, 217, 0.1);
  border-radius: 50%;
}

.home-page .solutions .container,
.home-page .process .container {
  position: relative;
  z-index: 2;
}

.home-page .section-heading h2,
.home-page .process-list h3 {
  color: var(--home-ink);
}

.home-page .section-heading > p:last-child,
.home-page .process-list p {
  color: var(--home-muted);
}

.home-page .eyebrow.dark {
  color: #15549b;
}

.home-page .solution-card {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(21, 84, 155, 0.055);
}

.home-page .solution-card:hover {
  border-color: rgba(7, 142, 217, 0.42);
  box-shadow: 0 24px 56px rgba(21, 84, 155, 0.11);
}

.home-page .solution-card p {
  color: var(--home-muted);
}

.home-page .solution-card .card-number {
  color: #8fa4b9;
}

.home-page .solution-card .card-icon {
  background: #edf6fd;
}

.home-page .solution-card.card-featured {
  color: var(--home-ink);
  border-color: rgba(7, 142, 217, 0.28);
  background:
    radial-gradient(circle at 100% 100%, rgba(217, 239, 0, 0.16), transparent 34%),
    linear-gradient(145deg, #ffffff, #eef7ff);
}

.home-page .solution-card.card-featured p {
  color: var(--home-muted);
}

.home-page .card-tag {
  color: #15549b;
  border-color: rgba(21, 84, 155, 0.17);
  background: rgba(7, 142, 217, 0.07);
}

.home-page .rural-card {
  background:
    radial-gradient(circle at 90% 50%, rgba(7, 142, 217, 0.08), transparent 34%),
    linear-gradient(145deg, #ffffff, #f3f9ff);
}

.home-page .rural-lines {
  border-color: rgba(7, 142, 217, 0.14);
}

.home-page .rural-lines span {
  border-color: rgba(7, 142, 217, 0.17);
}

.home-page .difference {
  color: var(--home-ink);
  background:
    radial-gradient(circle at 13% 78%, rgba(7, 142, 217, 0.06), transparent 28%),
    #ffffff;
}

.home-page .difference::before {
  border-color: rgba(7, 142, 217, 0.11);
  box-shadow: 0 0 110px rgba(7, 142, 217, 0.035) inset;
}

.home-page .difference-copy > p:not(.eyebrow),
.home-page .difference-item p {
  color: var(--home-muted);
}

.home-page .difference-item {
  border-color: var(--home-line);
}

.home-page .difference-index,
.home-page .text-link {
  color: #078ed9;
}

.home-page .process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(217, 239, 0, 0.1), transparent 24%),
    linear-gradient(180deg, #f7faff, #ffffff);
}

.home-page .process-list li {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(21, 84, 155, 0.055);
}

.home-page .process-list li > span {
  color: #123762;
  border-color: rgba(188, 207, 0, 0.42);
  background: #d9ef00;
}

.home-page .final-cta {
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background:
    radial-gradient(circle at 82% 24%, rgba(217, 239, 0, 0.17), transparent 24%),
    linear-gradient(120deg, #ffffff 0%, #f4f9ff 62%, #ffffff 100%);
}

.home-page .final-cta::after {
  border-color: rgba(7, 142, 217, 0.12);
}

.home-page .final-cta .cta-grid {
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(21, 84, 155, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 84, 155, 0.04) 1px, transparent 1px);
}

.home-page .final-cta h2 {
  color: var(--home-ink);
}

.home-page .final-cta p:not(.eyebrow) {
  color: var(--home-muted);
}

.home-page .cta-phone {
  color: #ffffff;
  background: linear-gradient(110deg, #15549b, #078ed9);
  box-shadow: 0 24px 58px rgba(21, 84, 155, 0.2);
}

.home-page .cta-phone span,
.home-page .cta-phone i {
  color: rgba(255, 255, 255, 0.78);
}

.home-page .site-footer {
  color: var(--home-muted);
  background: #ffffff;
}

.home-page .footer-brand {
  width: 190px;
  height: 108px;
  padding: 0;
}

.home-page .footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .footer-main > a:last-child {
  color: #15549b;
}

.home-page .footer-bottom {
  color: #7b8ea1;
  border-color: var(--home-line);
}

.home-page .mobile-call {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.68);
  background: linear-gradient(110deg, #15549b, #078ed9);
}

@media (max-width: 1050px) {
  .hero {
    padding-top: 138px;
  }

  .hero-layout {
    grid-template-columns: 1fr 390px;
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6.4vw, 4.5rem);
  }

  .connection-panel {
    min-height: 485px;
  }

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

  .difference-layout {
    gap: 60px;
  }

  .cta-layout {
    gap: 40px;
  }

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

  .location-picker {
    grid-template-columns: repeat(2, 1fr);
  }

  .location-result {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 36px, 720px);
  }

  .header-inner {
    min-height: 74px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 74px 0 auto;
    display: grid;
    gap: 0;
    padding: 12px 18px 24px;
    background: rgba(5, 11, 20, 0.97);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: transform 220ms ease, opacity 220ms ease, visibility 220ms ease;
  }

  .main-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav > a {
    min-height: 54px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 16px;
  }

  .main-nav .nav-phone {
    justify-content: center;
    margin-top: 14px;
    border-bottom: 1px solid rgba(39, 216, 242, 0.4);
  }

  .hero {
    min-height: 0;
    padding-top: 124px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .connection-panel {
    width: min(100%, 550px);
    min-height: 500px;
    margin: 0 auto;
  }

  .hero-strip {
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 24px 0;
  }

  .difference-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .difference-copy {
    position: static;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 190px;
  }

  .cta-layout {
    grid-template-columns: 1fr;
  }

  .cta-phone {
    width: min(100%, 390px);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .plans-hero-layout,
  .plans-bottom-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .plans-contact-card {
    width: min(100%, 370px);
  }

  .plan-selector {
    padding: 25px;
  }

  .plan-selector-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  body {
    padding-bottom: 70px;
  }

  .container {
    width: min(100% - 30px, 560px);
  }

  .brand-mark {
    font-size: 24px;
  }

  .brand-tagline {
    font-size: 9px;
  }

  .brand-image {
    width: 112px;
    height: 58px;
    border-radius: 13px;
  }

  .brand-image img {
    width: 82px;
  }

  .footer-brand {
    width: 145px;
    height: 92px;
  }

  .footer-brand img {
    width: 128px;
  }

  .hero {
    padding-top: 112px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 13vw, 3.7rem);
    line-height: 1.02;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-proof div {
    min-width: 0;
    padding-right: 17px;
  }

  .hero-proof div + div {
    padding-left: 17px;
  }

  .hero-proof strong {
    font-size: 16px;
  }

  .connection-panel {
    min-height: 444px;
    padding: 18px;
    border-radius: 27px;
  }

  .network-visual {
    height: 292px;
  }

  .ring-one {
    width: 125px;
    height: 125px;
  }

  .ring-two {
    width: 200px;
    height: 200px;
  }

  .ring-three {
    width: 265px;
    height: 265px;
  }

  .network-core {
    width: 98px;
    height: 98px;
    border-radius: 27px;
  }

  .node-home {
    top: 62px;
    left: 5px;
  }

  .node-camera {
    top: 56px;
    right: 0;
  }

  .node-tv {
    right: 9px;
    bottom: 43px;
  }

  .panel-metrics > div {
    gap: 8px;
    padding: 9px;
  }

  .panel-metrics p > span {
    display: none;
  }

  .metric-icon {
    width: 31px;
    height: 31px;
  }

  .hero-strip {
    justify-content: flex-start;
    margin-top: 44px;
    font-size: 10px;
  }

  .hero-strip i:nth-of-type(2),
  .hero-strip i:nth-of-type(3) {
    display: none;
  }

  .hero-strip span {
    width: calc(50% - 10px);
  }

  .section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .difference h2,
  .final-cta h2 {
    font-size: clamp(2.15rem, 10vw, 3.25rem);
  }

  .section-heading > p:last-child {
    font-size: 16px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 300px;
  }

  .card-icon {
    margin-bottom: 52px;
  }

  .difference-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .process-list li {
    min-height: 180px;
  }

  .final-cta {
    padding: 76px 0;
  }

  .cta-phone {
    min-width: 0;
  }

  .cta-phone strong {
    font-size: 21px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-call {
    position: fixed;
    z-index: 120;
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--navy-950);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    background: var(--cyan);
    box-shadow: 0 12px 35px rgba(0, 20, 48, 0.3);
    font-size: 14px;
    font-weight: 850;
  }

  .plans-hero {
    min-height: 0;
    padding: 118px 0 95px;
  }

  .plans-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .plans-hero-layout > div > p:last-child {
    font-size: 16px;
  }

  .plans-contact-card {
    padding: 18px;
  }

  .plans-contact-card strong {
    font-size: 20px;
  }

  .plans-catalog {
    padding-bottom: 78px;
  }

  .plan-selector {
    margin-top: -35px;
    padding: 17px;
    border-radius: 22px;
  }

  .plan-selector-header h2 {
    font-size: 2.15rem;
  }

  .location-picker {
    grid-template-columns: 1fr;
    padding: 13px;
  }

  .all-plans-benefit {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 11px;
    margin-top: 19px;
    padding: 14px;
  }

  .all-plans-benefit > span {
    width: 38px;
    height: 38px;
  }

  .location-result {
    grid-column: auto;
  }

  .plan-tablist {
    gap: 5px;
    padding: 5px;
  }

  .plan-tablist button {
    min-height: 52px;
    padding: 0 9px;
    font-size: 13px;
  }

  .plan-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    padding: 24px;
  }

  .plan-card-top {
    min-height: 190px;
  }

  .plans-bottom-cta {
    padding: 75px 0;
  }
}

@media (max-width: 860px) {
  .home-page .main-nav {
    background: rgba(255, 255, 255, 0.985);
    border-color: var(--home-line);
    box-shadow: 0 18px 32px rgba(18, 55, 98, 0.08);
  }

  .home-page .main-nav > a {
    color: #325d88;
    border-color: var(--home-line);
  }

  .home-page .main-nav .nav-phone {
    color: #ffffff;
    border-color: #15549b;
  }

  .home-page .brand-showcase {
    width: min(100%, 570px);
    height: 430px;
    margin: 0 auto;
  }

  .home-page .hero-layout {
    gap: 48px;
  }
}

@media (max-width: 600px) {
  .home-page .brand-image {
    width: 136px;
    height: 58px;
  }

  .home-page .hero {
    padding-top: 106px;
  }

  .home-page .brand-showcase {
    height: 340px;
    padding: 20px 8px 92px;
  }

  .home-page .brand-showcase > img {
    width: auto;
    max-width: 100%;
    max-height: 230px;
  }

  .home-page .brand-showcase figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 13px 15px;
    border-radius: 18px;
  }

  .home-page .brand-showcase figcaption strong {
    text-align: left;
  }

  .home-page .footer-brand {
    width: 174px;
    height: 102px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Unified SOS WIFI visual system — dark teal, electric blue and neon lime. */
.home-page,
.plans-page {
  --brand-bg: #07151f;
  --brand-bg-deep: #050d14;
  --brand-surface: #0d2633;
  --brand-surface-strong: #113545;
  --brand-text: #f7fbff;
  --brand-muted: #9db4c3;
  --brand-line: rgba(24, 163, 231, 0.2);
  --blue: #0ca7f4;
  --blue-deep: #168bd5;
  --cyan: #e0f900;
  --cyan-soft: #f2ff82;
  --red: #0ca7f4;
  --white: #f7fbff;
  --ink: #f7fbff;
  --muted: #9db4c3;
  --line: rgba(24, 163, 231, 0.2);
  color: var(--brand-text);
  background: var(--brand-bg);
}

.home-page .site-header,
.plans-page .site-header,
.home-page .site-header.scrolled,
.plans-page .site-header.scrolled,
.home-page .site-header.menu-visible,
.plans-page .site-header.menu-visible {
  background: rgba(7, 21, 31, 0.94);
  border-color: rgba(24, 163, 231, 0.18);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
}

.home-page .header-inner,
.plans-page .header-inner {
  min-height: 98px;
}

.home-page .brand-image,
.plans-page .brand-image {
  width: 164px;
  height: 86px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 163, 231, 0.2);
  border-radius: 15px;
  background: #0c2634;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.home-page .brand-image img,
.plans-page .brand-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home-page .main-nav,
.plans-page .main-nav {
  gap: 22px;
}

.home-page .main-nav > a,
.plans-page .main-nav > a {
  color: rgba(247, 251, 255, 0.76);
}

.home-page .main-nav > a:hover,
.plans-page .main-nav > a:hover,
.home-page .main-nav .nav-current,
.plans-page .main-nav .nav-current {
  color: var(--cyan);
}

.home-page .main-nav .nav-phone,
.plans-page .main-nav .nav-phone {
  color: #07151f;
  border-color: var(--cyan);
  background: var(--cyan);
  box-shadow: 0 10px 28px rgba(224, 249, 0, 0.16);
}

.home-page .main-nav .nav-central,
.plans-page .main-nav .nav-central {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 16px;
  color: var(--brand-text);
  white-space: nowrap;
  border: 1px solid rgba(24, 163, 231, 0.52);
  border-radius: 999px;
  background: rgba(24, 163, 231, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.home-page .main-nav .nav-central:hover,
.plans-page .main-nav .nav-central:hover {
  color: var(--cyan);
  border-color: var(--cyan);
  background: rgba(224, 249, 0, 0.08);
}

.nav-central-lock {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-page .menu-toggle,
.plans-page .menu-toggle {
  border-color: rgba(24, 163, 231, 0.28);
  background: rgba(24, 163, 231, 0.08);
}

.home-page .menu-toggle span,
.plans-page .menu-toggle span {
  background: var(--brand-text);
}

.home-page .hero {
  min-height: 830px;
  color: var(--brand-text);
  background:
    radial-gradient(circle at 18% 24%, rgba(29, 127, 166, 0.34), transparent 34%),
    radial-gradient(circle at 82% 42%, rgba(12, 167, 244, 0.17), transparent 30%),
    linear-gradient(128deg, #0b2b3b 0%, #0a202d 54%, #050d14 100%);
}

.home-page .hero::before {
  height: 225px;
  background: linear-gradient(to top, rgba(5, 13, 20, 0.86), transparent);
}

.home-page .hero-grid {
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(24, 163, 231, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 163, 231, 0.075) 1px, transparent 1px);
}

.home-page .hero-glow-one {
  border-color: rgba(224, 249, 0, 0.19);
  box-shadow: 0 0 115px rgba(12, 167, 244, 0.1) inset;
}

.home-page .hero-glow-two {
  border-color: rgba(12, 167, 244, 0.25);
}

.home-page .hero h1 span {
  background: linear-gradient(92deg, #12b9ff 0%, #5ac9f7 48%, #e0f900 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-page .hero-text,
.home-page .hero-proof span {
  color: var(--brand-muted);
}

.home-page .hero-proof strong {
  color: var(--brand-text);
}

.home-page .hero-proof div + div {
  border-color: var(--brand-line);
}

.home-page .eyebrow,
.home-page .eyebrow.dark,
.plans-page .eyebrow {
  color: var(--cyan);
}

.home-page .button-primary,
.plans-page .button-primary {
  color: #07151f;
  background: linear-gradient(110deg, #e0f900, #f2ff82);
  box-shadow: 0 15px 36px rgba(224, 249, 0, 0.18);
}

.home-page .button-primary:hover,
.plans-page .button-primary:hover {
  box-shadow: 0 19px 48px rgba(224, 249, 0, 0.26);
}

.home-page .button-ghost {
  color: var(--brand-text);
  border-color: rgba(24, 163, 231, 0.34);
  background: rgba(12, 167, 244, 0.07);
}

.home-page .button-ghost:hover {
  border-color: rgba(24, 163, 231, 0.55);
  background: rgba(12, 167, 244, 0.13);
}

.home-page .brand-showcase {
  height: auto;
  aspect-ratio: 1000 / 694;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(24, 163, 231, 0.3);
  border-radius: 32px;
  background: #0c2634;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
}

.home-page .brand-showcase::before {
  display: none;
}

.home-page .brand-showcase > img {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: none;
  max-height: none;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.home-page .brand-showcase figcaption {
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 15px 17px;
  color: var(--brand-text);
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(5, 18, 27, 0.78);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.home-page .brand-showcase figcaption span {
  color: rgba(247, 251, 255, 0.68);
}

.home-page .brand-showcase figcaption strong {
  color: var(--brand-text);
}

.home-page .hero-strip {
  color: rgba(247, 251, 255, 0.58);
  border-color: var(--brand-line);
}

.home-page .hero-strip i {
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(224, 249, 0, 0.42);
}

.home-page .solutions {
  background:
    radial-gradient(circle at 92% 12%, rgba(12, 167, 244, 0.14), transparent 27%),
    linear-gradient(145deg, #103344 0%, #0b2532 52%, #081923 100%);
}

.home-page .solutions::before {
  border-color: rgba(224, 249, 0, 0.12);
}

.home-page .section-heading h2,
.home-page .difference h2,
.home-page .process-list h3,
.home-page .final-cta h2 {
  color: var(--brand-text);
}

.home-page .section-heading > p:last-child,
.home-page .difference-copy > p:not(.eyebrow),
.home-page .difference-item p,
.home-page .process-list p,
.home-page .final-cta p:not(.eyebrow) {
  color: var(--brand-muted);
}

.home-page .solution-card,
.home-page .process-list li {
  color: var(--brand-text);
  border-color: var(--brand-line);
  background: linear-gradient(145deg, rgba(17, 53, 69, 0.92), rgba(9, 29, 40, 0.94));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.15);
}

.home-page .solution-card:hover {
  border-color: rgba(24, 163, 231, 0.48);
  box-shadow: 0 27px 64px rgba(0, 0, 0, 0.26);
}

.home-page .solution-card p {
  color: var(--brand-muted);
}

.home-page .solution-card .card-number {
  color: rgba(247, 251, 255, 0.4);
}

.home-page .solution-card .card-icon {
  background: rgba(12, 167, 244, 0.12);
}

.home-page .solution-card.card-featured {
  color: var(--brand-text);
  border-color: rgba(224, 249, 0, 0.25);
  background:
    radial-gradient(circle at 100% 100%, rgba(224, 249, 0, 0.11), transparent 34%),
    linear-gradient(145deg, #126296, #103548 62%, #091c27);
}

.home-page .solution-card.card-featured p {
  color: rgba(247, 251, 255, 0.68);
}

.home-page .card-tag {
  color: var(--cyan-soft);
  border-color: rgba(224, 249, 0, 0.22);
  background: rgba(224, 249, 0, 0.07);
}

.home-page .rural-card {
  background:
    radial-gradient(circle at 90% 50%, rgba(12, 167, 244, 0.15), transparent 34%),
    linear-gradient(145deg, #12394a, #091d28);
}

.home-page .rural-lines,
.home-page .rural-lines span {
  border-color: rgba(24, 163, 231, 0.24);
}

.home-page .difference {
  color: var(--brand-text);
  background:
    radial-gradient(circle at 13% 78%, rgba(12, 167, 244, 0.12), transparent 28%),
    linear-gradient(135deg, #050d14, #071721 62%, #0b2938);
}

.home-page .difference::before,
.home-page .difference-item {
  border-color: var(--brand-line);
}

.home-page .difference-index,
.home-page .text-link {
  color: var(--cyan);
}

.home-page .process {
  background:
    radial-gradient(circle at 82% 20%, rgba(224, 249, 0, 0.055), transparent 24%),
    linear-gradient(150deg, #103344, #0b2532 58%, #081923);
}

.home-page .process-list li > span {
  color: #07151f;
  border-color: rgba(224, 249, 0, 0.55);
  background: var(--cyan);
}

.home-page .final-cta {
  color: var(--brand-text);
  border-color: var(--brand-line);
  background:
    radial-gradient(circle at 82% 24%, rgba(224, 249, 0, 0.16), transparent 24%),
    linear-gradient(120deg, #126797 0%, #123c4e 56%, #07151f 100%);
}

.home-page .final-cta::after {
  border-color: rgba(224, 249, 0, 0.15);
}

.home-page .final-cta .cta-grid {
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(24, 163, 231, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 163, 231, 0.07) 1px, transparent 1px);
}

.home-page .cta-phone {
  color: #07151f;
  background: var(--cyan);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.home-page .cta-phone span,
.home-page .cta-phone i {
  color: #16405a;
}

.plans-page .plans-hero {
  background:
    radial-gradient(circle at 78% 30%, rgba(12, 167, 244, 0.24), transparent 31%),
    linear-gradient(135deg, #07151f, #0b2b3b 64%, #081923);
}

.plans-page .plans-catalog {
  background:
    radial-gradient(circle at 8% 18%, rgba(12, 167, 244, 0.08), transparent 25%),
    var(--brand-bg);
}

.plans-page .plan-selector {
  color: var(--brand-text);
  border-color: var(--brand-line);
  background: rgba(13, 38, 51, 0.98);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.plans-page .selector-kicker,
.plans-page .all-plans-benefit strong {
  color: var(--cyan);
}

.plans-page .plan-selector-header > p,
.plans-page .plans-legal-note {
  color: var(--brand-muted);
}

.plans-page .all-plans-benefit {
  color: var(--brand-text);
  border-color: rgba(224, 249, 0, 0.2);
  background: linear-gradient(110deg, rgba(224, 249, 0, 0.09), rgba(12, 167, 244, 0.1));
}

.plans-page .all-plans-benefit > span {
  color: #07151f;
  background: var(--cyan);
}

.plans-page .location-picker {
  border-color: var(--brand-line);
  background: #091e2a;
}

.plans-page .location-picker label > span {
  color: #b2c6d2;
}

.plans-page .location-picker select {
  color: var(--brand-text);
  border-color: rgba(24, 163, 231, 0.25);
  background-color: #103243;
}

.plans-page .location-picker option {
  color: var(--brand-text);
  background: #103243;
}

.plans-page .location-result {
  color: var(--brand-text);
  border: 1px solid rgba(24, 163, 231, 0.28);
  background: linear-gradient(110deg, #11557a, #0d3548);
}

.plans-page .plan-tablist {
  border-color: var(--brand-line);
  background: #091e2a;
}

.plans-page .plan-tablist button {
  color: #aec2ce;
}

.plans-page .plan-tablist button:hover {
  color: var(--brand-text);
}

.plans-page .plan-tablist button[aria-selected="true"] {
  color: #07151f;
  background: var(--cyan);
  box-shadow: 0 10px 25px rgba(224, 249, 0, 0.14);
}

.plans-page .plan-card,
.plans-page .plan-card-featured {
  color: var(--brand-text);
  border-color: var(--brand-line);
  background:
    radial-gradient(circle at 100% 0%, rgba(12, 167, 244, 0.09), transparent 31%),
    linear-gradient(150deg, #113545, #0a202c);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.17);
}

.plans-page .plan-card:hover {
  border-color: rgba(24, 163, 231, 0.48);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.27);
}

.plans-page .plan-label,
.plans-page .plan-card-featured .plan-label,
.plans-page .plan-speed span,
.plans-page .plan-card-featured .plan-speed span,
.plans-page .plan-price small {
  color: var(--cyan);
}

.plans-page .plan-card-top p,
.plans-page .plan-card-featured .plan-card-top p,
.plans-page .plan-card li,
.plans-page .plan-card-featured li,
.plans-page .plan-price > span,
.plans-page .plan-price em,
.plans-page .plan-condition span,
.plans-page .plan-card-featured .plan-condition span {
  color: var(--brand-muted);
}

.plans-page .plan-card ul,
.plans-page .plan-card-featured ul {
  border-color: var(--brand-line);
}

.plans-page .plan-price > div {
  color: var(--brand-text);
}

.plans-page .plan-button,
.plans-page .plan-card-featured .plan-button {
  color: #07151f;
  background: var(--cyan);
}

.plans-page .plan-button:hover,
.plans-page .plan-card-featured .plan-button:hover {
  background: #efff54;
  box-shadow: 0 12px 30px rgba(224, 249, 0, 0.18);
}

.plans-page .plans-empty {
  color: var(--brand-muted);
  border-color: rgba(24, 163, 231, 0.3);
  background: #091e2a;
}

.plans-page .plans-bottom-cta {
  background:
    radial-gradient(circle at 83% 30%, rgba(224, 249, 0, 0.13), transparent 28%),
    linear-gradient(125deg, #0b2f40, #07151f);
}

.home-page .site-footer,
.plans-page .site-footer {
  color: var(--brand-muted);
  background: var(--brand-bg-deep);
}

.home-page .footer-brand,
.plans-page .footer-brand {
  width: 208px;
  height: 144px;
  padding: 0;
}

.home-page .footer-brand img,
.plans-page .footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .footer-main > a:last-child,
.plans-page .footer-main > a:last-child {
  color: var(--brand-text);
}

.home-page .footer-bottom,
.plans-page .footer-bottom {
  color: rgba(157, 180, 195, 0.65);
  border-color: rgba(24, 163, 231, 0.14);
}

.home-page .mobile-call,
.plans-page .mobile-call {
  color: #07151f;
  border-color: rgba(255, 255, 255, 0.28);
  background: var(--cyan);
}

@media (max-width: 860px) {
  .home-page .header-inner,
  .plans-page .header-inner {
    min-height: 84px;
  }

  .home-page .brand-image,
  .plans-page .brand-image {
    width: 140px;
    height: 74px;
  }

  .home-page .main-nav,
  .plans-page .main-nav {
    inset: 84px 0 auto;
    gap: 0;
    background: rgba(5, 13, 20, 0.985);
    border-color: var(--brand-line);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  }

  .home-page .main-nav > a,
  .plans-page .main-nav > a {
    color: rgba(247, 251, 255, 0.82);
    border-color: rgba(24, 163, 231, 0.14);
  }

  .home-page .main-nav .nav-phone,
  .plans-page .main-nav .nav-phone {
    color: #07151f;
    border-color: var(--cyan);
  }

  .home-page .main-nav .nav-central,
  .plans-page .main-nav .nav-central {
    min-height: 50px;
    margin-top: 10px;
    color: var(--brand-text);
    border: 1px solid rgba(24, 163, 231, 0.52);
  }

  .home-page .hero {
    padding-top: 138px;
  }

  .plans-page .plans-hero {
    padding-top: 138px;
  }
}

@media (max-width: 600px) {
  .home-page .header-inner,
  .plans-page .header-inner {
    min-height: 78px;
  }

  .home-page .brand-image,
  .plans-page .brand-image {
    width: 124px;
    height: 68px;
    border-radius: 12px;
  }

  .home-page .main-nav,
  .plans-page .main-nav {
    inset: 78px 0 auto;
  }

  .home-page .hero {
    padding-top: 116px;
  }

  .plans-page .plans-hero {
    padding-top: 126px;
  }

  .home-page .brand-showcase {
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 694;
    padding: 0;
    border-radius: 24px;
  }

  .home-page .brand-showcase > img {
    width: 100%;
    max-width: none;
    max-height: none;
    height: 100%;
  }

  .home-page .brand-showcase figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px 13px;
  }

  .home-page .footer-brand,
  .plans-page .footer-brand {
    width: 178px;
    height: 124px;
  }
}

/* Internet empresarial */

.business-section {
  position: relative;
  scroll-margin-top: 96px;
  overflow: hidden;
  color: var(--brand-text);
  border-top: 1px solid rgba(24, 163, 231, 0.18);
  border-bottom: 1px solid rgba(24, 163, 231, 0.18);
  background:
    radial-gradient(circle at 82% 16%, rgba(224, 249, 0, 0.09), transparent 25%),
    radial-gradient(circle at 8% 92%, rgba(12, 167, 244, 0.14), transparent 28%),
    linear-gradient(135deg, #07151f 0%, #0b2b3b 52%, #071923 100%);
}

.business-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(24, 163, 231, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 163, 231, 0.06) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

.business-section .container {
  position: relative;
  z-index: 1;
}

.business-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.7fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  margin-bottom: 56px;
}

.business-intro {
  max-width: 760px;
}

.business-intro h2 {
  max-width: 740px;
  margin: 0;
  color: var(--brand-text);
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
  font-weight: 840;
  letter-spacing: -0.058em;
  line-height: 1.01;
}

.business-intro > p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--brand-muted);
  font-size: 18px;
}

.business-heading-aside {
  padding: 24px 0 4px 28px;
  border-left: 1px solid rgba(24, 163, 231, 0.28);
}

.business-heading-aside > p {
  margin: 12px 0 23px;
  color: var(--brand-muted);
  font-size: 15px;
  line-height: 1.7;
}

.business-heading-aside .button {
  width: 100%;
  min-height: 54px;
  padding-inline: 20px;
  font-size: 14px;
}

.business-tech-label,
.business-card-kicker {
  color: var(--cyan);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.business-capabilities {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.business-card,
.business-rural {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(17, 53, 69, 0.96), rgba(7, 23, 33, 0.96));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}

.business-card {
  padding: 32px;
}

.business-card h3,
.business-rural h3 {
  margin: 11px 0 0;
  color: var(--brand-text);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 810;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.business-card p,
.business-rural p {
  color: var(--brand-muted);
}

.business-links {
  grid-column: span 7;
}

.business-link-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.business-link-types > div {
  min-height: 180px;
  padding: 22px;
  border: 1px solid rgba(24, 163, 231, 0.18);
  border-radius: 18px;
  background: rgba(12, 167, 244, 0.055);
}

.business-link-types strong {
  color: var(--brand-text);
  font-size: 17px;
  font-weight: 790;
}

.business-link-types p {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.65;
}

.business-ip {
  grid-column: span 5;
  min-height: 100%;
  background:
    radial-gradient(circle at 84% 18%, rgba(224, 249, 0, 0.13), transparent 27%),
    linear-gradient(145deg, #115171, #0a2635 62%, #071923);
}

.business-ip::after {
  content: "IP";
  position: absolute;
  right: -18px;
  bottom: -54px;
  color: rgba(247, 251, 255, 0.035);
  font-size: 12rem;
  font-weight: 950;
  letter-spacing: -0.1em;
  line-height: 1;
}

.business-ip-range {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 24px;
  color: var(--cyan);
  font-size: clamp(4.5rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.business-ip h3,
.business-ip p,
.business-use {
  position: relative;
  z-index: 1;
}

.business-ip p {
  margin: 16px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.business-use {
  display: inline-flex;
  margin-top: 25px;
  padding-top: 18px;
  color: rgba(247, 251, 255, 0.72);
  border-top: 1px solid rgba(24, 163, 231, 0.22);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.business-redundancy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(115deg, rgba(10, 38, 52, 0.98), rgba(9, 27, 38, 0.96)),
    linear-gradient(145deg, rgba(24, 163, 231, 0.12), transparent);
}

.business-redundancy-copy > p {
  margin: 17px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.business-redundancy-copy .business-simple-note {
  padding-left: 15px;
  color: rgba(247, 251, 255, 0.8);
  border-left: 2px solid var(--cyan);
}

.business-route {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) auto minmax(145px, 1fr) auto minmax(135px, 0.9fr);
  gap: 12px;
  align-items: center;
}

.business-route-inputs {
  display: grid;
  gap: 10px;
}

.business-route-node,
.business-route-control,
.business-route-output {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  border: 1px solid rgba(24, 163, 231, 0.23);
  border-radius: 16px;
  background: rgba(8, 29, 40, 0.82);
}

.business-route-node span {
  color: var(--cyan);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.business-route strong {
  margin-top: 3px;
  color: var(--brand-text);
  font-size: 15px;
  line-height: 1.25;
}

.business-route small {
  margin-top: 4px;
  color: var(--brand-muted);
  font-size: 12px;
  line-height: 1.35;
}

.business-route-control {
  min-height: 132px;
  border-color: rgba(224, 249, 0, 0.32);
  background: linear-gradient(145deg, rgba(224, 249, 0, 0.11), rgba(12, 167, 244, 0.08));
}

.business-route-control > span,
.business-route-output > span {
  width: 11px;
  height: 11px;
  margin-bottom: 8px;
  border: 3px solid #07151f;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 4px rgba(224, 249, 0, 0.16);
}

.business-route-output > span {
  background: #18a3e7;
  box-shadow: 0 0 0 4px rgba(24, 163, 231, 0.14);
}

.business-route-arrow {
  color: rgba(224, 249, 0, 0.72);
  font-size: 19px;
  font-style: normal;
}

.business-rural {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 130px minmax(0, 1.25fr) minmax(290px, 0.75fr);
  gap: 34px;
  align-items: center;
  padding: 34px 38px;
  border-color: rgba(24, 163, 231, 0.3);
  background:
    radial-gradient(circle at 100% 100%, rgba(24, 163, 231, 0.14), transparent 32%),
    linear-gradient(120deg, #0e3d53, #0a2735 62%, #081b25);
}

.business-rural-code {
  min-height: 118px;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--cyan);
  border: 1px solid rgba(224, 249, 0, 0.25);
  border-radius: 20px;
  background: rgba(224, 249, 0, 0.055);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-align: center;
}

.business-rural-copy p {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.business-rural-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.business-rural-tags li {
  padding: 8px 11px;
  color: rgba(247, 251, 255, 0.75);
  border: 1px solid rgba(24, 163, 231, 0.22);
  border-radius: 999px;
  background: rgba(12, 167, 244, 0.06);
  font-size: 12px;
  font-weight: 680;
}

.business-legal {
  margin: 23px 0 0;
  color: rgba(157, 180, 195, 0.66);
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 1100px) and (min-width: 861px) {
  .home-page .header-inner,
  .plans-page .header-inner {
    gap: 18px;
  }

  .home-page .main-nav,
  .plans-page .main-nav {
    gap: 11px;
  }

  .home-page .main-nav > a,
  .plans-page .main-nav > a {
    font-size: 12px;
  }

  .home-page .main-nav .nav-phone,
  .plans-page .main-nav .nav-phone,
  .home-page .main-nav .nav-central,
  .plans-page .main-nav .nav-central {
    padding-inline: 12px;
  }

  .business-redundancy {
    grid-template-columns: 1fr;
  }

  .business-rural {
    grid-template-columns: 110px 1fr;
  }

  .business-rural-tags {
    grid-column: 2;
  }
}

@media (max-width: 860px) {
  .business-heading {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .business-heading-aside {
    max-width: 560px;
    padding: 21px 0 0;
    border-top: 1px solid rgba(24, 163, 231, 0.28);
    border-left: 0;
  }

  .business-links,
  .business-ip {
    grid-column: 1 / -1;
  }

  .business-redundancy {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .business-rural {
    grid-template-columns: 100px 1fr;
  }

  .business-rural-tags {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .business-section {
    scroll-margin-top: 80px;
  }

  .business-heading {
    margin-bottom: 38px;
  }

  .business-intro h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .business-intro > p:last-child {
    font-size: 16px;
  }

  .business-card,
  .business-redundancy,
  .business-rural {
    padding: 24px;
    border-radius: 22px;
  }

  .business-link-types {
    grid-template-columns: 1fr;
  }

  .business-link-types > div {
    min-height: 0;
  }

  .business-route {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .business-route-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .business-route-control {
    min-height: 108px;
  }

  .business-rural {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .business-rural-code {
    min-height: 70px;
  }

  .business-rural-tags {
    grid-column: 1;
  }

  .business-use {
    display: block;
  }
}

/* Benefícios principais e informações de contato */

.home-page .hero-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(24, 163, 231, 0.2);
  border-radius: 18px;
  background: rgba(8, 30, 42, 0.45);
}

.home-page .hero-proof div,
.home-page .hero-proof div + div {
  min-width: 0;
  padding: 16px 18px;
  border-top: 1px solid rgba(24, 163, 231, 0.16);
  border-left: 1px solid rgba(24, 163, 231, 0.16);
}

.home-page .hero-proof div:nth-child(-n + 2) {
  border-top: 0;
}

.home-page .hero-proof div:nth-child(odd) {
  border-left: 0;
}

.home-page .hero-proof div:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.home-page .hero-proof strong {
  font-size: 15px;
  line-height: 1.3;
}

.home-page .hero-proof span {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.45;
}

.home-page .footer-main,
.plans-page .footer-main {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 5vw, 68px);
}

.footer-company {
  max-width: 560px;
}

.footer-company > p {
  margin: 0;
  color: var(--brand-muted);
  font-size: 14px;
}

.footer-address {
  margin-top: 12px;
  color: rgba(247, 251, 255, 0.72);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.footer-contact a:first-child {
  color: var(--brand-text);
  font-size: 18px;
  font-weight: 800;
}

.footer-contact a:last-child {
  color: var(--cyan);
  font-size: 13px;
  font-weight: 680;
}

.footer-contact a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 860px) {
  .home-page .footer-main,
  .plans-page .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-contact {
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .home-page .hero-proof div,
  .home-page .hero-proof div + div {
    padding: 14px 13px;
  }

  .home-page .hero-proof strong {
    font-size: 14px;
  }
}

/* Imagens dos combos com câmeras */

.plan-card-combo .plan-label {
  margin-bottom: 8px;
}

.plan-combo-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 9px;
  align-items: center;
  min-height: 116px;
}

.plan-combo-showcase .plan-speed {
  min-width: 0;
}

.plan-combo-showcase .plan-speed strong {
  font-size: clamp(3rem, 4.2vw, 4rem);
}

.plan-camera-visual {
  position: relative;
  width: 112px;
  height: 112px;
  justify-self: end;
  isolation: isolate;
}

.plan-camera-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 14px 3px 3px 14px;
  border: 1px solid rgba(224, 249, 0, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 163, 231, 0.16), transparent 68%);
}

.plan-camera-visual img {
  position: absolute;
  top: 4px;
  right: 1px;
  width: 104px;
  height: 104px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.32));
}

.plan-camera-count-2 img {
  width: 86px;
  height: 86px;
}

.plan-camera-count-2 img:first-child {
  top: 21px;
  right: 27px;
  z-index: 1;
  transform: rotate(-5deg);
}

.plan-camera-count-2 img:last-child {
  top: 1px;
  right: -2px;
  z-index: 2;
  transform: rotate(4deg);
}

@media (max-width: 600px) {
  .plan-combo-showcase {
    grid-template-columns: minmax(0, 1fr) 124px;
  }

  .plan-camera-visual {
    width: 124px;
    height: 116px;
  }
}

/* Destaque promocional de velocidade */

.plans-page .plan-card-promotion {
  border-color: rgba(224, 249, 0, 0.5);
  background:
    radial-gradient(circle at 92% 7%, rgba(224, 249, 0, 0.14), transparent 30%),
    linear-gradient(150deg, #123c4c, #0a202c);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.24);
}

.plan-speed-promotion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  min-height: 84px;
}

.plan-promotion-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #07151f;
  background: var(--cyan);
  box-shadow: 0 8px 20px rgba(224, 249, 0, 0.16);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
}

.plan-speed-upgrade {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  line-height: 1;
}

.plan-speed-old,
.plan-speed-new {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.plan-speed-old {
  margin-bottom: 7px;
  color: var(--brand-muted);
}

.plan-speed-old strong {
  position: relative;
  font-size: 1.9rem;
  font-weight: 850;
  letter-spacing: -0.06em;
  opacity: 0.62;
}

.plan-speed-old strong::after {
  content: "";
  position: absolute;
  height: 3px;
  left: -3px;
  right: -4px;
  top: 48%;
  border-radius: 999px;
  background: #ff6972;
  box-shadow: 0 0 8px rgba(255, 105, 114, 0.45);
  transform: rotate(-7deg);
}

.plan-speed-old small,
.plan-speed-new small {
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.plan-speed-upgrade-arrow {
  margin-bottom: 10px;
  color: var(--cyan);
  font-size: 1.25rem;
  font-weight: 900;
}

.plan-speed-new strong {
  color: var(--brand-text);
  font-size: clamp(3.25rem, 4.7vw, 4.35rem);
  font-weight: 900;
  letter-spacing: -0.075em;
}

.plan-speed-new small {
  margin-bottom: 9px;
  font-size: 12px;
}

@media (max-width: 390px) {
  .plan-speed-upgrade {
    gap: 7px;
  }

  .plan-speed-new strong {
    font-size: 3rem;
  }

  .plan-speed-old strong {
    font-size: 1.7rem;
  }
}
