.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-color: #0b0f1a;
  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(0, 123, 255, 0.342) 60%,
      #030000f6 100%
    );
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;
  animation: grid-gradient-slide 60s linear infinite;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #007bff, #47a0ff);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.25);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #007bff, #47a0ff);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.btn-primary-modern {
  background: linear-gradient(135deg, #2c2f33, #2c2f33);
}

.btn-discord-modern {
  background: #23272a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 0.2);
}
/* Pricing Section Styles */
.pricing-section {
  background: linear-gradient(180deg, #1a1a2e 0%, #16213e 100%);
  padding: 80px 20px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* Header */
.pricing-header {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-title {
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

.title-highlight {
  color: #ff8c42;
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.pricing-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-text {
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 500;
}

.badge-save {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
}

/* Pricing Cards */
.pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: rgba(30, 30, 50, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Popular Card */
.card-popular {
  border-color: rgba(139, 92, 246, 0.5);
  position: relative;
  z-index: 2;
}

.card-popular::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  border-radius: 20px;
  z-index: -1;
  opacity: 0.3;
  filter: blur(20px);
}

.card-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}

.popular-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.5);
}

/* Pro Card */
.card-pro {
  border-color: rgba(255, 140, 66, 0.3);
}

.pro-crown {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  color: #fbbf24;
  filter: drop-shadow(0 4px 8px rgba(251, 191, 36, 0.5));
}

/* Card Header */
.card-header {
  text-align: center;
  margin-bottom: 30px;
}

.plan-name {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.plan-name-pro {
  color: #ff8c42;
}

.plan-subtitle {
  font-size: 16px;
  color: #a0a0a0;
  margin: 0;
}

/* Pricing */
.plan-price {
  text-align: center;
  margin-bottom: 40px;
}

.price {
  display: block;
  font-size: 56px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.price-pro {
  color: #fbbf24;
}

.price-period {
  display: block;
  font-size: 16px;
  color: #a0a0a0;
  font-weight: 500;
}

/* Features */
.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: #e0e0e0;
  font-size: 15px;
}

.feature-item span {
  flex: 1;
}

.icon-check {
  width: 20px;
  height: 20px;
  color: #10b981;
  flex-shrink: 0;
}

.icon-cross {
  width: 20px;
  height: 20px;
  color: #ef4444;
  flex-shrink: 0;
}

.feature-disabled {
  opacity: 0.5;
}

/* Buttons */
.plan-button {
  display: block;
  width: 100%;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-free {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-free:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.btn-core {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
}

.btn-core:hover {
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.6);
  transform: translateY(-2px);
}

.btn-pro {
  background: linear-gradient(135deg, #ff8c42 0%, #ff4757 100%);
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(255, 140, 66, 0.4);
}

.btn-pro:hover {
  box-shadow: 0 15px 40px rgba(255, 140, 66, 0.6);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .pricing-cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }

  .pricing-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .pricing-section {
    padding: 60px 16px;
  }

  .pricing-title {
    font-size: 36px;
  }

  .pricing-cards {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .price {
    font-size: 48px;
  }

  .plan-name {
    font-size: 28px;
  }
/* Gaming Performance Section */
.performance-showcase {
  background: #0a0a0a;
  padding: 80px 20px;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.performance-container {
  max-width: 1400px;
  margin: 0 auto;
}

.performance-header {
  text-align: center;
  margin-bottom: 60px;
}

.performance-title {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.performance-title .highlight {
  color: #00d9ff;
  background: linear-gradient(135deg, #00d9ff 0%, #00f5a0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.performance-subtitle {
  font-size: 20px;
  color: #a0a0a0;
  font-weight: 400;
  margin: 0;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 28px;
  margin-bottom: 50px;
}

.game-card {
  background: linear-gradient(145deg, #141414 0%, #0d0d0d 100%);
  border: 1px solid #222222;
  border-radius: 20px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.game-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #00d9ff 0%, #00f5a0 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: #00d9ff;
  box-shadow: 0 12px 40px rgba(0, 217, 255, 0.15);
}

.game-card:hover::before {
  opacity: 1;
}

.game-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.game-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.game-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #222222;
}

.game-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.boost-badge {
  background: linear-gradient(135deg, #00d9ff 0%, #00f5a0 100%);
  color: #000000;
  font-size: 16px;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 50px;
  white-space: nowrap;
}

.fps-comparison {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.fps-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #1a1a1a;
}

.fps-row:last-child {
  border-bottom: none;
}

.fps-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.fps-value {
  font-size: 18px;
  font-weight: 700;
}

.fps-row.optimized .fps-value {
  color: #00d9ff;
}

.fps-row.standard .fps-value {
  color: #666666;
}

.system-specs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  background: #0d0d0d;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  max-width: 600px;
  margin: 0 auto;
}

.specs-icon {
  width: 24px;
  height: 24px;
  color: #666666;
}

.specs-text {
  font-size: 14px;
  color: #888888;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .performance-showcase {
    padding: 50px 16px;
  }

  .performance-title {
    font-size: 36px;
  }

  .performance-subtitle {
    font-size: 16px;
  }

  .games-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .game-card {
    padding: 24px;
  }

  .game-name {
    font-size: 20px;
  }

  .boost-badge {
    font-size: 14px;
    padding: 6px 14px;
  }
  /* Feature card */
.feature-card {
  @apply p-6 rounded-2xl transition-all duration-300;
  background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
  border: 1px solid #262626;
}

.feature-card:hover {
  border-color: rgba(27, 209, 201, 0.3);
}
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.hero-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);
  opacity: 0.3;
  filter: blur(100px);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(27, 208, 200, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(27, 208, 200, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

.hero-container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: var(--primary-light);
  border: 1px solid rgba(27, 208, 200, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease;
}

.badge-icon {
  font-family: monospace;
  font-size: 0.75rem;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
  animation: fadeInUp 0.6s ease 0.1s backwards;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease 0.2s backwards;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  animation: fadeInUp 0.6s ease 0.3s backwards;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: all var(--transition-normal);
}

.btn-primary:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-hover);
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
  transition: all var(--transition-normal);
}

.btn-secondary:hover {
  background: #5865F2;
  border-color: #5865F2;
  transform: translateY(-2px);
}

.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  animation: fadeInUp 0.6s ease 0.4s backwards;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat-value {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text-muted);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .hero-stats {
    flex-direction: column;
    gap: 24px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}
/* ================================================
   Features Section
   ================================================ */

.features {
  padding: var(--section-padding);
  background: var(--bg-secondary);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all var(--transition-normal);
}

.feature-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  color: var(--text-secondary);
}

.feature-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ================================================
   Pricing Section
   ================================================ */

.pricing {
  padding: var(--section-padding);
  background: var(--bg-primary);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  align-items: start;
}

.pricing-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-xl);
  padding: 32px;
  transition: all var(--transition-normal);
}

.pricing-card:hover {
  transform: translateY(-4px);
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.1) 0%, var(--bg-card) 100%);
  border-color: var(--purple-start);
}

.pricing-card.ultimate {
  background: linear-gradient(180deg, rgba(249, 115, 22, 0.1) 0%, var(--bg-card) 100%);
  border-color: var(--accent-orange);
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  white-space: nowrap;
}

.ultimate-badge {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  color: white;
}

.pricing-header {
  text-align: center;
  margin-bottom: 28px;
  padding-top: 8px;
}

.plan-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.plan-name.ultimate-name {
  color: var(--accent-orange);
}

.plan-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.plan-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.price {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
}

.price.ultimate-price {
  color: var(--accent-orange);
}

.period {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.plan-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9375rem;
}

.plan-features li.included svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.plan-features li.excluded {
  color: var(--text-muted);
}

.plan-features li.excluded svg {
  color: var(--text-muted);
  flex-shrink: 0;
  margin-top: 2px;
}

.btn-plan {
  display: block;
  width: 100%;
  padding: 14px 24px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: all var(--transition-normal);
}

.btn-free {
  background: var(--bg-elevated);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
}

.btn-free:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-hover);
}

.btn-featured {
  background: linear-gradient(135deg, var(--purple-start) 0%, var(--purple-end) 100%);
  color: white;
  border: none;
}

.btn-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(124, 58, 237, 0.5);
}

.btn-ultimate {
  background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-hover) 100%);
  color: white;
  border: none;
}

.btn-ultimate:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(249, 115, 22, 0.5);
}

}}