/* ============================================
   VIP X STORE — Soft Pastel Theme
   Pink · Beige · Mint · Teal
   ============================================ */

:root {
  --bg-primary: #060d1a;
  --bg-secondary: #0a1628;
  --bg-card: rgba(15, 35, 65, 0.6);
  --bg-card-solid: #0d2040;

  --neon-green: #4a8fa8;
  --neon-green-bright: #7ec8e3;
  --neon-green-dim: #2a6080;
  --neon-orange: #5a9ab5;
  --neon-orange-bright: #8dd4ee;

  --status-bar-green: #7ec8e3;

  --text-primary: #f0f8ff;
  --text-secondary: #b8d4e8;
  --text-muted: #5a7a95;

  --border-green:  rgba(126, 200, 227, 0.28);
  --border-orange: rgba(126, 200, 227, 0.22);
  --glass-blur: 18px;

  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 10px;

  --font-display: 'Poppins', sans-serif;
  --font-body: 'Poppins', 'Segoe UI', sans-serif;

  --transition-fast:   0.35s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-normal: 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-slow:   0.8s  cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

* { 
  box-sizing: border-box; 
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 65px;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-body);
  scroll-behavior: smooth;
  position: relative;
  min-height: 100vh;
}
@keyframes pageFadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

a { 
  text-decoration: none; 
  color: inherit; 
  -webkit-tap-highlight-color: transparent;
}
ul { margin: 0; padding: 0; list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
img { max-width: 100%; display: block; }

.orbitron { font-family: var(--font-display); }

.container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative;
  z-index: 2;
}

@media (min-width: 900px) {
  .container { max-width: 1100px; }
}

/* ─── Animated Background ─────────────────────── */
.bg-grid {
  display: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
}
.bg-orb-1 {
  width: 500px; height: 500px;
  background: #3a7fa8;
  top: -150px; left: -120px;
  animation: orbFloat1 18s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0.3;
}
.bg-orb-2 {
  width: 420px; height: 420px;
  background: #1a4a6a;
  bottom: 5%; right: -120px;
  animation: orbFloat2 22s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0.25;
}
.bg-orb-3 {
  width: 320px; height: 320px;
  background: #0d2a42;
  top: 40%; left: 50%;
  animation: orbFloat3 20s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  opacity: 0.15;
}

@keyframes orbFloat1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px, 60px) scale(1.15); }
}
@keyframes orbFloat2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-30px, -40px) scale(1.1); }
}
@keyframes orbFloat3 {
  0%, 100% { transform: translate(-50%,-50%) scale(1); }
  50% { transform: translate(-50%,-50%) scale(1.3); }
}

@media (prefers-reduced-motion: reduce) {
  .bg-orb, .float-card, .pulse-border, * { animation-duration: 0.001s !important; }
}

/* ─── Navbar ───────────────────────────────────── */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(4, 10, 22, 0.97);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border-bottom: 1px solid var(--border-green);
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
}

.navbar .brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar .brand img {
  height: 34px;
  width: 34px;
  filter: drop-shadow(0 0 8px rgba(126,200,227,0.6));
}
.navbar .brand span {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.5px;
  color: var(--neon-green-bright);
  text-shadow: 0 0 12px rgba(126,200,227,0.5);
}

.navbar .menu-btn {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text-primary);
}
.navbar .menu-btn svg { width: 24px; height: 24px; }

.desktop-nav { display: none; gap: 22px; }
.desktop-nav a {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text-secondary);
  transition: color 0.2s;
}
.desktop-nav a.active { color: var(--neon-green-bright); }
@media (hover: hover) {
  .desktop-nav a:hover { color: var(--neon-green-bright); }
}

.navbar-buy-btn {
  display: none;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 9px 18px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--neon-green-dim), var(--neon-green-bright));
  color: #060d1a;
  white-space: nowrap;
  box-shadow: 0 2px 14px rgba(126,200,227,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.navbar-buy-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 18px rgba(126,200,227,0.55); }
.navbar-buy-btn svg { width: 14px; height: 14px; }

/* ─── Theme toggle sun button (visible on desktop + mobile) ── */
.theme-toggle-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 200, 80, 0.12);
  border: 1px solid rgba(255, 200, 80, 0.45);
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
  /* mobile: brand ke baad push right, hamburger ke just left */
  margin-left: auto;
  margin-right: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.theme-toggle-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(255, 190, 70, 0.45);
}
.theme-toggle-btn .theme-sun-img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}
/* mouse hover -> sun thoda ghume */
.theme-toggle-btn:hover .theme-sun-img {
  transform: rotate(45deg);
}
/* click / mobile tap -> spin effect (JS se class lagti hai) */
@keyframes sunSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(180deg); }
}
.theme-toggle-btn .theme-sun-img.sun-spin {
  animation: sunSpin 0.5s ease;
}
@media (min-width: 900px) {
  .theme-toggle-btn { margin-left: 0; margin-right: 8px; }
}

@media (min-width: 900px) {
  .desktop-nav { display: flex; }
  .navbar-buy-btn { display: inline-flex; }
  .navbar .mobile-menu-btn { display: none; }
}

/* ─── Mobile Drawer Menu ───────────────────────── */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  width: 72%;
  max-width: 300px;
  min-height: auto;
  z-index: 10001;
  background: rgba(5, 7, 13, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid var(--border-green);
  border-bottom: 1px solid var(--border-green);
  border-bottom-left-radius: 20px;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 16px;
  overflow-y: auto;
  box-shadow: -8px 4px 32px rgba(0,0,0,0.6);
  pointer-events: none;
}
.mobile-drawer.open {
  transform: translateX(0);
  pointer-events: auto;
}
.mobile-drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease;
}
.mobile-drawer-overlay.open {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.mobile-drawer .drawer-header {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 12px; border-bottom: 1px solid var(--border-green);
  margin-bottom: 4px;
}
.mobile-drawer .drawer-link {
  display: block;
  padding: 11px 14px;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-secondary);
  border-radius: var(--radius-sm);
  transition: all 0.2s;
}
.mobile-drawer .drawer-link.active {
  background: rgba(126,200,227,0.12);
  color: var(--neon-green-bright);
}
.mobile-drawer .drawer-link:active { background: rgba(126,200,227,0.18); }
.mobile-drawer .drawer-theme-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--neon-green-bright);
  background: rgba(126,200,227,0.08);
  border: 1px solid var(--border-green);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
}

/* ─── Hero Section ─────────────────────────────── */
.hero {
  text-align: center;
  padding: 10px 18px 6px;
  position: relative;
}
.hero .hero-logo {
  width: 72px;
  margin: 0 auto 2px;
  filter: drop-shadow(0 0 24px rgba(126,200,227,0.55));
  animation: logoFloat 4s ease-in-out infinite;
}
@keyframes logoFloat {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-10px) rotate(-1.5deg); }
  100% { transform: translateY(0) rotate(0deg); }
}
.hero h1 {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: 1px;
  color: #f1f7f7;
  text-shadow: 0 0 30px rgba(126,200,227,0.45), 0 0 60px rgba(126,200,227,0.25);
}
.hero p.subtitle {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 2.5px;
  color: var(--neon-green-bright);
  margin: 4px 0 0;
  font-weight: 600;
}

@media (min-width: 900px) {
  .hero { padding: 8px 18px 4px; }
  .hero h1 { font-size: 3.6rem; }
  .hero .hero-logo { width: 100px; margin-bottom: 2px; }
}

/* ─── Glass Card Base ──────────────────────────── */
.glass-card {
  background: var(--bg-card);
  border: 1px solid var(--border-green);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  position: relative;
  overflow: hidden;
}

/* ─── Voice Note Player ────────────────────────── */
.voice-note {
  margin: 6px 0 16px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
}
.voice-note-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.voice-note-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  color: var(--neon-green-bright);
  font-weight: 700;
}
.voice-note-time {
  font-size: 0.75rem;
  color: var(--text-muted);
  font-family: monospace;
}
.voice-note-body {
  display: flex;
  align-items: center;
  gap: 14px;
}
.voice-play-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-green-dim), var(--neon-green));
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(126,200,227,0.4);
  transition: transform 0.2s;
}
.voice-play-btn:active { transform: scale(0.92); }
.voice-play-btn svg { width: 20px; height: 20px; color: #060d1a; }

.waveform {
  flex: 1;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 2px;
  overflow: hidden;
}
.waveform .bar {
  width: 3px;
  background: rgba(126,200,227,0.35);
  border-radius: 2px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.waveform .bar.active { background: var(--neon-green-bright); }

.voice-note-placeholder {
  margin-top: 12px;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ─── Feature Cards Grid (Android/iOS/Proofs/Gameplay) ─ */
.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 14px 0;
}
@media (min-width: 900px) {
  .cards-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-left: 0;
    margin-right: 0;
  }
}

.feature-card {
  padding: 22px 16px 20px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  animation: cardFloat 5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.feature-card:nth-child(1) { animation: cardFloatUp 5s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.feature-card:nth-child(2) { animation: cardFloatDown 5s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
.feature-card:nth-child(3) { animation: cardFloatUp 5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.4s; }
.feature-card:nth-child(4) { animation: cardFloatDown 5s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.4s; }

@keyframes cardFloatUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}
@keyframes cardFloatDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(14px); }
}

.feature-card.theme-green {
  background: linear-gradient(145deg, rgba(126,200,227,0.08), rgba(8,18,36,0.7));
  border: 1px solid var(--border-green);
}
.feature-card.theme-orange {
  background: linear-gradient(145deg, rgba(126,200,227,0.08), rgba(10,20,40,0.7));
  border: 1px solid var(--border-orange);
}

@media (hover: hover) {
  .feature-card:hover {
    transform: translateY(-10px) scale(1.02);
  }
  .feature-card.theme-green:hover {
    box-shadow: 0 12px 32px rgba(126,200,227,0.25);
  }
  .feature-card.theme-orange:hover {
    box-shadow: 0 12px 32px rgba(126,200,227,0.25);
  }
}

/* ===== Coming Soon plan card state ===== */
.pricing-card.coming-soon {
  cursor: not-allowed;
  overflow: hidden;
}
.pricing-card.coming-soon:hover {
  transform: none;
  box-shadow: none;
}
.pricing-card.coming-soon > *:not(.coming-soon-overlay):not(.plan-badge):not(h3):not(.price) {
  filter: blur(7px);
  opacity: 0.28;
  pointer-events: none;
  user-select: none;
}
.pricing-card.coming-soon > .plan-badge,
.pricing-card.coming-soon > h3,
.pricing-card.coming-soon > .price {
  position: relative;
  z-index: 6;
  pointer-events: none;
  user-select: none;
}
.coming-soon-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(5, 10, 20, 0) 0%, rgba(5, 10, 20, 0.10) 30%, rgba(5, 10, 20, 0.40) 55%);
  border-radius: var(--radius-lg);
}
.coming-soon-tag {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 2px;
  color: var(--text-primary);
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px dashed var(--border-green);
  background: var(--bg-card);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  animation: comingSoonPulse 2.2s ease-in-out infinite;
}
@keyframes comingSoonPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0; left: -150%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.06), transparent);
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}
@media (hover: hover) {
  .feature-card:hover::before { left: 150%; }
}

.feature-card .badge {
  position: absolute;
  top: 12px; right: 12px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3px 9px;
  border-radius: 20px;
  text-transform: uppercase;
}
.theme-green .badge {
  background: rgba(126,200,227,0.18);
  color: var(--neon-green-bright);
  border: 1px solid var(--border-green);
}
.theme-orange .badge {
  background: rgba(126,200,227,0.18);
  color: var(--neon-orange-bright);
  border: 1px solid var(--border-orange);
}

.feature-card .icon-wrap {
  width: 42px; height: 42px;
  border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  margin: 20px 0 12px;
}
.theme-green .icon-wrap { background: rgba(126,200,227,0.12); border: 1px solid var(--border-green); }
.theme-orange .icon-wrap { background: rgba(126,200,227,0.12); border: 1px solid var(--border-orange); }
.feature-card .icon-wrap svg { width: 22px; height: 22px; }
.theme-green .icon-wrap svg { color: var(--neon-green-bright); }
.theme-orange .icon-wrap svg { color: var(--neon-orange-bright); }

.feature-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 5px;
  color: var(--text-primary);
}
.feature-card p {
  font-size: 0.76rem;
  color: var(--text-muted);
  margin: 0 0 14px;
  line-height: 1.4;
  min-height: 0;
}

.card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 20px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.theme-green .card-cta {
  background: rgba(126,200,227,0.15);
  color: var(--neon-green-bright);
  border: 1px solid var(--border-green);
}
.theme-orange .card-cta {
  background: rgba(126,200,227,0.15);
  color: var(--neon-orange-bright);
  border: 1px solid var(--border-orange);
}
@media (hover: hover) {
  .theme-green .card-cta:hover { background: var(--neon-green); color: #060d1a; }
  .theme-orange .card-cta:hover { background: var(--neon-orange); color: #060d1a; }
}
.card-cta svg { width: 14px; height: 14px; transition: transform 0.2s; }
@media (hover: hover) {
  .card-cta:hover svg { transform: translateX(3px); }
}

/* ─── Stat Badges Row ──────────────────────────── */
.stats-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 22px 0 36px;
}
@media (min-width: 900px) {
  .stats-row { grid-template-columns: repeat(4, 1fr); }
}
.stat-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: rgba(126,200,227,0.05);
  border: 1px solid var(--border-green);
}
.stat-badge svg { width: 20px; height: 20px; color: var(--neon-green-bright); flex-shrink: 0; }
.stat-badge span {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
}
.stat-badge .counter-num { color: #f1f7f7; font-weight: 800; }

/* ─── Section Headings ─────────────────────────── */
.section-heading {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 32px 0 8px;
  padding-top: 16px;
}
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, var(--border-green), transparent);
  margin-bottom: 18px;
}

/* ─── Buttons ──────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.btn-primary {
  background: linear-gradient(135deg, var(--neon-green-dim), var(--neon-green-bright));
  color: #060d1a;
  box-shadow: 0 4px 20px rgba(126,200,227,0.35);
}
@media (hover: hover) {
  .btn-primary:hover { box-shadow: 0 6px 28px rgba(126,200,227,0.5); transform: translateY(-2px); }
}
.btn-primary:active { transform: translateY(0) scale(0.98); }

.btn-outline {
  background: transparent;
  border: 1px solid var(--border-green);
  color: var(--neon-green-bright);
}
@media (hover: hover) {
  .btn-outline:hover { background: rgba(126,200,227,0.1); }
}

.btn-orange {
  background: linear-gradient(135deg, #a8731f, var(--neon-orange-bright));
  color: #060d1a;
  box-shadow: 0 4px 20px rgba(126,200,227,0.35);
}
@media (hover: hover) {
  .btn-orange:hover { box-shadow: 0 6px 28px rgba(126,200,227,0.5); transform: translateY(-2px); }
}

.btn-block { width: 100%; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }

.btn::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
}
@media (hover: hover) {
  .btn:hover::after { left: 130%; }
}

/* ─── Pricing Cards (Panel pages) ───────────────── */
.pricing-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 24px 0;
}
@media (min-width: 900px) {
  .pricing-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 900px; margin: 24px auto; }
  .pricing-card { padding: 34px 30px; }
}
.pricing-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(126,200,227,0.18); }
.pricing-card .plan-badge {
  display: inline-block;
  position: relative;
  top: 0; left: 0;
  margin-bottom: 12px;
  background: linear-gradient(135deg, var(--neon-green-dim), var(--neon-green-bright));
  color: #060d1a;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 5px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  box-shadow: 0 0 16px rgba(126,200,227,0.5);
}
.pricing-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 6px 0 4px;
  color: var(--text-primary);
}
.pricing-card .price {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--neon-green-bright);
  text-shadow: 0 0 24px rgba(126,200,227,0.4);
  margin-bottom: 18px;
}
.pricing-card .price small { font-size: 1rem; color: var(--text-muted); font-weight: 600; }
.pricing-card .feature-list { margin-bottom: 22px; }
.pricing-card .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.pricing-card .feature-list li svg {
  width: 17px; height: 17px;
  color: var(--neon-green-bright);
  flex-shrink: 0;
}

/* ─── Reviews ──────────────────────────────────── */
.review-card {
  padding: 20px;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
}
.review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}
.review-header .name { font-weight: 700; font-size: 1rem; color: var(--text-primary); }
.review-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.platform-tag {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  background: rgba(126,200,227,0.15);
  color: var(--neon-green-bright);
  border: 1px solid var(--border-green);
}
.review-date { font-size: 0.78rem; color: var(--text-muted); }
.review-stars { color: #ffc94d; font-size: 0.95rem; letter-spacing: 1px; flex-shrink: 0; }
.review-text { font-style: italic; color: var(--text-secondary); font-size: 0.92rem; line-height: 1.5; margin: 10px 0; }
.verified-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  color: var(--neon-green-bright);
  font-weight: 600;
}
.verified-tag svg { width: 14px; height: 14px; }

/* ─── Proof Gallery ────────────────────────────── */
.proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 20px 0;
}
@media (min-width: 700px) {
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
}
.proof-card {
  border-radius: var(--radius-md);
  overflow: hidden;
}
.proof-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: #0a0f0a;
  overflow: hidden;
  cursor: pointer;
}
.proof-media img, .proof-media video {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .proof-card:hover .proof-media img { transform: scale(1.06); }
}
.proof-media .play-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.25);
}
.proof-media .play-overlay svg {
  width: 52px; height: 52px;
  color: white;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.6));
}
.proof-footer { padding: 14px 16px; }
.proof-footer .verified-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 6px;
}
.proof-footer .caption { font-size: 0.88rem; color: var(--text-secondary); }

/* ─── Gameplay Video Cards ─────────────────────── */
.gameplay-list { display: flex; flex-direction: column; gap: 18px; margin: 20px 0; }
@media (min-width: 700px) {
  .gameplay-list { display: grid; grid-template-columns: repeat(2, 1fr); }
}
.gameplay-card { border-radius: var(--radius-md); overflow: hidden; }
.gameplay-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #0d1a0d, #08100a);
  overflow: hidden;
  cursor: pointer;
}
.gameplay-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1); }
@media (hover: hover) {
  .gameplay-card:hover .gameplay-thumb img { transform: scale(1.05); }
}
.gameplay-thumb .play-circle {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  border: 2px solid rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
}
.gameplay-thumb .play-circle svg { width: 22px; height: 22px; color: white; }
.gameplay-thumb .platform-pill {
  position: absolute; top: 10px; right: 10px;
  font-size: 0.7rem; font-weight: 700;
  padding: 3px 10px; border-radius: 12px;
  background: rgba(0,0,0,0.55);
  color: var(--neon-green-bright);
  border: 1px solid var(--border-green);
}
.gameplay-thumb .duration-pill {
  position: absolute; bottom: 10px; right: 10px;
  font-size: 0.72rem; font-weight: 600;
  padding: 2px 8px; border-radius: 6px;
  background: rgba(0,0,0,0.7);
  color: var(--text-primary);
}
.gameplay-info { padding: 14px 4px; }
.gameplay-info h4 { font-size: 1rem; font-weight: 700; margin: 0 0 4px; color: var(--text-primary); }
.gameplay-info p { font-size: 0.82rem; color: var(--text-muted); margin: 0; }

/* ─── Lightbox ─────────────────────────────────── */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.lightbox.open { display: flex; }
.lightbox img, .lightbox video { max-width: 100%; max-height: 85vh; border-radius: 12px; }
.lightbox .close-btn {
  position: absolute; top: 20px; right: 20px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
  color: white;
}

/* ─── Payment Modal / Bottom Sheet ─────────────── */
.modal-overlay {
  position: fixed; inset: 0; z-index: 10050;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.open { display: flex; }
@media (min-width: 700px) {
  .modal-overlay { align-items: center; padding: 24px; }
}
.modal-sheet {
  width: 100%;
  max-width: 460px;
  background: #0a120a;
  border: 1px solid var(--border-green);
  border-radius: 24px;
  padding: 24px;
  position: relative;
  animation: sheetDown 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: 80vh;
  overflow-y: auto;
}
@media (min-width: 700px) {
  .modal-sheet { border-radius: 24px; max-height: 75vh; }
}
@keyframes sheetDown {
  from { transform: translateY(-30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.modal-sheet .drag-handle {
  width: 40px; height: 4px;
  background: rgba(255,255,255,0.2);
  border-radius: 4px;
  margin: 0 auto 18px;
}
.modal-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 20px;
}
.modal-header h3 { font-size: 1.1rem; font-weight: 700; margin: 0 0 2px; color: var(--text-primary); }
.modal-header .plan-summary { font-size: 0.85rem; color: var(--neon-green-bright); }
.modal-close {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-secondary);
  flex-shrink: 0;
}

.loading-spinner {
  width: 36px; height: 36px;
  border: 3px solid rgba(126,200,227,0.2);
  border-top-color: var(--neon-green-bright);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 30px auto 14px;
}
@keyframes spin { to { transform: rotate(360deg); } }
.loading-text { text-align: center; color: var(--text-muted); font-size: 0.9rem; margin-bottom: 30px; }

.payment-box {
  background: rgba(126,200,227,0.06);
  border: 1px solid var(--border-green);
  border-radius: var(--radius-md);
  padding: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.payment-box .pay-icon { width: 40px; height: 40px; color: var(--neon-green-bright); margin: 0 auto 10px; }
.payment-box .pay-label { font-size: 0.72rem; letter-spacing: 1.5px; color: var(--text-muted); text-transform: uppercase; }
.payment-box .pay-amount { font-family: var(--font-display); font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin: 6px 0; }
.payment-box .pay-desc { font-size: 0.8rem; color: var(--text-muted); }

.qr-box {
  background: white;
  width: 200px; height: 200px;
  margin: 0 auto 16px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  padding: 10px;
}

/* ─── Forms ────────────────────────────────────── */
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 6px;
}
.form-control {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-green);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: inherit;
}
.form-control:focus {
  outline: none;
  border-color: var(--neon-green-bright);
  box-shadow: 0 0 0 3px rgba(126,200,227,0.15);
}
.form-control::placeholder { color: var(--text-muted); }
textarea.form-control { resize: vertical; min-height: 90px; }

.alert {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  margin-bottom: 16px;
}
.alert-success { background: rgba(126,200,227,0.12); border: 1px solid var(--border-green); color: var(--neon-green-bright); }
.alert-danger { background: rgba(224,80,58,0.12); border: 1px solid rgba(224,80,58,0.4); color: #ff8a70; }
.alert-info { background: rgba(58,162,224,0.12); border: 1px solid rgba(58,162,224,0.4); color: #6db8f5; }

/* ─── Footer ───────────────────────────────────── */
.site-footer {
  margin-top: 50px;
  padding: 40px 0 30px;
  border-top: 1px solid var(--border-green);
  background: linear-gradient(180deg, transparent, rgba(126,200,227,0.03));
}
.footer-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-brand img { height: 32px; filter: drop-shadow(0 0 8px rgba(126,200,227,0.5)); }
.footer-brand span { font-family: var(--font-display); font-weight: 700; color: var(--neon-green-bright); font-size: 1.1rem; }
.footer-about { font-size: 0.88rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 24px; max-width: 480px; }
.footer-links-title {
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 28px 0 12px;
  font-weight: 700;
}
.footer-grid > div:first-child .footer-links-title { margin-top: 0; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.9rem; color: var(--text-secondary); transition: color 0.2s; }
.footer-links a:hover { color: var(--neon-green-bright); }
.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(126,200,227,0.12);
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}

@media (min-width: 900px) {
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; }
  .footer-links-title { margin-top: 0; }
}

/* ─── Scroll Reveal ────────────────────────────── */
/* Scroll-observer reveal DISABLED — ye hi clicks block kar raha tha.
   Ab entry animation neeche pure-CSS page-load stagger se hoti hai. */
.reveal,
.reveal.in-view {
  opacity: 1;
  transform: none;
  transition: none;
  pointer-events: auto !important;
}
.reveal:nth-child(2),
.reveal:nth-child(3),
.reveal:nth-child(4) { transition-delay: 0s; }

/* SAFETY: panel cards & unke links hamesha clickable rahen,
   chahe reveal state kuch bhi ho */
.cards-grid a.feature-card,
.cards-grid a.feature-card * {
  pointer-events: auto !important;
}

/* ── Cinematic HD entry animation (pure CSS) ──────────────
   Har element blur→sharp focus + soft rise + subtle scale ke
   saath ek-ek karke enter karta hai. ── */
@keyframes smoothEnter {
  0%   { opacity: 0; transform: translateY(36px) scale(0.96); }
  55%  { opacity: 1; }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.hero, .voice-note, .cards-grid, .stats-row,
.pricing-list, .page-header, .proof-grid, .gameplay-list {
  pointer-events: auto;
}

/* Hero: logo → title → subtitle, ek-ek karke */
.hero .hero-logo  { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both, logoFloat 4s ease-in-out 1.55s infinite; }
.hero h1          { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both; }
.hero p.subtitle  { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.55s both; }

/* Voice note block */
.voice-note { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.75s both; }

/* Panel cards: har card individually, wave ki tarah;
   entry ke baad float animation seamlessly continue */
.cards-grid .feature-card:nth-child(1) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.95s both, cardFloatUp 3.2s cubic-bezier(0.4, 0, 0.6, 1) 2.25s infinite; }
.cards-grid .feature-card:nth-child(2) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.1s both, cardFloatDown 3.2s cubic-bezier(0.4, 0, 0.6, 1) 2.4s infinite; }
.cards-grid .feature-card:nth-child(3) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.25s both, cardFloatUp 3.2s cubic-bezier(0.4, 0, 0.6, 1) 2.55s infinite; }
.cards-grid .feature-card:nth-child(4) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.4s both, cardFloatDown 3.2s cubic-bezier(0.4, 0, 0.6, 1) 2.7s infinite; }
.cards-grid .feature-card:nth-child(5) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.55s both, cardFloatUp 3.2s cubic-bezier(0.4, 0, 0.6, 1) 2.85s infinite; }
.cards-grid .feature-card:nth-child(6) { animation: smoothEnter 1.3s cubic-bezier(0.16, 1, 0.3, 1) 1.7s both, cardFloatDown 3.2s cubic-bezier(0.4, 0, 0.6, 1) 3.0s infinite; }

/* Stat badges: ek-ek karke */
.stats-row .stat-badge:nth-child(1) { animation: smoothEnter 1.2s cubic-bezier(0.16, 1, 0.3, 1) 1.9s both; }
.stats-row .stat-badge:nth-child(2) { animation: smoothEnter 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.02s both; }
.stats-row .stat-badge:nth-child(3) { animation: smoothEnter 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.14s both; }
.stats-row .stat-badge:nth-child(4) { animation: smoothEnter 1.2s cubic-bezier(0.16, 1, 0.3, 1) 2.26s both; }

/* Sub-pages (android/ios/proofs/gameplay/policy) */
.page-header  { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both; }
.pricing-list { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
.proof-grid   { animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }
.gameplay-list{ animation: smoothEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.5s both; }

/* ─── Page Header (sub-pages) ──────────────────── */
.page-header { text-align: center; padding: 30px 18px 10px; }
.page-header h1 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.page-header p { color: var(--text-muted); font-size: 0.9rem; }

/* ─── Misc ─────────────────────────────────────── */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.w-full { width: 100%; }

.spinner-small {
  width: 16px; height: 16px;
  border: 2px solid rgba(0,0,0,0.2);
  border-top-color: #060d1a;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
}

/* ─── Chat Support Widget ──────────────────────── */
.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 18px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  /* MOBILE CLICK FIX: wrapper transparent box taps intercept kar raha tha
     (closed chat-panel layout me space leta hai, mobile pe ~full width).
     Wrapper ab taps pass-through karega, sirf FAB/open panel clickable. */
  pointer-events: none;
}
.chat-widget > :not(.chat-panel) {
  pointer-events: auto;
}

.chat-fab {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--neon-green-dim), var(--neon-green-bright));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(126,200,227,0.45);
  position: relative;
  flex-shrink: 0;
  animation: chatPulse 2.6s ease-in-out infinite;
}
@keyframes chatPulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(126,200,227,0.45); }
  50% { box-shadow: 0 4px 32px rgba(126,200,227,0.7); }
}
.chat-fab svg { width: 24px; height: 24px; color: #060d1a; position: absolute; transition: opacity 0.2s, transform 0.2s; }
.chat-fab .chat-fab-icon-close { opacity: 0; transform: scale(0.5) rotate(-90deg); }
.chat-fab .chat-fab-icon-open { opacity: 1; transform: scale(1) rotate(0); }
.chat-fab.open .chat-fab-icon-open { opacity: 0; transform: scale(0.5) rotate(90deg); }
.chat-fab.open .chat-fab-icon-close { opacity: 1; transform: scale(1) rotate(0); }

.chat-panel {
  width: 260px;
  background: rgba(8, 16, 10, 0.96);
  border: 1px solid var(--border-green);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  opacity: 0;
  transform: translateY(12px) scale(0.96);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
  transform-origin: bottom right;
}
.chat-panel.open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0s;
}

.chat-panel-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 4px;
}
.chat-panel-header span {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
}
.chat-close-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.chat-panel-sub {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 4px 0 14px;
  line-height: 1.4;
}

.chat-options { display: flex; flex-direction: column; gap: 8px; }
.chat-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-primary);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: background 0.2s, border-color 0.2s;
}
.chat-option svg { flex-shrink: 0; }
.chat-whatsapp:hover { background: rgba(37,211,102,0.15); border-color: rgba(37,211,102,0.4); }
.chat-whatsapp svg { color: #25d366; }
.chat-telegram:hover { background: rgba(42,159,224,0.15); border-color: rgba(42,159,224,0.4); }
.chat-telegram svg { color: #2a9fe0; }
.chat-email:hover { background: rgba(126,200,227,0.15); border-color: var(--border-green); }
.chat-email svg { color: var(--neon-green-bright); }

@media (max-width: 480px) {
  .chat-widget { bottom: 16px; right: 14px; }
  .chat-panel { width: calc(100vw - 48px); max-width: 280px; }
}
/* ── Remove ALL click/tap/focus highlights on cards ── */
a.feature-card,
a.feature-card:link,
a.feature-card:visited,
a.feature-card:hover,
a.feature-card:active,
a.feature-card:focus,
a.feature-card:focus-visible {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none;
}
.feature-card:active {
  transform: translateY(-8px) scale(1.01);
  background: inherit !important;
}
/* Prevent card-cta from turning green on click/active */
.card-cta:active,
.theme-green .card-cta:active,
.theme-orange .card-cta:active {
  background: rgba(126,200,227,0.15) !important;
  color: var(--neon-green-bright) !important;
  transform: none;
}
/* Page load animation */
@keyframes slideUpFadeIn {
  from { opacity: 0; transform: translateY(60px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Navbar always visible - no animation */
.navbar { animation: none !important; opacity: 1 !important; transform: none !important; }
/* Page entry animation handled by reveal class only */

/* Fix Buy Now dark visited state */
.btn-primary:visited, .btn-primary:visited * { color: #0a1400 !important; }
a.btn-primary { color: #060d1a; }
a.btn-primary:visited { color: #060d1a; }