/* ===== Passion Industry Hero Section ===== */
.hero-live-pill {
  background: rgba(230,55,124,0.15);
  border: 1px solid rgba(230,55,124,0.3);
}
.hero-live-dot {
  width: 8px; height: 8px;
  background: #39ff9e;
  box-shadow: 0 0 6px rgba(57,255,158,0.6);
}
.hero-live-label {
  color: #ff6db0;
  letter-spacing: 0.22em;
}
.hero-stat-color-pi { color: #f4b942; }
.dogtag-label { letter-spacing: 0.08em; }
.dogtag-value { font-size: 1.1rem; }

/* ===== Booty Heroes Hero ===== */
.bh-hero-stat { color: #dc3545; }

/* ===== Rebuilt Hero Sections (shared) ===== */
.hero-badge-pill {
  background: rgba(230,55,124,0.12);
  border: 1px solid rgba(230,55,124,0.25);
}
.hero-badge-dot {
  width: 8px; height: 8px;
  background: #ff6db0;
  box-shadow: 0 0 8px rgba(230,55,124,0.5);
}
.hero-badge-label {
  color: #ff6db0;
  letter-spacing: 0.22em;
}

/* Per-game color variants for badge pill */
.hero-badge-pill-everlusting { background: rgba(220,53,69,0.12); border-color: rgba(220,53,69,0.25); }
.hero-badge-dot-everlusting { background: #dc3545; box-shadow: 0 0 8px rgba(220,53,69,0.5); }
.hero-badge-label-everlusting { color: #dc3545; }
.hero-lead-everlusting { color: rgba(235,220,230,0.72); }
.hero-stat-everlusting { color: #dc3545; }

.hero-badge-pill-booty { background: rgba(0,142,252,0.12); border-color: rgba(0,142,252,0.25); }
.hero-badge-dot-booty { background: #3399ff; box-shadow: 0 0 8px rgba(0,142,252,0.5); }
.hero-badge-label-booty { color: #3399ff; }
.hero-lead-booty { color: rgba(200,220,250,0.75); }
.hero-stat-booty { color: #3399ff; }

.hero-badge-pill-horny { background: rgba(118,71,163,0.12); border-color: rgba(118,71,163,0.25); }
.hero-badge-dot-horny { background: #a855f7; box-shadow: 0 0 8px rgba(168,85,247,0.5); }
.hero-badge-label-horny { color: #a855f7; }
.hero-lead-horny { color: rgba(230,220,245,0.72); }
.hero-stat-horny { color: #a855f7; }

.hero-badge-pill-lustgoddess { background: rgba(230,55,124,0.12); border-color: rgba(230,55,124,0.25); }
.hero-badge-dot-lustgoddess { background: #ff6db0; box-shadow: 0 0 8px rgba(230,55,124,0.5); }
.hero-badge-label-lustgoddess { color: #ff6db0; }
.hero-lead-lustgoddess { color: rgba(245,225,235,0.72); }
.hero-stat-lustgoddess { color: #ff6db0; }

.hero-badge-pill-passion { background: rgba(230,55,124,0.12); border-color: rgba(230,55,124,0.25); }
.hero-badge-dot-passion { background: #ff6db0; box-shadow: 0 0 8px rgba(230,55,124,0.5); }
.hero-badge-label-passion { color: #ff6db0; }

/* Hero title gradient (common) */
.hero-title-grad {
  background: linear-gradient(135deg, #faf3e0, #ff6db0, #e6377c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
}
.hero-title-grad-everlusting { background: linear-gradient(135deg, #faf3e0, #dc3545, #ff6b81); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-title-grad-booty { background: linear-gradient(135deg, #faf3e0, #3399ff, #008efc); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-title-grad-horny { background: linear-gradient(135deg, #faf3e0, #a855f7, #7c3aed); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-title-grad-lustgoddess { background: linear-gradient(135deg, #faf3e0, #ff6db0, #e6377c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
