/* ═══════════════════════════════════════════════════════════════
   ESPARTANOS VIP TELEGRAM — vip_telegram.css  v6.0 PREMIUM
   Unified with academy.css & scanner.css design system
   Fonts: Inter (body) · Barlow Condensed (headings) · JetBrains Mono (data)
   Theme: Black / Gold / Glass / Premium
   ═══════════════════════════════════════════════════════════════ */

/* ─── VARIABLES ────────────────────────────────────────────────── */
:root {
  --black: #000000;
  --surface: #0a0a0a;
  --panel: rgba(14, 14, 16, 0.75);
  --gold: #FFD54A;
  --gold2: #ffb300;
  --gold-glow: rgba(255, 213, 74, 0.35);
  --gold-dim: rgba(255, 213, 74, 0.08);
  --gold-hi: #FFE580;
  --green: #39ff88;
  --green-dim: rgba(57, 255, 136, 0.1);
  --red: #FF4A4A;
  --blue: #2997FF;
  --tg-blue: #229ED9;
  --text: #FFFFFF;
  --muted: #6b6b72;
  --muted2: rgba(255,255,255,.45);
  --soft: #a0a0a8;
  --border: rgba(255, 255, 255, 0.07);
  --border-hi: rgba(255, 255, 255, 0.16);
  --blur: 20px;
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --ease: cubic-bezier(0.25, 1, 0.5, 1);
  --elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --expo: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ─── RESET ────────────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--black);
  color: var(--text);
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.01em;
}
h1, h2, h3 {
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
a, button { -webkit-tap-highlight-color: transparent; }

/* ─── LAYOUT ─────────────────────────────────────────────────── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ═══════════════════════════════════════════════════════════════
   LOADER — Premium page entrance (matches scanner/academy)
   ═══════════════════════════════════════════════════════════════ */
#global-loader {
  position: fixed; inset: 0; z-index: 99999;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s;
}
#global-loader.done { opacity: 0; visibility: hidden; pointer-events: none; }

.loader-content { text-align: center; }
.loader-logo {
  width: 64px; margin: 0 auto 28px;
  animation: loaderPulse 1.2s ease-in-out infinite alternate;
}
@keyframes loaderPulse {
  from { opacity: 0.4; transform: scale(0.92); filter: drop-shadow(0 0 0 transparent); }
  to   { opacity: 1;   transform: scale(1);    filter: drop-shadow(0 0 20px var(--gold-glow)); }
}
.loader-bar-wrap {
  width: 180px; height: 3px;
  background: rgba(255,255,255,0.06);
  border-radius: 10px; overflow: hidden;
}
.loader-bar {
  height: 100%; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi));
  border-radius: 10px;
  animation: loaderFill 1.8s var(--expo) forwards;
}
@keyframes loaderFill { to { width: 100%; } }

/* ═══════════════════════════════════════════════════════════════
   CUSTOM CURSOR (matches scanner/academy)
   ═══════════════════════════════════════════════════════════════ */
#cursor-dot, #cursor-ring {
  position: fixed; pointer-events: none; z-index: 100000;
  border-radius: 50%; top: 0; left: 0;
  transform: translate(-50%, -50%);
  display: none;
}
#cursor-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  box-shadow: 0 0 12px var(--gold-glow);
  transition: transform 0.1s, opacity 0.3s;
}
#cursor-ring {
  width: 36px; height: 36px;
  border: 1.5px solid rgba(255, 213, 74, 0.35);
  transition: width 0.3s var(--ease), height 0.3s var(--ease), border-color 0.3s, opacity 0.3s;
}
#cursor-ring.hover {
  width: 56px; height: 56px;
  border-color: rgba(255, 213, 74, 0.6);
}
#cursor-dot.click { transform: translate(-50%, -50%) scale(0.5); }

/* ═══════════════════════════════════════════════════════════════
   PARTICLES CANVAS
   ═══════════════════════════════════════════════════════════════ */
#particles-canvas {
  position: fixed; inset: 0; z-index: 0;
  pointer-events: none; opacity: 0.6;
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL PROGRESS BAR
   ═══════════════════════════════════════════════════════════════ */
#scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-hi), var(--green));
  z-index: 100001; width: 0%;
  box-shadow: 0 0 14px var(--gold-glow), 0 0 4px var(--gold);
}

/* ═══════════════════════════════════════════════════════════════
   BACKGROUND (matches scanner.css)
   ═══════════════════════════════════════════════════════════════ */
.bg {
  position: fixed; inset: 0; z-index: -1;
  overflow: hidden; background: var(--black); pointer-events: none;
}
.bg-noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  mix-blend-mode: overlay; opacity: 0.7;
}
.bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
  animation: gridFloat 20s linear infinite;
}
@keyframes gridFloat {
  from { transform: translateY(0); }
  to   { transform: translateY(72px); }
}
.bg-orb {
  position: absolute; border-radius: 50%;
  filter: blur(160px); pointer-events: none;
}
.orb-1 {
  top: -20%; left: 5%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(255,213,74,0.12), transparent 70%);
  animation: glowPulse 14s infinite alternate ease-in-out;
}
.orb-2 {
  right: -10%; top: -10%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(57,255,136,0.08), transparent 70%);
  animation: glowPulse 12s infinite alternate-reverse ease-in-out;
}
.orb-3 {
  right: 10%; bottom: -240px; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,179,0,.12), transparent 60%);
  animation: glowPulse 16s infinite alternate ease-in-out;
}
.bg-vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,.62) 60%, rgba(0,0,0,.85) 100%);
}
@keyframes glowPulse {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(30px, -20px) scale(1.12); }
}

/* ═══════════════════════════════════════════════════════════════
   TOPBAR
   ═══════════════════════════════════════════════════════════════ */
.topbar {
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  display: flex; gap: 12px; align-items: center;
  padding: 10px 0; font-size: 0.78rem; flex-wrap: wrap;
}
.pill-top {
  padding: 5px 12px; border-radius: 999px;
  background: rgba(34,158,217,.14); border: 1px solid rgba(34,158,217,.22);
  color: rgba(34,158,217,.95); font-weight: 700; font-size: 0.72rem;
}
.topbar-text { color: var(--muted); font-size: 0.78rem; }
.topbar-link {
  margin-left: auto; color: var(--gold); font-weight: 700;
  font-size: 0.78rem; transition: color 0.2s;
}
.topbar-link:hover { color: var(--gold-hi); }

/* ═══════════════════════════════════════════════════════════════
   HEADER / NAVBAR (matches scanner.css)
   ═══════════════════════════════════════════════════════════════ */
.header {
  position: sticky; top: 0; z-index: 9999;
  transition: background 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;
  animation: navSlideDown 0.8s var(--expo) 1.9s both;
}
@keyframes navSlideDown {
  from { opacity: 0; transform: translateY(-100%); }
  to   { opacity: 1; transform: translateY(0); }
}
.header.is-scrolled {
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between; padding: 16px 0;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--text);
}
.brand-logo { width: 44px; height: auto; border-radius: 8px; object-fit: contain; }
.brand-name { font-weight: 900; font-size: 1.1rem; letter-spacing: 0.5px; line-height: 1.1; }
.brand-name em { font-style: normal; color: var(--gold); font-weight: 900; }
.brand-sub {
  display: block; font-size: 0.6rem; color: var(--muted);
  letter-spacing: 2px; font-weight: 700; text-transform: uppercase; margin-top: 2px;
}

.nav-links {
  display: none; gap: 4px; align-items: center;
  background: rgba(255,255,255,0.02); border: 1px solid var(--border);
  border-radius: 100px; padding: 5px;
}
.nav-links a {
  font-size: 0.85rem; font-weight: 500; color: var(--muted);
  padding: 8px 18px; border-radius: 100px;
  transition: all 0.25s var(--ease);
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }

.nav-end { display: flex; align-items: center; gap: 10px; }
.btn-cta-sm {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 100px;
  background: var(--gold-dim); border: 1px solid rgba(255,213,74,0.22);
  color: var(--gold); font-weight: 700; font-size: 0.85rem;
  transition: all 0.3s var(--ease);
}
.btn-cta-sm:hover {
  background: rgba(255,213,74,0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,179,0,.15);
}

/* ═══════════════════════════════════════════════════════════════
   UTILITIES
   ═══════════════════════════════════════════════════════════════ */
.grad {
  background: linear-gradient(135deg, var(--gold-hi) 0%, var(--gold) 30%, #FF9F1C 60%, var(--gold-hi) 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 20px rgba(255,213,74,0.2));
  animation: gradientShift 6s ease infinite;
}
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.kicker {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 0.78rem; color: var(--muted);
  text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px;
}
.dot-live {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(57,255,136,.15), 0 0 12px var(--green);
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { box-shadow: 0 0 0 4px rgba(57,255,136,.15), 0 0 12px var(--green); }
  50%     { box-shadow: 0 0 0 10px rgba(57,255,136,.25), 0 0 20px var(--green); }
}

/* ═══════════════════════════════════════════════════════════════
   REVEAL SYSTEM (matches scanner.css)
   ═══════════════════════════════════════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(24px); filter: blur(4px);
  transition: opacity 0.7s var(--expo), transform 0.7s var(--expo), filter 0.7s;
}
.reveal.in {
  opacity: 1; transform: translateY(0); filter: blur(0);
}

/* ═══════════════════════════════════════════════════════════════
   SECTION DIVIDERS (matches academy.css / scanner.css)
   ═══════════════════════════════════════════════════════════════ */
.section-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; padding: 20px 0; position: relative;
}
.divider-line {
  width: 120px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,213,74,0.3), transparent);
  animation: dividerGlow 3s ease-in-out infinite alternate;
}
.divider-diamond {
  width: 8px; height: 8px; flex-shrink: 0;
  background: var(--gold); border-radius: 2px;
  transform: rotate(45deg);
  box-shadow: 0 0 12px rgba(255,213,74,0.4);
  animation: diamondPulse 2s ease-in-out infinite;
}
@keyframes dividerGlow {
  from { opacity: 0.3; width: 80px; } to { opacity: 0.7; width: 160px; }
}
@keyframes diamondPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(255,213,74,0.4); transform: rotate(45deg) scale(1); }
  50%      { box-shadow: 0 0 24px rgba(255,213,74,0.7); transform: rotate(45deg) scale(1.2); }
}

/* ═══════════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════════ */
.hero { padding: 70px 0 90px; }
.hero-inner { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: center; }
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 900;
  letter-spacing: -0.5px; line-height: 1.05; margin-bottom: 18px;
  animation: heroTextReveal 1s var(--expo) 2.15s both;
}
@keyframes heroTextReveal {
  from { opacity: 0; transform: translateY(40px); filter: blur(10px); }
  to   { opacity: 1; transform: translateY(0);    filter: blur(0); }
}
.hero-desc {
  color: var(--soft); font-size: 1rem; line-height: 1.7;
  max-width: 52ch; margin-bottom: 32px;
  animation: fadeUp 0.8s var(--expo) 2.4s both;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px;
  animation: fadeUp 0.8s var(--expo) 2.55s both;
}
.btn-hero {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 36px; border-radius: 100px;
  background: linear-gradient(135deg, #fff 0%, var(--gold-hi) 100%);
  color: #000; font-weight: 800; font-size: 1rem;
  box-shadow: 0 0 0 0 rgba(255,213,74,0);
  transition: all 0.35s var(--elastic); border: none;
  position: relative; overflow: hidden;
}
.btn-hero::before {
  content: ''; position: absolute; top: 50%; left: -100%; width: 200%; height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s var(--ease);
}
.btn-hero:hover::before { left: 100%; }
.btn-hero:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px rgba(255,213,74,0.3), 0 0 60px rgba(255,213,74,0.1);
}
.btn-hero svg, .btn-hero span { position: relative; z-index: 1; }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 28px; border-radius: 100px;
  border: 1px solid var(--border); background: transparent;
  color: rgba(255,255,255,.7); font-weight: 500; font-size: 0.95rem;
  transition: all 0.3s var(--ease); position: relative; overflow: hidden;
}
.btn-ghost::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,213,74,0.06), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.btn-ghost:hover::before { opacity: 1; }
.btn-ghost:hover {
  border-color: rgba(255,213,74,0.3); color: #fff;
  transform: translateY(-2px);
}

.hero-trust {
  display: flex; gap: 22px; flex-wrap: wrap;
  animation: fadeUp 0.8s var(--expo) 2.7s both;
}
.trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.78rem; color: var(--soft); font-weight: 600;
}

/* ─── TELEGRAM MOCK IMG ────────────────────────────────────────── */
.telegram-mock-img {
  background: transparent; border: none;
  border-radius: 16px; padding: 0; overflow: hidden;
  max-width: 380px; margin: 0 auto;
  animation: float-media 6s ease-in-out infinite;
}
@keyframes float-media {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-12px); }
}
.telegram-img { width: 100%; height: auto; display: block; object-fit: cover; }

/* ═══════════════════════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════════════════════ */
.section { padding: 90px 0; }
.section-dark { background: rgba(255,255,255,.015); }
.section-header { text-align: center; margin-bottom: 52px; }
.section-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900;
  letter-spacing: -0.4px; margin-bottom: 12px;
}
.section-header p {
  color: var(--soft); font-size: 1rem; max-width: 50ch;
  margin: 0 auto; line-height: 1.7;
}

/* ═══════════════════════════════════════════════════════════════
   BENEFIT CARDS
   ═══════════════════════════════════════════════════════════════ */
.benefits-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px; margin-bottom: 28px;
}
.benefit-card {
  position: relative; overflow: hidden;
  background: rgba(10,10,12,0.9); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 28px 24px;
  backdrop-filter: blur(10px);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.5s var(--elastic);
}
.benefit-card::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: inherit; padding: 1px;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255,213,74,0.4) 10%, transparent 20%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; z-index: 10; pointer-events: none;
  transition: opacity 0.5s;
}
.benefit-card:hover::before { opacity: 1; animation: borderRotate 3s linear infinite; }
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,213,74,.15);
  box-shadow: 0 28px 60px rgba(0,0,0,.6), 0 0 30px rgba(255,213,74,0.03);
}
.benefit-card.highlight {
  border-color: rgba(255,213,74,.15);
  background: linear-gradient(180deg, rgba(255,213,74,.06), rgba(10,10,12,.95));
}
.benefit-card.highlight::before { opacity: 0.5; animation: borderRotate 3s linear infinite; }
.benefit-icon { font-size: 28px; margin-bottom: 14px; }
.benefit-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.benefit-card p { font-size: 0.88rem; color: var(--soft); line-height: 1.65; }

@keyframes borderRotate { to { transform: rotate(360deg); } }

/* ─── CARD CURSOR GLOW ─────────────────────────────────────────── */
.card-glow {
  position: absolute; width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,213,74,0.06), transparent 70%);
  pointer-events: none; opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.benefit-card:hover .card-glow,
.price-card:hover .card-glow,
.flow-step:hover .card-glow { opacity: 1; }

/* ═══════════════════════════════════════════════════════════════
   DISCLAIMER
   ═══════════════════════════════════════════════════════════════ */
.disclaimer-box {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 18px 22px; border-radius: var(--r-md);
  background: rgba(255,213,74,.04); border: 1px solid rgba(255,213,74,.12);
  font-size: 0.88rem; color: var(--soft); line-height: 1.65;
}
.disclaimer-box strong { color: var(--gold); }
.disclaimer-box em { color: var(--text); font-style: normal; }
.disclaimer-box a { color: var(--gold); text-decoration: underline; }
.disclaimer-icon { flex-shrink: 0; margin-top: 2px; }

/* ═══════════════════════════════════════════════════════════════
   STEPS FLOW
   ═══════════════════════════════════════════════════════════════ */
.steps-flow {
  display: flex; align-items: flex-start; justify-content: center;
  gap: 0; flex-wrap: wrap;
}
.flow-step {
  flex: 1; min-width: 200px; max-width: 280px; text-align: center;
  padding: 28px 22px; position: relative; overflow: hidden;
  background: rgba(10,10,12,0.9); border: 1px solid var(--border);
  border-radius: var(--r-lg); backdrop-filter: blur(10px);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.5s var(--elastic);
}
.flow-step::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: inherit; padding: 1px;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255,213,74,0.4) 10%, transparent 20%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; z-index: 10; pointer-events: none;
  transition: opacity 0.5s;
}
.flow-step:hover::before { opacity: 1; animation: borderRotate 3s linear infinite; }
.flow-step:hover {
  transform: translateY(-6px);
  border-color: rgba(255,213,74,.15);
  box-shadow: 0 28px 60px rgba(0,0,0,.6);
}
.flow-num {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold-dim); border: 1px solid rgba(255,213,74,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 900; color: var(--gold);
  font-family: 'JetBrains Mono', monospace;
  margin: 0 auto 14px;
}
.flow-step h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.flow-step p { font-size: 0.85rem; color: var(--soft); line-height: 1.6; }
.flow-connector { display: flex; align-items: center; padding: 0 10px; margin-top: 36px; }

/* ═══════════════════════════════════════════════════════════════
   PRICING — 4 CARDS
   ═══════════════════════════════════════════════════════════════ */
.pricing-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 14px; max-width: 1100px; margin: 0 auto;
  align-items: start;
}
.price-card {
  position: relative; overflow: hidden;
  background: rgba(10,10,12,0.9); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 26px 22px;
  text-align: center; display: flex; flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.5s var(--elastic);
}
.price-card::before {
  content: ''; position: absolute; inset: -1px;
  border-radius: inherit; padding: 1px;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255,213,74,0.4) 10%, transparent 20%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  opacity: 0; z-index: 10; pointer-events: none;
  transition: opacity 0.5s;
}
.price-card:hover::before { opacity: 1; animation: borderRotate 3s linear infinite; }
.price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,213,74,.15);
  box-shadow: 0 28px 60px rgba(0,0,0,.6), 0 0 30px rgba(255,213,74,0.03);
}

/* ── Featured card (VEX PRO FX) ── */
.price-card.featured {
  background: linear-gradient(180deg, rgba(255,213,74,.06), rgba(10,10,12,.96));
  border-color: rgba(255,213,74,.5);
  border-width: 2px;
  box-shadow: 0 0 28px rgba(255,213,74,0.08), 0 10px 30px rgba(0,0,0,.25);
  transform: scale(1.02);
  z-index: 2;
}
.price-card.featured::before { opacity: 1; animation: borderRotate 3s linear infinite; }
.price-card.featured::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(255,213,74,0.1), transparent 60%);
  pointer-events: none;
}
.price-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: 0 0 60px rgba(255,213,74,0.2), 0 28px 60px rgba(0,0,0,.6);
}

/* ── Gold glow animation for featured ── */
@keyframes goldGlow {
  0%, 100% { box-shadow: 0 0 20px rgba(255,213,74,0.06), 0 10px 30px rgba(0,0,0,.25); }
  50%      { box-shadow: 0 0 35px rgba(255,213,74,0.12), 0 10px 30px rgba(0,0,0,.25); }
}
.price-card.featured { animation: goldGlow 4s ease-in-out infinite; }

.price-badge {
  display: inline-block; font-size: 0.6rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.5px;
  padding: 5px 14px; border-radius: 999px; margin-bottom: 16px;
}
.badge-trial {
  background: rgba(255,255,255,.04); color: var(--muted);
  border: 1px solid var(--border);
}
.badge-popular {
  background: var(--gold-dim); color: var(--gold);
  border: 1px solid rgba(255,213,74,.2);
}
.badge-best {
  background: var(--green-dim); color: var(--green);
  border: 1px solid rgba(57,255,136,.2);
}
.badge-recommended {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: #000; border: none;
  padding: 6px 16px; font-size: 0.68rem;
  box-shadow: 0 2px 10px rgba(255,213,74,0.2);
}
/* No animation on badge — cleaner look */

.price-name { font-size: 1.2rem; font-weight: 900; margin-bottom: 12px; }
.price-row {
  display: flex; align-items: baseline; justify-content: center;
  gap: 6px; margin-bottom: 4px;
}
.price-old {
  font-size: 0.88rem; color: var(--muted); position: relative;
}
.price-old::after {
  content: ""; position: absolute; left: -3px; right: -3px; top: 50%; height: 2px;
  background: var(--red); transform: translateY(-50%) rotate(-6deg); border-radius: 2px;
}
.price-amount {
  font-size: 2.4rem; font-weight: 900; letter-spacing: -0.5px;
  font-family: 'JetBrains Mono', monospace;
}
.price-amount.free {
  background: linear-gradient(135deg, var(--gold-hi), var(--gold), var(--gold2));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 2.6rem;
}
.price-cur { font-size: 0.78rem; color: var(--muted); font-weight: 600; }
.price-period {
  font-size: 0.72rem; color: var(--muted); font-weight: 700;
  margin-bottom: 20px;
}

.price-feats {
  list-style: none; display: grid; gap: 6px;
  margin-bottom: 22px; text-align: left;
}
.price-feats li {
  display: flex; align-items: flex-start; gap: 8px;
  font-size: 0.82rem; color: var(--soft); line-height: 1.5;
}
.price-feats li svg { flex-shrink: 0; margin-top: 2px; }

/* VEX steps inside card */
.vex-steps {
  text-align: left; margin-bottom: 14px;
}
.vex-steps-title {
  font-size: 0.78rem; font-weight: 800; color: var(--gold);
  text-transform: uppercase; letter-spacing: 1px; margin-bottom: 12px;
}
.vex-step {
  display: flex; gap: 10px; align-items: flex-start;
  margin-bottom: 10px;
}
.vex-step-num {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%; background: var(--gold-dim);
  border: 1px solid rgba(255,213,74,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.68rem; font-weight: 900; color: var(--gold);
  font-family: 'JetBrains Mono', monospace;
  margin-top: 1px;
}
.vex-step-text {
  font-size: 0.78rem; color: var(--soft); line-height: 1.5; font-weight: 500;
}
.vex-note {
  font-size: 0.75rem; color: var(--gold); font-weight: 600;
  line-height: 1.55; margin-bottom: 18px; text-align: left;
  padding: 10px 12px; border-radius: var(--r-sm);
  background: var(--gold-dim); border: 1px solid rgba(255,213,74,0.12);
}

.btn-price {
  display: block; width: 100%; padding: 14px;
  border-radius: 100px; border: 1px solid var(--border);
  background: rgba(255,255,255,.04); color: var(--soft);
  font-weight: 700; font-size: 0.88rem; text-align: center;
  transition: all 0.25s var(--ease); cursor: pointer;
  position: relative; overflow: hidden;
  text-decoration: none; box-sizing: border-box;
}
.btn-price::before {
  content: ''; position: absolute; top: 50%; left: -100%; width: 200%; height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s var(--ease);
}
.btn-price:hover::before { left: 100%; }
.btn-price:hover {
  background: rgba(255,255,255,.08); color: var(--text);
  border-color: var(--border-hi);
}
.btn-price-featured {
  display: block; width: 100%; padding: 16px;
  border-radius: 100px;
  background: linear-gradient(135deg, #fff 0%, var(--gold-hi) 100%);
  color: #000; font-weight: 800; font-size: 0.95rem;
  text-align: center; border: none; cursor: pointer;
  box-shadow: 0 8px 28px rgba(255,179,0,.25);
  transition: all 0.3s var(--ease);
  position: relative; overflow: hidden;
  text-decoration: none; box-sizing: border-box;
}
.btn-price-featured::before {
  content: ''; position: absolute; top: 50%; left: -100%; width: 200%; height: 200%;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.4) 50%, transparent 100%);
  transform: translateY(-50%) skewX(-20deg);
  transition: left 0.6s var(--ease);
}
.btn-price-featured:hover::before { left: 100%; }
.btn-price-featured:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(255,179,0,.35);
}

/* ═══════════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════════ */
.faq-list { max-width: 700px; margin: 0 auto; display: grid; gap: 10px; }
.faq-item {
  text-align: left; width: 100%;
  border-radius: var(--r-md); border: 1px solid var(--border);
  background: rgba(10,10,12,0.9); padding: 0; overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
.faq-item[open] { border-color: rgba(255,213,74,.15); }
.faq-item summary {
  padding: 18px 22px; font-size: 0.95rem; font-weight: 800; cursor: pointer;
  list-style: none; display: flex; align-items: center;
  justify-content: space-between; transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.2rem; color: var(--gold);
  font-weight: 900; transition: transform 0.3s var(--ease);
}
.faq-item[open] summary::after { content: '\2212'; }
.faq-item[open] summary { color: var(--gold); }
.faq-item p {
  padding: 0 22px 18px; font-size: 0.88rem;
  color: var(--soft); line-height: 1.65;
}

/* ═══════════════════════════════════════════════════════════════
   CTA FINAL
   ═══════════════════════════════════════════════════════════════ */
.cta-final { padding: 60px 0 100px; }
.cta-card {
  text-align: center; padding: 60px 36px;
  background: rgba(10,10,12,0.9); border: 1px solid var(--border);
  border-radius: var(--r-lg); position: relative; overflow: hidden;
}
.cta-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 40% at 50% -10%, rgba(255,213,74,.08), transparent 70%);
}
.cta-card h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 900;
  margin-bottom: 12px; position: relative;
}
.cta-card p {
  color: var(--soft); font-size: 1rem; margin-bottom: 28px; position: relative;
}
.cta-card .btn-hero { position: relative; }

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */
.footer {
  padding: 28px 0; border-top: 1px solid var(--border);
  background: rgba(0,0,0,0.5);
}
.footer-inner {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 16px;
}
.footer-left p { font-size: 0.78rem; color: var(--muted); margin-top: 4px; }
.footer-right { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-right a {
  font-size: 0.82rem; color: var(--muted); font-weight: 600;
  padding: 8px; border-radius: 10px;
  transition: all 0.25s var(--ease);
}
.footer-right a:hover { background: rgba(255,255,255,.06); color: #fff; }

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */
@media(min-width: 860px) { .nav-links { display: flex; } }

@media(max-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: scale(1); }
  .price-card.featured:hover { transform: translateY(-6px); }
}

@media(max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .telegram-mock-img { max-width: 300px; margin-top: 20px; }
  .flow-connector { display: none; }
  .steps-flow { flex-direction: column; align-items: center; gap: 12px; }
}

@media(max-width: 768px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .hero { padding: 40px 0 60px; }
  .cta-card { padding: 44px 22px; }
}
