/* ============================================================
   Women@Dualer — Seiten-spezifische Ergänzungen zu main.css
   CI der Initiative: Dualer-Dunkelblau + Pink-Akzent (#ec0e8c)
   ============================================================ */

.women-hero { background: var(--dark); }
.women-hero .page-hero-eyebrow { color: #ff6fc2; }
.women-hero .page-hero-heading { color: #fff; }
.women-hero .page-hero-text { color: #c9d4df; }
.women-hero .page-hero-divider { background: #ec0e8c; }
.women-hero .page-hero-accent { background: #ec0e8c; }
.women-hero .women-highlight { color: #ff6fc2; }
.women-hero .btn-primary { background: #ec0e8c; }
.women-hero .btn-primary:hover { background: #c50c76; box-shadow: 0 8px 25px rgba(236,14,140,0.35); }
.women-hero .hero-cta-row .btn-outline { border-color: rgba(255,255,255,0.55); color: #fff; }
.women-hero .hero-cta-row .btn-outline:hover { background: rgba(255,255,255,0.12); }

.women-hero-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 0;
  padding: 40px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 28px;
}
.women-hero-graphic::before {
  content: "";
  position: absolute;
  inset: 5%;
  background: radial-gradient(circle at 50% 55%, rgba(236,14,140,0.38) 0%, rgba(236,14,140,0.14) 45%, transparent 72%);
  filter: blur(14px);
  z-index: -1;
}
.women-hero-logo {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.55)) drop-shadow(0 18px 40px rgba(0,0,0,0.5));
}

@media (max-width: 768px) {
  .women-hero-logo { max-width: 280px; }
}

/* Grid-Overflow-Fix: page-hero-content darf auf Mobile nicht durch
   nicht-schrumpfende Flex-/Grid-Kinder ueber den Rand gedrueckt werden. */
.page-hero-content, .page-hero-inner > * { min-width: 0; }

/* Diese Seite lädt nur women.css zusätzlich zu main.css — deshalb
   dürfen section-label & Icon-Boxen hier pauschal auf Pink-CI
   umgestellt werden (main.css bleibt für alle anderen Seiten blau). */
.section-label { color: #ec0e8c; }
.reason-icon { background: linear-gradient(145deg, #fdeef8, #fbdcf0); box-shadow: inset 0 0 0 1px rgba(236,14,140,0.15); }
.reason-icon::after { background: radial-gradient(circle at 50% 40%, rgba(236,14,140,0.22), transparent 70%); }
.reason-card:hover { border-color: rgba(236,14,140,0.4); }
.women-icon { color: #ec0e8c; }

/* ── Vision & Mission: 2-spaltige Variante des Reasons-Grids ── */
.reasons-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-left: auto; margin-right: auto; }

@media (max-width: 768px) {
  .reasons-grid--two { grid-template-columns: 1fr; }
}

/* ── Stats-Streifen ───────────────────────────────────────── */
.women-stats-section { background: var(--bg); }
.women-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.women-stat-number { font-size: 40px; font-weight: 800; color: #ec0e8c; }
.women-stat-label { font-size: 13px; color: var(--text-muted); margin-top: 4px; line-height: 1.5; }

@media (max-width: 640px) {
  .women-stats-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* ── Foto-Galerie ─────────────────────────────────────────── */
.women-gallery-section { background: var(--bg); }
.women-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.women-photo-placeholder {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #ec0e8c 0%, #ff6fc2 45%, #ffd1ec 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.85);
}
.women-photo-placeholder svg { width: 36px; height: 36px; }
.women-photo {
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.women-photo:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.women-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 768px) {
  .women-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Talk-Format-Karten ───────────────────────────────────── */
.talk-format-section { background: var(--bg-light); }
.talk-format-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.talk-format-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  border-top: 4px solid #ec0e8c;
}
.tfc-img {
  margin: -28px -28px 20px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}
.tfc-img img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; display: block; }
.tfc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.tfc-brand {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ec0e8c;
}
.tfc-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(236,14,140,0.1);
  color: #ec0e8c;
  padding: 4px 12px;
  border-radius: 99px;
}
.tfc-tag--members { background: var(--bg-section); color: var(--primary-dark); }
.talk-format-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.talk-format-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.tfc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  font-size: 13px;
  color: var(--text-muted);
  font-weight: 600;
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

@media (max-width: 768px) {
  .talk-format-grid { grid-template-columns: 1fr; }
}

/* ── CTA-Sektion ──────────────────────────────────────────── */
.women-cta-section { background: var(--dark); color: #fff; }
.women-cta-section .section-title { color: #fff; }
.women-cta-section .section-desc { color: #c9d4df; }
.women-cta-section .btn-primary { background: #ec0e8c; }
.women-cta-section .btn-primary:hover { background: #c50c76; box-shadow: 0 8px 25px rgba(236,14,140,0.35); }
