body {
  font-family: Arial, Helvetica, sans-serif;
}

.hero {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)),
              url("https://img.kalunga.com.br/xsports/xstatisticas//estadio.jpg") center/cover;
  padding: 120px 0;
}

.section-light {
  padding: 50px 0;
  background: #f2f2f2;
}

.section-dark {
  padding: 50px 0;
  background: #111;
}

.highlight-box {
  background: linear-gradient(90deg, #c40000, #ff3b3b);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}


/* --- */
.section-audience {
  padding: 80px 0;
  background: #f7f7f7;
  overflow: hidden;
}

.audience-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(196,0,0,0.08), transparent 60%);
  pointer-events: none;
}

.audience-badge {
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 6px 14px;
  border: 1px solid #c40000;
  color: #c40000;
  border-radius: 50px;
  font-weight: 600;
}

.big-number {
  font-size: clamp(3rem, 6vw, 4.5rem);
  color: #c40000;
}

.audience-description {
  font-size: 1.05rem;
  color: #333;
}

.stat-card {
  background: #ffffff;
  padding: 32px 24px;
  border-radius: 14px;
  /* border-top: 4px solid #c40000; */
  height: 100%;
  transition: all 0.3s ease;
}

.stat-card-premium {
  position: relative;
  background: #ffffff;
  padding: 36px 28px 32px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}

/* faixa superior */
.stat-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #c40000, #ff3b3b);
}

/* label */
.stat-label {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #999;
  margin-bottom: 12px;
}

/* número */
.stat-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #c40000;
  margin-bottom: 8px;
}

/* hover */
.stat-card-premium:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
}


.stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0,0,0,0.12);
}

.stat-icon {
  font-size: 1.6rem;
  display: inline-block;
  margin-bottom: 12px;
}

.stat-title {
  color: #c40000;
  font-weight: 700;
}


/* section black */

.section-performance-dark {
  background: radial-gradient(circle at top, #1a1a1a, #000000);
  padding: 40px 0;
}

.stat-card-dark {
  position: relative;
  background: linear-gradient(180deg, #1c1c1c, #121212);
  padding: 36px 28px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.35s ease;
  height: 100%;
  overflow: hidden;
}

/* linha de destaque */
.stat-card-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, transparent, #c40000, transparent);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* label */
.stat-card-dark .stat-label {
  font-size: 0.7rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #999;
  margin-bottom: 14px;
  display: inline-block;
}

/* número */
.stat-card-dark .stat-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

/* texto */
.stat-card-dark p {
  color: #bbbbbb;
  margin: 0;
}

/* hover elegante */
.stat-card-dark:hover {
  transform: translateY(-8px);
  box-shadow:
    0 0 0 1px rgba(196,0,0,0.6),
    0 25px 60px rgba(0,0,0,0.6);
}

.section-copinha {
  padding: 40px 0;
  background: #ffffff;
}

.section-badge {
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 50px;
  border: 1px solid #c40000;
  color: #c40000;
  font-weight: 700;
}

.copinha-big-number {
  font-size: clamp(3rem, 5vw, 4.2rem);
  font-weight: 800;
  color: #c40000;
  margin: 12px 0;
}

.copinha-description {
  color: #333;
  font-size: 1.05rem;
}

.platforms-row {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  font-weight: 600;
  color: #555;
}

.platforms-row span {
  position: relative;
  padding-bottom: 6px;
}

.platforms-row span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c40000, transparent);
  opacity: 0.6;
}

.stat-card-soft {
  background: #f8f8f8;
  padding: 32px 24px;
  border-radius: 16px;
  transition: all 0.3s ease;
  height: 100%;
}

.stat-card-soft h4 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 6px;
}

.stat-card-soft p {
  color: #555;
  margin: 0;
}

.stat-label {
  font-size: 0.65rem;
  letter-spacing: 2px;
  color: #999;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

.stat-card-soft:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* bloco vermelho */
.growth-highlight {
  background: linear-gradient(90deg, #c40000, #ff3b3b);
  color: #fff;
  padding: 48px 32px;
  border-radius: 20px;
}

.growth-highlight h4 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.growth-highlight p {
  margin: 0;
  opacity: 0.95;
}

.section-distribution {
  padding: 40px 0;
  background: #f2f2f2;
}

.distribution-title {
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 700;
  color: #777;
  margin-bottom: 24px;
}

.logos-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  flex-wrap: wrap;
}

.logos-row img {
  /* height: 34px; */
  max-width: 120px;
  opacity: 0.65;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.logos-row img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}

.btn-xsports {
  background-color: #E53935; /* vermelho XSports */
  color: #ffffff;
  border: none;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-xsports:hover {
  background-color: #C62828; /* vermelho mais escuro */
  color: #ffffff;
  transform: translateY(-1px);
}

.btn-xsports:active {
  background-color: #B71C1C;
  transform: translateY(0);
}

.btn-xsports:focus {
  box-shadow: 0 0 0 0.25rem rgba(229, 57, 53, 0.35);
}