/* Fonte e base */
body {
  font-family: "Poppins", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Animações do botão JOGAR GRÁTIS */
@keyframes jogar-gratis-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 14px rgba(62, 230, 50, 0.42), 0 0 28px rgba(62, 230, 50, 0.26), 0 12px 28px rgba(34, 197, 94, 0.34);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(62, 230, 50, 0.55), 0 0 38px rgba(62, 230, 50, 0.34), 0 14px 34px rgba(34, 197, 94, 0.42);
  }
}

.jogar-gratis-btn {
  background: linear-gradient(135deg, #4aef20, #32d956 50%, #3de658);
  animation: jogar-gratis-pulse 2.2s ease-in-out infinite;
}

.jogar-gratis-btn:hover {
  animation-play-state: paused;
}

/* Badge de jogadores online */
@keyframes onlineBadgeGlowHot {
  0%, 100% {
    border-color: #ff9500;
    box-shadow: 0 0 12px rgba(255, 140, 0, 0.55), 0 0 28px rgba(255, 60, 0, 0.3), inset 0 0 12px rgba(255, 100, 0, 0.15);
  }
  50% {
    border-color: #ffea00;
    box-shadow: 0 0 26px rgba(255, 200, 0, 0.95), 0 0 48px rgba(255, 80, 0, 0.55), inset 0 0 18px rgba(255, 160, 0, 0.25);
  }
}

@keyframes onlineTextPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}

.online-badge-hot {
  background: linear-gradient(135deg, rgba(255, 120, 0, 0.35), rgba(255, 40, 0, 0.18));
  border: 2px solid #ffcc00;
  animation: onlineBadgeGlowHot 2.2s ease-in-out infinite;
}

.online-count-hot {
  color: #ffea00;
  text-shadow: 0 0 10px #ffc800, 0 0 20px rgba(255, 100, 0, 0.75);
}

.online-label-hot {
  color: #ffb347;
  text-shadow: 0 0 8px rgba(255, 150, 0, 0.85);
}

.online-fire {
  filter: drop-shadow(0 0 6px rgba(255, 120, 0, 0.95));
}

.landing-online-badge .online-pulse {
  animation: onlineTextPulse 2.8s ease-in-out infinite;
}

/* Carrossel de seleções */
.hero-bg-sky,
.circle-sky {
  background: linear-gradient(to bottom, #4ec0ca 0%, #87ceeb 55%, #ded895 100%);
  transition: background 0.3s ease;
}

.hero-bg-gif {
  opacity: 0.34;
  filter: saturate(0.82) brightness(0.72);
  transform: scale(1.02);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-bg-gif.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.hero-bg-gif.is-active {
  opacity: 0.34;
  visibility: visible;
}

.circle-gif,
.circle-bird {
  transition: opacity 0.3s ease;
}

.circle-gif.is-hidden,
.circle-bird.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.circle-gif.is-active,
.circle-bird.is-active {
  opacity: 1;
  visibility: visible;
}

.nav-arrow {
  color: #6fdc6f;
  text-shadow: 0 0 20px #7ed957;
  transition: transform 0.2s ease;
}

.nav-arrow:hover {
  transform: scale(1.1);
}

/* Landing 2026 — arena premium */
body{background:#020a05;color:#fff}.hero-bg-gif{opacity:.42!important;filter:saturate(1.05) brightness(.5) contrast(1.08)!important}.hero-bg-sky:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 35%,rgba(35,255,115,.12),transparent 30%),linear-gradient(110deg,rgba(0,0,0,.7),rgba(0,75,32,.18),rgba(0,0,0,.74))}.arena-stats{box-shadow:0 -20px 70px rgba(0,0,0,.38),0 20px 70px rgba(0,0,0,.25)}.promo-card{display:grid;grid-template-columns:minmax(260px,.8fr) 1fr;overflow:hidden;border:1px solid rgba(68,255,128,.2);border-radius:28px;background:radial-gradient(circle at 90% 0,rgba(64,255,111,.17),transparent 40%),#06170d;box-shadow:0 28px 90px rgba(0,0,0,.36)}.promo-card>img{width:100%;height:100%;min-height:380px;object-fit:cover}.promo-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(28px,5vw,70px)}.promo-copy span{font-size:12px;font-weight:900;letter-spacing:.16em;color:#ffdc31}.promo-copy h2{margin:12px 0;font-size:clamp(30px,4vw,52px);line-height:1;letter-spacing:-.045em}.promo-copy p{max-width:520px;color:rgba(255,255,255,.62);line-height:1.7}.promo-button{margin-top:25px;padding:15px 23px;border-radius:999px;background:linear-gradient(135deg,#75ef46,#28cb62);box-shadow:0 16px 40px rgba(40,203,98,.28);font-weight:900;color:#021708;transition:.2s}.promo-button:hover{transform:translateY(-3px);filter:brightness(1.07)}.how-card{overflow:hidden;background:#06120b!important;box-shadow:0 18px 50px rgba(0,0,0,.2)}.how-card>img{width:100%;height:155px;object-fit:cover;filter:saturate(1.12) contrast(1.04)}.how-body{position:relative;padding:24px}.how-body b{position:absolute;right:18px;top:-23px;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#66eb40;color:#031408;font-size:19px;box-shadow:0 10px 28px rgba(74,235,64,.35)}.how-body h3{font-size:17px;font-weight:800}.how-body p{margin-top:8px;color:rgba(255,255,255,.54);font-size:13px;line-height:1.6}
@media(max-width:740px){.promo-card{grid-template-columns:1fr}.promo-card>img{min-height:0;aspect-ratio:1/1}.promo-copy{padding:28px}.how-card>img{height:180px}}
@media(prefers-reduced-motion:reduce){.jogar-gratis-btn,.landing-online-badge .online-pulse,.online-badge-hot{animation:none!important}}
