.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: #1f65ff;
}

/* 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, #1f65ff, #2a81ff);
  border: none;
  box-shadow: 0 8px 15px rgba(31, 101, 255, 0.5);
}
.btn-primary:hover {
  background: linear-gradient(145deg, #2a81ff, #1f65ff);
  box-shadow: 0 10px 20px rgba(31, 101, 255, 0.7);
  transform: translateY(-3px);
}
.btn-outline-primary {
  color: #1f65ff;
  border-color: #1f65ff;
  background: transparent;
}
.btn-outline-primary:hover {
  background: #1f65ff;
  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: #3b82f6; }
.bg-green  { background: #10b981; }
.bg-purple { background: #a855f7; }

.text-blue   { color: #3b82f6; }
.text-green  { color: #10b981; }
.text-purple { color: #a855f7; }

.btn-discord {
  background-color: #5865f2;
  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(88, 101, 242, 0.25);
}

.btn-discord:hover {
  background-color: #4752c4;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(88, 101, 242, 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: #5865f2;
  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(88, 101, 242, 0.25);
}

.btn-discord:hover {
  background-color: #4752c4;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(88, 101, 242, 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 #88ff00);
  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 #88ff00);
  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, 98, 252, 0.19);
  box-shadow: 0 2px 22px 0 #88ff00, 0 1.5px 8px 0 #88ff00;
  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: #84bcf8;
  background: linear-gradient(135deg, #004288, #007bff);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(0, 119, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(0, 162, 255, 0.15);

  /* ↓↓↓ Position weiter unten */
  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: #3a8bff !important;
}


.badge-instant-modern .dot {
  width: 6px;
  height: 6px;
  background: #5dabff;
  border-radius: 50%;
  box-shadow: 0 0 6px #8fc5ff;
  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, #007bff, #4f46e5);
 
}

.btn-primary-modern:hover {
  background: #2c2f33;
  box-shadow: 0 8px 24px rgba(114, 137, 218, 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(114, 137, 218, 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, #007bff, #47a0ff);
  color: #fff;
  backdrop-filter: blur(12px);
  background-blend-mode: overlay;
  opacity: 0.9;
  box-shadow: 0 0 18px rgba(0, 123, 255, 0.25);
  transition: all 0.4s ease;
}

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

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

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

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


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

  background-color: #0b0f1a;

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

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

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

  /* 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(66, 111, 163, 0.062); /* mehr Transparenz */
  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(58, 139, 255, 0.1);
  color: #3a8bff !important;
  box-shadow: inset 0 0 0 1px #3a8bff;
}

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

/* Login Button */
.navbar .btn.btn-outline-primary {
  background-color: #3a8bff;
  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: #2f76e6;
}

/* 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 #3a8bff;
  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: #3a8bff !important;
}
.navbar .navbar-nav .nav-link.active {
  background-color: rgba(58, 139, 255, 0.1);
  color: #3a8bff !important;
  box-shadow: inset 0 0 0 1px #3a8bff;
}


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

  /* Sichtbare helle Border */
border: 0.5px solid rgba(120, 170, 255, 0.212) !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(0, 123, 255, 0.08);
}

.card.product-card:hover {
  box-shadow:
    0 0 0 1px rgba(0, 162, 255, 0.2),
    0 0 24px rgba(0, 123, 255, 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: #0d6efd !important;
  }

  .btn-outline-light:hover {
    background-color: #0d6efd;
    color: white;
  }

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

  .badge {
    font-size: 0.6rem;
  }