:root {
  color-scheme: dark;
  --bg: #060708;
  --panel: rgba(18, 20, 22, 0.84);
  --panel-strong: #111417;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4efe4;
  --muted: #a9a79f;
  --gold: #d9b56f;
  --gold-strong: #f0d08a;
  --cyan: #87d7ff;
  --danger: #ff7d7d;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(217, 181, 111, 0.12), transparent 34rem),
    radial-gradient(circle at 12% 28%, rgba(135, 215, 255, 0.09), transparent 24rem),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 7, 8, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: block;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(217, 181, 111, 0.45);
  border-radius: 12px;
  background: linear-gradient(135deg, #e8c57e, #a47a38);
  color: #080807;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 16px 44px rgba(217, 181, 111, 0.2);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  box-shadow: none;
}

.hero {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: clamp(640px, calc(100svh - 73px), 790px);
  display: flex;
  align-items: center;
  padding: clamp(44px, 7vh, 78px) clamp(18px, 5vw, 72px) clamp(42px, 6vh, 70px);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 7, 8, 0.98) 0%, rgba(6, 7, 8, 0.95) 28%, rgba(6, 7, 8, 0.72) 50%, rgba(6, 7, 8, 0.18) 78%, rgba(6, 7, 8, 0.5) 100%),
    linear-gradient(180deg, rgba(6, 7, 8, 0.18), rgba(6, 7, 8, 0.12) 44%, rgba(6, 7, 8, 0.84));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 8% -10% auto 46%;
  z-index: 0;
  height: 28%;
  background: linear-gradient(95deg, transparent, rgba(217, 181, 111, 0.16), rgba(135, 215, 255, 0.07), transparent);
  filter: blur(22px);
  transform: rotate(-8deg);
  animation: heroLightDrift 13s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
  max-width: min(680px, 48vw);
}

.hero-security-field {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.96;
}

.hero-security-field::before {
  content: "";
  position: absolute;
  inset: -18% -14% -14% -12%;
  background-image:
    repeating-linear-gradient(90deg, rgba(244, 239, 228, 0.105) 0 1px, transparent 1px 76px),
    repeating-linear-gradient(0deg, rgba(135, 215, 255, 0.085) 0 1px, transparent 1px 64px),
    linear-gradient(116deg, transparent 0 39%, rgba(217, 181, 111, 0.34) 39.2%, rgba(135, 215, 255, 0.2) 39.7%, transparent 40.3%),
    linear-gradient(116deg, transparent 0 55%, rgba(217, 181, 111, 0.28) 55.2%, transparent 55.9%),
    linear-gradient(66deg, transparent 0 63%, rgba(135, 215, 255, 0.16) 63.2%, transparent 63.8%);
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
  filter: drop-shadow(0 0 18px rgba(217, 181, 111, 0.18));
  -webkit-mask-image: radial-gradient(ellipse at 66% 47%, #000 0 48%, rgba(0, 0, 0, 0.7) 62%, transparent 82%);
  mask-image: radial-gradient(ellipse at 66% 47%, #000 0 48%, rgba(0, 0, 0, 0.7) 62%, transparent 82%);
  transform: perspective(920px) rotateX(61deg) rotateZ(-10deg) translateY(10%);
  transform-origin: center bottom;
  animation: securityFieldDrift 10s ease-in-out infinite;
}

.hero-security-field::after {
  content: "";
  position: absolute;
  inset: 13% -34% auto -30%;
  height: 40%;
  background:
    linear-gradient(104deg, transparent 8%, rgba(217, 181, 111, 0.08) 24%, rgba(217, 181, 111, 0.48) 46%, rgba(135, 215, 255, 0.34) 53%, transparent 72%),
    linear-gradient(104deg, transparent 29%, rgba(244, 239, 228, 0.24), transparent 49%),
    linear-gradient(104deg, transparent 43%, rgba(135, 215, 255, 0.18), transparent 64%);
  filter: drop-shadow(0 0 20px rgba(217, 181, 111, 0.18));
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 62%, transparent 80%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 0 46%, rgba(0, 0, 0, 0.62) 62%, transparent 80%);
  transform: rotate(-13deg);
  animation: securityRibbon 7.5s ease-in-out infinite;
}

.security-sweep {
  position: absolute;
  width: min(64vw, 940px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 111, 0.9), rgba(244, 239, 228, 0.62), rgba(135, 215, 255, 0.44), transparent);
  filter: drop-shadow(0 0 20px rgba(217, 181, 111, 0.36));
  transform: rotate(-16deg);
}

.security-sweep::before {
  content: "";
  position: absolute;
  inset: -10px 12%;
  border-top: 1px solid rgba(217, 181, 111, 0.2);
  border-bottom: 1px solid rgba(135, 215, 255, 0.08);
  transform: skewX(-22deg);
}

.security-sweep::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 62px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(244, 239, 228, 0.96), rgba(135, 215, 255, 0.52), transparent);
  filter: drop-shadow(0 0 16px rgba(244, 239, 228, 0.58));
  animation: securityPacket 3.9s ease-in-out infinite;
}

.sweep-one {
  top: 24%;
  left: -2%;
  animation: securitySweepOne 6.5s ease-in-out infinite;
}

.sweep-two {
  right: -10%;
  top: 43%;
  width: min(56vw, 820px);
  transform: rotate(-8deg);
  opacity: 0.78;
  animation: securitySweepTwo 7.5s ease-in-out infinite;
}

.sweep-two::after {
  animation-delay: -1.2s;
}

.sweep-three {
  left: 12%;
  bottom: 18%;
  width: min(58vw, 840px);
  transform: rotate(9deg);
  opacity: 0.66;
  animation: securitySweepThree 8.5s ease-in-out infinite;
}

.sweep-three::after {
  animation-delay: -2.1s;
}

.security-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid rgba(217, 181, 111, 0.86);
  background: rgba(217, 181, 111, 0.34);
  box-shadow: 0 0 22px rgba(217, 181, 111, 0.46);
  transform: rotate(45deg);
  animation: securityNodePulse 3.8s ease-in-out infinite;
}

.security-node::before {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(217, 181, 111, 0.14);
  transform: scale(0.72);
  animation: securityNodeHalo 3.8s ease-in-out infinite;
}

.node-one {
  left: 18%;
  top: 24%;
}

.node-two {
  left: 48%;
  top: 17%;
  border-color: rgba(135, 215, 255, 0.58);
  background: rgba(135, 215, 255, 0.2);
  box-shadow: 0 0 16px rgba(135, 215, 255, 0.22);
  animation-delay: -1.4s;
}

.node-three {
  right: 21%;
  top: 31%;
  animation-delay: -2.6s;
}

.node-four {
  right: 34%;
  bottom: 27%;
  border-color: rgba(135, 215, 255, 0.48);
  background: rgba(135, 215, 255, 0.16);
  animation-delay: -3.8s;
}

.eyebrow {
  display: block;
  max-width: 100%;
  color: var(--gold-strong);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  margin-top: 18px;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.88;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

h3 {
  font-size: 20px;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.lead {
  max-width: 580px;
  margin-top: 24px;
  font-size: clamp(17px, 2.2vw, 22px);
}

.cta-row,
.hero-points,
.policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-row {
  margin-top: 34px;
}

.hero-points {
  margin-top: 30px;
}

.pill {
  display: inline-flex;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero-visual {
  position: absolute;
  inset: clamp(18px, 3vh, 40px) clamp(18px, 4vw, 72px) clamp(18px, 4vh, 42px) max(420px, 39vw);
  z-index: 0;
  min-width: 0;
  pointer-events: none;
}

.hero-showcase {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(217, 181, 111, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), transparent 29%),
    linear-gradient(110deg, rgba(217, 181, 111, 0.12), transparent 43%),
    linear-gradient(180deg, rgba(13, 18, 18, 0.96), #050607 74%);
  box-shadow: var(--shadow);
  isolation: isolate;
  perspective: 1200px;
  animation: showcaseBreath 9s ease-in-out infinite;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(217, 181, 111, 0.12);
  border-radius: 24px;
  transform: translateZ(-120px) rotateX(58deg) rotateZ(-9deg);
  transform-origin: center bottom;
}

.hero-showcase::after {
  content: "";
  position: absolute;
  inset: auto 7% 8% 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 111, 0.65), rgba(135, 215, 255, 0.2), transparent);
  transform: rotateZ(-3deg);
  filter: drop-shadow(0 0 18px rgba(217, 181, 111, 0.28));
}

.showcase-grid {
  position: absolute;
  inset: 26% -18% -8%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(217, 181, 111, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(135, 215, 255, 0.09) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.36;
  transform: rotateX(64deg) rotateZ(-8deg) translateY(18%);
  transform-origin: center bottom;
}

.showcase-floor {
  position: absolute;
  right: 2%;
  bottom: 5%;
  z-index: 1;
  width: 76%;
  height: 32%;
  border: 1px solid rgba(217, 181, 111, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent, rgba(217, 181, 111, 0.16), rgba(135, 215, 255, 0.08), transparent),
    rgba(4, 5, 5, 0.74);
  box-shadow: 0 22px 90px rgba(0, 0, 0, 0.58);
  transform: rotateX(67deg) rotateZ(-5deg);
  transform-origin: center bottom;
}

.signal-path {
  position: absolute;
  width: 74%;
  height: 28%;
  z-index: 1;
  border-top: 1px solid rgba(217, 181, 111, 0.44);
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(217, 181, 111, 0.28));
}

.path-one {
  right: -15%;
  top: 20%;
  transform: rotate(-18deg);
  animation: signalArc 8.5s ease-in-out infinite;
}

.path-two {
  left: -18%;
  bottom: 21%;
  border-color: rgba(135, 215, 255, 0.34);
  transform: rotate(16deg);
  animation: signalArc 10s ease-in-out infinite reverse;
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 5px;
  min-width: 172px;
  padding: 16px 18px;
  border: 1px solid rgba(217, 181, 111, 0.22);
  border-radius: 10px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(7, 10, 10, 0.76);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.floating-card span,
.floating-card small {
  color: var(--muted);
  font-size: 12px;
}

.floating-card strong {
  color: var(--text);
  font-size: 22px;
  line-height: 1.12;
}

.quota-layer {
  left: 7%;
  top: 20%;
  transform: rotateY(18deg) rotateZ(-3deg) translateZ(90px);
  animation: floatCardOne 7.5s ease-in-out infinite;
}

.plan-layer {
  right: 4%;
  bottom: 21%;
  transform: rotateY(-18deg) rotateZ(2deg) translateZ(90px);
  animation: floatCardTwo 8s ease-in-out infinite;
}

.phone-mock {
  position: relative;
  z-index: 3;
  width: clamp(266px, 29vw, 352px);
  aspect-ratio: 9 / 19.5;
  padding: 9px;
  border: 1px solid rgba(244, 239, 228, 0.2);
  border-radius: 38px;
  background:
    linear-gradient(90deg, #0a0b0b, #22180d 7%, #080909 24%, #0e1212 72%, #d3a95d);
  box-shadow:
    34px 46px 120px rgba(0, 0, 0, 0.62),
    -14px 0 42px rgba(217, 181, 111, 0.12),
    0 0 0 1px rgba(217, 181, 111, 0.08);
  transform: rotateX(7deg) rotateY(-24deg) rotateZ(3deg) translateX(22px);
  transform-style: preserve-3d;
  animation: phoneDrift 8s ease-in-out infinite;
}

.phone-mock::before {
  content: "";
  position: absolute;
  inset: 7px -16px 11px auto;
  width: 18px;
  border: 1px solid rgba(217, 181, 111, 0.18);
  border-left: 0;
  border-radius: 0 34px 34px 0;
  background: linear-gradient(180deg, #d4aa60, #090908 32%, #4e3919);
  transform: translateZ(-36px);
}

.phone-side {
  position: absolute;
  right: -5px;
  top: 26%;
  width: 4px;
  height: 94px;
  border-radius: 999px;
  background: linear-gradient(#d9b56f, #5b431e);
}

.phone-screen {
  position: relative;
  display: grid;
  height: 100%;
  overflow: hidden;
  padding: 24px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    linear-gradient(140deg, rgba(217, 181, 111, 0.16), transparent 32%),
    linear-gradient(180deg, #111716, #060707 55%, #0a0c0c);
  box-shadow: inset 0 0 46px rgba(0, 0, 0, 0.44);
}

.phone-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 58px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-50%);
}

.app-topbar,
.app-brand,
.app-metrics,
.app-tabs {
  display: flex;
  align-items: center;
}

.app-topbar {
  justify-content: space-between;
  gap: 12px;
  align-self: start;
}

.app-brand {
  gap: 10px;
}

.app-brand-mark {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.28));
}

.app-brand strong,
.traffic-card strong,
.app-metrics strong {
  display: block;
  color: var(--text);
  line-height: 1.15;
}

.app-brand span,
.app-node,
.traffic-card span,
.traffic-card small,
.app-metrics span,
.app-tabs span,
.showcase-panel span {
  color: var(--muted);
  font-size: 12px;
}

.app-node {
  border: 1px solid rgba(217, 181, 111, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--gold-strong);
}

.vpn-control {
  position: relative;
  display: grid;
  width: min(76%, 214px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  align-self: center;
  margin-top: 8px;
  border: 1px solid rgba(217, 181, 111, 0.36);
  border-radius: 50%;
  background:
    linear-gradient(150deg, rgba(232, 197, 126, 0.32), rgba(232, 197, 126, 0.05) 62%, transparent),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 30px rgba(217, 181, 111, 0.1);
}

.vpn-control::before,
.vpn-control::after,
.control-glow {
  content: "";
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(217, 181, 111, 0.24);
  border-radius: 50%;
}

.vpn-control::after {
  inset: -5%;
  border-color: rgba(135, 215, 255, 0.15);
}

.control-glow {
  inset: 28%;
  border-color: transparent;
  background: rgba(217, 181, 111, 0.13);
  filter: blur(12px);
  animation: controlGlow 3.8s ease-in-out infinite;
}

.vpn-control strong {
  position: relative;
  z-index: 1;
  align-self: end;
  color: var(--text);
  font-size: 22px;
}

.vpn-control span:last-child {
  position: relative;
  z-index: 1;
  align-self: start;
  color: var(--gold-strong);
  font-size: 12px;
}

.traffic-card,
.app-metrics > div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.traffic-card {
  display: grid;
  gap: 12px;
  align-self: end;
  padding: 14px;
}

.traffic-card strong {
  margin-top: 5px;
  font-size: 18px;
}

.traffic-bar {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.traffic-bar span {
  display: block;
  width: 7%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold-strong), var(--cyan));
}

.app-metrics {
  gap: 10px;
  margin-top: 12px;
}

.app-metrics > div {
  flex: 1;
  min-width: 0;
  padding: 12px;
}

.app-metrics strong {
  font-size: 15px;
}

.app-tabs {
  justify-content: space-between;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(217, 181, 111, 0.18);
  border-radius: 999px;
  background: rgba(5, 6, 7, 0.68);
}

.app-tabs span:first-child {
  color: var(--gold-strong);
}

.showcase-panel {
  position: absolute;
  z-index: 3;
  left: 11%;
  bottom: 10%;
  display: grid;
  gap: 2px;
  min-width: 128px;
  padding: 14px 16px;
  border: 1px solid rgba(217, 181, 111, 0.26);
  border-radius: 8px;
  background: rgba(7, 10, 10, 0.82);
  backdrop-filter: blur(16px);
  transform: rotateY(14deg) rotateZ(-2deg);
}

.showcase-panel strong {
  color: var(--gold-strong);
  font-size: 22px;
}

.phone-reflection {
  position: absolute;
  z-index: 2;
  right: 18%;
  bottom: 5%;
  width: 38%;
  height: 14%;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(217, 181, 111, 0.2), rgba(135, 215, 255, 0.08), transparent);
  filter: blur(10px);
  transform: rotateX(68deg) rotateZ(-7deg);
  animation: reflectionDrift 8s ease-in-out infinite;
}

@keyframes heroLightDrift {
  0%,
  100% {
    opacity: 0.54;
    transform: translate3d(-2%, 0, 0) rotate(-8deg);
  }
  50% {
    opacity: 0.86;
    transform: translate3d(5%, 8%, 0) rotate(-10deg);
  }
}

@keyframes showcaseBreath {
  0%,
  100% {
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  }
  50% {
    box-shadow: 0 34px 112px rgba(0, 0, 0, 0.54), 0 0 44px rgba(217, 181, 111, 0.08);
  }
}

@keyframes signalArc {
  0%,
  100% {
    opacity: 0.42;
    filter: drop-shadow(0 0 12px rgba(217, 181, 111, 0.2));
  }
  50% {
    opacity: 0.9;
    filter: drop-shadow(0 0 26px rgba(217, 181, 111, 0.34));
  }
}

@keyframes floatCardOne {
  0%,
  100% {
    transform: rotateY(18deg) rotateZ(-3deg) translate3d(0, 0, 90px);
  }
  50% {
    transform: rotateY(18deg) rotateZ(-3deg) translate3d(8px, -12px, 90px);
  }
}

@keyframes floatCardTwo {
  0%,
  100% {
    transform: rotateY(-18deg) rotateZ(2deg) translate3d(0, 0, 90px);
  }
  50% {
    transform: rotateY(-18deg) rotateZ(2deg) translate3d(-10px, -9px, 90px);
  }
}

@keyframes phoneDrift {
  0%,
  100% {
    transform: rotateX(7deg) rotateY(-24deg) rotateZ(3deg) translate3d(22px, 0, 0);
  }
  50% {
    transform: rotateX(8deg) rotateY(-22deg) rotateZ(2.4deg) translate3d(10px, -14px, 0);
  }
}

@keyframes controlGlow {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

@keyframes reflectionDrift {
  0%,
  100% {
    opacity: 0.42;
    transform: rotateX(68deg) rotateZ(-7deg) translateX(0);
  }
  50% {
    opacity: 0.7;
    transform: rotateX(68deg) rotateZ(-7deg) translateX(-18px);
  }
}

@keyframes securityFieldDrift {
  0%,
  100% {
    opacity: 0.74;
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0;
    transform: perspective(920px) rotateX(61deg) rotateZ(-10deg) translate3d(-3%, 10%, 0);
  }
  50% {
    opacity: 1;
    background-position: 76px 0, 0 64px, 34px -22px, -42px 26px, 22px 18px;
    transform: perspective(920px) rotateX(61deg) rotateZ(-10deg) translate3d(4%, 6%, 0);
  }
}

@keyframes securityRibbon {
  0%,
  100% {
    opacity: 0.48;
    transform: translate3d(-12%, -4px, 0) rotate(-13deg);
  }
  50% {
    opacity: 0.94;
    transform: translate3d(10%, 18px, 0) rotate(-13deg);
  }
}

@keyframes securityPacket {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  18%,
  74% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(760px);
  }
}

@keyframes securitySweepOne {
  0%,
  100% {
    opacity: 0.54;
    transform: translate3d(-7%, -3px, 0) rotate(-16deg);
  }
  50% {
    opacity: 1;
    transform: translate3d(8%, 10px, 0) rotate(-16deg);
  }
}

@keyframes securitySweepTwo {
  0%,
  100% {
    opacity: 0.44;
    transform: translate3d(7%, 2px, 0) rotate(-8deg);
  }
  50% {
    opacity: 0.9;
    transform: translate3d(-8%, -10px, 0) rotate(-8deg);
  }
}

@keyframes securitySweepThree {
  0%,
  100% {
    opacity: 0.38;
    transform: translate3d(-4%, 2px, 0) rotate(9deg);
  }
  50% {
    opacity: 0.78;
    transform: translate3d(7%, -12px, 0) rotate(9deg);
  }
}

@keyframes securityNodePulse {
  0%,
  100% {
    opacity: 0.46;
    transform: rotate(45deg) scale(0.88);
  }
  50% {
    opacity: 1;
    transform: rotate(45deg) scale(1.28);
  }
}

@keyframes securityNodeHalo {
  0%,
  100% {
    opacity: 0.15;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.68;
    transform: scale(1.7);
  }
}

.sections {
  display: grid;
  gap: 72px;
  padding: 12px clamp(18px, 5vw, 72px) 86px;
}

.section-head {
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 780px;
}

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

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

.card {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 0 16px 54px rgba(0, 0, 0, 0.18);
}

.card h3 {
  margin-bottom: 12px;
}

.card p,
.card li {
  overflow-wrap: anywhere;
}

.price {
  display: grid;
  gap: 12px;
}

.price strong {
  color: var(--gold-strong);
  font-size: 34px;
}

.badge {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(217, 181, 111, 0.32);
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--gold-strong);
  font-size: 12px;
  font-weight: 800;
}

.band {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 5vw, 42px);
  border: 1px solid rgba(217, 181, 111, 0.24);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(217, 181, 111, 0.14), transparent),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.legal-page {
  max-width: 940px;
  margin: 0 auto;
  padding: 58px clamp(18px, 5vw, 72px) 90px;
}

.legal-page h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.98;
}

.legal-page article {
  display: grid;
  gap: 22px;
}

.legal-page a {
  color: var(--gold-strong);
  font-weight: 700;
}

.legal-page ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

.document-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.document-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--muted);
  font-size: 13px;
}

.doc-section {
  display: grid;
  gap: 12px;
  min-height: auto;
}

.table-like {
  display: grid;
  grid-template-columns: minmax(92px, 0.8fr) minmax(82px, 0.6fr) minmax(160px, 1.4fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.table-like > * {
  min-width: 0;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.table-like > *:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.table-like strong {
  color: var(--gold-strong);
}

.table-like em {
  font-style: normal;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 900px) {
  section[id] {
    scroll-margin-top: 150px;
  }

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

  .hero {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    min-height: max(600px, calc(100svh - 116px));
    padding: 28px 20px 34px;
    overflow: hidden;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(6, 7, 8, 0.28) 0%, rgba(6, 7, 8, 0.48) 34%, rgba(6, 7, 8, 0.93) 76%, rgba(6, 7, 8, 0.98) 100%),
      linear-gradient(90deg, rgba(6, 7, 8, 0.94), rgba(6, 7, 8, 0.2) 52%, rgba(6, 7, 8, 0.72));
  }

  .hero::after {
    inset: 5% -36% auto 14%;
    height: 34%;
    opacity: 0.78;
    filter: none;
    animation: none;
  }

  .hero > * {
    max-width: none;
  }

  .hero-copy {
    flex: 0 1 calc(100vw - 40px);
    position: relative;
    z-index: 4;
    width: calc(100vw - 40px);
    max-width: min(620px, calc(100vw - 40px));
    padding-top: 0;
    text-shadow: 0 18px 42px rgba(0, 0, 0, 0.72);
  }

  .hero-copy,
  .lead,
  .cta-row,
  .hero-points {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    margin-top: 0;
    opacity: 0.7;
  }

  .hero-security-field {
    contain: paint;
    opacity: 0.66;
    will-change: auto;
  }

  .hero-security-field::before {
    inset: -6% -24% -12% -24%;
    background-image:
      repeating-linear-gradient(90deg, rgba(244, 239, 228, 0.07) 0 1px, transparent 1px 96px),
      repeating-linear-gradient(0deg, rgba(135, 215, 255, 0.055) 0 1px, transparent 1px 82px),
      linear-gradient(116deg, transparent 0 44%, rgba(217, 181, 111, 0.22) 44.2%, rgba(135, 215, 255, 0.13) 44.7%, transparent 45.4%);
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    transform: perspective(760px) rotateX(62deg) rotateZ(-12deg) translateY(16%);
    animation: none;
  }

  .hero-security-field::after {
    inset: 18% -42% auto -40%;
    height: 26%;
    background:
      linear-gradient(104deg, transparent 8%, rgba(217, 181, 111, 0.16) 42%, rgba(135, 215, 255, 0.12) 52%, transparent 72%);
    filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 0.52;
    animation: none;
  }

  .security-sweep {
    width: 88vw;
    height: 1px;
    filter: none;
    will-change: auto;
    animation: none;
  }

  .security-sweep::before {
    display: none;
  }

  .security-sweep::after {
    top: -2px;
    left: 46%;
    width: 46px;
    height: 4px;
    filter: none;
    opacity: 0.7;
    animation: none;
  }

  .sweep-one {
    top: 31%;
    left: -24%;
    animation: none;
  }

  .sweep-two {
    right: -42%;
    top: 44%;
    width: 94vw;
    opacity: 0.38;
    animation: none;
  }

  .sweep-three {
    left: -16%;
    bottom: 24%;
    width: 92vw;
    opacity: 0.26;
    animation: none;
  }

  .security-node {
    box-shadow: none;
    animation: none;
  }

  .security-node::before {
    display: none;
  }

  .node-one {
    left: 10%;
    top: 28%;
  }

  .node-two {
    left: 70%;
    top: 21%;
  }

  .node-three {
    right: 16%;
    top: 41%;
  }

  .node-four {
    right: 26%;
    bottom: 29%;
  }

  .hero-showcase {
    height: 100%;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 30%),
      linear-gradient(110deg, rgba(217, 181, 111, 0.18), transparent 44%),
      linear-gradient(180deg, rgba(13, 18, 18, 0.74), #050607 78%);
    box-shadow: none;
    perspective: 900px;
    animation: none;
  }

  .phone-mock {
    position: absolute;
    top: 38px;
    right: -34px;
    width: min(72vw, 304px);
    transform: rotateX(5deg) rotateY(-16deg) rotateZ(2deg) translateX(0);
    animation: none;
  }

  .signal-path {
    width: 98%;
    height: 22%;
    filter: none;
  }

  .path-one {
    top: 12%;
    right: -34%;
    animation: none;
  }

  .path-two {
    left: -40%;
    bottom: 36%;
    animation: none;
    opacity: 0.28;
  }

  .showcase-floor {
    right: -18%;
    bottom: 28%;
    width: 108%;
    height: 22%;
  }

  .floating-card {
    display: none;
  }

  .showcase-panel {
    display: none;
  }

  .phone-reflection {
    display: none;
  }

  .control-glow {
    filter: none;
    animation: none;
    opacity: 0.42;
  }

  .sections {
    gap: 52px;
    padding-top: 42px;
  }

  .grid,
  .grid.two {
    grid-template-columns: 1fr;
  }

  .table-like {
    grid-template-columns: 1fr;
  }

  .table-like > * {
    border-bottom: 0;
    padding-block: 8px;
  }

  .table-like span {
    padding-top: 14px;
    color: var(--text);
  }

  .table-like em {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
  }

  .table-like em:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .legal-page {
    width: 100%;
    max-width: 100%;
    padding: 44px 18px 72px;
    overflow: hidden;
  }

  .legal-page article,
  .legal-page .card {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
    min-width: 0;
  }

  .legal-page .cta-row {
    width: calc(100vw - 56px);
    max-width: calc(100vw - 56px);
    flex-direction: column;
  }

  .legal-page p,
  .legal-page li {
    max-width: calc(100vw - 100px);
  }

  .nav-links {
    row-gap: 10px;
  }

  .hero {
    min-height: max(590px, calc(100svh - 116px));
    padding-inline: 18px;
  }

  .hero-copy {
    flex-basis: calc(100vw - 36px);
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
  }

  h1 {
    margin-top: 12px;
    font-size: clamp(56px, 20vw, 82px);
  }

  .eyebrow {
    width: min(100%, 312px);
    max-width: calc(100vw - 72px);
  }

  .lead {
    width: min(100%, 312px);
    max-width: calc(100vw - 72px);
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: break-word;
  }

  .cta-row {
    margin-top: 24px;
  }

  .hero .cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 312px);
    max-width: calc(100vw - 72px);
  }

  .band .cta-row,
  .legal-page .cta-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 372px);
    max-width: calc(100vw - 36px);
  }

  .cta-row .button {
    inline-size: 100%;
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
  }

  .hero-points {
    width: min(100%, 340px);
    max-width: calc(100vw - 36px);
    gap: 8px;
    margin-top: 20px;
  }

  .pill {
    padding: 8px 10px;
    font-size: 12px;
    background: rgba(7, 10, 10, 0.66);
  }

  .hero-visual {
    opacity: 0.58;
  }

  .hero-security-field {
    opacity: 0.58;
  }

  .hero-security-field::before {
    inset: 1% -24% -8% -34%;
    background-image:
      repeating-linear-gradient(90deg, rgba(244, 239, 228, 0.055) 0 1px, transparent 1px 112px),
      repeating-linear-gradient(0deg, rgba(135, 215, 255, 0.045) 0 1px, transparent 1px 96px),
      linear-gradient(116deg, transparent 0 47%, rgba(217, 181, 111, 0.18) 47.2%, rgba(135, 215, 255, 0.1) 47.8%, transparent 48.4%);
  }

  .hero-security-field::after {
    opacity: 0.42;
  }

  .sweep-two,
  .sweep-three,
  .node-three,
  .node-four {
    display: none;
  }

  .security-node {
    width: 5px;
    height: 5px;
  }

  .phone-mock {
    top: 30px;
    right: -68px;
    width: min(82vw, 304px);
  }

  .phone-screen {
    padding: 21px 14px 14px;
  }

  .vpn-control strong {
    font-size: 19px;
  }
}

@keyframes phoneDriftMobile {
  0%,
  100% {
    transform: rotateX(5deg) rotateY(-16deg) rotateZ(2deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotateX(6deg) rotateY(-14deg) rotateZ(1.6deg) translate3d(-8px, -10px, 0);
  }
}

@keyframes mobileHeroLightDrift {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-3%, 0, 0) rotate(-8deg);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(4%, 4%, 0) rotate(-9deg);
  }
}

@keyframes mobileSecurityFieldFloat {
  0%,
  100% {
    opacity: 0.58;
    transform: perspective(760px) rotateX(62deg) rotateZ(-12deg) translate3d(-3%, 16%, 0);
  }
  50% {
    opacity: 0.78;
    transform: perspective(760px) rotateX(62deg) rotateZ(-12deg) translate3d(4%, 13%, 0);
  }
}

@keyframes mobileSecurityRibbon {
  0%,
  100% {
    opacity: 0.34;
    transform: translate3d(-8%, 0, 0) rotate(-13deg);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(8%, 8px, 0) rotate(-13deg);
  }
}

@keyframes mobileSecuritySweepOne {
  0%,
  100% {
    opacity: 0.4;
    transform: translate3d(-6%, 0, 0) rotate(-16deg);
  }
  50% {
    opacity: 0.72;
    transform: translate3d(7%, 8px, 0) rotate(-16deg);
  }
}

@keyframes mobileSecuritySweepTwo {
  0%,
  100% {
    opacity: 0.24;
    transform: translate3d(5%, 0, 0) rotate(-8deg);
  }
  50% {
    opacity: 0.42;
    transform: translate3d(-6%, -7px, 0) rotate(-8deg);
  }
}

@keyframes mobileSecuritySweepThree {
  0%,
  100% {
    opacity: 0.18;
    transform: translate3d(-4%, 0, 0) rotate(9deg);
  }
  50% {
    opacity: 0.3;
    transform: translate3d(5%, -8px, 0) rotate(9deg);
  }
}

@keyframes mobileSecurityNodePulse {
  0%,
  100% {
    opacity: 0.42;
    transform: rotate(45deg) scale(0.92);
  }
  50% {
    opacity: 0.76;
    transform: rotate(45deg) scale(1.12);
  }
}

@keyframes mobileSignalArc {
  0%,
  100% {
    opacity: 0.22;
  }
  50% {
    opacity: 0.42;
  }
}

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