/* ============================================
   NEXUS GAMING THEME — Premium Navy Dark — v2
   ============================================ */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* ---- Root Overrides ---- */
:root {
  --ng-navy-900: #050b18;
  --ng-navy-800: #080f1f;
  --ng-navy-700: #0a1228;
  --ng-navy-600: #0d1630;
  --ng-navy-500: #112040;
  --ng-navy-400: #1a2d54;
  --ng-cyan: #00d4ff;
  --ng-cyan-dim: rgba(0, 212, 255, 0.12);
  --ng-cyan-glow: rgba(0, 212, 255, 0.35);
  --ng-cyan-rgb: 0, 212, 255;
  --ng-purple: #7b5ea7;
  --ng-gold: #f0c040;
  --ng-text-muted: rgba(180, 200, 230, 0.55);
  --ng-border: rgba(0, 212, 255, 0.1);
  --ng-border-hover: rgba(0, 212, 255, 0.35);
  --ng-glass: rgba(10, 20, 50, 0.6);
  --ng-glass-light: rgba(15, 30, 70, 0.5);
  --ng-radius: 12px;
  --ng-radius-lg: 18px;
  --ng-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --bs-font-sans-serif: 'Inter', sans-serif;
}

/* ---- Body & Background ---- */
body {
  background-color: var(--ng-navy-800);
  color: #dde8f5;
  font-family: 'Inter', sans-serif;
  letter-spacing: -0.01em;
}

/* Animated grid background */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -2;
  background-color: var(--ng-navy-800);
  background-image:
    linear-gradient(rgba(0,212,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,212,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

/* Radial ambient glow */
body::after {
  content: '';
  position: fixed;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(0,212,255,0.06) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
}

/* ---- Bootstrap Color Overrides ---- */
:root {
  --bs-primary: var(--ng-cyan);
  --bs-primary-rgb: var(--ng-cyan-rgb);
  --bs-link-color: var(--ng-cyan);
  --bs-body-bg: var(--ng-navy-800);
  --bs-body-bg-rgb: 8, 15, 31;
  --bs-gray-bg: var(--ng-navy-600);
  --bs-gray-bg-rgb: 13, 22, 48;
  --bs-border-color: var(--ng-border);
  --bs-border-radius: var(--ng-radius);
  --bs-body-color: #dde8f5;
}

/* ---- Buttons ---- */
.btn-primary {
  --bs-btn-bg: var(--ng-cyan);
  --bs-btn-border-color: var(--ng-cyan);
  --bs-btn-hover-bg: #00b8dd;
  --bs-btn-hover-border-color: #00b8dd;
  --bs-btn-active-bg: #009cbf;
  --bs-btn-active-border-color: #009cbf;
  --bs-btn-color: #020d1f;
  --bs-btn-hover-color: #020d1f;
  --bs-btn-active-color: #020d1f;
  --bs-btn-disabled-bg: var(--ng-cyan);
  --bs-btn-disabled-border-color: var(--ng-cyan);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.3);
  transition: var(--ng-transition);
}

.btn-primary:hover {
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.55);
  transform: translateY(-1px);
}

.btn-outline-primary {
  --bs-btn-color: var(--ng-cyan);
  --bs-btn-border-color: var(--ng-border-hover);
  --bs-btn-hover-bg: var(--ng-cyan-dim);
  --bs-btn-hover-color: var(--ng-cyan);
  --bs-btn-hover-border-color: var(--ng-cyan);
  --bs-btn-active-bg: var(--ng-cyan-dim);
  --bs-btn-active-border-color: var(--ng-cyan);
  --bs-btn-active-color: var(--ng-cyan);
  --bs-btn-disabled-color: var(--ng-cyan);
  --bs-btn-disabled-border-color: var(--ng-border);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: var(--ng-transition);
}

.btn-outline-primary:hover {
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
}

.btn-sm {
  font-size: 0.72rem;
  padding: 0.35rem 0.75rem;
}

/* ---- Announcement ---- */
.announcement {
  background: linear-gradient(90deg, var(--ng-navy-700), var(--ng-navy-500), var(--ng-navy-700));
  border-bottom: 1px solid var(--ng-border);
  color: var(--ng-cyan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.6rem 0;
}

.announcement a {
  color: var(--ng-cyan);
}

/* ---- Navbar ---- */
.navbar {
  background: rgba(5, 11, 24, 0.85) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--ng-border) !important;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
}

.navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: #fff;
  gap: 0.75rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--ng-border);
}

.navbar .navbar-brand span {
  background: linear-gradient(135deg, #fff 30%, var(--ng-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.navbar .navbar-brand img {
  max-height: 2.5rem;
}

.navbar .nav-link {
  color: rgba(200, 220, 245, 0.75) !important;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.25rem !important;
  position: relative;
  transition: var(--ng-transition);
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--ng-cyan);
  border-radius: 1px;
  transform: scaleX(0);
  transition: var(--ng-transition);
}

.navbar .nav-link:hover,
.navbar .nav-link.active,
.navbar .nav-item a.nav-link.active {
  color: #fff !important;
}

.navbar .nav-link:hover::after,
.navbar .nav-item a.nav-link.active::after {
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 1.75rem;
  }
}

/* ---- Hero Animated Background ---- */
.hero {
  position: relative;
  background-color: var(--ng-navy-900) !important;
  background-image: none !important;
  overflow: visible;
  min-height: 100vh;
}

/* Animated grid */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.06) 1px, transparent 1px);
  background-size: 50px 50px;
  animation: grid-move 20s linear infinite;
  pointer-events: none;
}

@keyframes grid-move {
  0%   { background-position: 0 0; }
  100% { background-position: 50px 50px; }
}

.hero .bg-overlay {
  background: linear-gradient(
    135deg,
    rgba(5, 11, 24, 0.97) 0%,
    rgba(8, 15, 40, 0.88) 50%,
    rgba(5, 11, 24, 0.97) 100%
  );
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Bottom fade */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, transparent, var(--ng-navy-800));
  z-index: 1;
  pointer-events: none;
}

.hero .container {
  z-index: 3;
}

.hero-glow-1,
.hero-glow-2 {
  z-index: 2;
}

.hero .content h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff 40%, var(--ng-cyan) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1.25rem;
}

.hero .content p {
  color: rgba(180, 200, 230, 0.65);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hero .content .stats {
  background: var(--ng-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  padding: 1rem 1.5rem;
}

.hero .content .stats div .value {
  color: var(--ng-cyan);
  font-weight: 800;
  font-size: 1.25rem;
}

.hero .content .stats div .label {
  color: var(--ng-text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Hero searchbar */
.hero .fake-searchbar input,
.hero .search-modal .searchbar input {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  color: #fff;
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding-left: 3.5rem;
  font-size: 0.9rem;
}

.hero .fake-searchbar input:focus,
.hero .search-modal .searchbar input:focus {
  border-color: var(--ng-cyan);
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
  background: var(--ng-glass);
  color: #fff;
}

.hero .fake-searchbar svg,
.hero .search-modal .searchbar svg {
  fill: var(--ng-cyan);
  width: 1.1rem;
  height: 1.1rem;
}

/* ---- Section Titles ---- */
.section-title h1,
.section-title h2 {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  position: relative;
}

.section-title h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.4rem;
  background: var(--ng-cyan);
  border-radius: 2px;
  margin-right: 0.75rem;
  vertical-align: middle;
  box-shadow: 0 0 10px var(--ng-cyan-glow);
}

.section-title p {
  color: var(--ng-text-muted);
  font-size: 0.82rem;
}

.section-subtitle p {
  color: var(--ng-text-muted);
  font-size: 0.9rem;
}

/* ---- Product Cards ---- */
.products .card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  transition: var(--ng-transition);
  overflow: hidden;
}

.products .card:hover {
  transform: translateY(-6px);
  border-color: var(--ng-border-hover);
  box-shadow:
    0 0 0 1px rgba(0,212,255,0.15),
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(0, 212, 255, 0.08);
}

.products .card .card-img-top {
  background: var(--ng-navy-700);
  border-radius: var(--ng-radius-lg) var(--ng-radius-lg) 0 0;
  overflow: hidden;
}

.products .card .card-img-top img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.products .card:hover .card-img-top img {
  transform: scale(1.05);
}

.products .card .card-body {
  padding: 1rem 1.25rem 1.25rem;
}

.products .card .card-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #e8f0ff;
  letter-spacing: -0.01em;
  margin-bottom: 0;
}

.products .card .info {
  color: var(--ng-text-muted);
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.products .card .info .price {
  color: var(--ng-cyan);
  font-weight: 700;
  font-size: 0.9rem;
}

.products .card .info .text-primary {
  color: var(--ng-text-muted) !important;
  font-size: 0.75rem;
}

.products .card .card-img-top .overlay {
  background: linear-gradient(to top, rgba(5,11,24,0.85) 0%, transparent 100%);
  bottom: 0;
  opacity: 0;
  padding-bottom: 0.75rem;
}

.products .card:hover .card-img-top .overlay {
  opacity: 1;
  bottom: 0;
}

.products .card .card-img-top .badges div {
  background: rgba(0,212,255,0.15);
  border: 1px solid rgba(0,212,255,0.3);
  color: var(--ng-cyan);
  font-size: 0.65rem;
  border-radius: 4px;
  backdrop-filter: blur(8px);
}

/* ---- Category Cards ---- */
.categories .card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  transition: var(--ng-transition);
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.categories .card:hover {
  border-color: var(--ng-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4), 0 0 20px rgba(0,212,255,0.08);
}

.categories .card .card-body {
  padding: 1.25rem;
}

.categories .card .card-title {
  font-weight: 700;
  font-size: 1rem;
  color: #e8f0ff;
  margin-bottom: 0.4rem;
}

.categories .card .card-text {
  font-size: 0.8rem;
  color: var(--ng-text-muted);
  margin-bottom: 1rem;
}

.categories .card .card-img-top {
  background: var(--ng-navy-700);
  overflow: hidden;
}

.categories .card .card-img-top img {
  transition: transform 0.5s ease;
}

.categories .card:hover .card-img-top img {
  transform: scale(1.05);
}

/* ---- Features ---- */
.features .list .feature {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  transition: var(--ng-transition);
  padding: 2rem 1.5rem;
  text-align: center;
}

.features .list .feature:hover {
  border-color: var(--ng-border-hover);
  box-shadow: 0 0 30px rgba(0,212,255,0.08);
  transform: translateY(-4px);
}

.features .list .feature i {
  font-size: 2.5rem;
  color: var(--ng-cyan);
  margin-bottom: 1.25rem;
  display: block;
  text-shadow: 0 0 20px rgba(0,212,255,0.5);
}

.features .list .feature .title {
  font-size: 1rem;
  font-weight: 700;
  color: #e8f0ff;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.features .list .feature .description {
  font-size: 0.82rem;
  color: var(--ng-text-muted);
  line-height: 1.65;
  padding: 0;
}

/* ---- Testimonials / Feedbacks ---- */
.testimonial {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  transition: var(--ng-transition);
  height: 100%;
}

.testimonial:hover {
  border-color: var(--ng-border-hover);
  box-shadow: 0 0 24px rgba(0,212,255,0.06);
}

.testimonial .header {
  padding: 1.25rem 1.25rem 0;
}

.testimonial .header .quote {
  color: rgba(0,212,255,0.2);
}

.testimonial .stars svg {
  width: 0.9rem;
  height: 0.9rem;
}

.testimonial .content {
  padding: 0.75rem 1.25rem;
}

.testimonial .content .message p {
  font-size: 0.85rem;
  color: rgba(200, 220, 245, 0.8);
  line-height: 1.6;
}

.testimonial .content .reply {
  background: rgba(0,212,255,0.04);
  border-left: 2px solid var(--ng-cyan);
  border-radius: 0 var(--ng-radius) var(--ng-radius) 0;
  padding: 0.75rem 1rem;
  border-top-left-radius: var(--ng-radius);
}

.testimonial .content .reply .text {
  border-left: none;
  color: rgba(200, 220, 245, 0.7);
  font-size: 0.82rem;
}

.testimonial .footer {
  background: rgba(0,0,0,0.2);
  border-top: 1px solid var(--ng-border);
  color: var(--ng-text-muted);
  font-size: 0.75rem;
  padding: 0.65rem 1.25rem;
  border-radius: 0 0 var(--ng-radius-lg) var(--ng-radius-lg);
}

.testimonial .footer .date {
  color: var(--ng-cyan);
}

/* ---- Socials ---- */
.socials {
  background: transparent;
  padding: 4rem 0;
}

.socials .list .social {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  padding: 1rem 1.25rem;
  color: #dde8f5;
  text-decoration: none;
  transition: var(--ng-transition);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--bs-gutter-x);
}

.socials .list .social:hover {
  border-color: var(--ng-border-hover);
  box-shadow: 0 0 24px rgba(0,212,255,0.1);
  color: var(--ng-cyan);
  transform: translateX(4px);
}

.socials .list .social .left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 0.9rem;
}

.socials .list .social .left svg {
  background: var(--ng-cyan-dim);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 8px;
  padding: 0.4rem;
  color: var(--ng-cyan);
}

/* ---- FAQ ---- */
.faq .accordion {
  --bs-accordion-btn-bg: var(--ng-glass);
  --bs-accordion-active-bg: var(--ng-glass);
  --bs-accordion-border-color: var(--ng-border);
  --bs-accordion-inner-border-radius: var(--ng-radius);
  --bs-accordion-active-color: var(--ng-cyan);
  --bs-accordion-btn-focus-border-color: var(--ng-cyan);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-btn-color: #e8f0ff;
  --bs-accordion-color: rgba(200, 220, 245, 0.8);
}

.faq.bg-block-secondary .accordion {
  --bs-accordion-btn-bg: rgba(8, 15, 31, 0.7);
  --bs-accordion-active-bg: rgba(8, 15, 31, 0.7);
}

.faq .accordion-item {
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius) !important;
  background: var(--ng-glass);
  backdrop-filter: blur(8px);
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq .accordion-button {
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.faq .accordion-button::after {
  filter: invert(80%) sepia(50%) saturate(300%) hue-rotate(160deg);
}

/* ---- Footer ---- */
footer.footer {
  background: rgba(5, 11, 24, 0.95);
  border-top: 1px solid var(--ng-border);
  backdrop-filter: blur(20px);
  position: relative;
}

footer.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ng-cyan), transparent);
}

.footer h5 {
  color: var(--ng-cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer .nav li a {
  color: var(--ng-text-muted);
  font-size: 0.85rem;
  padding: 0.25rem 0;
  transition: var(--ng-transition);
}

.footer .nav li a:hover {
  color: var(--ng-cyan);
  padding-left: 0.5rem;
}

.footer .logo p {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  background: linear-gradient(135deg, #fff, var(--ng-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Forms & Inputs ---- */
.form-control,
.form-select {
  background-color: var(--ng-glass) !important;
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  color: #dde8f5;
  font-size: 0.9rem;
  backdrop-filter: blur(8px);
}

.form-control:focus,
.form-select:focus {
  background-color: var(--ng-glass-light) !important;
  border-color: var(--ng-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.15) !important;
  color: #fff;
}

.form-control::placeholder {
  color: var(--ng-text-muted);
}

.form-control:disabled,
.form-select:disabled {
  background-color: rgba(5, 11, 24, 0.5) !important;
  opacity: 0.5;
}

/* ---- Product Page ---- */
.product-wrapper {
  min-height: calc(100vh - 280px);
}

.product-wrapper h1.display-6 {
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
  color: #fff;
}

.product-wrapper .badges div,
.product-wrapper .badges a {
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.25);
  color: var(--ng-cyan);
  border-radius: 6px;
  font-size: 0.75rem;
}

.product-wrapper .thumbnails button {
  border-radius: var(--ng-radius);
  border: 1px solid var(--ng-border);
  transition: var(--ng-transition);
}

.product-wrapper .thumbnails button.active,
.product-wrapper .thumbnails button:hover {
  border-color: var(--ng-cyan);
  box-shadow: 0 0 12px rgba(0,212,255,0.2);
}

/* Variants */
.variants .variant {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius);
  transition: var(--ng-transition);
  color: #dde8f5;
}

.variants .variant:hover {
  border-color: var(--ng-border-hover) !important;
  background: var(--ng-glass-light);
}

.variants .variant.active {
  border-color: var(--ng-cyan) !important;
  background: var(--ng-cyan-dim);
  box-shadow: 0 0 16px rgba(0,212,255,0.12);
}

.variants .variant .price {
  background: rgba(0,212,255,0.08);
  color: var(--ng-cyan);
  border-radius: 6px;
  font-weight: 600;
}

.variants .variant .stock {
  color: var(--ng-text-muted);
}

/* ---- Cart ---- */
.cart .product,
.cart .form {
  background: var(--ng-glass) !important;
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
}

.cart-item-bg {
  background: rgba(0,212,255,0.02) !important;
  border-color: var(--ng-border) !important;
}

.cart-qty-btn {
  background: rgba(0,212,255,0.08) !important;
  border: 1px solid var(--ng-border);
  color: #dde8f5;
  border-radius: 6px;
  transition: var(--ng-transition);
}

.cart-qty-btn:hover:not(:disabled) {
  background: var(--ng-cyan-dim) !important;
  border-color: var(--ng-cyan);
  color: var(--ng-cyan);
}

.cart-qty-input {
  background: rgba(0,212,255,0.04) !important;
  border-color: var(--ng-border) !important;
  color: #fff !important;
}

.cart-short-desc {
  color: var(--ng-text-muted);
  font-size: 0.75rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 320px;
}

.cart-unit-price-text {
  font-size: 0.72rem;
  color: var(--ng-text-muted);
  white-space: nowrap;
}

.cart-info-col {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.cart-product-link {
  white-space: normal;
  word-break: break-word;
  line-height: 1.3;
  font-size: 0.92rem;
}

/* Cart image fixed size */
.cart-item-left {
  min-width: 0;
}

.cart-item-image-wrap {
  width: 140px;
  min-width: 140px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0.5rem 0 0.5rem 0.5rem;
}

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

@media (min-width: 576px) {
  .cart-item-image-wrap {
    width: 160px;
    min-width: 160px;
    height: 110px;
    margin: 0.75rem 0 0.75rem 0.75rem;
  }
}

/* Quantity controls — redesigned */
.cart-qty-wrapper {
  display: flex;
  align-items: center;
  background: rgba(0, 212, 255, 0.04);
  border: 1px solid var(--ng-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.cart-qty-wrapper:focus-within {
  border-color: var(--ng-cyan);
  box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.12);
}

.cart-qty-btn-new {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  color: var(--ng-cyan);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}

.cart-qty-btn-new:hover:not(:disabled) {
  background: var(--ng-cyan-dim);
  color: #fff;
}

.cart-qty-btn-new:disabled {
  color: rgba(0, 212, 255, 0.25);
  cursor: not-allowed;
}

.cart-qty-input-new {
  width: 42px;
  height: 36px;
  background: transparent;
  border: none;
  border-left: 1px solid var(--ng-border);
  border-right: 1px solid var(--ng-border);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  outline: none;
  -moz-appearance: textfield;
}

.cart-qty-input-new::-webkit-inner-spin-button,
.cart-qty-input-new::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 575px) {
  .cart-short-desc {
    max-width: 100%;
    -webkit-line-clamp: 2;
  }
  .cart-product-link {
    font-size: 0.85rem;
  }
  .cart-item-image-wrap {
    width: 110px;
    min-width: 110px;
    height: 80px;
    margin: 0.5rem 0 0.5rem 0.5rem;
  }
  .cart-qty-btn-new {
    width: 32px;
    height: 32px;
  }
  .cart-qty-input-new {
    width: 36px;
    height: 32px;
    font-size: 0.85rem;
  }
}

/* ---- Pagination ---- */
.pagination {
  --bs-pagination-active-bg: var(--ng-cyan);
  --bs-pagination-active-border-color: var(--ng-cyan);
  --bs-pagination-color: var(--ng-text-muted);
  --bs-pagination-bg: var(--ng-glass);
  --bs-pagination-border-color: var(--ng-border);
  --bs-pagination-hover-bg: var(--ng-cyan-dim);
  --bs-pagination-hover-border-color: var(--ng-border-hover);
  --bs-pagination-hover-color: var(--ng-cyan);
}

.pagination .page-item:not(.active) .page-link {
  background-color: var(--ng-glass);
  border-color: var(--ng-border);
  color: var(--ng-text-muted);
}

/* ---- Status Page ---- */
.status-card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  transition: var(--ng-transition);
}

.status-card:hover {
  border-color: var(--ng-border-hover);
}

.status-card h3 {
  color: #e8f0ff;
  font-weight: 700;
  font-size: 1rem;
}

/* ---- Modals ---- */
.modal-content {
  background: var(--ng-navy-700);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(20px);
  box-shadow: 0 40px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(0,212,255,0.08);
}

.modal-header {
  border-bottom: 1px solid var(--ng-border);
  padding: 1.25rem 1.5rem;
}

.modal-footer {
  border-top: 1px solid var(--ng-border);
}

.modal-title {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.btn-close {
  filter: invert(1) brightness(0.7);
}

.btn-close:hover {
  filter: invert(60%) sepia(80%) saturate(400%) hue-rotate(160deg);
}

/* ---- Search Modal ---- */
.hero .search-modal .modal-content {
  background: var(--ng-navy-700);
}

.hero .search-modal .product {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  padding: 0.75rem;
  transition: var(--ng-transition);
  color: #dde8f5;
}

.hero .search-modal .product:hover {
  border-color: var(--ng-border-hover);
  background: var(--ng-glass-light);
}

.hero .search-modal .product .text {
  color: #dde8f5;
}

.hero .search-modal .product .image {
  background: var(--ng-navy-700);
  border-radius: var(--ng-radius);
  border: 1px solid var(--ng-border);
}

/* ---- Notification Popup ---- */
.notification-container {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
}

.notification-popup {
  background: var(--ng-glass);
  backdrop-filter: blur(20px);
  border: 1px solid var(--ng-border-hover);
  border-radius: var(--ng-radius-lg);
  padding: 1rem;
  max-width: 280px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 20px rgba(0,212,255,0.08);
}

.notification-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.notification-image-container img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--ng-border);
}

.notification-text-primary {
  font-size: 0.72rem;
  color: var(--ng-text-muted);
  margin: 0;
}

.notification-text-secondary {
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  margin: 0.15rem 0;
}

.notification-text-tertiary {
  font-size: 0.7rem;
  color: var(--ng-cyan);
  margin: 0;
}

/* ---- Misc / Utility ---- */
.bg-block-primary {
  background-color: transparent;
}

.bg-block-secondary {
  background-color: rgba(5, 11, 24, 0.5);
}

.text-primary {
  color: var(--ng-cyan) !important;
}

.stock-indicator {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Progress bars */
.progress {
  background: rgba(0,212,255,0.08);
  border: 1px solid var(--ng-border);
}

.progress-bar {
  background: linear-gradient(90deg, var(--ng-cyan), #7b5ea7);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--ng-navy-800);
}

::-webkit-scrollbar-thumb {
  background: rgba(0,212,255,0.25);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0,212,255,0.45);
}

/* ---- Customer Dashboard Sidebar ---- */
.customer-sidebar .nav-link {
  border-radius: var(--ng-radius);
  transition: var(--ng-transition);
  color: var(--ng-text-muted);
  font-size: 0.85rem;
  font-weight: 500;
}

.customer-sidebar .nav-link:hover,
.customer-sidebar .nav-link.active {
  background: var(--ng-cyan-dim);
  color: var(--ng-cyan);
  border-color: var(--ng-border-hover) !important;
}

/* ---- Text blocks ---- */
.text-block,
.text-image-block,
.text-video-block {
  padding: 4rem 0;
}

.text-block h1,
.text-block h2,
.text-image-block h1,
.text-image-block h2,
.text-video-block h1,
.text-video-block h2 {
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* ---- List group ---- */
.list-group-item {
  background: var(--ng-glass);
  border-color: var(--ng-border);
  color: #dde8f5;
}

/* ---- Badges ---- */
.badge {
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* Choices.js (currency selector) */
.choices {
  font-size: 0.82rem;
}

.choices__inner {
  background-color: var(--ng-glass) !important;
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius) !important;
  color: #dde8f5;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: var(--ng-navy-600) !important;
  border: 1px solid var(--ng-border) !important;
  border-radius: var(--ng-radius) !important;
}

.choices__item--selectable.is-highlighted {
  background-color: var(--ng-cyan-dim) !important;
  color: var(--ng-cyan) !important;
}

/* ---- Hero Decorative Glows ---- */
.hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  filter: blur(80px);
  opacity: 0.4;
}

.hero-glow-1 {
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(0, 212, 255, 0.15), transparent 70%);
  top: -100px;
  right: -100px;
  animation: float-glow 8s ease-in-out infinite;
}

.hero-glow-2 {
  width: 400px;
  height: 300px;
  background: radial-gradient(ellipse, rgba(123, 94, 167, 0.2), transparent 70%);
  bottom: 0;
  left: -50px;
  animation: float-glow 10s ease-in-out infinite reverse;
}

@keyframes float-glow {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}

/* Hero CTA button specific */
.hero .btn-primary {
  padding: 0.8rem 2.5rem;
  font-size: 0.85rem;
  border-radius: 50px;
  letter-spacing: 0.08em;
}

.hero .btn-primary svg {
  transition: transform 0.3s ease;
}

.hero .btn-primary:hover svg {
  transform: translateX(4px);
}

/* ---- Product Page Carousel ---- */
.product-wrapper .carousel img {
  border-radius: var(--ng-radius-lg);
  border: 1px solid var(--ng-border);
}

/* ---- Image Gallery ---- */
.image-gallery .row img {
  border: 1px solid var(--ng-border);
  transition: var(--ng-transition);
}

.image-gallery .row img:hover {
  border-color: var(--ng-border-hover);
  box-shadow: 0 0 20px rgba(0,212,255,0.12);
}

/* ---- Blog Cards ---- */
.blog-post-card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  overflow: hidden;
  transition: var(--ng-transition);
}

.blog-post-card:hover {
  border-color: var(--ng-border-hover);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}

/* ---- Responsive tweaks ---- */
@media (max-width: 768px) {
  .hero .content h1 {
    font-size: 2rem;
  }

  .hero-glow-1,
  .hero-glow-2 {
    opacity: 0.2;
  }
}

/* ---- Hero Browse Button ---- */
.hero-browse-btn-wrapper {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}

.hero-browse-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2.5rem;
  background: linear-gradient(135deg, rgba(0,212,255,0.12), rgba(0,212,255,0.05));
  border: 1px solid rgba(0, 212, 255, 0.45);
  border-radius: 50px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow:
    0 0 20px rgba(0, 212, 255, 0.1),
    inset 0 1px 0 rgba(255,255,255,0.06);
}

/* Animated shine sweep */
.hero-browse-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 212, 255, 0.15),
    transparent
  );
  transform: skewX(-15deg);
  transition: left 0.6s ease;
}

.hero-browse-btn:hover::before {
  left: 160%;
}

.hero-browse-btn:hover {
  color: var(--ng-cyan);
  border-color: var(--ng-cyan);
  background: linear-gradient(135deg, rgba(0,212,255,0.18), rgba(0,212,255,0.08));
  box-shadow:
    0 0 30px rgba(0, 212, 255, 0.25),
    0 0 60px rgba(0, 212, 255, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.1);
  transform: translateY(-2px);
}

.hero-browse-btn svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.hero-browse-btn .arrow {
  transition: transform 0.3s ease;
}

.hero-browse-btn:hover .arrow {
  transform: translateX(4px);
}

/* ---- Hero Social Buttons ---- */
.hero-social-btns {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.hero-social-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.hero-social-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  flex-shrink: 0;
}

/* Discord — indigo tonu */
.hero-social-btn--discord {
  background: rgba(88, 101, 242, 0.12);
  border-color: rgba(88, 101, 242, 0.35);
  color: #8b9bff;
}

.hero-social-btn--discord:hover {
  background: rgba(88, 101, 242, 0.22);
  border-color: rgba(88, 101, 242, 0.7);
  color: #fff;
  box-shadow: 0 0 20px rgba(88, 101, 242, 0.25);
  transform: translateY(-2px);
}

/* Telegram — mavi tonu */
.hero-social-btn--telegram {
  background: rgba(0, 136, 204, 0.12);
  border-color: rgba(0, 136, 204, 0.35);
  color: #4db8ff;
}

.hero-social-btn--telegram:hover {
  background: rgba(0, 136, 204, 0.22);
  border-color: rgba(0, 136, 204, 0.7);
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 136, 204, 0.25);
  transform: translateY(-2px);
}

/* ---- Hero v2 — Premium Gaming Marketplace ---- */
.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5rem 1.5rem 4rem;
  z-index: 3;
  position: relative;
}

.hero-heading {
  margin-bottom: 1.25rem;
  line-height: 1.05;
}

.hero-heading-line1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.04em;
}

.hero-heading-line2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(90deg, #00d4ff 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

.hero-subtitle {
  max-width: 560px;
  color: rgba(180, 200, 235, 0.7);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 2rem;
  font-weight: 400;
}

/* New searchbar */
.hero-search-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 580px;
  background: rgba(10, 20, 50, 0.7);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 50px;
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  gap: 0.75rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  margin-bottom: 1.75rem;
}

.hero-search-wrap:hover {
  border-color: rgba(0,212,255,0.45);
  box-shadow: 0 0 24px rgba(0,212,255,0.1);
}

.hero-search-wrap > svg {
  width: 1.1rem;
  height: 1.1rem;
  color: rgba(0,212,255,0.6);
  flex-shrink: 0;
}

.hero-search-wrap input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: rgba(200,220,245,0.6);
  font-size: 0.9rem;
  font-family: inherit;
  pointer-events: none;
}

.hero-search-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--ng-cyan);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero-search-btn:hover {
  background: #00b8dd;
  box-shadow: 0 0 16px rgba(0,212,255,0.4);
}

.hero-search-btn svg {
  width: 1rem;
  height: 1rem;
  color: #020d1f;
}

/* Category buttons */
.hero-cat-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.hero-cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1.2rem;
  background: rgba(10, 20, 50, 0.6);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 50px;
  color: rgba(200,220,245,0.85);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.hero-cat-btn img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: cover;
  border-radius: 3px;
}

.hero-cat-btn:hover {
  border-color: rgba(0,212,255,0.5);
  color: #fff;
  background: rgba(0,212,255,0.1);
  box-shadow: 0 0 16px rgba(0,212,255,0.12);
  transform: translateY(-2px);
}

/* Stats */
.hero-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(10,20,50,0.6);
  border: 1px solid rgba(0,212,255,0.12);
  border-radius: var(--ng-radius);
  padding: 1rem 2rem;
  backdrop-filter: blur(12px);
  margin-bottom: 1rem;
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-stat-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ng-cyan);
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.hero-stat-label {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(180,200,235,0.5);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 0.15rem;
}

/* ---- Game Category Cards ---- */
.game-cat-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 220px;
  border-radius: var(--ng-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ng-border);
  transition: var(--ng-transition);
  cursor: pointer;
}

.game-cat-card:hover {
  border-color: var(--ng-border-hover);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 30px rgba(0,212,255,0.1);
}

.game-cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.game-cat-card:hover .game-cat-bg {
  transform: scale(1.07);
}

.game-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5,11,24,0.3) 0%,
    rgba(5,11,24,0.92) 100%
  );
  z-index: 1;
}

/* No image fallback */
.game-cat-card:not(:has(.game-cat-bg)) {
  background: var(--ng-glass);
}

.game-cat-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: var(--ng-transition);
}

.game-cat-card:hover .game-cat-logo {
  transform: translate(-50%, -65%);
}

.game-logo-img {
  max-height: 70px;
  max-width: 200px;
  object-fit: contain;
  filter: drop-shadow(0 0 20px rgba(0,212,255,0.3));
}

.game-logo-valorant {
  filter: drop-shadow(0 0 16px rgba(255,70,84,0.5)) brightness(1.1);
  max-height: 55px;
}

.game-logo-fortnite {
  filter: drop-shadow(0 0 16px rgba(130,80,255,0.6)) brightness(1.1);
  max-height: 70px;
}

.game-cat-name-big {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  text-shadow: 0 0 30px rgba(0,212,255,0.4);
}

.game-cat-info {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.game-cat-label {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.game-cat-desc {
  font-size: 0.75rem;
  color: rgba(180,200,235,0.6);
  line-height: 1.4;
}

.game-cat-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ng-cyan);
  margin-top: 0.4rem;
  transition: gap 0.3s ease;
}

.game-cat-cta svg {
  width: 0.85rem;
  height: 0.85rem;
  transition: transform 0.3s ease;
}

.game-cat-card:hover .game-cat-cta svg {
  transform: translateX(4px);
}

/* ---- Hero Game Buttons ---- */
.hero-game-btns {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  margin-top: -0.5rem;
}

.hero-game-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 2rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero-game-btn img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

/* Shine sweep */
.hero-game-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: skewX(-15deg);
  transition: left 0.5s ease;
}

.hero-game-btn:hover::before {
  left: 160%;
}

/* Fortnite — mor/mavi */
.hero-game-btn--fortnite {
  background: linear-gradient(135deg, rgba(80,40,200,0.18), rgba(40,10,120,0.12));
  border-color: rgba(120,80,255,0.4);
  color: #c4aaff;
}

.hero-game-btn--fortnite img {
  filter: drop-shadow(0 0 6px rgba(120,80,255,0.7)) brightness(1.2);
}

.hero-game-btn--fortnite:hover {
  background: linear-gradient(135deg, rgba(80,40,200,0.28), rgba(40,10,120,0.2));
  border-color: rgba(120,80,255,0.75);
  color: #fff;
  box-shadow: 0 0 24px rgba(100,60,220,0.3);
  transform: translateY(-2px);
}

/* Valorant — kırmızı/pembe */
.hero-game-btn--valorant {
  background: linear-gradient(135deg, rgba(200,30,50,0.15), rgba(120,10,30,0.1));
  border-color: rgba(255,70,84,0.4);
  color: #ffaaaf;
}

.hero-game-btn--valorant img {
  filter: drop-shadow(0 0 6px rgba(255,70,84,0.6)) brightness(1.2);
}

.hero-game-btn--valorant:hover {
  background: linear-gradient(135deg, rgba(200,30,50,0.25), rgba(120,10,30,0.18));
  border-color: rgba(255,70,84,0.75);
  color: #fff;
  box-shadow: 0 0 24px rgba(220,40,60,0.3);
  transform: translateY(-2px);
}

/* Hero game button SVG icon */
.hero-game-icon {
  width: 1.6rem;
  height: 1.6rem;
  flex-shrink: 0;
  border-radius: 4px;
}

.hero-game-icon--fortnite {
  filter: drop-shadow(0 0 6px rgba(120,80,255,0.8));
}

/* Roblox — mavi */
.hero-game-btn--roblox {
  background: linear-gradient(135deg, rgba(0,112,243,0.15), rgba(0,60,160,0.1));
  border-color: rgba(0,112,243,0.4);
  color: #70b8ff;
}

.hero-game-btn--roblox .hero-game-icon--roblox {
  filter: drop-shadow(0 0 6px rgba(0,112,243,0.7));
}

.hero-game-btn--roblox:hover {
  background: linear-gradient(135deg, rgba(0,112,243,0.28), rgba(0,60,160,0.2));
  border-color: rgba(0,112,243,0.8);
  color: #fff;
  box-shadow: 0 0 24px rgba(0,112,243,0.35);
  transform: translateY(-2px);
}

/* Brawl Stars — sarı */
.hero-game-btn--brawlstars {
  background: linear-gradient(135deg, rgba(255,215,0,0.15), rgba(255,165,0,0.1));
  border-color: rgba(255,215,0,0.4);
}

.hero-game-btn--brawlstars:hover {
  background: linear-gradient(135deg, rgba(255,215,0,0.28), rgba(255,165,0,0.2));
  border-color: rgba(255,215,0,0.8);
  box-shadow: 0 0 24px rgba(255,215,0,0.35);
  transform: translateY(-2px);
}

/* ============================================
   MARQUEE TICKER
   ============================================ */
.ng-marquee {
  overflow: hidden;
  background: rgba(0, 212, 255, 0.04);
  border-top: 1px solid var(--ng-border);
  border-bottom: 1px solid var(--ng-border);
  padding: 0.7rem 0;
  white-space: nowrap;
}

.ng-marquee-track {
  display: flex;
}

.ng-marquee-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: 1.5rem;
  animation: marquee-scroll 30s linear infinite;
  flex-shrink: 0;
}

.ng-marquee-content span {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(180, 200, 235, 0.6);
  white-space: nowrap;
}

.ng-marquee-content span i {
  color: var(--ng-cyan);
  margin-right: 0.4rem;
}

.ng-marquee-dot {
  color: rgba(0, 212, 255, 0.3) !important;
  font-size: 1rem !important;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.ng-marquee:hover .ng-marquee-content {
  animation-play-state: paused;
}

/* ============================================
   STATS COUNTER BANNER
   ============================================ */
.ng-stats-banner {
  padding: 4rem 0;
}

.ng-stats-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(12px);
  overflow: hidden;
  flex-wrap: wrap;
}

.ng-stat-item {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
  position: relative;
  transition: var(--ng-transition);
}

.ng-stat-item:hover {
  background: rgba(0, 212, 255, 0.04);
}

.ng-stat-icon {
  font-size: 1.5rem;
  color: var(--ng-cyan);
  margin-bottom: 0.75rem;
  text-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
}

.ng-stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff 40%, var(--ng-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ng-stat-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ng-text-muted);
}

.ng-stat-divider {
  width: 1px;
  height: 60px;
  background: var(--ng-border);
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ng-stat-divider { display: none; }
  .ng-stat-item { min-width: 50%; border-bottom: 1px solid var(--ng-border); }
  .ng-stat-item:last-child, .ng-stat-item:nth-last-child(2) { border-bottom: none; }
  .ng-stat-number { font-size: 2rem; }
}

/* ============================================
   SON SATIŞ BİLDİRİMİ POPUP
   ============================================ */
.ng-sale-popup {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 9999;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  pointer-events: none;
}

.ng-sale-popup--in {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.ng-sale-popup-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: rgba(8, 15, 40, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: var(--ng-radius-lg);
  padding: 0.85rem 1rem 0.85rem 1rem;
  min-width: 260px;
  max-width: 300px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 20px rgba(0,212,255,0.08);
}

.ng-sale-popup-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ng-cyan);
  font-size: 1rem;
}

.ng-sale-popup-text {
  flex: 1;
  min-width: 0;
}

.ng-sale-popup-title {
  font-size: 0.7rem;
  color: var(--ng-text-muted);
  margin: 0;
  letter-spacing: 0.03em;
}

.ng-sale-popup-product {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  margin: 0.1rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-sale-popup-time {
  font-size: 0.7rem;
  color: var(--ng-cyan);
  margin: 0;
  font-weight: 600;
}

.ng-sale-popup-close {
  background: none;
  border: none;
  color: var(--ng-text-muted);
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0.25rem;
  flex-shrink: 0;
  transition: color 0.2s ease;
  align-self: flex-start;
}

.ng-sale-popup-close:hover {
  color: #fff;
}

/* ============================================
   REFUND POLICY BANNER
   ============================================ */
.ng-refund-banner {
  background: rgba(0, 212, 255, 0.06);
  border-top: 1px solid rgba(0, 212, 255, 0.15);
  padding: 0.85rem 0;
}

.ng-refund-banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(180, 200, 235, 0.75);
}

.ng-refund-banner-inner i {
  color: var(--ng-cyan);
  margin-right: 0.35rem;
}

.ng-refund-sep {
  color: rgba(0,212,255,0.3);
}

@media (max-width: 576px) {
  .ng-refund-sep { display: none; }
  .ng-refund-banner-inner { flex-direction: column; gap: 0.4rem; text-align: center; }
}

/* ============================================
   SCROLL TO TOP
   ============================================ */
.ng-scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  z-index: 999;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  color: var(--ng-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.ng-scroll-top svg {
  width: 1.1rem;
  height: 1.1rem;
}

.ng-scroll-top--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.ng-scroll-top:hover {
  background: var(--ng-cyan-dim);
  border-color: var(--ng-cyan);
  box-shadow: 0 0 20px rgba(0,212,255,0.25);
  transform: translateY(-3px);
}

@media (max-width: 576px) {
  .ng-scroll-top {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* ============================================
   NAVBAR ACTIVE HIGHLIGHT
   ============================================ */
.navbar .nav-item a.nav-link.active,
.navbar .nav-link.active {
  color: var(--ng-cyan) !important;
}

.navbar .nav-link.active::after {
  transform: scaleX(1) !important;
}

/* ============================================
   PRODUCT STOCK ALERT
   ============================================ */
.ng-stock-alert {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255, 160, 0, 0.08);
  border: 1px solid rgba(255, 160, 0, 0.3);
  border-radius: var(--ng-radius);
  color: #ffb347;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 1rem;
  animation: ng-pulse-warn 2s ease-in-out infinite;
}

.ng-stock-alert i {
  color: #ff7c00;
}

.ng-stock-alert--out {
  background: rgba(255, 60, 60, 0.08);
  border-color: rgba(255, 60, 60, 0.3);
  color: #ff6b6b;
  animation: none;
}

.ng-stock-alert--out i {
  color: #ff4444;
}

@keyframes ng-pulse-warn {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,160,0,0); }
  50% { box-shadow: 0 0 12px rgba(255,160,0,0.2); }
}

/* ============================================
   SOLD OUT OVERLAY ON PRODUCT CARDS
   ============================================ */
.ng-soldout-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 24, 0.72);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--ng-radius-lg) var(--ng-radius-lg) 0 0;
  z-index: 2;
}

.ng-soldout-overlay span {
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50px;
  background: rgba(255,60,60,0.15);
}

/* ============================================
   PRODUCT PAGE — REDESIGN
   ============================================ */
.ng-product-img-wrap {
  border-radius: var(--ng-radius-lg);
  overflow: hidden;
  border: 1px solid var(--ng-border);
  background: var(--ng-navy-700);
}

.ng-product-img-wrap img {
  border-radius: 0;
  border: none;
}

.ng-product-title {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

/* Category tag */
.ng-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ng-cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  background: rgba(0,212,255,0.08);
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 50px;
  color: var(--ng-cyan);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: var(--ng-transition);
}

.ng-cat-tag:hover {
  background: rgba(0,212,255,0.15);
  border-color: var(--ng-cyan);
  color: var(--ng-cyan);
}

.ng-cat-tag i {
  font-size: 0.7rem;
}

.ng-product-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.85rem;
  background: rgba(var(--badge-color, 0,212,255), 0.1);
  border: 1px solid rgba(var(--badge-color, 0,212,255), 0.3);
  color: var(--badge-color, var(--ng-cyan));
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Price row */
.ng-price-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.ng-price {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #fff 30%, var(--ng-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Stock badge */
.ng-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ng-stock-badge--in {
  background: rgba(0,220,100,0.1);
  border: 1px solid rgba(0,220,100,0.3);
  color: #00dc64;
}

.ng-stock-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00dc64;
  box-shadow: 0 0 6px rgba(0,220,100,0.6);
  animation: ng-pulse-dot 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes ng-pulse-dot {
  0%,100% { box-shadow: 0 0 4px rgba(0,220,100,0.4); }
  50% { box-shadow: 0 0 10px rgba(0,220,100,0.8); }
}

.ng-stock-badge--out {
  background: rgba(255,60,60,0.1);
  border: 1px solid rgba(255,60,60,0.3);
  color: #ff6b6b;
}

.ng-stock-badge--hold {
  background: rgba(255,180,0,0.1);
  border: 1px solid rgba(255,180,0,0.3);
  color: #ffb347;
}

/* Buy buttons override */
.product-wrapper .buy-buttons .btn {
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.product-wrapper .buy-buttons .btn-primary {
  flex: 1;
}

/* Trust badges */
.ng-trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  margin-top: 1.25rem;
}

.ng-trust-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.85rem;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(180,200,235,0.75);
  backdrop-filter: blur(8px);
}

.ng-trust-badge i {
  color: var(--ng-cyan);
  font-size: 0.9rem;
  width: 1rem;
  text-align: center;
}

/* ============================================
   REVIEWS SECTION — REDESIGN
   ============================================ */
.ng-reviews-section {
  background: transparent;
}

/* Rating summary */
.ng-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  padding: 1.25rem 1.75rem;
  margin-bottom: 2rem;
  backdrop-filter: blur(12px);
}

.ng-reviews-score {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ng-reviews-score-number {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #FFD700, #ffaa00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.ng-reviews-score-right {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ng-reviews-stars {
  display: flex;
  gap: 2px;
}

.ng-reviews-count {
  font-size: 0.75rem;
  color: var(--ng-text-muted);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.ng-reviews-badges {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ng-reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.85rem;
  background: rgba(0,212,255,0.06);
  border: 1px solid var(--ng-border);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(180,200,235,0.7);
  letter-spacing: 0.04em;
}

.ng-reviews-badge i {
  color: var(--ng-cyan);
}

/* Review card */
.ng-review-card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  backdrop-filter: blur(8px);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: var(--ng-transition);
  position: relative;
}

/* Siyan accent top line */
.ng-review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.5), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.ng-review-card:hover {
  border-color: var(--ng-border-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

.ng-review-card:hover::before {
  opacity: 1;
}

.ng-review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem;
}

.ng-review-stars {
  display: flex;
  gap: 2px;
}

.ng-review-quote {
  width: 1.6rem;
  height: 1.6rem;
  color: rgba(0,212,255,0.2);
  flex-shrink: 0;
}

.ng-review-message {
  padding: 0 1rem 0.75rem;
  flex: 1;
}

.ng-review-message p {
  font-size: 0.84rem;
  color: rgba(200,220,245,0.8);
  line-height: 1.6;
  margin: 0;
}

.ng-review-reply {
  margin: 0 1rem 0.75rem;
  padding: 0.75rem;
  background: rgba(0,212,255,0.04);
  border-left: 2px solid rgba(0,212,255,0.4);
  border-radius: 0 var(--ng-radius) var(--ng-radius) 0;
}

.ng-review-reply-text {
  font-size: 0.78rem;
  color: rgba(180,200,235,0.65);
  margin: 0 0 0.25rem;
  line-height: 1.5;
}

.ng-review-reply-author {
  font-size: 0.7rem;
  color: var(--ng-text-muted);
  margin: 0;
}

.ng-review-reply-author span {
  color: var(--ng-cyan);
  font-weight: 600;
}

.ng-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 1rem;
  border-top: 1px solid var(--ng-border);
  background: rgba(0,0,0,0.15);
  gap: 0.5rem;
  overflow: hidden;
}

.ng-review-product {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: var(--ng-text-muted);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}

.ng-review-product i {
  color: var(--ng-cyan);
  flex-shrink: 0;
  font-size: 0.65rem;
}

.ng-review-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,212,255,0.1);
  color: var(--ng-cyan);
  border-radius: 4px;
  padding: 0 0.3rem;
  font-size: 0.65rem;
  font-weight: 700;
  flex-shrink: 0;
}

.ng-review-date {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--ng-cyan);
  flex-shrink: 0;
}

/* ============================================
   REVIEWS SLIDER
   ============================================ */
.ng-reviews-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ng-reviews-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 0.25rem 1rem;
  flex: 1;
}

.ng-reviews-slider::-webkit-scrollbar {
  display: none;
}

.ng-reviews-slider .ng-review-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  height: auto;
}

.ng-reviews-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  color: var(--ng-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--ng-transition);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.ng-reviews-arrow svg {
  width: 1.1rem;
  height: 1.1rem;
}

.ng-reviews-arrow:hover {
  background: var(--ng-cyan-dim);
  border-color: var(--ng-cyan);
  box-shadow: 0 0 16px rgba(0,212,255,0.2);
}

@media (max-width: 768px) {
  .ng-reviews-arrow { display: none; }
  .ng-reviews-slider .ng-review-card { flex: 0 0 260px; }
}

/* ============================================
   FOOTER REDESIGN
   ============================================ */
.ng-footer {
  background: rgba(4, 9, 20, 0.98) !important;
  border-top: 1px solid var(--ng-border) !important;
  position: relative;
}

.ng-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 300px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ng-cyan), transparent);
}

.ng-footer-brand { display: flex; flex-direction: column; gap: 0.75rem; }

.ng-footer-logo { max-height: 2.5rem; object-fit: contain; }

.ng-footer-name {
  font-size: 1.1rem; font-weight: 800;
  background: linear-gradient(135deg, #fff, var(--ng-cyan));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  margin: 0;
}

.ng-footer-desc { font-size: 0.8rem; color: var(--ng-text-muted); line-height: 1.6; margin: 0; max-width: 280px; }

.ng-footer-socials { display: flex; gap: 0.6rem; margin-top: 0.25rem; flex-wrap: wrap; }

.ng-footer-social {
  width: 2.2rem; height: 2.2rem;
  border-radius: 8px;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  display: flex; align-items: center; justify-content: center;
  color: var(--ng-text-muted);
  transition: var(--ng-transition);
  text-decoration: none;
}

.ng-footer-social svg { width: 1rem; height: 1rem; }

.ng-footer-social:hover {
  border-color: var(--ng-cyan);
  color: var(--ng-cyan);
  background: var(--ng-cyan-dim);
  box-shadow: 0 0 12px rgba(0,212,255,0.15);
}

.ng-footer-heading {
  color: var(--ng-cyan) !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem !important;
}

.ng-footer-links .nav-link {
  color: var(--ng-text-muted) !important;
  font-size: 0.82rem !important;
  padding: 0.2rem 0 !important;
  transition: var(--ng-transition) !important;
}

.ng-footer-links .nav-link:hover {
  color: #fff !important;
  padding-left: 0.4rem !important;
}

.ng-footer-trust { display: flex; flex-direction: column; gap: 0.5rem; }

.ng-footer-trust-item {
  display: flex; align-items: center; gap: 0.5rem;
  font-size: 0.78rem; color: var(--ng-text-muted); font-weight: 500;
}

.ng-footer-trust-item i { color: var(--ng-cyan); width: 0.9rem; text-align: center; font-size: 0.75rem; }

.ng-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.75rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--ng-border);
  font-size: 0.75rem; color: var(--ng-text-muted);
}

.ng-footer-bottom-links { display: flex; gap: 1.25rem; }

.ng-footer-bottom-links a {
  color: var(--ng-text-muted); text-decoration: none; font-size: 0.75rem;
  transition: color 0.2s ease;
}

.ng-footer-bottom-links a:hover { color: var(--ng-cyan); }

/* ============================================
   BREADCRUMB
   ============================================ */
.ng-breadcrumb {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 0.4rem; font-size: 0.78rem;
}

.ng-breadcrumb a {
  color: var(--ng-text-muted); text-decoration: none;
  transition: color 0.2s ease;
  display: flex; align-items: center; gap: 0.3rem;
}

.ng-breadcrumb a:hover { color: var(--ng-cyan); }

.ng-breadcrumb i { font-size: 0.7rem; }

.ng-breadcrumb-sep { color: rgba(0,212,255,0.2); }

.ng-breadcrumb-current {
  color: rgba(200,220,245,0.75); font-weight: 500;
}

/* ============================================
   CART TRUST BADGES
   ============================================ */
.ng-cart-trust {
  display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 0.5rem;
  padding: 0.85rem;
  background: rgba(0,212,255,0.03);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  margin-top: 0.75rem;
}

.ng-cart-trust-item {
  display: flex; align-items: center; gap: 0.4rem;
  font-size: 0.7rem; font-weight: 600;
  color: var(--ng-text-muted); letter-spacing: 0.03em;
}

.ng-cart-trust-item i { color: var(--ng-cyan); font-size: 0.7rem; }

/* ============================================
   FEEDBACK PAGE HEADER
   ============================================ */
.ng-feedback-page-header {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  gap: 1rem; margin-bottom: 0.5rem;
}

.ng-feedback-page-sub {
  font-size: 0.85rem; color: var(--ng-text-muted); margin: 0;
}

.ng-feedback-page-score {
  display: flex; align-items: center; gap: 1rem;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  padding: 0.85rem 1.25rem;
  backdrop-filter: blur(8px);
}

.ng-feedback-score-big {
  font-size: 2.5rem; font-weight: 900;
  background: linear-gradient(135deg, #FFD700, #ffaa00);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  letter-spacing: -0.04em; line-height: 1;
}


/* ============================================
   INSTANT DELIVERY BADGE — product card
   ============================================ */
.ng-instant-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #00d4ff;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.2);
}

.ng-instant-badge svg {
  color: #00d4ff;
  flex-shrink: 0;
}

/* ============================================
   GAMES DROPDOWN — mobile navbar
   ============================================ */
.ng-games-dropdown .dropdown-menu {
  background: var(--ng-secondary-bg, #0d1630);
  border: 1px solid rgba(0, 212, 255, 0.15);
  border-radius: 10px;
  padding: 6px;
  min-width: 160px;
}

.ng-games-dropdown .dropdown-item {
  color: rgba(255,255,255,0.8);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 0.9rem;
  transition: background 0.2s, color 0.2s;
}

.ng-games-dropdown .dropdown-item:hover {
  background: rgba(0, 212, 255, 0.1);
  color: #00d4ff;
}

.ng-games-dropdown .dropdown-toggle {
  color: rgba(255,255,255,0.85);
}


/* ============================================
   WHY BUY FROM US — product page
   ============================================ */
.ng-why-buy {
  border-top: 1px solid rgba(0, 212, 255, 0.1);
  padding-top: 2.5rem;
}

.ng-why-card {
  background: rgba(0, 212, 255, 0.04);
  border: 1px solid rgba(0, 212, 255, 0.12);
  border-radius: 14px;
  padding: 1.4rem 1.2rem;
  height: 100%;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
  text-align: center;
}

.ng-why-card:hover {
  border-color: rgba(0, 212, 255, 0.35);
  background: rgba(0, 212, 255, 0.08);
  transform: translateY(-3px);
}

.ng-why-card i {
  font-size: 1.6rem;
  color: var(--cl-accent);
  margin-bottom: 0.75rem;
  display: block;
}

.ng-why-card h6 {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  color: #fff;
}

.ng-why-card p {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  margin: 0;
  line-height: 1.5;
}

/* ============================================
   PRODUCT CARD — güçlendirilmiş hover
   ============================================ */
.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
}

.card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 12px 40px rgba(0, 212, 255, 0.15) !important;
  border-color: rgba(0, 212, 255, 0.35) !important;
}

.card:hover .card-title {
  color: var(--cl-accent);
  transition: color 0.2s;
}

.card .overlay {
  transition: opacity 0.2s ease;
}


/* ============================================
   404 PAGE
   ============================================ */
.ng-404-wrap {
  text-align: center;
  padding: 5rem 1rem;
  max-width: 520px;
  margin: 0 auto;
}

.ng-404-code {
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--cl-accent), #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.ng-404-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #fff;
}

.ng-404-sub {
  color: rgba(255,255,255,0.55);
  font-size: 1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.ng-404-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---- Typewriter Cursor ---- */
.hero-cursor {
  display: inline-block;
  color: var(--ng-cyan);
  font-weight: 300;
  animation: blink 0.75s step-end infinite;
  margin-left: 2px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* ---- Floating Game Cards ---- */
.hero-float-left,
.hero-float-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  z-index: 4;
  pointer-events: none;
}

.hero-float-left  { left: 3rem; top: 40%; }
.hero-float-right { right: 3rem; top: 40%; }

.hero-float-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  background: rgba(10, 20, 50, 0.55);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  padding: 0.75rem 1rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  width: 80px;
}

.hero-float-card svg,
.hero-float-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.hero-float-card span {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ng-text-muted);
}

.hero-float-card--1 { animation: float-card 6s ease-in-out infinite; }
.hero-float-card--2 { animation: float-card 7s ease-in-out infinite 1s; }
.hero-float-card--3 { animation: float-card 6.5s ease-in-out infinite 0.5s; }
.hero-float-card--4 { animation: float-card 7.5s ease-in-out infinite 1.5s; }

@keyframes float-card {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-14px); }
}

/* Hide on smaller screens */
@media (max-width: 1200px) {
  .hero-float-left,
  .hero-float-right { display: none; }
}

/* ---- Scroll Reveal ---- */
.sr {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.4,0,0.2,1), transform 0.6s cubic-bezier(0.4,0,0.2,1);
}

.sr.sr--visible {
  opacity: 1;
  transform: translateY(0);
}

.sr--delay-1 { transition-delay: 0.1s; }
.sr--delay-2 { transition-delay: 0.2s; }
.sr--delay-3 { transition-delay: 0.3s; }
.sr--delay-4 { transition-delay: 0.4s; }


/* ---- Discord Widget (Footer) ---- */
.ng-discord-widget {
  display: block;
  background: linear-gradient(135deg, rgba(88,101,242,0.12), rgba(88,101,242,0.06));
  border: 1px solid rgba(88,101,242,0.35);
  border-radius: var(--ng-radius-lg);
  padding: 1.25rem;
  text-decoration: none;
  color: #dde8f5;
  transition: var(--ng-transition);
  position: relative;
  overflow: hidden;
}

.ng-discord-widget::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(ellipse, rgba(88,101,242,0.18), transparent 70%);
  pointer-events: none;
}

.ng-discord-widget:hover {
  border-color: rgba(88,101,242,0.7);
  background: linear-gradient(135deg, rgba(88,101,242,0.2), rgba(88,101,242,0.1));
  box-shadow: 0 0 30px rgba(88,101,242,0.2);
  transform: translateY(-2px);
  color: #fff;
}

.ng-discord-widget-header {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}

.ng-discord-logo {
  width: 1.4rem;
  height: 1.4rem;
  color: #7289da;
  flex-shrink: 0;
}

.ng-discord-server-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: -0.01em;
}

.ng-discord-widget-stats {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.ng-discord-stat {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ng-discord-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ng-discord-dot--online {
  background: #3ba55d;
  box-shadow: 0 0 6px rgba(59,165,93,0.7);
}

.ng-discord-dot--members {
  background: rgba(200,220,245,0.4);
}

.ng-discord-count {
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}

.ng-discord-label {
  font-size: 0.75rem;
  color: var(--ng-text-muted);
}

.ng-discord-widget-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(88,101,242,0.25);
  border: 1px solid rgba(88,101,242,0.5);
  border-radius: 8px;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a5b4ff;
  transition: var(--ng-transition);
}

.ng-discord-widget:hover .ng-discord-widget-btn {
  background: rgba(88,101,242,0.4);
  border-color: rgba(88,101,242,0.8);
  color: #fff;
}


/* ---- Sticky Buy Bar ---- */
.ng-sticky-bar {
  position: fixed;
  bottom: -90px;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(8, 15, 31, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--ng-border);
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0,212,255,0.06);
  transition: bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.85rem 0;
}

.ng-sticky-bar--visible {
  bottom: 0;
}

.ng-sticky-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ng-sticky-bar-info {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.ng-sticky-bar-img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--ng-border);
  flex-shrink: 0;
}

.ng-sticky-bar-text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.ng-sticky-bar-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #e8f0ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01em;
}

.ng-sticky-bar-price {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ng-cyan);
}

.ng-sticky-bar-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.75rem;
  background: var(--ng-cyan);
  border: none;
  border-radius: 50px;
  color: #020d1f;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--ng-transition);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.35);
}

.ng-sticky-bar-btn:hover {
  background: #00b8dd;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.55);
  transform: translateY(-1px);
}

@media (max-width: 480px) {
  .ng-sticky-bar-name {
    max-width: 140px;
  }
  .ng-sticky-bar-btn {
    padding: 0.65rem 1.25rem;
    font-size: 0.78rem;
  }
}


/* ---- Mini Cart Drawer ---- */
.ng-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 1099;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.ng-cart-overlay--open {
  opacity: 1;
  pointer-events: all;
}

.ng-cart-drawer {
  position: fixed;
  top: 0;
  right: -420px;
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  background: var(--ng-navy-700);
  border-left: 1px solid var(--ng-border);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  transition: right 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -20px 0 60px rgba(0,0,0,0.5);
}
.ng-cart-drawer--open {
  right: 0;
}

.ng-cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--ng-border);
  flex-shrink: 0;
}

.ng-cart-drawer-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}

.ng-cart-drawer-count {
  background: var(--ng-cyan);
  color: #020d1f;
  font-size: 0.7rem;
  font-weight: 800;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ng-cart-drawer-close {
  background: none;
  border: none;
  color: var(--ng-text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: var(--ng-transition);
}
.ng-cart-drawer-close:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.ng-cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 1.5rem;
}

.ng-cart-drawer-loading,
.ng-cart-drawer-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 200px;
  color: var(--ng-text-muted);
  font-size: 0.9rem;
}

.ng-cart-drawer-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ng-cart-drawer-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  padding: 0.75rem;
  transition: var(--ng-transition);
}
.ng-cart-drawer-item:hover {
  border-color: var(--ng-border-hover);
}

.ng-cart-drawer-item-img {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--ng-border);
  flex-shrink: 0;
}

.ng-cart-drawer-item-info {
  flex: 1;
  min-width: 0;
}

.ng-cart-drawer-item-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #e8f0ff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-cart-drawer-item-variant {
  font-size: 0.75rem;
  color: var(--ng-text-muted);
  margin: 0.1rem 0;
}

.ng-cart-drawer-item-price {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ng-cyan);
  margin: 0;
}

.ng-cart-drawer-item-remove {
  background: none;
  border: none;
  color: var(--ng-text-muted);
  font-size: 0.85rem;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  flex-shrink: 0;
  transition: var(--ng-transition);
}
.ng-cart-drawer-item-remove:hover {
  color: #ff4d4d;
  background: rgba(255,77,77,0.1);
}

.ng-cart-drawer-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--ng-border);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ng-cart-drawer-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: var(--ng-text-muted);
}

.ng-cart-drawer-total-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.ng-cart-drawer-checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem;
  background: var(--ng-cyan);
  color: #020d1f;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  transition: var(--ng-transition);
  box-shadow: 0 0 20px rgba(0,212,255,0.3);
}
.ng-cart-drawer-checkout:hover {
  background: #00b8dd;
  box-shadow: 0 0 30px rgba(0,212,255,0.5);
  color: #020d1f;
  transform: translateY(-1px);
}

.ng-cart-drawer-viewcart {
  text-align: center;
  font-size: 0.8rem;
  color: var(--ng-text-muted);
  text-decoration: none;
  transition: var(--ng-transition);
}
.ng-cart-drawer-viewcart:hover {
  color: var(--ng-cyan);
}


/* ---- Floating Discord Button ---- */
.ng-float-discord {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  z-index: 1040;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: #5865f2;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.7rem 1.1rem 0.7rem 0.9rem;
  box-shadow: 0 4px 20px rgba(88,101,242,0.5), 0 0 0 0 rgba(88,101,242,0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: discord-pulse 2.5s ease-in-out infinite;
  overflow: hidden;
  max-width: 48px;
}

.ng-float-discord svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.ng-float-discord-label {
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-width 0.35s ease, opacity 0.25s ease;
}

.ng-float-discord:hover {
  max-width: 180px;
  background: #4752c4;
  box-shadow: 0 6px 30px rgba(88,101,242,0.65);
  transform: translateY(-2px);
  animation: none;
}

.ng-float-discord:hover .ng-float-discord-label {
  max-width: 120px;
  opacity: 1;
}

@keyframes discord-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(88,101,242,0.5), 0 0 0 0 rgba(88,101,242,0.4); }
  50% { box-shadow: 0 4px 20px rgba(88,101,242,0.5), 0 0 0 8px rgba(88,101,242,0); }
}

@media (max-width: 576px) {
  .ng-float-discord {
    bottom: 1.25rem;
    left: 1.25rem;
    right: auto;
    padding: 0.65rem;
    border-radius: 50%;
    max-width: 44px;
  }
  .ng-float-discord-label {
    display: none;
  }
}


/* ---- Game Filter Buttons (Products Page) ---- */
.ng-game-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ng-game-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--ng-border);
  background: var(--ng-glass);
  color: rgba(200,220,245,0.7);
  transition: var(--ng-transition);
  backdrop-filter: blur(8px);
}

.ng-game-filter-btn:hover {
  border-color: var(--ng-border-hover);
  color: #fff;
  background: var(--ng-glass-light);
}

.ng-game-filter-btn--active {
  border-color: var(--ng-cyan) !important;
  color: var(--ng-cyan) !important;
  background: var(--ng-cyan-dim) !important;
  box-shadow: 0 0 12px rgba(0,212,255,0.15);
}

.ng-game-filter-btn--fortnite:hover,
.ng-game-filter-btn--fortnite.ng-game-filter-btn--active {
  border-color: rgba(155,89,255,0.6) !important;
  color: #b98fff !important;
  background: rgba(155,89,255,0.1) !important;
}

.ng-game-filter-btn--valorant:hover,
.ng-game-filter-btn--valorant.ng-game-filter-btn--active {
  border-color: rgba(255,70,85,0.6) !important;
  color: #ff6b7a !important;
  background: rgba(255,70,85,0.1) !important;
}

.ng-game-filter-btn--roblox:hover,
.ng-game-filter-btn--roblox.ng-game-filter-btn--active {
  border-color: rgba(0,112,243,0.6) !important;
  color: #4da6ff !important;
  background: rgba(0,112,243,0.1) !important;
}

.ng-game-filter-btn--minecraft:hover,
.ng-game-filter-btn--minecraft.ng-game-filter-btn--active {
  border-color: rgba(100,200,50,0.6) !important;
  color: #7ed957 !important;
  background: rgba(100,200,50,0.1) !important;
}


/* ---- Shop Sections (Oyuna göre gruplandırma) ---- */
.ng-shop-section {
  margin-bottom: 3rem;
}

.ng-shop-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--ng-border);
}

.ng-shop-section-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}

.ng-shop-section-title::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.2rem;
  border-radius: 2px;
  margin-right: 0.2rem;
}

.ng-shop-section--fortnite .ng-shop-section-title::before { background: #9b59ff; box-shadow: 0 0 8px rgba(155,89,255,0.6); }
.ng-shop-section--valorant .ng-shop-section-title::before { background: #ff4655; box-shadow: 0 0 8px rgba(255,70,85,0.6); }
.ng-shop-section--roblox .ng-shop-section-title::before { background: #0070f3; box-shadow: 0 0 8px rgba(0,112,243,0.6); }
.ng-shop-section--minecraft .ng-shop-section-title::before { background: #64c832; box-shadow: 0 0 8px rgba(100,200,50,0.6); }

.ng-shop-section-viewall {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ng-cyan);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: var(--ng-transition);
  opacity: 0.7;
}

.ng-shop-section-viewall:hover {
  opacity: 1;
  color: var(--ng-cyan);
}


/* ---- Hero boşluk düzeltme ---- */
.hero {
  min-height: 100vh !important;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
  padding-bottom: 4rem;
}


/* ---- Gelişmiş Fiyat Gösterimi ---- */
.ng-price-row {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: visible;
}

.ng-price-row::before {
  display: none;
}

.ng-price {
  font-size: 2.4rem !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  background: linear-gradient(135deg, #ffffff 20%, #00d4ff 60%, #a78bfa 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1 !important;
}

.ng-price::after {
  display: none;
}

/* Slash fiyat */
.ng-price s,
.ng-price del {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.45;
  -webkit-text-fill-color: rgba(180,200,230,0.5);
  filter: none;
  margin-left: 0.5rem;
}


/* ---- Ürün Sayfası: Açıklama + Sağ Panel ---- */

/* Açıklama (editor) daha okunaklı */
.product-wrapper .editor {
  font-size: 0.88rem;
  line-height: 1.85;
  color: rgba(200,220,245,0.82);
}

.product-wrapper .editor p {
  margin-bottom: 0.75rem;
}

.product-wrapper .editor ul,
.product-wrapper .editor ol {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.product-wrapper .editor li {
  margin-bottom: 0.35rem;
  color: rgba(200,220,245,0.82);
}

.product-wrapper .editor strong,
.product-wrapper .editor b {
  color: #fff;
  font-weight: 700;
}

.product-wrapper .editor h1,
.product-wrapper .editor h2,
.product-wrapper .editor h3 {
  color: #fff;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.product-wrapper .editor a {
  color: var(--ng-cyan);
  text-decoration: none;
}

.product-wrapper .editor a:hover {
  text-decoration: underline;
}

/* Sağ panel — fiyat bölümü spacing */
.product-wrapper .col-lg-6:last-child > [x-data="productForm"] {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

/* Fiyat ile stok arasına separator */
.ng-price-row {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid var(--ng-border);
}

/* Quantity label */
.product-wrapper .form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ng-text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

/* Buy butonları arasına boşluk */
.buy-buttons {
  margin-top: 1.25rem !important;
  gap: 0.75rem !important;
}

.buy-buttons .btn {
  padding: 0.85rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: var(--ng-radius);
}

/* Instant delivery badge */
.product-wrapper .ng-instant-badge {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ng-border);
}


/* ---- Ürün Sayfası Discord Contact ---- */
.ng-product-discord-btn {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.9rem 1.1rem;
  background: linear-gradient(135deg, rgba(88,101,242,0.12), rgba(88,101,242,0.06));
  border: 1px solid rgba(88,101,242,0.35);
  border-radius: var(--ng-radius);
  text-decoration: none;
  color: #a5b4ff;
  transition: var(--ng-transition);
  margin-top: 0.75rem;
}

.ng-product-discord-btn:hover {
  background: linear-gradient(135deg, rgba(88,101,242,0.22), rgba(88,101,242,0.12));
  border-color: rgba(88,101,242,0.65);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(88,101,242,0.2);
}

.ng-product-discord-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.ng-product-discord-label {
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.ng-product-discord-sub {
  font-size: 0.72rem;
  color: rgba(165,180,255,0.65);
}

.ng-product-discord-arrow {
  flex-shrink: 0;
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.ng-product-discord-btn:hover .ng-product-discord-arrow {
  transform: translateX(3px);
  opacity: 1;
}


/* ---- Mobilde ürün sayfası kolon sırası ---- */
@media (max-width: 991px) {
  .product-wrapper .row.gx-4 {
    display: flex;
    flex-direction: column;
  }

  /* Resim en üstte */
  .product-wrapper .ng-product-img-section {
    order: 1;
  }

  /* Satın alma (sağ kolon) ortada */
  .product-wrapper .ng-product-right-col {
    order: 2;
  }

  /* Açıklama en altta */
  .product-wrapper .ng-product-desc-section {
    order: 3;
  }

  /* Sol kolonu flex column yap */
  .product-wrapper .ng-product-left-col {
    display: contents;
  }
}


/* ---- Sticky Bar fiyat satırı ---- */
.ng-sticky-bar-price-row {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.ng-sticky-bar-qty {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--ng-cyan);
  background: var(--ng-cyan-dim);
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
}


/* ---- Ürün sayfası üst boşluk düzeltme ---- */
.product-wrapper .py-5-nav {
  padding-top: 1.5rem !important;
}

.product-wrapper .my-5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* Genel py-5-nav boşluk azalt */
.py-5-nav {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}


/* ---- Mobilde grup modal 2'li grid ---- */
@media (max-width: 767px) {
  .modal .products.row .col-12 {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .modal .products.row {
    margin-left: -0.4rem !important;
    margin-right: -0.4rem !important;
  }
}


/* ---- Mobilde grup modal kart düzeltme ---- */
@media (max-width: 767px) {
  /* Fiyat + stok satırı — taşmasın */
  .modal .products .card .info {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }

  .modal .products .card .info .price {
    font-size: 0.82rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .modal .products .card .info .text-primary {
    font-size: 0.7rem;
  }

  /* Başlık ortala */
  .modal .products .card .card-body {
    text-align: center;
    padding: 0.6rem 0.5rem 0.75rem;
  }

  .modal .products .card .card-title {
    font-size: 0.78rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }

  /* Instant Delivery badge ortala ve orantılı */
  .modal .products .card .ng-instant-badge {
    justify-content: center;
    font-size: 0.68rem;
    padding: 0.3rem 0.5rem;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
  }
}


/* ============================================
   SECTION BACKGROUND ALTERNATION
   ============================================ */

/* Categories section — hafif farklı arka plan */
.categories.component {
  background: linear-gradient(
    180deg,
    rgba(5, 11, 24, 0) 0%,
    rgba(0, 212, 255, 0.03) 50%,
    rgba(5, 11, 24, 0) 100%
  );
  position: relative;
}

.categories.component::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.2), transparent);
}

.categories.component::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.2), transparent);
}

/* Feedbacks / Reviews section */
.feedbacks.component,
section.feedbacks {
  background: rgba(8, 12, 28, 0.8);
  position: relative;
}

.feedbacks.component::before,
section.feedbacks::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.15), transparent);
}

/* FAQ section */
.faq.component,
section.faq {
  background: linear-gradient(
    180deg,
    rgba(5, 11, 24, 0) 0%,
    rgba(123, 94, 167, 0.04) 50%,
    rgba(5, 11, 24, 0) 100%
  );
  position: relative;
}

.faq.component::before,
section.faq::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,94,167,0.3), transparent);
}

/* Features section */
.features.component,
section.features {
  background: rgba(10, 16, 35, 0.6);
  position: relative;
}

.features.component::before,
section.features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.15), transparent);
}

/* Products section */
.products.component,
section.products {
  position: relative;
}

.products.component::before,
section.products::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,212,255,0.1), transparent);
}


/* ============================================
   PRODUCTS SLIDER
   ============================================ */

.ng-products-section {
  position: relative;
}

.ng-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ng-see-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: 50px;
  color: var(--ng-cyan);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.ng-see-all-btn:hover {
  background: rgba(0, 212, 255, 0.15);
  border-color: var(--ng-cyan);
  color: #fff;
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
  transform: translateX(2px);
}

.ng-see-all-btn svg {
  transition: transform 0.3s ease;
}

.ng-see-all-btn:hover svg {
  transform: translateX(4px);
}

.ng-products-slider-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.ng-products-slider {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.5rem 0.25rem 1rem;
  flex: 1;
}

.ng-products-slider::-webkit-scrollbar {
  display: none;
}

.ng-products-slide {
  flex: 0 0 260px;
  scroll-snap-align: start;
}

.ng-products-slide .card {
  height: 100%;
}

.ng-products-arrow {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  color: var(--ng-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
  z-index: 2;
}

.ng-products-arrow:hover {
  background: var(--ng-cyan-dim);
  border-color: var(--ng-cyan);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.2);
}

.ng-see-all-btn-mobile {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-radius: 50px;
  color: var(--ng-cyan);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ng-see-all-btn-mobile:hover {
  background: rgba(0, 212, 255, 0.14);
  border-color: var(--ng-cyan);
  color: #fff;
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.15);
}

@media (max-width: 768px) {
  .ng-products-arrow { display: none; }
  .ng-products-slide { flex: 0 0 220px; }
}


/* ============================================
   PRODUCTS SLIDER DOTS
   ============================================ */
.ng-products-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.ng-products-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 212, 255, 0.2);
  border: 1px solid rgba(0, 212, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.ng-products-dot--active {
  background: var(--ng-cyan);
  border-color: var(--ng-cyan);
  width: 24px;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 212, 255, 0.5);
}

.ng-products-dot:hover {
  background: rgba(0, 212, 255, 0.5);
}


/* ============================================
   MOBİL OPTİMİZASYON
   ============================================ */

@media (max-width: 576px) {

  /* Hero */
  .hero-heading-line1 { font-size: 2rem; }
  .hero-heading-line2 { font-size: 1.6rem; }
  .hero-subtitle { font-size: 0.85rem; }
  .hero-stats { gap: 1rem; padding: 0.75rem 1rem; }
  .hero-stat-value { font-size: 1rem; }
  .hero-game-btns { gap: 0.5rem; }
  .hero-game-btn { padding: 0.65rem 1.2rem; font-size: 0.78rem; }

  /* Section titles */
  .section-title h2 { font-size: 1.2rem; }

  /* Product cards */
  .ng-products-slide { flex: 0 0 180px; }

  /* FAQ */
  .faq .accordion-button { font-size: 0.82rem; }

  /* Navbar */
  .navbar .navbar-brand { font-size: 0.95rem; }

  /* Announcement */
  .announcement { font-size: 0.7rem; }

  /* Floating Discord */
  .ng-float-discord-label { display: none; }
  .ng-float-discord { width: 2.75rem; height: 2.75rem; border-radius: 50%; padding: 0; justify-content: center; }

  /* Hero search */
  .hero-search-wrap { padding: 0.4rem 0.4rem 0.4rem 1rem; }
  .hero-search-wrap input { font-size: 0.8rem; }

  /* Hero float cards — mobilde gizle */
  .hero-float-left,
  .hero-float-right { display: none; }

  /* Categories */
  .categories .card .card-title { font-size: 0.85rem; }

  /* See all button */
  .ng-see-all-btn { font-size: 0.7rem; padding: 0.4rem 0.9rem; }
}

@media (max-width: 768px) {
  /* Hero float cards küçült */
  .hero-float-left { left: -1rem; }
  .hero-float-right { right: -1rem; }
  .hero-float-card { padding: 0.5rem 0.75rem; }
  .hero-float-card img { width: 1.5rem; height: 1.5rem; }

  /* Products slider */
  .ng-products-slide { flex: 0 0 200px; }

  /* Stats */
  .hero-stats { flex-wrap: wrap; gap: 0.75rem; }
}

/* ============================================
   ARAMA ÇUBUĞU — DAHA BELİRGİN
   ============================================ */
.hero-search-wrap {
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.08);
}

.hero-search-wrap:focus-within,
.hero-search-wrap:hover {
  border-color: rgba(0, 212, 255, 0.5);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.15);
}

/* Search modal */
.hero .search-modal .modal-dialog {
  max-width: 600px;
}

.hero .search-modal .searchbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.hero .search-modal .searchbar svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  fill: var(--ng-cyan);
}

.hero .search-modal .searchbar input {
  font-size: 1rem;
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
}

.hero .search-modal .searchbar input:focus {
  box-shadow: none;
  border: none;
  background: transparent;
}

/* ============================================
   DISCORD FLOATING BUTTON — DAHA BELİRGİN
   ============================================ */
.ng-float-discord {
  animation: ng-discord-pulse 3s ease-in-out infinite;
}

@keyframes ng-discord-pulse {
  0%, 100% { box-shadow: 0 4px 20px rgba(88,101,242,0.3); }
  50% { box-shadow: 0 4px 30px rgba(88,101,242,0.6), 0 0 0 6px rgba(88,101,242,0.1); }
}


/* ============================================
   GDPR COOKIE BANNER
   ============================================ */
.ng-cookie-banner {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120px);
  z-index: 99998;
  width: calc(100% - 2rem);
  max-width: 720px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
  pointer-events: none;
}

.ng-cookie-banner--visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: all;
}

.ng-cookie-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: rgba(8, 15, 40, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 30px rgba(0,212,255,0.06);
  flex-wrap: wrap;
}

.ng-cookie-text {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
  min-width: 0;
}

.ng-cookie-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ng-cookie-text strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.ng-cookie-text p {
  color: rgba(180, 200, 235, 0.7);
  font-size: 0.78rem;
  line-height: 1.5;
  margin: 0;
}

.ng-cookie-btns {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
}

.ng-cookie-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.ng-cookie-btn--decline {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(180,200,235,0.7);
}

.ng-cookie-btn--decline:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.ng-cookie-btn--accept {
  background: var(--ng-cyan);
  color: #020d1f;
  box-shadow: 0 0 16px rgba(0,212,255,0.3);
}

.ng-cookie-btn--accept:hover {
  background: #00b8dd;
  box-shadow: 0 0 24px rgba(0,212,255,0.5);
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .ng-cookie-inner { flex-direction: column; }
  .ng-cookie-btns { width: 100%; }
  .ng-cookie-btn { flex: 1; text-align: center; }
}

/* ============================================
   BREADCRUMB
   ============================================ */
.ng-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.78rem;
  color: var(--ng-text-muted);
}

.ng-breadcrumb a {
  color: var(--ng-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ng-breadcrumb a:hover {
  color: var(--ng-cyan);
}

.ng-breadcrumb-sep {
  color: rgba(0,212,255,0.25);
  font-size: 0.7rem;
}

.ng-breadcrumb-current {
  color: rgba(200,220,245,0.9);
  font-weight: 600;
}


/* ============================================
   NAVBAR GAMES DROPDOWN
   ============================================ */
.ng-games-dropdown .dropdown-menu {
  background: rgba(8, 15, 40, 0.97);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius);
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 20px rgba(0,212,255,0.06);
  padding: 0.5rem;
  min-width: 180px;
  margin-top: 0.5rem;
}

.ng-games-dropdown .dropdown-item {
  color: rgba(200, 220, 245, 0.8);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  transition: all 0.2s ease;
}

.ng-games-dropdown .dropdown-item:hover {
  background: var(--ng-cyan-dim);
  color: var(--ng-cyan);
}

.ng-games-dropdown .nav-link::after {
  display: none !important;
}

.ng-games-dropdown .nav-link {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.ng-games-dropdown > .nav-link {
  color: var(--ng-cyan) !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-shadow: 0 0 12px rgba(0,212,255,0.6);
  animation: ng-games-pulse 2.5s ease-in-out infinite;
}

@keyframes ng-games-pulse {
  0%, 100% { text-shadow: 0 0 8px rgba(0,212,255,0.4); }
  50% { text-shadow: 0 0 18px rgba(0,212,255,0.9), 0 0 30px rgba(0,212,255,0.3); }
}

.ng-games-dropdown > .nav-link::after {
  display: inline-block !important;
  color: var(--ng-cyan);
  margin-left: 4px;
}

.ng-games-dropdown .nav-link::before {
  content: '';
  display: none;
}
}


/* ============================================
   NAVBAR FIX
   ============================================ */
.navbar .container {
  min-height: 64px;
  align-items: center;
}

.navbar .navbar-collapse {
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    display: flex !important;
  }
}

.navbar .navbar-collapse .navbar-nav.me-auto {
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}

.navbar .navbar-collapse .navbar-nav.mx-auto {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar .navbar-collapse .navbar-nav:last-child {
  margin-left: auto;
}

.navbar .nav-link {
  padding: 0.5rem 0.6rem !important;
}

@media (min-width: 992px) {
  .navbar .container {
    position: relative;
  }
}


/* ============================================
   MEGA DROPDOWN
   ============================================ */
.ng-mega-dropdown {
  position: static !important;
}

.ng-games-trigger {
  display: flex !important;
  align-items: center;
  gap: 0.4rem;
  color: var(--ng-cyan) !important;
  font-weight: 700 !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.85rem !important;
  background: rgba(0,212,255,0.06);
  border: 1px solid rgba(0,212,255,0.25);
  border-radius: 50px;
  transition: all 0.3s ease;
  animation: ng-games-pulse 2.5s ease-in-out infinite;
}

.ng-games-trigger:hover,
.ng-mega-open .ng-games-trigger {
  background: rgba(0,212,255,0.14) !important;
  border-color: var(--ng-cyan) !important;
  box-shadow: 0 0 16px rgba(0,212,255,0.25);
  animation: none;
}

.ng-mega-chevron {
  transition: transform 0.3s ease;
}

.ng-mega-open .ng-mega-chevron {
  transform: rotate(180deg);
}

.ng-mega-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  width: 480px;
  background: rgba(6, 12, 30, 0.98);
  border: 1px solid rgba(0,212,255,0.2);
  border-radius: 16px;
  backdrop-filter: blur(24px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 30px rgba(0,212,255,0.08);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
  z-index: 9999;
}

.ng-mega-open .ng-mega-panel {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(0);
}

.ng-mega-header {
  padding: 0.85rem 1.25rem 0.5rem;
  border-bottom: 1px solid rgba(0,212,255,0.08);
}

.ng-mega-header span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,212,255,0.5);
}

.ng-mega-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.75rem;
}

.ng-mega-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.25s ease;
  background: rgba(255,255,255,0.02);
}

.ng-mega-item:hover {
  background: rgba(0,212,255,0.06);
  border-color: rgba(0,212,255,0.2);
  transform: translateY(-2px);
}

.ng-mega-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

.ng-mega-item--fortnite .ng-mega-item-icon {
  background: linear-gradient(135deg, rgba(80,40,200,0.3), rgba(40,10,120,0.2));
  border: 1px solid rgba(120,80,255,0.4);
  color: #c4aaff;
}

.ng-mega-item--fortnite:hover {
  border-color: rgba(120,80,255,0.4) !important;
  background: rgba(80,40,200,0.08) !important;
}

.ng-mega-item--valorant .ng-mega-item-icon {
  background: linear-gradient(135deg, rgba(200,30,50,0.3), rgba(120,10,30,0.2));
  border: 1px solid rgba(255,70,84,0.4);
  color: #ffaaaf;
}

.ng-mega-item--valorant:hover {
  border-color: rgba(255,70,84,0.4) !important;
  background: rgba(200,30,50,0.08) !important;
}

.ng-mega-item--minecraft .ng-mega-item-icon {
  background: linear-gradient(135deg, rgba(40,160,40,0.3), rgba(20,80,20,0.2));
  border: 1px solid rgba(80,200,80,0.4);
  color: #90ee90;
}

.ng-mega-item--minecraft:hover {
  border-color: rgba(80,200,80,0.4) !important;
  background: rgba(40,160,40,0.08) !important;
}

.ng-mega-item--roblox .ng-mega-item-icon {
  background: linear-gradient(135deg, rgba(0,80,200,0.4), rgba(0,30,100,0.3));
  border: 1px solid rgba(0,100,255,0.5);
  color: #fff;
}

.ng-mega-item--roblox:hover {
  border-color: rgba(0,100,255,0.4) !important;
  background: rgba(0,80,200,0.08) !important;
}

.ng-mega-item--roblox:hover {
  border-color: rgba(255,80,80,0.4) !important;
  background: rgba(200,40,40,0.08) !important;
}

.ng-mega-item--brawlstars .ng-mega-item-icon {
  background: linear-gradient(135deg, rgba(255,215,0,0.4), rgba(255,140,0,0.3));
  border: 1px solid rgba(255,215,0,0.5);
}

.ng-mega-item--brawlstars:hover {
  border-color: rgba(255,215,0,0.4) !important;
  background: rgba(255,215,0,0.08) !important;
}
}

.ng-mega-item-name {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: #e8f0ff;
  letter-spacing: -0.01em;
}

.ng-mega-item-sub {
  display: block;
  font-size: 0.72rem;
  color: var(--ng-text-muted);
  margin-top: 0.1rem;
}


/* ============================================
   MOBİL NAVBAR DÜZELTMESİ
   ============================================ */
@media (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    position: static !important;
    transform: none !important;
    width: 100%;
    gap: 0 !important;
  }

  .navbar .navbar-collapse .navbar-nav.mx-auto {
    position: static !important;
    transform: none !important;
  }

  .navbar .navbar-collapse .navbar-nav.me-auto {
    flex-direction: column !important;
  }

  .navbar .navbar-collapse ul.navbar-nav:last-child {
    flex-direction: row !important;
    flex-wrap: wrap;
    gap: 0.5rem !important;
    margin-top: 0.75rem;
    padding-bottom: 0.5rem;
  }

  .navbar .nav-link {
    padding: 0.6rem 0 !important;
    width: 100%;
  }

  .ng-games-trigger {
    margin: 0.4rem 0;
    width: fit-content;
  }
}


/* ---- Products Page Game Filter Buttons ---- */
.ng-game-filter-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.ng-game-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ng-border);
  background: var(--ng-glass);
  color: #dde8f5;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--ng-transition);
  white-space: nowrap;
}

.ng-game-filter-btn:hover,
.ng-game-filter-btn.active {
  border-color: var(--ng-cyan);
  background: var(--ng-cyan-dim);
  color: var(--ng-cyan);
}

.ng-game-filter-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.ng-game-filter-btn--fortnite:hover,
.ng-game-filter-btn--fortnite.active {
  border-color: rgba(123,47,255,0.6);
  background: rgba(123,47,255,0.12);
  color: #a87fff;
}

.ng-game-filter-btn--valorant:hover,
.ng-game-filter-btn--valorant.active {
  border-color: rgba(255,70,85,0.6);
  background: rgba(255,70,85,0.12);
  color: #ff4655;
}

.ng-game-filter-btn--roblox:hover,
.ng-game-filter-btn--roblox.active {
  border-color: rgba(0,112,243,0.6);
  background: rgba(0,112,243,0.12);
  color: #4d9fff;
}

.ng-game-filter-btn--minecraft:hover,
.ng-game-filter-btn--minecraft.active {
  border-color: rgba(100,180,50,0.6);
  background: rgba(100,180,50,0.12);
  color: #7dc847;
}

.ng-game-filter-btn--brawlstars:hover,
.ng-game-filter-btn--brawlstars.active {
  border-color: rgba(255,215,0,0.6);
  background: rgba(255,215,0,0.12);
  color: #FFD700;
}


/* ---- Products Page Category Filter Buttons ---- */
.ng-cat-filter-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: var(--ng-radius);
  border: 1px solid var(--ng-border);
  background: transparent;
  color: #dde8f5;
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--ng-transition);
}

.ng-cat-filter-btn:hover {
  border-color: var(--ng-border-hover);
  background: var(--ng-glass);
  color: #fff;
}

.ng-cat-filter-btn.active {
  border-color: var(--ng-cyan);
  background: var(--ng-cyan-dim);
  color: var(--ng-cyan);
  font-weight: 600;
}

.ng-cat-filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  flex-shrink: 0;
}

.ng-cat-filter-icon img,
.ng-cat-filter-icon svg {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.ng-cat-filter-btn--fortnite:hover,
.ng-cat-filter-btn--fortnite.active {
  border-color: rgba(123,47,255,0.5);
  background: rgba(123,47,255,0.1);
  color: #a87fff;
}

.ng-cat-filter-btn--valorant:hover,
.ng-cat-filter-btn--valorant.active {
  border-color: rgba(255,70,85,0.5);
  background: rgba(255,70,85,0.1);
  color: #ff4655;
}

.ng-cat-filter-btn--roblox:hover,
.ng-cat-filter-btn--roblox.active {
  border-color: rgba(0,112,243,0.5);
  background: rgba(0,112,243,0.1);
  color: #4d9fff;
}

.ng-cat-filter-btn--minecraft:hover,
.ng-cat-filter-btn--minecraft.active {
  border-color: rgba(100,180,50,0.5);
  background: rgba(100,180,50,0.1);
  color: #7dc847;
}

.ng-cat-filter-btn--brawlstars:hover,
.ng-cat-filter-btn--brawlstars.active {
  border-color: rgba(255,215,0,0.5);
  background: rgba(255,215,0,0.1);
  color: #FFD700;
}


/* ---- Comparison Table ---- */
.ng-comparison-section {
  overflow-x: auto;
}

.ng-comparison-wrap {
  overflow-x: auto;
  border-radius: var(--ng-radius-lg);
  border: 1px solid var(--ng-border);
  background: #0a1228;
}

.ng-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.ng-comparison-table thead tr {
  background: #0d1630;
  border-bottom: 1px solid rgba(0,212,255,0.15);
}

.ng-comparison-table th {
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(180,200,230,0.7);
}

.ng-comparison-feature-col { width: 35%; text-align: left; }
.ng-comparison-us-col { width: 32.5%; text-align: center; background: rgba(0,212,255,0.04); border-left: 1px solid rgba(0,212,255,0.1); border-right: 1px solid rgba(0,212,255,0.1); }
.ng-comparison-them-col { width: 32.5%; text-align: center; }

.ng-comparison-us-label {
  color: var(--ng-cyan);
  font-weight: 800;
  font-size: 0.95rem;
}

.ng-comparison-table tbody tr {
  border-bottom: 1px solid rgba(0,212,255,0.06);
  transition: background 0.2s;
}

.ng-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.ng-comparison-table tbody tr:hover {
  background: rgba(255,255,255,0.02);
}

.ng-comparison-table td {
  padding: 0.9rem 1.25rem;
  color: #dde8f5;
}

.ng-comparison-table td:first-child {
  font-weight: 600;
  color: #dde8f5;
}

.ng-comparison-us-col td,
.ng-comparison-table td.ng-comparison-yes {
  background: rgba(0,212,255,0.04);
  border-left: 1px solid rgba(0,212,255,0.1);
  border-right: 1px solid rgba(0,212,255,0.1);
}

.ng-comparison-yes {
  text-align: center;
  color: var(--ng-cyan) !important;
  font-weight: 600;
}

.ng-comparison-no {
  text-align: center;
  color: #ff4d4d !important;
  font-weight: 500;
}

.ng-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(0,212,255,0.15);
  color: var(--ng-cyan);
  font-size: 0.7rem;
  font-weight: 900;
  margin-right: 0.3rem;
}

.ng-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255,77,77,0.15);
  color: #ff4d4d;
  font-size: 0.7rem;
  font-weight: 900;
  margin-right: 0.3rem;
}


/* ---- Mini Cart Trust Badges ---- */
.ng-cart-trust-badges {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  background: rgba(0,212,255,0.04);
  border: 1px solid rgba(0,212,255,0.1);
  border-radius: var(--ng-radius);
}

.ng-cart-trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  flex: 1;
  text-align: center;
}

.ng-cart-trust-badge i {
  color: var(--ng-cyan);
  font-size: 0.85rem;
}

.ng-cart-trust-badge span {
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(180,200,230,0.7);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

/* ---- Mini Cart Total Redesign ---- */
.ng-cart-drawer-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin-bottom: 0.75rem;
  border-top: 1px solid var(--ng-border);
  border-bottom: 1px solid var(--ng-border);
}

.ng-cart-drawer-total-left {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.ng-cart-drawer-total-label {
  font-size: 0.9rem;
  font-weight: 700;
  color: #dde8f5;
}

.ng-cart-drawer-total-sub {
  font-size: 0.7rem;
  color: var(--ng-text-muted);
}

.ng-cart-drawer-total-price {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ng-cyan);
}


/* ---- Live Visitor Count ---- */
.ng-live-visitors {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(180,200,230,0.7);
  white-space: nowrap;
}

.ng-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00ff88;
  box-shadow: 0 0 6px rgba(0,255,136,0.8);
  animation: live-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}


/* ---- Stats Band ---- */
.ng-stats-band {
  background: linear-gradient(135deg, rgba(0,212,255,0.06), rgba(0,212,255,0.02));
  border-top: 1px solid rgba(0,212,255,0.12);
  border-bottom: 1px solid rgba(0,212,255,0.12);
  padding: 2rem 0;
  margin: 2rem 0;
}

.ng-stats-band-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.ng-stats-band-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  flex: 1;
  min-width: 140px;
  justify-content: center;
}

.ng-stats-band-divider {
  width: 1px;
  height: 40px;
  background: rgba(0,212,255,0.15);
  flex-shrink: 0;
}

.ng-stats-band-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ng-stats-band-icon i {
  color: var(--ng-cyan);
  font-size: 1rem;
}

.ng-stats-band-content {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ng-stats-band-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ng-stats-band-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ng-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .ng-stats-band-item {
    padding: 0.75rem 1rem;
    min-width: 120px;
  }
  .ng-stats-band-divider {
    display: none;
  }
  .ng-stats-band-value {
    font-size: 1.1rem;
  }
}


/* ---- Mega Dropdown Item Group ---- */
.ng-mega-item-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ng-mega-item-group .ng-mega-item {
  width: 100%;
}


/* ---- Category Sidebar Sub-categories ---- */
.ng-cat-filter-btn[style*="padding-left"] {
  margin-left: 0.5rem;
  border-left: 2px solid rgba(0,212,255,0.2);
  border-radius: 0 var(--ng-radius) var(--ng-radius) 0;
  font-size: 0.78rem;
  opacity: 0.85;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.ng-cat-filter-btn[style*="padding-left"]:hover,
.ng-cat-filter-btn[style*="padding-left"].active {
  border-left-color: var(--ng-cyan);
  opacity: 1;
}

.ng-cat-filter-btn[style*="padding-left"] .ng-cat-filter-icon {
  width: 20px;
  height: 20px;
}


/* ---- Sub Category Buttons ---- */
.ng-cat-sub-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.75rem 0.35rem 1.25rem;
  border-radius: var(--ng-radius);
  border: none;
  background: transparent;
  color: var(--ng-text-muted);
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--ng-transition);
  margin-left: 1rem;
  border-left: 2px solid rgba(0,212,255,0.15);
  border-radius: 0 var(--ng-radius) var(--ng-radius) 0;
}

.ng-cat-sub-btn:hover {
  color: #dde8f5;
  border-left-color: rgba(0,212,255,0.4);
  background: rgba(0,212,255,0.04);
}

.ng-cat-sub-btn.active {
  color: var(--ng-cyan);
  border-left-color: var(--ng-cyan);
  background: rgba(0,212,255,0.06);
  font-weight: 600;
}

.ng-cat-sub-arrow {
  color: rgba(0,212,255,0.4);
  font-size: 0.75rem;
  flex-shrink: 0;
}


/* ---- Product Page — Description Box ---- */
.ng-product-desc-section {
  background: rgba(0, 212, 255, 0.04);
  border: 1px solid rgba(0, 212, 255, 0.12);
  border-radius: var(--ng-radius-lg);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.ng-product-desc-section .editor {
  color: #c8d8f0;
  font-size: 0.9rem;
  line-height: 1.75;
}

.ng-product-desc-section .editor h1,
.ng-product-desc-section .editor h2,
.ng-product-desc-section .editor h3 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.ng-product-desc-section .editor ul,
.ng-product-desc-section .editor ol {
  padding-left: 1.25rem;
}

.ng-product-desc-section .editor li {
  margin-bottom: 0.3rem;
}

.ng-product-desc-section .editor strong {
  color: #ffffff;
}

.ng-product-desc-section .editor a {
  color: var(--ng-cyan);
}

/* ---- Product Page — Image ---- */
.ng-product-img-wrap {
  border-radius: var(--ng-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(0, 212, 255, 0.12);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 212, 255, 0.05);
  background: rgba(5, 11, 24, 0.6);
}

.ng-product-img-wrap img {
  border-radius: var(--ng-radius-lg);
  transition: transform 0.4s ease;
}

.ng-product-img-wrap:hover img {
  transform: scale(1.02);
}


/* ---- Product Page Layout Fix ---- */
.ng-product-img-wrap img,
.ng-product-img-wrap .aspect-product-page-image {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}

.ng-product-right-col {
  position: sticky;
  top: 5rem;
  align-self: flex-start;
}


/* ---- Product Description Premium Style ---- */
.ng-product-desc-section .editor p {
  color: #c8d8f0;
  font-size: 0.92rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.ng-product-desc-section .editor h1,
.ng-product-desc-section .editor h2,
.ng-product-desc-section .editor h3,
.ng-product-desc-section .editor h4 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(0,212,255,0.1);
}

.ng-product-desc-section .editor ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.ng-product-desc-section .editor ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.4rem;
  color: #c8d8f0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.ng-product-desc-section .editor ul li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--ng-cyan);
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.4;
}

.ng-product-desc-section .editor ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.ng-product-desc-section .editor ol li {
  color: #c8d8f0;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.ng-product-desc-section .editor strong,
.ng-product-desc-section .editor b {
  color: #ffffff;
  font-weight: 700;
}

.ng-product-desc-section .editor em {
  color: var(--ng-cyan);
  font-style: normal;
}

.ng-product-desc-section .editor a {
  color: var(--ng-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ng-product-desc-section .editor blockquote {
  border-left: 3px solid var(--ng-cyan);
  padding: 0.75rem 1rem;
  background: rgba(0,212,255,0.05);
  border-radius: 0 var(--ng-radius) var(--ng-radius) 0;
  margin: 1rem 0;
  color: #c8d8f0;
  font-size: 0.9rem;
}

.ng-product-desc-section .editor hr {
  border: none;
  border-top: 1px solid rgba(0,212,255,0.15);
  margin: 1.25rem 0;
}

/* ---- Mobile Sticky Bar Fix ---- */
@media (max-width: 992px) {
  .ng-sticky-bar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }

  .ng-product-right-col {
    position: static !important;
  }

  .ng-product-desc-section {
    margin-top: 1.5rem;
    max-width: 100%;
    overflow: hidden;
  }

  .ng-product-desc-section .editor {
    max-width: 100%;
    overflow-x: hidden;
    word-break: break-word;
  }
}


/* ---- Mobile Cart Fix ---- */
@media (max-width: 768px) {
  .cart-item-bg {
    flex-direction: row !important;
    align-items: center;
    padding: 0.75rem !important;
    gap: 0.75rem;
  }

  .cart-image-container {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px;
    padding: 0 !important;
    border-radius: var(--ng-radius);
    overflow: hidden;
    flex-shrink: 0;
  }

  .cart-image-container img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: var(--ng-radius);
  }

  .cart-product-link {
    font-size: 0.82rem !important;
    white-space: normal !important;
    line-height: 1.3;
  }

  .cart-variant-text {
    font-size: 0.75rem !important;
  }

  .cart-controls {
    padding: 0 !important;
    margin: 0 !important;
    gap: 0.5rem !important;
  }

  .cart-price-text {
    font-size: 0.9rem !important;
  }

  .cart-quantity-controls {
    transform: scale(0.9);
    transform-origin: left center;
  }
}


/* ---- Mobile Products Grid — 2 columns ---- */
@media (max-width: 992px) {
  .products .col-12.col-md-6.col-lg-4,
  .row.products > div {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 480px) {
  .products .col-12.col-md-6.col-lg-4,
  .row.products > div {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}


/* ---- Customer Sidebar ---- */
.ng-customer-sidebar {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  overflow: hidden;
}

.ng-customer-sidebar-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem;
  border-bottom: 1px solid var(--ng-border);
  background: rgba(0,212,255,0.04);
}

.ng-customer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ng-cyan), #0088aa);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #080f1f;
  flex-shrink: 0;
}

.ng-customer-sidebar-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.ng-customer-sidebar-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #dde8f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-customer-sidebar-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  color: var(--ng-text-muted);
}

.ng-customer-nav {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.15rem;
}

.ng-customer-nav-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  border-radius: var(--ng-radius);
  color: rgba(180,200,230,0.7);
  font-size: 0.85rem;
  font-weight: 500;
  text-decoration: none;
  transition: var(--ng-transition);
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.ng-customer-nav-link i {
  width: 16px;
  text-align: center;
  flex-shrink: 0;
}

.ng-customer-nav-link:hover {
  background: rgba(0,212,255,0.06);
  color: #dde8f5;
}

.ng-customer-nav-link.active {
  background: rgba(0,212,255,0.1);
  color: var(--ng-cyan);
  font-weight: 600;
}

.ng-customer-nav-logout {
  margin-top: 0.25rem;
  border-top: 1px solid var(--ng-border);
  padding-top: 0.75rem;
  color: rgba(255,100,100,0.7);
}

.ng-customer-nav-logout:hover {
  color: #ff4d4d;
  background: rgba(255,77,77,0.08);
}

/* ---- Customer Dashboard ---- */
.ng-dash-stat-card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  padding: 1.25rem;
  text-align: center;
  transition: var(--ng-transition);
}

.ng-dash-stat-card:hover {
  border-color: rgba(0,212,255,0.3);
  background: rgba(0,212,255,0.05);
}

.ng-dash-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.75rem;
  color: var(--ng-cyan);
  font-size: 0.95rem;
}

.ng-dash-stat-value {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.ng-dash-stat-label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--ng-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ng-dash-card {
  background: var(--ng-glass);
  border: 1px solid var(--ng-border);
  border-radius: var(--ng-radius-lg);
  padding: 1.25rem;
  height: 100%;
}

.ng-dash-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ng-text-muted);
  margin-bottom: 0.75rem;
}

.ng-dash-card-header i {
  color: var(--ng-cyan);
}

.ng-dash-latest-order-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.ng-dash-more {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.75rem;
  color: var(--ng-text-muted);
  font-weight: 500;
}

.ng-dash-invoice-link {
  font-size: 0.78rem;
  color: var(--ng-text-muted);
  text-decoration: none;
}

.ng-dash-invoice-link span {
  color: var(--ng-cyan);
}

.ng-dash-balance-card {
  background: linear-gradient(135deg, rgba(0,212,255,0.08), rgba(0,212,255,0.02));
  border-color: rgba(0,212,255,0.2);
}

.ng-dash-balance-value {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--ng-cyan);
  margin-bottom: 0.75rem;
}

.ng-dash-topup-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(0,212,255,0.1);
  border: 1px solid rgba(0,212,255,0.3);
  color: var(--ng-cyan);
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--ng-transition);
}

.ng-dash-topup-btn:hover {
  background: rgba(0,212,255,0.2);
  color: var(--ng-cyan);
}


/* ---- Dashboard Stat Cards Fix ---- */
.ng-dash-stat-card {
  padding: 1.75rem 1.25rem !important;
}

.ng-dash-stat-value {
  font-size: 1.6rem !important;
}

.ng-dash-stat-icon {
  width: 46px !important;
  height: 46px !important;
  font-size: 1.1rem !important;
}

/* Latest Order + Balance aynı yükseklikte */
.ng-dash-card {
  min-height: 120px;
}

.ng-dash-balance-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ng-dash-balance-card .ng-dash-card-header {
  justify-content: center;
}

.ng-dash-balance-value {
  font-size: 2rem !important;
}

.ng-dash-topup-btn {
  margin: 0 auto;
}

/* Password + 2FA kartları daha kompakt */
.ng-dash-card .btn-sm {
  font-size: 0.78rem;
  padding: 0.4rem 1rem;
}

/* Delete Account butonu daha az dikkat çeksin */
.btn-outline-danger.btn-sm {
  font-size: 0.75rem;
  opacity: 0.6;
}

.btn-outline-danger.btn-sm:hover {
  opacity: 1;
}


/* ---- Order Status Badges ---- */
.ng-order-status {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}

.ng-order-status--completed {
  background: rgba(0,255,136,0.12);
  color: #00ff88;
  border: 1px solid rgba(0,255,136,0.25);
}

.ng-order-status--pending {
  background: rgba(180,180,180,0.1);
  color: #a0a8b8;
  border: 1px solid rgba(180,180,180,0.2);
}

.ng-order-status--processing {
  background: rgba(0,212,255,0.1);
  color: var(--ng-cyan);
  border: 1px solid rgba(0,212,255,0.25);
}

.ng-order-status--refunded {
  background: rgba(255,165,0,0.1);
  color: #ffa500;
  border: 1px solid rgba(255,165,0,0.25);
}

.ng-order-status--cancelled,
.ng-order-status--canceled {
  background: rgba(255,77,77,0.1);
  color: #ff4d4d;
  border: 1px solid rgba(255,77,77,0.25);
}

.ng-order-status--on-hold {
  background: rgba(255,215,0,0.1);
  color: #FFD700;
  border: 1px solid rgba(255,215,0,0.25);
}