.landing-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-bottom: 1px;
  background:
    radial-gradient(circle at 76% 8%, rgba(34, 211, 238, 0.16), transparent 24rem),
    radial-gradient(circle at 12% 24%, rgba(99, 102, 241, 0.13), transparent 26rem),
    linear-gradient(180deg, #020714 0%, #040b17 44%, #020611 100%);
}

.network-atmosphere {
  position: fixed;
  inset: var(--header-height) 0 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.network-atmosphere::before,
.network-atmosphere::after {
  position: absolute;
  inset: -12%;
  content: "";
}

.network-atmosphere::before {
  background:
    radial-gradient(circle at 16% 22%, rgba(34, 211, 238, 0.18), transparent 22rem),
    radial-gradient(circle at 82% 26%, rgba(96, 165, 250, 0.2), transparent 24rem),
    radial-gradient(circle at 62% 82%, rgba(124, 58, 237, 0.14), transparent 28rem);
  filter: blur(4px);
  animation: atmosphereDrift 26s ease-in-out infinite alternate;
}

.network-atmosphere::after {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(34, 211, 238, 0.08) 35%, transparent 36% 64%, rgba(99, 102, 241, 0.08) 65%, transparent 66%),
    radial-gradient(circle at center, transparent 0 42%, rgba(34, 211, 238, 0.08) 43%, transparent 44% 52%, rgba(99, 102, 241, 0.06) 53%, transparent 54%);
  opacity: 0.58;
  transform: rotate(-7deg);
  animation: orbitalSweep 32s linear infinite;
}

.network-grid {
  position: absolute;
  inset: -8rem;
  background:
    linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.05) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 48%, rgba(34, 211, 238, 0.05) 49%, transparent 50%);
  background-position: 0 0, 0 0, 0 0;
  background-size: 74px 74px, 74px 74px, 160px 160px;
  mask-image: radial-gradient(ellipse at 50% 26%, #000 0 48%, transparent 78%);
  transform: perspective(900px) rotateX(58deg) translateY(-7rem);
  transform-origin: top center;
  animation: gridFlow 18s linear infinite;
}

.network-orbit {
  position: absolute;
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 34px rgba(34, 211, 238, 0.035), 0 0 38px rgba(34, 211, 238, 0.045);
}

.network-orbit-one {
  top: 7%;
  right: 7%;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  animation: orbitDrift 30s linear infinite;
}

.network-orbit-two {
  top: 18%;
  left: -9%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-color: rgba(99, 102, 241, 0.11);
  animation: orbitDrift 42s linear reverse infinite;
}

.network-constellation {
  position: absolute;
  inset: 0;
  opacity: 0.86;
}

.network-node {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.72), 0 0 42px rgba(34, 211, 238, 0.2);
  animation: nodePulse 3.8s ease-in-out infinite;
}

.node-1 { top: 15%; left: 11%; animation-delay: -0.4s; }
.node-2 { top: 27%; left: 26%; animation-delay: -1.8s; }
.node-3 { top: 18%; left: 46%; animation-delay: -2.4s; }
.node-4 { top: 33%; left: 67%; animation-delay: -0.9s; }
.node-5 { top: 19%; left: 84%; animation-delay: -2.9s; }
.node-6 { top: 55%; left: 16%; animation-delay: -1.3s; }
.node-7 { top: 68%; left: 36%; animation-delay: -2.1s; }
.node-8 { top: 59%; left: 59%; animation-delay: -0.7s; }
.node-9 { top: 73%; left: 78%; animation-delay: -2.7s; }
.node-10 { top: 42%; left: 91%; animation-delay: -1.6s; }

.network-link {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.36), transparent);
  transform-origin: left center;
  animation: linkPulse 5.5s ease-in-out infinite;
}

.link-1 { top: 21%; left: 12%; width: 18%; transform: rotate(16deg); }
.link-2 { top: 24%; left: 27%; width: 20%; transform: rotate(-12deg); animation-delay: -1.2s; }
.link-3 { top: 25%; left: 47%; width: 21%; transform: rotate(18deg); animation-delay: -2.4s; }
.link-4 { top: 25%; left: 68%; width: 17%; transform: rotate(-16deg); animation-delay: -3.4s; }
.link-5 { top: 58%; left: 17%; width: 23%; transform: rotate(28deg); animation-delay: -0.9s; }
.link-6 { top: 64%; left: 37%; width: 23%; transform: rotate(-16deg); animation-delay: -2.9s; }
.link-7 { top: 66%; left: 60%; width: 19%; transform: rotate(18deg); animation-delay: -1.8s; }

.data-streams {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 74%, transparent 100%);
}

.data-stream {
  position: absolute;
  top: -20%;
  width: 1px;
  height: 11rem;
  background: linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.58), transparent);
  animation: dataFall 12s linear infinite;
}

.stream-1 { left: 6%; animation-delay: -1s; }
.stream-2 { left: 13%; animation-delay: -6s; height: 8rem; }
.stream-3 { left: 19%; animation-delay: -4s; }
.stream-4 { left: 25%; animation-delay: -8s; height: 13rem; }
.stream-5 { left: 32%; animation-delay: -2s; }
.stream-6 { left: 38%; animation-delay: -10s; height: 9rem; }
.stream-7 { left: 44%; animation-delay: -5s; }
.stream-8 { left: 51%; animation-delay: -11s; height: 12rem; }
.stream-9 { left: 57%; animation-delay: -3s; }
.stream-10 { left: 63%; animation-delay: -7s; height: 8rem; }
.stream-11 { left: 68%; animation-delay: -12s; }
.stream-12 { left: 73%; animation-delay: -4.5s; height: 10rem; }
.stream-13 { left: 78%; animation-delay: -9.5s; }
.stream-14 { left: 83%; animation-delay: -0.5s; height: 12rem; }
.stream-15 { left: 88%; animation-delay: -6.5s; }
.stream-16 { left: 92%; animation-delay: -2.5s; height: 9rem; }
.stream-17 { left: 96%; animation-delay: -8.5s; }
.stream-18 { left: 99%; animation-delay: -5.5s; height: 7rem; }

.landing-hero,
.trust-bar,
.landing-section,
.final-cta {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2.5rem));
  margin: 0 auto;
}

.landing-hero {
  isolation: isolate;
  display: grid;
  min-height: min(760px, calc(100vh - var(--header-height)));
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.8fr);
  gap: clamp(2rem, 5vw, 5.2rem);
  align-items: center;
  padding: clamp(3.5rem, 7vw, 5.6rem) 0 clamp(2.7rem, 6vw, 4.8rem);
}

.hero-background {
  position: absolute;
  z-index: -1;
  inset: 1rem -3vw auto;
  height: min(70vh, 620px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 24% 32%, rgba(34, 211, 238, 0.18), transparent 18rem),
    radial-gradient(circle at 74% 42%, rgba(99, 102, 241, 0.18), transparent 22rem),
    linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.045), transparent);
  filter: blur(1px);
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.landing-hero-copy {
  display: grid;
  max-width: 760px;
  gap: 1.05rem;
}

.landing-hero h1 {
  max-width: 920px;
  margin: 0;
  background: linear-gradient(92deg, #ffffff 0%, #e7fbff 36%, #22d3ee 67%, #7c8cff 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(4.2rem, 8vw, 8.2rem);
  font-weight: 950;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-hero-copy strong {
  max-width: 720px;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
  line-height: 1.2;
}

.landing-hero-copy p:not(.eyebrow) {
  max-width: 660px;
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.hero-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.55rem;
}

.hero-signal-grid article {
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 8px;
  padding: 0.85rem 0.9rem;
  background: rgba(3, 12, 28, 0.54);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-signal-grid strong {
  color: #ffffff;
  font-size: 0.92rem;
}

.hero-signal-grid span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.hero-brand-visual {
  position: relative;
  display: grid;
  min-height: 470px;
  place-items: center;
  overflow: hidden;
  padding: 1.5rem;
  animation: visualFloat 7.5s ease-in-out infinite;
}

.hero-brand-visual::before {
  position: absolute;
  width: min(94%, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(34, 211, 238, 0.15), transparent 10rem),
    conic-gradient(from 120deg, transparent, rgba(34, 211, 238, 0.16), transparent, rgba(99, 102, 241, 0.15), transparent);
  content: "";
  filter: blur(0.2px);
  animation: slowSpin 34s linear infinite;
}

.hero-brand-visual::after {
  position: absolute;
  width: min(76%, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 50%;
  content: "";
  box-shadow: inset 0 0 46px rgba(34, 211, 238, 0.08), 0 0 70px rgba(34, 211, 238, 0.07);
}

.visual-globe {
  position: absolute;
  display: grid;
  width: min(88%, 460px);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(rgba(34, 211, 238, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000 0 61%, transparent 72%);
}

.globe-ring {
  position: absolute;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 50%;
}

.ring-one {
  width: 88%;
  aspect-ratio: 1;
  animation: slowSpin 28s linear infinite;
}

.ring-two {
  width: 68%;
  aspect-ratio: 1;
  border-color: rgba(99, 102, 241, 0.28);
  transform: rotateX(68deg);
  animation: slowSpin 24s linear reverse infinite;
}

.ring-three {
  width: 46%;
  aspect-ratio: 1;
  transform: rotateY(58deg);
  animation: slowSpin 20s linear infinite;
}

.satellite-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #67e8f9;
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.74);
}

.dot-one { top: 17%; left: 58%; }
.dot-two { right: 17%; top: 46%; background: #818cf8; }
.dot-three { left: 22%; bottom: 26%; }

.hero-brand-visual img {
  position: relative;
  z-index: 2;
  width: min(44%, 230px);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, 0.42);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 10px rgba(34, 211, 238, 0.035),
    0 0 48px rgba(34, 211, 238, 0.3),
    0 28px 90px rgba(0, 0, 0, 0.36);
  transform: translateY(-1.45rem);
}

.visual-status {
  position: absolute;
  right: auto;
  bottom: 1.25rem;
  left: 50%;
  z-index: 3;
  display: grid;
  width: min(78%, 330px);
  gap: 0.3rem;
  border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: 8px;
  padding: 0.8rem 1rem;
  background: rgba(2, 7, 17, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.24);
  text-align: center;
  transform: translateX(-50%);
}

.visual-status span,
.trust-bar span,
.location-list small {
  color: var(--muted);
}

.visual-status strong,
.trust-bar strong {
  color: #ffffff;
}

.visual-status strong {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.18;
}

.visual-status span {
  font-size: 0.88rem;
  line-height: 1.25;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 8px;
  background: rgba(34, 211, 238, 0.14);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.2), 0 0 48px rgba(34, 211, 238, 0.075);
}

.trust-bar article {
  display: grid;
  min-height: 86px;
  gap: 0.3rem;
  align-content: center;
  padding: 1rem 1.1rem;
  background: rgba(3, 12, 28, 0.88);
}

.landing-section {
  padding: clamp(3.7rem, 7vw, 6.2rem) 0 0;
}

.landing-section-heading {
  display: grid;
  max-width: 760px;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.center-heading {
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.landing-section-heading h2,
.security-copy h2,
.final-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.5vw, 3.65rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.landing-section-heading p:not(.eyebrow),
.security-copy p,
.premium-card p,
.final-cta p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.premium-card {
  position: relative;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(8, 30, 64, 0.64), rgba(3, 10, 24, 0.84)),
    rgba(3, 10, 24, 0.66);
  box-shadow: inset 0 0 26px rgba(34, 211, 238, 0.035);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.premium-card::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.16), transparent 36%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  content: "";
  opacity: 0;
  transform: translateX(-24%);
  transition: opacity 220ms ease, transform 360ms ease;
}

.premium-card:hover {
  transform: translateY(-5px);
  border-color: rgba(34, 211, 238, 0.5);
  background:
    linear-gradient(145deg, rgba(11, 48, 92, 0.72), rgba(3, 10, 24, 0.9)),
    rgba(3, 10, 24, 0.72);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26), 0 0 36px rgba(34, 211, 238, 0.12);
}

.premium-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.benefit-card {
  display: grid;
  min-height: 238px;
  gap: 0.8rem;
  align-content: start;
  padding: 1.05rem;
}

.benefit-card span {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(34, 211, 238, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(34, 211, 238, 0.9), rgba(99, 102, 241, 0.78));
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.28);
}

.benefit-card span::after {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.45), transparent);
  content: "";
}

.benefit-card h3,
.step-card h3,
.landing-price-card h3,
.security-grid h3,
.faq-item h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: 1.1rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.step-panel {
  position: relative;
  display: grid;
  gap: 0.9rem;
}

.step-panel::before {
  position: absolute;
  top: 2.2rem;
  bottom: 2.2rem;
  left: 2rem;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(34, 211, 238, 0.5), transparent);
  content: "";
}

.step-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 132px;
  padding: 1rem 1.15rem;
}

.step-card > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.45);
  border-radius: 50%;
  background: rgba(3, 12, 28, 0.9);
  color: #ffffff;
  font-weight: 950;
  box-shadow: var(--glow);
}

.landing-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.landing-price-card {
  display: grid;
  min-height: 390px;
  gap: 0.85rem;
  align-content: start;
  padding: 1.2rem;
}

.landing-price-card::after {
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid rgba(34, 211, 238, 0.11);
  border-radius: 50%;
  content: "";
}

.landing-price-card.is-recommended {
  border-color: rgba(34, 211, 238, 0.62);
  background:
    radial-gradient(circle at 80% 20%, rgba(34, 211, 238, 0.16), transparent 14rem),
    linear-gradient(180deg, rgba(13, 62, 121, 0.82), rgba(3, 10, 24, 0.9));
  box-shadow: 0 0 58px rgba(34, 211, 238, 0.17);
}

.recommended-badge {
  width: fit-content;
  border: 1px solid rgba(34, 211, 238, 0.45);
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  background: rgba(34, 211, 238, 0.12);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
}

.price-line {
  position: relative;
  z-index: 1;
}

.price-line strong {
  color: #ffffff;
  font-size: 2.35rem;
}

.price-line span,
.landing-price-card li {
  color: var(--muted);
}

.landing-price-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding-left: 1.1rem;
}

.locations-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.network-map-card {
  position: relative;
  display: grid;
  min-height: 440px;
  align-items: center;
  border: 1px solid rgba(34, 211, 238, 0.19);
  border-radius: 8px;
  overflow: hidden;
  padding: 1.15rem;
  background:
    linear-gradient(rgba(34, 211, 238, 0.048) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.048) 1px, transparent 1px),
    radial-gradient(circle at 50% 45%, rgba(34, 211, 238, 0.17), transparent 15rem),
    rgba(3, 10, 24, 0.76);
  background-size: 54px 54px, 54px 54px, auto, auto;
  box-shadow: inset 0 0 70px rgba(34, 211, 238, 0.035);
}

.network-map-card::before,
.network-map-card::after {
  position: absolute;
  inset: 13%;
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-radius: 50%;
  content: "";
}

.network-map-card::after {
  inset: 26%;
  border-color: rgba(99, 102, 241, 0.18);
}

.map-core {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0.18;
}

.map-core img {
  width: min(48%, 300px);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.location-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.location-list article {
  display: grid;
  gap: 0.2rem;
  border: 1px solid rgba(34, 211, 238, 0.16);
  border-radius: 8px;
  padding: 0.95rem;
  background: rgba(2, 7, 17, 0.64);
  backdrop-filter: blur(14px);
}

.location-list strong {
  color: #ffffff;
}

.location-list span {
  color: var(--teal);
}

.security-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.security-copy {
  display: grid;
  align-content: start;
  gap: 0.8rem;
}

.security-grid,
.faq-list {
  display: grid;
  gap: 0.9rem;
}

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

.security-grid article,
.faq-item {
  padding: 1.1rem;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  display: grid;
  gap: 0.5rem;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 8px;
  margin-top: clamp(4rem, 8vw, 6rem);
  margin-bottom: 4rem;
  padding: clamp(1.35rem, 4vw, 2.1rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 30%, rgba(99, 102, 241, 0.22), transparent 16rem),
    linear-gradient(135deg, rgba(34, 211, 238, 0.14), rgba(37, 99, 235, 0.16)),
    rgba(3, 10, 24, 0.82);
  box-shadow: var(--shadow);
}

.final-cta::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.08), transparent),
    linear-gradient(rgba(34, 211, 238, 0.045) 1px, transparent 1px);
  background-size: auto, 56px 56px;
  content: "";
  animation: ctaScan 7s ease-in-out infinite;
}

.final-cta > div,
.final-cta .button {
  position: relative;
  z-index: 1;
}

.final-cta > div {
  display: grid;
  max-width: 760px;
  gap: 0.6rem;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@keyframes atmosphereDrift {
  to {
    transform: translate3d(2rem, -1rem, 0) scale(1.05);
  }
}

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

@keyframes gridFlow {
  to {
    background-position: 0 74px, 74px 0, 160px 160px;
  }
}

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

@keyframes nodePulse {
  0%,
  100% {
    opacity: 0.46;
    transform: scale(0.84);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes linkPulse {
  0%,
  100% {
    opacity: 0.14;
  }
  50% {
    opacity: 0.78;
  }
}

@keyframes dataFall {
  to {
    transform: translateY(130vh);
  }
}

@keyframes visualFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

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

@keyframes ctaScan {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  45%,
  65% {
    opacity: 1;
  }
  100% {
    transform: translateX(40%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1080px) {
  .landing-hero,
  .split-section,
  .locations-layout,
  .security-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-hero {
    min-height: auto;
  }

  .hero-brand-visual {
    min-height: 390px;
  }

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

@media (max-width: 760px) {
  .network-atmosphere {
    opacity: 0.72;
  }

  .landing-hero,
  .trust-bar,
  .landing-section,
  .final-cta {
    width: min(100% - 1.25rem, var(--max));
  }

  .landing-hero {
    padding-top: 2.6rem;
  }

  .landing-hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.4rem);
  }

  .hero-signal-grid,
  .trust-bar,
  .benefit-grid,
  .landing-price-grid,
  .location-list,
  .security-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-brand-visual {
    min-height: 320px;
    padding: 1rem;
  }

  .hero-brand-visual img {
    width: min(40%, 160px);
  }

  .visual-status {
    bottom: 0.75rem;
    width: min(88%, 280px);
    padding: 0.7rem 0.85rem;
  }

  .step-panel::before {
    display: none;
  }

  .step-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
