:root {
  --bg: #07050d;
  --text: #f6f3ff;
  --muted: #bdb5d4;
  --panel: rgba(255, 255, 255, 0.04);
  --panel-2: rgba(255, 255, 255, 0.02);
  --border: rgba(227, 195, 255, 0.2);
  --purple: #8f2cff;
  --purple-soft: #c27aff;
  --glow: 0 0 24px rgba(177, 97, 255, 0.28);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max: 1160px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "Sora", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 50% 0%, #12121a 0%, #0b0b10 100%);
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}

/* Foundational Atmosphere Stack */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background:
    /* Layer 1: Dot Matrix */
    radial-gradient(rgba(143, 44, 255, 0.05) 1px, transparent 1px),
    /* Layer 2: Drifting Nebulas */
    radial-gradient(circle at 20% 30%, rgba(143, 44, 255, 0.08), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(143, 44, 255, 0.06), transparent 40%),
    /* Layer 3: Solid Base */
    #07050d;
  background-size: 24px 24px, 100% 100%, 100% 100%, 100% 100%;
}

/* Kinetic Signal Layer - Now Static */
body::after {
  content: "";
  position: fixed;
  inset: -100px;
  z-index: -4;
  opacity: 0.03;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

/* Peripheral Vignette - Moved to absolute bottom of visible stack */
.site-overlay {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle, transparent 50%, rgba(0, 0, 0, 0.4) 110%);
}



/* Subtle Grid Texture & Ambient Glows */
/* Layer 2: Refined Data Grid */
/* Layer 2: Topographic & Geometric System */
.topo-container {
  position: fixed;
  inset: -50vh 0;
  /* Massive expansion for parallax */
  height: 300vh;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.topo-lines {
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 500 Q 250 300 500 500 T 1000 500' fill='none' stroke='%23ae57ff' stroke-width='1.5' opacity='0.4'/%3E%3Cpath d='M0 600 Q 250 400 500 600 T 1000 600' fill='none' stroke='%23ae57ff' stroke-width='1.2' opacity='0.3'/%3E%3Cpath d='M0 400 Q 250 200 500 400 T 1000 400' fill='none' stroke='%23ae57ff' stroke-width='1' opacity='0.5'/%3E%3C/svg%3E");
  background-size: cover;
  animation: bgShift 60s linear infinite;
}

.topo-shape {
  position: absolute;
  background: linear-gradient(135deg, #ae57ff, #7029de);
  filter: blur(40px) drop-shadow(0 0 20px rgba(174, 87, 255, 0.4));
  opacity: 0.35;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  animation: breatheGlow 8s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.triangle-wrapper {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}

.tw-1 {
  top: -5%;
  left: -5%;
  width: 320px;
  height: 280px;
}

.tw-2 {
  bottom: 5%;
  right: -5%;
  width: 240px;
  height: 210px;
}

.tw-3 {
  top: 35%;
  right: 10%;
  width: 180px;
  height: 160px;
}

.tw-4 {
  bottom: 20%;
  left: 10%;
  width: 120px;
  height: 110px;
}

.tw-5 {
  top: 60%;
  right: -10%;
  width: 400px;
  height: 350px;
}

.tw-6 {
  top: 15%;
  left: 40%;
  width: 150px;
  height: 140px;
}

.tw-7 {
  bottom: -5%;
  left: 30%;
  width: 280px;
  height: 250px;
}

.tw-8 {
  top: 45%;
  left: -5%;
  width: 100px;
  height: 90px;
}

.triangle-1 {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #ae57ff, #7029de, transparent 70%);
  filter: blur(50px) drop-shadow(0 0 40px rgba(174, 87, 255, 0.6));
  opacity: 0.4;
  animation: float1 25s ease-in-out infinite alternate, breatheGlow 6s ease-in-out infinite alternate;
  animation-delay: -12s, -3s;
}

.triangle-2 {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #9e46ff, #6118cc, transparent 70%);
  filter: blur(60px) drop-shadow(0 0 35px rgba(158, 70, 255, 0.5));
  opacity: 0.3;
  animation: float2 30s ease-in-out infinite alternate, breatheGlow 8s ease-in-out infinite alternate;
  animation-delay: -7s, -15s;
}

.triangle-3 {
  width: 100%;
  height: 100%;
  background: #ae57ff;
  opacity: 0.25;
  filter: blur(70px) drop-shadow(0 0 30px rgba(174, 87, 255, 0.4));
  animation: float3 22s ease-in-out infinite alternate, breatheGlow 5s ease-in-out infinite alternate;
  animation-delay: -18s, -1s;
}

.triangle-4 {
  width: 100%;
  height: 100%;
  background: #7029de;
  opacity: 0.3;
  filter: blur(30px) drop-shadow(0 0 25px rgba(112, 41, 222, 0.5));
  animation: float4 28s ease-in-out infinite alternate, breatheGlow 7s ease-in-out infinite alternate;
  animation-delay: -21s, -4s;
}

.triangle-5 {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #8f2cff, transparent 80%);
  filter: blur(80px) drop-shadow(0 0 50px rgba(143, 44, 255, 0.3));
  opacity: 0.2;
  animation: float5 35s ease-in-out infinite alternate, breatheGlow 10s ease-in-out infinite alternate;
  animation-delay: -5s, -9s;
}

.triangle-6 {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #c27aff, #8f2cff);
  filter: blur(25px) drop-shadow(0 0 15px rgba(194, 122, 255, 0.4));
  opacity: 0.35;
  animation: float6 20s ease-in-out infinite alternate, breatheGlow 4s ease-in-out infinite alternate;
  animation-delay: -14s, -2s;
}

.triangle-7 {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #7029de, transparent 75%);
  filter: blur(60px) drop-shadow(0 0 40px rgba(112, 41, 222, 0.3));
  opacity: 0.25;
  animation: float7 32s ease-in-out infinite alternate, breatheGlow 9s ease-in-out infinite alternate;
}

.triangle-8 {
  width: 100%;
  height: 100%;
  background: #ae57ff;
  filter: blur(15px) drop-shadow(0 0 10px rgba(174, 87, 255, 0.5));
  opacity: 0.4;
  animation: float8 18s ease-in-out infinite alternate, breatheGlow 3s ease-in-out infinite alternate;
  animation-delay: -3s, -6s;
}

.topo-accents {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    radial-gradient(circle at 80% 20%, #fff 1px, transparent 1px),
    radial-gradient(circle at 15% 75%, #fff 1px, transparent 1px);
  background-size: 200px 200px;
}

.topo-accents::before {
  content: "+";
  position: absolute;
  top: 20%;
  left: 20%;
  color: #fff;
  font-family: monospace;
  font-size: 20px;
  opacity: 0.2;
}

.topo-accents::after {
  content: "+";
  position: absolute;
  bottom: 30%;
  right: 25%;
  color: #fff;
  font-family: monospace;
  font-size: 20px;
  opacity: 0.2;
}

@keyframes float1 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(50px, -60px) rotate(10deg);
  }
}

@keyframes float2 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-40px, -90px) rotate(-15deg);
  }
}

@keyframes float3 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(60px, 40px) rotate(20deg);
  }
}

@keyframes float4 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-30px, -50px) rotate(-10deg);
  }
}

@keyframes float5 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-100px, -80px) rotate(15deg);
  }
}

@keyframes float6 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(40px, -30px) rotate(-25deg);
  }
}

@keyframes float7 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(-60px, 60px) rotate(10deg);
  }
}

@keyframes float8 {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(30px, 40px) rotate(30deg);
  }
}

@keyframes breatheGlow {
  0% {
    opacity: 0.24;
  }

  100% {
    opacity: 0.48;
  }
}

/* Layer 3: Technical Data Grid (Subtle) */
.ambient-layer {
  position: fixed;
  inset: -50vh 0;
  /* Massive expansion */
  height: 300vh;
  pointer-events: none;
  z-index: -1;
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(143, 44, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 44, 255, 0.1) 1px, transparent 1px);
  background-size: 100px 100px;
}

/* Cursor Glow Layer */
.cursor-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(circle 450px at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(143, 44, 255, 0.08), transparent 80%);
  transition: opacity 0.5s ease;
}

@keyframes bgShift {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 1000px 0;
  }
}

a {
  color: inherit;
}

.top-nav {
  position: sticky;
  top: calc(0.6rem + env(safe-area-inset-top));
  z-index: 60;
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 0.65rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(227, 195, 255, 0.08);
  border-top: 1px solid rgba(227, 195, 255, 0.2);
  /* Edge lighting */
  background: rgba(10, 7, 20, 0.75);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.brand-logo-image {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: radial-gradient(circle at center, rgba(166, 61, 255, 0.15), transparent);
  border: 1px solid rgba(166, 61, 255, 0.3);
  padding: 4px;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(166, 61, 255, 0.1);
}

.brand-name {
  font-family: "Oxanium", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.main-links {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.main-links a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}

.main-links a:hover {
  color: #fff;
  text-shadow: 0 0 12px rgba(143, 44, 255, 0.6);
}

.btn {
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.18rem;
  min-height: 44px;
  font-size: 0.92rem;
  font-weight: 600;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ae57ff 0%, #8f2cff 50%, #6118cc 100%);
  border: 1px solid rgba(227, 195, 255, 0.3);
  box-shadow:
    0 8px 20px rgba(143, 44, 255, 0.35),
    inset 0 1px 1px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-25deg);
  animation: glint 6s infinite;
}

@keyframes glint {
  0% {
    left: -100%;
  }

  20% {
    left: 200%;
  }

  100% {
    left: 200%;
  }
}

.btn-primary:hover {
  box-shadow: 0 12px 28px rgba(150, 60, 255, 0.5);
  background: linear-gradient(135deg, #bd7aff 0%, #9e46ff 50%, #7029de 100%);
  transform: translateY(-2px);
}

.btn-ghost {
  border-color: var(--border);
  color: #ece3ff;
  background: rgba(255, 255, 255, 0.02);
}

.btn-nav {
  padding: 0.65rem 1.4rem;
  font-size: 0.88rem;
  border-color: rgba(228, 189, 255, 0.46);
  box-shadow: 0 0 20px rgba(178, 97, 255, 0.3);
}

.btn-xl {
  padding: 1rem 1.55rem;
  font-size: 1rem;
}

.section {
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto;
  padding: 4.5rem 0;
  /* slightly more breathing room */
  position: relative;
  scroll-margin-top: 6.5rem;
}

.section-panel {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.03);
  /* softer borders */
  background: linear-gradient(165deg, rgba(25, 20, 35, 0.3), rgba(10, 8, 15, 0.4));
  padding: 1.2rem;
  overflow: visible;
}

.hero {
  padding-top: 6rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3.5rem;
  padding-top: 5.5rem;
  position: relative;
}

/* Layer 3: Hero Glow (Pulse) */
.hero::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: -200px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 44, 255, 0.15), transparent 70%);
  pointer-events: none;
  z-index: -1;
  animation: floatAmbient 50s ease-in-out infinite alternate, pulseIntensity 15s ease-in-out infinite alternate;
}

@keyframes pulseIntensity {
  0% {
    opacity: 0.4;
    transform: scale(0.95);
  }

  100% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

/* Animated Analytics Line (Hero Background) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1000 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 350 L200 300 L400 320 L600 250 L800 280 L1000 200' fill='none' stroke='rgba(194, 122, 255, 0.08)' stroke-width='2' stroke-dasharray='10,10'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
  animation: graphSlide 20s linear infinite;
}

@keyframes graphSlide {
  from {
    background-position: -100% 0;
  }

  to {
    background-position: 100% 0;
  }
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  line-height: 1.05;
  background: linear-gradient(180deg, #fff 30%, #c499ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  filter: drop-shadow(0 0 15px rgba(166, 61, 255, 0.2));
  /* Atmospheric glow */
  animation: textSlightPulse 8s ease-in-out infinite alternate;
}

@keyframes textSlightPulse {
  0% {
    filter: drop-shadow(0 0 10px rgba(166, 61, 255, 0.1));
  }

  100% {
    filter: drop-shadow(0 0 25px rgba(166, 61, 255, 0.3));
  }
}

.kinetic-text {
  background: linear-gradient(90deg,
      #fff 0%,
      #ae57ff 25%,
      #00f2ff 50%,
      #ae57ff 75%,
      #fff 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: flowGradient 5s linear infinite;
  font-weight: 800;
}

@keyframes flowGradient {
  to {
    background-position: 200% center;
  }
}

.subheadline {
  margin: 1.35rem 0 0;
  font-size: clamp(1.1rem, 2.2vw, 1.3rem);
  color: #dbcdfc;
  font-weight: 500;
  padding-left: 1rem;
  border-left: 2px solid rgba(166, 61, 255, 0.5);
  /* Technical readout accent */
  letter-spacing: 0.02em;
}

/* ── Trust Counter ── */
.hero-trust-counter {
  display: flex;
  align-items: baseline;
  gap: 0.15rem;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}

.trust-number {
  font-family: var(--font-heading, 'Oxanium', sans-serif);
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 800;
  background: linear-gradient(135deg, #8f2cff, #c084fc, #e879f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.trust-plus {
  font-family: var(--font-heading, 'Oxanium', sans-serif);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #c084fc;
}

.trust-counter-label {
  width: 100%;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-top: -0.2rem;
}

/* ── Animated Gradient for heading ── */
.animated-gradient {
  background: linear-gradient(90deg, #8f2cff, #c084fc, #e879f9, #00f2ff, #8f2cff);
  background-size: 300% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerGradient 4s ease-in-out infinite;
}

@keyframes shimmerGradient {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}

/* ── Hero Pillars ── */
.hero-pillars {
  display: flex;
  gap: 1.5rem;
  margin: 1rem 0 0.5rem;
  flex-wrap: wrap;
}

.pillar-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: border-color 0.3s, background 0.3s;
}

.pillar-item:hover {
  border-color: rgba(143, 44, 255, 0.3);
  background: rgba(143, 44, 255, 0.08);
}

.pillar-icon {
  font-size: 1.1rem;
}

.pillar-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

/* ── Social Badges with Brand Colors ── */
.hero-badges {
  margin-top: 0.72rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  text-decoration: none;
  color: #f1eaff;
  font-size: 0.88rem;
  font-weight: 600;
  backdrop-filter: blur(12px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.badge-tiktok {
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.12), rgba(0, 242, 234, 0.12));
  border-color: rgba(255, 0, 80, 0.25);
}
.badge-tiktok:hover {
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.22), rgba(0, 242, 234, 0.22));
  border-color: rgba(255, 0, 80, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 0, 80, 0.15);
}

.badge-instagram {
  background: linear-gradient(135deg, rgba(228, 64, 95, 0.12), rgba(255, 175, 69, 0.12));
  border-color: rgba(228, 64, 95, 0.25);
}
.badge-instagram:hover {
  background: linear-gradient(135deg, rgba(228, 64, 95, 0.22), rgba(255, 175, 69, 0.22));
  border-color: rgba(228, 64, 95, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(228, 64, 95, 0.15);
}

.badge-youtube {
  background: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.25);
}
.badge-youtube:hover {
  background: rgba(255, 0, 0, 0.18);
  border-color: rgba(255, 0, 0, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.15);
}

.badge-discord {
  background: rgba(88, 101, 242, 0.12);
  border-color: rgba(88, 101, 242, 0.25);
}
.badge-discord:hover {
  background: rgba(88, 101, 242, 0.22);
  border-color: rgba(88, 101, 242, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(88, 101, 242, 0.15);
}

.social-logo {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.04);
  padding: 1px;
}

.hero-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.hero-media {
  display: grid;
  align-content: start;
}

.video-shell,
.stat-card,
.wins-item,
.benefit-grid li,
.plan-card,
.faq-list details,
.partner-btn,
.proof-form,
.performance-pill {
  border: 1px solid var(--border);
  background: linear-gradient(165deg, var(--panel), var(--panel-2));
}

.video-shell {
  border-radius: var(--radius-lg);
  padding: 1rem;
}

.video-shell h3 {
  margin: 0 0 0.8rem;
  font-family: "Oxanium", sans-serif;
  font-size: 1.1rem;
}

.video-placeholder {
  min-height: 210px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(223, 183, 255, 0.5);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: #e7d3ff;
  background: linear-gradient(160deg, rgba(122, 52, 211, 0.22), rgba(25, 16, 49, 0.62));
}

.founder-video {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(223, 183, 255, 0.42);
  background: #06040d;
  min-height: 230px;
}

.video-container-premium {
  margin-top: 2rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(20, 15, 35, 0.8), rgba(10, 8, 20, 0.9));
  padding: 1rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 40px rgba(166, 61, 255, 0.05);
  position: relative;
  overflow: hidden;
  max-width: 900px;
  margin-inline: auto;
}

.video-container-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(166, 61, 255, 0.15), transparent 70%);
  pointer-events: none;
}

.founder-video-premium {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 0.5rem);
  border: 1px solid rgba(223, 183, 255, 0.2);
  background: #06040d;
  aspect-ratio: 16 / 9;
  display: block;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.section-heading h2 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #d9a5ff;
  font-weight: 700;
}

.pricing-grid,
.partner-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  overflow: visible;
}

.pricing-grid {
  padding: 0.5rem 0;
  gap: 1rem;
}

/* Recent Member Wins Proof Feed */
.feed-heading {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.feed-heading-compact {
  margin-bottom: 0.85rem;
}

.wins-label {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #d9a5ff;
  font-weight: 700;
}

.feed-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(227, 195, 255, 0.15);
  border-radius: 999px;
  padding: 0.35rem 0.8rem;
  align-self: flex-start;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
  animation: pulseDot 2s infinite;
}

/* Proof Feed Horizontal Scroll */
.proof-feed-shell {
  position: relative;
  height: auto;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  overflow: hidden;
  z-index: 2;
}

.proof-feed-shell::before {
  display: none;
}

.proof-feed-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 10;
  pointer-events: none;
}

.proof-feed-fade.left {
  left: 0;
  background: linear-gradient(to right, var(--bg) 10%, transparent);
}

.proof-feed-fade.right {
  right: 0;
  background: linear-gradient(to left, var(--bg) 10%, transparent);
}

.proof-feed-scroll {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  padding: 0.75rem 0;
  will-change: transform;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.proof-feed-shell.mobile-feed .proof-feed-scroll {
  gap: 0.85rem;
}

.slip-card-img {
  padding: 0;
  width: auto;
  height: 320px;
  flex-shrink: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: none;
}

.slip-card-img img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
  border-radius: var(--radius-md);
}



.feed-item {
  background: rgba(25, 20, 40, 0.6);
  border: 1px solid rgba(227, 195, 255, 0.1);
  border-radius: var(--radius-md);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(8px);
}

.feed-item:hover {
  transform: scale(1.02);
  border-color: rgba(230, 194, 255, 0.4);
  background: rgba(30, 24, 48, 0.8);
  box-shadow: 0 8px 24px rgba(138, 44, 233, 0.2);
}

.feed-moment-media {
  min-height: 200px;
  border-radius: var(--radius-sm);
  background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  border: 1px dashed rgba(166, 61, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a89bbd;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.feed-moment-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
}

.feed-moment-title {
  font-family: "Oxanium", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f1eaff;
}

.feed-moment-time {
  font-size: 0.8rem;
  color: var(--muted);
}

.quick-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.quick-stat-card {
  border: 1px solid rgba(227, 195, 255, 0.15);
  border-radius: var(--radius-md);
  background: rgba(16, 12, 26, 0.55);
  padding: 0.9rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  justify-content: center;
}

.quick-stat-value {
  font-family: "Oxanium", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #f5eefe;
  line-height: 1.1;
}

.quick-stat-meta {
  font-size: 0.78rem;
  color: #c7b9e0;
  letter-spacing: 0.01em;
}

@keyframes verticalScroll {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }

  /* Scrolls precisely half the duplicated content */
}

.benefit-grid {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.benefit-grid li {
  border-radius: var(--radius-sm);
  padding: 0.86rem;
  font-weight: 600;
}

.benefit-grid li::before {
  content: "✓";
  color: #7ff8cc;
  margin-right: 0.45rem;
}

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

#pricing {
  position: relative;
}

#pricing::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 60, 220, 0.08), transparent 70%);
  pointer-events: none;
  z-index: -1;
  animation: slowBreathe 24s ease-in-out infinite alternate-reverse;
}

.plan-card {
  text-decoration: none;
  border-radius: var(--radius-md);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  border: 1px solid rgba(227, 195, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 194, 255, 0.5);
  box-shadow: 0 12px 36px rgba(166, 61, 255, 0.18);
}

.plan-card.popular {
  border-color: rgba(240, 216, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.4) inset, 0 0 40px rgba(181, 97, 255, 0.5), 0 0 80px rgba(143, 44, 255, 0.2);
  background: linear-gradient(165deg, rgba(80, 25, 140, 0.3), rgba(30, 10, 60, 0.5));
  z-index: 2;
  padding: 2.2rem 1.8rem;
  animation: popularGlow 3s ease-in-out infinite;
}

@keyframes popularGlow {
  0%, 100% { box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.4) inset, 0 0 40px rgba(181, 97, 255, 0.5), 0 0 80px rgba(143, 44, 255, 0.2); }
  50% { box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.6) inset, 0 0 60px rgba(181, 97, 255, 0.65), 0 0 120px rgba(143, 44, 255, 0.3); }
}

.plan-card.popular:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.5) inset, 0 0 45px rgba(181, 97, 255, 0.55);
}

.popular-tag {
  align-self: flex-start;
  border-radius: 999px;
  border: 1px solid rgba(233, 193, 255, 0.54);
  background: rgba(197, 113, 255, 0.18);
  padding: 0.28rem 0.62rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.plan-name {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: 1.15rem;
}

.plan-price {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: 1.8rem;
}

.plan-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.87rem;
}

.plan-cta {
  margin-top: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 194, 255, 0.48);
  background: rgba(188, 102, 255, 0.2);
  color: #fff;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.52rem 0.8rem;
  display: inline-flex;
}

.plan-badges {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.discount-tag {
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  padding: 0.25rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.5), 0 0 30px rgba(34, 197, 94, 0.3), 0 0 60px rgba(34, 197, 94, 0.15);
  animation: discountPulse 2s ease-in-out infinite;
  position: relative;
}

@keyframes discountPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(34, 197, 94, 0.5), 0 0 30px rgba(34, 197, 94, 0.3), 0 0 60px rgba(34, 197, 94, 0.15); }
  50% { box-shadow: 0 0 18px rgba(34, 197, 94, 0.7), 0 0 45px rgba(34, 197, 94, 0.45), 0 0 80px rgba(34, 197, 94, 0.2); }
}

.value-tag {
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  padding: 0.25rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
}

.plan-price-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.plan-original-price {
  font-family: "Oxanium", sans-serif;
  font-size: 1.1rem;
  color: var(--muted);
  text-decoration: line-through;
  opacity: 0.6;
}

.plan-savings {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #4ade80;
  text-shadow: 0 0 8px rgba(74, 222, 128, 0.3);
}

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

.pricing-trust {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.pricing-trust span {
  border-radius: 999px;
  border: 1px solid rgba(228, 188, 255, 0.35);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.35rem 0.7rem;
  font-size: 0.82rem;
  color: #e3cff9;
}

.pricing-urgency {
  margin: 0.82rem 0 0;
  color: #f6d7be;
  font-size: 0.84rem;
  font-weight: 600;
}

.faq-list {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.66rem;
}

.faq-list details {
  border-radius: var(--radius-sm);
  padding: 0.85rem 0.95rem;
}

.faq-list summary {
  list-style: none;
  font-weight: 600;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: #d9a5ff;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

.faq-answer p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  overflow: hidden;
  line-height: 1.6;
}

.faq-list details[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.final-cta {
  margin-top: 2rem;
  border: 1px solid rgba(227, 195, 255, 0.08);
  border-top-color: rgba(227, 195, 255, 0.2);
  /* Edge lighting */
  border-radius: var(--radius-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: visible;
  background: rgba(18, 14, 28, 0.45);
  backdrop-filter: blur(20px);
}

.final-cta::before {
  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: 50%;
  bottom: -450px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 44, 255, 0.2), transparent 70%);
  pointer-events: none;
  z-index: -1;
  animation: slowBreathe 18s ease-in-out infinite alternate;
}

.final-cta h2 {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.final-trust {
  margin: 0.65rem 0 0;
  color: #e9d4ff;
  font-size: 0.92rem;
}

.final-cta .btn {
  margin-top: 0.9rem;
  box-shadow: 0 14px 30px rgba(163, 77, 255, 0.44);
}

.site-footer {
  width: min(var(--max), calc(100% - 2.2rem));
  margin: 0 auto 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  color: var(--muted);
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.site-footer a {
  text-decoration: none;
  color: #e9d9ff;
}

.site-footer a:hover {
  text-decoration: underline;
}

.stack-list {
  margin: 0.9rem 0 0;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.56rem;
}

.stack-list li {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(227, 192, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.78rem 0.85rem;
}

.ladder-list li {
  font-weight: 600;
}

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

.partner-btn {
  text-decoration: none;
  border-radius: var(--radius-md);
  min-height: 186px;
  padding: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.partner-btn:hover {
  transform: translateY(-3px);
  border-color: rgba(230, 194, 255, 0.44);
  box-shadow: var(--glow);
}

.partner-name {
  font-family: "Oxanium", sans-serif;
  font-size: 1.2rem;
}

.partner-focus,
.partner-meta,
.partner-bonus {
  color: var(--muted);
  font-size: 0.84rem;
}

.partner-meta strong {
  color: #fff;
}

.partner-cta {
  margin-top: auto;
  border-radius: 999px;
  border: 1px solid rgba(233, 196, 255, 0.45);
  background: rgba(190, 102, 255, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 0.34rem 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.proof-form {
  margin-top: 1rem;
  border-radius: var(--radius-md);
  padding: 1rem;
  display: grid;
  gap: 0.8rem;
}

.proof-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.87rem;
  color: #e2d6f5;
}

.proof-form input {
  border-radius: 10px;
  border: 1px solid rgba(224, 188, 255, 0.28);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  padding: 0.72rem 0.8rem;
  font-family: inherit;
}

.proof-form input:focus {
  outline: 2px solid rgba(204, 139, 255, 0.3);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.42s ease, transform 0.42s ease;
}

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

[data-stagger]>* {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.36s ease, transform 0.36s ease;
  transition-delay: calc(var(--stagger-index, 0) * 70ms);
}

[data-stagger].is-visible>* {
  opacity: 1;
  transform: translateY(0);
}

.mobile-sticky-cta {
  display: none;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ambientPulse {
  from {
    opacity: 0.65;
  }

  to {
    opacity: 1;
  }
}

@keyframes floatAmbient {
  0% {
    transform: translate(0, 0) scale(1);
  }

  100% {
    transform: translate(3%, 2%) scale(1.04);
  }
}

@keyframes slowBreathe {
  0% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes softPulse {
  0% {
    opacity: 0.55;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.55;
  }
}

@keyframes popularBreathe {
  0% {
    box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.36) inset, 0 0 22px rgba(181, 97, 255, 0.24);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.42) inset, 0 0 30px rgba(181, 97, 255, 0.34);
  }

  100% {
    box-shadow: 0 0 0 1px rgba(251, 235, 255, 0.36) inset, 0 0 22px rgba(181, 97, 255, 0.24);
  }
}

.ambient-particles {
  position: fixed;
  inset: -50vh 0;
  /* Massive expansion */
  height: 300vh;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
  will-change: transform;
  opacity: 0.8;
}

.ambient-particles::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(2px 2px at 10% 20%, rgba(200, 150, 255, 0.45) 50%, transparent),
    radial-gradient(3px 3px at 40% 60%, rgba(200, 150, 255, 0.35) 50%, transparent),
    radial-gradient(4px 4px at 80% 30%, rgba(143, 44, 255, 0.6) 50%, transparent),
    radial-gradient(2px 2px at 90% 80%, rgba(200, 150, 255, 0.25) 50%, transparent),
    radial-gradient(2px 2px at 30% 90%, rgba(200, 150, 255, 0.45) 50%, transparent),
    radial-gradient(3px 3px at 60% 10%, rgba(143, 44, 255, 0.45) 50%, transparent);
  background-size: 200vw 200vh;
  animation: floatParticles 30s linear infinite;
  /* Sped up */
  will-change: transform;
}

@keyframes ambientFloat {
  0% {
    transform: scale(1.02) translate(0, 0);
  }

  100% {
    transform: scale(1.05) translate(-1%, 1.5%);
  }
}

@keyframes floatParticles {
  0% {
    transform: translateY(0) translateX(0);
  }

  100% {
    transform: translateY(-50vh) translateX(-20vw);
  }
}

/* Hero Performance Panels */
.hero-performance-panels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  align-content: center;
  position: relative;
}

.plan-card {
  position: relative;
  background: rgba(18, 14, 28, 0.45);
  border: 1px solid rgba(227, 195, 255, 0.08);
  border-top: 1px solid rgba(227, 195, 255, 0.15);
  /* Edge lighting */
  border-radius: var(--radius-lg);
  padding: 2.25rem 1.8rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.panel-card {
  padding: 1.1rem 1.4rem;
  background: rgba(18, 14, 28, 0.4);
  border: 1px solid rgba(227, 195, 255, 0.08);
  border-top-color: rgba(227, 195, 255, 0.2);
  /* Edge lighting */
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.panel-card:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(230, 194, 255, 0.5);
  box-shadow: var(--glow);
}

.panel-label {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 500;
}

.panel-value {
  font-family: "Oxanium", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.highlight-green {
  color: #4ade80;
  text-shadow: 0 0 10px rgba(74, 222, 128, 0.4);
}

.panel-active {
  justify-content: flex-start;
  gap: 0.75rem;
  color: #d1b4f9;
  font-weight: 600;
  font-size: 0.95rem;
}

.panel-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a855f7;
  box-shadow: 0 0 12px #a855f7;
  animation: pulseDot 1.5s ease-in-out infinite alternate;
}

@keyframes pulseDot {
  from {
    opacity: 0.4;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1.2);
  }
}


/* System Cards */
.system-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}

.system-card {
  padding: 2.2rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(227, 195, 255, 0.08);
  border-top: 1px solid rgba(227, 195, 255, 0.2);
  background: rgba(12, 10, 20, 0.5);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
  z-index: 1;
}

.system-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 0%, rgba(177, 97, 255, 0.12), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.system-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--purple-soft), transparent);
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.system-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230, 194, 255, 0.35);
  box-shadow: 0 12px 36px rgba(138, 44, 233, 0.2);
}

.system-card:hover::before {
  opacity: 1;
}

.system-card:hover::after {
  transform: scaleX(1);
}

.system-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(166, 61, 255, 0.2), rgba(112, 41, 222, 0.2));
  border: 1px solid rgba(209, 123, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oxanium", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #e9d4ff;
  margin-bottom: 1.2rem;
  box-shadow: 0 0 15px rgba(166, 61, 255, 0.2);
}

.system-card h3 {
  margin: 0 0 0.5rem;
  font-family: "Oxanium", sans-serif;
  font-size: 1.2rem;
}

.system-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* VIP Locker Room */
.locker-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.5rem;
  align-items: center;
}

.locker-channels {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.channel-pill {
  padding: 0.8rem 1.2rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(227, 195, 255, 0.1);
  font-weight: 600;
  color: #dbcdfc;
  font-size: 0.95rem;
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.channel-pill:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(6px);
  border-color: rgba(227, 195, 255, 0.35);
  box-shadow: -4px 0 15px rgba(166, 61, 255, 0.15);
}

.locker-preview {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: linear-gradient(165deg, rgba(20, 15, 35, 0.8), rgba(10, 8, 20, 0.9));
  padding: 0.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.discord-placeholder {
  min-height: 320px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(166, 61, 255, 0.4);
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 2px, transparent 2px, transparent 8px), rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.discord-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(4px);
  border-radius: var(--radius-md);
}

.discord-placeholder span {
  position: relative;
  z-index: 2;
  font-family: "Oxanium", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #f1eaff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.8rem 1.5rem;
  background: rgba(10, 7, 20, 0.8);
  border: 1px solid rgba(166, 61, 255, 0.5);
  border-radius: 999px;
  box-shadow: 0 0 30px rgba(166, 61, 255, 0.4);
}

/* Trust Rating & Value Stack */
.trust-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-block: 1.5rem 2.5rem;
}

.stars {
  display: flex;
  gap: 0.2rem;
  color: #fbbf24;
}

.stars svg {
  width: 22px;
  height: 22px;
}

.trust-rating p {
  margin: 0;
  font-size: 0.95rem;
  color: #dbcdfc;
  font-weight: 500;
}

.value-card {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(15, 12, 25, 0.6);
  border: 1px solid rgba(166, 61, 255, 0.1);
  border-top-color: rgba(166, 61, 255, 0.3);
  /* Edge lighting */
  border-radius: var(--radius-lg);
  padding: 2.2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(166, 61, 255, 0.05);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--purple-soft), transparent);
}

.value-card-title {
  margin: 0 0 1.5rem;
  font-family: "Oxanium", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
}

.value-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.value-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.value-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.value-item-left {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.check-icon {
  color: #4ade80;
  font-weight: bold;
  font-family: system-ui, sans-serif;
}

.value-name {
  font-weight: 600;
  font-size: 1.05rem;
  color: #f1eaff;
}

.value-amount {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Inline System Steps inside Value Card */
.system-steps-inline {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.system-steps-title {
  margin: 0 0 1rem;
  font-family: "Oxanium", sans-serif;
  font-size: 0.95rem;
  color: var(--purple-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.system-steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.system-step-mini {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.7rem;
  border-radius: var(--radius-sm);
  background: rgba(143, 44, 255, 0.06);
  border: 1px solid rgba(143, 44, 255, 0.1);
}

.step-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(143, 44, 255, 0.25), rgba(112, 41, 222, 0.25));
  border: 1px solid rgba(209, 123, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oxanium", sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  color: #e9d4ff;
}

.system-step-mini strong {
  display: block;
  font-size: 0.82rem;
  color: #f1eaff;
  margin-bottom: 0.15rem;
}

.system-step-mini p {
  margin: 0;
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}

@media (max-width: 480px) {
  .system-steps-grid {
    grid-template-columns: 1fr;
  }
}

/* Bet Slip Cards */
.slip-card {
  background: rgba(18, 14, 28, 0.6);
  border: 1px solid rgba(227, 195, 255, 0.12);
  border-radius: var(--radius-md);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
}


.slip-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.6rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 60%, transparent 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.slip-overlay-time {
  font-family: "Oxanium", sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  color: #4ade80;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(74, 222, 128, 0.5), 0 0 3px rgba(74, 222, 128, 0.3);
  background: rgba(0, 0, 0, 0.6);
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  border: 1px solid rgba(74, 222, 128, 0.2);
}

.slip-card:hover {
  transform: scale(1.03);
  border-color: rgba(74, 222, 128, 0.3);
  box-shadow: 0 8px 24px rgba(74, 222, 128, 0.12);
}

@media (max-width: 992px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    padding-top: 4.6rem;
  }

  .section {
    padding: 3.4rem 0;
  }

  .pricing-grid,
  .benefit-grid,
  .system-grid,
  .partner-grid,
  .quick-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  main {
    display: flex;
    flex-direction: column;
  }

  #top {
    order: 1;
  }

  #wins {
    order: 3;
  }

  #quick-stats {
    order: 4;
  }

  #system {
    order: 5;
  }

  #value-stack {
    order: 7;
  }

  #pricing {
    order: 8;
  }

  #faq {
    order: 9;
  }

  .final-cta {
    order: 10;
  }

  .top-nav {
    width: calc(100% - 1rem);
    border-radius: 16px;
    margin-top: 0.35rem;
    padding: 0.62rem;
    gap: 0.6rem;
  }

  .main-links {
    display: none;
  }

  .brand-mark {
    gap: 0.55rem;
    min-width: 0;
  }

  .brand-logo-image {
    width: 34px;
    height: 34px;
    padding: 3px;
  }

  .brand-name {
    font-size: 0.98rem;
  }

  .btn-nav {
    padding: 0.6rem 0.95rem;
    font-size: 0.84rem;
    white-space: nowrap;
  }

  .section {
    width: calc(100% - 1rem);
    padding: 2.2rem 0;
  }

  .hero {
    gap: 1.1rem;
    padding-top: 2.5rem;
    padding-bottom: 0.6rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.08;
  }

  .subheadline {
    font-size: 1rem;
    padding-left: 0.75rem;
  }

  .hero-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }

  .hero-badge {
    width: 100%;
    min-height: 44px;
    justify-content: center;
    padding: 0.52rem 0.7rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.6rem;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 52px;
    font-size: 0.98rem;
  }

  .hero-performance-panels {
    display: none;
  }

  .pricing-grid,
  .benefit-grid,
  .system-grid,
  .partner-grid,
  .locker-grid {
    grid-template-columns: 1fr;
  }

  .quick-stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .quick-stat-card {
    min-height: 88px;
    padding: 0.75rem;
  }

  .quick-stat-value {
    font-size: 1rem;
  }

  .quick-stat-meta {
    font-size: 0.72rem;
  }

  .plan-card.popular {
    order: -1;
    transform: none;
    animation: none;
    padding: 1.6rem 1.2rem;
  }

  .plan-card.popular:hover {
    transform: translateY(-2px);
  }

  .pricing-trust span {
    font-size: 0.78rem;
  }

  .proof-feed-shell {
    padding: 0;
    overflow: hidden;
  }

  .proof-feed-fade {
    width: 40px;
  }

  .proof-feed-scroll {
    gap: 0.85rem;
  }

  .slip-card-img {
    width: auto;
    height: 240px;
  }

  .slip-card:hover {
    transform: none;
  }

  .section .btn {
    width: 100%;
  }

  .top-nav .btn {
    width: auto;
  }

  .feed-item:hover,
  .channel-pill:hover,
  .panel-card:hover,
  .system-card:hover,
  .plan-card:hover,
  .hero-badge:hover,
  .btn:hover {
    transform: none;
  }

  .plan-card.popular {
    transform: none;
  }

  .plan-card.popular:hover {
    transform: none;
  }

  .value-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .hero::before,
  .hero-copy::before {
    opacity: 0.34;
  }

  .ambient-layer::after,
  .hero::after {
    animation: none;
    display: none;
  }

  .ambient-layer::before {
    filter: none;
    opacity: 0.2;
    animation: none;
  }

  .topo-container,
  .ambient-particles,
  .cursor-glow {
    display: none;
  }

  body::after {
    display: none;
  }

  .home-page .site-footer {
    flex-direction: column;
    text-align: center;
    margin-bottom: calc(6.1rem + env(safe-area-inset-bottom));
  }

  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    left: 0.62rem;
    right: 0.62rem;
    bottom: calc(0.62rem + env(safe-area-inset-bottom));
    z-index: 70;
    border-radius: 12px;
    min-height: 50px;
    padding: 0.9rem 1rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(140deg, #d17bff, #a63dff 44%, #7029de);
    box-shadow: 0 10px 24px rgba(165, 78, 255, 0.48);
  }
}

@media (max-width: 480px) {
  .section {
    width: calc(100% - 0.8rem);
    padding: 1.95rem 0;
  }

  .hero {
    padding-top: 2.2rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 10vw, 2.35rem);
  }

  .subheadline {
    margin-top: 1rem;
    border-left-width: 1px;
    font-size: 0.96rem;
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .quick-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feed-status {
    font-size: 0.78rem;
    padding: 0.28rem 0.65rem;
  }

  .panel-label {
    font-size: 0.86rem;
  }

  .panel-value {
    font-size: 1.05rem;
  }

  .system-card {
    padding: 1.5rem 1.2rem;
  }

  .value-card {
    padding: 1.4rem 1rem;
  }

  .value-card-title {
    font-size: 1.2rem;
  }

  .btn-nav {
    padding: 0.58rem 0.85rem;
    font-size: 0.8rem;
  }
}

@media (max-width: 390px) {
  .top-nav {
    padding: 0.56rem;
  }

  .brand-name {
    display: none;
  }

  .btn-nav {
    font-size: 0.76rem;
    padding: 0.56rem 0.72rem;
  }

  .hero-copy h1 {
    font-size: 1.72rem;
  }

  .trust-line {
    font-size: 0.85rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

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

  [data-stagger]>* {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ── 3D Photo Carousel ── */
#member-wins-gallery {
  overflow: hidden;
}

.gallery-heading {
  text-align: center;
  margin-bottom: 0.5rem;
}

.gallery-badge {
  display: inline-block;
  font-family: var(--font-heading, 'Oxanium', sans-serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.3em 1em;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  margin-bottom: 0.6rem;
}

.gallery-heading h2 {
  margin-top: 0.4rem;
}

.text-gradient {
  background: linear-gradient(135deg, var(--purple, #8f2cff), #c084fc, #e879f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.gallery-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.3rem;
}

/* Curved scroll gallery */
.wins-carousel-outer {
  perspective: 900px;
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  -webkit-mask-image: linear-gradient(to right, transparent 1%, black 12%, black 88%, transparent 99%);
  mask-image: linear-gradient(to right, transparent 1%, black 12%, black 88%, transparent 99%);
}

.wins-carousel-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  animation: winsScroll 45s linear infinite;
  transform-style: preserve-3d;
  transform: rotateX(2deg);
}

.wins-carousel-track:hover {
  animation-play-state: paused;
}

@keyframes winsScroll {
  0% { transform: translateX(0) rotateX(2deg); }
  100% { transform: translateX(-50%) rotateX(2deg); }
}

.wins-card {
  flex-shrink: 0;
  width: 380px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, #18182a, #0e0e1a);
  border: 1.5px solid rgba(255, 255, 255, 0.06);
  box-shadow:
    0 6px 30px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
  line-height: 0;
  position: relative;
}

.wins-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(143, 44, 255, 0.15), transparent 40%, transparent 60%, rgba(143, 44, 255, 0.08));
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 2;
}

.wins-card:hover {
  border-color: rgba(143, 44, 255, 0.5);
  box-shadow:
    0 12px 48px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(143, 44, 255, 0.12),
    0 0 0 1px rgba(143, 44, 255, 0.35);
  transform: translateY(-8px) scale(1.03);
}

.wins-card:hover::before {
  opacity: 1;
}

.wins-card img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* Reflection glow under cards */
.wins-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10%;
  right: 10%;
  height: 30px;
  background: radial-gradient(ellipse, rgba(143, 44, 255, 0.08) 0%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 768px) {
  .wins-carousel-outer {
    padding: 1rem 0 2rem;
  }

  .wins-card {
    width: 380px;
    border-radius: 14px;
  }

  .wins-carousel-track {
    gap: 1.2rem;
  }
}

@media (max-width: 480px) {
  .wins-card {
    width: 340px;
  }
}

/* Desktop: move Verified Wins above pricing */
@media (min-width: 769px) {
  main {
    display: flex;
    flex-direction: column;
  }

  #top { order: 1; }
  #wins { order: 2; }
  #value-stack { order: 3; }
  #member-wins-gallery { order: 4; }
  #pricing { order: 5; }
  #faq { order: 6; }
  .final-cta { order: 7; }
}

/* ── Live Viewers Counter ── */
.live-viewers {
  position: fixed;
  bottom: 1.2rem;
  left: 1.2rem;
  z-index: 9998;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #4ade80;
  background: rgba(10, 8, 18, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 24px;
  padding: 0.45rem 0.85rem;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4), 0 0 12px rgba(74, 222, 128, 0.1);
}

.live-viewers-dot {
  width: 7px;
  height: 7px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulseDot 1.5s ease-in-out infinite;
}

@media (max-width: 768px) {
  .live-viewers {
    font-size: 0.7rem;
    padding: 0.35rem 0.7rem;
    bottom: 0.8rem;
    left: 0.8rem;
  }
}

/* ── Urgency: Sticky Top Bar ── */
.urgency-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  background: linear-gradient(90deg, #b91c1c, #dc2626, #ef4444);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
  animation: urgencyPulse 3s ease-in-out infinite;
}

@keyframes urgencyPulse {
  0%, 100% { background: linear-gradient(90deg, #b91c1c, #dc2626, #ef4444); }
  50% { background: linear-gradient(90deg, #991b1b, #b91c1c, #dc2626); }
}

.urgency-topbar .urgency-icon {
  font-size: 1rem;
}

.urgency-topbar .urgency-text {
  letter-spacing: 0.02em;
}

.urgency-topbar .urgency-cta {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background: #fff;
  color: #b91c1c;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background 0.2s, transform 0.2s;
}

.urgency-topbar .urgency-cta:hover {
  background: #fef2f2;
  transform: scale(1.05);
}

.urgency-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0 0.3rem;
  margin-left: 0.3rem;
  transition: color 0.2s;
}

.urgency-close:hover {
  color: #fff;
}

/* Push page content down for topbar */
body.has-urgency-bar {
  padding-top: 40px;
}

body.has-urgency-bar .top-nav {
  top: 40px;
}

/* ── Urgency: Pricing Banner ── */
.urgency-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.2rem;
  margin-bottom: 1.2rem;
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 8px;
  color: #fbbf24;
  font-family: "Sora", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  animation: bannerGlow 2.5s ease-in-out infinite;
}

@keyframes bannerGlow {
  0%, 100% { box-shadow: 0 0 8px rgba(234, 179, 8, 0.1); }
  50% { box-shadow: 0 0 20px rgba(234, 179, 8, 0.2); }
}

.urgency-banner-icon {
  font-size: 1.1rem;
}

/* ── Urgency: Inline (final CTA) ── */
.urgency-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  color: #4ade80;
  font-weight: 600;
}

.urgency-pulse {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: pulseDot 1.5s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; box-shadow: 0 0 4px #4ade80; }
  50% { opacity: 0.4; box-shadow: 0 0 12px #4ade80; }
}

/* ── Mobile urgency adjustments ── */
@media (max-width: 768px) {
  .urgency-topbar {
    font-size: 0.65rem;
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
    flex-wrap: nowrap;
  }

  .urgency-topbar .urgency-icon {
    display: none;
  }

  .urgency-topbar .urgency-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .urgency-topbar .urgency-cta {
    font-size: 0.6rem;
    padding: 0.15rem 0.4rem;
    flex-shrink: 0;
  }

  .urgency-close {
    font-size: 1rem;
    flex-shrink: 0;
  }

  body.has-urgency-bar {
    padding-top: 30px;
  }

  body.has-urgency-bar .top-nav {
    top: 30px;
  }

  .urgency-banner {
    font-size: 0.75rem;
    padding: 0.45rem 0.7rem;
  }
}
