/* ============================================================
   Gold Overlay — Brighter Gold, Shine Effects, Trading Use Case
   ============================================================ */

/* --- Richer Gold Variables --- */
:root {
  --gold: #d4a853;
  --gold-light: #e8c46a;
  --gold-bright: #f0d080;
  --gold-dark: #b88e3f;
  --gold-gradient: linear-gradient(135deg, #d4a853, #e8c46a, #d4a853);
  --gold-shine: linear-gradient(90deg, transparent 0%, rgba(232, 196, 106, 0.3) 50%, transparent 100%);
  --gold-glow: rgba(212, 168, 83, 0.25);
  --gold-glow-strong: rgba(212, 168, 83, 0.4);
}

/* --- Shiny Gold Animation --- */
@keyframes goldShine {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes goldPulse {
  0%, 100% { text-shadow: 0 0 8px rgba(212, 168, 83, 0.3); }
  50% { text-shadow: 0 0 20px rgba(212, 168, 83, 0.5), 0 0 40px rgba(212, 168, 83, 0.2); }
}

@keyframes goldGlow {
  0%, 100% { box-shadow: 0 0 10px rgba(212, 168, 83, 0.2); }
  50% { box-shadow: 0 0 25px rgba(212, 168, 83, 0.4), 0 0 50px rgba(212, 168, 83, 0.15); }
}

/* --- Apply Shine to Golden Elements --- */
.hero-badge {
  background: var(--gold-gradient) !important;
  background-size: 200% auto !important;
  animation: goldShine 4s ease-in-out infinite !important;
  box-shadow: 0 0 15px var(--gold-glow) !important;
}

.cta-btn.hero-cta {
  background: var(--gold-gradient) !important;
  background-size: 200% auto !important;
  animation: goldShine 4s ease-in-out infinite !important;
  box-shadow: 0 0 12px var(--gold-glow) !important;
}

.cta-btn.hero-cta:hover {
  box-shadow: 0 0 25px var(--gold-glow-strong) !important;
  transform: translateY(-2px) !important;
}

.hero-title .accent {
  animation: goldPulse 3s ease-in-out infinite !important;
}

.pricing-card.featured-card {
  animation: goldGlow 3s ease-in-out infinite !important;
}

.sidebar-brand .brand-icon {
  animation: goldPulse 3s ease-in-out infinite !important;
}

.stat-num {
  color: var(--gold-light) !important;
  text-shadow: 0 0 10px rgba(212, 168, 83, 0.2) !important;
}

.section-title::after {
  background: var(--gold-gradient) !important;
}

.philo-col.truth .philo-label {
  border-bottom-color: var(--gold) !important;
  color: var(--gold) !important;
}

.faq-question:hover {
  color: var(--gold) !important;
}

.sidebar-cta {
  background: var(--gold-gradient) !important;
  color: #0b0b10 !important;
  font-weight: 600 !important;
  box-shadow: 0 0 12px var(--gold-glow) !important;
  background-size: 200% auto !important;
  animation: goldShine 4s ease-in-out infinite !important;
}

.sidebar-link.active {
  color: var(--gold) !important;
  border-right-color: var(--gold) !important;
}

.gold-shine {
  background: var(--gold-gradient) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: goldShine 4s ease-in-out infinite !important;
}

/* ============================================================
   SACRED SYMBOLS — Menu Icons That Work on the Subconscious
   ============================================================ */
.menu-sacred-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 1.1rem;
  line-height: 1;
  transition: all 0.4s ease;
  color: var(--gold-light);
  filter: drop-shadow(0 0 3px rgba(212, 168, 83, 0.2));
}

.sidebar-menu a:hover .menu-sacred-icon {
  transform: scale(1.25) rotate(8deg);
  color: var(--gold-bright);
  filter: drop-shadow(0 0 8px rgba(212, 168, 83, 0.5));
  animation: sacredGlow 1.5s ease-in-out infinite;
}

.sidebar-menu a.active .menu-sacred-icon {
  color: var(--gold);
  filter: drop-shadow(0 0 10px rgba(212, 168, 83, 0.6));
}

@keyframes sacredGlow {
  0%, 100% { filter: drop-shadow(0 0 5px rgba(212, 168, 83, 0.3)); }
  50% { filter: drop-shadow(0 0 12px rgba(212, 168, 83, 0.6)); }
}

/* Menu item text beside sacred icons */
.sidebar-menu a span:last-child {
  transition: all 0.3s ease;
}

.sidebar-menu a:hover span:last-child {
  letter-spacing: 0.5px;
}

/* ============================================================
   PLANETARY BACKGROUND — Subtle Vedic Motion in Hero
   ============================================================ */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.04;
  background:
    radial-gradient(1px 1px at 10% 20%, rgba(212, 168, 83, 0.8) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 60%, rgba(232, 196, 106, 0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 10%, rgba(212, 168, 83, 0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 40%, rgba(232, 196, 106, 0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 85% 70%, rgba(232, 196, 106, 0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 20% 80%, rgba(212, 168, 83, 0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 60% 85%, rgba(232, 196, 106, 0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 25%, rgba(212, 168, 83, 0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 40% 45%, rgba(232, 196, 106, 0.7) 0%, transparent 100%),
    radial-gradient(1px 1px at 75% 50%, rgba(212, 168, 83, 0.5) 0%, transparent 100%);
  background-size: 200% 200%;
  animation: planetaryDrift 40s linear infinite;
  pointer-events: none;
}

/* Add second layer for depth */
.hero-actions {
  position: relative;
  z-index: 2;
}

.hero-planets {
  position: relative;
  z-index: 2;
}

@keyframes planetaryDrift {
  0% { background-position: 0% 0%; }
  25% { background-position: 50% 25%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 75%; }
  100% { background-position: 0% 100%; }
}

/* ============================================================
   TRADING EMPHASIS — Visible trader CTAs
   ============================================================ */
.timing-item:first-child {
  position: relative;
}

.timing-item:first-child::after {
  content: 'Popular';
  position: absolute;
  top: -8px;
  right: -8px;
  background: var(--gold-gradient);
  color: #0b0b10;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .timing-item:first-child::after {
    right: 4px;
    top: 4px;
  }
}

/* ============================================================
   ENHANCED BADGE — More visible, animated, with sacred symbols
   ============================================================ */
.hero-badge {
  background: var(--gold-gradient) !important;
  background-size: 200% auto !important;
  animation: goldShine 4s ease-in-out infinite !important;
  box-shadow: 0 0 15px var(--gold-glow), 0 0 30px var(--gold-glow) !important;
  border-radius: 50px !important;
}

.hero-badge.animated-badge {
  font-size: 0.8rem !important;
  letter-spacing: 0.8px !important;
  padding: 10px 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #0b0b10 !important;
}

.badge-symbol {
  font-size: 0.9rem;
  filter: drop-shadow(0 0 3px rgba(212, 168, 83, 0.4));
  display: inline-block;
  animation: badgeSymbolPulse 2s ease-in-out infinite;
}

.badge-sep {
  opacity: 0.4;
  font-size: 0.7rem;
}

@keyframes badgeSymbolPulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 3px rgba(212, 168, 83, 0.4)); }
  50% { transform: scale(1.15); filter: drop-shadow(0 0 8px rgba(212, 168, 83, 0.7)); }
}

/* Badge symbol staggered animation */
.hero-badge.animated-badge .badge-symbol:nth-child(1) { animation-delay: 0s; }
.hero-badge.animated-badge .badge-symbol:nth-child(4) { animation-delay: 0.4s; }
.hero-badge.animated-badge .badge-symbol:nth-child(7) { animation-delay: 0.8s; }

/* ============================================================
   PLANETARY DRIFT — Subtle golden overlay
   ============================================================ */
.hero::before {
  content: '';
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 800px;
  height: 60%;
  background: radial-gradient(ellipse, rgba(245, 197, 66, 0.05) 0%, transparent 70%) !important;
  pointer-events: none;
  z-index: -1;
}


/* Colorful Menu Icons */
.sidebar-menu li a .fa-compass {
  background: linear-gradient(135deg, #e8c46a, #d4a853, #b8863f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(212, 168, 83, 0.4));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-infinity {
  background: linear-gradient(135deg, #7c6dd0, #6b5fc0, #5a50a0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(108, 95, 192, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-moon {
  background: linear-gradient(135deg, #c8c0d8, #a8a0c0, #8880a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(168, 160, 192, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-clock {
  background: linear-gradient(135deg, #e0a050, #c89040, #b08030);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(200, 144, 64, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-gem {
  background: linear-gradient(135deg, #60c8a0, #50b890, #40a080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(80, 184, 144, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-star {
  background: linear-gradient(135deg, #6ba0e0, #5a8fc8, #4a7ab0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(90, 143, 200, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-question-circle {
  background: linear-gradient(135deg, #d080a0, #c07088, #b06070);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(192, 112, 136, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a .fa-envelope {
  background: linear-gradient(135deg, #e08060, #d07050, #c06040);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 4px rgba(208, 112, 80, 0.3));
  transition: all 0.3s ease;
}

.sidebar-menu li a:hover i {
  transform: scale(1.25) rotate(6deg);
  filter: drop-shadow(0 0 10px currentColor) !important;
}

.sidebar-menu li a.active i {
  filter: drop-shadow(0 0 12px currentColor) !important;
  transform: scale(1.1);
}
