/* ===========================================================
   FISHY CS2 — PREMIUM DARK CYBER REDESIGN v4.0
   Ultra-premium glassmorphism + neon glow aesthetic
=========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');

:root {
  /* Core palette */
  --bg:           #06080F;
  --bg-alt:       #080C15;
  --bg-glass:     rgba(8, 12, 20, 0.7);
  --surface:      rgba(15, 22, 38, 0.8);
  --surface-2:    rgba(20, 30, 52, 0.9);
  --surface-solid: #0D1320;
  --line:         rgba(255, 255, 255, 0.07);
  --line-glow:    rgba(0, 255, 136, 0.2);

  /* Brand colors */
  --teal:         #00FF88;
  --teal-deep:    #00CC66;
  --teal-glow:    rgba(0, 255, 136, 0.15);
  --teal-soft:    rgba(0, 255, 136, 0.08);
  --coral:        #FF3D6E;
  --coral-glow:   rgba(255, 61, 110, 0.2);
  --gold:         #F5C842;
  --blue:         #00D4FF;
  --purple:       #8B5CF6;

  /* Text */
  --text:         #F0F4FF;
  --text-dim:     #8899BB;
  --text-faint:   #4A5880;
  --text-muted:   #2A3550;

  /* Fonts */
  --font-display: 'Space Grotesk', sans-serif;
  --font-body:    'Inter', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Geometry */
  --radius:    16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --wrap:      1180px;

  /* Shadows */
  --shadow-teal:   0 0 40px rgba(0, 255, 136, 0.15), 0 4px 30px rgba(0, 0, 0, 0.8);
  --shadow-card:   0 8px 40px rgba(0, 0, 0, 0.6), 0 1px 0 rgba(255,255,255,0.04) inset;
  --shadow-glow:   0 0 60px rgba(0, 255, 136, 0.08);
}

/* ============================================================
   RESET & BASE
============================================================ */

/* ---- Custom Cyber Scrollbar ---- */
::-webkit-scrollbar {
  width: 10px;
  background: var(--bg);
}
::-webkit-scrollbar-track {
  background: var(--bg-alt);
  border-left: 1px solid rgba(255,255,255,0.02);
}
::-webkit-scrollbar-thumb {
  background: var(--surface-2);
  border-radius: 5px;
  border: 2px solid var(--bg-alt);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--teal-deep);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  /* Rich deep-space base */
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(0, 255, 136, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 90%,  rgba(0, 180, 255, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 60% 60% at 10% 70%,  rgba(120, 60, 220, 0.05) 0%, transparent 50%),
    /* Dot grid */
    radial-gradient(circle, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 100% 100%, 100% 100%, 100% 100%, 28px 28px;
  background-attachment: fixed, fixed, fixed, fixed;
}

/* Animated floating orbs */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 600px 400px at 15%  25%, rgba(0, 255, 136, 0.055) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 85%  70%, rgba(0, 180, 255, 0.045) 0%, transparent 70%),
    radial-gradient(ellipse 400px 400px at 50%  110%, rgba(120, 60, 220, 0.05) 0%, transparent 70%);
  animation: orb-drift 18s ease-in-out infinite alternate;
}
@keyframes orb-drift {
  0%   { transform: translate(0px,   0px)  scale(1);    opacity: 1; }
  33%  { transform: translate(20px, -15px) scale(1.04); opacity: 0.85; }
  66%  { transform: translate(-15px, 10px) scale(0.97); opacity: 0.9; }
  100% { transform: translate(10px,  20px) scale(1.02); opacity: 1; }
}

/* Subtle horizontal scan-line sheen */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0px,
    transparent 3px,
    rgba(0, 0, 0, 0.04) 3px,
    rgba(0, 0, 0, 0.04) 4px
  );
  opacity: 0.3;
}



body > * { position: relative; z-index: 1; }

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.04em; /* Tighter for premium feel */
  line-height: 1.05;
}

p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Glitch Animation */
.glitch {
  animation: glitch 1s linear infinite;
}
@keyframes glitch {
  2%,64%{transform: translate(2px,0) skew(0deg);}
  4%,60%{transform: translate(-2px,0) skew(0deg);}
  62%{transform: translate(0,0) skew(5deg);}
}

/* ============================================================
   UTILITIES
============================================================ */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.eyebrow::before {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: var(--teal);
  opacity: 0.7;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 1.5rem; }

/* ============================================================
   BUTTONS
============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.8rem;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover::after { opacity: 1; }

/* Primary CTA */
.btn-primary {
  background: linear-gradient(135deg, #00FF88 0%, #00CC66 100%);
  color: #030608;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  box-shadow: 0 0 0 1px rgba(0,255,136,0.3), 0 4px 20px rgba(0,255,136,0.3), 0 20px 60px rgba(0,255,136,0.1);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(0,255,136,0.5), 0 8px 30px rgba(0,255,136,0.45), 0 20px 60px rgba(0,255,136,0.15);
}
.btn-primary:active { transform: translateY(0); }

/* Discord Hero CTA */
.btn-discord-hero {
  background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  height: 56px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(88, 101, 242, 0.4);
  box-shadow: 0 0 0 1px rgba(88,101,242,0.3), 0 4px 20px rgba(88,101,242,0.35), 0 20px 60px rgba(88,101,242,0.1);
  width: 100%;
  max-width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.btn-discord-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.2s;
}
.btn-discord-hero:hover::after { opacity: 1; }
.btn-discord-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(88,101,242,0.5), 0 8px 30px rgba(88,101,242,0.5), 0 20px 60px rgba(88,101,242,0.15);
}
.btn-discord-hero:active { transform: translateY(0); }

/* Discord (nav/small) */
.btn-discord {
  background: linear-gradient(135deg, #5865F2 0%, #4752C4 100%);
  color: #fff;
  font-weight: 700;
  height: 48px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(88, 101, 242, 0.4);
  box-shadow: 0 4px 16px rgba(88, 101, 242, 0.25);
  width: 100%;
  font-size: 0.94rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}
.btn-discord:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(88, 101, 242, 0.45);
}

.btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-dim);
  padding: 0.7rem 0.5rem;
  gap: 0.4rem;
  transition: color 0.2s;
}
.btn-text:hover { color: var(--teal); }

.btn-small { padding: 0.55rem 1.2rem; font-size: 0.84rem; }


.buy-box {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 2rem;
  max-width: 520px;
}

/* ============================================================
   NAV
============================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5, 7, 9, 0.75);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border-bottom: 1px solid var(--line);
  transition: background 0.3s;
}

.nav-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-right: auto;
  text-decoration: none;
}

.logo-mark {
  width: 30px;
  height: 18px;
  color: var(--teal);
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(0,255,136,0.5));
}

.logo span {
  background: linear-gradient(135deg, #fff 40%, var(--teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav-links {
  display: flex;
  gap: 2rem;
  font-size: 0.88rem;
}

.nav-links a {
  color: var(--text-dim);
  transition: color 0.2s;
  font-weight: 500;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--teal);
  transition: width 0.25s;
}
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { width: 100%; }

.nav-toggle { display: none; }

/* Live badge in nav */
.nav-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.8rem;
  backdrop-filter: blur(8px);
}
.nav-live-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--teal);
}

@media (max-width: 800px) {
  .nav-links { display: none; }
  .nav .btn-small { display: none; }
  .nav-live-badge { display: none; }
}

/* ============================================================
   HERO / PRODUCT SECTION
============================================================ */
.product {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem;
}

.product-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

@media (max-width: 920px) {
  .product-wrap { grid-template-columns: 1fr; gap: 3rem; }
}

/* Product Media */
.product-media {
  position: relative;
}

.product-media-inner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(255,255,255,0.03) inset;
  transition: box-shadow 0.3s;
}
.product-media-inner:hover {
  box-shadow: var(--shadow-card), 0 0 60px rgba(0,255,136,0.12), 0 0 0 1px rgba(0,255,136,0.1);
}

.media-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  color: var(--teal);
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0,255,136,0.25);
  border-radius: 999px;
  padding: 0.28rem 0.75rem;
  backdrop-filter: blur(10px);
}

.graph-svg { width: 100%; height: auto; display: block; }

.media-tags {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(5,7,9,0.8);
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}
.media-tag--before { color: var(--coral); }
.media-tag--after { color: var(--teal); }

/* Floating stats around media */
.product-media-float {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) { .product-media-float { display: none; } }

.float-stat {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.9rem;
  backdrop-filter: blur(10px);
  min-width: 110px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.float-stat-val {
  font-family: var(--font-mono);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--teal);
  line-height: 1;
}
.float-stat-label {
  font-size: 0.68rem;
  color: var(--text-dim);
  margin-top: 0.2rem;
}

/* Product Info */
.product-info { position: relative; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease;
  cursor: default;
}
.hero-eyebrow:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}
.hero-eyebrow svg {
  color: var(--teal);
}

.product-title {
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(160deg, #fff 30%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 0.2em;
}

.product-title-glow {
  display: block;
  font-size: clamp(2rem, 5vw, 3.5rem);
  background: linear-gradient(135deg, var(--teal) 0%, var(--blue) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(0,255,136,0.3));
}

.product-desc {
  margin-top: 1.4rem;
  color: var(--text-dim);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 460px;
}

.product-price-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
}
.product-price {
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1;
}
.price-badge {
  background: rgba(0,255,136,0.1);
  border: 1px solid rgba(0,255,136,0.25);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--teal);
  padding: 0.25rem 0.65rem;
  letter-spacing: 0.05em;
}
.price-unit {
  display: block;
  font-size: 0.72rem;
  font-family: var(--font-mono);
  color: var(--text-faint);
  letter-spacing: 0.05em;
  margin-top: 0.3rem;
}

/* ============================================================
   PRICING SECTION
============================================================ */
.pricing {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 7rem 1.5rem;
  position: relative;
}
.pricing::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(88,101,242,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
  perspective: 1500px; /* For 3D Tilt */
}

.pricing-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.pricing-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* Featured / Popular card */
.pricing-card--featured {
  background: linear-gradient(180deg, rgba(0, 255, 136, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(0, 255, 136, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 255, 136, 0.1), 0 20px 40px rgba(0, 255, 136, 0.1);
}
.pricing-card--featured:hover {
  border-color: rgba(0, 255, 136, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 255, 136, 0.2), 0 30px 60px rgba(0, 255, 136, 0.15);
}

.pricing-badge-popular {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  background: rgba(0, 255, 136, 0.15);
  color: var(--teal);
  border: 1px solid rgba(0, 255, 136, 0.3);
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-label {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0;
}
.pricing-card--featured .pricing-label {
  color: var(--teal);
}

.pricing-price {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 0.8rem 0 0.3rem;
}
.pricing-card--featured .pricing-price {
  background: linear-gradient(135deg, #fff 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pricing-currency {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-faint);
  margin-left: 0.3rem;
  letter-spacing: 0.05em;
  -webkit-text-fill-color: var(--text-faint); /* Reset gradient for currency */
}

.pricing-period {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-faint);
  letter-spacing: 0.05em;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  text-align: left;
}
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: var(--text-dim);
  font-weight: 500;
}
.pricing-features li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2300FF88' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.pricing-card--featured .pricing-features li {
  color: var(--text);
}

.btn-pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #5865F2; /* Discord Brand Color */
  color: #fff;
  border: 1px solid #5865F2;
  box-shadow: 0 8px 24px rgba(88, 101, 242, 0.2), inset 0 1px 0 rgba(255,255,255,0.15);
  margin-top: auto;
}
.btn-pricing:hover {
  background: #4752C4;
  border-color: #4752C4;
  box-shadow: 0 12px 30px rgba(88, 101, 242, 0.35), inset 0 1px 0 rgba(255,255,255,0.15);
  transform: translateY(-2px);
}

.pricing-note {
  text-align: center;
  margin-top: 3rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-faint);
  background: var(--surface-solid);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
  .pricing-card--featured { transform: scale(1); }
  .pricing-card--featured:hover { transform: translateY(-5px); }
}

/* Checklist */
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: var(--text-dim);
}
.icon-check {
  width: 18px;
  height: 18px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(0,255,136,0.5));
}

/* Trust row */
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}
.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  color: var(--text-dim);
}
.icon-sm {
  width: 15px;
  height: 15px;
  stroke: var(--teal-deep);
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.product-more {
  text-align: center;
  margin-top: 4rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
}

/* ============================================================
   STATS TICKER STRIP
============================================================ */
.stats-strip {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  margin: 3rem auto 5rem;
  max-width: 1400px;
  width: 95%;
  border-radius: 100px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}
.stats-strip::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  box-shadow: inset 0 0 30px rgba(0, 255, 136, 0.05);
  border-radius: 100px;
  pointer-events: none;
  z-index: 10;
}

.stats-strip-inner {
  display: flex;
  gap: 0;
  animation: marquee 35s linear infinite;
  width: max-content;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 3rem;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text-dim);
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
.stat-item::after {
  content: '✦';
  position: absolute;
  right: -0.5rem;
  color: rgba(0, 255, 136, 0.4);
  font-size: 0.9rem;
}

.stat-item strong {
  background: linear-gradient(135deg, #fff 0%, var(--teal) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* ============================================================
   SECTION HEADERS (shared)
============================================================ */
.section-head {
  text-align: center;
  margin-bottom: 4rem;
  padding: 0 1.5rem;
}
.section-head .eyebrow { margin-bottom: 1rem; }
.section-head h2 {
  font-size: clamp(2.2rem, 5vw, 3rem);
  line-height: 1.1;
  background: linear-gradient(160deg, #fff 50%, rgba(255,255,255,0.5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-sub {
  margin-top: 1rem;
  color: var(--text-dim);
  font-size: 1rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* ============================================================
   FEATURES
============================================================ */
.features {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 7rem 1.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  perspective: 1000px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}

.feature-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  transform: translateY(-4px);
}
.feature-card:hover::after {
  opacity: 1;
}

.feature-card-num {
  position: absolute;
  top: -30px;
  right: -10px;
  font-family: var(--font-display);
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
  opacity: 0.02;
  pointer-events: none;
  line-height: 1;
  transition: opacity 0.4s;
}
.feature-card:hover .feature-card-num {
  opacity: 0.04;
}

.icon-feature-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.15), rgba(0, 255, 136, 0.02));
  border: 1px solid rgba(0, 255, 136, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.1);
}

.icon-feature {
  width: 24px;
  height: 24px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.8rem;
}

.feature-card p {
  color: var(--text-dim);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 960px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }

/* ============================================================
   BENCHMARKS / STATS
============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Mesh Gradient Orb Background */
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 80vh;
  background: radial-gradient(circle at 50% 50%, rgba(0, 255, 136, 0.08) 0%, rgba(0, 212, 255, 0.04) 30%, rgba(139, 92, 246, 0.02) 60%, transparent 80%);
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
  animation: orb-pulse 8s ease-in-out infinite alternate;
}
@keyframes orb-pulse {
  0% { transform: translateX(-50%) scale(1); opacity: 0.8; }
  100% { transform: translateX(-50%) scale(1.1); opacity: 1; }
}

.hero-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120vw;
  height: 120vh;
  background: radial-gradient(circle at center, rgba(0,255,136,0.03) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.benchmarks {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 7rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.benchmarks::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(0,255,136,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.bench-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 960px;
  margin: 0 auto;
}

.bench-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.bench-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.4;
}

.bench-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--text-faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}

.bench-legend {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--text-dim);
}
.bench-legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.bench-legend-dot.before { background: var(--coral); }
.bench-legend-dot.after { background: var(--teal); }

.bench-bars { display: flex; flex-direction: column; gap: 0.8rem; }

.bench-bar {
  position: relative;
  height: 30px;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--line);
}

.bench-bar-fill {
  position: absolute;
  inset: 0;
  width: var(--val);
  border-radius: 6px;
  transform-origin: left;
  animation: grow 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.bench-before {
  background: linear-gradient(90deg, rgba(255,61,110,0.5), rgba(255,61,110,0.25));
}
.bench-after {
  background: linear-gradient(90deg, var(--teal), var(--blue));
  box-shadow: inset 0 0 20px rgba(0,255,136,0.2);
}

@keyframes grow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.bench-num {
  position: absolute;
  right: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text);
  z-index: 1;
}

.bench-disclaimer {
  text-align: center;
  max-width: 560px;
  margin: 2.5rem auto 0;
  font-size: 0.78rem;
  color: var(--text-faint);
  line-height: 1.6;
}

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

/* ============================================================
   TRUST / SECURITY
============================================================ */
.trust {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 7rem 1.5rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 980px;
  margin: 0 auto;
}

.trust-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.trust-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.trust-item:hover::before { opacity: 0.6; }
.trust-item:hover {
  border-color: rgba(0,255,136,0.2);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}

.trust-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1rem 0 0.6rem;
  letter-spacing: -0.02em;
}
.trust-item p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.65; }

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

/* ============================================================
   REQUIREMENTS / HOW IT WORKS
============================================================ */
.requirements {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 7rem 1.5rem;
}

.req-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Connector line between steps */
.req-grid::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(16.66% + 10px);
  right: calc(16.66% + 10px);
  height: 1px;
  background: linear-gradient(90deg, rgba(0,255,136,0.3), rgba(0,212,255,0.3));
  z-index: 0;
}

.req-step {
  text-align: center;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.req-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  font-weight: 700;
  color: #030608;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 50%;
  margin-bottom: 1.5rem;
  box-shadow: 0 0 0 6px rgba(0,255,136,0.08), 0 0 30px rgba(0,255,136,0.25);
  position: relative;
}

.req-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.req-step p {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.6;
}

.req-specs {
  text-align: center;
  margin-top: 3rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--text-faint);
  background: var(--surface-solid);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0.75rem 1.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .req-grid { grid-template-columns: 1fr; gap: 2rem; }
  .req-grid::before { display: none; }
}

/* ============================================================
   FAQ
============================================================ */
.faq {
  max-width: 800px;
  margin: 0 auto;
  padding: 7rem 1.5rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:hover { border-color: rgba(0,255,136,0.2); }
.faq-item[open] {
  border-color: rgba(0,255,136,0.3);
  box-shadow: 0 0 20px rgba(0,255,136,0.05);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.97rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  gap: 1rem;
  user-select: none;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: var(--teal); }

.faq-item summary::after {
  content: '+';
  font-family: var(--font-mono);
  font-size: 1.3rem;
  color: var(--teal);
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-soft);
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item p {
  padding: 0 1.5rem 1.3rem;
  color: var(--text-dim);
  font-size: 0.93rem;
  line-height: 1.7;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
}

/* ============================================================
   DISCORD BANNER
============================================================ */
.discord-banner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem 6rem;
}

.discord-banner-inner {
  background: linear-gradient(135deg, rgba(88, 101, 242, 0.12) 0%, rgba(139, 92, 246, 0.08) 100%);
  border: 1px solid rgba(88, 101, 242, 0.3);
  border-radius: 20px;
  padding: 3.5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.discord-banner-inner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(88,101,242,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.discord-banner h3 {
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  margin-bottom: 0.7rem;
}
.discord-banner p {
  color: var(--text-dim);
  font-size: 1rem;
  margin-bottom: 1.8rem;
  line-height: 1.7;
}

.btn-discord-lg {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: linear-gradient(135deg, #5865F2, #4752C4);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9rem 2.2rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(88,101,242,0.4);
  box-shadow: 0 8px 30px rgba(88,101,242,0.35);
  transition: all 0.2s;
  text-decoration: none;
}
.btn-discord-lg:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(88,101,242,0.5);
}

/* ============================================================
   FOOTER
============================================================ */
.footer {
  border-top: 1px solid var(--line);
  background: var(--bg-alt);
}

.footer-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 3.5rem 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}

.logo--footer { margin-right: auto; }

.footer-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.84rem;
  color: var(--text-dim);
}
.footer-links a, .footer-contact a {
  color: var(--text-dim);
  transition: color 0.2s;
  font-weight: 500;
}
.footer-links a:hover, .footer-contact a:hover { color: var(--teal); }

.footer-contact {
  display: flex;
  gap: 1.2rem;
  font-size: 0.84rem;
  color: var(--text-dim);
}

.footer-legal {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 1.5rem 1.5rem 2.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.73rem;
  color: var(--text-faint);
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  line-height: 1.6;
}

/* ============================================================
   ICONS
============================================================ */
.icon-sm {
  width: 15px; height: 15px;
  stroke: var(--teal-deep); fill: none;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}

/* ============================================================
   SCROLL REVEAL ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children */
.reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal:nth-child(4) { transition-delay: 0.3s; }
.reveal:nth-child(5) { transition-delay: 0.4s; }
.reveal:nth-child(6) { transition-delay: 0.5s; }

/* ============================================================
   PARTICLES (canvas overlay)
============================================================ */
#particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
}

/* ============================================================
   GLASS CARD EFFECT (reusable)
============================================================ */
.glass {
  background: var(--bg-glass);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.06);
}

/* ============================================================
   🔥 PREMIUM ENHANCEMENTS v5.0
   Ultra-premium animations, glow effects, micro-interactions
============================================================ */

/* ---- Cursor Glow Follower ---- */
.cursor-glow {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,136,0.06) 0%, rgba(0,212,255,0.03) 30%, transparent 70%);
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out, opacity 0.3s;
  opacity: 0;
  will-change: transform;
}
.cursor-glow.active { opacity: 1; }

/* ---- Animated Gradient Border — Pricing Featured ---- */
@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

.pricing-card--featured {
  border: none !important;
  position: relative;
  background: var(--surface) !important;
}
.pricing-card--featured::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius) + 2px);
  background: conic-gradient(from var(--angle), var(--teal), var(--blue), var(--purple), var(--teal));
  animation: rotate-border 4s linear infinite;
  z-index: -1;
}
.pricing-card--featured::after {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius) - 1px);
  background: linear-gradient(180deg, rgba(0,255,136,0.04) 0%, var(--bg) 30%, var(--bg) 100%);
  z-index: -1;
}
@keyframes rotate-border {
  to { --angle: 360deg; }
}

/* Fallback for browsers without @property */
@supports not (background: conic-gradient(from 0deg, red, blue)) {
  .pricing-card--featured::before {
    background: linear-gradient(135deg, var(--teal), var(--blue), var(--purple));
  }
}

/* ---- Pricing Card Hover Glow ---- */
.pricing-card {
  background-clip: padding-box;
}
.pricing-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius);
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(88,101,242,0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.pricing-card:hover::before { opacity: 1; }

/* ---- Pulsing CTA Buttons ---- */
.btn-discord-hero {
  animation: cta-pulse 3s ease-in-out infinite;
}
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(88,101,242,0.4), 0 4px 20px rgba(88,101,242,0.35); }
  50% { box-shadow: 0 0 0 12px rgba(88,101,242,0), 0 8px 30px rgba(88,101,242,0.5); }
}

.btn-pricing--featured {
  animation: cta-pulse-teal 3s ease-in-out infinite;
}
@keyframes cta-pulse-teal {
  0%, 100% { box-shadow: 0 0 0 0 rgba(0,255,136,0.3), 0 4px 16px rgba(88,101,242,0.3); }
  50% { box-shadow: 0 0 0 10px rgba(0,255,136,0), 0 8px 30px rgba(88,101,242,0.5); }
}

/* ---- Floating Animation ---- */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes float-slow {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

.product-media-inner {
  animation: float-slow 6s ease-in-out infinite;
}

/* ---- Animated Section Separators ---- */
.section-separator {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), var(--blue), var(--purple), transparent);
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.4;
  position: relative;
}
.section-separator::after {
  content: '';
  position: absolute;
  top: -2px;
  height: 5px;
  width: 80px;
  background: var(--teal);
  border-radius: 3px;
  filter: blur(3px);
  animation: separator-glow 3s ease-in-out infinite;
}
@keyframes separator-glow {
  0%, 100% { left: 0; opacity: 0; }
  50% { opacity: 1; }
  100% { left: calc(100% - 80px); opacity: 0; }
}

/* ---- Hero Title Glow Effect ---- */
.product-title {
  position: relative;
}
.product-title-glow {
  position: relative;
  animation: title-glow 4s ease-in-out infinite alternate;
}
@keyframes title-glow {
  0% { filter: drop-shadow(0 0 20px rgba(0,255,136,0.2)); }
  100% { filter: drop-shadow(0 0 40px rgba(0,255,136,0.4)); }
}

/* ---- Typing Cursor ---- */
.typing-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: var(--teal);
  margin-left: 4px;
  animation: blink 1s step-end infinite;
  vertical-align: text-bottom;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ---- Enhanced Pricing Features with Icons ---- */
.pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  transition: color 0.2s, padding-left 0.2s;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li:hover {
  color: var(--text);
  padding-left: 0.5rem;
}

/* ---- Animated Counter Numbers ---- */
.counter-value {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 3rem;
  line-height: 1;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.counter-label {
  font-size: 0.85rem;
  color: var(--text-dim);
  margin-top: 0.4rem;
}

/* ---- Stats Big Section ---- */
.stats-big {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 5rem 1.5rem;
}
.stats-big-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stats-big-item {
  padding: 2rem 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.stats-big-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0;
  transition: opacity 0.3s;
}
.stats-big-item:hover {
  transform: translateY(-5px);
  border-color: rgba(0,255,136,0.2);
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}
.stats-big-item:hover::after { opacity: 0.6; }

@media (max-width: 800px) {
  .stats-big-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .stats-big-grid { grid-template-columns: 1fr; }
}

/* ---- Social Proof / Community Section ---- */
.community {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.community::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(88,101,242,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.community-grid {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.community-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem;
  transition: all 0.3s;
  position: relative;
}
.community-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,255,136,0.2);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.community-card-quote {
  color: var(--text-dim);
  font-size: 0.9rem;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 1.2rem;
}
.community-card-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.community-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  color: #030608;
  flex-shrink: 0;
}
.community-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
}
.community-tag {
  font-size: 0.7rem;
  color: var(--text-faint);
  font-family: var(--font-mono);
}
.community-stars {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 2px;
}
@media (max-width: 760px) {
  .community-grid { grid-template-columns: 1fr; }
}

/* ---- Enhanced Mobile Menu ---- */
@media (max-width: 800px) {
  .nav-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 200;
  }
  .nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 2px;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .nav-links.is-open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 8, 15, 0.97);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    z-index: 150;
    animation: menu-in 0.3s ease-out;
  }
  .nav-links.is-open a {
    font-size: 1.5rem;
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--text);
    opacity: 0;
    animation: menu-item-in 0.4s ease-out forwards;
  }
  .nav-links.is-open a:nth-child(1) { animation-delay: 0.05s; }
  .nav-links.is-open a:nth-child(2) { animation-delay: 0.1s; }
  .nav-links.is-open a:nth-child(3) { animation-delay: 0.15s; }
  .nav-links.is-open a:nth-child(4) { animation-delay: 0.2s; }
  
  @keyframes menu-in {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  @keyframes menu-item-in {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
}

/* ---- Enhanced FAQ Accordion ---- */
.faq-item p {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  border-top: none;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s;
}
.faq-item[open] p {
  max-height: 500px;
  padding: 1rem 1.5rem 1.3rem;
  border-top: 1px solid var(--line);
}

/* ---- Glowing Section Titles ---- */
.section-head h2 {
  position: relative;
}
.section-head h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  border-radius: 3px;
  margin: 1.2rem auto 0;
  box-shadow: 0 0 15px rgba(0,255,136,0.4);
}

/* ---- Enhanced Discord Banner ---- */
.discord-banner-inner {
  transition: all 0.3s;
}
.discord-banner-inner:hover {
  border-color: rgba(88, 101, 242, 0.5);
  box-shadow: 0 0 60px rgba(88,101,242,0.1), 0 20px 60px rgba(0,0,0,0.3);
  transform: translateY(-3px);
}

.btn-discord-lg {
  animation: cta-pulse 3s ease-in-out infinite;
}

/* ---- Enhanced Footer ---- */
.footer {
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0.5;
}

/* ---- Smooth section entry ---- */
.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: 
    opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), 
    transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ---- Glowing feature number ---- */
.feature-card-num {
  transition: all 0.3s;
}
.feature-card:hover .feature-card-num {
  color: var(--teal);
  text-shadow: 0 0 10px rgba(0,255,136,0.5);
}

/* ---- Enhanced icon wraps ---- */
.icon-feature-wrap {
  transition: all 0.3s;
}
.feature-card:hover .icon-feature-wrap,
.trust-item:hover .icon-feature-wrap {
  background: rgba(0,255,136,0.12);
  border-color: rgba(0,255,136,0.3);
  box-shadow: 0 0 20px rgba(0,255,136,0.15);
  transform: scale(1.08);
}

/* ---- Installation steps glow ---- */
.req-num {
  transition: all 0.3s;
}
.req-step:hover .req-num {
  box-shadow: 0 0 0 8px rgba(0,255,136,0.12), 0 0 40px rgba(0,255,136,0.35);
  transform: scale(1.1);
}

/* ---- Benchmark bar shimmer ---- */
.bench-after {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.bench-after::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  animation: shimmer 2.5s ease-in-out infinite;
}
@keyframes shimmer {
  0% { left: -100%; }
  100% { left: 200%; }
}

/* ---- Pricing card content glow on hover ---- */
.pricing-card:hover .pricing-price {
  background: linear-gradient(135deg, var(--teal), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-card:hover .pricing-label {
  color: var(--teal);
}

/* ---- Stats strip enhanced ---- */
.stats-strip {
  position: relative;
}
.stats-strip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--teal) 20%, var(--blue) 50%, var(--purple) 80%, transparent 100%);
  opacity: 0.4;
  z-index: 1;
}

/* ---- Nav glass enhancement ---- */
.nav {
  background: rgba(5, 7, 9, 0.6) !important;
  border-bottom: 1px solid rgba(0,255,136,0.06);
}

/* ---- Feature tag hover ---- */
.feature-tag {
  transition: all 0.3s;
}
.feature-card:hover .feature-tag {
  background: rgba(0,255,136,0.12);
  border-color: rgba(0,255,136,0.3);
  color: var(--teal);
}

/* ---- Hero Eyebrow animation ---- */
.hero-eyebrow {
  animation: eyebrow-glow 3s ease-in-out infinite alternate;
}
@keyframes eyebrow-glow {
  0% { box-shadow: 0 0 0 0 rgba(0,255,136,0); }
  100% { box-shadow: 0 0 20px rgba(0,255,136,0.15); }
}

/* ---- Smooth link transitions for all anchor tags ---- */
a {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ---- Loading animation for page entry ---- */
@keyframes page-load {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.product-info {
  animation: page-load 0.8s ease-out;
}
.product-media {
  animation: page-load 0.8s ease-out 0.15s backwards;
}


/* ---- Magnetic Button Wrapper ---- */
.magnetic-wrap {
  display: inline-block;
  position: relative;
}


