/* Angham Second Song — tema claro rosa blush */

.angham-second-song-page {
  --bg-body: #fdf6fb;
  --bg-hero: radial-gradient(ellipse at 18% 0%, #fbe8f0 0%, #fdf6fb 42%, #fdf6fb 100%);
  --bg-header: rgba(253, 246, 251, 0.92);
  --bg-header-scrolled: rgba(253, 246, 251, 0.97);
  --border-header: rgba(244, 169, 192, 0.28);
  --text-main: #2a2224;
  --text-muted: #6b5f63;
  --accent: #f4a9c0;
  --accent-secondary: #fbe8f0;
  --accent-soft: rgba(244, 169, 192, 0.14);
  --btn-shadow: rgba(244, 169, 192, 0.35);
  --card-bg: rgba(255, 255, 255, 0.97);
  --card-text: #2a2224;
  --card-shadow: 0 10px 28px rgba(244, 169, 192, 0.12);
  --hero-badge-bg: rgba(244, 169, 192, 0.12);
  --hero-badge-border: rgba(244, 169, 192, 0.38);
  --footer-bg: #2a2224;
  --footer-text: #fbe8f0;
  --footer-muted: #a89a9e;
  --footer-btn-bg: rgba(244, 169, 192, 0.14);
  --footer-btn-border: rgba(244, 169, 192, 0.38);
  --footer-btn-hover: rgba(244, 169, 192, 0.24);
  --footer-divider: rgba(255, 255, 255, 0.08);
}

.angham-second-song-page .section {
  background: linear-gradient(
    to bottom,
    rgba(253, 246, 251, 1) 0%,
    rgba(251, 232, 240, 0.4) 50%,
    #fbe8f0 100%
  );
}

.angham-second-song-page .section--offer {
  background: linear-gradient(180deg, #fbe8f0 0%, rgba(244, 169, 192, 0.12) 100%);
}

.angham-second-song-page .card:hover {
  box-shadow: 0 16px 36px rgba(244, 169, 192, 0.16);
}

.angham-second-song-page .btn--outline {
  border-color: rgba(244, 169, 192, 0.4);
  color: #d4728a;
}

.angham-second-song-page .btn--outline:hover {
  background: rgba(244, 169, 192, 0.1);
}

.angham-second-song-page .timeline__item {
  border-left-color: #f4a9c0;
}

.angham-second-song-page .hero__image::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 18%;
  background: radial-gradient(ellipse, rgba(244, 169, 192, 0.28), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.angham-second-song-page .heritage-note {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid #f4a9c0;
  background: rgba(244, 169, 192, 0.08);
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 680px;
}

.angham-second-song-page .heritage-note em {
  color: var(--text-main);
  font-style: normal;
  font-weight: 600;
}

.angham-second-song-page .ref-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.65rem 1.1rem;
  border-radius: 0.5rem;
  background: rgba(244, 169, 192, 0.08);
  border: 1px dashed rgba(244, 169, 192, 0.35);
  font-size: 0.88rem;
  color: var(--text-muted);
}

.angham-second-song-page .ref-badge strong {
  color: #d4728a;
}

.angham-second-song-page .performance-bars {
  margin-left: 0;
  margin-right: auto;
}
