.game-icon-marquee {
  padding: 1.25rem 0;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.15)); /* optional dark fade bottom */
}

@media (max-width: 991px) {
  .product-left .product-description {
    display: none;
  }
  .product-description-mobile {
    display: block !important;
    color: #bbb;
    font-size: 1rem;
    margin-top: 2rem;
  }
}


/* Preis */
.fs-5 {
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: #38bdf8;
}

/* Buttons */
.btn-primary, .btn-outline-primary {
  border-radius: 25px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.btn-primary {
  background: linear-gradient(145deg, #38bdf8, #7dd3fc);
  border: none;
  box-shadow: 0 8px 15px rgba(56, 189, 248, 0.4);
}
.btn-primary:hover {
  background: linear-gradient(145deg, #7dd3fc, #38bdf8);
  box-shadow: 0 10px 20px rgba(56, 189, 248, 0.6);
  transform: translateY(-3px);
}
.btn-outline-primary {
  color: #38bdf8;
  border-color: #38bdf8;
  background: transparent;
}
.btn-outline-primary:hover {
  background: #38bdf8;
  color: white;
}

/* Allgemeines Layout */
.product-wrapper {
  background: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));
  border-radius: 20px;
  padding: 3rem 2rem;
}
.editor {
  color: #ccc;
  line-height: 1.6;
  font-size: 1rem;
}


.scroll-track {
  white-space: nowrap;
  animation: scrollLoop 40s linear infinite;
  gap: 4rem;
}

.hover-opacity {
  transition: opacity 0.3s ease;
}
.hover-opacity:hover {
  opacity: 1 !important;
}


.glass-blur {
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(8px); /* footer blur*/
  -webkit-backdrop-filter: blur(8px);
  border: none;
}

.game-icon {
  height: 40px;
  margin: 0 2rem;
  opacity: 0.8;
  transition: transform 0.2s ease, opacity 0.2s ease;
}


.footer a {
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer a:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.footer .btn-icon {
  background-color: rgba(255, 255, 255, 0.05);
  border: none;
  color: white;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.footer .btn-icon:hover {
  transform: scale(1.15);
  background-color: rgba(255, 255, 255, 0.15);
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.03);
}

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


.btn-icon {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.btn-icon:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}



.about-card {
  min-height: 100%;
}

.game-icon:hover {
  transform: scale(1.1);
  opacity: 1;
}

.about-section {
  background: transparent;
}

.about-card {
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease;
}

.icon-badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

.icon-badge:hover {
  opacity: 1;
}

.bg-blue   { background: #38bdf8; }
.bg-green  { background: #10b981; }
.bg-purple { background: #a855f7; }

.text-blue   { color: #38bdf8; }
.text-green  { color: #10b981; }
.text-purple { color: #a855f7; }

.btn-discord {
  background-color: #38bdf8;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  box-shadow: 0 4px 10px rgba(56, 189, 248, 0.25);
}

.btn-discord:hover {
  background-color: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(56, 189, 248, 0.35);
}


.faq-cta-box {
  max-width: 700px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: background 0.3s ease, border 0.3s ease;
}

.btn-discord {
  background-color: #38bdf8;
  color: #fff;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  box-shadow: 0 4px 10px rgba(56, 189, 248, 0.25);
}

.btn-discord:hover {
  background-color: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(56, 189, 248, 0.35);
}


@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.faq-header .icon,
.faq-header .question {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-header .icon {
  opacity: 0.6;
}

.faq-item:hover .faq-header .icon {
  opacity: 1;
}

.faq-item:hover .faq-header .icon,
.faq-item:hover .faq-header .question {
  transform: translateX(6px);
}

.scroll-track-wrapper {
  display: flex;
  width: max-content;
  animation: scrollLoop 40s linear infinite;
}

.scroll-track {
  display: flex;
  gap: 4rem;
}



.game-icons-bar {
  width: 100vw;
  overflow: hidden;
  position: relative;
  background: none;
  padding-block: 26px;
}
.game-icons-gradient {
  background: linear-gradient(
    to right,
    rgba(14,17,26,0.03) 0%,
    transparent 100%
  );
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 10;
  opacity: 0.7;
}
.game-icons-gradient:last-child { right: 0; left: auto; transform: rotate(180deg);}
.game-icons-gradient:first-child { left: 0; }

.game-icons-track {
  display: flex;
  align-items: center;
  gap: 2.3rem;
  animation: infinite-scroll 150s linear infinite;
}
@keyframes infinite-scroll {
  100% { transform: translateX(-50%); }
  0%   { transform: translateX(0); }
}

/* Animation Pausieren wenn Bar hovered */
.game-icons-bar:hover .game-icons-track {
  animation-play-state: paused !important;
}

/* --- SPOTLIGHT BLUR: NUR hovered bleibt scharf --- */
.game-icon-img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  border-radius: 0.8rem;
  background: transparent;
  filter: grayscale(1) brightness(0.8) blur(0px);
  opacity: 0.82;
  transition: 
    filter 0.24s cubic-bezier(.32,1.2,.48,1),
    opacity 0.23s cubic-bezier(.32,1.2,.48,1),
    transform 0.22s cubic-bezier(.32,1.2,.48,1);
  will-change: filter, opacity, transform;
}
.game-icons-bar.blur-others .game-icon-img {
  filter: grayscale(1) brightness(0.55) blur(2.8px) opacity(0.48);
}
/* Wenn irgendein Icon gehovert wird: ALLE BLURRY ... */
.game-icons-bar:has(.game-icon-item:hover) .game-icon-img {
  filter: grayscale(1) brightness(0.55) blur(2.8px) opacity(0.48);
}
.game-icon-item.is-hovered .game-icon-img {
  filter: grayscale(0) brightness(1.13) contrast(1.12) blur(0) drop-shadow(0 0 18px #38bdf8);
  opacity: 1;
  transform: scale(1.13) rotate(-2deg);
  z-index: 2;
}

/* ...außer das hovered, das ist bunt & glowing */
.game-icon-item:hover .game-icon-img {
  filter: grayscale(0) brightness(1.13) contrast(1.12) blur(0) drop-shadow(0 0 18px #38bdf8);
  opacity: 1;
  transform: scale(1.13) rotate(-2deg);
  z-index: 2;
}

/* Optionale Animation für den Button */
.game-icon-item {
  border-radius: 20px;
  background: rgba(24, 26, 32, 0.16);
  box-shadow: 0 1px 8px #0004;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    box-shadow 0.24s cubic-bezier(.55,.12,.62,1.18),
    filter 0.23s cubic-bezier(.32,1.2,.48,1),
    transform 0.21s cubic-bezier(.32,1.2,.48,1),
    background 0.23s;
}

.game-icon-item:hover,
.game-icon-item:focus-visible {
  background: rgba(56, 189, 248, 0.15);
  box-shadow: 0 2px 22px 0 rgba(56, 189, 248, 0.4), 0 1.5px 8px 0 rgba(56, 189, 248, 0.3);
  z-index: 4;
}

/* Z-index oben bei Hover */
.game-icon-item:hover,
.game-icon-item:focus {
  z-index: 9;
}


/* Mobile Responsive */
@media (max-width: 900px) {
  .game-icon-img { height: 32px; width: 32px;}
  .game-icon-item { padding: 0.23rem 0.33rem;}
  .game-icons-gradient { width: 25px;}
}



/* Responsive: */
@media (max-width: 700px) {
    .game-icons__image { width: 40px; }
    .game-icons { gap: 20px;}
}

.badge-instant-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.7rem;
  font-weight: 600;
  font-size: 0.65rem;
  color: #bae6fd;
  background: linear-gradient(135deg, #0369a1, #38bdf8);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(56, 189, 248, 0.15);

  transform: translateY(10px);
}

.products-intro {
  margin-top: 11rem;
}

.section-title h2 {
  font-weight: 800;
  font-size: 2.5rem;
}

.section-title p {
  color: #aaa;
  font-size: 1.1rem;
}

.section-title .text-primary {
  color: #38bdf8 !important;
}


.badge-instant-modern .dot {
  width: 6px;
  height: 6px;
  background: #7dd3fc;
  border-radius: 50%;
  box-shadow: 0 0 6px #bae6fd;
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; }
}


.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: scale(1);
}

.btn-modern i {
  transition: transform 0.4s ease;
}

.btn-modern:hover i {
  transform: scale(1.2);
}

.btn-modern:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

/* Primary Gradient Button */
.btn-primary-modern {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9);
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
}

/* Discord Style Button */
.btn-discord-modern {
  background: #23272a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-discord-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(56, 189, 248, 0.2);
}


.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #0ea5e9, #7dd3fc);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.25);
  transition: all 0.4s ease;
}

.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea5e9, #7dd3fc);
  filter: blur(20px);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.badge-glow:hover {
  transform: scale(1.1);
}

.badge-glow:hover i {
  transform: rotate(360deg);
}

.badge-glow i {
  transition: transform 0.6s ease;
}


.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;

  background-color: #0b0f1a;

  background-image:
    linear-gradient(#ffffff08 1px, transparent 1px),
    linear-gradient(90deg, #ffffff08 1px, transparent 1px),
    linear-gradient(to bottom,
      #0b0f1a 0%,
      #0d1524 30%,
      rgba(56, 189, 248, 0.25) 60%,
      #030000f6 100%
    );

  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;

  animation: grid-gradient-slide 60s linear infinite;

  /* Hier kommt der Fade */
  -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255,255, 0.05));
  mask-composite: intersect;
  -webkit-mask-composite: destination-in;
}


nav.navbar.component {
  background: rgba(56, 189, 248, 0.04);
  backdrop-filter: blur(15px);   /* stärkerer Blur */
  -webkit-backdrop-filter: blur(15px); /* Safari Support */
  border-radius: 3rem;
  padding: 0.6rem 2rem;
  max-width: 1140px;
  margin: 1rem auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

/* Shopname/Logo */
.navbar .navbar-brand {
  color: white !important;
  font-weight: 800;
  font-size: 1.8rem;
}

/* Links – zentriert & vertikal mittig */
.navbar .navbar-nav {
  align-items: center; /* vertikale Zentrierung */
}

.navbar .navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}

/* Aktiver Link (z. B. Home) */
.navbar .navbar-nav .nav-link.active {
  background-color: rgba(56, 189, 248, 0.1);
  color: #38bdf8 !important;
  box-shadow: inset 0 0 0 1px #38bdf8;
}

/* Hover-Farbe */
.navbar .navbar-nav .nav-link:hover {
  color: #38bdf8 !important;
}

/* Login Button */
.navbar .btn.btn-outline-primary {
  background-color: #38bdf8;
  color: white;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: background-color 0.3s ease;
}

.navbar .btn.btn-outline-primary:hover {
  background-color: #0ea5e9;
}

/* Icon-Größe im Login */
.navbar .btn.btn-outline-primary svg {
  width: 1rem;
  height: 1rem;
  fill: white;
}

/* Currency Selector */
.currency-selector select {
  background-color: rgba(26, 31, 46, 0.8);
  color: white;
  border: 1px solid #333;
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem;
}

/* Cart Icon */
.navbar .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: white;
}

/* Cart Counter */
.navbar .count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: red;
  color: white;
  font-size: 0.65rem;
  border-radius: 999px;
  padding: 0.2rem 0.4rem;
}

/* Zentrierung von nav-links auf Desktop */
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
    align-items: center;
  }

  .navbar .navbar-nav {
    margin: 0 auto;
  }
}


/* ------------------------------ */
/* FANCY NAVLINK HOVER EFFECT    */
/* ------------------------------ */

.navbar .navbar-nav .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.5rem 1.2rem;
  border-radius: 0.75rem;
  font-weight: 500;
  transition: color 0.3s ease;
  color: white !important;
}

.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%; /* startet außerhalb */
  width: 100%;
  height: 100%;
  background-color: rgba(26, 31, 46, 1); /* dunkles Highlight */
  border-radius: 0.75rem;
  box-shadow: 0 0 0 1px #38bdf8;
  transition: left 0.4s ease;
  z-index: -1;
}

/* Beim Hover fährt der Hintergrund smooth rein */
.navbar .navbar-nav .nav-link:hover::before {
  left: 0;
}

/* Beim Hover Textfarbe ändern */
.navbar .navbar-nav .nav-link:hover {
  color: #38bdf8 !important;
}
.navbar .navbar-nav .nav-link.active {
  background-color: rgba(56, 189, 248, 0.1);
  color: #38bdf8 !important;
  box-shadow: inset 0 0 0 1px #38bdf8;
}


/* 🧨 Bild soll volle Breite & Höhe ausfüllen OHNE Rand */
.card.product-card {
  padding: 0 !important;

  /* Sichtbare helle Border */
border: 0.5px solid rgba(56, 189, 248, 0.2) !important;

  /* Transparenter dunkler Hintergrund mit Blur */
  background: rgba(15, 17, 29, 0.3) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  border-radius: 1rem;
  overflow: hidden;

  /* Soft Glow */
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 12px rgba(56, 189, 248, 0.08);
}

.card.product-card:hover {
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.2),
    0 0 24px rgba(56, 189, 248, 0.15);
}

.card-img-wrapper {
  height: 200px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.card-img-wrapper img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* 🧼 Safe: Card Body Padding aufheben */
.card.product-card .card-body {
  padding: 1.25rem !important;
}


  .navbar-brand img {
    height: 36px;
    object-fit: contain;
  }

  .navbar .nav-link {
    transition: color 0.2s;
  }

  .navbar .nav-link:hover {
    color: #38bdf8 !important;
  }

  .btn-outline-light:hover {
    background-color: #38bdf8;
    color: white;
  }

  select.form-select {
    width: auto;
    padding: 0.25rem 0.5rem;
  }

  .badge {
    font-size: 0.6rem;
  }


/* ========================================
   CUSTOM CURSOR
   ======================================== */

html, body, a, button, input, select, textarea,
[role="button"], .btn, .nav-link, .faq-header { cursor: none !important; }

.cursor-dot {
  position: fixed; top: 0; left: 0;
  width: 8px; height: 8px;
  background: #38bdf8;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999999;
  will-change: transform;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.2s, height 0.2s, background 0.2s;
}
.cursor-outline {
  position: fixed; top: 0; left: 0;
  width: 40px; height: 40px;
  border: 2px solid rgba(56, 189, 248, 0.4);
  border-radius: 50%;
  pointer-events: none;
  z-index: 999998;
  will-change: transform;
  transform: translate3d(-50%, -50%, 0);
  transition: width 0.3s, height 0.3s, border-color 0.3s, background 0.3s;
}
.cursor-dot.hover { width: 14px; height: 14px; background: #7dd3fc; }
.cursor-outline.hover {
  width: 60px; height: 60px;
  border-color: rgba(56, 189, 248, 0.15);
  background: rgba(56, 189, 248, 0.04);
}
.cursor-dot.click { width: 5px; height: 5px; }
.cursor-outline.click { width: 28px; height: 28px; border-color: #7dd3fc; }

@media (max-width: 768px) {
  .cursor-dot, .cursor-outline { display: none !important; }
  html, body, a, button, input, select, textarea { cursor: auto !important; }
}

/* ========================================
   PAGE LOAD ANIMATION
   ======================================== */

body { opacity: 0; animation: page-fade-in 0.5s 0.1s ease forwards; }
@keyframes page-fade-in { to { opacity: 1; } }

/* ========================================
   HERO LOAD ANIMATIONS (staggered)
   ======================================== */

.hero-anim {
  opacity: 0;
  transform: translateY(35px);
  animation: hero-fade-up 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-anim-1 { animation-delay: 0.3s; }
.hero-anim-2 { animation-delay: 0.5s; }
.hero-anim-3 { animation-delay: 0.7s; }
.hero-anim-4 { animation-delay: 0.9s; }
.hero-anim-5 { animation-delay: 1.1s; }

@keyframes hero-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

/* ========================================
   SCROLL REVEAL ANIMATIONS
   ======================================== */

.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.reveal-left  { transform: translateX(-60px) translateY(0); }
.reveal.reveal-right { transform: translateX(60px) translateY(0); }
.reveal.reveal-scale { transform: scale(0.85) translateY(0); }

.reveal.active {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.reveal-d4 { transition-delay: 0.4s; }
.reveal-d5 { transition-delay: 0.5s; }

/* ========================================
   GRADIENT TEXT
   ======================================== */

.gradient-text {
  background: linear-gradient(135deg, #38bdf8, #7dd3fc, #e0f2fe, #38bdf8);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ========================================
   PARTICLE CANVAS
   ======================================== */

#particles-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

/* ========================================
   3D FLOATING SHAPES
   ======================================== */

.floating-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.shape-cube {
  position: absolute;
  top: 15%; left: 8%;
  perspective: 600px;
  animation: shape-drift-1 14s ease-in-out infinite;
}
.shape-cube-2 {
  position: absolute;
  bottom: 28%; right: 12%;
  perspective: 500px;
  animation: shape-drift-2 18s ease-in-out infinite;
}

.cube-3d {
  width: 60px; height: 60px;
  transform-style: preserve-3d;
  animation: cube-spin 14s linear infinite;
}
.shape-cube-2 .cube-3d {
  width: 38px; height: 38px;
  animation: cube-spin 20s linear infinite reverse;
}

.cube-3d .face {
  position: absolute;
  width: 100%; height: 100%;
  border: 1.5px solid rgba(56, 189, 248, 0.2);
  background: rgba(56, 189, 248, 0.03);
}
.shape-cube-2 .cube-3d .face {
  border-color: rgba(56, 189, 248, 0.12);
}

.cube-3d .face:nth-child(1) { transform: rotateY(0deg) translateZ(30px); }
.cube-3d .face:nth-child(2) { transform: rotateY(90deg) translateZ(30px); }
.cube-3d .face:nth-child(3) { transform: rotateY(180deg) translateZ(30px); }
.cube-3d .face:nth-child(4) { transform: rotateY(270deg) translateZ(30px); }
.cube-3d .face:nth-child(5) { transform: rotateX(90deg) translateZ(30px); }
.cube-3d .face:nth-child(6) { transform: rotateX(-90deg) translateZ(30px); }

.shape-cube-2 .cube-3d .face:nth-child(1) { transform: rotateY(0deg) translateZ(19px); }
.shape-cube-2 .cube-3d .face:nth-child(2) { transform: rotateY(90deg) translateZ(19px); }
.shape-cube-2 .cube-3d .face:nth-child(3) { transform: rotateY(180deg) translateZ(19px); }
.shape-cube-2 .cube-3d .face:nth-child(4) { transform: rotateY(270deg) translateZ(19px); }
.shape-cube-2 .cube-3d .face:nth-child(5) { transform: rotateX(90deg) translateZ(19px); }
.shape-cube-2 .cube-3d .face:nth-child(6) { transform: rotateX(-90deg) translateZ(19px); }

@keyframes cube-spin {
  from { transform: rotateX(0) rotateY(0); }
  to   { transform: rotateX(360deg) rotateY(360deg); }
}

/* 3D Rings */
.shape-ring {
  position: absolute;
  top: 22%; right: 10%;
  width: 100px; height: 100px;
  border: 3px solid rgba(56, 189, 248, 0.18);
  border-radius: 50%;
  animation: ring-spin 12s linear infinite, shape-drift-3 10s ease-in-out infinite;
}
.shape-ring-2 {
  position: absolute;
  bottom: 32%; left: 12%;
  width: 65px; height: 65px;
  border: 2px solid rgba(56, 189, 248, 0.12);
  border-radius: 50%;
  animation: ring-spin 16s linear infinite reverse, shape-drift-4 12s ease-in-out infinite;
}

@keyframes ring-spin {
  from { transform: rotateX(65deg) rotateZ(0deg); }
  to   { transform: rotateX(65deg) rotateZ(360deg); }
}

/* Floating Orbs */
.shape-orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.5), rgba(56, 189, 248, 0));
  box-shadow: 0 0 20px rgba(56, 189, 248, 0.15), 0 0 60px rgba(56, 189, 248, 0.05);
}
.shape-orb-1 { width: 14px; height: 14px; top: 55%; left: 6%;  animation: orb-drift 8s ease-in-out infinite; }
.shape-orb-2 { width: 10px; height: 10px; top: 35%; right: 18%; animation: orb-drift 10s 2s ease-in-out infinite; }
.shape-orb-3 { width: 18px; height: 18px; top: 72%; right: 7%;  animation: orb-drift 7s 1s ease-in-out infinite; }
.shape-orb-4 { width: 8px;  height: 8px;  top: 18%; left: 35%;  animation: orb-drift 12s 3s ease-in-out infinite; }
.shape-orb-5 { width: 12px; height: 12px; bottom: 20%; left: 28%; animation: orb-drift 9s 4s ease-in-out infinite; }

@keyframes orb-drift {
  0%, 100% { transform: translate(0, 0); opacity: 0.4; }
  25%  { transform: translate(15px, -25px); opacity: 1; }
  50%  { transform: translate(-10px, -15px); opacity: 0.6; }
  75%  { transform: translate(20px, -30px); opacity: 0.9; }
}

/* Pyramid (CSS triangle stack) */
.shape-pyramid {
  position: absolute;
  top: 45%; left: 18%;
  animation: shape-drift-2 16s ease-in-out infinite;
}
.pyramid-face {
  width: 0; height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 38px solid rgba(56, 189, 248, 0.08);
  position: absolute;
  transform-origin: bottom center;
}
.pyramid-face:nth-child(1) { transform: rotateY(0deg) translateZ(12px); }
.pyramid-face:nth-child(2) { transform: rotateY(120deg) translateZ(12px); }
.pyramid-face:nth-child(3) { transform: rotateY(240deg) translateZ(12px); }
.shape-pyramid {
  transform-style: preserve-3d;
  perspective: 400px;
  animation: pyramid-spin 22s linear infinite, shape-drift-2 16s ease-in-out infinite;
}
@keyframes pyramid-spin {
  from { transform: rotateY(0) rotateX(15deg); }
  to   { transform: rotateY(360deg) rotateX(15deg); }
}

/* Shape drift animations */
@keyframes shape-drift-1 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(10px, 20px); }
}
@keyframes shape-drift-2 {
  0%, 100% { transform: translate(0, 0) rotateY(0) rotateX(15deg); }
  50%      { transform: translate(-15px, 15px) rotateY(180deg) rotateX(15deg); }
}
@keyframes shape-drift-3 {
  0%, 100% { transform: rotateX(65deg) rotateZ(0deg) translate(0, 0); }
  50%      { transform: rotateX(65deg) rotateZ(180deg) translate(5px, -15px); }
}
@keyframes shape-drift-4 {
  0%, 100% { transform: rotateX(65deg) rotateZ(0deg) translate(0, 0); }
  50%      { transform: rotateX(65deg) rotateZ(-180deg) translate(-10px, 10px); }
}

@media (max-width: 768px) {
  .floating-shapes { opacity: 0.4; }
  .shape-cube-2, .shape-ring-2, .shape-pyramid { display: none; }
}

/* ========================================
   STATS GRID
   ======================================== */

.stats-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 3rem;
  flex-wrap: wrap;
}

.stat-card {
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(56, 189, 248, 0.1);
  border-radius: 16px;
  padding: 1.5rem 2.2rem;
  text-align: center;
  min-width: 170px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.06), transparent);
  transition: left 0.7s ease;
}
.stat-card:hover::before { left: 100%; }

.stat-card:hover {
  border-color: rgba(56, 189, 248, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(56, 189, 248, 0.1);
}

.stat-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: #38bdf8;
  display: block;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@media (max-width: 576px) {
  .stats-grid { gap: 0.8rem; }
  .stat-card { min-width: 0; flex: 1; padding: 1rem 0.8rem; }
  .stat-value { font-size: 1.5rem; }
  .stat-label { font-size: 0.65rem; letter-spacing: 0.5px; }
}

/* ========================================
   3D TILT PRODUCT CARDS
   ======================================== */

.card.product-card {
  transition: transform 0.2s ease-out, box-shadow 0.3s ease !important;
  transform-style: preserve-3d;
}

.tilt-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  background: radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%),
    rgba(56, 189, 248, 0.12) 0%, transparent 60%);
  z-index: 3;
}
.card.product-card:hover .tilt-shine { opacity: 1; }

/* ========================================
   MAGNETIC BUTTONS
   ======================================== */

.magnetic-btn {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* ========================================
   ENHANCED BACKGROUND GLOW ORBS
   ======================================== */

.background-glow-orbs {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -5;
  overflow: hidden;
}
.background-glow-orbs .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.12;
}
.orb-1 {
  width: 600px; height: 600px;
  background: #38bdf8;
  top: -15%; right: -8%;
  animation: glow-drift-1 30s ease-in-out infinite;
}
.orb-2 {
  width: 500px; height: 500px;
  background: #0ea5e9;
  bottom: -15%; left: -8%;
  animation: glow-drift-2 35s ease-in-out infinite;
}

@keyframes glow-drift-1 {
  0%, 100% { transform: translate(0, 0); }
  33%  { transform: translate(-60px, 40px); }
  66%  { transform: translate(40px, -30px); }
}
@keyframes glow-drift-2 {
  0%, 100% { transform: translate(0, 0); }
  33%  { transform: translate(50px, -40px); }
  66%  { transform: translate(-30px, 50px); }
}

/* ========================================
   SMOOTH SCROLLING
   ======================================== */

html { scroll-behavior: smooth; }

/* ========================================
   SECTION DIVIDERS (glowing line)
   ======================================== */

.glow-divider {
  width: 80px; height: 3px;
  background: linear-gradient(90deg, transparent, #38bdf8, transparent);
  border-radius: 2px;
  margin: 0 auto 2rem auto;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.3);
}

/* ========================================
   TYPING CURSOR FOR HERO
   ======================================== */

.typing-cursor::after {
  content: '|';
  animation: blink-cursor 0.8s step-end infinite;
  color: #38bdf8;
  font-weight: 300;
}
@keyframes blink-cursor {
  50% { opacity: 0; }
}