/* ========================================
   THEME: Dark — Landing Pages
   ======================================== */
[data-theme="dark"] {
  /* Backgrounds */
  --bg-primary: var(--black);
  --bg-secondary: var(--black-2);
  --bg-tertiary: var(--black-3);
  --bg-section-alt: var(--black-2);

  /* Texto */
  --text-primary: var(--white);
  --text-secondary: rgba(245, 242, 236, 0.6);
  --text-muted: var(--gray-500);
  --text-white: var(--white);

  /* Acento */
  --accent-primary: var(--gold);
  --accent-hover: var(--gold-light);
  --accent-light: var(--gold-muted);

  /* Header */
  --header-bg: transparent;
  --header-scrolled: rgba(11, 11, 11, 0.97);
  --header-text: var(--white);
  --header-text-scrolled: var(--white);
  --header-shadow: none;

  /* Cards */
  --card-bg: var(--black-3);
  --card-border: rgba(255, 255, 255, 0.06);
  --card-shadow: var(--shadow-lg);

  /* Bordas */
  --border-light: rgba(255, 255, 255, 0.06);
  --border-accent: var(--gold);

  /* Footer */
  --footer-bg: var(--black-2);
  --footer-text: var(--gray-500);

  /* Overlay */
  --overlay-bg: rgba(0, 0, 0, 0.88);

  /* Hero */
  --hero-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.15) 35%, rgba(0, 0, 0, 0.7) 70%, var(--black) 100%);

  /* Seções */
  --section-divider: rgba(255, 255, 255, 0.06);
}
