@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Orbitron', sans-serif;
  background: #0e0e13;
  color: #fff;
  overflow-x: hidden;
  position: relative;
}

/* Glow text class */
.glow-text {
  text-shadow:
    0 0 8px #a3a3ff,
    0 0 15px #7f7fff,
    0 0 25px #6b6bff;
  color: #cfcfff;
}

header {
  padding: 30px 10px;
  text-align: center;
  background: #18181f;
  box-shadow: 0 0 30px rgba(180, 120, 255, 0.5);
  animation: fadeInDown 1s ease-out;
  position: relative;
}

header h1 {
  font-size: 2.5em;
  color: #f1e9ff;
  text-shadow: 0 0 10px #eee, 0 0 20px #ffffff88;
}

.lang-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #252530;
  border: 1px solid #ffffff22;
  padding: 6px 14px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 0.9em;
  text-shadow: 0 0 4px #ffffff44;
  transition: background 0.3s;
}

.lang-toggle:hover {
  background: #303040;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Centered Valorant Slotted cards */
.valorant-slotted {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.card {
  background: linear-gradient(160deg, #1c1c25, #23232d);
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  min-width: 220px;
  max-width: 300px;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 35px rgba(255, 255, 255, 0.15);
}

.card h2, .card p {
  transition: all 0.3s ease;
  text-shadow:
    0 0 5px #b2b2ffaa,
    0 0 10px #8f8fff44;
  color: #ddd;
}

.card h2 {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 10px;
  text-shadow:
    0 0 8px #ffffffaa,
    0 0 15px #d1d1ffbb,
    0 0 25px #a3a3ffcc;
}

.card p {
  color: #ccc;
  margin-bottom: 20px;
  text-shadow:
    0 0 6px #aaa3ff44;
}

.price-box {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid #ffffff22;
  border-radius: 12px;
  font-size: 1.1em;
  color: #e0d8ff;
  text-shadow: 0 0 8px #ffffff55;
  box-shadow: 0 0 10px rgba(255,255,255,0.08);
}

/* Video styles */
.video-container {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
}

.video-container video {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(180, 120, 255, 0.3);
}

section.extra {
  text-align: center;
  padding: 60px 20px;
}

.extra a {
  color: inherit;
  text-decoration: none;
}

.extra img {
  width: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 10px #ffffff88);
  transition: filter 0.3s ease;
}

.extra img:hover {
  filter: drop-shadow(0 0 20px #aaaaffcc);
}

.extra h2 {
  color: #e8e0ff;
  text-shadow:
    0 0 8px #ffffff66,
    0 0 15px #b0b0ff88;
  font-size: 1.5em;
}

.extra p {
  color: #cfcfff;
  margin-top: 5px;
  font-size: 0.95em;
  text-shadow:
    0 0 6px #aaa3ff55;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
}

.extras-grid .box {
  background: #1b1b23;
  padding: 25px 20px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(255,255,255,0.05);
  text-align: center;
  border: 1px solid #ffffff1a;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ccc;
  text-shadow:
    0 0 5px #bbbaff88,
    0 0 15px #9a9fff44;
}

.extras-grid .box:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(255,255, на 0.1);
  text-shadow:
    0 0 8px #d1d1ffcc,
    0 0 20px #b0b0ffff;
  color: #e0e0ff;
}

.extras-grid .box h3 {
  color: #fff;
  margin-bottom: 10px;
  text-shadow:
    0 0 5px #ffffff33,
    0 0 10px #bbbbff88;
}

.extras-grid .box p {
  color: #ccc;
  font-size: 0.95em;
}

.game-icon {
  text-align: center;
  position: relative;
  color: #ddd;
  text-shadow:
    0 0 6px #8888ff88;
  transition: color 0.3s ease;
}

.game-icon img {
  width: 60px;
  border-radius: 12px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.15));
}

.game-icon:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0 0 20px rgba(255,255,255,0.8)) saturate(1.2);
}

.game-icon p {
  margin-top: 10px;
  color: #ddd;
  text-shadow: 0 0 8px rgba(255,255,255,0.25);
}

.tooltip-text {
  visibility: hidden;
  width: 220px;
  background-color: #20202a;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.85em;
  box-shadow: 0 0 10px rgba(255,255,255,0.15);
  text-shadow: 0 0 5px #ffffff33;
}

.game-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Glow for "Works perfectly with:" */
#works-perfectly-with {
  text-shadow:
    0 0 8px #a3a3ff,
    0 0 15px #7f7fff,
    0 0 25px #6b6bff;
  color: #cfcfff;
  margin-bottom: 30px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #15151c;
  font-size: 0.9em;
  color: #aaa;
  box-shadow: 0 -2px 15px rgba(255, 255, 255, 0.1);
  text-shadow: 0 0 5px #666;
}