/* Yara Lattafa — rosa perolado, rose gold e creme gourmand tropical */

.yara-page {
  --bg-body: #fff9fb;
  --bg-hero: radial-gradient(ellipse at 18% 0%, #fce8ef 0%, #fff5e8 38%, #fff9fb 100%);
  --bg-header: rgba(255, 249, 251, 0.92);
  --bg-header-scrolled: rgba(255, 249, 251, 0.97);
  --border-header: rgba(201, 160, 84, 0.22);
  --text-main: #2a2224;
  --text-muted: #6b5f63;
  --accent: #c9a054;
  --accent-secondary: #e898b0;
  --accent-soft: rgba(232, 152, 176, 0.14);
  --btn-shadow: rgba(201, 160, 84, 0.32);
  --card-bg: rgba(255, 255, 255, 0.97);
  --card-text: #2a2224;
  --card-shadow: 0 10px 28px rgba(232, 152, 176, 0.11);
  --hero-badge-bg: rgba(201, 160, 84, 0.11);
  --hero-badge-border: rgba(201, 160, 84, 0.38);
  --footer-bg: #2a2224;
  --footer-text: #fce8ef;
  --footer-muted: #a89a9e;
  --footer-btn-bg: rgba(201, 160, 84, 0.14);
  --footer-btn-border: rgba(201, 160, 84, 0.38);
  --footer-btn-hover: rgba(201, 160, 84, 0.24);
  --footer-divider: rgba(255, 255, 255, 0.08);
}

.yara-page .section {
  background: linear-gradient(
    to bottom,
    rgba(255, 249, 251, 1) 0%,
    rgba(255, 245, 232, 0.45) 48%,
    #fce8ef 100%
  );
}

.yara-page .section--offer {
  background: linear-gradient(180deg, #fce8ef 0%, rgba(201, 160, 84, 0.11) 100%);
}

.yara-page .card:hover {
  box-shadow: 0 16px 36px rgba(201, 160, 84, 0.14), 0 8px 20px rgba(232, 152, 176, 0.1);
}

.yara-page .btn--outline {
  border-color: rgba(201, 160, 84, 0.38);
  color: #a67c3d;
}

.yara-page .btn--outline:hover {
  background: rgba(201, 160, 84, 0.09);
}

.yara-page .timeline__item {
  border-left-color: #c9a054;
}

.yara-page .hero__image::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
  width: 55%;
  height: 18%;
  background: radial-gradient(ellipse, rgba(201, 160, 84, 0.22), rgba(232, 152, 176, 0.12) 45%, transparent 72%);
  filter: blur(18px);
  pointer-events: none;
}

.yara-page .heritage-note {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-left: 3px solid #c9a054;
  background: rgba(255, 245, 232, 0.55);
  border-radius: 0 0.5rem 0.5rem 0;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 680px;
}

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

.yara-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(232, 152, 176, 0.07);
  border: 1px dashed rgba(201, 160, 84, 0.35);
  font-size: 0.88rem;
  color: var(--text-muted);
}

.yara-page .ref-badge strong {
  color: #a85d72;
}

.yara-page .performance-bars {
  margin-left: 0;
  margin-right: auto;
}
