:root {
  --navy: #071b3a;
  --blue: #0d2d5f;
  --blue-2: #123f82;
  --gold: #d6a93a;
  --gold-2: #f2d27a;
  --red: #b7222c;
  --ink: #111827;
  --muted: #5b6472;
  --paper: #f7f3ea;
  --white: #ffffff;
  --line: rgba(7, 27, 58, .12);
  --shadow: 0 24px 80px rgba(7, 27, 58, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(24px, 4vw, 64px);
  background: rgba(7, 27, 58, .94);
  color: var(--white);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: .08em; }
.brand-mark { width: 128px; height: 128px; flex-shrink: 0; }
nav { display: flex; gap: 22px; font-size: .94rem; color: rgba(255,255,255,.82); }
nav a:hover { color: var(--gold-2); }
.header-cta { padding: 10px 16px; border: 1px solid var(--gold); color: var(--gold-2); font-weight: 800; border-radius: 999px; }
.header-cta:hover { background: var(--gold-2); color: var(--navy); }
/* ── Menú hamburguesa ── */
.menu-btn { display: none; cursor: pointer; font-size: 1.6rem; color: var(--white); padding: 6px 10px; border-radius: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); line-height: 1; user-select: none; order: -1; }
@media (max-width: 900px) {
  .site-header { flex-wrap: wrap; position: relative; }
  .brand-mark { width: 48px; height: 48px; }
  .brand span { font-size: .82rem; max-width: 200px; }
  .menu-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; min-height: 40px; z-index: 110; }
  .menu-btn.open { background: var(--gold-2); color: var(--navy); }
  .header-cta { display: none; }
  /* Nav desplegable hacia abajo, cubriendo todo el ancho */
  nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 2px;
    padding: 14px 18px;
    background: rgba(7,27,58,.97);
    backdrop-filter: blur(16px);
    border-bottom: 2px solid var(--gold-2);
    border-radius: 0 0 16px 16px;
    z-index: 100;
    box-shadow: 0 12px 40px rgba(0,0,0,.35);
  }
  nav a {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: .98rem;
    color: rgba(255,255,255,.85);
  }
  nav a:hover { background: rgba(255,255,255,.06); color: var(--gold-2); }
  /* Dropdown items visibles siempre en móvil, sin hover */
  .nav-dropdown .dropdown-menu {
    position: static; transform: none; margin: 4px 0 0 16px;
    opacity: 1; visibility: visible; background: rgba(255,255,255,.04);
    border: none; border-left: 2px solid var(--gold-2); border-radius: 0 8px 8px 0;
    min-width: auto; padding: 4px 0;
  }
  .nav-dropdown { display: flex; flex-direction: column; gap: 0; }
  .dropdown-trigger { padding: 8px 0; }
  .hero { padding-top: 42px; }
  .cards, .audience-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .noticias-grid { grid-template-columns: 1fr; }
}
/* ── Dropdown ── */
.nav-dropdown { position: relative; }
.dropdown-trigger { cursor: pointer; user-select: none; color: rgba(255,255,255,.82); }
.dropdown-trigger:hover { color: var(--gold-2); }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -2px;
  padding: 8px 0;
  background: rgba(18,63,130,.96);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
  z-index: 100;
}
.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; }
.dropdown-menu a {
  padding: 10px 18px;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  white-space: nowrap;
}
.dropdown-menu a:hover { color: var(--gold-2); background: rgba(214,169,58,.08); }
/* ── Section intro list ── */
.section.intro ul { list-style: none; padding: 0; margin-top: 18px; }
.section.intro li { padding: 6px 0; color: var(--muted); }
.section.intro li strong { color: var(--navy); }
.section.intro.first { padding-top: 40px; }
.estatutos.first { padding-top: 40px; }
.program.first { padding-top: 40px; }
.hero {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  text-align: center;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 5vw, 80px);
  background:
    radial-gradient(circle at 20% 15%, rgba(214,169,58,.22), transparent 32%),
    linear-gradient(135deg, var(--navy) 0%, var(--blue) 48%, #09152c 100%);
  color: var(--white);
  overflow: hidden;
}
.hero-copy { max-width: 680px; }
.eyebrow { margin: 0 0 14px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); line-height: .88; letter-spacing: -.06em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; margin-bottom: 18px; }
h3 { font-size: 1.35rem; line-height: 1.1; margin-bottom: 12px; }
.lead { font-size: clamp(1.1rem, 2vw, 1.45rem); color: rgba(255,255,255,.84); max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 32px 0 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 22px; border-radius: 999px; font-weight: 900; border: 1px solid transparent; }
.btn.primary { background: var(--gold); color: #111; box-shadow: 0 12px 30px rgba(214,169,58,.28); }
.btn.primary:hover { background: var(--gold-2); }
.btn.secondary { border-color: rgba(255,255,255,.28); color: var(--white); }
.btn.secondary:hover { border-color: var(--gold-2); color: var(--gold-2); }
.btn.light { background: var(--white); color: var(--navy); }
.pillars { display: flex; flex-wrap: wrap; gap: 10px; }
.pillars span,
.pillars a { padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: rgba(255,255,255,.9); font-weight: 800; }
.pillars a:hover { background: rgba(255,255,255,.18); color: var(--gold-2); border-color: var(--gold-2); transition: all .2s ease; }
.hero-side { display: grid; gap: 22px; }
.hero-image { position: relative; margin: 0; }
.hero-image::before { content: ""; position: absolute; inset: -22px; background: linear-gradient(135deg, var(--gold), var(--red)); transform: rotate(-2deg); border-radius: 28px; opacity: .9; }
.hero-image img { position: relative; display: block; width: 100%; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.28); }
.section, .program, .audience, .participate, .faq, .cards { padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 80px); }
.intro { display: flex; flex-direction: column; gap: 16px; background: var(--white); padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 80px); }
.section-label { color: var(--red); font-weight: 950; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; }
.section-content { max-width: 820px; }
.section-content p { font-size: 1.18rem; color: var(--muted); max-width: 78ch; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; background: #fbfaf6; }
.cards article { background: var(--white); padding: 28px; border-radius: 24px; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(7,27,58,.06); }
.card-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 16px; background: rgba(214,169,58,.15); color: var(--blue); font-size: 1.4rem; font-weight: 900; }
.cards p, .steps span, .audience p, .faq p { color: var(--muted); }
.program { background: var(--navy); color: var(--white); }
.program-grid { display: flex; flex-direction: column; gap: clamp(28px, 5vw, 70px); max-width: 900px; margin: 0 auto; }
.program p { color: rgba(255,255,255,.72); font-size: 1.12rem; }
.steps { display: grid; gap: 14px; }
.steps div { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; }
.steps strong { color: var(--gold-2); font-size: 1.2rem; }
.steps span { color: rgba(255,255,255,.82); }
/* ── Pasos detallados (3 placas con bullets) ── */
.steps-detail { gap: 18px; }
.steps-detail div { display: block; padding: 24px; }
.steps-detail span { display: block; font-weight: 800; font-size: 1.08rem; color: var(--white); margin-bottom: 8px; }
.steps-detail p { color: rgba(255,255,255,.7); font-size: .95rem; margin: 0 0 8px; line-height: 1.55; }
.steps-detail ul { list-style: disc; padding-left: 20px; margin: 0; }
.steps-detail li { color: rgba(255,255,255,.64); font-size: .9rem; line-height: 1.5; margin-bottom: 4px; }
/* ── Cierre ── */
.program-cierre { color: rgba(255,255,255,.68); font-size: .95rem; line-height: 1.55; margin-top: 22px; }
.audience { background: var(--white); }
.audience h2 { max-width: 900px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px; }
.audience-grid p { padding: 22px; border-left: 4px solid var(--gold); background: #fbfaf6; border-radius: 0 18px 18px 0; }
.participate { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; background: linear-gradient(135deg, var(--red), #7c121a); color: var(--white); }
.participate p:not(.eyebrow) { color: rgba(255,255,255,.82); max-width: 70ch; }
.faq { background: #fbfaf6; padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 80px); }
.faq .section-label { margin-bottom: 16px; }
.faq-list { max-width: 820px; }

/* ── Noticias ── */
.noticias {
  padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 80px);
  background: var(--white);
}
.noticias h2 { margin-bottom: 36px; }
.noticias-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.noticia-card {
  background: #fbfaf6;
  border-radius: 18px;
  border: 1px solid var(--line);
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.noticia-card:hover { box-shadow: 0 12px 34px rgba(7,27,58,.08); transform: translateY(-2px); }
.noticia-thumb {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--navy);
}
.noticia-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.noticia-video { width: 100%; height: 100%; object-fit: cover; }
.noticia-card:hover .noticia-thumb img { transform: scale(1.04); }
.noticia-play {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(7,27,58,.45); color: var(--white);
  font-size: 2.2rem; opacity: 0; transition: opacity .25s;
}
.noticia-thumb:hover .noticia-play { opacity: 1; }
.noticia-body { padding: 24px; }
.noticia-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.noticia-platform {
  font-size: .72rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .08em; padding: 3px 10px; border-radius: 20px;
  color: var(--white);
}
.noticia-platform.ig { background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af); }
.noticia-platform.x { background: #000; }
.noticia-meta time { font-size: .8rem; color: var(--muted); }
.noticia-body p { font-size: .95rem; color: var(--muted); line-height: 1.55; }
.noticia-link {
  display: inline-block; margin-top: 10px;
  font-size: .85rem; font-weight: 700; color: var(--red);
  text-decoration: none;
}
.noticia-link:hover { text-decoration: underline; }

/* ── Members section ── */
.members {
  padding: clamp(48px, 7vw, 88px) clamp(24px, 5vw, 80px);
  background: var(--white);
}
.members .section-label { margin-bottom: 28px; }

/* Featured member card */
.member-featured {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: center;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  color: var(--white);
  box-shadow: 0 24px 60px rgba(7,27,58,.18);
  margin-bottom: 40px;
}
.member-featured-photo {
  width: 280px;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  border: 3px solid var(--gold);
  box-shadow: 0 12px 40px rgba(0,0,0,.25);
  margin: 0 auto;
}
.member-featured-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.member-featured-info h2 {
  margin-bottom: 6px;
  color: var(--white);
}
.member-featured-role {
  color: var(--gold-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .88rem;
  margin-bottom: 16px;
}
.member-featured-bio {
  color: rgba(255,255,255,.84);
  font-size: 1.08rem;
  line-height: 1.6;
  max-width: 64ch;
  margin-bottom: 18px;
}
.member-featured-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.member-featured-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  font-weight: 800;
  font-size: .88rem;
  transition: border-color .2s, color .2s, background .2s;
}
.member-featured-social a:hover {
  border-color: var(--gold-2);
  color: var(--gold-2);
  background: rgba(214,169,58,.12);
}
.member-featured-social svg { width: 18px; height: 18px; fill: currentColor; }

/* Tabs */
.members-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 32px;
  border-bottom: 2px solid var(--line);
}
.tab {
  padding: 12px 28px;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--muted);
  cursor: pointer;
  position: relative;
  transition: color .2s;
}
.tab::after {
  content: "";
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 3px;
  background: var(--gold);
  transform: scaleX(0);
  transition: transform .25s ease;
}
.tab:hover { color: var(--navy); }
.tab.active { color: var(--navy); }
.tab.active::after { transform: scaleX(1); }

/* Panels */
.panel {
  display: none;
  animation: fadeSlide .3s ease;
}
.panel.active { display: block; }
@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Member grid cards */
.member-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.member-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px;
  border-radius: 18px;
  background: #fbfaf6;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  position: relative;
}
.member-card::after {
  content: "↗";
  position: absolute;
  top: 12px; right: 14px;
  font-size: .8rem;
  color: var(--gold);
  opacity: 0;
  transition: opacity .2s;
}
.member-card:hover::after { opacity: 1; }
.member-card:hover,
.member-card.selected {
  box-shadow: 0 12px 32px rgba(7,27,58,.10);
  transform: translateY(-2px);
  border-color: var(--gold);
}
.member-card.selected { background: #fffdf5; }
.member-card-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--blue);
  display: grid; place-items: center;
  color: var(--gold-2);
  font-size: 1.3rem;
  font-weight: 950;
  flex-shrink: 0;
  overflow: hidden;
}
.member-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-card-info { flex: 1; min-width: 0; }
.member-card-name { font-size: 1.05rem; font-weight: 950; color: var(--navy); margin: 0 0 2px; }
.member-card-role-tag { font-size: .78rem; color: var(--red); text-transform: uppercase; letter-spacing: .06em; font-weight: 800; margin: 0 0 4px; }
.member-card-country { font-size: .82rem; color: var(--muted); margin: 0; }
.member-card-bio { font-size: .88rem; color: var(--muted); line-height: 1.45; margin: 0; }
.member-placeholder {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 24px;
  color: var(--muted);
  border: 2px dashed var(--line);
  border-radius: 20px;
}

/* Mobile */
@media (max-width: 900px) {
  .member-featured {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .member-featured-photo {
    width: 180px; height: 180px;
  }
}
@media (max-width: 520px) {
  .member-featured { padding: 24px; }
  .member-list { grid-template-columns: 1fr; }
}
.faq-list { display: grid; gap: 12px; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 900; font-size: 1.08rem; }
details p { margin: 12px 0 0; }
/* ── Estatutos ── */
.estatutos { padding: 58px clamp(24px, 5vw, 80px) 44px; background: var(--white); }
.estatutos .section-eyebrow { color: var(--red); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; margin-bottom: 6px; }
.estatutos h2 { font-size: 2.18rem; font-weight: 900; margin-bottom: 14px; color: var(--navy-2); }
.estatutos-download { margin-bottom: 30px; }
.btn-download {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 24px;
  background: var(--gold-1); color: var(--navy-2);
  border-radius: 999px; font-weight: 800; font-size: .94rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-download:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(214,169,58,.32); }
.btn-download svg { fill: currentColor; }
.estatutos-body { max-width: 820px; }
.estatuto-preamble {
  background: #f7f9fc; border-left: 4px solid var(--gold-1);
  padding: 20px 24px; border-radius: 0 12px 12px 0; margin-bottom: 28px;
  font-style: italic; color: var(--navy-2); line-height: 1.7;
}
/* Accordion articles */
.estatuto-accordion {
  background: var(--white); border: 1px solid var(--line);
  border-radius: 14px; margin-bottom: 8px; overflow: hidden;
  transition: border-color .18s ease;
}
.estatuto-accordion[open] { border-color: var(--gold-1); }
.estatuto-accordion summary {
  cursor: pointer; font-weight: 900; font-size: 1.04rem; color: var(--navy-2);
  padding: 17px 38px 17px 20px; position: relative; list-style: none;
}
.estatuto-accordion summary::-webkit-details-marker { display: none; }
.estatuto-accordion summary::after {
  content: ''; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2315263b' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .22s ease;
}
.estatuto-accordion[open] summary::after { transform: translateY(-50%) rotate(180deg); }
.estatuto-accordion summary span {
  display: inline-block; background: var(--navy-2); color: var(--white);
  padding: 2px 10px; border-radius: 4px; font-size: .78rem; margin-right: 10px;
  vertical-align: 1px; font-weight: 700;
}
.estatuto-accordion summary:hover { color: var(--red); }
.estatuto-accordion > :not(summary) {
  padding: 0 20px 18px;
}
.estatuto-accordion h4 { font-size: 1.02rem; font-weight: 800; color: var(--navy-2); margin: 14px 0 6px; }
.estatuto-accordion p { margin: 0 0 10px; line-height: 1.68; color: #2d3a4a; }
.estatuto-accordion ol { margin: 0 0 12px; padding-left: 22px; }
.estatuto-accordion ol li { margin-bottom: 6px; line-height: 1.6; }
.estatutos-download.footer-dl { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }

@media (max-width: 900px) {
  .estatutos { padding: 46px 22px 36px; }
  .estatutos h2 { font-size: 1.62rem; }
}
@media (max-width: 520px) {
  .estatuto-accordion summary {
    padding: 15px 34px 15px 16px; font-size: .94rem;
    display: flex; align-items: center; gap: 8px; text-align: left;
  }
  .estatuto-accordion summary span {
    flex: 0 0 auto; font-size: .72rem; padding: 2px 8px;
    vertical-align: baseline;
  }
  .estatuto-accordion > :not(summary) { padding: 0 16px 16px; }
  .estatuto-accordion ol { padding-left: 20px; }
  .estatuto-accordion p { text-align: left; }
}
.footer { display: flex; justify-content: space-between; gap: 28px; padding: 34px clamp(24px, 5vw, 80px); color: var(--white); background: #061326; }
.footer p { margin: 4px 0 0; color: rgba(255,255,255,.64); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; color: rgba(255,255,255,.82); }
.footer-links a { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.06); font-weight: 800; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.footer-links svg { width: 19px; height: 19px; fill: currentColor; flex: 0 0 auto; }
.footer-links a:hover { color: var(--gold-2); border-color: rgba(242,210,122,.48); background: rgba(214,169,58,.1); transform: translateY(-1px); }
@media (max-width: 520px) {
  .site-header { gap: 12px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand span { font-size: .74rem; max-width: 160px; }
  .header-cta { padding: 8px 12px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-image::before { inset: -10px; border-radius: 22px; }
  .hero-image img { max-width: 100%; }
  .hero-copy h1 { font-size: clamp(2rem, 6vw, 3rem); }
  .hero-copy .lead { font-size: 1rem; }
  .pillars { flex-wrap: nowrap; gap: 6px; justify-content: center; }
  .pillars span,
  .pillars a { padding: 7px 10px; font-size: .78rem; white-space: nowrap; }
  .cards { grid-template-columns: 1fr; gap: 14px; padding-left: 24px; padding-right: 24px; }
  .cards article { padding: 22px; }
  .member-list { grid-template-columns: 1fr; }
  .member-featured { padding: 24px; }
  .member-featured-photo { width: 140px; height: 140px; }
  .noticias-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; gap: 16px; text-align: center; }
  .footer-links { justify-content: center; }
}

/* ── Página de Afiliación ── */
.afiliarse-page {
  padding: 60px clamp(24px, 4vw, 64px) 80px;
  max-width: 860px;
  margin: 0 auto;
}
.afiliarse-page h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--navy);
  margin: 12px 0 32px;
  letter-spacing: -.02em;
}
.principios-doc {
  background: var(--white);
  border: 1px solid rgba(7,27,58,.1);
  border-radius: 20px;
  padding: 36px;
  margin-bottom: 36px;
}
.principios-doc p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 24px;
}
.principios-doc ol {
  counter-reset: principio;
  list-style: none;
  padding: 0;
}
.principios-doc li {
  counter-increment: principio;
  padding: 14px 0;
  border-bottom: 1px solid rgba(7,27,58,.06);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}
.principios-doc li strong {
  color: var(--navy);
}
.principios-doc li::before {
  content: counter(principio);
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: var(--navy);
  color: var(--gold-2);
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 900;
  margin-right: 12px;
  flex-shrink: 0;
}
.principios-download {
  margin-top: 24px;
  text-align: center;
}
.principios-download a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid var(--gold);
  color: var(--navy);
  font-weight: 800;
  border-radius: 999px;
  font-size: .9rem;
}
.principios-download a:hover {
  background: var(--gold-2);
  color: var(--white);
}
.principios-accept {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.accept-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
}
.accept-row {
  display: flex;
  justify-content: center;
  width: 100%;
}
.accept-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: var(--gold);
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}
.btn.primary.disabled {
  opacity: .45;
  pointer-events: none;
  cursor: not-allowed;
}

