/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  overflow-y: scroll; /* Force scrollbar to always show */
  width: 100%;
  max-width: 100%;
}

html, body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* Compact modal header spacing */
.product-modal .modal-header {
  padding: 16px 24px 0 24px;
  margin: 0;
}

.product-modal .modal-title {
  margin: 0;
  line-height: 1.1;
}

.product-modal .product-header {
  display: flex;
  flex-direction: column;
  gap: 8px; /* tighter gap between title and badges */
  margin: 0;
}

.product-modal .product-status-badges {
  gap: 8px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  background: #0d0d0d;
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Apply 90% zoom only to login/signup pages */
body.login-page {
  zoom: 0.9;
}

/* Typography Scale */
h1, .h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Text Styles */
.text-lead {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.text-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.text-small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6);
}

.text-tiny {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

/* Special Text Styles */
.text-gradient {
  background: linear-gradient(90deg, #c44aff, #7711b3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.text-uppercase {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Navigation Text */
.nav-link {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
}

/* Buttons */
.btn {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* Form Elements */
input, textarea, select, button {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Hero Section Specific */
.hero-title {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
}

/* Card Titles */
.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* Price Text */
.price {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  color: #ffffff;
}

/* Footer Text */
.footer {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
}

.footer-title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  h1, .h1 {
    font-size: 2.5rem;
  }
  
  h2, .h2 {
    font-size: 2rem;
  }
  
  .text-lead {
    font-size: 1.125rem;
  }
  
  .hero-title {
    font-size: 2.75rem;
  }
}

/* Sunray Effect */
.sunray {
  position: fixed;
  top: -10%;
  left: -10%;
  right: 0;
  bottom: 0;
  width: 120vw;
  height: 120vh;
  pointer-events: none;
  z-index: 2; /* above backgrounds, below navbar */
  background:
    /* main diagonal beam */
    linear-gradient(120deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.08) 22%,
      rgba(0, 0, 0, 0) 48%
    ),
    /* softer wide bands */
    linear-gradient(120deg,
      rgba(255, 255, 255, 0.03) 14%,
      rgba(0, 0, 0, 0) 50%
    );
  mix-blend-mode: soft-light;
  opacity: 1;
}

/* Fallback for older browsers */
.bg-lighting {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(
    circle at 10% 10%,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.15) 30%,
    rgba(255, 255, 255, 0.05) 60%,
    transparent 100%
  );
  mix-blend-mode: overlay;
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
  transform-origin: top left;
}

@keyframes moveLight {
  from {
    transform: translate(-10%, -10%);
  }
  to {
    transform: translate(10%, 10%);
  }
}

/* Breadcrumb Navigation */
.breadcrumb {
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb a {
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover {
  color: #7711b3;
}

.breadcrumb span {
  color: #666;
}

.breadcrumb span:last-child {
  color: #fff;
}

/* Particles Animation */
.particles {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, var(--particle-opacity, 0.08));
  border-radius: 50%;
  animation: fall linear infinite;
}

.particle:nth-child(odd) {
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, var(--particle-opacity, 0.15));
}

.particle:nth-child(3n) {
  width: 1.5px;
  height: 1.5px;
  background: rgba(255, 255, 255, var(--particle-opacity, 0.25));
}

.particle:nth-child(5n) {
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, var(--particle-opacity, 0.1));
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}

@keyframes fall {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateY(calc(100vh + 200px));
    opacity: 0;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 9999;
  transition: all 0.2s ease;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 40px;
  width: 100%;
  box-sizing: border-box;
}

.nav-logo {
  flex-shrink: 0;
}

.nav-logo a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
}

.logo-text {
  color: #ffffff;
  font-weight: 600;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  letter-spacing: -0.5px;
}

.nav-logo-image {
  height: 32px;
  width: auto;
  display: block;
  transition: transform 0.2s ease;
}

.nav-logo-image:hover {
  transform: scale(1.05);
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
  position: relative;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

/* Dropdown Styles */
.dropdown {
  position: relative;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  opacity: 0.7;
}

.dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
  opacity: 1;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(15, 15, 15, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  min-width: 520px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-sections {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.dropdown-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dropdown-section-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #666;
  margin-bottom: 8px;
  padding-left: 4px;
}

.dropdown-item {
  display: flex;
  align-items: flex-start;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.04);
}

.dropdown-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.dropdown-item-title {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
}

.dropdown-item-desc {
  font-weight: 400;
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

.nav-btn-login {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.nav-btn-login:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

/* ── Cart nav button ─────────────────────────────────────── */
.nav-btn-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(119, 17, 179, 0.08);
  border: 1px solid rgba(119, 17, 179, 0.28);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.nav-btn-cart:hover {
  background: rgba(119, 17, 179, 0.18);
  border-color: rgba(119, 17, 179, 0.55);
  color: #c084fc;
  transform: translateY(-1px);
}
.nav-cart-badge {
  background: #7711b3;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  min-width: 18px;
  font-size: 10px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1;
  vertical-align: middle;
}

.nav-btn-signup {
  color: #ffffff;
  background: #7711b3;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.nav-btn-signup:hover {
  background: #881bc7ef;
}

.hamburger {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  gap: 4px;
}

.hamburger span {
  width: 25px;
  height: 2px;
  background: #ffffff;
  transition: all 0.3s ease;
}

/* Hero Section */
.hero {
  padding: 100px 0 120px;
  background: #0a0a0a;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/download.webp');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.hero-container-split {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 100px);
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50px);
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Status Badge */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 40px;
  margin-bottom: 80px;
  font-weight: 400;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 8px rgba(0, 255, 136, 0.6);
}

/* Hero Content */
.hero-content {
  max-width: 700px;
  margin-bottom: 100px;
}

.hero-buttons {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.hero-btn-primary {
  padding: 12px 28px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
}

.hero-btn-primary:hover {
  background: #a6a5a7;
}

.hero-btn-secondary {
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

/* Hero Video/Menu Stack */
.hero-video {
  position: relative;
  width: 100%;
  max-width: 550px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner vignette for edge blending */
.hero-video::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  background:
    radial-gradient(120% 120% at 50% 50%, rgba(10, 10, 10, 0) 60%, rgba(10, 10, 10, 0.22) 80%, rgba(10, 10, 10, 0.45) 100%),
    linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.12) 80%, rgba(10, 10, 10, 0.4) 100%);
  z-index: 2;
}

/* Purple glow underneath */
.hero-video::after {
  content: "";
  position: absolute;
  left: -25%;
  right: -25%;
  bottom: -44px;
  height: 200px;
  background: radial-gradient(60% 150% at 50% 100%, rgba(153, 32, 225, 0.55) 0%, rgba(153, 32, 225, 0.22) 45%, rgba(153, 32, 225, 0) 100%);
  filter: blur(34px);
  pointer-events: none;
  z-index: 3;
}

.menu-stack {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-menu-image {
  position: absolute;
  width: 280px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-menu-image.center-image {
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-menu-image.left-image {
  z-index: 1;
  left: 20%;
  top: 50%;
  width: 240px;
  transform: translate(-50%, -50%) rotate(-8deg);
  opacity: 0.75;
}

.hero-menu-image.right-image {
  z-index: 2;
  right: 20%;
  top: 50%;
  width: 240px;
  transform: translate(50%, -50%) rotate(8deg);
  opacity: 0.75;
}

/* Hover effects */
.menu-stack:hover .left-image {
  transform: translate(-50%, -50%) rotate(-10deg) scale(0.95);
  opacity: 0.6;
}

.menu-stack:hover .right-image {
  transform: translate(50%, -50%) rotate(10deg) scale(0.95);
  opacity: 0.6;
}

.menu-stack:hover .center-image {
  transform: translate(-50%, -50%) scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-container-split {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .hero-left {
    align-items: center;
  }
  
  .hero-video {
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .hero-video {
    max-width: 90%;
  }
  
  .hero-menu-image.left-image {
    transform: translate(calc(-50% - 100px), -50%) rotate(-6deg) scale(0.8);
  }
  
  .hero-menu-image.right-image {
    transform: translate(calc(-50% + 100px), -50%) rotate(6deg) scale(0.8);
  }
}

.version-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(153, 32, 225, 0.1);
  border: 1px solid rgba(153, 32, 225, 0.3);
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
}

.version-number {
  color: #7711b3;
  font-weight: 700;
}

.version-text {
  color: #cccccc;
}

.hero-title {
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #ffffff;
}

.hero-title .highlight {
  color: #c44aff;
  font-weight: 700;
  text-decoration: none !important;
  background: none !important;
  -webkit-background-clip: border-box !important;
  -webkit-text-fill-color: currentColor !important;
  background-clip: border-box !important;
}

.hero-subtitle {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-weight: 400;
  max-width: 580px;
}

.purchase-btn {
  display: inline-block;
  background: linear-gradient(135deg, #7711b3, #00cc6a);
  color: #000000;
  padding: 10px 32px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-bottom: 84px; /* extra spacing from demo image */
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.purchase-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(153, 32, 225, 0.3);
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-primary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-secondary:hover {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.btn-outline:hover {
  border-color: #7711b3;
  color: #7711b3;
}

.btn-elite {
  background: linear-gradient(135deg, #ff6b6b, #ff8e8e);
  color: #ffffff;
}

.btn-elite:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

/* Stats removed - using status badge instead */

/* Hero Video */
.demo-video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111111;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.video-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(135deg, #111111, #1a1a1a);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.placeholder-content {
  text-align: center;
  color: #ffffff;
}

.placeholder-content h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffffff;
}

.placeholder-content p {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 15px;
}

.placeholder-note {
  font-size: 12px;
  color: #888888;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Features Showcase Section */
.features-showcase {
  padding: 100px 0;
  background: #0a0a0a;
}

.features-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.features-text {
  max-width: 700px;
  margin-bottom: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.features-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.features-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-weight: 400;
}

/* Tilted Image */
.features-image-tilt {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
  transform-style: preserve-3d;
  border-radius: 16px;
  overflow: hidden;
}

.tilt-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

/* Feature Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid .feature-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  position: relative;
}

.features-grid .feature-item::before {
  display: none;
}

.features-grid .feature-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 6px;
}

.features-grid .feature-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2;
}

.features-grid .feature-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.features-grid .feature-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .features-title {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .features-title {
    font-size: 32px;
  }
  
  .features-showcase {
    padding: 60px 0;
  }
}

/* Discord CTA Card */
.discord-cta-section {
  padding: 80px 0;
  background: #0a0a0a;
}

.discord-cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.discord-card-border {
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  width: calc(100% - 80px);
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.discord-card-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 80px;
  background-image: url('images/download.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.discord-card-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.85);
  z-index: -1;
}

.discord-text {
  max-width: 500px;
  z-index: 2;
}

.discord-title {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.discord-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 32px 0;
  line-height: 1.6;
}

.discord-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #7711b3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(153, 32, 225, 0.4);
}

.discord-btn:hover {
  background: #8a1cc9;
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(153, 32, 225, 0.6);
}

.discord-icon-wrapper {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #5865f2 0%, #7289da 100%);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(88, 101, 242, 0.4);
  z-index: 2;
}

.discord-icon {
  width: 120px;
  height: auto;
  color: #ffffff;
}

/* Reviews Section */
.reviews-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
  overflow: hidden;
  position: relative;
}

.reviews-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(153, 32, 225, 0.3),
    transparent
  );
}

.reviews-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.reviews-header {
  text-align: center;
  margin-bottom: 60px;
}

.reviews-title {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -2px;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Marquee Wrapper */
.reviews-marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  position: relative;
}

.reviews-marquee {
  display: flex;
  gap: 24px;
  animation: scroll 40s linear infinite;
  flex-shrink: 0;
}

.reviews-marquee:nth-child(2) {
  animation-direction: reverse;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - 24px));
  }
}

/* Review Card */
.review-card {
  background: rgba(18, 18, 22, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 18px;
  min-width: 280px;
  max-width: 280px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(153, 32, 225, 0.5),
    transparent
  );
  opacity: 0.3;
}

/* Review Header */
.review-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7711b3, #9920e1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 2px solid rgba(153, 32, 225, 0.3);
  box-shadow: 0 4px 12px rgba(153, 32, 225, 0.2);
}

.avatar-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

.review-info {
  flex: 1;
}

.review-name {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 2px;
  letter-spacing: -0.3px;
}

.review-meta {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

/* Review Rating */
.review-rating {
  display: flex;
  gap: 3px;
  margin-bottom: 10px;
}

.review-rating .star {
  color: #7711b3;
  font-size: 14px;
  line-height: 1;
}

/* Review Text */
.review-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
  .reviews-title {
    font-size: 36px;
  }
  
  .reviews-subtitle {
    font-size: 16px;
  }
  
  .review-card {
    min-width: 280px;
    max-width: 280px;
    padding: 16px;
  }
  
  .reviews-marquee {
    animation: scroll 30s linear infinite;
  }
}

/* Auth Modal */
.auth-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}

.auth-modal.show {
  display: flex;
}

.auth-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}

.auth-modal-content {
  position: relative;
  width: 100%;
  max-width: 480px;
  background: #0a0a0a;
  border-radius: 16px;
  padding: 48px;
  z-index: 1;
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 32px;
  height: 32px;
  transition: color 0.2s ease;
}

.auth-close-btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.auth-form {
  display: none;
}

.auth-form.active {
  display: block;
}

.auth-logo {
  text-align: center;
  margin-bottom: 32px;
}

.auth-logo h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  letter-spacing: -1px;
}

.auth-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: center;
  letter-spacing: -0.5px;
}

.auth-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 32px 0;
}

.auth-subtitle a {
  color: #0066ff;
  text-decoration: none;
  font-weight: 500;
}

.auth-subtitle a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.form-group input {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #0066ff;
  background: rgba(255, 255, 255, 0.08);
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.auth-submit-btn {
  width: 100%;
  padding: 14px;
  background: #0066ff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
}

.auth-submit-btn:hover {
  background: #0052cc;
  transform: translateY(-1px);
}

.auth-terms {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 1.5;
}

.auth-terms a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.auth-terms a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive Auth Modal */
@media (max-width: 640px) {
  .auth-modal-content {
    max-width: 90%;
    padding: 32px 24px;
  }
  
  .auth-title {
    font-size: 20px;
  }
}

/* Auth Pages Styles */
.auth-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 9999;
}

.auth-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 16px 40px;
  width: 100%;
}

.auth-nav-logo a {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.auth-nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.auth-nav-links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  transition: color 0.2s ease;
}

.auth-nav-links a:hover {
  color: rgba(255, 255, 255, 0.95);
}

.auth-nav-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.auth-nav-btn-login {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.auth-nav-btn-login:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.auth-nav-btn-signup {
  color: #000;
  background: #0066ff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}

.auth-nav-btn-signup:hover {
  background: #0052cc;
}

.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px 40px;
}

.auth-container {
  width: 100%;
  max-width: 480px;
  padding: 0 20px;
}

.auth-logo-large {
  text-align: center;
  margin-bottom: 48px;
}

.auth-logo-large h1 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -2px;
  margin: 0;
}

.auth-page-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 0 12px 0;
  letter-spacing: -1px;
}

.auth-page-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0 0 40px 0;
}

.auth-page-subtitle a {
  color: #0066ff;
  text-decoration: none;
  font-weight: 500;
}

.auth-page-subtitle a:hover {
  text-decoration: underline;
}

.auth-form-page {
  width: 100%;
}

.form-field {
  margin-bottom: 24px;
}

.form-field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.form-field input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.form-field input:focus {
  outline: none;
  border-color: #0066ff;
  background: rgba(255, 255, 255, 0.08);
}

.form-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.auth-page-btn {
  width: 100%;
  padding: 16px;
  background: #0066ff;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
}

.auth-page-btn:hover {
  background: #0052cc;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}

.auth-page-terms {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: 24px 0 0 0;
  line-height: 1.6;
}

.auth-page-terms a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: underline;
}

.auth-page-terms a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Responsive Auth Pages */
@media (max-width: 768px) {
  .auth-nav-links {
    display: none;
  }
  
  .auth-logo-large h1 {
    font-size: 36px;
  }
  
  .auth-page-title {
    font-size: 24px;
  }
  
  .auth-nav-container {
    padding: 16px 20px;
  }
}

@media (max-width: 480px) {
  .auth-container {
    padding: 0 16px;
  }
  
  .auth-logo-large h1 {
    font-size: 32px;
  }
  
  .auth-page-title {
    font-size: 22px;
  }
}

/* Responsive 3D Reviews */
@media (max-width: 1024px) {
  .reviews-grid-3d {
    transform: rotateX(5deg) rotateY(-3deg);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .reviews-grid-3d {
    transform: none;
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
  
  .review-card-3d:hover {
    transform: translateY(-5px);
  }
}

/* Responsive Discord Card */
@media (max-width: 768px) {
  .discord-card-content {
    flex-direction: column;
    text-align: center;
    padding: 40px 30px;
    gap: 30px;
  }
  
  .discord-text {
    max-width: 100%;
  }
  
  .discord-title {
    font-size: 36px;
  }
  
  .discord-icon-wrapper {
    width: 150px;
    height: 150px;
  }
  
  .discord-icon {
    width: 90px;
  }
  
  .discord-card-border {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}

/* Secondary Hero Section */
.secondary-hero {
  padding: 100px 0;
  background: #0a0a0a;
  text-align: center;
}

.section-title {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #ffffff;
}

.section-subtitle {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 60px;
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.feature-image-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-radius: 20px;
  overflow: hidden;
}

.feature-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.feature-pills {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s ease;
}

.feature-pill:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.feature-pill svg {
  width: 18px;
  height: 18px;
  color: #7711b3;
}

/* Features Section */
.features {
  padding: 80px 0;
  background: #0a0a0a;
  text-align: center;
}

.features-title {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 30px;
}

.features-description {
  font-size: 16px;
  color: #cccccc;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 60px;
}

.magic-section {
  text-align: center;
  margin-top: 80px;
}

.magic-control {
  padding: 100px 0;
  background: #0a0a0a;
  text-align: center;
}

.magic-icon {
  display: inline-flex;
  margin-bottom: 24px;
}

.magic-title {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
}

.magic-subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
  color: #999;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.magic-btn,
.try-btn {
  display: inline-block;
  background: #7711b3;
  color: #ffffff;
  padding: 14px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  font-size: 15px;
}

.magic-btn:hover,
.try-btn:hover {
  background: #b350ff;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(153, 32, 225, 0.4);
}
/* From Uiverse.io by MuhammadHasann - Modified for Green/Black Theme */
.card {
  --white: hsl(0, 0%, 100%);
  --black: hsl(0, 0%, 4%);
  --paragraph: hsl(0, 0%, 83%);
  --line: hsl(0, 0%, 15%);
  --primary: hsl(142, 100%, 55%);

  position: relative;

  display: flex;
  flex-direction: column;
  gap: 1rem;

  padding: 1rem;
  width: 19rem;
  background-color: #0a0a0a;
  background-image: radial-gradient(at 88% 40%, rgba(10, 10, 10, 1) 0px, transparent 85%),
    radial-gradient(at 49% 30%, rgba(10, 10, 10, 1) 0px, transparent 85%),
    radial-gradient(at 14% 26%, rgba(10, 10, 10, 1) 0px, transparent 85%),
    radial-gradient(at 0% 64%, rgba(153, 32, 225, 0.3) 0px, transparent 85%),
    radial-gradient(at 41% 94%, rgba(153, 32, 225, 0.2) 0px, transparent 85%),
    radial-gradient(at 100% 99%, rgba(0, 136, 255, 0.2) 0px, transparent 85%);

  border-radius: 1rem;
  box-shadow: 0px -16px 24px 0px rgba(153, 32, 225, 0.1) inset;
}

.card .card__border {
  overflow: hidden;
  pointer-events: none;

  position: absolute;
  z-index: -10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: linear-gradient(0deg, rgba(153, 32, 225, 0.8) -50%, rgba(0, 136, 255, 0.4) 100%);

  border-radius: 1rem;
}

.card .card__border::before {
  content: "";
  pointer-events: none;

  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%), rotate(0deg);
  transform-origin: left;

  width: 200%;
  height: 10rem;
  background-image: linear-gradient(
    0deg,
    rgba(153, 32, 225, 0) 0%,
    rgba(153, 32, 225, 0.8) 40%,
    rgba(0, 136, 255, 0.8) 60%,
    rgba(0, 136, 255, 0) 100%
  );

  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.card .card_title__container .card_title {
  font-size: 1rem;
  color: var(--white);
}

.card .card_title__container .card_paragraph {
  margin-top: 0.25rem;
  width: 65%;

  font-size: 0.5rem;
  color: var(--paragraph);
}

.card .line {
  width: 100%;
  height: 0.1rem;
  background-color: var(--line);

  border: none;
}

.card .card__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.card .card__list .card__list_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.card .card__list .card__list_item .check {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 1rem;
  height: 1rem;
  background-color: var(--primary);

  border-radius: 50%;
}

.card .card__list .card__list_item .check .check_svg {
  width: 0.75rem;
  height: 0.75rem;

  fill: var(--black);
}

.card .card__list .card__list_item .list_text {
  font-size: 0.75rem;
  color: var(--white);
}

.card .button {
  cursor: pointer;

  padding: 0.5rem;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 204, 102, 1) 0%, rgba(153, 32, 225, 1) 100%);

  font-size: 0.75rem;
  color: #000000;

  border: 0;
  border-radius: 9999px;
  box-shadow: inset 0 -2px 25px -4px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.card .button:hover {
  background-image: linear-gradient(0deg, rgba(153, 32, 225, 1) 0%, rgba(0, 255, 160, 1) 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(153, 32, 225, 0.3), inset 0 -2px 25px -4px rgba(0, 0, 0, 0.3);
}

/* Popup Card Positioning */
.popup-card {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  transform: translateX(120%);
  transition: transform 0.5s ease-in-out;
}

.popup-card.show {
  transform: translateX(0);
}

.popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 1001;
}

.popup-close:hover {
  background: #ff4444;
  color: white;
  transform: scale(1.1);
}

/* Product Modal Styles */
.product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  align-items: center; /* center vertically */
  justify-content: center; /* center horizontally */
  padding: 16px; /* breathing room on small screens */
}

/* Ensure Inter font in the modal */
.product-modal,
.product-modal * {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.product-modal.show {
  display: flex;
  opacity: 1;
}

/* Auth (Login) Modal */
.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.auth-modal.show { display: flex; }
.auth-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(12px);
}
.auth-content {
  position: relative;
  width: 100%;
  max-width: 420px;
  background: linear-gradient(145deg, rgba(15,15,15,0.96), rgba(10,10,10,0.98));
  border: 1px solid rgba(153, 32, 225, 0.15);
  border-radius: 16px;
  padding: 20px 20px 22px;
  box-shadow: 0 24px 80px rgba(0,0,0,0.6), 0 6px 30px rgba(255,77,141,0.06);
}
.auth-close {
  position: absolute;
  top: 10px; right: 10px;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.auth-header { margin-bottom: 14px; }
.auth-title { margin: 0; font-size: 20px; font-weight: 700; }
.auth-sub { color: #aaa; font-size: 13px; margin-top: 6px; }

.auth-form { display: flex; flex-direction: column; gap: 10px; }
.auth-field { position: relative; }
.auth-input {
  background: rgba(12,12,12,0.85);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fff;
  padding: 12px 12px;
  border-radius: 10px;
  font-size: 14px;
}
.auth-input.with-toggle { padding-right: 42px; }
.password-toggle {
  position: absolute;
  top: 50%; right: 10px; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.auth-input:focus { outline: none; border-color: rgba(255,77,141,0.45); box-shadow: 0 0 0 3px rgba(255,77,141,0.12); }
.auth-remember { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; }
.auth-remember-left { display: flex; align-items: center; gap: 8px; color: #bbb; font-size: 13px; }
.auth-remember-left input { width: 16px; height: 16px; }
.auth-error { color: #ff6868; font-size: 12px; margin-top: 4px; display: none; }
.auth-divider { display: flex; align-items: center; gap: 8px; color: #888; font-size: 12px; margin: 8px 0; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
.social-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); color: #fff; cursor: pointer; }
.social-btn.discord { border-color: rgba(88,101,242,0.35); background: rgba(88,101,242,0.12); }
.social-btn.google { border-color: rgba(219,68,55,0.35); background: rgba(219,68,55,0.12); }
.auth-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.auth-btn { padding: 12px; border-radius: 10px; border: none; cursor: pointer; font-weight: 700; }
.auth-btn.primary { background: linear-gradient(135deg, #7711b3, #b350ff); color: #000; }
.auth-btn.secondary { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); color: #fff; }
.auth-footer { margin-top: 8px; color: #aaa; font-size: 12px; display: flex; justify-content: space-between; }
.auth-link { color: #7711b3; text-decoration: none; }

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.modal-content {
  position: relative;
  margin: auto;
  background: rgba(18, 18, 20, 0.98);
  border: 1px solid rgba(153, 32, 225, 0.3);
  border-radius: 12px;
  max-width: 900px;
  width: 90%;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.9);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  animation: modalSlideIn 0.25s ease-out;
}

@keyframes modalSlideIn {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #888;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10;
}

.modal-close:hover {
  background: rgba(153, 32, 225, 0.15);
  border-color: rgba(153, 32, 225, 0.3);
  color: #fff;
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: calc(85vh - 60px);
  overflow-y: auto;
}

/* Left Column Styles */
.modal-left {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: transparent;
}

.product-screenshots {
  position: relative;
  background: rgba(20, 20, 22, 0.4);
  border: 1px solid rgba(153, 32, 225, 0.2);
  border-radius: 8px;
  padding: 16px;
  min-height: 140px;
  backdrop-filter: blur(10px);
}

.discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #7711b3;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 5;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-top: 12px;
}

.screenshot-item {
  aspect-ratio: 16 / 9;
  background: rgba(24, 24, 26, 0.6);
  border: 1px solid rgba(153, 32, 225, 0.15);
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  position: relative;
  cursor: pointer;
}

.screenshot-item:hover {
  border-color: rgba(153, 32, 225, 0.4);
}

.screenshot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.screenshot-item:hover img {
  opacity: 1;
}

.product-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.product-status-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.status-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
  letter-spacing: 0.2px;
}

.status-badge.undetected {
  background: rgba(255, 136, 0, 0.12);
  color: #ffaa44;
  border: 1px solid rgba(255, 136, 0, 0.25);
}

.status-badge.instant-delivery {
  background: rgba(153, 32, 225, 0.12);
  color: #b350ff;
  border: 1px solid rgba(153, 32, 225, 0.25);
}

.product-description {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}

.subscription-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.subscription-tabs {
  display: flex;
  gap: 3px;
  background: rgba(20, 20, 22, 0.5);
  border-radius: 6px;
  padding: 3px;
  border: 1px solid rgba(153, 32, 225, 0.2);
}

.sub-tab {
  flex: 1;
  padding: 10px 14px;
  background: transparent;
  color: #888;
  border: none;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sub-tab:hover {
  color: #bbb;
  background: rgba(255, 255, 255, 0.05);
}

.sub-tab.active {
  background: #7711b3;
  color: #fff;
}

.pricing-display {
  background: rgba(20, 20, 22, 0.4);
  border: 1px solid rgba(153, 32, 225, 0.25);
  border-radius: 8px;
  padding: 16px;
  backdrop-filter: blur(15px);
}

/* Unified purchase panel */
.modal-right .pricing-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.modal-right .pricing-section .subscription-tabs { margin: 4px 0 4px; }
.modal-right .pricing-section .price-row { margin: 4px 0; }
.modal-right .pricing-section .quantity-section { margin-top: 0; }

/* Make the nested payment panel blend in */
.modal-right .pricing-section .payment-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.modal-right .pricing-section .payment-header { margin: 0 0 6px; }
.modal-right .pricing-section .method-buttons { margin-top: 6px; }
.modal-right .pricing-section .trust-badges { margin-top: 8px; }
.modal-right .pricing-section .payment-note { margin-top: 6px; }

/* Improve visual separation within the unified panel */
.modal-right .pricing-section .price-row,
.modal-right .pricing-section .quantity-section,
.modal-right .pricing-section .method-buttons {
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .modal-right .pricing-section { padding: 14px; gap: 12px; }
}

.price-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.price-label {
  color: #aaa;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-info {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.original-price {
  color: #666;
  font-size: 1rem;
  text-decoration: line-through;
  font-weight: 500;
}

.current-price {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.stock-status {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.out-of-stock {
  color: #ff6666;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Status chips (In Stock / Instant Delivery) */
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #bbb;
}

.status-chip svg {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
}

.status-chip.in-stock {
  color: #22c55e;
  border-color: rgba(34, 197, 94, 0.25);
  background: rgba(34, 197, 94, 0.1);
}

.status-chip.instant {
  color: #7711b3;
  border-color: rgba(153, 32, 225, 0.25);
  background: rgba(153, 32, 225, 0.1);
}

.add-to-cart-btn {
  width: 100%;
  padding: 14px 20px;
  background: #7711b3;
  color: #fff;
  border: 1px solid rgba(153, 32, 225, 0.4);
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.add-to-cart-btn:hover {
  background: #b350ff;
}

.add-to-cart-btn:active {
  transform: scale(0.98);
}

/* Right Column Styles */
.modal-right {
  padding: 0 24px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: transparent;
  border-top: 1px solid rgba(153, 32, 225, 0.15);
  padding-top: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(20, 20, 22, 0.6);
  border: 1px solid rgba(153, 32, 225, 0.2);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.feature-badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.feature-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: rgba(153, 32, 225, 0.15);
  color: #b350ff;
  border: 1px solid rgba(153, 32, 225, 0.3);
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

.feature-badge:hover {
  background: rgba(153, 32, 225, 0.2);
}

.feature-overview {
  background: rgba(20, 20, 22, 0.4);
  border: 1px solid rgba(153, 32, 225, 0.2);
  border-radius: 8px;
  padding: 16px;
  backdrop-filter: blur(10px);
}

.feature-overview h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 12px 0;
}

.features-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feature-item {
  color: #ccc;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-item:hover {
  color: #fff;
  transform: translateX(4px);
}

.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #7711b3;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.feature-item:hover::before {
  background: #b350ff;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(153, 32, 225, 0.5);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .modal-body {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .modal-left {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .modal-right {
    order: -1;
  }
}

@media (max-width: 768px) {
  .modal-content {
    width: 98%;
    margin: 10px auto;
    max-height: calc(100vh - 20px);
  }

  .modal-left,
  .modal-right {
    padding: 20px;
  }

  .product-title {
    font-size: 2rem;
  }

  .screenshot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature-badges {
    flex-direction: column;
  }

  .feature-badge {
    justify-content: center;
  }
}

/* GTA Announcement Section */
.gta-announcement {
  padding: 80px 0;
  background: #0a0a0a;
  text-align: center;
}

.gta-announcement .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 40px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.gta-announcement .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(153, 32, 225, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(0, 136, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.gta-icon {
  margin: 0 auto 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153, 32, 225, 0.05);
  border: 1px solid rgba(153, 32, 225, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  animation: iconFloat 6s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

.gta-icon svg {
  filter: drop-shadow(0 0 10px rgba(153, 32, 225, 0.3));
}

.gta-title {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.gta-subtitle {
  font-size: 18px;
  color: #888888;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* Magic Control Section */
.magic-control {
  padding: 80px 0;
  background: #0a0a0a;
  text-align: center;
}

.magic-control .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 40px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.magic-control .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(153, 32, 225, 0.08) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(0, 136, 255, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

.magic-icon {
  margin: 0 auto 40px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(153, 32, 225, 0.05);
  border: 1px solid rgba(153, 32, 225, 0.2);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  animation: iconFloat 6s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

@keyframes iconFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    box-shadow: 0 10px 30px rgba(153, 32, 225, 0.1);
  }
  50% {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(153, 32, 225, 0.2);
  }
}

.magic-icon svg {
  filter: drop-shadow(0 0 10px rgba(153, 32, 225, 0.3));
}

.magic-title {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.magic-subtitle {
  font-size: 18px;
  color: #888888;
  margin-bottom: 40px;
  font-weight: 300;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.magic-btn {
  display: inline-block;
  background: rgba(153, 32, 225, 0.1);
  color: #7711b3;
  padding: 10px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid rgba(153, 32, 225, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.magic-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.magic-btn:hover::before {
  left: 100%;
}

.magic-btn:hover {
  background: rgba(153, 32, 225, 0.2);
  border-color: #7711b3;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(153, 32, 225, 0.2);
}

/* Pricing Section */
.pricing {
  padding: 100px 0;
  background: #0a0a0a;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: -2px;
  color: #ffffff;
}

.section-header p {
  font-size: 19px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.pricing-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03), transparent);
  transition: left 0.8s ease;
}

.pricing-card:hover::after {
  left: 100%;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(153, 32, 225, 0.3);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: 0 15px 35px rgba(153, 32, 225, 0.1);
}

.pricing-card:nth-child(2) {
  border-color: rgba(153, 32, 225, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.plan-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.plan-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #ffffff;
}

.plan-subtitle {
  font-size: 12px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing-card:nth-child(2) .plan-subtitle {
  color: #7711b3;
}

.plan-features {
  list-style: none;
  margin-bottom: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-features li {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

.plan-features li::before {
  content: "✓";
  color: #7711b3;
  font-weight: 600;
  width: 18px;
  height: 18px;
  background: rgba(153, 32, 225, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

.plan-btn {
  display: block;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  flex-shrink: 0;
}

.plan-btn:hover {
  border-color: rgba(153, 32, 225, 0.5);
  background: rgba(153, 32, 225, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(153, 32, 225, 0.15);
}

.pricing-card:nth-child(2) .plan-btn {
  background: linear-gradient(135deg, #7711b3, #00cc6a);
  color: #000000;
  border-color: #7711b3;
  font-weight: 500;
}

.pricing-card:nth-child(2) .plan-btn:hover {
  background: linear-gradient(135deg, #00cc6a, #00aa55);
  box-shadow: 0 8px 20px rgba(153, 32, 225, 0.3);
  transform: translateY(-2px);
}

/* Reviews Section */
.reviews {
  padding: 100px 0;
  background: #0a0a0a;
  overflow: hidden;
}

.reviews-container {
  display: flex;
  gap: 30px;
  height: 600px;
  mask-image: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0,0,0,1) 15%, 
    rgba(0,0,0,1) 85%, 
    transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(0,0,0,1) 15%, 
    rgba(0,0,0,1) 85%, 
    transparent 100%);
}

.reviews-row {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.reviews-row[data-direction="up"][data-speed="slow"] {
  animation: scrollUp 60s infinite linear;
}

.reviews-row[data-direction="down"][data-speed="medium"] {
  animation: scrollDown 50s infinite linear;
}

.reviews-row[data-direction="up"][data-speed="fast"] {
  animation: scrollUp 40s infinite linear;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.review-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px;
  min-height: 180px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.review-card:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.reviewer-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  flex-shrink: 0;
}

.reviewer-info {
  flex: 1;
}

.reviewer-info h4 {
  font-weight: 500;
  margin: 0 0 2px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.reviewer-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.review-rating {
  color: #ffd700;
  font-size: 12px;
}

.review-text {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
}

/* Responsive design for reviews */
@media (max-width: 768px) {
  .reviews-container {
    height: 400px;
    gap: 15px;
  }
  
  .reviews-row {
    gap: 15px;
  }
  
  .review-card {
    padding: 18px;
    min-height: 140px;
  }
  
  .reviewer-avatar {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  
  .reviewer-info h4 {
    font-size: 14px;
  }
  
  .review-text {
    font-size: 13px;
  }
}

/* Status Section */
.status {
  padding: 80px 0;
  background: #0a0a0a;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.status-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.status-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6b6b;
  animation: pulse 2s infinite;
}

.status-indicator.active {
  background: #7711b3;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(153, 32, 225, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(153, 32, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 32, 225, 0);
  }
}

.status-label {
  flex: 1;
  font-weight: 500;
}

.status-value {
  color: #7711b3;
  font-weight: 600;
}

/* Support Section */
.support {
  padding: 80px 0;
  background: #0a0a0a;
}

.support-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.support-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px;
  text-decoration: none;
  color: inherit;
  text-align: center;
  transition: all 0.3s ease;
  display: block;
}

.support-card:hover {
  transform: translateY(-5px);
  border-color: rgba(153, 32, 225, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.support-icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.support-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.support-card p {
  color: #cccccc;
  margin-bottom: 20px;
  line-height: 1.6;
}

.support-link {
  color: #7711b3;
  font-weight: 600;
}

/* Footer */
.footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-brand h3 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 16px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.footer-brand .logo-domain {
  color: #7711b3;
}

.footer-brand p {
  color: #888888;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-section h4 {
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
}

.footer-section li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #888888;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-section a:hover {
  color: #7711b3;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #888888;
  font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .navbar {
    top: 20px;
    width: calc(100% - 20px);
    padding: 6px 16px;
  }

  .nav-container {
    height: 35px;
  }

  .hamburger {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .hero {
    padding: 140px 0 60px;
  }

  .hero-title {
    font-size: 36px;
  }

  .magic-control .container {
    margin: 0 20px;
    padding: 40px 30px;
  }

  .magic-title {
    font-size: 36px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .nav-container {
    padding: 0 16px;
  }

  .hero {
    padding: 120px 0 60px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-description {
    font-size: 16px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 14px;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .feature-card,
  .pricing-card,
  .review-card,
  .support-card {
    padding: 24px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #111111;
}

::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #7711b3;
}

/* Mobile Dropdown Styles */
@media (max-width: 768px) {
  .dropdown-menu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    background: rgba(153, 32, 225, 0.05);
    border: 1px solid rgba(153, 32, 225, 0.2);
    min-width: auto;
    width: 100%;
  }

  .dropdown-toggle {
    justify-content: center;
  }

  .dropdown-item {
    text-align: left;
  }

  .dropdown-item:hover {
    padding-left: 16px;
    border-left: none;
  }
}

/* Pink Theme Overrides */
:root {
  --pink: #7711b3;
  --pink-2: #ff77aa;
  --pink-rgba-02: rgba(153, 32, 225, 0.2);
  --pink-rgba-03: rgba(153, 32, 225, 0.3);
  --pink-rgba-05: rgba(153, 32, 225, 0.5);
  --pink-rgba-01: rgba(153, 32, 225, 0.1);
}

/* Logo/domain accents */
.logo-domain {
  color: var(--pink);
}

/* Badges and small accents */
.version-badge {
  background: var(--pink-rgba-01);
  border-color: var(--pink-rgba-03);
}
.version-number {
  color: var(--pink);
}
.stat-number {
  color: var(--pink);
}

/* Primary CTA buttons */
.btn-primary {
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
  color: #000;
}
.btn-primary:hover {
  box-shadow: 0 10px 30px var(--pink-rgba-03);
}
.purchase-btn {
  background: linear-gradient(135deg, var(--pink), var(--pink-2));
}
.purchase-btn:hover {
  box-shadow: 0 10px 30px var(--pink-rgba-03);
}

/* Feature highlights */
.feature-item.active {
  border-left-color: var(--pink);
  background: var(--pink-rgba-01);
}
.feature-status {
  background: var(--pink-rgba-02);
  color: var(--pink);
}

/* Dropdown */
.dropdown-item:hover {
  background: var(--pink-rgba-01);
  border-left: 3px solid var(--pink);
}

/* Magic panel */
.magic-icon {
  background: var(--pink-rgba-01);
  border-color: var(--pink-rgba-03);
}
.magic-icon svg {
  filter: drop-shadow(0 0 10px var(--pink-rgba-03));
}
.magic-btn {
  color: var(--pink);
  border-color: var(--pink-rgba-03);
  background: var(--pink-rgba-01);
}
.magic-btn:hover {
  background: var(--pink-rgba-02);
  border-color: var(--pink);
  box-shadow: 0 10px 25px var(--pink-rgba-03);
}

/* Pricing */
.pricing-card:nth-child(2) {
  border-color: var(--pink-rgba-02);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}
.plan-features li::before {
  color: var(--pink);
  background: var(--pink-rgba-02);
}
.plan-btn:hover {
  border-color: var(--pink-rgba-05);
  background: var(--pink-rgba-01);
  box-shadow: 0 8px 20px var(--pink-rgba-02);
}

/* Links and small text accents */
.support-link {
  color: var(--pink);
}
.footer-section a:hover {
  color: var(--pink);
}

/* Status indicators */
.status-indicator.active {
  background: var(--pink);
}
.status-value {
  color: var(--pink);
}

/* Scrollbar hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--pink);
}

/* Dropdown menu border tint on mobile */
@media (max-width: 768px) {
  .dropdown-menu {
    background: var(--pink-rgba-01);
    border-color: var(--pink-rgba-03);
  }
}

/* Pink Theme Additional Overrides */
.nav-link::after {
  background: var(--pink) !important;
}
.login-btn:hover {
  border-color: var(--pink) !important;
  color: var(--pink) !important;
}
.amount {
  color: var(--pink) !important;
}
.highlight {
  background: linear-gradient(135deg, var(--pink), var(--pink-2)) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* Replace any green pulse with pink */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(153, 32, 225, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(153, 32, 225, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(153, 32, 225, 0);
  }
}
/* Featured pricing button to pink */
.pricing-card:nth-child(2) .plan-btn {
  background: linear-gradient(135deg, var(--pink), var(--pink-2)) !important;
  color: #000 !important;
  border-color: var(--pink) !important;
}
.pricing-card:nth-child(2) .plan-btn:hover {
  background: linear-gradient(135deg, var(--pink-2), #ff92bb) !important;
  box-shadow: 0 8px 20px var(--pink-rgba-02) !important;
}

/* Product image box inside pricing cards */
.product-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-image .placeholder {
  color: #888888;
  font-size: 12px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .hero-video {
    max-width: 92vw;
  }
}

/* Tooltip Styles */
[data-tooltip] {
  position: relative;
  cursor: help;
}

[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  animation: tooltipFadeIn 0.2s ease forwards;
}

[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1px);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  animation: tooltipFadeIn 0.2s ease forwards;
}

@keyframes tooltipFadeIn {
  to { opacity: 1; }
}

/* Clickable Screenshots */
.screenshot-item {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #2a2a2a, #1f1f1f);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

.screenshot-item::after {
  content: "🔍";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshot-item:hover {
  transform: scale(1.05);
  border-color: rgba(153, 32, 225, 0.5);
  box-shadow: 0 8px 25px rgba(153, 32, 225, 0.2);
}

.screenshot-item:hover::after {
  opacity: 1;
}

/* Stock Status */
.in-stock {
  color: #4ade80;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Quantity Selector */
.quantity-selector {
  display: flex;
  flex-direction: row;
  gap: 10px;
  background: rgba(20, 20, 22, 0.4);
  border: 1px solid rgba(153, 32, 225, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  max-width: 180px;
  align-items: center;
}

.quantity-selector label {
  color: #aaa;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(16, 16, 18, 0.6);
  border-radius: 4px;
  padding: 2px;
  width: fit-content;
  border: 1px solid rgba(153, 32, 225, 0.15);
}

.quantity-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #888;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: #7711b3;
  color: #fff;
}

.quantity-btn:active {
  transform: scale(0.95);
}

#quantityInput {
  width: 60px;
  height: 36px;
  border: none;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

.quantity-savings {
  color: #4ade80;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
}

.quantity-savings.show {
  opacity: 1;
}

/* Enhanced Add to Cart Button */
.add-to-cart-btn {
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #7711b3, #b350ff);
  color: #000;
  border: none;
  border-radius: 10px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 16px rgba(153, 32, 225, 0.25);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-text {
  flex: 1;
}

.btn-price {
  background: rgba(0, 0, 0, 0.2);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.85rem;
}

/* Video Play Overlay */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a, #111);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(153, 32, 225, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}

.video-play-overlay:hover {
  background: rgba(153, 32, 225, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

/* Feature Overview Header */
.feature-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.expand-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.expand-btn:hover {
  background: rgba(153, 32, 225, 0.2);
  color: #7711b3;
}

.expand-btn.collapsed svg {
  transform: rotate(-90deg);
}

.features-list.collapsed {
  max-height: 120px;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}

/* Image Lightbox */
.image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-lightbox.show {
  display: flex;
  opacity: 1;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.lightbox-content {
  position: relative;
  margin: auto;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.lightbox-close:hover {
  background: rgba(153, 32, 225, 0.3);
  transform: scale(1.1);
}

#lightboxImage {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.lightbox-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.lightbox-nav {
  width: 50px;
  height: 50px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  pointer-events: auto;
}

.lightbox-nav:hover {
  background: rgba(153, 32, 225, 0.3);
  transform: scale(1.1);
}

.lightbox-nav.prev {
  margin-left: -80px;
}

.lightbox-nav.next {
  margin-right: -80px;
}

.lightbox-counter {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Enhanced Feature Items */
.feature-item {
  color: #ccc;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.feature-item:hover {
  color: #fff;
  transform: translateX(4px);
}

.feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #7711b3;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.feature-item:hover::before {
  background: #b350ff;
  transform: scale(1.3);
  box-shadow: 0 0 8px rgba(153, 32, 225, 0.5);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .lightbox-nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  
  .lightbox-nav.prev {
    margin-left: -60px;
  }
  
  .lightbox-nav.next {
    margin-right: -60px;
  }
  
  .video-play-overlay {
    width: 60px;
    height: 60px;
  }
  
  .quantity-selector {
    padding: 12px;
  }
  
  .add-to-cart-btn {
    flex-direction: column;
    gap: 4px;
  }
  
  .btn-price {
    align-self: stretch;
    text-align: center;
  }
}

/* Game Cards */
.game-card {
  background: rgba(25, 25, 25, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  height: 390px;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(10px);
}

.game-card:hover {
  transform: translateY(-6px);
  border-color: rgba(153, 32, 225, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.card-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2a2a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}

/* Debug: Add specific fallback backgrounds for each card */
.game-card:nth-child(1) .card-image {
  background-color: #CE422B; /* Rust orange */
}

.game-card:nth-child(2) .card-image {
  background-color: #7B68EE; /* Fortnite purple */
}

.game-card:nth-child(3) .card-image {
  background-color: #FF6B35; /* Apex orange */
}

.game-card:nth-child(4) .card-image {
  background-color: #4A4A4A; /* Tarkov gray */
}

.game-card:nth-child(5) .card-image {
  background-color: #1E3A8A; /* R6 blue */
}

.price-badge {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(15px);
  border-radius: 8px;
  padding: 8px 12px;
  align-self: flex-start;
  border: none;
}

.starting-text {
  display: block;
  color: #bbb;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.price {
  display: block;
  color: #7711b3;
  font-size: 1.1rem;
  font-weight: 800;
}

.spoofer-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, #7711b3, #b350ff);
  color: #000;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: none;
}

.card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 16px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 50%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.game-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 0.9;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.game-subtitle {
  font-size: 0.8rem;
  color: #ccc;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.secure-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, 0.9);
  border: none;
  border-radius: 16px;
  padding: 6px 12px;
  width: fit-content;
  margin-top: 4px;
}

.secure-icon {
  font-size: 0.75rem;
}

.secure-text {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Navigation arrows for carousel effect */
.pricing-grid {
  position: relative;
  overflow: hidden;
  gap: 24px;
}

/* Responsive Design */
@media (max-width: 1400px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  
  .game-card:nth-child(4),
  .game-card:nth-child(5) {
    display: none;
  }
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px;
  }
  
  .game-card:nth-child(3),
  .game-card:nth-child(4),
  .game-card:nth-child(5) {
    display: none;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  
  .game-card {
    height: 320px;
    min-width: 180px;
  }
  
  .card-image {
    padding: 12px;
  }
  
  .card-content {
    padding: 20px 12px 12px;
  }
  
  .game-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .pricing-grid {
    grid-template-columns: 1fr !important;
  }
  
  .game-card {
    min-width: auto;
  }
  
  .game-card:nth-child(2),
  .game-card:nth-child(3),
  .game-card:nth-child(4),
  .game-card:nth-child(5) {
    display: flex;
  }
}

/* Store Page Styles */
.store-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0a0a0a;
  z-index: 1000;
  overflow-y: auto;
}

.store-page .navbar {
  position: relative;
  z-index: 1001;
}

.store-page .footer {
  position: relative;
  z-index: 1001;
  margin-top: 80px;
}

.store-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 20px 40px; /* Add top padding for navbar */
  min-height: calc(100vh - 200px); /* Account for navbar and footer */
}

.store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}

.back-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 6px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.3s ease;
  text-decoration: none;
}

.back-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(153, 32, 225, 0.5);
}

.store-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.store-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.product-count {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.sort-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.sort-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
}

.sort-select option {
  background: #1a1a1a;
  color: #fff;
}

.view-toggle {
  display: flex;
  gap: 5px;
}

.view-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.view-btn.active,
.view-btn:hover {
  background: rgba(153, 32, 225, 0.2);
  border-color: rgba(153, 32, 225, 0.5);
}

.store-content {
  width: 100%;
}

.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
}

/* ── Store Category Cards (store) ────────────────── */
.store-card {
  background: rgba(12,12,14,0.9);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  height: 260px;
  position: relative;
  display: block;
  text-decoration: none;
}

.store-card:hover {
  transform: translateY(-6px);
  border-color: rgba(119,17,179,0.45);
  box-shadow: 0 14px 32px rgba(119,17,179,0.18);
}

.store-card-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1a1a1a;
  position: relative;
}

.store-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,5,8,0.97) 0%, rgba(5,5,8,0.5) 45%, rgba(5,5,8,0.05) 100%);
  z-index: 1;
}

.store-card-content {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 16px 16px;
  background: transparent;
  z-index: 2;
}

.store-card-badges {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.store-badge {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: 'Inter', sans-serif;
}

.store-badge-online {
  background: rgba(34,197,94,0.12);
  color: #4ade80;
  border: 1px solid rgba(34,197,94,0.22);
}

.store-badge-undetected {
  background: rgba(119,17,179,0.15);
  color: #c084fc;
  border: 1px solid rgba(119,17,179,0.3);
}

.store-badge-instant {
  background: rgba(251,191,36,0.12);
  color: #fbbf24;
  border: 1px solid rgba(251,191,36,0.2);
}

.store-card-title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.store-card-from {
  font-size: 12px;
  color: #888;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.store-card-from strong {
  color: #c084fc;
  font-weight: 700;
}

.store-card-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 30px;
  height: 30px;
  background: rgba(119,17,179,0.18);
  border: 1px solid rgba(119,17,179,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c084fc;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.3s ease;
  z-index: 3;
}

.store-card:hover .store-card-arrow {
  opacity: 1;
  transform: translateY(0);
}

/* Individual Product Cards in Store */
.product-store-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
  height: 340px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 290px;
  min-width: 250px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
  backdrop-filter: blur(10px);
}

.product-store-card:hover {
  transform: translateY(-6px);
  background: linear-gradient(145deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
  border-color: rgba(153, 32, 225, 0.25);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
}

.product-store-card-image {
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a2a2a;
  position: relative;
  isolation: isolate;
  display: block;
  text-decoration: none;
}

.product-store-card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.35) 55%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}

.product-store-card-content {
  padding: 18px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(15, 15, 15, 0.96);
}

.product-store-card-title {
  color: #fff;
  font-size: 15.5px;
  font-weight: 700;
  margin: 0 0 12px 0;
  font-family: 'Inter', sans-serif;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* Standard property for compatibility warning */
  line-clamp: 2;
}

.product-store-card-price {
  color: #7711b3;
  font-size: 16.5px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin-top: auto;
}

.product-store-card-price .from-text {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
}

/* Status badges row on individual product cards */
.card-status-row {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.card-status-row .cbadge {
  padding: 3px 7px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.cbadge-online  { background: rgba(34,197,94,0.12);  color: #4ade80;  border: 1px solid rgba(34,197,94,0.22); }
.cbadge-undetected { background: rgba(119,17,179,0.15); color: #c084fc;  border: 1px solid rgba(119,17,179,0.3);  }
.cbadge-instant { background: rgba(251,191,36,0.12);  color: #fbbf24; border: 1px solid rgba(251,191,36,0.2);  }

/* Original price strikethrough on product cards */
.original-price-small {
  color: #666;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 500;
  margin-right: 4px;
}

/* Discount pill on product cards */
.discount-pill {
  background: linear-gradient(135deg, #7711b3, #a855f7);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 20px;
  margin-left: 6px;
  vertical-align: middle;
  letter-spacing: 0.3px;
}

/* Card action buttons inside product cards */
.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.product-actions .btn {
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 10px;
}

.product-actions .btn-view {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  display: inline-block;
}
.product-actions .btn-view:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(153, 32, 225, 0.35);
}

.product-actions .btn-buy {
  background: linear-gradient(135deg, #7711b3, #b350ff);
  color: #000;
  border: none;
  box-shadow: 0 4px 14px rgba(153, 32, 225, 0.25);
  text-decoration: none;
  display: inline-block;
}
.product-actions .btn-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(153, 32, 225, 0.35);
}

/* Discount badge tweak on cards */
.product-store-card-image .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: linear-gradient(135deg, #7711b3, #b350ff);
  color: #000;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  border: 1px solid rgba(0,0,0,0.1);
}

/* Better grid for products page */
#productsGrid.store-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 280px));
  gap: 24px;
  justify-content: start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Responsive Design for Store */
@media (max-width: 1200px) {
  .store-header {
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .store-actions {
    gap: 20px;
  }
  
  #productsGrid.store-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 260px));
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .store-container {
    padding: 20px 15px;
  }
  
  .store-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .store-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .store-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  #productsGrid.store-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    max-width: 100%;
  }
  
  .store-card {
    height: 180px;
  }
  
  .store-card-image {
    height: 120px;
  }
  
  .store-card-content {
    height: 60px;
    padding: 12px;
  }
  
  .store-card-title {
    font-size: 13px;
  }
  
  .product-store-card {
    height: 300px;
    max-width: 100%;
    min-width: auto;
  }
  
  .product-store-card-image {
    height: 180px;
  }
  
  .product-store-card-content {
    padding: 16px 12px 12px;
  }
  
  .product-store-card-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .store-title {
    font-size: 1.5rem;
  }
  
  .sort-controls {
    display: none;
  }
  
  .view-toggle {
    display: none;
  }
  
  #productsGrid.store-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .product-store-card {
    height: 280px;
  }
  
  .product-store-card-image {
    height: 160px;
  }
}

/* Support Page Enhancements */
.support-card {
  background: rgba(20, 20, 20, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.support-card:hover {
  border-color: rgba(153, 32, 225, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5);
}

.support-card h3 {
  margin: 0 0 6px 0;
  font-size: 1.1rem;
  letter-spacing: 0.3px;
}

.support-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Prevent overflow/clipping in grid children */
.support-form .form-row > * {
  min-width: 0;
}

@media (max-width: 640px) {
  .support-form .form-row {
    grid-template-columns: 1fr;
  }
}

.support-form input,
.support-form select,
.support-form textarea {
  background: rgba(12, 12, 12, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: #fff;
  padding: 12px 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
  box-sizing: border-box;
}

.support-form textarea {
  resize: vertical;
  min-height: 140px;
}

.support-form input::placeholder,
.support-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus {
  border-color: rgba(153, 32, 225, 0.5);
  box-shadow: 0 0 0 4px rgba(153, 32, 225, 0.12);
  background: rgba(15, 15, 15, 0.95);
}

.support-form .add-to-cart-btn {
  align-self: flex-start;
  padding: 12px 18px;
  gap: 10px;
}

/* Quick links refinement */
.support-card .features-list li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.2s ease;
}

.support-card .features-list li a:hover {
  color: #7711b3;
}

/* Support notice styling reuse */
#supportNotice.quantity-savings {
  color: #ffb3cd;
}

/* Support page container spacing tweak */
.store-header .product-count[href*="status-page"] {
  color: #7711b3;
}

/* FAQ Accordion */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(14, 14, 14, 0.85);
  overflow: hidden;
}

.faq-item[open] {
  border-color: rgba(153, 32, 225, 0.22);
}

.faq-question {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  cursor: pointer;
  font-weight: 600;
}

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

.faq-answer {
  padding: 0 14px 14px 14px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.faq-answer a { color: #7711b3; text-decoration: none; }
.faq-answer a:hover { text-decoration: underline; }

/* Support Quick Links */
.quick-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(14, 14, 14, 0.85);
  color: #ddd;
  text-decoration: none;
  transition: border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.quick-link:hover {
  border-color: rgba(153, 32, 225, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.quick-link .ql-text {
  font-weight: 600;
}

.quick-link .ql-arrow {
  color: #7711b3;
  font-weight: 700;
}

/* Purchase Modal Layout Fixes */
.product-modal .modal-content {
  display: flex;
  flex-direction: column;
}

.product-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 0 20px;
}

.product-modal .modal-title {
  margin: 0;
}

.product-modal .modal-body {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  padding: 18px 20px 20px 20px;
}

.product-modal .modal-left,
.product-modal .modal-right {
  min-width: 0;
}

/* Responsive stack */
@media (max-width: 900px) {
  .product-modal .modal-body {
    grid-template-columns: 1fr;
  }
}

/* Video wrapper aspect fix */
.product-modal .video-container { width: 100%; }
.product-modal .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(12, 12, 12, 0.6);
}
.product-modal #modalVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-modal .video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(transparent, rgba(0,0,0,0.35));
  pointer-events: auto;
}

/* Screenshots grid */
.product-modal .screenshots-section { margin-top: 14px; }
.product-modal .screenshot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
}
.product-modal .screenshot-item {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(14,14,14,0.6);
}
.product-modal .screenshot-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

/* Subscription tabs */
.subscription-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}
.sub-tab {
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(14,14,14,0.7);
  border: 1px solid rgba(255,255,255,0.06);
  color: #ddd;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.sub-tab:hover { color: #fff; transform: translateY(-1px); }
.sub-tab.active { border-color: rgba(255,77,141,0.35); color: #fff; }

/* Price row */
.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 6px 0 10px 0;
}
#originalPrice {
  color: rgba(255,255,255,0.45);
  text-decoration: line-through;
  font-weight: 600;
}
#currentPrice {
  color: #7711b3;
  font-weight: 800;
}

/* Quantity section */
.quantity-section {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quantity-selector {
  display: flex;
  flex-direction: row;
  gap: 8px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 12px;
  max-width: 180px;
}
.quantity-selector label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}
.quantity-controls {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(26, 26, 26, 0.8);
  border-radius: 8px;
  padding: 2px;
  width: fit-content;
}
.quantity-btn {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-btn:hover {
  background: rgba(153, 32, 225, 0.2);
  color: #7711b3;
}
.quantity-btn:active {
  transform: scale(0.95);
}
#quantityInput {
  width: 60px;
  height: 36px;
  border: none;
  background: transparent;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
.quantity-savings {
  color: #4ade80;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
}
.quantity-savings.show {
  opacity: 1;
}

/* Purchase button inline price */
.add-to-cart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.add-to-cart-btn .btn-text { font-weight: 800; letter-spacing: 0.4px; }
.add-to-cart-btn .btn-price#btnPrice { font-weight: 800; color: #fff; }

/* Feature list in modal */
#modalFeaturesList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 220px;
  overflow: auto;
  padding-right: 6px;
}
#modalFeaturesList.collapsed { max-height: 0; overflow: hidden; padding-right: 0; }

/* Status badges in header */
.modal-status { display: flex; gap: 10px; align-items: center; }
.modal-status .in-stock { color: #22c55e; font-weight: 700; }
.modal-status .instant-delivery { color: #7711b3; font-weight: 700; }

/* Close button alignment */
.product-modal .close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #bbb;
  transition: color 0.2s ease, transform 0.2s ease;
}
.product-modal .close:hover { color: #fff; transform: scale(1.05); }

.menu-stack {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-menu-image {
  position: absolute;
  width: 85%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  transition: transform 0.3s ease, filter 0.3s ease;
  top: 50%;
}

.hero-menu-image.left-image {
  left: 0;
  transform: translateY(-45%) rotate(-8deg) translateX(-40%) scale(0.75);
  z-index: 1;
  filter: brightness(0.75) saturate(0.9);
}

.hero-menu-image.center-image {
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 3;
}

.hero-menu-image.right-image {
  right: 0;
  transform: translateY(-45%) rotate(8deg) translateX(40%) scale(1.05);
  z-index: 1;
  filter: brightness(0.75) saturate(0.9);
}

/* Hover effects for the stack */
.menu-stack:hover .left-image {
  transform: translateY(-45%) rotate(-10deg) translateX(-45%) scale(0.75);
  filter: brightness(0.8) saturate(0.9);
}

.menu-stack:hover .center-image {
  transform: translateX(-50%) translateY(-50%) scale(1.02);
}

.menu-stack:hover .right-image {
  transform: translateY(-45%) rotate(10deg) translateX(45%) scale(1.05);
  filter: brightness(0.8) saturate(0.9);
}


/* Payment Panel (Product Modal) */
.payment-panel {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
  backdrop-filter: blur(12px);
}

.payment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.payment-header h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.15);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-size: 12px;
  font-weight: 700;
}

.method-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.method-buttons .btn {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 14px;
}

.method-buttons .btn .btn-text { font-weight: 800; letter-spacing: 0.4px; }
.method-buttons .btn .btn-price { font-weight: 800; color: #000; }

.btn-card {
  background: linear-gradient(135deg, #7711b3, #b350ff);
  color: #000;
}

.btn-crypto {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: #000;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.25);
}

.btn-crypto:hover {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.35);
}

.trust-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #999;
  margin: 10px 2px 0 2px;
  flex-wrap: wrap;
}

.trust-badges .badge {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #ccc;
}

.trust-badges .dot {
  color: #555;
  font-weight: 700;
}

.payment-note {
  color: #88d3a6;
  font-size: 12px;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .method-buttons { grid-template-columns: 1fr; }
}

/* ============================================
   FRAMER-STYLE SECTIONS
   ============================================ */

.framer-section {
  position: relative;
  padding: 120px 20px;
  background: rgba(8, 8, 8, 0.4);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}

.framer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(153, 32, 225, 0.03), transparent 70%);
  pointer-events: none;
}

.framer-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.framer-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.framer-title {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 24px 0;
  color: #fff;
  letter-spacing: -0.02em;
}

.framer-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
  max-width: 600px;
  margin: 0 auto 48px auto;
  line-height: 1.6;
  font-weight: 400;
}

/* Framer Features */
.framer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 40px 0;
}

.framer-features span {
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.framer-features span:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Framer Stats */
.framer-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 60px 0;
  padding: 0 20px;
}

.framer-stat {
  text-align: center;
}

.stat-value {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

/* Framer Grid (Premium Package) */
.framer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 60px 0;
}

.framer-card {
  padding: 32px 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.framer-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(153, 32, 225, 0.1);
  font-size: 1.5rem;
}

.framer-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
}

.framer-card p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  line-height: 1.5;
}

/* Framer Price */
.framer-price {
  margin: 48px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}

.price-main {
  font-size: 4rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.03em;
}

.price-sub {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

/* Framer Button */
.framer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 8px;
}

.framer-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.framer-btn.primary {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.framer-btn.primary:hover {
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}

/* Framer Reviews */
.framer-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.framer-review {
  padding: 32px 28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.framer-review:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.review-rating {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  margin-bottom: 16px;
  letter-spacing: 2px;
}

.framer-review p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.review-author {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  font-weight: 500;
}

/* Section Variations */
.framer-section.gta-announcement {
  background: rgba(10, 8, 12, 0.5);
}

.framer-section.magic-control {
  background: rgba(8, 8, 8, 0.6);
}

.framer-section.premium-package {
  background: rgba(12, 8, 14, 0.5);
}

.framer-section.reviews {
  background: rgba(8, 8, 8, 0.5);
}

/* Responsive */
@media (max-width: 900px) {
  .framer-section {
    padding: 80px 20px;
  }

  .framer-title {
    font-size: 2.5rem;
  }

  .framer-subtitle {
    font-size: 1.125rem;
  }

  .framer-stats,
  .framer-grid,
  .framer-reviews {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .stat-value {
    font-size: 2.5rem;
  }

  .price-main {
    font-size: 3rem;
  }
}

/* Popular Product Section */
.popular-product-section {
  padding: 120px 0;
  background: #0a0a0a;
  position: relative;
  overflow: hidden;
}

.popular-product-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.popular-product-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.popular-product-left {
  max-width: 500px;
}

.popular-product-title {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -2px;
}

.popular-product-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 32px;
  font-weight: 400;
}

.popular-product-btn {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: -0.3px;
}

.popular-product-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.3);
}

.popular-product-right {
  position: relative;
}

.popular-product-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: visible;
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.6s ease;
}

/* Vignette overlay for dramatic edge fade */
.popular-product-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    transparent 30%,
    rgba(0, 0, 0, 0.3) 60%,
    rgba(0, 0, 0, 0.7) 85%,
    rgba(0, 0, 0, 0.95) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.popular-product-image-wrapper:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.popular-product-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 40px 100px rgba(0, 0, 0, 0.4),
    0 0 120px rgba(153, 32, 225, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: all 0.6s ease;
}

.popular-product-image-wrapper:hover .popular-product-image {
  box-shadow: 
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 30px 80px rgba(0, 0, 0, 0.6),
    0 50px 120px rgba(0, 0, 0, 0.5),
    0 0 150px rgba(153, 32, 225, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.popular-product-image-wrapper:hover::after {
  transform: scale(1.02);
}

/* Add glow effect behind image */
.popular-product-image-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  background: radial-gradient(
    ellipse at center,
    rgba(153, 32, 225, 0.5) 0%,
    rgba(153, 32, 225, 0.3) 30%,
    rgba(0, 0, 0, 0.8) 60%,
    transparent 80%
  );
  transform: translate(-50%, -50%);
  z-index: 0;
  filter: blur(80px);
  opacity: 0.9;
  transition: opacity 0.6s ease;
}

.popular-product-image-wrapper:hover::before {
  opacity: 1;
}

/* Responsive */
@media (max-width: 1024px) {
  .popular-product-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .popular-product-left {
    max-width: 100%;
  }
  
  .popular-product-title {
    font-size: 48px;
  }
  
  .popular-product-image-wrapper {
    transform: perspective(1000px) rotateY(0deg);
  }
}

@media (max-width: 768px) {
  .popular-product-section {
    padding: 80px 0;
  }
  
  .popular-product-title {
    font-size: 40px;
  }
  
  .popular-product-description {
    font-size: 15px;
  }
}

/* Login Page Styles */
.login-page {
  background: #0a0a0a;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

.login-page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('images/download.webp');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
}

.login-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 40px 60px;
  position: relative;
  z-index: 1;
}

.login-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  max-width: 1200px;
  width: 100%;
  align-items: center;
}

.login-left {
  max-width: 500px;
}

.login-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}

.login-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-weight: 400;
}

.login-right {
  display: flex;
  justify-content: flex-end;
}

.login-card {
  background: rgba(15, 15, 15, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  max-width: 420px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
}

.login-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(153, 32, 225, 0.5),
    transparent
  );
  opacity: 0.6;
}

.login-card-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.login-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.login-form label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: -0.2px;
}

.login-form input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  transition: all 0.2s ease;
}

.login-form input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.login-form input:focus {
  outline: none;
  border-color: rgba(153, 32, 225, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.forgot-password {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  text-align: right;
  margin-top: -8px;
  transition: color 0.2s ease;
}

.forgot-password:hover {
  color: #7711b3;
}

.login-btn {
  background: rgba(15, 15, 15, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.2px;
}

.login-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.register-link {
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

.register-link a {
  color: #7711b3;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.register-link a:hover {
  color: #9920e1;
  text-decoration: underline;
}

/* Update nav button for login page */
.nav-btn-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  transition: all 0.2s ease;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.nav-btn-login svg {
  width: 16px;
  height: 16px;
}

.nav-btn-login:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

/* Responsive */
@media (max-width: 1024px) {
  .login-content {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .login-left {
    max-width: 100%;
  }
  
  .login-right {
    justify-content: center;
  }
  
  .login-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .login-container {
    padding: 80px 20px 40px;
  }
  
  .login-title {
    font-size: 32px;
  }
  
  .login-card {
    padding: 32px 24px;
  }
}

/* Game Hacks Showcase Section */
.game-hacks-section {
  padding: 120px 0;
  background: #0a0a0a;
}

.game-hacks-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.game-hacks-header {
  max-width: 900px;
  margin-bottom: 60px;
}

.game-hacks-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.game-hacks-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0;
}

.game-hacks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.game-hack-card {
  background: rgba(10, 10, 10, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.game-hack-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.game-hack-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.9);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-hack-image {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  background: #000000;
}

.hack-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.game-hack-card:hover .hack-preview-img {
  transform: scale(1.05);
}

.hack-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.game-hack-footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(5, 5, 5, 0.8);
}

.game-hack-info {
  flex: 1;
}

.game-hack-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

.game-hack-price {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.game-hack-price span {
  color: #ffffff;
  font-weight: 600;
}

.game-hack-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.5px;
  display: inline-block;
}

.game-hack-card:hover .game-hack-btn {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
  .game-hacks-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .game-hacks-title {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .game-hacks-section {
    padding: 80px 0;
  }
  
  .game-hacks-title {
    font-size: 32px;
  }
  
  .game-hack-image {
    height: 240px;
  }
}

/* Discord Modern Section */
.discord-modern-section {
  padding: 80px 0;
  background: #0a0a0a;
}

.discord-modern-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.discord-modern-card {
  background: linear-gradient(135deg, rgba(88, 101, 242, 0.1) 0%, rgba(119, 17, 179, 0.1) 100%);
  border: 1px solid rgba(88, 101, 242, 0.3);
  border-radius: 16px;
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.discord-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(88, 101, 242, 0.8),
    rgba(119, 17, 179, 0.8),
    transparent
  );
}

.discord-modern-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}

.discord-modern-icon {
  width: 64px;
  height: 64px;
  background: rgba(88, 101, 242, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5865f2;
  flex-shrink: 0;
}

.discord-modern-text {
  flex: 1;
}

.discord-modern-title {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  letter-spacing: -0.8px;
}

.discord-modern-subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.discord-modern-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5865f2;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.discord-modern-btn:hover {
  background: #4752c4;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(88, 101, 242, 0.4);
}

.discord-modern-btn svg {
  transition: transform 0.3s ease;
}

.discord-modern-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .discord-modern-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 24px;
  }
  
  .discord-modern-icon {
    margin: 0 auto;
  }
  
  .discord-modern-btn {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .discord-modern-card {
    padding: 32px 24px;
  }
  
  .discord-modern-title {
    font-size: 24px;
  }
  
  .discord-modern-subtitle {
    font-size: 14px;
  }
}

/* Guarantee Section */
.guarantee-section {
  padding: 120px 0;
  background: #0a0a0a;
  position: relative;
}

.guarantee-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.guarantee-header {
  text-align: center;
  margin-bottom: 60px;
}

.guarantee-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.guarantee-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.guarantee-card {
  background: rgba(15, 15, 15, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px;
  transition: all 0.3s ease;
}

.guarantee-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.guarantee-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #ffffff;
}

.guarantee-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.guarantee-card-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

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

@media (max-width: 768px) {
  .guarantee-grid {
    grid-template-columns: 1fr;
  }
  
  .guarantee-title {
    font-size: 36px;
  }
}

/* Experience Peak Performance Section */
.experience-section {
  padding: 120px 0;
  background: #0a0a0a;
}

.experience-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.experience-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.experience-left {
  max-width: 500px;
}

.experience-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -1.5px;
}

.experience-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.experience-right {
  position: relative;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .experience-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .experience-left {
    max-width: 100%;
    text-align: center;
  }
  
  .experience-title {
    font-size: 40px;
  }
}

/* Products & Content Section */
.products-content-section {
  padding: 120px 0;
  background: #0a0a0a;
}

.products-content-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.products-content-title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: -1.5px;
}

.products-content-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.content-card {
  background: rgba(15, 15, 15, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.content-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.content-card-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.content-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Collection Collage */
.collection-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  padding: 0;
  background: #000000;
  position: relative;
}

.collage-item {
  position: relative;
  overflow: hidden;
  min-height: 115px;
}

.collage-item:nth-child(4) {
  grid-column: 1 / 3;
}

.collage-item:nth-child(5) {
  grid-column: 3 / 4;
}

.collage-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  filter: brightness(0.8);
}

.collage-item:hover img {
  transform: scale(1.1);
  filter: brightness(1);
}


.content-card:hover .content-card-image img {
  transform: scale(1.05);
}

.content-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 24px 24px 12px;
  letter-spacing: -0.5px;
}

.content-card-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0 24px 24px;
}

.content-card-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 0 24px 24px;
  transition: all 0.2s ease;
}

.content-card-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
  .products-content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* Modern Footer */
.modern-footer {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 80px 0 0;
  position: relative;
}

.modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(153, 32, 225, 0.4),
    transparent
  );
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 80px;
  padding-bottom: 60px;
}

.footer-brand-section {
  max-width: 400px;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-logo-img {
  height: 32px;
  width: auto;
}

.footer-tagline {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}

.social-link:hover {
  background: rgba(153, 32, 225, 0.1);
  border-color: rgba(153, 32, 225, 0.3);
  color: #7711b3;
  transform: translateY(-2px);
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-heading {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-list li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

.footer-list li a:hover {
  color: #7711b3;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 24px 0;
}

.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer-badges {
  display: flex;
  gap: 20px;
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-badge svg {
  opacity: 0.6;
}

/* Responsive Footer */
@media (max-width: 1024px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .modern-footer {
    padding: 60px 0 0;
  }
  
  .footer-main {
    gap: 40px;
    padding-bottom: 40px;
  }
  
  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .footer-badges {
    flex-direction: column;
    gap: 12px;
  }
}

