@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap");

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

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  background: #030303;
  color: #fff;
  overflow-x: hidden;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 36, 36, 0.26), transparent 35%),
    radial-gradient(circle at 25% 70%, rgba(255, 255, 255, 0.12), transparent 20%),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    #050505;
  background-size: auto, auto, 72px 72px, 72px 72px;
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #020202 0%, transparent 18%, transparent 82%, #020202 100%),
    linear-gradient(180deg, rgba(0,0,0,.45), transparent 45%, #050505 100%);
}

.navbar {
  width: min(1180px, calc(100% - 48px));
  height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 1px;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(255, 35, 35, .85));
}

.brand span span {
  color: #ff2d32;
}

.navbar nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.navbar nav a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4px;
  transition: .2s ease;
}

.navbar nav a:hover {
  color: #fff;
}

.vip-btn {
  padding: 15px 25px;
  border-radius: 999px;
  color: #fff;
  background: #ff2a2f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 0 35px rgba(255, 38, 43, .5);
}

.hero {
  min-height: 640px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(8,8,12,.72);
  color: rgba(255,255,255,.9);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
}

.live-pill span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff2a2f;
  box-shadow: 0 0 14px #ff2a2f;
}

.hero h1 {
  margin-top: 28px;
  font-size: clamp(54px, 7vw, 96px);
  line-height: .92;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -4px;
  text-shadow: 0 0 28px rgba(255,255,255,.45);
}

.hero h1 strong {
  color: #ff282d;
  text-shadow: 0 0 30px rgba(255, 38, 43, .6);
}

.hero h1 strong:nth-of-type(2) {
  color: #ff3035;
}

.hero p {
  width: min(700px, 100%);
  margin: 28px auto 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.6;
}

.hero p b {
  color: #fff;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
  justify-content: center;
  padding: 18px 28px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.btn.primary {
  color: #fff;
  background: #ff282d;
  box-shadow: 0 0 35px rgba(255, 38, 43, .55);
}

.btn.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.9);
  background: rgba(255,255,255,.03);
}

.stat-cards {
  width: min(760px, 100%);
  margin: 55px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat-cards article {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  padding: 18px 22px;
  border: 1px solid rgba(255, 55, 65, .55);
  border-radius: 16px;
  background: rgba(8, 6, 10, .68);
  box-shadow: inset 0 0 30px rgba(255, 35, 35, .04);
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  color: #ff2a2f;
  font-weight: 900;
}

.stat-cards strong {
  display: block;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

.stat-cards span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.ticker {
  height: 58px;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.6);
  overflow: hidden;
}

.ticker-track {
  height: 100%;
  min-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 44px;
  animation: moveTicker 28s linear infinite;
}

.ticker span {
  color: rgba(255,255,255,.42);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  white-space: nowrap;
}

.ticker b {
  margin-left: 12px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
}

.ticker span::after {
  content: "•";
  margin-left: 18px;
  color: #ff2a2f;
}

.content-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.content-section h2 {
  font-size: clamp(34px, 5vw, 58px);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -2px;
}

.content-section p {
  margin-top: 14px;
  max-width: 700px;
  color: rgba(255,255,255,.62);
  font-size: 17px;
  line-height: 1.7;
}

@keyframes moveTicker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-260px);
  }
}

@media (max-width: 900px) {
  .navbar {
    height: auto;
    padding: 22px 0;
    gap: 18px;
    flex-wrap: wrap;
  }

  .navbar nav {
    width: 100%;
    order: 3;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 45px;
  }

  .stat-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .navbar,
  .hero,
  .content-section {
    width: min(100% - 28px, 1180px);
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .btn {
    width: 100%;
    min-width: 0;
  }

  .vip-btn {
    padding: 13px 18px;
  }
}
/* FOOTER SOCIALS + KICK STATUS */
.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-kicker {
  display: block;
  margin-bottom: 8px;
  color: #ff2a2f;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 3px;
}

.site-footer strong {
  display: block;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 55, 65, .42);
  border-radius: 999px;
  background: rgba(8,8,12,.7);
  color: rgba(255,255,255,.82);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .6px;
  transition: .2s ease;
}

.footer-social:hover {
  color: #fff;
  border-color: rgba(255, 55, 65, .95);
  background: rgba(255, 42, 47, .18);
  box-shadow: 0 0 24px rgba(255, 38, 43, .22);
  transform: translateY(-2px);
}

.footer-social__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.footer-social__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.kick-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(8,8,12,.78);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
  box-shadow: 0 0 28px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
}

.kick-status--floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
}

.kick-status__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #facc15;
  box-shadow: 0 0 14px #facc15;
}

.kick-status--live .kick-status__dot {
  background: #22c55e;
  box-shadow: 0 0 16px #22c55e;
}

.kick-status--offline .kick-status__dot {
  background: #ff2a2f;
  box-shadow: 0 0 16px #ff2a2f;
}

@media (max-width: 760px) {
  .site-footer {
    width: min(100% - 28px, 1180px);
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .kick-status--floating {
    left: 14px;
    right: 14px;
    justify-content: center;
  }
}


/* FIXED FOOTER SOCIALS + KICK STATUS */
.footer-social__icon img, .social-pill__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.kick-status--loading .kick-status__dot {
  background: #facc15;
  box-shadow: 0 0 14px #facc15;
  animation: kickPulse 1.1s infinite ease-in-out;
}
.kick-status--live .kick-status__dot {
  background: #22c55e;
  box-shadow: 0 0 16px #22c55e;
}
.kick-status--offline .kick-status__dot {
  background: #ff2a2f;
  box-shadow: 0 0 16px #ff2a2f;
}
@keyframes kickPulse {
  0%, 100% { transform: scale(1); opacity: .7; }
  50% { transform: scale(1.35); opacity: 1; }
}
