:root {
  --green: #8bc34a;
  --dark: #030403;
  --soft: rgba(255,255,255,.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

#particles {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero, main, footer {
  position: relative;
  z-index: 2;
}

.hero {
  min-height: 100vh;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 10%, rgba(139,195,74,.35), transparent 34%),
    linear-gradient(135deg, #020302, #0c120b 55%, #000);
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(139,195,74,.25), transparent 65%);
  filter: blur(20px);
  animation: float 8s ease-in-out infinite;
}

.nav {
  position: absolute;
  top: 26px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.04em;
  font-size: 1.25rem;
}

.logo span,
span {
  color: var(--green);
}

.nav a {
  color: white;
  text-decoration: none;
  font-weight: 800;
  opacity: .8;
}

.hero-content {
  max-width: 1050px;
  text-align: center;
  transform-style: preserve-3d;
}

.eyebrow {
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-weight: 900;
  font-size: .82rem;
  margin-bottom: 18px;
}

h1, h2 {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  text-transform: uppercase;
  line-height: .9;
}

h1 {
  font-size: clamp(3.2rem, 11vw, 9rem);
  text-shadow: 0 6px 0 #000, 0 0 70px rgba(139,195,74,.35);
}

h2 {
  font-size: clamp(2.4rem, 7vw, 5.6rem);
}

.hero-text {
  max-width: 760px;
  margin: 28px auto 0;
  color: #d8d8d8;
  font-size: clamp(1rem, 2.6vw, 1.35rem);
  line-height: 1.7;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .28s ease;
}

.primary {
  background: var(--green);
  color: #071006;
  box-shadow: 0 0 35px rgba(139,195,74,.3);
}

.ghost {
  color: white;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.05);
}

.btn:hover {
  transform: translateY(-6px) scale(1.05);
}

.tag {
  margin-top: 32px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 18px;
  background: rgba(139,195,74,.12);
  border: 1px solid rgba(139,195,74,.35);
  font-weight: 900;
  box-shadow: 0 0 40px rgba(139,195,74,.18);
}

.stats {
  max-width: 1120px;
  margin: -60px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stats div,
.card,
.fair-card,
.gallery-grid div {
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 0 50px rgba(255,255,255,.025), 0 25px 70px rgba(0,0,0,.35);
}

.stats div {
  border-radius: 24px;
  padding: 26px;
  text-align: center;
}

.stats strong {
  display: block;
  font-size: 2.7rem;
  color: var(--green);
}

.stats span {
  color: #ccc;
  font-weight: 800;
}

.section {
  padding: 120px 22px;
  max-width: 1180px;
  margin: auto;
}

.section-head {
  max-width: 780px;
  margin-bottom: 46px;
}

.section-head p,
.fair-card p {
  color: #cfcfcf;
  line-height: 1.8;
  font-size: 1.08rem;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card {
  min-height: 230px;
  border-radius: 28px;
  padding: 28px;
  transition: .35s ease;
  transform-style: preserve-3d;
}

.card b {
  font-size: 2.2rem;
}

.card h3 {
  color: var(--green);
  margin: 18px 0 10px;
  font-size: 1.4rem;
}

.card p {
  color: #d3d3d3;
  line-height: 1.65;
}

.card:hover {
  transform: translateY(-14px) rotateX(10deg) rotateY(-8deg);
  border-color: rgba(139,195,74,.55);
  box-shadow: 0 35px 80px rgba(139,195,74,.16);
}

.fair-card {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.bars {
  display: grid;
  gap: 18px;
}

.bars div {
  background: rgba(0,0,0,.35);
  border-radius: 18px;
  padding: 16px;
  overflow: hidden;
}

.bars span {
  display: block;
  color: white;
  margin-bottom: 10px;
  font-weight: 900;
}

.bars i {
  display: block;
  height: 12px;
  width: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #fff);
  box-shadow: 0 0 24px rgba(139,195,74,.6);
}

.bars.animate i {
  animation: barFill 1.4s ease forwards;
  width: var(--w);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1fr;
  gap: 18px;
}

.gallery-grid div {
  height: 260px;
  border-radius: 30px;
  display: flex;
  align-items: end;
  padding: 24px;
  color: var(--green);
  font-weight: 900;
  text-transform: uppercase;
  background:
    linear-gradient(135deg, rgba(139,195,74,.25), rgba(255,255,255,.06)),
    #0b110a;
  transition: .35s ease;
}

.gallery-grid div:hover {
  transform: scale(1.04);
  box-shadow: 0 30px 90px rgba(139,195,74,.16);
}

.final {
  padding: 130px 22px;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(139,195,74,.22), transparent 36%),
    #040604;
}

.final p {
  margin-top: 22px;
  color: var(--green);
  font-weight: 900;
  font-size: 1.4rem;
}

footer {
  text-align: center;
  padding: 32px;
  color: #888;
  border-top: 1px solid rgba(255,255,255,.08);
}

.reveal {
  opacity: 0;
  transform: translateY(45px);
  filter: blur(8px);
  transition: 1s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@keyframes float {
  0%,100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.08); }
}

@keyframes barFill {
  from { width: 0; }
  to { width: var(--w); }
}

@media (max-width: 900px) {
  .stats,
  .cards,
  .fair-card,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    margin-top: 0;
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }

  .hero {
    padding: 22px;
  }

  .nav {
    left: 18px;
    right: 18px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2.7rem;
  }

  .hero-content {
    padding-top: 40px;
  }

  .tag {
    font-size: .9rem;
  }

  .section {
    padding: 80px 18px;
  }
}

/* NAVBAR */

/* NAVBAR */

.navbar {
  position: fixed;
  top: 12px;
  left: 12px;
  right: 12px;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 9999;

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;

  padding: 12px 16px;
  border-radius: 999px;

  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, .1);
}

.nav-logo {
  min-width: 0;
}

.nav-logo a {
  color: white;
  text-decoration: none;
  font-weight: 900;
  font-size: clamp(1rem, 4vw, 1.4rem);
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-logo span {
  color: #8bc34a;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav-links a {
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: .3s;
}

.nav-links a:hover {
  color: #8bc34a;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  min-width: 42px;

  align-items: center;
  justify-content: center;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;

  color: white;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.mobile-menu {
  position: fixed;
  top: 78px;
  left: 12px;
  right: 12px;
  width: auto;
  max-width: 500px;
  margin: 0 auto;

  background: rgba(0, 0, 0, .92);
  backdrop-filter: blur(18px);
  border-radius: 25px;
  padding: 20px;

  display: flex;
  flex-direction: column;
  gap: 15px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px) scale(.98);
  transition: .3s ease;
  z-index: 9998;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.mobile-menu a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
}

.mobile-menu a:hover {
  color: #8bc34a;
}

@media(max-width:900px){
  .navbar {
    left: 10px;
    right: 10px;
    padding: 10px 12px;
    gap: 8px;
  }

  .nav-links {
    display: none;
  }

  .menu-btn {
    display: flex;
  }
}

.players-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(139,195,74,.22), transparent 32%),
    linear-gradient(135deg, #030403, #071006 55%, #000);
  padding: 0 18px 40px;
}

.players-hero {
  max-width: 1200px;
  margin: 0 auto 55px;
  padding-top: 150px;
  text-align: center;
}

.players-hero-inner {
  padding: 42px 24px;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.12);
}

.players {
  max-width: 1200px;
  margin: auto;
  display: grid;
  gap: 34px;
}

.position-title {
  margin: 45px 0 5px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.player-card {
  display: grid;
  grid-template-columns: 370px 1fr;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.13);
}

.image-box {
  min-height: 560px;
  position: relative;
  background:
    linear-gradient(135deg, rgba(139,195,74,.22), rgba(0,0,0,.65)),
    url("https://images.unsplash.com/photo-1553778263-73a83bab9b0c?auto=format&fit=crop&w=900&q=80");
  background-size: cover;
  background-position: center;
}

.number, .status {
  position: absolute;
  z-index: 2;
}

.number {
  bottom: 24px;
  left: 24px;
  font-size: 6rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif;
}

.status {
  top: 22px;
  left: 22px;
  background: rgba(139,195,74,.18);
  border: 1px solid rgba(139,195,74,.55);
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
}

.content {
  padding: clamp(28px, 5vw, 52px);
}

.info-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.info, .fairplay, .badge {
  background: rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 16px;
}

.label {
  color: #8bc34a;
  font-size: .78rem;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 7px;
}

.fairplay {
  margin-top: 28px;
}

.bar {
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  width: 97%;
  background: linear-gradient(90deg, #8bc34a, #eaffc9);
}

.badges {
  margin-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.text {
  margin-top: 26px;
  color: #d3d3d3;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .player-card {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .image-box {
    min-height: 420px;
  }
}

.videos {
  padding: 100px 8%;
}

.video-container {
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}

.video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

.video-card,
.gallery-placeholder {
background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
border: 1px solid rgba(255,255,255,.12);
border-radius: 30px;
overflow: hidden;
min-height: 260px;
}

.video-card iframe {
width: 100%;
aspect-ratio: 16 / 9;
border: none;
display: block;
}

.video-card h3,
.gallery-placeholder span {
display: block;
padding: 18px 24px;
color: #8bc34a;
font-weight: 900;
text-transform: uppercase;
}

.gallery-placeholder {
display: flex;
flex-direction: column;
justify-content: end;
padding: 24px;
}

.gallery-placeholder small {
color: #bdbdbd;
}
