.parlay-stats {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(43,198,255,.20), transparent 32%),
    radial-gradient(circle at 88% 78%, rgba(0,102,255,.30), transparent 34%),
    linear-gradient(135deg, #020b18 0%, #041b3f 45%, #062d72 100%);
  color: #ffffff;
}

.parlay-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}

.parlay-stats-container {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: auto;
}

.parlay-stats-heading {
  max-width: 920px;
  margin: 0 auto 56px;
  text-align: center;
}

.parlay-stats-badge,
.panel-label {
  display: inline-block;
  margin-bottom: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.35);
  color: #8fe1ff;
  font-size: 13px;
  font-weight: 800;
}

.parlay-stats-heading h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #fff 0%, #c7ecff 60%, #5ed4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.parlay-stats-heading p {
  color: #d9ecff;
  font-size: 16px;
  line-height: 1.85;
}

.parlay-stats-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
}

.stats-main-card,
.stats-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  border: 1px solid rgba(138,214,255,.18);
  box-shadow: 0 18px 55px rgba(0,25,80,.32);
  backdrop-filter: blur(14px);
}

.stats-main-card {
  padding: 28px;
}

.stats-card-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.stats-card-head h3 {
  font-size: 26px;
  color: #fff;
  margin-bottom: 8px;
}

.stats-card-head p {
  color: #cbe7ff;
  font-size: 14px;
  line-height: 1.6;
}

.stats-card-head > span {
  height: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  color: #8fe1ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(111,211,255,.24);
  font-size: 12px;
  font-weight: 900;
}

.h2h-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.team-box,
.versus-box,
.stat-card,
.h2h-row {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.10);
}

.team-box {
  padding: 24px;
  border-radius: 24px;
  text-align: center;
}

.team-logo {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 22px;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: grid;
  place-items: center;
  font-weight: 900;
  box-shadow: 0 14px 38px rgba(0,119,255,.35);
}

.team-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.team-box span,
.versus-box span {
  color: #9fcdf5;
  font-size: 13px;
}

.versus-box {
  padding: 18px 20px;
  border-radius: 22px;
  text-align: center;
}

.versus-box strong {
  display: block;
  color: #70d8ff;
  font-size: 26px;
  margin-bottom: 5px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.stat-card {
  padding: 18px;
  border-radius: 20px;
}

.stat-featured {
  background: linear-gradient(135deg, rgba(0,102,255,.34), rgba(49,201,255,.13));
  border-color: rgba(111,211,255,.35);
}

.stat-card span {
  color: #8fe1ff;
  font-size: 12px;
  font-weight: 900;
}

.stat-card strong {
  display: block;
  font-size: 30px;
  color: #fff;
  margin: 10px 0;
}

.stat-card p {
  color: #cbe7ff;
  font-size: 13.5px;
  line-height: 1.55;
}

.h2h-table {
  display: grid;
  gap: 12px;
}

.h2h-row {
  display: grid;
  grid-template-columns: .8fr 1.4fr .5fr .8fr;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border-radius: 18px;
  color: #d9ecff;
  font-size: 14px;
}

.h2h-title {
  background: linear-gradient(135deg, rgba(49,201,255,.20), rgba(0,102,255,.18));
  color: #fff;
  font-weight: 900;
}

.h2h-row strong {
  color: #70d8ff;
}

.h2h-row em {
  font-style: normal;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #70d8ff;
  background: rgba(49,201,255,.18);
  border: 1px solid rgba(111,211,255,.35);
  font-size: 12px;
  font-weight: 900;
}

.stats-panel {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(0,102,255,.34), rgba(49,201,255,.13)),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  border-color: rgba(111,211,255,.38);
}

.stats-panel-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  background: rgba(76,207,255,.24);
  border-radius: 50%;
  filter: blur(34px);
}

.stats-panel h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.stats-panel p {
  position: relative;
  z-index: 1;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.stats-checklist {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.stats-checklist li {
  display: flex;
  gap: 12px;
  color: #d9ecff;
  font-size: 15px;
  line-height: 1.65;
}

.stats-checklist span {
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.stats-cta {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.stats-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: .35s ease;
}

.stats-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #31c9ff, #0066ff);
}

.stats-btn.secondary {
  color: #eef8ff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.24);
}

.stats-btn:hover {
  transform: translateY(-4px);
  filter: brightness(1.12);
}

@media (max-width: 1100px) {
  .parlay-stats-layout,
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .parlay-stats {
    padding: 70px 18px;
  }

  .parlay-stats-heading h2 {
    font-size: 31px;
  }

  .stats-main-card,
  .stats-panel {
    border-radius: 24px;
    padding: 22px 18px;
  }

  .stats-card-head,
  .h2h-match {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .h2h-row {
    grid-template-columns: 1fr;
  }

  .h2h-title {
    display: none;
  }
}