/* ScienceuP — Women Up I+D USACH 2026 */

/* ── Hero ───────────────────────────────────────────────── */
.womenup-hero {
  background: url('/Medio/Cabecera%20womenup.png') center/contain no-repeat;
  color: #fff;
  padding-block: 0;
  min-height: 200px;
  height: auto;
  aspect-ratio: auto;
  position: relative;
}

.womenup-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  padding: var(--space-2) var(--space-5);
  border-radius: 9999px;
  font-size: var(--text-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-6);
}

.womenup-hero h1 {
  font-size: var(--text-5xl);
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: var(--space-5);
}

@media (max-width: 600px) {
  .womenup-hero h1 {
    font-size: var(--text-3xl);
  }
}

.womenup-subtitle {
  font-size: var(--text-lg);
  opacity: 0.9;
  max-width: 560px;
  margin-inline: auto;
  line-height: 1.7;
}

/* ── Sections ──────────────────────────────────────────── */
.womenup-section {
  padding-block: var(--space-16);
}

.womenup-section-alt {
  padding-block: var(--space-16);
  background: var(--color-primary-light);
}

.womenup-section h2,
.womenup-section-alt h2 {
  font-size: var(--text-2xl);
  font-weight: 700;
  margin-bottom: var(--space-5);
  color: var(--color-dark);
}

.womenup-section p,
.womenup-section-alt p {
  color: var(--color-muted);
  line-height: 1.8;
  margin-bottom: var(--space-4);
  font-size: var(--text-base);
}

.womenup-section p strong,
.womenup-section-alt p strong {
  color: var(--color-text);
}

/* ── Intro block ───────────────────────────────────────── */
.womenup-intro p {
  font-size: var(--text-lg) !important;
}

/* ── List ──────────────────────────────────────────────── */
.womenup-list {
  list-style: none;
  padding: 0;
  margin: var(--space-4) 0 var(--space-6);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.womenup-list li {
  position: relative;
  padding-left: var(--space-6);
  color: var(--color-muted);
  line-height: 1.7;
}

.womenup-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: #a855f7;
  font-size: 0.7rem;
  top: 0.35em;
}

/* ── CTA Buttons ───────────────────────────────────────── */
.womenup-cta {
  margin-top: var(--space-10);
  padding: var(--space-8);
  background: var(--color-white);
  border-radius: var(--radius-lg);
  text-align: center;
  box-shadow: var(--shadow-sm);
}

.womenup-cta-label {
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--color-text);
  margin-bottom: var(--space-5) !important;
}

.womenup-cta-buttons {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Footer WomenUp ────────────────────────────────────── */
#site-footer {
  background: url('/Medio/pier%20womenup.png') center/contain no-repeat !important;
  min-height: 180px;
  padding: 0;
}

#site-footer .footer-inner {
  background: transparent !important;
  color: #fff;
}

#site-footer .footer-inner .footer-brand p {
  color: rgba(255,255,255,0.75);
}

#site-footer .footer-inner .footer-nav a {
  color: rgba(255,255,255,0.8);
}

#site-footer .footer-inner .footer-nav a:hover {
  color: #fff;
}

#site-footer .footer-inner .footer-copy p {
  color: rgba(255,255,255,0.6);
}
