/* ══════════════════════════════════════
   EXTATICA — Globaler Glow
   ══════════════════════════════════════ */

/* Alle Texte auf allen Seiten */
h1, h2, h3, h4, h5, h6,
p, li, span, a, label, td, th,
.elementor-heading-title,
.elementor-widget-text-editor,
.elementor-widget-html,
.entry-title,
.page-title,
.entry-content,
.entry-content * {
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.15),
    0 0 30px rgba(255, 79, 135, 0.12);
}

/* H1 Extatica Startseite extra stark */
.elementor-element-c6446cf .elementor-heading-title {
  text-shadow:
    0 0 20px rgba(255, 255, 255, 0.6),
    0 0 50px rgba(255, 255, 255, 0.25),
    0 0 100px rgba(255, 79, 135, 0.15);
}

/* Navigation */
.main-navigation a {
  text-shadow:
    0 0 8px currentColor,
    0 0 20px rgba(255, 79, 135, 0.3);
  transition: text-shadow 0.3s ease;
}
.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  text-shadow:
    0 0 12px currentColor,
    0 0 30px rgba(255, 79, 135, 0.6),
    0 0 60px rgba(255, 79, 135, 0.2);
}

/* FAQ Akkordeon */
details summary {
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.2),
    0 0 25px rgba(255, 79, 135, 0.15);
  transition: text-shadow 0.3s ease;
}
details summary:hover {
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.35),
    0 0 35px rgba(255, 79, 135, 0.3);
}

/* Eyebrow Labels (Pink) */
.extatica-awareness-eyebrow,
.extatica-codekey-label,
.extatica-intro__eyebrow,
.extatica-outfit-check__eyebrow {
  text-shadow:
    0 0 10px rgba(255, 79, 135, 0.6),
    0 0 25px rgba(255, 79, 135, 0.3);
}

/* Strong-Texte */
.elementor-widget-html strong,
.entry-content strong {
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}
