/* ============================================
   SteamGamesBazaar — Design System & Global Styles
   Dark Gaming Theme with Neon Green + Purple Accents
   ============================================ */

/* --- Esports Redesign Utilities --- */
.clip-angled {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4vw), 0 100%);
  padding-bottom: 8vw;
}

.clip-angled-up {
  clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
  padding-top: 8vw;
  margin-top: -4vw;
}

.clip-angled-both {
  clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0 100%);
  padding: 8vw 0;
  margin-top: -4vw;
}

.breakout-img {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.neon-glow-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.15) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.purple-glow-bg {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

@keyframes float-slow {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.animate-float {
  animation: float-slow 6s ease-in-out infinite;
}

@keyframes pulse-glow {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Orbitron:wght@400;500;600;700;800;900&display=swap');

/* --- CSS Variables --- */
:root {
  /* Backgrounds */
  --bg-primary: #06060b;
  --bg-secondary: #0d0d15;
  --bg-card: #111119;
  --bg-elevated: #16161f;
  --bg-input: #1a1a25;
  --bg-hover: #1e1e2a;

  /* Accents */
  --accent-green: #00ff88;
  --accent-green-dim: #00cc6a;
  --accent-green-glow: rgba(0, 255, 136, 0.15);
  --accent-green-glow-strong: rgba(0, 255, 136, 0.3);
  --accent-purple: #8b5cf6;
  --accent-purple-dim: #7c3aed;
  --accent-purple-glow: rgba(139, 92, 246, 0.15);
  --accent-orange: #f97316;
  --accent-red: #ef4444;
  --accent-blue: #3b82f6;

  /* Text */
  --text-primary: #ffffff;
  --text-secondary: #a0a0b8;
  --text-muted: #6b6b80;
  --text-accent: var(--accent-green);

  /* Borders */
  --border-default: rgba(255, 255, 255, 0.06);
  --border-hover: rgba(0, 255, 136, 0.2);
  --border-active: rgba(0, 255, 136, 0.4);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-glow-green: 0 0 20px rgba(0, 255, 136, 0.15);
  --shadow-glow-purple: 0 0 20px rgba(139, 92, 246, 0.15);

  /* Transitions */
  --transition-fast: 0.15s ease;
  --transition-normal: 0.3s ease;
  --transition-slow: 0.5s ease;

  /* Layout */
  --max-width: 1280px;
  --header-height: 72px;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Custom Cursors */
* {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%2311199B" stroke-width="2" d="M5.5 3.21V20.8c0 .45.54.67.85.35l4.86-4.86a.5.5 0 0 1 .35-.15h6.87a.5.5 0 0 0 .35-.85L6.35 2.85a.5.5 0 0 0-.85.35Z"></path></svg>'), auto;
}

a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
select,
.product-card-add,
.product-card-wishlist,
.search-toggle,
.cart-btn,
.mobile-menu-btn,
.faq-question,
.filter-option,
label,
.btn {
  cursor: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 24 24"><path fill="%23FFF" stroke="%2311199B" stroke-width="2" stroke-linejoin="round" d="M10 11V8.99c0-.88.59-1.64 1.44-1.86h.05A1.99 1.99 0 0 1 14 9.05V12v-2c0-.88.6-1.65 1.46-1.87h.05A1.98 1.98 0 0 1 18 10.06V13v-1.94a2 2 0 0 1 1.51-1.94h0A2 2 0 0 1 22 11.06V14c0 .6-.08 1.27-.21 1.97a7.96 7.96 0 0 1-7.55 6.48 54.98 54.98 0 0 1-4.48 0 7.96 7.96 0 0 1-7.55-6.48C2.08 15.27 2 14.59 2 14v-1.49c0-1.11.9-2.01 2.01-2.01h0a2 2 0 0 1 2.01 2.03l-.01.97v-10c0-1.1.9-2 2-2h0a2 2 0 0 1 2 2V11Z"></path></svg>'), pointer;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg-primary);
  color: #FFFFFF;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  overflow-x: hidden;
}

/* Background gradient overlays */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 10%, rgba(0, 255, 136, 0.04), transparent),
    radial-gradient(ellipse 500px 300px at 80% 80%, rgba(139, 92, 246, 0.04), transparent);
  pointer-events: none;
  z-index: 0;
}

a {
  color: var(--accent-green);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--accent-green-dim);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Orbitron', sans-serif;
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

h2 {
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
}

input,
select,
textarea {
  font-family: inherit;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* --- Utilities --- */
.text-gradient {
  background: linear-gradient(135deg, var(--accent-green), var(--accent-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--radius-full);
}

.badge-hot {
  background: rgba(249, 115, 22, 0.15);
  color: var(--accent-orange);
  border: 1px solid rgba(249, 115, 22, 0.3);
}

.badge-new {
  background: rgba(0, 255, 136, 0.1);
  color: var(--accent-green);
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.badge-bestseller {
  background: rgba(139, 92, 246, 0.15);
  color: var(--accent-purple);
  border: 1px solid rgba(139, 92, 246, 0.3);
}

.badge-popular {
  background: rgba(59, 130, 246, 0.15);
  color: var(--accent-blue);
  border: 1px solid rgba(59, 130, 246, 0.3);
}

.badge-bundle {
  background: rgba(234, 179, 8, 0.15);
  color: #eab308;
  border: 1px solid rgba(234, 179, 8, 0.3);
}

.badge-preorder {
  background: rgba(239, 68, 68, 0.15);
  color: var(--accent-red);
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  margin-bottom: 0.75rem;
}

.section-title p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.95rem;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 0.9rem;
  transition: all var(--transition-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-green), var(--accent-green-dim));
  color: #000;
  box-shadow: var(--shadow-glow-green);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
  color: #000;
}

.btn-secondary {
  background: transparent;
  color: var(--accent-green);
  border: 1px solid var(--accent-green);
}

.btn-secondary:hover {
  background: var(--accent-green-glow);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.8rem;
}

.btn-icon {
  padding: 10px;
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  color: var(--text-secondary);
  border: 1px solid var(--border-default);
}

.btn-icon:hover {
  border-color: var(--border-hover);
  color: var(--accent-green);
}

/* --- Header --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  background: rgba(6, 6, 11, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-default);
  z-index: 1000;
  transition: all var(--transition-normal);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--text-primary);
}

.logo span {
  color: var(--accent-green);
}

.logo:hover {
  color: var(--text-primary);
}

.logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--accent-green), var(--accent-purple));
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent-green);
  transition: width var(--transition-normal);
}

.nav a:hover,
.nav a.active {
  color: var(--accent-green);
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-toggle {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  border: 1px solid var(--border-default);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.search-toggle:hover {
  border-color: var(--border-hover);
  color: var(--accent-green);
}

.cart-btn {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: var(--bg-elevated);
  border: 1px solid var(--border-default);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.cart-btn:hover {
  border-color: var(--border-hover);
  color: var(--accent-green);
}

.cart-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: var(--accent-green);
  color: #000;
  font-size: 0.65rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.cart-badge.show {
  display: flex;
}

.mobile-menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: var(--bg-elevated);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-btn span {
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: all var(--transition-fast);
  display: block;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 6, 11, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 30px 20px;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  display: block;
  padding: 14px 20px;
  color: var(--text-secondary);
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.mobile-nav a:hover {
  background: var(--bg-elevated);
  color: var(--accent-green);
}

/* --- Product Card --- */
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-normal);
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-glow-green);
}

.product-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  background: var(--bg-secondary);
  overflow: hidden;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.product-card:hover .product-card-img img {
  transform: scale(1.08);
}

.product-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
}

.product-card-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
  z-index: 2;
  font-size: 0.85rem;
}

.product-card-wishlist:hover {
  background: rgba(239, 68, 68, 0.2);
  color: var(--accent-red);
  border-color: rgba(239, 68, 68, 0.3);
}

.product-card-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card-category {
  font-size: 0.7rem;
  color: var(--accent-purple);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-card-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.8rem;
}

.product-card-rating .stars {
  color: #fbbf24;
}

.product-card-rating .count {
  color: var(--text-muted);
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--border-default);
}

.product-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.product-card-price .current {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--accent-green);
}

.product-card-price .original {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.product-card-add {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-md);
  background: var(--accent-green-glow);
  border: 1px solid rgba(0, 255, 136, 0.2);
  color: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all var(--transition-fast);
}

.product-card-add:hover {
  background: var(--accent-green);
  color: #000;
  box-shadow: var(--shadow-glow-green);
}

/* --- Product Grid --- */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

/* --- Hero Section (Esports Redesign) --- */
.hero {
  padding: 180px 0 100px;
  position: relative;
  overflow: visible;
}

.hero::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  background: radial-gradient(circle, rgba(0, 255, 136, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: 1.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-content h1 span {
  display: block;
}

.hero-content p {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-default);
}

.hero-stat .value {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent-green);
  display: block;
}

.hero-stat .label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-graphics {
  flex: 1;
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-character {
  position: absolute;
  top: -100px;
  /* Breakout of container top */
  right: -50px;
  width: 120%;
  max-width: 800px;
  z-index: 5;
  filter: drop-shadow(0 0 40px rgba(0, 255, 136, 0.3));
}

.hero-accent-shape {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 2px solid var(--accent-green);
  border-radius: 40px;
  transform: rotate(45deg);
  opacity: 0.1;
  z-index: 1;
}

@media (max-width: 992px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-character {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
  }

  .hero-graphics {
    min-height: 400px;
  }
}

/* --- Trust Badges --- */
.trust-section {
  padding: 60px 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.trust-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition-normal);
}

.trust-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow-green);
}

.trust-card .icon {
  font-size: 2.5rem;
  margin-bottom: 16px;
  display: block;
}

.trust-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.trust-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
}

/* --- Testimonials --- */
.testimonials-section {
  padding: 80px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition-normal);
}

.testimonial-card:hover {
  border-color: var(--border-hover);
}

.testimonial-card .stars {
  color: #fbbf24;
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.testimonial-card .text {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-card .author {
  font-weight: 600;
  color: var(--text-primary);
  font-size: 0.9rem;
}

/* --- Footer --- */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-default);
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.footer-about {
  max-width: 350px;
}

.footer-about p {
  font-size: 0.85rem;
  margin: 12px 0 20px;
  line-height: 1.6;
}

.footer-about .contact-info {
  font-size: 0.85rem;
}

.footer-about .contact-info a {
  color: var(--text-secondary);
}

.footer-about .contact-info a:hover {
  color: var(--accent-green);
}

.footer-col h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: var(--text-muted);
  font-size: 0.85rem;
  transition: color var(--transition-fast);
}

.footer-col ul li a:hover {
  color: var(--accent-green);
}

.footer-bottom {
  border-top: 1px solid var(--border-default);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* --- Sections --- */
.section {
  padding: 80px 0;
}

/* --- About Section (Esports Redesign) --- */
.about-hero {
  padding: 140px 0 100px;
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.about-img-main {
  grid-column: 1 / -1;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--border-default);
  aspect-ratio: 4/3;
}

.about-img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-images::before {
  content: '';
  position: absolute;
  top: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background: var(--accent-green-glow);
  border-radius: var(--radius-xl);
  z-index: -1;
}

.about-content h2 {
  margin-bottom: 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.about-content h2 span {
  color: var(--accent-green);
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 2rem;
}

.feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.feature-item .icon {
  width: 60px;
  height: 60px;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  color: var(--accent-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.feature-item h4 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.feature-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .about-layout {
    grid-template-columns: 1fr;
  }
}

/* Contact page */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 12px 16px;
  background: var(--bg-input);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.9rem;
  transition: border-color var(--transition-fast);
  outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px var(--accent-green-glow);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Search bar */
.search-bar {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.search-bar input {
  width: 100%;
  padding: 14px 48px 14px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-full);
  color: var(--text-primary);
  font-size: 0.95rem;
  outline: none;
  transition: all var(--transition-fast);
}

.search-bar input:focus {
  border-color: var(--accent-green);
  box-shadow: 0 0 0 3px var(--accent-green-glow);
}

.search-bar input::placeholder {
  color: var(--text-muted);
}

.search-bar button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent-green);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 0.9rem;
}

/* Filters sidebar */
.products-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}

.filters-sidebar {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 24px;
  height: fit-content;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  position: sticky;
  top: 92px;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}

.filters-sidebar:hover {
  scrollbar-color: rgba(0, 255, 136, 0.2) transparent;
}

.filters-sidebar::-webkit-scrollbar {
  width: 4px;
}

.filters-sidebar::-webkit-scrollbar-track {
  background: transparent;
}

.filters-sidebar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}

.filters-sidebar:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 136, 0.2);
}

.filters-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 255, 136, 0.4);
}

.filter-group {
  margin-bottom: 24px;
}

.filter-group h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--text-secondary);
  font-size: 0.85rem;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.filter-option:hover {
  color: var(--accent-green);
}

.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
  accent-color: var(--accent-green);
}

.filter-option .count {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 0.75rem;
}

/* Sort bar */
.sort-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
}

.sort-bar .results-count {
  font-size: 0.9rem;
  color: var(--text-muted);
}

.sort-bar .results-count span {
  color: var(--accent-green);
  font-weight: 700;
}

.sort-bar select {
  padding: 8px 16px;
  background: var(--bg-input);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.85rem;
  outline: none;
  cursor: pointer;
}

/* Cart page */
.cart-empty {
  text-align: center;
  padding: 80px 20px;
}

.cart-empty h2 {
  margin-bottom: 16px;
}

.cart-empty p {
  color: var(--text-muted);
  margin-bottom: 24px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 30px;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-item {
  display: flex;
  gap: 16px;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 16px;
  transition: border-color var(--transition-fast);
}

.cart-item:hover {
  border-color: var(--border-hover);
}

.cart-item-img {
  width: 100px;
  height: 70px;
  border-radius: var(--radius-md);
  background: var(--bg-secondary);
  overflow: hidden;
  flex-shrink: 0;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-info {
  flex: 1;
}

.cart-item-info h4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.cart-item-info .category {
  font-size: 0.75rem;
  color: var(--accent-purple);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cart-item-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.qty-control button {
  width: 32px;
  height: 32px;
  background: var(--bg-elevated);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all var(--transition-fast);
}

.qty-control button:hover {
  background: var(--accent-green-glow);
  color: var(--accent-green);
}

.qty-control span {
  width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  background: var(--bg-input);
}

.cart-item-remove {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.8rem;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.cart-item-remove:hover {
  color: var(--accent-red);
}

.cart-item-price {
  text-align: right;
  align-self: center;
}

.cart-item-price .current {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-green);
}

.cart-summary {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  padding: 28px;
  height: fit-content;
  position: sticky;
  top: 92px;
}

.cart-summary h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-default);
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.9rem;
}

.cart-summary-row.total {
  border-top: 1px solid var(--border-default);
  margin-top: 12px;
  padding-top: 16px;
  font-weight: 700;
  font-size: 1.1rem;
}

.cart-summary-row.total span:last-child {
  color: var(--accent-green);
}

.cart-summary .btn {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}

/* Product detail page */
.product-detail {
  padding: 140px 0 60px;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.product-detail-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  aspect-ratio: 16/10;
}

.product-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-detail-info h1 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 12px;
}

.product-detail-meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.product-detail-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 20px 0;
}

.product-detail-price .current {
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent-green);
}

.product-detail-price .original {
  font-size: 1.1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.product-detail-price .discount {
  padding: 4px 12px;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: var(--radius-full);
  color: var(--accent-green);
  font-size: 0.85rem;
  font-weight: 700;
}

.product-detail-desc {
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.product-detail-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.product-detail-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: var(--bg-elevated);
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  color: var(--text-secondary);
}

.feature-item .icon {
  font-size: 1.2rem;
}

/* Blog cards */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition-normal);
}

.blog-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-4px);
}

.blog-card-img {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, var(--bg-elevated), var(--bg-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.blog-card-body {
  padding: 20px;
}

.blog-card-body .category {
  font-size: 0.7rem;
  color: var(--accent-purple);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-card-body h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-card-body p {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.5;
}

.blog-card-body .date {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 12px;
  display: inline-block;
}

/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-lg);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  color: var(--text-primary);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: color var(--transition-fast);
}

.faq-question:hover {
  color: var(--accent-green);
}

.faq-question .arrow {
  transition: transform var(--transition-fast);
  font-size: 0.8rem;
}

.faq-item.open .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-normal);
}

.faq-answer-inner {
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  text-align: center;
}

.cta-box {
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(139, 92, 246, 0.05));
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 60px 40px;
}

.cta-box h2 {
  margin-bottom: 16px;
}

.cta-box p {
  color: var(--text-muted);
  max-width: 500px;
  margin: 0 auto 24px;
}

/* Search overlay */
.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(6, 6, 11, 0.95);
  backdrop-filter: blur(10px);
  z-index: 2000;
  padding: 160px 20px 40px;
}

.search-overlay.open {
  display: block;
}

.search-overlay .close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-elevated);
  border: 1px solid var(--border-default);
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.search-overlay .search-results {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Page header */
.page-header {
  padding: 160px 0 40px;
  text-align: center;
}

.page-header h1 {
  margin-bottom: 12px;
}

.page-header p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 0.85rem;
}

.breadcrumb a {
  color: var(--text-muted);
}

.breadcrumb a:hover {
  color: var(--accent-green);
}

.breadcrumb span {
  color: var(--text-muted);
}

/* Price range slider */
.price-range {
  padding: 8px 0;
}

.price-range input[type="range"] {
  width: 100%;
  accent-color: var(--accent-green);
  margin: 8px 0;
}

.price-range .price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.animate-in {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.animate-delay-1 {
  animation-delay: 0.1s;
}

.animate-delay-2 {
  animation-delay: 0.2s;
}

.animate-delay-3 {
  animation-delay: 0.3s;
}

.animate-delay-4 {
  animation-delay: 0.4s;
}

/* Game image placeholder */
.game-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  background: linear-gradient(135deg, var(--bg-elevated) 0%, var(--bg-secondary) 100%);
  color: var(--text-muted);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--bg-elevated);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--bg-hover);
}

/* Mobile filter toggle */
.filter-toggle-mobile {
  display: none;
  width: 100%;
  margin-bottom: 16px;
}

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .products-layout {
    grid-template-columns: 1fr;
  }

  .filters-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1500;
    border-radius: 0;
    overflow-y: auto;
    padding-top: 60px;
  }

  .filters-sidebar.open {
    display: block;
  }

  .filter-toggle-mobile {
    display: block;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .product-detail-layout {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .mobile-menu-btn {
    display: flex;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero-stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .hero-stat .value {
    font-size: 1.4rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .sort-bar {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }

  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }

  .product-detail-features {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .cta-box {
    padding: 40px 20px;
  }
}

/* ===========================================
   DEAL OF THE DAY SPOTLIGHT
   =========================================== */

/* Outer wrapper — adds section spacing and the heading above */
.dotd-section {
  padding: 60px 0 0;
}

/* Section eyebrow + heading — shown ABOVE the spotlight box */
.dotd-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 20px;
  flex-wrap: wrap;
  gap: 12px;
}

.dotd-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dotd-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-orange);
}

/* The spotlight itself — exactly 2 columns, NO gap, min-height */
.dotd-spotlight {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 0;
  min-height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 60px;
}

/* LEFT: featured deal — flex row, split into text content and poster */
.dotd-featured {
  position: relative;
  background: linear-gradient(135deg, #0d1520, #060e18);
  border-right: 1px solid rgba(0, 245, 255, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  overflow: hidden;
}

.dotd-featured-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dotd-featured-poster {
  width: 250px;
  border-radius: var(--radius-md);
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
}

.dotd-poster-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

.dotd-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 245, 255, 0.03), transparent);
  pointer-events: none;
}

/* DEAL OF THE DAY tag */
.dotd-deal-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 68, 68, 0.15);
  border: 1px solid rgba(255, 68, 68, 0.3);
  color: #ff6b6b;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: fit-content;
}

.dotd-deal-tag::before {
  content: '●';
  font-size: 0.5rem;
}

/* Big game title */
.dotd-game-title {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* Genre tags row */
.dotd-genres {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.dotd-genre {
  font-size: 0.68rem;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
}

/* Price row */
.dotd-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.dotd-orig {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.25);
  text-decoration: line-through;
}

.dotd-price {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #22d3ee;
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.35);
}

.dotd-save {
  background: rgba(0, 255, 136, 0.1);
  color: var(--accent-green);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
}

/* Bottom group: countdown + india badge in a row */
.dotd-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.dotd-countdown-inline {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.45);
}

.dotd-cnt {
  background: rgba(255, 255, 255, 0.06);
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
}

.dotd-india {
  font-size: 0.65rem;
  color: var(--accent-green);
  border: 1px solid rgba(0, 255, 136, 0.3);
  padding: 2px 8px;
  border-radius: 3px;
}

/* Full-width CTA */
.dotd-cta-btn {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all var(--transition-normal);
  position: relative;
  z-index: 1;
}

.dotd-cta-btn:hover {
  background: var(--accent-green);
  border-color: var(--accent-green);
  color: #000;
  box-shadow: 0 0 20px rgba(0, 255, 136, 0.3);
}

/* RIGHT: mini-deals panel — flex column with header badge + 2x2 grid below */
.dotd-mini-deals {
  display: flex;
  flex-direction: column;
}

/* Section-level header: one LOW STOCK badge for the whole right panel */
.dotd-mini-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dotd-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 68, 68, 0.12);
  border: 1px solid rgba(255, 68, 68, 0.28);
  color: #ff5555;
  font-size: 0.62rem;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 3px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dotd-mini-sublabel {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Inner 2x2 grid */
.dotd-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  flex: 1;
}

.dotd-mini-cell {
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  transition: background var(--transition-fast);
  position: relative;
  cursor: pointer;
}

.dotd-mini-cell:hover {
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
}

/* Remove right border on 2nd column */
.dotd-mini-cell:nth-child(2n) {
  border-right: none;
}

/* Remove bottom border on last 2 cells */
.dotd-mini-cell:nth-child(3),
.dotd-mini-cell:nth-child(4) {
  border-bottom: none;
}

.dotd-mini-art {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  background: #0d1117;
}

.dotd-mini-art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dotd-mini-art .badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  font-size: 0.62rem;
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.dotd-low-stock {
  position: absolute;
  top: 5px;
  right: 5px;
  width: fit-content;
  background: rgba(255, 68, 68, 0.15);
  color: #FF4444;
  font-family: 'Inter', sans-serif;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 2px;
  border: 1px solid rgba(255, 68, 68, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  line-height: 1.4;
}


.dotd-mini-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dotd-mini-name {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.3;
}

.dotd-mini-price {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #22d3ee;
}

/* Responsive */
@media (max-width: 768px) {
  .dotd-spotlight {
    grid-template-columns: 1fr;
  }

  .dotd-mini-deals {
    grid-template-columns: repeat(4, 1fr);
  }

  .dotd-mini-cell:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  }

  .dotd-mini-cell:nth-child(4n) {
    border-right: none;
  }

  .dotd-mini-cell:nth-child(3),
  .dotd-mini-cell:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 480px) {
  .dotd-mini-deals {
    grid-template-columns: 1fr 1fr;
  }

  .dotd-featured {
    padding: 18px;
  }
}

.dotd-section {
  padding: 60px 0;
  position: relative;
}

/* Section heading + countdown row */
.dotd-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 16px;
}

.dotd-title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dotd-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-orange);
}

/* Header countdown (Resets in) */
.dotd-countdown {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dotd-countdown-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dotd-timer {
  display: flex;
  align-items: center;
  gap: 4px;
}

.dotd-digit-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--bg-elevated);
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  min-width: 46px;
  box-shadow: 0 0 12px rgba(59, 130, 246, 0.12);
}

.dotd-digit-box span {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #60a5fa;
  line-height: 1;
}

.dotd-digit-box label {
  font-size: 0.48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.dotd-sep {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: #60a5fa;
  margin-bottom: 10px;
}

/* 70/30 layout */
.dotd-layout {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 20px;
  align-items: start;
}

/* == LEFT: Hero panel — single vertical column == */
.dotd-hero {
  background: linear-gradient(135deg, #0e0e1a 0%, #0a0a14 100%);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-xl);
  padding: 36px 40px;
  position: relative;
  overflow: hidden;
  transition: border-color var(--transition-normal), box-shadow var(--transition-normal);
}

.dotd-hero:hover {
  border-color: rgba(0, 255, 136, 0.2);
  box-shadow: 0 0 60px rgba(0, 255, 136, 0.06), 0 0 100px rgba(59, 130, 246, 0.05);
}

/* Glow orb */
.dotd-glow-orb {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, rgba(0, 255, 136, 0.05) 45%, transparent 70%);
  top: -180px;
  right: -120px;
  pointer-events: none;
}

/* "● DEAL OF THE DAY" red tag */
.dotd-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
}

.dotd-dot {
  width: 7px;
  height: 7px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(239, 68, 68, 0.7);
  display: inline-block;
}

/* Big game title */
.dotd-hero-name {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

/* Category tag chips */
.dotd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.dotd-tag-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* Price row: strikethrough + big neon + save badge */
.dotd-price-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.dotd-orig-price {
  font-size: 1.1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.dotd-new-price {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #22d3ee;
  /* cyan — matches reference */
  text-shadow: 0 0 24px rgba(34, 211, 238, 0.4);
}

.dotd-savings {
  display: inline-flex;
  align-items: center;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
  color: var(--accent-green);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* "Ends in 03 : 36 : 33  ✓ Indian Safe" row */
.dotd-inline-timer {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.dotd-ends-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.dotd-inline-digits {
  display: flex;
  align-items: center;
  gap: 3px;
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
  padding: 4px 12px;
}

.dotd-inline-digits span {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
}

.dotd-colon {
  color: var(--text-muted) !important;
  margin: 0 1px;
}

.dotd-india-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 255, 136, 0.08);
  border: 1px solid rgba(0, 255, 136, 0.2);
  color: var(--accent-green);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: var(--radius-full);
}

/* Full-width CTA */
.dotd-cta-btn {
  width: 100%;
  padding: 16px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all var(--transition-normal);
  position: relative;
  z-index: 1;
}

.dotd-cta-btn:hover {
  background: var(--accent-green);
  border-color: var(--accent-green);
  color: #000;
  box-shadow: 0 0 24px rgba(0, 255, 136, 0.35);
  transform: translateY(-2px);
}

/* == RIGHT: mini section == */
.dotd-mini-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dotd-mini-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}

/* 2×2 grid */
.dotd-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* Each mini card: image on top, info below */
.dotd-mini-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all var(--transition-fast);
}

.dotd-mini-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow-green);
  color: inherit;
}

/* Image area */
.dotd-mini-img {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
}

.dotd-mini-emoji {
  position: relative;
  z-index: 1;
}

.dotd-mini-disc {
  position: absolute;
  top: 8px;
  right: 8px;
  background: var(--accent-orange);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: var(--radius-full);
}

.dotd-low-stock {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(239, 68, 68, 0.9);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: var(--radius-full);
}

/* Info area */
.dotd-mini-body {
  padding: 10px 12px 12px;
}

.dotd-mini-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dotd-mini-prices {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.dotd-mini-current {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--accent-green);
}

.dotd-mini-orig {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

/* Responsive */
@media (max-width: 1024px) {
  .dotd-hero {
    padding: 28px 28px;
  }

  .dotd-hero-name {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .dotd-layout {
    grid-template-columns: 1fr;
  }

  .dotd-featured {
    flex-direction: column;
    gap: 20px;
  }

  .dotd-featured-poster {
    width: 100%;
    height: 160px;
  }

  .dotd-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dotd-mini-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 480px) {
  .dotd-hero {
    padding: 20px;
  }

  .dotd-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
}



/* ===========================================
   LIVE DEALS TICKER BAR
   =========================================== */


@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes ticker-label-pulse {

  0%,
  100% {
    box-shadow: 0 0 8px rgba(0, 255, 136, 0.4);
  }

  50% {
    box-shadow: 0 0 18px rgba(0, 255, 136, 0.8);
  }
}

.ticker-bar {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  height: 36px;
  background: rgba(6, 6, 11, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 255, 136, 0.15);
  display: flex;
  align-items: center;
  z-index: 999;
  overflow: hidden;
}

/* Fade masks on edges */
.ticker-bar::before,
.ticker-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}

.ticker-bar::before {
  left: 140px;
  /* after the label */
  background: linear-gradient(to right, rgba(6, 6, 11, 0.95), transparent);
}

.ticker-bar::after {
  right: 0;
  background: linear-gradient(to left, rgba(6, 6, 11, 0.95), transparent);
}

/* Fixed "LIVE DEALS" label */
.ticker-label {
  flex-shrink: 0;
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, rgba(0, 255, 136, 0.18), rgba(0, 255, 136, 0.08));
  border-right: 1px solid rgba(0, 255, 136, 0.25);
  font-family: 'Orbitron', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  color: var(--accent-green);
  text-transform: uppercase;
  animation: ticker-label-pulse 2.5s ease-in-out infinite;
  z-index: 3;
}

.ticker-label span {
  font-size: 0.85rem;
}

/* Scrolling track wrapper (clips overflow) */
.ticker-track-wrapper {
  flex: 1;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

/* The actual scrolling row — width auto; animation driven by translateX(-50%) which scrolls exactly one copy */
.ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation: ticker-scroll 45s linear infinite;
  will-change: transform;
}

/* Each deal chip */
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
}

.ticker-name {
  color: var(--text-secondary);
  font-weight: 500;
}

.ticker-price {
  color: var(--accent-green);
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.5px;
}


/* Override hero and page-header top padding */
.hero {
  padding-top: 216px;
}

.page-header {
  padding-top: 140px !important;
}

.about-hero {
  padding-top: 150px;
}

@media (max-width: 768px) {
  .ticker-label {
    width: 110px;
    font-size: 0.55rem;
  }

  .ticker-bar::before {
    left: 110px;
  }

  .ticker-item {
    padding: 0 14px;
    font-size: 0.72rem;
  }

  .ticker-price {
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 180px;
  }

  .page-header {
    padding-top: 120px !important;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .product-card-body {
    padding: 12px;
  }

  .product-card-title {
    font-size: 0.85rem;
  }

  .product-card-price .current {
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-stats {
    flex-direction: column;
    gap: 16px;
  }
}

/* ===========================================
   SECTION LABEL SYSTEM (Reference Layout)
   =========================================== */
.sec-wrap {
  position: relative;
  border: 1px dashed rgba(0, 245, 255, 0.18);
  margin: 60px 140px;
  border-radius: 4px;
}

.sec-label {
  position: absolute;
  top: -10px;
  left: 12px;
  padding: 0 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  z-index: 10;
}

.sec-note {
  position: absolute;
  top: -10px;
  right: 12px;
  padding: 0 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.3);
  z-index: 10;
}

/* ===========================================
   LIVE SOCIAL PROOF SECTION
   =========================================== */
.social-proof-section {
  padding: 2px 0 0 0;
  overflow: hidden;
}

.proof-ticker {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(6, 14, 24, 0.8), rgba(13, 21, 32, 0.9));
  border-top: 1px solid rgba(0, 245, 255, 0.1);
  border-bottom: 1px solid rgba(0, 245, 255, 0.1);
  overflow: hidden;
  height: 48px;
  position: relative;
  width: 100%;
}

.live-dot-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  background: #150608;
  /* Dark opaque background so scrolling text hides underneath */
  border-right: 1px solid rgba(239, 68, 68, 0.3);
  height: 100%;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.live-dot {
  width: 10px;
  height: 10px;
  background: #ff4444;
  border-radius: 50%;
  box-shadow: 0 0 12px #ff4444;
  animation: pulse 1.5s infinite;
}

.live-text {
  color: #ff4444;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.proof-inner {
  display: flex;
  align-items: center;
  animation: proof-scroll 90s linear infinite;
  white-space: nowrap;
}

.proof-inner:hover {
  animation-play-state: paused;
}

@keyframes proof-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.proof-item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0 30px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  border-right: 1px dashed rgba(0, 245, 255, 0.1);
}

.proof-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-purple), var(--accent-green));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.proof-game {
  color: var(--accent-green);
  font-weight: 600;
}

.proof-time {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .proof-item {
    font-size: 0.85rem;
    padding: 0 20px;
  }
}

/* ===========================================
   PRODUCT DETAILS PAGE (11-SECTION REDESIGN)
   =========================================== */

/* 1. Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.breadcrumb a {
  color: var(--accent-green);
  text-decoration: none;
  transition: text-shadow 0.2s;
}

.breadcrumb a:hover {
  text-shadow: 0 0 8px var(--accent-green-glow-strong);
}

/* 2. Hero Section */
.product-hero-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

@media (min-width: 900px) {
  .product-hero-container {
    grid-template-columns: 420px 1fr;
  }
}

.product-hero-poster {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0, 245, 255, 0.2);
  box-shadow: 0 0 40px rgba(0, 245, 255, 0.1);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
}

.product-hero-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg-primary) 0%, transparent 60%);
  pointer-events: none;
}

.product-hero-details h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.product-hero-pricing {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin: 24px 0;
  padding: 16px;
  background: rgba(0, 245, 255, 0.05);
  border-left: 4px solid #00F5FF;
}

.hero-mrp {
  text-decoration: line-through;
  color: var(--text-muted);
  font-size: 1.2rem;
}

.hero-price {
  font-size: 2.5rem;
  font-family: 'Orbitron', sans-serif;
  color: #fff;
  font-weight: 800;
}

.hero-discount {
  background: var(--accent-green);
  color: #000;
  padding: 4px 10px;
  font-weight: 800;
  font-size: 0.9rem;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

/* 3. Variants Selector */
.variant-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

@media (min-width: 600px) {
  .variant-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.variant-card {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-card);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.variant-card:hover {
  border-color: rgba(0, 245, 255, 0.5);
  background: var(--bg-hover);
}

.variant-card.active {
  border-color: #00F5FF;
  background: rgba(0, 245, 255, 0.08);
  box-shadow: 0 0 20px rgba(0, 245, 255, 0.15);
  transform: scale(1.02);
}

.variant-card.active::before {
  content: '✓ SELECTED';
  position: absolute;
  top: 0;
  right: 0;
  background: #00F5FF;
  color: #000;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 4px 8px;
  border-bottom-left-radius: 8px;
}

/* 4 & 5. Info & Terminal Sections */
.briefing-text {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 900px) {
  .briefing-text {
    column-count: 2;
    column-gap: 40px;
  }
}

.terminal-box {
  background: #040406;
  border: 1px solid rgba(0, 255, 136, 0.3);
  padding: 24px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  color: #00ff88;
  border-radius: 4px;
  position: relative;
}

.terminal-box::before {
  content: '[SYSTEM DIAGNOSTIC]';
  position: absolute;
  top: -10px;
  left: 12px;
  background: #040406;
  padding: 0 8px;
  font-size: 0.7rem;
}

.terminal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .terminal-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.term-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  border-bottom: 1px dashed rgba(0, 255, 136, 0.15);
  padding-bottom: 8px;
}

.term-label {
  color: rgba(0, 255, 136, 0.5);
  font-size: 0.7rem;
  margin-bottom: 4px;
}

/* 6. Compare Table */
.compare-box {
  background: var(--bg-card);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.compare-table th {
  background: rgba(0, 0, 0, 0.2);
  font-family: 'Orbitron', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-highlight {
  background: rgba(0, 255, 136, 0.1);
  color: var(--accent-green);
  font-weight: 700;
  border-left: 2px solid var(--accent-green);
}