:root {
  --accent: #920c6a;
  --accent-hi: #c2188b;
  --accent-2: #6f0a78;
  --accent-3: #3b1246;
  --bg: #100812;
  --surface: #2e1e2e;
  --text-main: #f2eaf1;
  --text-muted: #a78ca3;
  --accent-soft: rgba(146, 12, 106, 0.55);
  --accent-deep: rgba(146, 12, 106, 0.2);
  --surface-soft: rgba(46, 30, 46, 0.65);
  --surface-strong: rgba(46, 30, 46, 0.86);
  --border: rgba(242, 234, 241, 0.18);
  --shadow-soft: 0 18px 50px rgba(16, 8, 18, 0.55);
  --shadow-glow: 0 0 36px rgba(146, 12, 106, 0.36);
  --glass-bg: linear-gradient(148deg, rgba(46, 30, 46, 0.52), rgba(28, 20, 34, 0.34));
  --glass-border-color: rgba(242, 234, 241, 0.14);
  --glass-blur: 16px;
  --glass-saturate: 140%;
  --glass-highlight: rgba(242, 234, 241, 0.11);
  --glass-shadow-soft: 0 16px 38px rgba(16, 8, 18, 0.46);
  --glow-accent-soft-stack:
    0 0 0 1px rgba(194, 24, 139, 0.26),
    0 0 16px rgba(194, 24, 139, 0.2),
    0 10px 28px rgba(16, 8, 18, 0.5);
  --glow-accent-strong-stack:
    0 0 0 1px rgba(194, 24, 139, 0.34),
    0 0 24px rgba(194, 24, 139, 0.3),
    0 14px 34px rgba(16, 8, 18, 0.54),
    0 0 38px rgba(146, 12, 106, 0.18);
  --glow-card-soft-stack:
    0 14px 30px rgba(16, 8, 18, 0.48),
    0 0 0 1px rgba(194, 24, 139, 0.16),
    0 0 14px rgba(146, 12, 106, 0.14);
  --glow-nav-stack:
    0 0 0 1px rgba(194, 24, 139, 0.22),
    0 0 14px rgba(194, 24, 139, 0.18),
    0 8px 22px rgba(16, 8, 18, 0.42);
  --glow-safe-stack:
    0 0 0 1px rgba(76, 196, 167, 0.34),
    0 0 14px rgba(76, 196, 167, 0.24),
    0 8px 20px rgba(16, 8, 18, 0.32);
  --pricing-reveal-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --max-outline: var(--accent-hi);
  --max-outline-alt: var(--accent);
  --max-outline-deep: var(--accent-2);
  --max-glow: rgba(194, 24, 139, 0.28);
  --max-glow-soft: rgba(146, 12, 106, 0.22);
  --card-radius: 22px;
  --transition: 0.35s cubic-bezier(.4, 0, .2, 1);
  --transition-ui: 0.25s cubic-bezier(.4, 0, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(16, 8, 18, 1), rgba(16, 8, 18, 0.98)),
    var(--bg);
  color: var(--text-main);
  font-family: "Onest", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.bg-aurora {
  position: fixed;
  inset: -14% -10%;
  z-index: -4;
  pointer-events: none;
  translate: var(--ax, 0px) var(--ay, 0px);
  background:
    radial-gradient(circle at 18% 20%, rgba(146, 12, 106, 0.28), transparent 42%),
    radial-gradient(circle at 84% 26%, rgba(111, 10, 120, 0.25), transparent 46%),
    radial-gradient(circle at 54% 80%, rgba(59, 18, 70, 0.3), transparent 54%),
    linear-gradient(156deg, rgba(16, 8, 18, 0.98), rgba(16, 8, 18, 1));
  animation: none;
  will-change: auto;
}

.bg-aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 8, 18, 0.36), rgba(16, 8, 18, 0.3));
  pointer-events: none;
}

.bg-aurora::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(44% 36% at 14% 22%, rgba(194, 24, 139, 0.2), transparent 70%),
    radial-gradient(36% 34% at 82% 20%, rgba(146, 12, 106, 0.24), transparent 72%),
    radial-gradient(40% 34% at 58% 84%, rgba(111, 10, 120, 0.24), transparent 74%);
  filter: blur(26px);
  opacity: 0.45;
  pointer-events: none;
}

.aurora-cloud {
  position: absolute;
  width: 52vmax;
  height: 52vmax;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.34;
  background: radial-gradient(circle at center, rgba(146, 12, 106, 0.7), rgba(59, 18, 70, 0));
  mix-blend-mode: normal;
  will-change: auto;
}

.aurora-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(58px);
  opacity: 0.34;
  will-change: auto;
  background: radial-gradient(circle at center, rgba(194, 24, 139, 0.56), rgba(146, 12, 106, 0));
}

.blob-a {
  width: 44vmax;
  height: 44vmax;
  top: -12%;
  right: 4%;
  animation: none;
}

.blob-b {
  width: 40vmax;
  height: 40vmax;
  bottom: -16%;
  left: 8%;
  opacity: 0.3;
  animation: none;
}

.blob-c {
  width: 36vmax;
  height: 36vmax;
  top: 36%;
  left: 48%;
  opacity: 0.28;
  animation: none;
}

.cloud-a {
  top: -8%;
  left: -7%;
  animation: none;
}

.cloud-b {
  top: 34%;
  right: -12%;
  opacity: 0.3;
  background: radial-gradient(circle at center, rgba(111, 10, 120, 0.62), rgba(59, 18, 70, 0));
  animation: none;
}

.cloud-c {
  bottom: -18%;
  left: 25%;
  opacity: 0.36;
  background: radial-gradient(circle at center, rgba(59, 18, 70, 0.66), rgba(146, 12, 106, 0));
  animation: none;
}

.mesh-layer,
.noise-layer,
.radial-light {
  position: absolute;
  inset: 0;
}

.mesh-layer {
  background:
    radial-gradient(circle at 20% 30%, rgba(146, 12, 106, 0.16), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(111, 10, 120, 0.16), transparent 38%),
    radial-gradient(circle at 56% 44%, rgba(59, 18, 70, 0.22), transparent 54%);
  opacity: 0.52;
  filter: blur(3px);
  animation: none;
}

.noise-layer {
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='%23F2EAF1' fill-opacity='.08'%3E%3Ccircle cx='20' cy='18' r='1'/%3E%3Ccircle cx='98' cy='24' r='1'/%3E%3Ccircle cx='150' cy='72' r='1'/%3E%3Ccircle cx='40' cy='90' r='1'/%3E%3Ccircle cx='128' cy='132' r='1'/%3E%3Ccircle cx='80' cy='160' r='1'/%3E%3C/g%3E%3C/svg%3E");
  mix-blend-mode: normal;
  animation: none;
}

.radial-light {
  border-radius: 50%;
  filter: blur(96px);
  opacity: 0.2;
}

.light-a {
  top: 10%;
  left: 18%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(194, 24, 139, 0.34), transparent 66%);
  animation: none;
}

.light-b {
  right: 12%;
  bottom: 12%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(111, 10, 120, 0.34), transparent 68%);
  animation: none;
}

.glow-orb {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(242, 234, 241, 0.56);
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.36);
  z-index: 2;
  opacity: 0.22;
}

.orb-a {
  left: 14%;
  top: 42%;
  animation: none;
}

.orb-b {
  right: 22%;
  top: 24%;
  animation: none;
}

.orb-c {
  right: 30%;
  bottom: 18%;
  animation: none;
}

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

.glass,
.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border-color);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  box-shadow: var(--glass-shadow-soft), inset 0 1px 0 var(--glass-highlight);
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 48;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  width: min(1120px, calc(100% - 28px));
  margin: 12px auto 0;
  padding: 9px 14px;
  border-radius: 20px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(148deg, rgba(16, 8, 18, 0.9), rgba(16, 8, 18, 0.62));
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(16, 8, 18, 0.4);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-mark {
  width: 18px;
  height: 18px;
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(146, 12, 106, 0.95), rgba(46, 30, 46, 0.9));
  box-shadow: 0 0 16px rgba(146, 12, 106, 0.45);
}

.logo-text {
  font-family: "Unbounded", sans-serif;
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  color: var(--text-main);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.89rem;
  border-radius: 999px;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid rgba(242, 234, 241, 0.07);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.45), rgba(46, 30, 46, 0.16));
  backdrop-filter: blur(8px);
  transition: color var(--transition-ui), border-color var(--transition-ui), background var(--transition-ui), box-shadow var(--transition-ui), transform var(--transition-ui);
}

.menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(194, 24, 139, 0.92);
  box-shadow: 0 0 10px rgba(146, 12, 106, 0.68);
  opacity: 0;
  transition: opacity var(--transition);
}

.menu a:hover {
  color: var(--text-main);
  border-color: rgba(146, 12, 106, 0.34);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.28));
  box-shadow: 0 0 12px rgba(146, 12, 106, 0.18);
  transform: translateY(-1px);
}

.menu a.is-active {
  color: var(--text-main);
  border-color: rgba(194, 24, 139, 0.48);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.72), rgba(146, 12, 106, 0.18));
  box-shadow: 0 8px 18px rgba(16, 8, 18, 0.34);
}

.menu a.is-active::after {
  opacity: 1;
}

.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 24px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid rgba(242, 234, 241, 0.26);
  color: var(--text-main);
  background:
    linear-gradient(145deg, rgba(46, 30, 46, 0.74), rgba(46, 30, 46, 0.46)),
    radial-gradient(circle at 20% 20%, rgba(146, 12, 106, 0.36), transparent 55%);
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.14),
    inset 0 -8px 20px rgba(146, 12, 106, 0.18),
    0 8px 26px rgba(16, 8, 18, 0.5);
  transition:
    transform var(--transition-ui),
    box-shadow var(--transition-ui),
    border-color var(--transition-ui);
}

:where(a, button, [role="button"], [role="tab"]):focus-visible {
  outline: 2px solid rgba(194, 24, 139, 0.9);
  outline-offset: 2px;
}

.btn::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 2px;
  height: 52%;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08) 34%, rgba(255, 255, 255, 0)),
    radial-gradient(130% 74% at 14% -8%, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  filter: blur(0.4px);
  pointer-events: none;
  opacity: 0.56;
  transform: translateX(-4%);
  transition: transform var(--transition-ui), opacity var(--transition-ui);
}

.btn:hover {
  transform: scale(1.01) translateY(-1px);
  border-color: rgba(242, 234, 241, 0.4);
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.24),
    inset 0 -8px 24px rgba(146, 12, 106, 0.28),
    0 0 28px rgba(146, 12, 106, 0.42),
    0 12px 36px rgba(16, 8, 18, 0.54);
}

.btn:hover::before {
  transform: translateX(4%);
  opacity: 0.74;
}

.btn:active {
  transform: translateY(1px) scale(0.995);
}

.glow-accent {
  box-shadow: var(--glow-accent-soft-stack);
}

.btn-primary {
  background:
    linear-gradient(145deg, rgba(146, 12, 106, 0.94), rgba(194, 24, 139, 0.82) 50%, rgba(111, 10, 120, 0.9)),
    radial-gradient(circle at 20% 20%, rgba(242, 234, 241, 0.22), rgba(146, 12, 106, 0.08));
}

.btn-primary.glow-accent {
  border-color: rgba(194, 24, 139, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.25),
    inset 0 -8px 24px rgba(146, 12, 106, 0.32),
    var(--glow-accent-soft-stack);
}

.btn-primary::after {
  content: "↗";
  margin-left: 7px;
  font-size: 0.95rem;
  line-height: 1;
}

.btn-primary:hover {
  transform: scale(1.02) translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.26),
    inset 0 -8px 24px rgba(146, 12, 106, 0.34),
    0 0 28px rgba(146, 12, 106, 0.4),
    0 14px 34px rgba(16, 8, 18, 0.54);
}

.btn-primary.glow-accent:hover {
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.28),
    inset 0 -8px 26px rgba(146, 12, 106, 0.38),
    var(--glow-accent-strong-stack);
}

.btn-ghost {
  border-color: rgba(242, 234, 241, 0.3);
  background: linear-gradient(150deg, rgba(46, 30, 46, 0.52), rgba(46, 30, 46, 0.24));
}

.btn-ghost:hover {
  border-color: rgba(146, 12, 106, 0.58);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.7), rgba(146, 12, 106, 0.22));
}

.btn-nav {
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 0.86rem;
}

.discount-offer {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  width: min(360px, calc(100% - 28px));
  padding: 18px 18px 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 14% 8%, rgba(194, 24, 139, 0.24), transparent 54%),
    linear-gradient(154deg, rgba(16, 8, 18, 0.92), rgba(24, 12, 30, 0.9) 56%, rgba(46, 30, 46, 0.78));
  border: 1px solid rgba(242, 234, 241, 0.16);
  box-shadow:
    0 16px 44px rgba(16, 8, 18, 0.62),
    0 0 32px rgba(194, 24, 139, 0.22),
    inset 0 1px 0 rgba(242, 234, 241, 0.14);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.discount-offer::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  border: 1px solid rgba(242, 234, 241, 0.08);
  pointer-events: none;
}

.discount-offer.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.discount-offer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(242, 234, 241, 0.2);
  background: linear-gradient(150deg, rgba(46, 30, 46, 0.85), rgba(46, 30, 46, 0.44));
  color: var(--text-main);
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform var(--transition-ui), border-color var(--transition-ui), box-shadow var(--transition-ui);
}

.discount-offer-close:hover {
  transform: translateY(-1px);
  border-color: rgba(194, 24, 139, 0.6);
  box-shadow: 0 0 12px rgba(194, 24, 139, 0.28);
}

.discount-offer-close:focus-visible {
  outline: 2px solid rgba(194, 24, 139, 0.9);
  outline-offset: 2px;
}

.discount-offer-eyebrow {
  margin: 0 40px 8px 0;
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(242, 234, 241, 0.88);
}

.discount-offer-title {
  margin: 0 0 12px;
  font-size: 1.04rem;
  line-height: 1.34;
  color: var(--text-main);
}

.discount-offer-code {
  margin: 0 0 14px;
  padding: 9px 11px;
  border-radius: 12px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(155deg, rgba(46, 30, 46, 0.78), rgba(146, 12, 106, 0.18));
  color: rgba(242, 234, 241, 0.9);
  font-size: 0.87rem;
}

.discount-offer-code span {
  font-family: "Unbounded", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  color: #ffd4ef;
}

.discount-offer .btn {
  width: 100%;
}

.discount-offer-cta {
  animation: discountCtaPulse 2.2s ease-in-out infinite;
}

.discount-offer-note {
  margin: 9px 2px 0;
  font-size: 0.73rem;
  color: rgba(242, 234, 241, 0.66);
  text-align: center;
}

main {
  position: relative;
  isolation: isolate;
  padding-bottom: 44px;
}

main::before {
  content: "";
  position: absolute;
  inset: 0 0 14% 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(40% 32% at 12% 18%, rgba(194, 24, 139, 0.28), transparent 72%),
    radial-gradient(36% 32% at 86% 32%, rgba(146, 12, 106, 0.26), transparent 74%),
    radial-gradient(42% 34% at 54% 88%, rgba(111, 10, 120, 0.24), transparent 76%);
  filter: blur(82px);
  opacity: 0.52;
}

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

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 28px;
  padding-top: 86px;
  padding-bottom: 18px;
  text-align: center;
  isolation: isolate;
}

.hero-tech-bg {
  position: absolute;
  inset: -42px -36px -54px;
  z-index: -1;
  border-radius: 32px;
  border: 1px solid rgba(242, 234, 241, 0.08);
  background:
    radial-gradient(circle at 18% 24%, rgba(146, 12, 106, 0.2), transparent 56%),
    radial-gradient(circle at 82% 14%, rgba(111, 10, 120, 0.18), transparent 58%),
    linear-gradient(170deg, rgba(16, 8, 18, 0.64), rgba(16, 8, 18, 0.18));
  box-shadow: inset 0 0 0 1px rgba(242, 234, 241, 0.03);
  pointer-events: none;
}

.hero-grid-layer,
.hero-diagonal-layer {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-grid-layer {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(242, 234, 241, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 234, 241, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.hero-diagonal-layer {
  opacity: 0.18;
  background-image:
    linear-gradient(168deg, transparent 44%, rgba(146, 12, 106, 0.22) 50%, transparent 57%),
    linear-gradient(14deg, transparent 40%, rgba(242, 234, 241, 0.08) 52%, transparent 62%);
}

.hero-content {
  width: min(920px, 100%);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.2);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.64), rgba(46, 30, 46, 0.24));
  font-size: 0.83rem;
  color: var(--text-main);
}

.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(194, 24, 139, 0.94);
  box-shadow: 0 0 12px rgba(146, 12, 106, 0.52);
}

.hero-title {
  margin-inline: auto;
  max-width: 13.6ch;
  font-size: clamp(2.35rem, 6.1vw, 5rem);
  line-height: 1.05;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero-accent-word {
  margin-top: 8px;
  color: rgba(242, 228, 240, 0.98);
  text-shadow: 0 0 24px rgba(146, 12, 106, 0.42);
  transition: opacity 0.25s ease, filter 0.25s ease, letter-spacing 0.25s ease, transform 0.25s ease;
}

.hero-accent-word.is-noise {
  opacity: 0.68;
  letter-spacing: 0.06em;
  filter: blur(0.7px);
  transform: translateY(1px);
  text-shadow: 0 0 14px rgba(146, 12, 106, 0.22);
}

.section-tag {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.18);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.65), rgba(146, 12, 106, 0.2));
  color: var(--text-main);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text-main);
}

h1,
h2 {
  font-family: "Unbounded", sans-serif;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  max-width: 15ch;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

h3 {
  font-family: "Unbounded", sans-serif;
  font-size: 1.05rem;
}

p,
li,
span {
  color: var(--text-muted);
}

.lead {
  margin: 20px 0 28px;
  font-size: 1.04rem;
  max-width: 58ch;
}

.hero-lead {
  margin-inline: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-indicators li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.52), rgba(46, 30, 46, 0.18));
  padding: 8px 13px;
  font-size: 0.88rem;
}

.hero-indicators li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(194, 24, 139, 0.92);
  box-shadow: 0 0 10px rgba(146, 12, 106, 0.46);
}

.connection-card {
  position: relative;
  width: min(560px, 100%);
  border-radius: 26px;
  padding: 12px;
  background:
    linear-gradient(156deg, rgba(30, 14, 38, 0.86), rgba(20, 10, 28, 0.72)),
    radial-gradient(circle at 14% -40%, rgba(146, 12, 106, 0.18), transparent 64%);
  border: 1px solid rgba(242, 234, 241, 0.16);
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.08), 0 14px 30px rgba(16, 8, 18, 0.34);
}

.connection-card-mini {
  max-width: 560px;
}

.connection-card-chrome {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.chrome-dots {
  display: inline-flex;
  gap: 8px;
  padding-left: 2px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red {
  background: rgba(236, 83, 96, 0.92);
}

.dot-yellow {
  background: rgba(226, 168, 68, 0.9);
}

.dot-green {
  background: rgba(67, 194, 122, 0.92);
}

.chrome-address {
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(242, 234, 241, 0.12);
  background: rgba(242, 234, 241, 0.08);
  padding: 8px 12px;
  font-size: 0.82rem;
  text-align: left;
  color: rgba(242, 234, 241, 0.8);
  overflow-wrap: anywhere;
}

.chrome-lock {
  margin-right: 8px;
  font-size: 0.82rem;
  color: rgba(227, 176, 85, 0.94);
}

.connection-card-body {
  text-align: left;
  padding: 4px 4px 2px;
}

.status-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.status-main {
  min-width: 0;
}

.status-ring {
  width: 56px;
  height: 56px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(242, 234, 241, 0.22);
  display: grid;
  place-items: center;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
  flex-shrink: 0;
}

.status-ring-icon {
  color: var(--text-main);
  font-family: "Unbounded", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}

.status-ring.is-loading {
  border-color: rgba(242, 234, 241, 0.28);
}

.status-ring.is-safe {
  border-color: rgba(76, 196, 167, 0.9);
  box-shadow: 0 0 34px rgba(76, 196, 167, 0.2);
  background: radial-gradient(circle at 50% 50%, rgba(76, 196, 167, 0.16), transparent 66%);
}

.status-ring.is-warning,
.status-ring.is-error {
  border-color: rgba(227, 176, 85, 0.88);
  box-shadow: 0 0 0 1px rgba(227, 176, 85, 0.22), 0 0 14px rgba(227, 176, 85, 0.2);
  background: radial-gradient(circle at 50% 50%, rgba(227, 176, 85, 0.08), transparent 68%);
}

.status-ring.is-safe .status-ring-icon {
  color: rgba(106, 236, 204, 0.94);
}

.status-ring.is-warning .status-ring-icon,
.status-ring.is-error .status-ring-icon {
  color: rgba(235, 188, 103, 0.98);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1px solid rgba(242, 234, 241, 0.2);
  color: rgba(242, 234, 241, 0.8);
}

.status-chip.is-safe {
  border-color: rgba(76, 196, 167, 0.6);
  background: rgba(76, 196, 167, 0.16);
  color: rgba(162, 242, 224, 0.98);
}

.status-chip.is-warning,
.status-chip.is-error {
  border-color: rgba(227, 176, 85, 0.64);
  background: rgba(227, 176, 85, 0.1);
  color: rgba(241, 212, 156, 0.98);
}

.status-title {
  margin-bottom: 4px;
  font-size: clamp(0.98rem, 1.7vw, 1.16rem);
  line-height: 1.2;
}

.status-title.is-safe {
  color: rgba(162, 242, 224, 0.98);
}

.status-title.is-warning,
.status-title.is-error {
  color: rgba(246, 223, 171, 0.98);
}

.status-location {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(242, 234, 241, 0.9);
  overflow-wrap: anywhere;
}

.status-hint {
  margin: 10px 0 0;
  max-width: none;
  border-radius: 11px;
  padding: 9px 11px;
  border: 1px solid rgba(242, 234, 241, 0.12);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.56), rgba(46, 30, 46, 0.24));
  color: rgba(242, 234, 241, 0.84);
  font-size: 0.84rem;
  line-height: 1.4;
}

.status-hint.is-safe {
  border-color: rgba(76, 196, 167, 0.42);
  background: linear-gradient(145deg, rgba(76, 196, 167, 0.2), rgba(46, 30, 46, 0.26));
  color: rgba(162, 242, 224, 0.96);
}

.status-hint.is-warning,
.status-hint.is-error {
  border-color: rgba(227, 176, 85, 0.64);
  background: linear-gradient(145deg, rgba(227, 176, 85, 0.08), rgba(46, 30, 46, 0.18));
  color: rgba(246, 223, 171, 0.96);
}

.status-retry {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  font-size: 0.84rem;
  border-color: rgba(242, 234, 241, 0.2);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.3));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.08);
}

.status-retry:hover {
  border-color: rgba(227, 176, 85, 0.42);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.74), rgba(227, 176, 85, 0.16));
}

.status-metrics {
  list-style: none;
  margin: 20px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(242, 234, 241, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.status-metrics li {
  margin: 0;
  font-size: 0.9rem;
  min-height: 34px;
  display: grid;
  place-items: center;
}

.status-metrics strong {
  color: rgba(242, 234, 241, 0.92);
}

.status-metrics li + li {
  border-left: 1px solid rgba(242, 234, 241, 0.1);
}

.vpn-compare-head {
  margin-bottom: 24px;
}

.vpn-compare-subtitle {
  margin: 10px 0 0;
  max-width: 58ch;
  color: rgba(242, 234, 241, 0.78);
}

.vpn-compare-wrap {
  display: flex;
  justify-content: center;
}

.vpn-compare-card {
  --vpn-compare-cycle: 8s;
  position: relative;
  width: min(980px, 100%);
  min-height: 390px;
  padding: 18px;
  border-radius: 26px;
  border: 1px solid rgba(242, 234, 241, 0.16);
  background:
    linear-gradient(158deg, rgba(16, 8, 18, 0.86), rgba(16, 8, 18, 0.68)),
    radial-gradient(circle at 18% -24%, rgba(146, 12, 106, 0.24), rgba(146, 12, 106, 0));
  overflow: hidden;
}

.vpn-compare-scene {
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  border: 1px solid rgba(242, 234, 241, 0.12);
  background:
    linear-gradient(150deg, rgba(46, 30, 46, 0.66), rgba(46, 30, 46, 0.26)),
    radial-gradient(circle at 0% 0%, rgba(146, 12, 106, 0.2), rgba(146, 12, 106, 0));
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.vpn-compare-scene--before {
  opacity: 1;
  visibility: visible;
  animation: compareSceneBefore var(--vpn-compare-cycle) ease-in-out infinite;
}

.vpn-compare-scene--after {
  opacity: 0;
  visibility: hidden;
  animation: compareSceneAfter var(--vpn-compare-cycle) ease-in-out infinite;
}

.vpn-compare-browser-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.vpn-compare-dots {
  display: inline-flex;
  gap: 7px;
  padding-left: 2px;
}

.vpn-compare-address {
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgba(242, 234, 241, 0.08);
  background: rgba(242, 234, 241, 0.06);
  padding: 8px 11px;
  font-size: 0.85rem;
  color: rgba(242, 234, 241, 0.76);
}

.vpn-compare-link-state {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  padding: 6px 10px;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.vpn-compare-link-icon {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
}

.vpn-compare-link-icon path {
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vpn-compare-link-state--before {
  border-color: rgba(236, 83, 96, 0.44);
  background: rgba(236, 83, 96, 0.14);
  color: rgba(255, 196, 202, 0.95);
}

.vpn-compare-link-state--after {
  border-color: rgba(76, 196, 167, 0.48);
  background: rgba(76, 196, 167, 0.16);
  color: rgba(162, 242, 224, 0.98);
  opacity: 0;
  transform: translateY(6px);
  animation: compareAfterIndicator var(--vpn-compare-cycle) ease-in-out infinite;
}

.vpn-compare-link-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(106, 236, 204, 0.96);
  box-shadow: 0 0 10px rgba(76, 196, 167, 0.56);
  animation: compareLinkDotPulse 1.6s ease-in-out infinite;
}

.vpn-compare-browser-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 12px;
  align-items: stretch;
}

.vpn-compare-site-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vpn-compare-site {
  border-radius: 14px;
  border: 1px solid rgba(242, 234, 241, 0.13);
  background:
    linear-gradient(146deg, rgba(46, 30, 46, 0.66), rgba(46, 30, 46, 0.24)),
    radial-gradient(circle at 0% 0%, rgba(146, 12, 106, 0.14), rgba(146, 12, 106, 0));
  padding: 12px;
  min-height: 76px;
}

.vpn-compare-site h3 {
  margin: 0 0 6px;
  font-size: 0.85rem;
  color: rgba(242, 234, 241, 0.92);
  font-family: "Onest", sans-serif;
  font-weight: 600;
}

.vpn-compare-site p {
  margin: 0;
  font-size: 0.77rem;
  color: rgba(242, 234, 241, 0.72);
  line-height: 1.38;
}

.vpn-compare-scene--before .vpn-compare-site {
  opacity: 0.58;
  filter: saturate(0.76) brightness(0.84);
}

.vpn-compare-scene--after .vpn-compare-site {
  opacity: 1;
  filter: none;
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.08), 0 10px 24px rgba(16, 8, 18, 0.3);
}

.vpn-compare-side {
  border-radius: 14px;
  border: 1px solid rgba(242, 234, 241, 0.13);
  background:
    linear-gradient(146deg, rgba(46, 30, 46, 0.66), rgba(46, 30, 46, 0.24)),
    radial-gradient(circle at 100% 0%, rgba(146, 12, 106, 0.16), rgba(146, 12, 106, 0));
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.vpn-compare-side-title {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(242, 234, 241, 0.68);
}

.vpn-compare-side-value {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.04rem, 2vw, 1.3rem);
  color: rgba(242, 234, 241, 0.94);
}

.vpn-compare-side-note {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(242, 234, 241, 0.72);
  line-height: 1.4;
}

.vpn-compare-scene--before .vpn-compare-side-value {
  color: rgba(255, 196, 202, 0.95);
}

.vpn-compare-scene--after .vpn-compare-side-value {
  color: rgba(162, 242, 224, 0.98);
}

.vpn-compare-badges {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vpn-compare-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 6px 10px;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  opacity: 0;
  transform: translateY(7px);
}

.vpn-compare-badge--danger {
  border-color: rgba(236, 83, 96, 0.46);
  background: rgba(236, 83, 96, 0.14);
  color: rgba(255, 196, 202, 0.95);
}

.vpn-compare-badge--safe {
  border-color: rgba(76, 196, 167, 0.48);
  background: rgba(76, 196, 167, 0.16);
  color: rgba(162, 242, 224, 0.98);
}

.vpn-compare-scene--before .vpn-compare-badge {
  animation: compareBeforeBadges var(--vpn-compare-cycle) ease-in-out infinite;
}

.vpn-compare-scene--after .vpn-compare-badge {
  animation: compareAfterBadges var(--vpn-compare-cycle) ease-in-out infinite;
}

.vpn-compare-transition {
  position: absolute;
  inset: 18px;
  border-radius: 20px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(242, 234, 241, 0), rgba(242, 234, 241, 0.12), rgba(242, 234, 241, 0)),
    radial-gradient(circle at 50% 50%, rgba(146, 12, 106, 0.2), rgba(146, 12, 106, 0));
  mix-blend-mode: screen;
  filter: blur(7px);
  opacity: 0;
  transform: scale(0.98);
  animation: compareSceneSwitch var(--vpn-compare-cycle) ease-in-out infinite;
}

html.js #internet-compare:not(.is-motion-active) .vpn-compare-scene--before,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-scene--after,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-link-state--after,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-link-dot,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-scene--before .vpn-compare-badge,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-scene--after .vpn-compare-badge,
html.js #internet-compare:not(.is-motion-active) .vpn-compare-transition {
  animation-play-state: paused !important;
}

.metrics-section {
  padding-top: 84px;
}

.metrics-section-after-pricing {
  padding-top: 68px;
}

.metrics-inline-title {
  margin: 0 0 14px;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(242, 234, 241, 0.68);
}

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

.metrics-row-compact {
  gap: 12px;
}

.metrics-row-compact .metric-card {
  padding: 16px 14px 14px;
}

.metrics-row-compact .metric-icon-badge {
  width: 46px;
  height: 46px;
  margin-bottom: 10px;
}

.metrics-row-compact .metric-icon {
  width: 24px;
  height: 24px;
}

.metrics-row-compact .metric-value {
  font-size: clamp(1.34rem, 2.3vw, 1.72rem);
}

.metrics-row-compact .metric-caption {
  margin-top: 6px;
  font-size: 0.84rem;
}

.metric-card {
  position: relative;
  border-radius: var(--card-radius);
  border: 1px solid rgba(242, 234, 241, 0.16);
  background:
    linear-gradient(155deg, rgba(46, 30, 46, 0.68), rgba(46, 30, 46, 0.34)),
    radial-gradient(circle at 12% -10%, rgba(146, 12, 106, 0.2), rgba(146, 12, 106, 0));
  padding: 22px 18px 20px;
  text-align: center;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.metric-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(132deg, rgba(146, 12, 106, 0.44), rgba(242, 234, 241, 0.22), rgba(146, 12, 106, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.metric-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--card-radius) - 1px);
  background:
    radial-gradient(120% 95% at 50% 2%, rgba(146, 12, 106, 0.24), rgba(146, 12, 106, 0) 60%),
    radial-gradient(92% 72% at 50% 100%, rgba(242, 234, 241, 0.1), rgba(242, 234, 241, 0) 72%);
  filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.metric-card > * {
  position: relative;
  z-index: 1;
}

.metric-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 24, 139, 0.28);
  box-shadow: var(--glow-card-soft-stack);
}

.metric-card:hover::before {
  opacity: 0.46;
}

.metric-card:hover::after {
  opacity: 0.34;
}

.metric-icon-badge {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(242, 234, 241, 0.16);
  background:
    linear-gradient(150deg, rgba(46, 30, 46, 0.86), rgba(146, 12, 106, 0.38)),
    radial-gradient(circle at 24% 16%, rgba(242, 234, 241, 0.18), rgba(242, 234, 241, 0));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.13);
  overflow: visible;
}

.metric-icon {
  width: 30px;
  height: 30px;
  display: block;
  overflow: visible;
  color: rgba(242, 234, 241, 0.94);
  transition: transform 240ms ease, filter 240ms ease;
}

.metric-icon path,
.metric-icon rect,
.metric-icon circle,
.metric-icon polygon {
  fill: currentColor;
}

.metric-card:hover .metric-icon {
  transform: scale(1.05);
  filter: brightness(1.08) contrast(1.08);
}

.metric-value {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.18rem);
  color: var(--text-main);
}

.metric-caption {
  margin: 7px 0 0;
  font-size: 0.94rem;
  color: rgba(242, 234, 241, 0.78);
}

.happ-section {
  position: relative;
  padding-top: 64px;
}

.happ-head {
  margin-inline: auto;
  text-align: center;
}

.happ-pill {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.16);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.64), rgba(46, 30, 46, 0.24));
  font-size: 0.82rem;
  color: rgba(242, 234, 241, 0.9);
}

.happ-head h2 {
  margin-bottom: 10px;
}

.happ-accent {
  color: rgba(242, 228, 240, 0.96);
  text-shadow: 0 0 16px rgba(146, 12, 106, 0.3);
}

.happ-subtitle {
  max-width: 56ch;
  margin: 0 auto;
  font-size: 0.98rem;
}

.platform-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.platform-card {
  position: relative;
  cursor: pointer;
  min-width: 0;
  border-radius: 20px;
  border: 1px solid rgba(242, 234, 241, 0.09);
  background:
    linear-gradient(158deg, rgba(46, 30, 46, 0.58), rgba(46, 30, 46, 0.22)),
    radial-gradient(circle at 16% -8%, rgba(146, 12, 106, 0.09), rgba(146, 12, 106, 0));
  padding: 16px 11px 14px;
  text-align: center;
  overflow: hidden;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.platform-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(134deg, rgba(146, 12, 106, 0.26), rgba(242, 234, 241, 0.14), rgba(146, 12, 106, 0.22));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.platform-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 19px;
  background:
    radial-gradient(120% 90% at 50% 2%, rgba(146, 12, 106, 0.16), rgba(146, 12, 106, 0) 62%),
    radial-gradient(95% 70% at 50% 100%, rgba(242, 234, 241, 0.06), rgba(242, 234, 241, 0) 72%);
  filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}

.platform-card > * {
  position: relative;
  z-index: 1;
}

.platform-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 24, 139, 0.24);
  box-shadow: var(--glow-card-soft-stack);
}

.platform-card:hover::before {
  opacity: 0.24;
}

.platform-card:hover::after {
  opacity: 0.2;
}

.platform-card:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(194, 24, 139, 0.24);
  box-shadow: var(--glow-card-soft-stack);
}

.platform-card:focus-visible::before {
  opacity: 0.24;
}

.platform-card:focus-visible::after {
  opacity: 0.2;
}

.platform-icon-wrap {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 234, 241, 0.08);
  background:
    linear-gradient(152deg, rgba(46, 30, 46, 0.78), rgba(146, 12, 106, 0.2)),
    radial-gradient(circle at 24% 16%, rgba(242, 234, 241, 0.1), rgba(242, 234, 241, 0));
  overflow: visible;
}

.platform-icon {
  width: 32px;
  height: 32px;
  display: block;
  overflow: visible;
  color: rgba(242, 234, 241, 0.92);
  transition: transform 240ms ease, filter 240ms ease;
}

.platform-icon path,
.platform-icon rect,
.platform-icon circle,
.platform-icon polygon {
  fill: currentColor;
}

.platform-card:hover .platform-icon {
  transform: scale(1.05);
  filter: brightness(1.08) contrast(1.08);
}

.platform-card h3 {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.platform-card p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(242, 234, 241, 0.66);
  overflow-wrap: anywhere;
}

.platform-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 8px;
  color: rgba(242, 234, 241, 0.86);
  text-decoration: none;
  font-size: 0.83rem;
  border-bottom: 1px solid transparent;
  transition: color var(--transition-ui), border-color var(--transition-ui);
}

.platform-card a:hover {
  color: var(--text-main);
  border-color: rgba(242, 234, 241, 0.36);
}

.platform-card-featured {
  border-color: rgba(146, 12, 106, 0.24);
  box-shadow: 0 0 0 1px rgba(146, 12, 106, 0.1), 0 0 12px rgba(146, 12, 106, 0.09);
}

.platform-card-featured a {
  color: rgba(242, 234, 241, 0.9);
}

.ios-support {
  margin-top: 18px;
}

.ios-support-toggle {
  width: auto;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.32));
  color: rgba(242, 234, 241, 0.84);
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color var(--transition-ui), color var(--transition-ui), transform var(--transition-ui);
}

.ios-support-toggle:hover {
  border-color: rgba(146, 12, 106, 0.3);
  color: rgba(242, 234, 241, 0.94);
  transform: translateY(-1px);
}

.ios-support.is-open .ios-support-toggle {
  border-color: rgba(146, 12, 106, 0.36);
  color: rgba(242, 234, 241, 0.96);
}

.ios-support.is-auto .ios-support-toggle {
  display: none;
}

.ios-info-card {
  margin-top: 12px;
  border-radius: 24px;
  border: 1px solid rgba(242, 234, 241, 0.12);
  background:
    linear-gradient(150deg, rgba(46, 30, 46, 0.64), rgba(46, 30, 46, 0.28)),
    radial-gradient(circle at 10% -26%, rgba(146, 12, 106, 0.18), rgba(146, 12, 106, 0));
  padding: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.ios-info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background:
    linear-gradient(150deg, rgba(46, 30, 46, 0.88), rgba(146, 12, 106, 0.34)),
    radial-gradient(circle at 22% 16%, rgba(242, 234, 241, 0.16), rgba(242, 234, 241, 0));
  display: grid;
  place-items: center;
}

.ios-info-icon svg {
  width: 22px;
  height: 22px;
}

.ios-info-icon path {
  stroke: rgba(242, 234, 241, 0.9);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ios-info-card h3 {
  margin-bottom: 8px;
}

.ios-info-card p {
  margin: 0 0 12px;
  max-width: 62ch;
  font-size: 0.92rem;
}

.ios-info-card a {
  color: rgba(194, 24, 139, 0.95);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: color var(--transition-ui), border-color var(--transition-ui);
}

.ios-info-card a:hover {
  color: rgba(242, 234, 241, 0.95);
  border-color: rgba(242, 234, 241, 0.36);
}

.section {
  padding-top: 118px;
}

.section-head {
  max-width: 780px;
  margin-bottom: 22px;
}

.section-head h2 {
  margin-top: 2px;
}

#features .section-head h2,
#happ .section-head h2,
#how .section-head h2 {
  font-size: clamp(1.42rem, 2.4vw, 2.02rem);
}

.pricing-head h2,
#security .section-head h2 {
  font-size: clamp(1.62rem, 3vw, 2.5rem);
}

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

.feature-card,
.step-card,
.price-card,
.security-card,
.final-cta {
  border-radius: var(--card-radius);
}

.feature-card {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(242, 234, 241, 0.13);
  background:
    linear-gradient(155deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.38)),
    radial-gradient(circle at 0% 0%, rgba(146, 12, 106, 0.06), transparent 54%);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.feature-card::before,
.step-card::before,
.price-card::before,
.security-card::before,
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      320px circle at var(--mx, 50%) var(--my, 50%),
      rgba(146, 12, 106, 0.15),
      rgba(146, 12, 106, 0)
    );
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--transition);
}

.feature-card::after,
.step-card::after,
.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(242, 234, 241, 0.24), rgba(146, 12, 106, 0.2), rgba(242, 234, 241, 0.1));
  -webkit-mask: linear-gradient(#100812 0 0) content-box, linear-gradient(#100812 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.36;
  pointer-events: none;
  transition: opacity var(--transition);
}

.feature-card::after {
  background: linear-gradient(135deg, rgba(194, 24, 139, 0.42), rgba(111, 10, 120, 0.32), rgba(59, 18, 70, 0.42));
  opacity: 0.18;
}

.step-card::after,
.price-card::after {
  background: linear-gradient(140deg, rgba(242, 234, 241, 0.24), rgba(146, 12, 106, 0.2), rgba(242, 234, 241, 0.1));
}

.feature-card:hover,
.step-card:hover,
.security-card:hover,
.final-cta:hover,
.price-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow-card-soft-stack);
}

.feature-card:hover {
  box-shadow: var(--glow-card-soft-stack);
}

.feature-card:hover::before,
.step-card:hover::before,
.security-card:hover::before,
.final-cta:hover::before,
.price-card:hover::before {
  opacity: 1;
}

.feature-card:hover::after,
.step-card:hover::after,
.price-card:hover::after {
  opacity: 0.46;
}

.card-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(242, 234, 241, 0.2);
  background: linear-gradient(150deg, rgba(46, 30, 46, 0.84), rgba(146, 12, 106, 0.35));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.12);
  transition: box-shadow var(--transition), transform var(--transition);
}

.icon-svg {
  width: 19px;
  height: 19px;
}

.draw-path {
  stroke: var(--text-main);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  fill: none;
}

.draw .draw-path {
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  transition: stroke-dashoffset 1.2s ease;
}

.reveal.in-view .draw .draw-path {
  stroke-dashoffset: 0;
}

.icon-wrap:hover {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.34), inset 0 1px 0 rgba(242, 234, 241, 0.2);
}

.feature-card:hover .icon-wrap {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.34), inset 0 1px 0 rgba(242, 234, 241, 0.2);
}

.feature-card:hover .draw-path {
  stroke: rgba(242, 234, 241, 0.96);
}

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

.steps-grid-inline {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(242, 234, 241, 0.08);
}

.step-card {
  position: relative;
  padding: 14px 14px 13px;
  border-radius: 16px;
  border: 1px solid rgba(242, 234, 241, 0.1);
  background: linear-gradient(150deg, rgba(46, 30, 46, 0.56), rgba(46, 30, 46, 0.28));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.05);
  transition: border-color var(--transition-ui), transform var(--transition-ui);
}

.step-card::before,
.step-card::after {
  display: none;
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(194, 24, 139, 0.24);
  box-shadow: var(--glow-card-soft-stack), inset 0 1px 0 rgba(242, 234, 241, 0.08);
}

.step-card h3 {
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.step-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.38;
}

.steps-grid-inline .step-card {
  padding: 12px 12px 11px;
  border-color: rgba(242, 234, 241, 0.08);
  background: linear-gradient(150deg, rgba(46, 30, 46, 0.48), rgba(46, 30, 46, 0.2));
}

.step-index {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--text-main);
  font-family: "Unbounded", sans-serif;
  font-size: 0.94rem;
}

.vpn-flow-wrap {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

html.js .vpn-flow-wrap {
  --flow-enter-ease: cubic-bezier(0.2, 0.9, 0.2, 1);
}

.vpn-flow-card {
  border-radius: var(--card-radius);
  border: 1px solid rgba(242, 234, 241, 0.1);
  background:
    linear-gradient(155deg, rgba(46, 30, 46, 0.58), rgba(46, 30, 46, 0.26)),
    radial-gradient(circle at 18% -22%, rgba(146, 12, 106, 0.1), rgba(146, 12, 106, 0));
  width: 100%;
  max-width: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.vpn-flow-label {
  margin: 0;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(242, 234, 241, 0.74);
  align-self: flex-start;
}

.vpn-flow-track {
  position: relative;
  margin-top: 4px;
  width: 100%;
  min-height: 338px;
  border-radius: 18px;
  border: 0;
  background:
    linear-gradient(148deg, rgba(46, 30, 46, 0.46), rgba(46, 30, 46, 0.2)),
    radial-gradient(circle at 50% 50%, rgba(146, 12, 106, 0.08), rgba(146, 12, 106, 0));
  padding: 50px clamp(30px, 4vw, 50px) 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(28px, 5vw, 70px);
  overflow: hidden;
}

.vpn-tunnel-label {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translate(-50%, -3px);
  border-radius: 999px;
  border: 1px solid rgba(194, 24, 139, 0.3);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.74), rgba(146, 12, 106, 0.24));
  color: rgba(242, 234, 241, 0.84);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  padding: 4px 10px;
  white-space: nowrap;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: opacity 420ms var(--flow-enter-ease), transform 420ms var(--flow-enter-ease);
}

.vpn-flow-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.vpn-flow-lines-mobile {
  display: none;
}

.vpn-rail {
  position: absolute;
  border-radius: 999px;
  overflow: hidden;
}

.vpn-flow-lines-desktop .vpn-rail-primary {
  left: 16.67%;
  top: 50%;
  width: 33.33%;
  height: 4px;
  transform: translateY(-50%);
}

.vpn-flow-lines-desktop .vpn-rail-secondary {
  left: 50%;
  top: 50%;
  width: 33.33%;
  height: 4px;
  transform: translateY(-50%);
}

.vpn-rail-track,
.vpn-line-progress {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.vpn-rail-track {
  background: rgba(242, 234, 241, 0.22);
}

.vpn-line-progress {
  background: linear-gradient(90deg, rgba(146, 12, 106, 0.9), rgba(194, 24, 139, 0.96));
  box-shadow: 0 0 10px rgba(146, 12, 106, 0.44);
  transform-origin: left center;
  transform: scaleX(1);
  opacity: 0.95;
  transition: opacity 560ms var(--flow-enter-ease), transform 560ms var(--flow-enter-ease);
}

.vpn-packet {
  position: absolute;
  z-index: 2;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(194, 24, 139, 0.94);
  box-shadow: 0 0 10px rgba(146, 12, 106, 0.46);
  opacity: 0;
  transform: translate(-50%, -50%);
  display: none;
}

.vpn-packet-a {
  animation-delay: 0s;
}

.vpn-packet-b {
  animation-delay: 300ms;
}

.vpn-packet-c {
  animation-delay: 600ms;
}

.vpn-node {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  min-width: 0;
  width: 100%;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 560ms var(--flow-enter-ease), transform 560ms var(--flow-enter-ease);
}

.vpn-node-icon {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  border: 1px solid rgba(242, 234, 241, 0.16);
  background:
    linear-gradient(150deg, rgba(46, 30, 46, 0.56), rgba(46, 30, 46, 0.3)),
    radial-gradient(circle at 26% 20%, rgba(146, 12, 106, 0.24), rgba(146, 12, 106, 0));
  -webkit-backdrop-filter: blur(10px) saturate(140%);
  backdrop-filter: blur(10px) saturate(140%);
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.14),
    inset 0 -10px 20px rgba(16, 8, 18, 0.22),
    0 8px 24px rgba(16, 8, 18, 0.34);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.vpn-node-icon svg {
  width: 44px;
  height: 44px;
}

.vpn-node-icon path {
  stroke: rgba(242, 234, 241, 0.94);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vpn-node-title {
  margin: 0;
  font-size: 0.98rem;
  color: rgba(242, 234, 241, 0.86);
}

.vpn-node-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, -100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 9px;
  white-space: nowrap;
  border: 1px solid transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 3;
}

.vpn-node-badge-warning {
  color: rgba(241, 212, 156, 0.96);
  border-color: rgba(241, 212, 156, 0.36);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.76), rgba(146, 91, 12, 0.18));
  opacity: 1;
}

.vpn-node-badge-safe {
  color: rgba(162, 242, 224, 0.96);
  border-color: rgba(76, 196, 167, 0.42);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.76), rgba(76, 196, 167, 0.2));
  opacity: 1;
}

.vpn-access-state {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, -100%);
  display: grid;
  justify-items: center;
  z-index: 3;
}

.vpn-access-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.66rem;
  letter-spacing: 0.02em;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 4px 8px;
  white-space: nowrap;
  opacity: 0;
}

.vpn-access-icon {
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 0.6rem;
  line-height: 1;
}

.vpn-access-chip-blocked {
  color: rgba(241, 212, 156, 0.95);
  border-color: rgba(241, 212, 156, 0.3);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.74), rgba(146, 91, 12, 0.16));
  opacity: 0;
  display: none;
}

.vpn-access-chip-blocked .vpn-access-icon {
  background: rgba(241, 212, 156, 0.14);
}

.vpn-access-chip-open {
  color: rgba(162, 242, 224, 0.96);
  border-color: rgba(76, 196, 167, 0.38);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.74), rgba(76, 196, 167, 0.2));
  opacity: 1;
}

.vpn-access-chip-open .vpn-access-icon {
  background: rgba(76, 196, 167, 0.2);
}

.vpn-center-info {
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 2;
  transform: translateX(-50%);
  width: min(430px, calc(100% - 28px));
  text-align: center;
  min-height: 1.2em;
}

.vpn-center-info-item {
  position: absolute;
  inset: 0;
  display: block;
  color: rgba(242, 234, 241, 0.76);
  font-size: 0.79rem;
  letter-spacing: 0.01em;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.vpn-center-info-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.vpn-flow-status {
  margin: 14px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.93rem;
  color: rgba(162, 242, 224, 0.96);
  border: 1px solid rgba(76, 196, 167, 0.4);
  background: linear-gradient(145deg, rgba(76, 196, 167, 0.14), rgba(46, 30, 46, 0.22));
  border-radius: 999px;
  padding: 7px 12px;
  opacity: 1;
  transform: translateY(0);
  align-self: center;
  transition: opacity 520ms var(--flow-enter-ease), transform 520ms var(--flow-enter-ease);
}

.vpn-flow-status-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(76, 196, 167, 0.22);
  color: rgba(162, 242, 224, 0.98);
  font-size: 0.8rem;
  line-height: 1;
}

html.js .vpn-flow-wrap:not(.is-activated) .vpn-node {
  opacity: 0;
  transform: translateY(8px) scale(0.96);
}

html.js .vpn-flow-wrap:not(.is-activated) .vpn-line-progress {
  opacity: 0;
  transform: scaleX(0);
}

html.js .vpn-flow-wrap:not(.is-activated) .vpn-tunnel-label {
  opacity: 0;
  transform: translate(-50%, -3px);
}

html.js .vpn-flow-wrap:not(.is-activated) .vpn-flow-status {
  opacity: 0;
  transform: translateY(6px);
}

html.js .vpn-flow-wrap.is-activated .vpn-device {
  transition-delay: 40ms;
}

html.js .vpn-flow-wrap.is-activated .vpn-server {
  transition-delay: 140ms;
}

html.js .vpn-flow-wrap.is-activated .vpn-internet {
  transition-delay: 240ms;
}

html.js .vpn-flow-wrap.is-activated .vpn-line-progress-primary {
  transition-delay: 120ms;
}

html.js .vpn-flow-wrap.is-activated .vpn-line-progress-secondary {
  transition-delay: 220ms;
}

html.js .vpn-flow-wrap.is-activated .vpn-flow-status {
  transition-delay: 320ms;
}

.vpn-flow-cta {
  margin-top: 10px;
  padding: 8px 14px;
  font-size: 0.82rem;
  min-height: 0;
  border-color: rgba(242, 234, 241, 0.2);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.56), rgba(46, 30, 46, 0.3));
  align-self: center;
}

.vpn-flow-cta::before {
  opacity: 0;
}

.pricing-head {
  text-align: center;
  margin-inline: auto;
}

#pricing {
  position: relative;
  isolation: isolate;
}

#pricing .pricing-head,
#pricing .pricing-billing,
#pricing .pricing-grid {
  position: relative;
  z-index: 1;
}

.pricing-aurora {
  position: absolute;
  inset: 114px -48px 16px;
  z-index: 0;
  pointer-events: none;
  filter: none;
  opacity: 0;
  background:
    radial-gradient(44% 48% at 16% 52%, rgba(255, 70, 170, 0.22), rgba(255, 70, 170, 0)),
    radial-gradient(48% 54% at 52% 18%, rgba(160, 70, 255, 0.2), rgba(160, 70, 255, 0)),
    radial-gradient(40% 50% at 86% 58%, rgba(86, 191, 255, 0.18), rgba(86, 191, 255, 0));
  transform: translate3d(0, 10px, 0) scale(0.985);
  transition: opacity 360ms ease, transform 360ms ease;
}

#pricing.is-active .pricing-aurora {
  opacity: 0.72;
  transform: translate3d(0, 0, 0) scale(1);
}

.pricing-head h2 {
  margin-bottom: 10px;
}

.pricing-hint {
  margin: 0 auto;
  max-width: 72ch;
  font-size: 0.94rem;
  color: rgba(242, 234, 241, 0.74);
}

.pricing-billing {
  margin: 18px auto 0;
  width: min(410px, 100%);
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.72), rgba(46, 30, 46, 0.36));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.billing-option {
  appearance: none;
  min-height: 40px;
  border: 1px solid rgba(242, 234, 241, 0.12);
  border-radius: 999px;
  background: rgba(46, 30, 46, 0.42);
  color: rgba(242, 234, 241, 0.8);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 9px 10px;
  cursor: pointer;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, color 240ms ease, background 240ms ease;
}

.billing-option:hover {
  border-color: rgba(146, 12, 106, 0.42);
  color: var(--text-main);
}

.billing-option.is-active {
  border-color: rgba(194, 24, 139, 0.52);
  color: var(--text-main);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.84), rgba(146, 12, 106, 0.28));
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.22);
}

.pricing-grid {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  perspective: 1200px;
  perspective-origin: 50% -8%;
}

.price-card {
  --card-scale: 1;
  position: relative;
  isolation: isolate;
  height: 100%;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(12, 12, 18, 0.55);
  -webkit-backdrop-filter: blur(16px) saturate(138%);
  backdrop-filter: blur(16px) saturate(138%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 16px 38px rgba(0, 0, 0, 0.42);
  transform: translateY(0) scale(var(--card-scale));
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

html.js #pricing .price-card.reveal {
  opacity: 0;
  transform: translate3d(0, 72px, 0) rotateX(10deg) scale(0.97);
  transform-origin: 50% 100%;
  transition: none;
  will-change: opacity, transform;
}

html.js #pricing .price-card.reveal.is-visible {
  animation: pricingCardReveal 1040ms var(--pricing-reveal-ease) both;
  animation-delay: var(--pricing-delay, 0ms);
}

.price-card::before,
.price-card::after {
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto 1px;
  height: 42%;
  border-radius: 25px 25px 16px 16px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05) 18%, transparent 40%);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0;
  border-radius: inherit;
  background: none;
  -webkit-mask: none;
  mask: none;
  border: 1px solid rgba(255, 255, 255, 0.05);
  opacity: 0.86;
  pointer-events: none;
}

.price-card > * {
  position: relative;
  z-index: 1;
}

.price-card > .featured-outline {
  position: absolute;
  inset: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 36px);
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  overflow: visible;
}

.price-card-basic {
  border-color: rgba(255, 255, 255, 0.11);
}

.price-card-family {
  border-color: rgba(255, 255, 255, 0.13);
}

.price-card-maximum {
  --card-scale: 1.02;
  position: relative;
}

.price-card h3 {
  font-size: 1.1rem;
  margin: 0;
}

.price-usecase {
  margin: -2px 0 0;
  font-size: 0.84rem;
  min-height: 2.4em;
  color: rgba(242, 234, 241, 0.74);
  overflow-wrap: anywhere;
}

.price-social-proof {
  margin: -2px 0 0;
  font-size: 0.8rem;
  min-height: 1.2em;
  color: rgba(194, 24, 139, 0.92);
  overflow-wrap: anywhere;
}

.price-social-proof.is-placeholder {
  visibility: hidden;
}

.price-block {
  margin: 2px 0 2px;
  min-height: 70px;
  display: grid;
  align-content: start;
  gap: 2px;
}

.price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: nowrap;
  line-height: 1.06;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 20px rgba(146, 12, 106, 0.22);
  color: var(--text-main);
}

.price-value {
  display: inline-block;
  min-width: 0;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  transition: opacity 220ms ease, transform 240ms ease, filter 240ms ease;
}

.price-period {
  font-family: "Onest", sans-serif;
  font-size: 0.5em;
  margin-left: 0;
  letter-spacing: 0;
  color: rgba(242, 234, 241, 0.8);
  white-space: nowrap;
}

.price-saving {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.25;
  color: rgba(242, 234, 241, 0.8);
  transition: opacity 220ms ease, transform 240ms ease, filter 240ms ease, color 240ms ease;
}

.price-saving.is-economy {
  color: rgba(194, 24, 139, 0.84);
}

.price-note {
  margin: 0 0 6px;
  color: rgba(242, 234, 241, 0.84);
  overflow-wrap: anywhere;
}

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

.metric-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 9px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.16);
  background: rgba(46, 30, 46, 0.58);
  transition: border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.metric-chip svg {
  width: 14px;
  height: 14px;
  stroke: rgba(242, 234, 241, 0.92);
  stroke-width: 1.8;
  transition: stroke 240ms ease;
}

.metric-chip span {
  color: var(--text-main);
  font-size: 0.78rem;
  line-height: 1;
}

.price-card ul {
  margin: 2px 0 18px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.price-card ul li {
  position: relative;
  padding-left: 28px;
}

.price-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.08rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  color: var(--text-main);
  border: 1px solid rgba(146, 12, 106, 0.56);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.9), rgba(146, 12, 106, 0.46));
  box-shadow: 0 0 14px rgba(146, 12, 106, 0.32);
  transition: transform 240ms ease, border-color 240ms ease, background 240ms ease, box-shadow 240ms ease;
}

.price-card .btn {
  margin-top: auto;
  width: 100%;
  min-height: 42px;
  justify-content: center;
  border-color: rgba(242, 234, 241, 0.18);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.48), rgba(46, 30, 46, 0.24));
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.price-card:hover,
.price-card:focus-within {
  transform: translateY(-6px) scale(var(--card-scale));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 20px 44px rgba(0, 0, 0, 0.52);
}

.price-card:hover::before,
.price-card:focus-within::before {
  opacity: 0.3;
}

.price-card:hover::after,
.price-card:focus-within::after {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.1);
}

.price-card:hover .btn,
.price-card:focus-within .btn {
  transform: none;
  border-color: rgba(146, 12, 106, 0.28);
  box-shadow: inset 0 1px 0 rgba(242, 234, 241, 0.11);
}

.price-card .btn:hover {
  transform: translateY(-1px);
}

.price-card:hover .metric-chip,
.price-card:focus-within .metric-chip {
  border-color: rgba(146, 12, 106, 0.44);
  background: rgba(46, 30, 46, 0.72);
  box-shadow: 0 0 14px rgba(146, 12, 106, 0.18);
}

.price-card:hover .metric-chip svg,
.price-card:focus-within .metric-chip svg {
  stroke: rgba(242, 234, 241, 0.98);
}

.price-card:hover ul li::before,
.price-card:focus-within ul li::before {
  transform: scale(1.05);
  border-color: rgba(194, 24, 139, 0.72);
  background: linear-gradient(140deg, rgba(46, 30, 46, 0.92), rgba(146, 12, 106, 0.56));
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.4);
}

.price-card .btn::after {
  opacity: 0.28;
}

.price-card.featured .btn {
  border-color: rgba(194, 24, 139, 0.32);
  background:
    linear-gradient(145deg, rgba(146, 12, 106, 0.62), rgba(194, 24, 139, 0.52) 52%, rgba(111, 10, 120, 0.56)),
    radial-gradient(circle at 20% 20%, rgba(242, 234, 241, 0.09), rgba(146, 12, 106, 0.05));
  box-shadow:
    inset 0 1px 0 rgba(242, 234, 241, 0.16),
    inset 0 -8px 14px rgba(146, 12, 106, 0.2),
    0 0 14px rgba(146, 12, 106, 0.2),
    0 8px 20px rgba(16, 8, 18, 0.4);
}

.price-card.featured {
  overflow: visible;
  padding-top: 56px;
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(160deg, rgba(22, 14, 28, 0.66), rgba(12, 12, 18, 0.58)),
    radial-gradient(circle at 50% 6%, rgba(194, 24, 139, 0.12), rgba(194, 24, 139, 0) 74%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 40px rgba(0, 0, 0, 0.5);
}

.price-card.featured:hover,
.price-card.featured:focus-within {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 22px 48px rgba(0, 0, 0, 0.56),
    0 0 30px rgba(255, 70, 170, 0.14);
}

.price-card.featured::after {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.12);
}

.price-card.featured::before {
  opacity: 0.28;
}

.price-card.featured .featured-outline-track,
.price-card.featured .featured-outline-run {
  fill: none;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.price-card.featured .featured-outline-track {
  stroke: rgba(242, 234, 241, 0.22);
  stroke-width: 1.05;
  opacity: 0.46;
}

.price-card.featured .featured-outline-run {
  stroke-linecap: round;
  stroke-width: 1.68;
  opacity: 0.34;
  transition: opacity 220ms ease, stroke 220ms ease;
}

.price-card.featured .featured-outline-run-a {
  stroke: var(--max-outline);
  stroke-dasharray: 14 86;
  stroke-dashoffset: 0;
}

.price-card.featured .featured-outline-run-b {
  stroke: var(--max-outline-alt);
  stroke-dasharray: 14 86;
  stroke-dashoffset: -50;
}

.price-card.featured:hover .featured-outline-run-a,
.price-card.featured:focus-within .featured-outline-run-a {
  stroke: var(--max-outline);
  opacity: 0.88;
}

.price-card.featured:hover .featured-outline-run-b,
.price-card.featured:focus-within .featured-outline-run-b {
  stroke: var(--max-outline-deep);
  opacity: 0.88;
}

.price-card.featured .badge {
  position: absolute;
  top: 14px;
  left: 18px;
  z-index: 5;
  display: inline-flex;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  max-width: calc(100% - 36px);
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(140deg, rgba(146, 12, 106, 0.95), rgba(111, 10, 120, 0.9));
  color: var(--text-main);
  border: 1px solid rgba(242, 234, 241, 0.24);
  box-shadow: 0 0 22px rgba(146, 12, 106, 0.46);
}

.price-card.is-switching .price-value,
.price-card.is-switching .price-saving {
  opacity: 0;
  transform: translateY(6px);
  filter: blur(2px);
}

.security-wrap {
  display: grid;
}

.security-card {
  position: relative;
  padding: 28px;
}

.security-card h2 {
  max-width: 16ch;
}

.security-card > p {
  margin: 15px 0 22px;
  max-width: 64ch;
}

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

.security-points > div {
  border-radius: 16px;
  border: 1px solid rgba(242, 234, 241, 0.11);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.52), rgba(46, 30, 46, 0.26));
  padding: 14px;
}

.security-points h3 {
  font-size: 1rem;
  margin-bottom: 8px;
}

.security-points p {
  margin: 0;
  font-size: 0.94rem;
}

.final-cta {
  position: relative;
  text-align: center;
  padding: 32px 22px;
}

.final-cta p {
  max-width: 58ch;
  margin-inline: auto;
}

.final-cta .hero-actions {
  justify-content: center;
  margin: 24px 0 0;
}

.glass:is(
  .connection-card,
  .platform-card,
  .ios-info-card,
  .feature-card,
  .step-card,
  .vpn-compare-card,
  .vpn-flow-card,
  .security-card,
  .final-cta
) {
  background:
    linear-gradient(156deg, rgba(46, 30, 46, 0.5), rgba(26, 18, 32, 0.34)),
    radial-gradient(circle at 14% -14%, rgba(146, 12, 106, 0.2), rgba(146, 12, 106, 0) 64%) !important;
  border: 1px solid rgba(242, 234, 241, 0.14) !important;
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate)) !important;
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate)) !important;
  box-shadow: var(--glass-shadow-soft), inset 0 1px 0 var(--glass-highlight) !important;
}

.glass.debug-glass,
.glass-panel.debug-glass {
  -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
  backdrop-filter: blur(24px) saturate(160%) !important;
  background: rgba(10, 10, 16, 0.25) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.footer {
  padding: 42px 0 58px;
  text-align: center;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(242, 234, 241, 0.2);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.3));
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.9rem;
  transition: border-color var(--transition-ui), background var(--transition-ui), transform var(--transition-ui), box-shadow var(--transition-ui);
}

.footer-link:hover {
  border-color: rgba(146, 12, 106, 0.52);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.76), rgba(146, 12, 106, 0.24));
  box-shadow: 0 0 18px rgba(146, 12, 106, 0.2);
  transform: translateY(-1px);
}

.footer-link.is-active {
  border-color: rgba(146, 12, 106, 0.54);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.76), rgba(146, 12, 106, 0.24));
}

.footer p {
  margin: 0;
  color: rgba(167, 140, 163, 0.95);
  font-size: 0.92rem;
}

.legal-topbar {
  width: min(940px, calc(100% - 28px));
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.legal-topbar .logo {
  margin-right: 0;
}

.legal-main.container {
  width: min(940px, calc(100% - 40px));
  padding-top: 86px;
  padding-bottom: 24px;
}

.legal-card {
  border-radius: 28px;
  padding: clamp(22px, 3vw, 36px);
}

.legal-card h1 {
  max-width: none;
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
}

.legal-meta {
  margin: 0 0 28px;
  color: rgba(167, 140, 163, 0.9);
  font-size: 0.88rem;
}

.legal-section + .legal-section {
  margin-top: 24px;
}

.legal-section h2 {
  font-size: clamp(1.14rem, 2vw, 1.45rem);
  margin: 0 0 12px;
}

.legal-section p {
  margin: 0 0 11px;
}

.legal-card strong {
  color: var(--text-main);
}

.legal-list {
  margin: 0 0 11px;
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

.legal-note {
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(242, 234, 241, 0.14);
  background: linear-gradient(145deg, rgba(46, 30, 46, 0.62), rgba(46, 30, 46, 0.3));
}

.legal-footer.footer {
  padding-top: 10px;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  will-change: opacity, transform;
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal[data-reveal="hero"] {
  animation: heroRise 1.1s ease both;
}

.reveal.in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.interactive-card {
  position: relative;
}

.interactive-card::before {
  opacity: 0.42;
}

.price-card.interactive-card:not(:is(:hover, :focus-within))::before {
  opacity: 0.22;
}

body.perf-lite .bg-aurora {
  inset: -8% -6%;
  animation: none;
}

body.perf-lite .aurora-cloud,
body.perf-lite .aurora-blob,
body.perf-lite .radial-light,
body.perf-lite .noise-layer,
body.perf-lite .glow-orb {
  display: none;
}

body.perf-lite .mesh-layer {
  opacity: 0.28;
  filter: none;
  animation: none;
}

body.perf-lite .glass,
body.perf-lite .glass-panel {
  -webkit-backdrop-filter: blur(9px) saturate(122%);
  backdrop-filter: blur(9px) saturate(122%);
}

body.perf-lite #pricing .price-card {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

body.perf-lite #pricing .pricing-aurora {
  display: none;
}

body.perf-lite .menu a {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.perf-lite .reveal {
  filter: none;
  will-change: opacity, transform;
  transition: opacity 0.56s ease, transform 0.56s ease;
}

body.perf-lite .price-card.featured,
body.perf-lite .icon-wrap:hover {
  animation: none !important;
}

body.perf-lite .discount-offer-cta {
  animation: none;
}

body.perf-lite .price-card.featured {
  transform: none;
  box-shadow: var(--shadow-soft);
}

body.perf-lite .price-card.featured .featured-outline-run {
  opacity: 0.5;
}

body.perf-lite .feature-card:hover,
body.perf-lite .feature-card:focus-within,
body.perf-lite .step-card:hover,
body.perf-lite .step-card:focus-within,
body.perf-lite .security-card:hover,
body.perf-lite .security-card:focus-within,
body.perf-lite .final-cta:hover,
body.perf-lite .final-cta:focus-within,
body.perf-lite .price-card:hover,
body.perf-lite .price-card:focus-within {
  transform: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.44);
}

body.perf-lite .feature-card::before,
body.perf-lite .step-card::before,
body.perf-lite .price-card::before,
body.perf-lite .security-card::before,
body.perf-lite .final-cta::before {
  opacity: 0.2;
  transition: none;
}

@keyframes auroraDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate3d(-1.2%, 1.2%, 0) rotate(-0.8deg) scale(1.02);
  }
}

@keyframes auroraBlobDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(3%, -3%, 0) scale(1.03);
  }
}

@keyframes meshShift {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-2%, 1%) rotate(-0.8deg) scale(1.02);
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
}

@keyframes cloudFloatA {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(8%, 5%) rotate(1.8deg) scale(1.06);
  }
}

@keyframes cloudFloatB {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-9%, -6%) rotate(-2deg) scale(1.05);
  }
}

@keyframes cloudFloatC {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(6%, -8%) rotate(1.6deg) scale(1.05);
  }
}

@keyframes pulseLightA {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(1);
  }
  50% {
    opacity: 0.26;
    transform: scale(1.08);
  }
}

@keyframes pulseLightB {
  0%,
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.22;
    transform: scale(1.09);
  }
}

@keyframes orbFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.18;
  }
  50% {
    transform: translate3d(6px, -8px, 0) scale(1.08);
    opacity: 0.3;
  }
}

@keyframes noiseMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-8px, 4px);
  }
  50% {
    transform: translate(4px, -6px);
  }
  75% {
    transform: translate(-4px, 3px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes glowPulse {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.55;
  }
}

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

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

@keyframes barsPulse {
  0%,
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes pricingCardReveal {
  0% {
    opacity: 0;
    transform: translate3d(0, 72px, 0) rotateX(10deg) scale(0.97);
  }
  74% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(var(--card-scale));
  }
}

@keyframes iconGlow {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.86;
  }
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes compareSceneBefore {
  0%,
  33% {
    opacity: 1;
    visibility: visible;
  }
  42%,
  84% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes compareSceneAfter {
  0%,
  38% {
    opacity: 0;
    visibility: hidden;
  }
  48%,
  84% {
    opacity: 1;
    visibility: visible;
  }
  94%,
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes compareSceneSwitch {
  0%,
  31% {
    opacity: 0;
    transform: scale(0.98);
  }
  36% {
    opacity: 0.56;
    transform: scale(1);
  }
  44% {
    opacity: 0;
    transform: scale(1.01);
  }
  82% {
    opacity: 0;
    transform: scale(1.01);
  }
  88% {
    opacity: 0.52;
    transform: scale(1);
  }
  96%,
  100% {
    opacity: 0;
    transform: scale(0.98);
  }
}

@keyframes compareBeforeBadges {
  0%,
  6% {
    opacity: 0;
    transform: translateY(7px);
  }
  10%,
  32% {
    opacity: 1;
    transform: translateY(0);
  }
  38%,
  100% {
    opacity: 0;
    transform: translateY(7px);
  }
}

@keyframes compareAfterBadges {
  0%,
  52% {
    opacity: 0;
    transform: translateY(7px);
  }
  57%,
  84% {
    opacity: 1;
    transform: translateY(0);
  }
  90%,
  100% {
    opacity: 0;
    transform: translateY(7px);
  }
}

@keyframes compareAfterIndicator {
  0%,
  53% {
    opacity: 0;
    transform: translateY(6px);
  }
  58%,
  84% {
    opacity: 1;
    transform: translateY(0);
  }
  90%,
  100% {
    opacity: 0;
    transform: translateY(6px);
  }
}

@keyframes compareLinkDotPulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.14);
  }
}

@keyframes discountCtaPulse {
  0%,
  100% {
    box-shadow:
      inset 0 1px 0 rgba(242, 234, 241, 0.26),
      inset 0 -8px 24px rgba(146, 12, 106, 0.34),
      0 0 22px rgba(146, 12, 106, 0.3),
      0 10px 30px rgba(16, 8, 18, 0.48);
  }
  50% {
    box-shadow:
      inset 0 1px 0 rgba(242, 234, 241, 0.3),
      inset 0 -8px 26px rgba(194, 24, 139, 0.46),
      0 0 30px rgba(194, 24, 139, 0.44),
      0 14px 34px rgba(16, 8, 18, 0.56);
  }
}

@media (max-width: 1080px) {
  .hero {
    gap: 24px;
    padding-top: 70px;
  }

  .hero-tech-bg {
    inset: -30px -24px -44px;
  }

  .hero-title {
    font-size: clamp(2.2rem, 7.5vw, 4rem);
  }

  .connection-card {
    width: min(560px, 100%);
  }

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

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

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

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

  .vpn-compare-card {
    min-height: 410px;
  }

  .vpn-compare-scene {
    inset: 14px;
  }

  .vpn-compare-browser-content {
    grid-template-columns: 1fr;
  }

  .vpn-flow-track {
    min-height: 336px;
    padding: 52px 30px 74px;
    gap: 30px;
  }

  .price-card.featured {
    --card-scale: 1.02;
  }
}

@media (max-width: 840px) {
  .pricing-aurora {
    inset: 94px -40px 4px;
  }

  .topbar {
    gap: 10px;
    width: min(1120px, calc(100% - 18px));
    margin-top: 8px;
    padding: 8px 10px;
  }

  .menu {
    gap: 7px;
  }

  .menu a {
    font-size: 0.83rem;
    padding: 6px 10px;
  }

  .hero {
    gap: 22px;
    padding-top: 62px;
  }

  .hero-title {
    max-width: 14.2ch;
  }

  .hero-tech-bg {
    inset: -24px -14px -36px;
    border-radius: 26px;
  }

  .hero-indicators {
    gap: 8px;
  }

  .hero-indicators li {
    font-size: 0.82rem;
    padding: 7px 11px;
  }

  .connection-card {
    padding: 12px;
    border-radius: 20px;
  }

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

  .ios-info-card {
    padding: 16px;
  }

  .status-metrics {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .status-metrics li {
    padding-top: 10px;
  }

  .status-metrics li + li {
    border-left: 0;
    border-top: 1px solid rgba(242, 234, 241, 0.1);
  }

  .feature-grid,
  .pricing-grid,
  .security-points {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vpn-compare-card {
    min-height: 440px;
    padding: 14px;
  }

  .vpn-compare-scene {
    inset: 14px;
    padding: 12px;
  }

  .vpn-compare-site-grid {
    gap: 8px;
  }

  .vpn-compare-badge {
    font-size: 0.7rem;
    padding: 5px 9px;
  }

  .vpn-flow-card {
    padding: 16px;
  }

  .vpn-flow-track {
    min-height: 316px;
    padding: 48px 20px 70px;
    gap: 22px;
  }

  .vpn-node-icon {
    width: 80px;
    height: 80px;
  }

  .pricing-billing {
    width: min(460px, 100%);
    margin-top: 16px;
  }

  .billing-option {
    font-size: 0.82rem;
    padding: 8px 8px;
  }

  .price-card.featured {
    --card-scale: 1.02;
  }

  .section {
    padding-top: 74px;
  }

  .legal-topbar {
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 0;
    padding: 8px 2px;
  }

  .legal-main.container {
    padding-top: 60px;
  }

  .legal-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .pricing-aurora {
    inset: 84px -28px 2px;
  }

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

  .topbar:not(.legal-topbar) {
    top: 0;
    margin: 0 auto;
    width: calc(100% - 12px);
    min-height: 62px;
    padding: 8px 8px;
    gap: 8px;
    border-radius: 0 0 18px 18px;
    border: 1px solid rgba(242, 234, 241, 0.1);
    border-top: 0;
    background: linear-gradient(180deg, rgba(16, 8, 18, 0.94), rgba(16, 8, 18, 0.74));
    backdrop-filter: blur(10px);
  }

  .topbar:not(.legal-topbar) .logo {
    flex: 0 0 auto;
  }

  .topbar:not(.legal-topbar) .logo-text {
    display: none;
  }

  .topbar:not(.legal-topbar) .menu {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 1px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .topbar:not(.legal-topbar) .menu::-webkit-scrollbar {
    display: none;
  }

  .topbar:not(.legal-topbar) .menu a {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 6px 10px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .topbar:not(.legal-topbar) .menu a::after {
    display: none;
  }

  .topbar:not(.legal-topbar) .btn-nav {
    display: none;
  }

  .discount-offer {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    width: auto;
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  .discount-offer-title {
    font-size: 0.96rem;
  }

  .discount-offer-code {
    margin-bottom: 12px;
    padding: 8px 10px;
    font-size: 0.84rem;
  }

  .discount-offer-note {
    font-size: 0.7rem;
  }

  .hero {
    gap: 20px;
    padding-top: 48px;
  }

  .hero-tech-bg {
    inset: -18px -10px -30px;
    border-radius: 22px;
  }

  .vpn-compare-card {
    min-height: 468px;
  }

  .vpn-compare-scene {
    transform: scale(0.98);
    transform-origin: top center;
  }

  .vpn-compare-browser-top {
    grid-template-columns: auto 1fr;
  }

  .vpn-compare-link-state {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .vpn-compare-site {
    min-height: 70px;
    padding: 10px;
  }

  .vpn-flow-card {
    padding: 20px 16px;
  }

  .vpn-flow-track {
    min-height: 520px;
    padding: 46px 16px 72px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .vpn-flow-lines-desktop {
    display: none;
  }

  .vpn-flow-lines-mobile {
    display: block;
  }

  .vpn-flow-lines-mobile .vpn-rail-primary {
    left: 50%;
    top: 16%;
    width: 4px;
    height: 34%;
    transform: translateX(-50%);
  }

  .vpn-flow-lines-mobile .vpn-rail-secondary {
    left: 50%;
    top: 50%;
    width: 4px;
    height: 34%;
    transform: translateX(-50%);
  }

  .vpn-flow-lines-mobile .vpn-line-progress {
    transform-origin: center top;
    transform: scaleY(1);
  }

  .vpn-node-icon {
    width: 72px;
    height: 72px;
  }

  .vpn-node-title {
    font-size: 0.9rem;
  }

  .vpn-tunnel-label {
    top: 8px;
    font-size: 0.68rem;
    padding: 3px 9px;
  }

  .vpn-node-badge {
    top: -12px;
    font-size: 0.62rem;
    padding: 3px 7px;
  }

  .vpn-access-state {
    top: -12px;
    left: 50%;
    transform: translate(-50%, -100%);
    justify-items: center;
  }

  .vpn-center-info {
    bottom: 12px;
    width: calc(100% - 26px);
  }

  .vpn-flow-cta {
    width: 100%;
    justify-content: center;
  }

  .vpn-flow-status {
    margin-top: 12px;
    font-size: 0.88rem;
  }

  .pricing-hint {
    font-size: 0.88rem;
  }

  .pricing-billing {
    padding: 4px;
    gap: 4px;
  }

  .billing-option {
    font-size: 0.78rem;
    padding: 8px 6px;
  }

  .price-usecase {
    font-size: 0.81rem;
  }

  .price-social-proof {
    font-size: 0.76rem;
  }

  .price-block {
    min-height: 64px;
  }

  .price-period {
    font-size: 0.48em;
  }

  .hero-pill {
    font-size: 0.76rem;
  }

  .hero-title {
    max-width: 12.4ch;
    font-size: clamp(2rem, 11vw, 2.65rem);
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero-actions {
    margin-bottom: 22px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .metrics-row {
    grid-template-columns: 1fr;
  }

  .metric-card {
    padding: 20px 16px 18px;
  }

  .platform-grid {
    margin-top: 24px;
  }

  .connection-card-chrome {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .chrome-dots {
    justify-content: center;
  }

  .chrome-address {
    text-align: center;
    font-size: 0.84rem;
  }

  .status-ring {
    width: 50px;
    height: 50px;
  }

  .status-ring-icon {
    font-size: 1.12rem;
  }

  .status-title {
    font-size: clamp(0.96rem, 5vw, 1.12rem);
  }

  .status-location {
    font-size: 0.84rem;
  }

  .status-hint {
    font-size: 0.8rem;
    padding: 8px 10px;
  }

  .status-summary {
    gap: 10px;
  }

  .status-chip {
    margin-bottom: 4px;
  }

  .ios-support-toggle {
    width: 100%;
    justify-content: center;
  }

  .ios-info-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .legal-topbar {
    top: 0;
    margin-top: 0;
    min-height: 60px;
    padding: 8px 0;
  }

  .legal-topbar .btn-nav {
    padding: 10px 14px;
    font-size: 0.82rem;
  }

  .footer-legal-links {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-link {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .platform-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .price-card.featured {
    padding-top: 52px;
  }

  .price-card.featured .badge {
    top: 12px;
    left: 14px;
    max-width: calc(100% - 28px);
    font-size: 0.69rem;
  }
}

@media (hover: none), (pointer: coarse), (max-width: 840px) {
  .bg-aurora {
    inset: -8% -6%;
    animation: none;
  }

  .aurora-cloud,
  .aurora-blob,
  .radial-light,
  .noise-layer,
  .glow-orb {
    display: none;
  }

  .mesh-layer {
    opacity: 0.28;
    filter: none;
    animation: none;
  }

  .glass,
  .glass-panel {
    -webkit-backdrop-filter: blur(11px) saturate(128%);
    backdrop-filter: blur(11px) saturate(128%);
  }

  #pricing .price-card {
    -webkit-backdrop-filter: blur(12px) saturate(130%);
    backdrop-filter: blur(12px) saturate(130%);
  }

  .menu a {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .menu a,
  .billing-option,
  .footer-link,
  .ios-support-toggle,
  .status-retry,
  .platform-card a {
    min-height: 44px;
  }

  .discount-offer-close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .discount-offer-eyebrow,
  .discount-offer-title {
    margin-right: 52px;
  }
}

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

  .bg-aurora,
  .aurora-cloud,
  .aurora-blob {
    animation: none !important;
  }

  .aurora-blob {
    opacity: 0.22;
  }

  .metric-card:hover,
  .platform-card:hover {
    transform: translateY(-1px);
  }

  .price-card:hover {
    transform: translateY(-1px) scale(var(--card-scale));
  }

  html.js #pricing .price-card.reveal {
    transform: none;
    filter: none;
    opacity: 0;
    will-change: opacity;
  }

  html.js #pricing .price-card.reveal.is-visible {
    animation: none !important;
    opacity: 1;
    transition-property: opacity !important;
    transition-duration: 240ms !important;
    transition-timing-function: ease !important;
  }

  .price-card.featured .featured-outline-run {
    animation: none !important;
    filter: none !important;
    opacity: 0.74;
  }

  .metric-card:hover::before,
  .platform-card:hover::before {
    animation: none !important;
    opacity: 0.34;
  }

  .metric-card:hover::after,
  .platform-card:hover::after {
    animation: none !important;
    opacity: 0.24;
  }

  .price-card:hover .btn {
    transform: none;
  }

  .price-card.is-switching .price-value,
  .price-card.is-switching .price-saving {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .vpn-node,
  .vpn-server .vpn-node-icon,
  .vpn-line-progress,
  .vpn-flow-status,
  .vpn-tunnel-label,
  .vpn-node-badge,
  .vpn-access-chip,
  .vpn-center-info-item,
  .vpn-packet {
    animation: none !important;
  }

  .discount-offer-cta {
    animation: none !important;
  }

  .vpn-node {
    opacity: 1;
    transform: none;
  }

  .vpn-line-progress {
    opacity: 0.92;
    transform: none;
  }

  .vpn-flow-status {
    opacity: 1;
    transform: none;
  }

  .vpn-tunnel-label {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .vpn-packet {
    display: none;
  }

  .vpn-node-badge-warning {
    opacity: 0;
  }

  .vpn-node-badge-safe {
    opacity: 1;
    transform: translate(-50%, -100%);
  }

  .vpn-access-chip-blocked {
    opacity: 0;
  }

  .vpn-access-chip-open {
    opacity: 1;
    transform: none;
  }

  .vpn-center-info-item {
    opacity: 0;
    transform: none;
  }

  .vpn-center-info-item-ip {
    opacity: 1;
  }

  .vpn-compare-scene,
  .vpn-compare-badge,
  .vpn-compare-link-state--after,
  .vpn-compare-link-dot,
  .vpn-compare-transition {
    animation: none !important;
  }

  .vpn-compare-scene--before {
    opacity: 0;
    visibility: hidden;
  }

  .vpn-compare-scene--after {
    opacity: 1;
    visibility: visible;
  }

  .vpn-compare-scene--after .vpn-compare-badge,
  .vpn-compare-scene--after .vpn-compare-link-state--after {
    opacity: 1;
    transform: none;
  }
}
