/* ═══════════════════════════════════════════════════════════════
   Sphaera · Academia pública · Estilos (Lote 346)
   Se carga después de style.css: hereda :root (--terra, --sand…)
   Mobile-first · breakpoints 480 / 768 / 900 / 1100
   ═══════════════════════════════════════════════════════════════ */

.aca-main { max-width: 1160px; margin: 0 auto; padding: 8px 20px 70px; }

/* ── Secciones ── */
.aca-sec { padding: 34px 0 6px; }
.aca-sec--suave {
  background: var(--linen, #ede7d9);
  margin: 26px -20px 0;
  padding: 40px 20px 34px;
}
.aca-sec__t {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(26px, 5vw, 34px);
  color: var(--charcoal, #2c2925);
  margin: 0 0 6px;
}
.aca-sec__sub { font-size: 14.5px; color: var(--warm-mid, #6b5c48); margin: 0 0 24px; max-width: 640px; }

.aca-vacio { text-align: center; padding: 40px 10px 30px; }
.aca-vacio h2 { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-size: 26px; color: var(--charcoal, #2c2925); margin: 0 0 8px; }
.aca-vacio p { font-size: 14.5px; color: var(--warm-mid, #6b5c48); margin: 0; }
.aca-vacio a { color: var(--terra, #a0764e); }

/* ── Grid de tarjetas ── */
.aca-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }

.aca-card {
  background: var(--white, #fdfaf5);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.aca-card:hover { border-color: var(--terra, #a0764e); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(44, 41, 37, .09); }

/* Portada 4:3 — patrón contenedor con aspect-ratio + img cover */
.aca-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sand, #f5f0e8);
}
.aca-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.aca-card__media-deco { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.aca-card__media-deco svg { width: 46%; max-width: 150px; height: auto; }

.aca-card__cuerpo { padding: 18px 18px 16px; display: flex; flex-direction: column; flex: 1; }
.aca-card__t { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 21px; line-height: 1.25; margin: 0 0 8px; }
.aca-card__t a { color: var(--charcoal, #2c2925); text-decoration: none; }
.aca-card__t a:hover { color: var(--terra, #a0764e); }
.aca-card__desc { font-size: 13.5px; line-height: 1.6; color: var(--warm-mid, #6b5c48); margin: 0 0 10px; }
.aca-card__acceso { font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--sage, #7a8c7e); margin: 0 0 14px; }
.aca-card__pie { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.aca-precio { font-size: 14px; color: var(--warm-mid, #6b5c48); }
.aca-precio s { margin-right: 6px; opacity: .65; }
.aca-precio b { font-size: 19px; font-weight: 500; color: var(--charcoal, #2c2925); }
.aca-precio--nota { font-size: 12.5px; letter-spacing: .03em; }

/* ── Gratuito (349) ─────────────────────────────────────── */
.aca-gratis {
  display: inline-block;
  font-size: 11.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sage, #7a8c7e);
  background: rgba(122, 140, 126, .12);
  border: 1px solid rgba(122, 140, 126, .35);
  border-radius: 100px; padding: 5px 14px;
}
.aca-gratis--grande { font-size: 14px; padding: 7px 20px; }

/* ── Banda de vista previa de administración (349) ───────── */
.aca-preview {
  position: sticky; top: 0; z-index: 1200;
  background: #2c2925; color: #f5f0e8;
  font-size: 12.5px; letter-spacing: .04em; text-align: center;
  padding: 9px 16px;
}
.aca-preview b { color: #e8c9a8; font-weight: 500; }

/* ── Botones ── */
.aca-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 100px;
  background: var(--terra, #a0764e);
  color: var(--white, #fdfaf5);
  font-size: 13.5px;
  letter-spacing: .02em;
  text-decoration: none;
  border: 1px solid var(--terra, #a0764e);
  transition: background .2s, color .2s;
  cursor: pointer;
}
.aca-btn:hover { background: var(--warm-mid, #6b5c48); border-color: var(--warm-mid, #6b5c48); }
.aca-btn--sec { background: transparent; color: var(--terra, #a0764e); }
.aca-btn--sec:hover { background: var(--terra, #a0764e); color: var(--white, #fdfaf5); }
.aca-btn--lleno { padding: 12px 28px; }
.aca-btn--ancho { display: block; text-align: center; }
/* Lanzamiento programado (360): botón inerte «Próximamente» */
.aca-btn--proxima { cursor: default; opacity: .72; pointer-events: none; }
.aca-btn--proxima:hover { background: transparent; color: var(--terra, #a0764e); }

/* ── Suscripciones ── */
.aca-planes { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 860px; }
.aca-plan {
  background: var(--white, #fdfaf5);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 14px;
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
}
.aca-plan__t { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 24px; color: var(--charcoal, #2c2925); margin: 0 0 6px; }
.aca-plan__desc { font-size: 13.5px; line-height: 1.6; color: var(--warm-mid, #6b5c48); margin: 0 0 12px; }
.aca-plan__precio { margin: 0 0 14px; color: var(--warm-mid, #6b5c48); }
.aca-plan__precio b { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 34px; color: var(--terra, #a0764e); }
.aca-plan__precio span { font-size: 14px; margin-left: 2px; }
.aca-plan__lista { list-style: none; margin: 0 0 20px; padding: 0; }
.aca-plan__lista li { position: relative; padding: 5px 0 5px 22px; font-size: 13.5px; color: var(--charcoal, #2c2925); }
.aca-plan__lista li::before { content: '·'; position: absolute; left: 6px; color: var(--terra, #a0764e); font-weight: 700; }
.aca-plan .aca-btn { margin-top: auto; }

/* ── Packs ── */
.aca-pack__lista { list-style: none; margin: 0 0 12px; padding: 0; }
.aca-pack__lista li { position: relative; padding: 3px 0 3px 20px; font-size: 13px; color: var(--charcoal, #2c2925); }
.aca-pack__lista li::before { content: '·'; position: absolute; left: 5px; color: var(--terra, #a0764e); font-weight: 700; }

/* ── Cierre ── */
.aca-cierre { text-align: center; padding-top: 46px; }
.aca-cierre p { font-size: 15px; color: var(--warm-mid, #6b5c48); margin: 0; }
.aca-cierre a { color: var(--terra, #a0764e); }

/* ── Ficha de curso ── */
.aca-main--curso { padding-top: 4px; }
.aca-curso { display: grid; grid-template-columns: 1fr; gap: 26px; align-items: start; }
.aca-sec--curso { padding-top: 22px; }

.aca-curso__media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 14px; border: 1px solid var(--mist, #ddd6c8); margin-top: 20px; }
.aca-curso__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.aca-programa { list-style: none; margin: 0; padding: 0; counter-reset: aca-mod; border: 1px solid var(--mist, #ddd6c8); border-radius: 12px; overflow: hidden; background: var(--white, #fdfaf5); }
.aca-programa li { counter-increment: aca-mod; display: flex; align-items: baseline; gap: 12px; padding: 13px 16px; border-top: 1px solid var(--linen, #ede7d9); font-size: 14px; }
.aca-programa li:first-child { border-top: none; }
.aca-programa li::before { content: counter(aca-mod, decimal-leading-zero); font-family: 'Cormorant Garamond', serif; font-size: 16px; color: var(--terra, #a0764e); min-width: 26px; }
.aca-programa__t { color: var(--charcoal, #2c2925); flex: 1; }
.aca-programa__n { font-size: 12px; color: var(--sage, #7a8c7e); white-space: nowrap; }

.aca-texto { font-size: 14.5px; line-height: 1.75; color: var(--warm-mid, #6b5c48); max-width: 640px; margin: 0; }

.aca-compra { margin-top: 20px; }
.aca-compra__caja { background: var(--white, #fdfaf5); border: 1px solid var(--mist, #ddd6c8); border-radius: 14px; padding: 24px 22px; }
.aca-compra__precio { margin: 0 0 6px; }
.aca-compra__precio s { font-size: 15px; color: var(--warm-mid, #6b5c48); margin-right: 8px; opacity: .7; }
.aca-compra__precio b { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 38px; color: var(--charcoal, #2c2925); }
.aca-compra__acceso { font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: var(--sage, #7a8c7e); margin: 0 0 18px; }
.aca-compra__nota { font-size: 14px; color: var(--warm-mid, #6b5c48); margin: 0 0 6px; }
.aca-compra__bloque { border-top: 1px solid var(--linen, #ede7d9); margin-top: 20px; padding-top: 16px; }
.aca-compra__bt { font-size: 11.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--sage, #7a8c7e); margin: 0 0 8px; }
.aca-compra__lista { list-style: none; margin: 0 0 14px; padding: 0; }
.aca-compra__lista li { font-size: 13.5px; color: var(--charcoal, #2c2925); padding: 3px 0; }
.aca-compra__ayuda { text-align: center; font-size: 13px; color: var(--warm-mid, #6b5c48); margin: 14px 0 0; }
.aca-compra__ayuda a { color: var(--terra, #a0764e); }

/* ── Aviso pre-pago (toast) ── */
.aca-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(16px);
  max-width: min(92vw, 420px);
  background: var(--charcoal, #2c2925);
  color: var(--white, #fdfaf5);
  font-size: 13.5px;
  line-height: 1.55;
  padding: 14px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(44, 41, 37, .3);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s, transform .25s;
  z-index: 1200;
  text-align: center;
}
.aca-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); pointer-events: auto; }
.aca-toast a { color: var(--sand, #f5f0e8); text-decoration: underline; }

/* ── Breakpoints ── */
@media (min-width: 480px) {
  .aca-main { padding-left: 24px; padding-right: 24px; }
  .aca-sec--suave { margin-left: -24px; margin-right: -24px; padding-left: 24px; padding-right: 24px; }
}

@media (min-width: 768px) {
  .aca-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .aca-planes { grid-template-columns: repeat(2, 1fr); }
  .aca-curso { grid-template-columns: 1fr 340px; gap: 34px; }
  .aca-compra { position: sticky; top: 120px; }
}

@media (min-width: 900px) {
  .aca-main { padding-left: 40px; padding-right: 40px; }
  .aca-sec--suave { margin-left: -40px; margin-right: -40px; padding-left: 40px; padding-right: 40px; }
  .aca-sec { padding-top: 44px; }
}

@media (min-width: 1100px) {
  .aca-grid { grid-template-columns: repeat(3, 1fr); }
  .aca-grid--packs { grid-template-columns: repeat(2, 1fr); }
  .aca-curso { grid-template-columns: 1fr 380px; }
}

/* ═══════════════════════════════════════════════════════════════
   Lote 393 · Navegación por temas, buscador y tarjetas con más
   señal. Todo aditivo: nada de lo anterior se reescribe.
   ═══════════════════════════════════════════════════════════════ */

/* ── Señales rápidas del hero ── */
.aca-hero-datos { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; padding: 0; }
.aca-hero-datos li {
  font-size: 12.5px; color: var(--warm-mid, #6b5c48);
  background: rgba(253, 250, 245, .72);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 100px; padding: 7px 15px;
}
.aca-hero-datos b { font-weight: 500; color: var(--charcoal, #2c2925); }

/* ── Cabecera de sección con contador ── */
.aca-sec__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.aca-sec__contador {
  flex-shrink: 0; margin: 6px 0 0;
  font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--sage, #7a8c7e);
}

/* ── Barra de filtros ── */
.aca-filtros {
  display: flex; flex-direction: column; gap: 14px;
  margin: 4px 0 8px;
  padding: 16px 0 18px;
  border-top: 1px solid var(--mist, #ddd6c8);
  border-bottom: 1px solid var(--mist, #ddd6c8);
}
.aca-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.aca-chip {
  font-family: inherit;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; color: var(--warm-mid, #6b5c48);
  background: transparent;
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 100px;
  padding: 8px 15px;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.aca-chip span {
  font-size: 11px; line-height: 1;
  color: var(--sage, #7a8c7e);
  background: rgba(122, 140, 126, .13);
  border-radius: 100px; padding: 3px 7px;
  transition: background .2s, color .2s;
}
.aca-chip:hover { border-color: var(--terra, #a0764e); color: var(--terra, #a0764e); transform: translateY(-1px); }
.aca-chip--on { background: var(--terra, #a0764e); border-color: var(--terra, #a0764e); color: var(--white, #fdfaf5); }
.aca-chip--on span { background: rgba(253, 250, 245, .22); color: var(--white, #fdfaf5); }
.aca-chip--on:hover { color: var(--white, #fdfaf5); }

.aca-buscador { position: relative; display: flex; align-items: center; max-width: 380px; }
.aca-buscador__ico { position: absolute; left: 14px; width: 17px; height: 17px; color: var(--sage, #7a8c7e); pointer-events: none; }
.aca-buscador input {
  font-family: inherit; font-size: 14px;
  width: 100%;
  color: var(--charcoal, #2c2925);
  background: var(--white, #fdfaf5);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 100px;
  padding: 11px 38px 11px 40px;
  transition: border-color .2s;
  -webkit-appearance: none;
}
.aca-buscador input:focus { outline: none; border-color: var(--charcoal, #2c2925); }
.aca-buscador input::-webkit-search-cancel-button { display: none; }
.aca-buscador__x {
  position: absolute; right: 8px;
  width: 26px; height: 26px; line-height: 1;
  font-size: 19px; color: var(--muted, #8a8075);
  background: transparent; border: none; border-radius: 50%; cursor: pointer;
}
.aca-buscador__x:hover { color: var(--terra, #a0764e); }

.aca-cat-desc {
  font-size: 14px; line-height: 1.7;
  color: var(--warm-mid, #6b5c48);
  margin: 0 0 20px; max-width: 620px;
}

/* ── Tarjeta: entrada escalonada y más señal ── */
html.js .aca-card--rev { opacity: 0; transform: translateY(18px); transition: opacity .6s cubic-bezier(.22,1,.36,1), transform .6s cubic-bezier(.22,1,.36,1); }
html.js .aca-card--rev.aca-on { opacity: 1; transform: none; }
.aca-card__media { position: relative; }
.aca-card__media img { transition: transform .6s cubic-bezier(.22,1,.36,1); }
.aca-card:hover .aca-card__media img { transform: scale(1.045); }
.aca-card__flag {
  position: absolute; top: 12px; left: 12px;
  font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--white, #fdfaf5);
  background: rgba(44, 41, 37, .78);
  border-radius: 100px; padding: 5px 12px;
}
.aca-card__flag--oferta { background: var(--terra, #a0764e); }
.aca-card__cat {
  font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--terra, #a0764e);
  margin: 0 0 8px;
}
.aca-card__datos { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 10px; margin: 0 0 12px; padding: 0; }
.aca-card__datos li {
  position: relative;
  font-size: 11.5px; letter-spacing: .03em;
  color: var(--sage, #7a8c7e);
  padding-left: 12px;
}
.aca-card__datos li::before {
  content: ''; position: absolute; left: 2px; top: 50%;
  width: 4px; height: 4px; border-radius: 50%;
  background: currentColor; opacity: .6;
  transform: translateY(-50%);
}
.aca-card__pack { font-size: 12px; color: var(--warm-mid, #6b5c48); margin: 0 0 14px; }
.aca-card__pack a { color: var(--terra, #a0764e); }

/* La regla antigua .aca-card__acceso sigue viva para la ficha de curso. */

/* ── Vacío por filtro ── */
.aca-vacio--filtro { border: 1px dashed var(--mist, #ddd6c8); border-radius: 14px; margin-top: 8px; }
.aca-enlace {
  font-family: inherit; font-size: inherit;
  color: var(--terra, #a0764e);
  background: none; border: none; padding: 0;
  text-decoration: underline; cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html.js .aca-card--rev { opacity: 1 !important; transform: none !important; transition: none !important; }
  .aca-card:hover .aca-card__media img { transform: none; }
  .aca-chip:hover { transform: none; }
}

@media (min-width: 768px) {
  .aca-filtros { flex-direction: row; align-items: center; justify-content: space-between; gap: 20px; }
  .aca-chips { flex: 1; }
  .aca-buscador { width: 300px; flex-shrink: 0; }
}


/* ═══════════════════════════════════════════════════════════════
   Lote 471 · Pre-lanzamiento: banda de fecha y captura «Avísame»
   ═══════════════════════════════════════════════════════════════ */
.aca-prelanzo {
  background: var(--linen, #ede7d9);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 16px;
  padding: 30px 22px 26px;
  margin: 26px 0 4px;
  text-align: center;
}
.aca-prelanzo__eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--terra, #a0764e);
  margin: 0 0 8px;
}
.aca-prelanzo__t {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(26px, 5vw, 36px);
  color: var(--charcoal, #2c2925);
  margin: 0 0 10px;
}
.aca-prelanzo__sub {
  font-size: 14.5px;
  color: var(--warm-mid, #6b5c48);
  max-width: 560px;
  margin: 0 auto 18px;
}

.aca-aviso { max-width: 520px; margin: 0 auto; text-align: left; }
.aca-aviso__fila { display: flex; flex-direction: column; gap: 10px; }
.aca-aviso__input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 10px;
  background: var(--white, #fdfaf5);
  color: var(--charcoal, #2c2925);
}
.aca-aviso__input:focus { outline: 2px solid var(--charcoal, #2c2925); outline-offset: 1px; }
.aca-aviso__btn { white-space: nowrap; }
.aca-aviso__hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.aca-aviso__priv {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 12.5px;
  color: var(--warm-mid, #6b5c48);
  margin-top: 10px;
}
.aca-aviso__priv input { margin-top: 2px; accent-color: var(--terra, #a0764e); }
.aca-aviso__priv a { color: var(--terra, #a0764e); }
.aca-aviso__msg { font-size: 13px; color: var(--warm-mid, #6b5c48); margin: 10px 0 0; }
.aca-aviso__msg--err { color: #b85c4a; }
.aca-aviso__hecho {
  font-size: 15px;
  color: var(--charcoal, #2c2925);
  background: var(--white, #fdfaf5);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0;
  text-align: center;
}
.aca-aviso--mini { margin-top: 4px; }
.aca-aviso--mini .aca-aviso__btn { width: 100%; }
@media (min-width: 480px) {
  .aca-aviso__fila { flex-direction: row; }
  .aca-aviso--mini .aca-aviso__fila { flex-direction: column; }
}

/* ══ Lote 480 · Adelgazado + banda clientes + Cómo funciona ══ */

/* La espiral de la tarjeta sin portada la pinta el CSS (antes, SVG inline ×38) */
.aca-card__media-deco {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 90'%3E%3Ccircle cx='60' cy='45' r='34' fill='none' stroke='%23a0764e' stroke-width='0.8' opacity='0.25'/%3E%3Ccircle cx='60' cy='45' r='23' fill='none' stroke='%23a0764e' stroke-width='1.2' opacity='0.5'/%3E%3Ccircle cx='60' cy='45' r='13' fill='none' stroke='%23a0764e' stroke-width='1.8' opacity='0.8'/%3E%3Ccircle cx='60' cy='45' r='4' fill='%23a0764e'/%3E%3C/svg%3E") center / min(46%, 150px) auto no-repeat;
}

/* Banda de acceso anticipado para clientes (visible durante el prelanzamiento) */
.aca-clientes {
  max-width: 860px;
  margin: 1.5rem auto 0;
  padding: 1.8rem 1.4rem 2rem;
  text-align: center;
  background: #f4f6f2;
  border: 1px solid #dde4d8;
  border-radius: 14px;
}
.aca-clientes__eyebrow {
  margin: 0 0 .4rem;
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #7a8c7e;
}
.aca-clientes__t {
  margin: 0 0 .7rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #2c2925;
}
.aca-clientes__sub {
  max-width: 620px;
  margin: 0 auto 1.2rem;
  font-size: .96rem;
  line-height: 1.65;
  color: #4a463f;
}

/* Cómo funciona: tres pasos */
.aca-como { text-align: center; }
.aca-como__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  max-width: 960px;
  margin: 1.6rem auto 0;
}
.aca-como__paso {
  padding: 1.5rem 1.2rem;
  background: #fff;
  border: 1px solid #eee8dc;
  border-radius: 14px;
}
.aca-como__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: .7rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #a0764e;
  border: 1px solid #d9c4ab;
  border-radius: 50%;
}
.aca-como__paso h3 {
  margin: 0 0 .45rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #2c2925;
}
.aca-como__paso p {
  margin: 0;
  font-size: .93rem;
  line-height: 1.6;
  color: #4a463f;
}
@media (min-width: 768px) {
  .aca-como__grid { grid-template-columns: repeat(3, 1fr); }
  .aca-clientes { padding: 2.2rem 2rem 2.4rem; }
}

/* ══ Lote 482 · Programa desplegable, galleta de vuelta y tres caminos ══ */

/* Volver a la Academia (ficha de curso) */
.aca-volver {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: .82rem;
  font-weight: 500;
  text-decoration: none;
  color: #a0764e;
  background: #fff;
  border: 1px solid #e5d8c6;
  border-radius: 99px;
  padding: .45rem .95rem;
  margin: 0 0 1.1rem;
  transition: background .15s ease;
}
.aca-volver:hover { background: #f8f2e8; }
.aca-volver--pie { margin: 1.2rem 0 0; }

/* Programa desplegable: cada módulo abre sus lecciones */
.aca-programa--desplegable li { display: block; padding: 0; }
.aca-programa--desplegable li::before { content: none; }
.aca-programa__mod summary::before {
  content: counter(aca-mod, decimal-leading-zero);
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: #a0764e;
}
.aca-programa__mod summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: .85rem 1rem .85rem 2.6rem;
  cursor: pointer;
  list-style: none;
  position: relative;
}
.aca-programa__mod summary::-webkit-details-marker { display: none; }
.aca-programa__mod summary::after {
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #a0764e;
  border-bottom: 1.5px solid #a0764e;
  transform: translateY(-70%) rotate(45deg);
  transition: transform .18s ease;
}
.aca-programa__mod[open] summary::after { transform: translateY(-30%) rotate(-135deg); }
.aca-programa__mod summary .aca-programa__n { margin-right: 1.4rem; }
.aca-programa__mod summary:hover { background: #faf6ee; }
.aca-programa__lecciones {
  margin: 0;
  padding: .1rem 1rem .9rem 2.6rem;
  list-style: none;
}
/* Las lecciones son <li> anidados dentro del <li> del módulo: heredan por
   cascada TODO lo de «.aca-programa li» (contador, borde, flex y el numeral
   con min-width: 26px). Hay que anularlo pieza a pieza, con especificidad
   suficiente, o el contador salta de módulo y el punto se deforma en guion. */
.aca-programa .aca-programa__lecciones li {
  counter-increment: none;
  display: block;
  border-top: none;
  gap: 0;
  font-family: 'Jost', sans-serif;
  font-size: .88rem;
  line-height: 1.55;
  color: #4a463f;
  padding: .34rem 0 .34rem 1.15rem;
  position: relative;
}
.aca-programa .aca-programa__lecciones li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 5px;
  height: 5px;
  min-width: 0;
  border-radius: 50%;
  background: #d9c4ab;
}

/* Tres maneras de hacerla tuya */
.aca-caminos__k {
  margin: 0 0 .5rem;
  font-family: 'Jost', sans-serif;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #a0764e;
}
.aca-caminos__nota {
  margin: 1.4rem auto 0;
  max-width: 620px;
  font-family: 'Jost', sans-serif;
  font-size: .88rem;
  color: #7a8c7e;
}

/* ══ Lote 488 · El atributo `hidden` manda siempre ═══════════════════
   Las reglas de autor con `display` (flex, grid, block…) ganan a la hoja
   del navegador, así que un elemento con `hidden` seguía viéndose: era el
   caso de la banda de oferta por área (display: flex) y de los bloques
   vacíos. Esta regla, de autor y con !important, cierra el agujero para
   todos los casos presentes y futuros de la Academia. */
[hidden] { display: none !important; }

/* ══ Lote 484 · Packs navegables por galletas ══ */
.aca-chips--packs { margin-bottom: 1.3rem; }

.aca-pack-panel { display: none; }
.aca-pack-panel--on {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  background: var(--white, #fdfaf5);
  border: 1px solid var(--mist, #ddd6c8);
  border-radius: 14px;
  padding: 1.6rem 1.4rem;
  animation: acaPackEntra .28s ease both;
}
@keyframes acaPackEntra {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .aca-pack-panel--on { animation: none; }
}

/* ── Cabecera del pack: sello, kicker, título grande y cifra ── */
.aca-pack-panel__cab { position: relative; margin: 0 0 1.1rem; padding-right: 3.4rem; }
.aca-pack-panel__sello {
  position: absolute;
  top: -.2rem;
  right: 0;
  width: 54px;
  height: 54px;
  opacity: .5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 56'%3E%3Ccircle cx='28' cy='28' r='26' fill='none' stroke='%23a0764e' stroke-width='0.7' opacity='0.3'/%3E%3Ccircle cx='28' cy='28' r='18' fill='none' stroke='%23a0764e' stroke-width='1.1' opacity='0.55'/%3E%3Ccircle cx='28' cy='28' r='10' fill='none' stroke='%23a0764e' stroke-width='1.7' opacity='0.8'/%3E%3Ccircle cx='28' cy='28' r='3.4' fill='%23a0764e'/%3E%3C/svg%3E") center / contain no-repeat;
}
.aca-pack-panel__k {
  margin: 0 0 .3rem;
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #a0764e;
}
.aca-pack-panel__t {
  position: relative;
  margin: 0 0 .85rem;
  padding-bottom: .7rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 4.4vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: .01em;
  color: #2c2925;
}
.aca-pack-panel__t::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  background: linear-gradient(90deg, #a0764e, rgba(160, 118, 78, 0));
}
.aca-pack-panel__cifra {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #7a8c7e;
}
.aca-pack-panel__cifra b {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #a0764e;
  letter-spacing: 0;
}
.aca-pack-panel__desc {
  font-family: 'Jost', sans-serif;
  font-size: .97rem;
  line-height: 1.7;
  color: #4a463f;
  margin: 0 0 1.3rem;
  max-width: 560px;
}
.aca-pack-panel__bt {
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #7a8c7e;
  margin: 0 0 .6rem;
}

/* ── Los cursos, como filas con numeral ── */
.aca-pack-panel__cursos {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: aca-pk;
  display: grid;
  gap: .45rem;
}
.aca-pack-panel__cursos li { counter-increment: aca-pk; }
.aca-pack-panel__cursos a {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .72rem .95rem;
  background: #fff;
  border: 1px solid #efe9dc;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.aca-pack-panel__cursos a::before {
  content: counter(aca-pk, decimal-leading-zero);
  flex: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #c8a882;
  transition: color .16s ease;
}
.aca-pack-panel__cursos a span {
  flex: 1;
  font-family: 'Jost', sans-serif;
  font-size: .95rem;
  line-height: 1.35;
  color: #2c2925;
}
.aca-pack-panel__cursos a::after {
  content: '→';
  flex: none;
  color: #a0764e;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .16s ease, transform .16s ease;
}
.aca-pack-panel__cursos a:hover {
  border-color: #d9c4ab;
  transform: translateX(3px);
  box-shadow: 0 6px 18px rgba(160, 118, 78, .09);
}
.aca-pack-panel__cursos a:hover::before { color: #a0764e; }
.aca-pack-panel__cursos a:hover::after { opacity: 1; transform: none; }

/* ── Columna de compra ── */
.aca-pack-panel__compra {
  border-top: 1px solid var(--linen, #ede7d9);
  padding-top: 1.3rem;
  text-align: center;
}
.aca-pack-panel__precio { margin: 0 0 .25rem; }
.aca-pack-panel__precio s { font-size: .95rem; color: #6b5c48; opacity: .7; margin-right: .5rem; }
.aca-pack-panel__precio b {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 1;
  color: #2c2925;
}
.aca-pack-panel__acceso {
  font-family: 'Jost', sans-serif;
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #7a8c7e;
  margin: .5rem 0 .55rem;
}
.aca-pack-panel__equiv {
  font-family: 'Jost', sans-serif;
  font-size: .84rem;
  line-height: 1.5;
  color: #6b5c48;
  margin: 0 0 1.1rem;
}

@media (min-width: 768px) {
  .aca-pack-panel--on { grid-template-columns: 1fr 262px; gap: 2.2rem; padding: 2.2rem 2.1rem; }
  .aca-pack-panel__compra {
    align-self: start;
    border-top: none;
    border: 1px solid #efe9dc;
    border-radius: 12px;
    background: linear-gradient(160deg, #f8f2e8, #fdfaf5 70%);
    padding: 1.5rem 1.3rem;
    text-align: center;
  }
  .aca-pack-panel__cursos { gap: .5rem; }
}

/* ══ Lote 485 · Los packs salen al encuentro en el catálogo ══ */

/* Oferta contextual del área activa (bajo las galletas) */
.aca-oferta-area {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  align-items: flex-start;
  margin: 0 0 1.4rem;
  padding: 1.1rem 1.2rem;
  background: linear-gradient(120deg, #f8f2e8, #fdfaf5 65%);
  border: 1px solid #e5d8c6;
  border-left: 3px solid #a0764e;
  border-radius: 12px;
  animation: acaPackEntra .28s ease both;
}
.aca-oferta-area__k {
  margin: 0;
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #a0764e;
}
.aca-oferta-area__t {
  margin: .15rem 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #2c2925;
}
.aca-oferta-area__d {
  margin: .2rem 0 0;
  font-family: 'Jost', sans-serif;
  font-size: .88rem;
  line-height: 1.55;
  color: #4a463f;
}
@media (min-width: 768px) {
  .aca-oferta-area { flex-direction: row; align-items: center; gap: 1.4rem; }
  .aca-oferta-area__txt { flex: 1; }
}

/* Puente dentro del catálogo (tras la sexta tarjeta) */
.aca-puente {
  grid-column: 1 / -1;
  text-align: center;
  padding: 1.9rem 1.3rem;
  background: linear-gradient(150deg, #f8f2e8, #fdfaf5 70%);
  border: 1px solid #e5d8c6;
  border-radius: 14px;
}
.aca-puente__k {
  margin: 0 0 .3rem;
  font-family: 'Jost', sans-serif;
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #a0764e;
}
.aca-puente__t {
  margin: 0 0 .45rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.45rem;
  color: #2c2925;
}
.aca-puente__d {
  max-width: 520px;
  margin: 0 auto 1.1rem;
  font-family: 'Jost', sans-serif;
  font-size: .9rem;
  line-height: 1.6;
  color: #4a463f;
}
