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

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

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

/* 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: #ffffff;
  color: #000000;
  border: none;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.35);
}
.btn-primary:hover {
  background: #e8e8e8;
  box-shadow: 0 10px 28px rgba(255, 255, 255, 0.55);
  transform: translateY(-3px);
  color: #000000;
}
.btn-outline-primary {
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
}
.btn-outline-primary:hover {
  background: #ffffff;
  color: #000000;
}

/* 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: #dddddd;
  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(10, 10, 10, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: none;
}

.game-icon {
  height: 40px;
  margin: 0 2rem;
  opacity: 0.85;
  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.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  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.2);
}
.footer hr {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
}

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

.btn-icon {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  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.22);
  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.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease;
}
.about-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.35);
}

.icon-badge {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #000000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}
.icon-badge:hover {
  opacity: 1;
}

.bg-blue   { background: #ffffff; }
.bg-green  { background: #dddddd; }
.bg-purple { background: #bbbbbb; }

.text-blue   { color: #ffffff; }
.text-green  { color: #dddddd; }
.text-purple { color: #bbbbbb; }

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

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

@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.7;
}
.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 ---- */
.game-icons-bar {
  width: 100vw;
  overflow: hidden;
  position: relative;
  background: none;
  padding-block: 26px;
}
.game-icons-gradient {
  background: linear-gradient(to right, rgba(0,0,0,0.9) 0%, transparent 100%);
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: 10;
  opacity: 1;
}
.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 {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.game-icons-bar:hover .game-icons-track {
  animation-play-state: paused !important;
}

.game-icon-img {
  height: 50px;
  width: 50px;
  object-fit: contain;
  border-radius: 0.8rem;
  background: transparent;
  filter: grayscale(1) brightness(0.75);
  opacity: 0.75;
  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:has(.game-icon-item:hover) .game-icon-img {
  filter: grayscale(1) brightness(0.3) blur(2px);
  opacity: 0.35;
}
.game-icon-item:hover .game-icon-img,
.game-icon-item.is-hovered .game-icon-img {
  filter: grayscale(0) brightness(1.2) contrast(1.1) drop-shadow(0 0 20px #ffffff) drop-shadow(0 0 8px #ffffff);
  opacity: 1;
  transform: scale(1.15) rotate(-2deg);
  z-index: 2;
}

.game-icon-item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 8px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    box-shadow 0.24s cubic-bezier(.55,.12,.62,1.18),
    background 0.23s,
    transform 0.21s cubic-bezier(.32,1.2,.48,1);
}
.game-icon-item:hover,
.game-icon-item:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 30px rgba(255,255,255,0.45), 0 0 10px rgba(255,255,255,0.25);
  z-index: 4;
}
.game-icon-item:hover,
.game-icon-item:focus {
  z-index: 9;
}

@media (max-width: 900px) {
  .game-icon-img   { height: 32px; width: 32px; }
  .game-icon-item  { padding: 0.23rem 0.33rem; }
  .game-icons-gradient { width: 25px; }
}
@media (max-width: 700px) {
  .game-icons__image { width: 40px; }
  .game-icons        { gap: 20px; }
}

/* ---- BADGES ---- */
.badge-instant-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.75rem;
  font-weight: 700;
  font-size: 0.65rem;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform: translateY(10px);
  letter-spacing: 0.05em;
}
.badge-instant-modern .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 8px #ffffff, 0 0 16px rgba(255,255,255,0.5);
  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; }
}

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

.section-title h2 {
  font-weight: 800;
  font-size: 2.5rem;
  color: #ffffff;
}
.section-title p {
  color: #aaaaaa;
  font-size: 1.1rem;
}
.section-title .text-primary {
  color: #ffffff !important;
}

/* ---- BUTTONS MODERN ---- */
.btn-modern {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.6rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.75rem;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  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);
}

.btn-primary-modern {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}
.btn-primary-modern:hover {
  background: #eeeeee;
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.5);
  color: #000000;
}

.btn-discord-modern {
  background: #1a1a1a;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.btn-discord-modern:hover {
  background: #2a2a2a;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* ---- BADGE GLOW ---- */
.badge-glow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  opacity: 1;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.4), 0 0 60px rgba(255,255,255,0.15);
  transition: all 0.4s ease;
  position: relative;
}
.badge-glow::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: #ffffff;
  filter: blur(20px);
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.badge-glow:hover {
  transform: scale(1.08);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.6), 0 0 80px rgba(255,255,255,0.2);
}
.badge-glow:hover i {
  transform: rotate(360deg);
}
.badge-glow i {
  transition: transform 0.6s ease;
}

/* ---- MAIN BACKGROUND ---- */
.grid-bg-true-background {
  position: fixed;
  inset: 0;
  z-index: -10;
  pointer-events: none;
  background-color: #000000;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(
      ellipse 70% 45% at 50% 55%,
      rgba(255, 255, 255, 0.22) 0%,
      rgba(255, 255, 255, 0.08) 35%,
      transparent 70%
    );
  background-size: 32px 32px, 32px 32px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-position: top left, top left, top;
  -webkit-mask-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.05) 100%);
  mask-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.05) 100%);
}

/* ---- NAVBAR ---- */
nav.navbar.component {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.6rem 2rem;
  max-width: 1140px;
  margin: 1rem auto;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 8px 32px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease;
}

.navbar .navbar-brand {
  color: white !important;
  font-weight: 800;
  font-size: 1.8rem;
}
.navbar .navbar-nav {
  align-items: center;
}
.navbar .navbar-nav .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #ffffff !important;
  font-weight: 500;
  padding: 0.5rem 1.2rem;
  border-radius: 0.75rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}
.navbar .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
  transition: left 0.4s ease;
  z-index: -1;
}
.navbar .navbar-nav .nav-link:hover::before {
  left: 0;
}
.navbar .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}
.navbar .navbar-nav .nav-link.active {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.navbar .btn.btn-outline-primary {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.4rem 1.1rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255,255,255,0.25);
}
.navbar .btn.btn-outline-primary:hover {
  background-color: #e8e8e8;
  box-shadow: 0 6px 20px rgba(255,255,255,0.4);
}
.navbar .btn.btn-outline-primary svg {
  width: 1rem;
  height: 1rem;
  fill: #000000;
}

.currency-selector select {
  background-color: rgba(20, 20, 20, 0.9);
  color: white;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0.5rem;
  padding: 0.3rem 0.8rem;
}

.navbar .icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: white;
}
.navbar .count {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: white;
  color: black;
  font-size: 0.65rem;
  border-radius: 999px;
  padding: 0.2rem 0.4rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .navbar .navbar-collapse {
    justify-content: space-between;
    align-items: center;
  }
  .navbar .navbar-nav {
    margin: 0 auto;
  }
}

/* ---- PRODUCT CARDS ---- */
.card.product-card {
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 4px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.card.product-card:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.3),
    0 0 30px rgba(255, 255, 255, 0.12),
    0 8px 32px rgba(0, 0, 0, 0.6);
}

.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;
}
.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: #ffffff !important;
}
.btn-outline-light:hover {
  background-color: #ffffff;
  color: black;
}
select.form-select {
  width: auto;
  padding: 0.25rem 0.5rem;
}
.badge {
  font-size: 0.6rem;
}