/* ============================================================
   DreamerAI 6.0 — Dark Layer Styles (dreamer-dark.css) (FINAL PASS)
   - Removes orange
   ============================================================ */

.hero.hero--dark {
  background-color: #05070d;
  background: radial-gradient(
      circle at 10% 0%,
      #111827 0%,
      #0b0f19 45%,
      #05070d 70%,
      #020617 100%
    );
  color: #f9fafb;
}

.hero.hero--dark .hero__title,
.hero.hero--dark .hero__subtitle {
  color: #e5e7eb;
}

.hero.hero--dark .hero__eyebrow {
  color: #9ca3af;
}

.hero.hero--dark .hero__image {
  filter: drop-shadow(0 10px 35px rgba(0, 0, 0, 0.45));
  border-radius: 1.25rem;
}

/* CTA band remains dark, but button uses RGB outline style from styles.css */
.section--cta {
  background: linear-gradient(135deg, #0c111b, #111827, #1f2937);
  color: #f9fafb;
}
