/* ===== Passion Industry Theme (inspired by PassionIndustryGame.com) ===== */

/* ---- Colors ---- */

:root {
  --pi-plum-dark: #0a0f08;
  --pi-plum-950: #150818;
  --pi-plum-900: #1c0d22;
  --pi-plum-800: #2e1535;
  --pi-plum-700: #4a2150;
  --pi-plum-600: #5c2a63;
  --pi-plum-500: #6e3575;
  --pi-magenta-500: #e6377c;
  --pi-magenta-400: #ff6db0;
  --pi-gold-400: #f4b942;
  --pi-gold-300: #ffd266;
  --pi-gold-metal: #d4af37;
  --pi-cream-100: #faf3e0;
  --pi-neon-500: #39ff9e;
  --pi-flame-500: #ff6b35;
  --pi-cream-100-72: rgba(250, 243, 224, 0.72);
  --pi-cream-100-55: rgba(250, 243, 224, 0.55);
  --pi-cream-100-40: rgba(250, 243, 224, 0.40);
}

/* ---- Passion Hero ---- */

.passionindustry-hero {
  background: radial-gradient(ellipse at 85% 10%, rgba(124, 58, 237, 0.12) 0%, transparent 55%), radial-gradient(ellipse at 10% 90%, rgba(255, 51, 102, 0.10) 0%, transparent 55%), linear-gradient(180deg, #221128 0%, #14081a 100%) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.passionindustry-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(255,192,220,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
  pointer-events: none;
}

.passionindustry-hero .badge {
  background: rgba(230,55,124,0.15) !important;
  color: #ff6db0 !important;
  border: 1px solid rgba(230,55,124,0.3);
}

.passionindustry-hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, #faf3e0 0%, #d4af37 50%, #f4b942 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.03em;
}

.passionindustry-hero .lead {
  color: var(--pi-cream-100-72) !important;
}

.passionindustry-hero .fw-bold.text-danger {
  color: #dc3545 !important;
}

.passionindustry-hero .text-white-50 {
  color: var(--pi-cream-100-55) !important;
}

.btn-pi-gold {
  background: linear-gradient(135deg, #e6377c 0%, #c02060 50%, #e6377c 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(230,55,124,0.35), 0 0 0 1px rgba(230,55,124,0.2);
  transition: all 0.3s ease;
}

.btn-pi-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(230,55,124,0.5), 0 0 0 1px rgba(230,55,124,0.4);
  color: #ffffff !important;
}

.btn-pi-outline {
  background: transparent !important;
  border: 1px solid rgba(230,55,124,0.4) !important;
  color: #ff6db0 !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

.btn-pi-outline:hover {
  background: rgba(230,55,124,0.1) !important;
  border-color: #ff6db0 !important;
  color: #ff6db0 !important;
}

/* ---- Section Styles ---- */

.pi-section-dark {
  background: linear-gradient(180deg, #1a0a28 0%, #1c0e2c 50%, #1a0a28 100%);
}

.pi-section-grain {
  position: relative;
  isolation: isolate;
}

.pi-section-grain::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(135deg, rgba(255,192,220,0.025) 0 14px, transparent 14px 28px);
  pointer-events: none;
}

.pi-section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(110,53,117,0.5), transparent);
  margin: 0;
}

/* ---- Badge Stencil ---- */

.pi-stencil {
  display: inline-block;
  padding: 0.35rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid rgba(230, 55, 124, 0.4);
  border-radius: 100px;
  color: #ff6db0;
  background: rgba(230, 55, 124, 0.1);
}

/* ---- Section Titles ---- */

.pi-section-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  background: linear-gradient(135deg, #faf3e0 0%, #ff6db0 30%, #e6377c 60%, #ffd266 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Feature Card ---- */

.pi-feature-card {
  background: linear-gradient(145deg, rgba(60, 20, 50, 0.6), rgba(40, 15, 35, 0.7));
  border: 1px solid rgba(230, 55, 124, 0.25);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.pi-feature-card:hover {
  border-color: rgba(230, 55, 124, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.4), 0 0 30px rgba(230, 55, 124, 0.2);
}

.pi-feature-card .bi {
  color: #e6377c !important;
}

/* ---- Screenshot Wrapper ---- */

.pi-screenshot {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  border: 1px solid rgba(110,53,117,0.2);
}

/* ---- Image Panels ---- */

.pi-panel {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(110,53,117,0.2);
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  background: #2e1535;
}

.pi-panel img {
  width: 100%;
  display: block;
}

/* ---- Gold Dogtag ---- */

.pi-dogtag {
  background: rgba(46,21,53,0.4);
  border: 1px solid rgba(110,53,117,0.3);
  border-radius: 12px;
  padding: 1rem;
}

/* ---- CTA Section ---- */

.pi-cta-section {
  background: radial-gradient(50% 50% at 50% 30%, rgba(230,55,124,0.18), transparent 70%), radial-gradient(70% 60% at 80% 80%, rgba(230,55,124,0.08), transparent 70%), linear-gradient(180deg, #1c0d22, #150818);
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.pi-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: repeating-linear-gradient(135deg, rgba(255,192,220,0.02) 0 14px, transparent 14px 28px);
  pointer-events: none;
}

/* ---- Marquee ticker ---- */

.pi-ticker {
  background: linear-gradient(180deg, rgba(50, 18, 60, 0.7), rgba(28, 10, 36, 0.7));
  border-top: 1px solid rgba(230, 55, 124, 0.3);
  border-bottom: 1px solid rgba(230, 55, 124, 0.3);
  margin-top: 15px;
  padding: 0.75rem 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.pi-ticker-track {
  display: inline-block;
  animation: piTicker 30s linear infinite;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ff6db0;
}

.pi-ticker-track a {
  color: #ff6db0 !important;
}

.pi-ticker-track span {
  display: inline-flex;
  align-items: center;
  gap: 0 1.2rem;
}

.pi-ticker-dot {
  color: rgba(255, 109, 176, 0.5);
  margin: 0 0.1rem;
  font-size: 0;
}
.pi-ticker-dot::before {
  content: '◆';
  font-size: 0.7rem;
  line-height: 1;
}

@keyframes piTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ---- Section Number ---- */

.pi-section-num {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(230,55,124,0.3), rgba(230,55,124,0.05));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

/* ---- Chip Badge ---- */

.pi-chip {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid;
}

/* ---- Bullet Points ---- */

.pi-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #e6377c;
  box-shadow: 0 0 12px rgba(230,55,124,0.6);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ---- Text Colors ---- */

.pi-text-cream {
  color: var(--pi-cream-100);
}

.pi-text-cream-72 {
  color: var(--pi-cream-100-72);
}

.pi-text-cream-55 {
  color: var(--pi-cream-100-55);
}

.pi-text-gold {
  color: #e6377c;
}

.pi-text-magenta {
  color: #ff6db0;
}

/* ---- Platform Icons Row ---- */

.pi-platform-icon {
  background: rgba(46,21,53,0.4);
  border: 1px solid rgba(110,53,117,0.3);
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}

.pi-platform-icon:hover {
  border-color: rgba(230,55,124,0.5);
}

.pi-platform-icon svg {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.75rem;
  color: #dc3545;
  display: block;
}

.pi-platform-icon .label {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--pi-cream-100);
}

/* ---- Responsive ---- */

@media (max-width: 767.98px) {
  .passionindustry-hero {
    padding: 4rem 0 2rem !important;
    min-height: 0 !important;
  }
}

/* ---- CTA Title ---- */

.pi-cta-title {
  line-height: 0.92;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
}

.pi-cta-title .pi-grad-text {
  background: linear-gradient(135deg, #ff6db0, #e6377c, #ff6db0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Hero Image with Play Button Overlay ---- */

.pi-hero-img-link {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.pi-hero-img-wrapper {
  position: relative;
  overflow: hidden;
}

.pi-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

.pi-hero-img-link:hover .pi-play-overlay,
.pi-hero-img-link:active .pi-play-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.pi-play-btn-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(230, 55, 124, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease;
  box-shadow: 0 0 30px rgba(230, 55, 124, 0.5), 0 0 60px rgba(230, 55, 124, 0.25);
}

.pi-hero-img-link:hover .pi-play-btn-circle,
.pi-hero-img-link:active .pi-play-btn-circle {
  transform: scale(1);
  opacity: 1;
}

.pi-play-btn-circle .bi-play-fill {
  font-size: 2.5rem;
  color: #fff;
  margin-left: 4px; /* optical centering for play triangle */
}

/* click ripple animation */
.pi-hero-img-link:active .pi-play-btn-circle {
  animation: piPlayPulse 0.5s ease-out;
}

@keyframes piPlayPulse {
  0% {
    box-shadow: 0 0 30px rgba(230, 55, 124, 0.5), 0 0 60px rgba(230, 55, 124, 0.25);
  }
  50% {
    box-shadow: 0 0 50px rgba(230, 55, 124, 0.8), 0 0 100px rgba(230, 55, 124, 0.5), 0 0 150px rgba(230, 55, 124, 0.3);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 0 0 30px rgba(230, 55, 124, 0.5), 0 0 60px rgba(230, 55, 124, 0.25);
    transform: scale(1);
  }
}

/* enhance pi-panel for image hover */
.pi-hero-img-wrapper img {
  transition: transform 0.5s ease;
}

.pi-hero-img-link:hover .pi-hero-img-wrapper img {
  transform: scale(1.04);
}

/* ---- Horny Villa Section Titles (pink/white gradient matching logo) ---- */

.hv-section-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  background: linear-gradient(135deg, #ffffff 0%, #ff8ec4 30%, #dc3545 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Horny Villa Glow CTA Buttons ---- */

.hv-btn-glow {
  position: relative;
  background: linear-gradient(135deg, #dc3545 0%, #e6377c 100%) !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(220, 53, 69, 0.4), 0 0 40px rgba(230, 55, 124, 0.2), 0 0 0 1px rgba(255, 142, 196, 0.3);
  transition: all 0.3s ease;
}

.hv-btn-glow:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(220, 53, 69, 0.6), 0 0 60px rgba(230, 55, 124, 0.4), 0 0 0 1px rgba(255, 142, 196, 0.5);
  background: linear-gradient(135deg, #e6377c 0%, #dc3545 100%) !important;
}

.hv-btn-glow:active {
  animation: hvBtnPulse 0.5s ease-out;
}

@keyframes hvBtnPulse {
  0% {
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.4), 0 0 40px rgba(230, 55, 124, 0.2);
  }
  50% {
    box-shadow: 0 8px 40px rgba(220, 53, 69, 0.8), 0 0 80px rgba(230, 55, 124, 0.6), 0 0 120px rgba(255, 142, 196, 0.3);
  }
  100% {
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.4), 0 0 40px rgba(230, 55, 124, 0.2);
  }
}

/* ---- Index Hero Glow Buttons ---- */

.hero-btn-glow {
  border: 1.5px solid rgba(230, 55, 124, 0.3) !important;
  background: rgba(230, 55, 124, 0.06) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.3s ease;
}

.hero-btn-glow:hover {
  background: rgba(230, 55, 124, 0.1) !important;
  border-color: rgba(230, 55, 124, 0.5) !important;
  color: #ff6db0 !important;
  box-shadow: 0 2px 16px rgba(230, 55, 124, 0.25), 0 0 30px rgba(230, 55, 124, 0.12);
  transform: translateY(-2px);
}

.hero-btn-glow:active {
  transform: translateY(-1px);
  box-shadow: 0 2px 15px rgba(230, 55, 124, 0.5);
}

.hero-btn-glow-outline {
  border: 1.5px solid rgba(13, 202, 240, 0.25) !important;
  color: rgba(200, 230, 255, 0.8) !important;
  font-size: 1.05rem !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(13, 202, 240, 0.03) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.hero-btn-glow-outline:hover {
  background: rgba(13, 202, 240, 0.08) !important;
  border-color: rgba(13, 202, 240, 0.6) !important;
  box-shadow: 0 4px 24px rgba(13, 202, 240, 0.3), 0 0 40px rgba(220, 53, 69, 0.15);
  color: #0dcaf0 !important;
  transform: translateY(-3px);
}

.hero-btn-glow-outline:active {
  transform: translateY(-1px);
}

/* ===== Sticky CTA Bar (shared with passion-industry-game.html) ===== */

.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  display: none;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sticky-cta-bar.visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-cta-inner {
  background: linear-gradient(180deg, rgba(20,8,28,0.92), rgba(15,5,20,0.96));
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 -10px 40px rgba(0,0,0,0.6);
}

.sticky-cta-bar::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ff6db0, transparent);
}

@keyframes statusPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

/* ===== Everlusting Life Theme (blue/celestial inspired by WaifuAutoChess.com) ===== */

.el-hero {
  background: radial-gradient(ellipse at 20% 30%, rgba(63, 138, 224, 0.25) 0%, transparent 60%), radial-gradient(ellipse at 80% 70%, rgba(132, 181, 241, 0.15) 0%, transparent 50%), radial-gradient(ellipse at 50% 50%, rgba(63, 138, 224, 0.08) 0%, transparent 70%), linear-gradient(180deg, #0f1a2e 0%, #0b0b0f 100%) !important;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.el-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(132, 181, 241, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
  mask-image: radial-gradient(ellipse at 50% 50%, black 20%, transparent 70%);
  pointer-events: none;
}

.el-hero h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  background: linear-gradient(135deg, #faf3e0 0%, #84b5f1 50%, #3f8ae0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.03em;
}

.el-hero .lead {
  color: var(--pi-cream-100-72) !important;
}

.el-btn-blue {
  background: linear-gradient(135deg, #3f8ae0 0%, #84b5f1 50%, #3f8ae0 100%) !important;
  color: #0f1a2e !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 4px 20px rgba(63, 138, 224, 0.3), 0 0 0 1px rgba(63, 138, 224, 0.2);
  transition: all 0.3s ease;
}

.el-btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(63, 138, 224, 0.5), 0 0 0 1px rgba(63, 138, 224, 0.4);
  color: #0f1a2e !important;
}

.el-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(132, 181, 241, 0.4) !important;
  color: #84b5f1 !important;
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

.el-btn-outline:hover {
  background: rgba(132, 181, 241, 0.1) !important;
  border-color: #84b5f1 !important;
  color: #84b5f1 !important;
}

/* ===== Light Theme Overrides (Passion Industry) ===== */

[data-bs-theme="light"] .passionindustry-hero {
  background: linear-gradient(180deg, #fdf2f8 0%, #f8e8f4 50%, #fdf2f8 100%) !important;
}
[data-bs-theme="light"] .passionindustry-hero::before {
  background-image: radial-gradient(rgba(230,55,124,0.04) 1px, transparent 1px);
}
[data-bs-theme="light"] .passionindustry-hero h1 {
  background: linear-gradient(135deg, #4a1030 0%, #c02060 50%, #8b1a8b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
[data-bs-theme="light"] .passionindustry-hero .lead {
  color: rgba(60, 15, 40, 0.72) !important;
}
[data-bs-theme="light"] .passionindustry-hero .fw-bold,
[data-bs-theme="light"] .passionindustry-hero [style*="color:#ff6db0"] {
  color: #c02060 !important;
}
[data-bs-theme="light"] .passionindustry-hero .text-white-50 {
  color: rgba(60, 15, 40, 0.55) !important;
}

[data-bs-theme="light"] .pi-section-dark {
  background: linear-gradient(180deg, #fdf2f8 0%, #f5e6f0 50%, #fdf2f8 100%) !important;
}
[data-bs-theme="light"] .pi-section-grain::before {
  background-image: repeating-linear-gradient(135deg, rgba(230,55,124,0.03) 0 14px, transparent 14px 28px);
}

[data-bs-theme="light"] .pi-stencil {
  border-color: rgba(200, 40, 100, 0.3) !important;
  color: #c02060 !important;
  background: rgba(200, 40, 100, 0.08) !important;
}

[data-bs-theme="light"] .pi-section-title {
  background: linear-gradient(135deg, #4a1030 0%, #c02060 40%, #8b1a8b 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

[data-bs-theme="light"] .pi-feature-card {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(200, 40, 100, 0.2) !important;
}
[data-bs-theme="light"] .pi-feature-card:hover {
  border-color: rgba(200, 40, 100, 0.5) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08), 0 0 30px rgba(200, 40, 100, 0.1) !important;
}
[data-bs-theme="light"] .pi-feature-card .bi {
  color: #c02060 !important;
}

[data-bs-theme="light"] .pi-panel {
  border-color: rgba(200, 40, 100, 0.15) !important;
  background: #f8eef4 !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06) !important;
}

[data-bs-theme="light"] .pi-dogtag {
  background: rgba(200, 40, 100, 0.05) !important;
  border-color: rgba(200, 40, 100, 0.2) !important;
}

[data-bs-theme="light"] .pi-cta-section {
  background: radial-gradient(50% 50% at 50% 30%, rgba(200,40,100,0.1), transparent 70%), radial-gradient(70% 60% at 80% 80%, rgba(200,40,100,0.05), transparent 70%), linear-gradient(180deg, #fdf2f8, #f5e6f0) !important;
}
[data-bs-theme="light"] .pi-cta-section::before {
  background-image: repeating-linear-gradient(135deg, rgba(200,40,100,0.025) 0 14px, transparent 14px 28px);
}
[data-bs-theme="light"] .pi-cta-title {
  color: #4a1030 !important;
}
[data-bs-theme="light"] .pi-cta-title .pi-grad-text {
  background: linear-gradient(135deg, #c02060, #8b1a8b, #c02060) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

[data-bs-theme="light"] .pi-ticker {
  background: linear-gradient(180deg, rgba(250, 240, 248, 0.9), rgba(245, 230, 242, 0.9)) !important;
  border-top-color: rgba(200, 40, 100, 0.25) !important;
  border-bottom-color: rgba(200, 40, 100, 0.25) !important;
}
[data-bs-theme="light"] .pi-ticker-label,
[data-bs-theme="light"] .pi-ticker-track,
[data-bs-theme="light"] .pi-ticker-track a {
  color: #c02060 !important;
}
[data-bs-theme="light"] .pi-ticker-label {
  background: linear-gradient(90deg, rgba(250, 240, 245, 1) 75%, rgba(250, 240, 245, 0) 100%) !important;
}
[data-bs-theme="light"] .pi-ticker-dot {
  color: rgba(200, 40, 100, 0.45) !important;
}

[data-bs-theme="light"] .btn-pi-gold {
  background: linear-gradient(135deg, #c02060 0%, #8b1a8b 50%, #c02060 100%) !important;
  box-shadow: 0 4px 20px rgba(192, 32, 96, 0.25), 0 0 0 1px rgba(192, 32, 96, 0.15) !important;
}
[data-bs-theme="light"] .btn-pi-gold:hover {
  box-shadow: 0 6px 30px rgba(192, 32, 96, 0.4), 0 0 0 1px rgba(192, 32, 96, 0.3) !important;
}
[data-bs-theme="light"] .btn-pi-outline {
  border-color: rgba(192, 32, 96, 0.4) !important;
  color: #c02060 !important;
}
[data-bs-theme="light"] .btn-pi-outline:hover {
  background: rgba(192, 32, 96, 0.08) !important;
  border-color: #c02060 !important;
  color: #c02060 !important;
}

[data-bs-theme="light"] .pi-text-cream {
  color: #2a1030 !important;
}
[data-bs-theme="light"] .pi-text-cream-72 {
  color: rgba(50, 10, 30, 0.75) !important;
}
[data-bs-theme="light"] .pi-text-cream-55 {
  color: rgba(50, 10, 30, 0.55) !important;
}
[data-bs-theme="light"] .pi-text-gold {
  color: #c02060 !important;
}

[data-bs-theme="light"] .pi-section-num {
  background: linear-gradient(135deg, rgba(192, 32, 96, 0.4), rgba(192, 32, 96, 0.08)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

[data-bs-theme="light"] .pi-chip {
  background: rgba(192, 32, 96, 0.08) !important;
  border-color: rgba(192, 32, 96, 0.25) !important;
  color: #c02060 !important;
}

[data-bs-theme="light"] .pi-bullet {
  background: #c02060 !important;
  box-shadow: 0 0 10px rgba(192, 32, 96, 0.3) !important;
}

[data-bs-theme="light"] .pi-section-divider {
  background: linear-gradient(90deg, transparent, rgba(192, 32, 96, 0.25), transparent) !important;
}

[data-bs-theme="light"] .pi-play-btn-circle {
  box-shadow: 0 0 30px rgba(192, 32, 96, 0.35), 0 0 60px rgba(192, 32, 96, 0.15) !important;
}

[data-bs-theme="light"] .sticky-cta-bar::before {
  background: linear-gradient(90deg, transparent, #c02060, transparent) !important;
}

[data-bs-theme="light"] .faq-wrapper {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(192, 32, 96, 0.2) !important;
}
[data-bs-theme="light"] .faq-circle {
  color: #c02060 !important;
  border-color: rgba(192, 32, 96, 0.4) !important;
}
[data-bs-theme="light"] .faq-hr {
  border-color: rgba(192, 32, 96, 0.2) !important;
}

