/* ── Hero banner full-width ── */
.acmp-hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--acmp-gray);
  margin-bottom: 0;
  line-height: 0;
}
.acmp-hero-banner-bg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 86vh;
  object-fit: cover;
  object-position: center center;
}
.acmp-hero-banner-inner {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  align-items: end;
  padding: 0 clamp(24px, 5vw, 80px) clamp(32px, 7vw, 96px);
  pointer-events: none;
  line-height: normal;
}
.acmp-hero-banner-left,
.acmp-hero-banner-right { pointer-events: all; }
.acmp-hero-banner-off {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800; font-size: clamp(1.4rem, 4.1vw, 79px);
  color: var(--acmp-gray); text-transform: uppercase;
  letter-spacing: 0; word-spacing: 0; line-height: 0.82; margin: 0;
  text-shadow: 0 2px 12px rgba(0,0,0,0.28);
}
.acmp-hero-banner-combo {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800; font-size: clamp(3rem, 9.1vw, 175px);
  line-height: 0.75; letter-spacing: 0; word-spacing: 0;
  color: var(--acmp-orange); text-transform: uppercase; margin: 0;
  text-shadow: 0 2px 14px rgba(0,0,0,0.30);
}
.acmp-hero-banner-cuotas {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800; font-size: clamp(1.8rem, 5.2vw, 100px);
  line-height: 0.78; letter-spacing: 0; word-spacing: 0;
  color: var(--acmp-orange); text-transform: uppercase;
  margin: 0; text-align: right;
  text-shadow: 0 2px 14px rgba(0,0,0,0.30);
}
.acmp-hero-banner-right {
  text-align: right; display: flex; flex-direction: column;
  align-items: flex-end; gap: 0;
}
.acmp-hero-banner-cta {
  margin-top: 18px;
  font-size: clamp(13px, 1.3vw, 17px) !important;
  padding: clamp(11px, 1.2vw, 16px) clamp(20px, 2.5vw, 32px) !important;
  white-space: nowrap;
}
@media (max-width: 860px) {
  .acmp-hero-banner-bg { max-height: none; height: 118vw; min-height: 118vw; object-fit: cover; object-position: 60% center; }
  .acmp-hero-banner-inner { grid-template-columns: 1fr 0.2fr 1fr; align-items: end; padding: 0 16px 24px; }
  .acmp-hero-banner-off    { font-size: clamp(2.4rem, 10.58vw, 3.1rem) !important; text-shadow: 0 2px 10px rgba(0,0,0,0.40), 0 1px 3px rgba(0,0,0,0.30) !important; }
  .acmp-hero-banner-combo  { font-size: clamp(4.5rem, 21.2vw, 6.6rem) !important; text-shadow: 0 3px 14px rgba(0,0,0,0.42), 0 1px 4px rgba(0,0,0,0.32) !important; }
  .acmp-hero-banner-cuotas { font-size: clamp(2.65rem, 12.27vw, 3.9rem) !important; text-shadow: 0 3px 14px rgba(0,0,0,0.42), 0 1px 4px rgba(0,0,0,0.32) !important; }
  .acmp-hero-banner-cta    { font-size: 13px !important; padding: 10px 18px !important; margin-top: 12px; }
}

/* ── Espaciado uniforme entre secciones ── */
.acmp-logos,
.acmp-stats,
.htest,
.home-productos,
.acmp-accion,
.home-bio-section,
.acmp-bio-section-home,
.hpod,
.acmp-testimonial,
.acmp-vsl-wrap { padding-top: 88px !important; padding-bottom: 88px !important; }
.acmp-stats { padding-top: 6px !important; padding-bottom: 28px !important; }
.acmp-accion { padding-top: 44px !important; }
.htest-inner { padding-top: 0 !important; padding-bottom: 0 !important; }
.home-productos-inner { padding-top: 0 !important; padding-bottom: 0 !important; }
.acmp-bio-section-home .acmp-bio-wrap { padding-top: 0 !important; padding-bottom: 0 !important; }

/* ── Navbar: links centrados ── */
.acmp-nav-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr) !important;
  align-items: center !important;
}
.acmp-nav-left { justify-self: start !important; }
.acmp-nav-links {
  position: static !important;
  transform: translateX(-28px) !important;
  justify-self: center !important;
  display: flex !important;
  align-items: center !important;
}
.acmp-nav-right { justify-self: end !important; }
@media (max-width: 900px) {
  .acmp-nav-links { display: none !important; transform: none !important; }
  .acmp-nav-inner { grid-template-columns: 1fr auto !important; }
}
.acmp-bio-section-home { background: var(--acmp-gray); }
.acmp-bio-section-home .acmp-bio-wrap { max-width: 1200px; margin: 0 auto; padding: 48px 28px 88px; }
.acmp-bio-section-home .acmp-bio-head { text-align: center !important; margin: 0 auto 48px !important; }
.acmp-bio-section-home .acmp-bio-home-card {
  flex-direction: row !important; align-items: flex-start !important;
  text-align: left !important; gap: 56px !important;
  padding: 0 !important; background: none !important;
  box-shadow: none !important; border: none !important;
  width: 100% !important;
}
.acmp-bio-section-home .acmp-bio-home-card > div:first-child {
  flex: 1 1 48% !important;
  max-width: 48% !important;
}
.acmp-bio-section-home .acmp-bio-photo {
  width: 100% !important;
  flex: none !important;
  aspect-ratio: 4/5 !important;
  align-self: flex-start !important;
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: unset;
}
.acmp-bio-section-home .acmp-bio-photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}
.acmp-bio-section-home .acmp-bio-home-card {
  align-items: stretch !important;
}
.acmp-bio-section-home .acmp-bio-text {
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
  flex: 1 1 52% !important;
}
.acmp-bio-section-home .acmp-bio-lead {
  text-align: left;
  max-width: none !important;
  margin: 0 0 16px !important;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.68;
  color: var(--fg-1);
}
.acmp-bio-section-home .acmp-bio-name { text-align: left; margin: 0 0 4px; }
.acmp-bio-section-home .acmp-bio-role { text-align: left; margin: 0 0 20px !important; }
.acmp-bio-section-home .acmp-bio-socials { justify-content: flex-start !important; }
.acmp-bio-section-home .acmp-bio-socials .acmp-bio-chip { flex: 1; justify-content: center; padding-left: 0; padding-right: 0; }
@media (max-width: 860px) {
  .acmp-bio-section-home .acmp-bio-home-card {
    flex-direction: column !important; align-items: center !important;
    text-align: center !important; gap: 32px !important;
  }
  .acmp-bio-section-home .acmp-bio-home-card > div:first-child { flex: none !important; max-width: 100% !important; width: 100% !important; align-items: center !important; }
  .acmp-bio-section-home .acmp-bio-photo { width: 253px !important; flex: 0 0 auto !important; aspect-ratio: 3 / 4 !important; border-radius: 20px !important; margin: 0 auto !important; }
  .acmp-bio-section-home .acmp-bio-name,
  .acmp-bio-section-home .acmp-bio-role,
  .acmp-bio-section-home .acmp-bio-name { text-align: center; font-size: 27px !important; line-height: 1.1 !important; margin: 0 0 12px !important; }
  .acmp-bio-section-home .acmp-bio-name span { font-size: 27px !important; }
  .acmp-bio-section-home .acmp-bio-role { text-align: center; font-size: 15px !important; line-height: 1.7 !important; }
  .acmp-bio-section-home .acmp-bio-lead { text-align: center; font-size: 14px !important; }
  .acmp-bio-section-home .acmp-bio-socials { justify-content: center !important; }
  .acmp-logos { padding-bottom: 16px !important; }
  .acmp-stats { padding-top: 12px !important; padding-bottom: 16px !important; }
  .home-productos { padding-top: 28px !important; }
}
@media (max-width: 900px) {
  .acmp-testimonial-wrap .acmp-test-head h2,
  .acmp-accion .acmp-accion-title { font-size: 28px !important; }
}
@media (max-width: 480px) {
  .acmp-testimonial-wrap .acmp-test-head h2,
  .acmp-accion .acmp-accion-title { font-size: 24px !important; }
}

/* ── Academia en acción: altura uniforme, sin gaps ── */
.acmp-accion-track {
  gap: 0 !important;
  align-items: flex-start !important;
  height: 400px !important;
  overflow: hidden !important;
}
.acmp-accion-card {
  position: relative !important;
  width: 300px !important;
  height: 400px !important;
  aspect-ratio: unset !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  flex: 0 0 300px !important;
  overflow: hidden !important;
  display: block !important;
}
.acmp-accion-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
}
@media (max-width: 860px) {
  .acmp-accion-track { height: 300px !important; }
  .acmp-accion-card {
    width: 220px !important;
    height: 300px !important;
    flex: 0 0 220px !important;
  }
}

/* ── Marcas y números: mismo fondo que el hero ── */
.acmp-logos,
.acmp-stats { background: var(--acmp-gray) !important; }
.acmp-logos { padding-top: 80px !important; padding-bottom: 40px !important; }

/* ── Productos: cursos + inglés ── */
.home-productos { background: var(--acmp-gray); }
.home-productos-inner {
  max-width: 1200px; margin: 0 auto; padding: 88px 28px;
  display: flex; flex-direction: column; gap: 48px;
}
.home-productos-header {
  text-align: center;
}
.home-productos-heading {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0; text-wrap: balance;
}
.home-productos-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
}
.home-producto-item {
  display: flex; flex-direction: column; gap: 20px;
}
.home-producto-img-wrap {
  width: 100%; aspect-ratio: 4/3;
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.home-producto-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
  display: block;
}
.home-producto-info {
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 20px;
}
.home-producto-eyebrow {
  font-family: var(--font-section); font-weight: 700;
  font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--acmp-orange);
}
.home-producto-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  line-height: 1.05; letter-spacing: -0.03em; margin: 0;
}
@media (max-width: 860px) {
  .home-productos-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-producto-img-wrap { aspect-ratio: 3/2; }
}

/* ── Banner: English for Impact ── */
.hbanner { background: var(--acmp-navy); overflow: hidden; }
.hbanner-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 96px 28px;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 64px; align-items: center;
}
.hbanner-eyebrow {
  font-family: var(--font-section); font-weight: 700;
  font-size: 11px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--acmp-cyan); margin-bottom: 14px;
}
.hbanner-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.6rem, 4.5vw, 4rem);
  line-height: 1.05; letter-spacing: -0.03em;
  color: #fff; margin: 0 0 20px; text-wrap: balance;
}
.hbanner-lead {
  font-family: var(--font-body); font-size: 16px; line-height: 1.65;
  color: rgba(255,255,255,.72); margin-bottom: 32px; max-width: 50ch;
}
.hbanner-art img {
  width: 100%; border-radius: var(--radius-lg);
  max-height: 380px; object-fit: cover;
  box-shadow: 0 24px 64px rgba(0,0,0,.45);
}
.hbanner-ghost {
  background: rgba(255,255,255,.08); color: #fff;
  border: 1.5px solid rgba(255,255,255,.22);
}
.hbanner-ghost:hover { background: rgba(255,255,255,.18); color: #fff; }
@media (max-width: 860px) {
  .hbanner-wrap { grid-template-columns: 1fr; padding: 64px 24px; }
  .hbanner-art { display: none; }
}

/* ── Test de Oratoria ── */
.htest { background: #e5e5e5; }
.htest-inner { max-width: 544px; margin: 0 auto; padding: 0 28px; }
.htest-simple { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.htest-simple-title {
  font-family: var(--font-long-form); font-weight: 700;
  font-size: clamp(2rem, 3.4vw, 2.75rem); letter-spacing: -0.03em;
  line-height: 1.1; margin: 0; color: var(--acmp-navy);
}
.htest-simple-desc {
  font-family: var(--font-body); font-size: 16px;
  line-height: 1.65; color: var(--fg-2); margin: 0; max-width: 46ch;
}

/* ── Podcast ── */
.hpod { background: var(--acmp-navy); position: relative; overflow: hidden; }
.hpod::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: url('../assets/podcast-bg.png') center center / cover no-repeat;
  opacity: 0.22;
}
.hpod-bg { display: none; }
.hpod-main, .hpod-eps { position: relative; z-index: 1; }
.hpod-main {
  max-width: 1200px; margin: 0 auto; padding: 88px 28px 56px;
  display: grid; grid-template-columns: 1.2fr 0.8fr;
  gap: 64px; align-items: center; position: relative; z-index: 1;
}
.hpod-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.06; letter-spacing: -0.03em;
  color: #fff; margin: 0 0 6px; text-wrap: balance;
}
.hpod-by { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,.38); margin: 0 0 20px; letter-spacing: .04em; }
.hpod-desc { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.65; max-width: 50ch; margin-bottom: 28px; }
.hpod-platforms { display: flex; gap: 10px; flex-wrap: wrap; }
.hpod-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 16px; border-radius: 99px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.78); font-family: var(--font-body);
  font-size: 13px; font-weight: 500; text-decoration: none;
  transition: all var(--dur-fast);
}
.hpod-btn:hover { background: rgba(255,255,255,.19); color: #fff; }
.hpod-cover {
  background: linear-gradient(145deg,#2c3a60 0%,#1a2240 100%);
  border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.08);
  aspect-ratio: 1/1; max-width: 380px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 16px; padding: 36px; text-align: center;
}
.hpod-cover-photo {
  padding: 0 !important; overflow: hidden;
  background: transparent !important; border: none !important;
}
.hpod-cover-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  border-radius: var(--radius-lg);
}
.hpod-cover-ico {
  width: 64px; height: 64px; background: var(--acmp-orange);
  border-radius: var(--radius-md); display: flex; align-items: center;
  justify-content: center; box-shadow: var(--shadow-orange);
}
.hpod-cover-name { font-family: var(--font-display); font-weight: 700; font-size: 16px; line-height: 1.3; color: #fff; }
.hpod-cover-sub  { font-family: var(--font-body); font-size: 12px; color: rgba(255,255,255,.38); }
.hpod-eps { border-top: 1px solid rgba(255,255,255,.08); padding: 24px 28px 72px; position: relative; z-index: 1; }
.hpod-eps-inner { max-width: 1200px; margin: 0 auto; }
.hpod-eps-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.hpod-eps-hdr h3 { font-family: var(--font-section); font-weight: 700; font-size: 1rem; color: rgba(255,255,255,.58); margin: 0; }
.hpod-eps-hdr a { font-family: var(--font-body); font-size: 13px; color: var(--acmp-orange); text-decoration: none; }
.hpod-eps-hdr a:hover { color: var(--acmp-orange-700); }
.hpod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hpod-ep {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-md); overflow: hidden; text-decoration: none;
  display: flex; flex-direction: column; transition: all var(--dur-base);
}
.hpod-ep:hover { background: rgba(255,255,255,.10); transform: translateY(-2px); border-color: rgba(255,255,255,.18); }
.hpod-ep-thumb { height: 110px; position: relative; display: flex; align-items: flex-end; justify-content: flex-end; padding: 12px; }
.hpod-ep-thumb-img { padding: 0 !important; overflow: hidden; height: 200px !important; background: #111 !important; }
.hpod-ep-thumb-img img { width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
.hpod-ep-thumb-img .hpod-ep-play { position: absolute; bottom: 10px; right: 10px; }
.hpod-ep-num { position: absolute; top: 12px; left: 16px; font-family: var(--font-display); font-weight: 800; font-size: 3rem; line-height: 1; letter-spacing: -0.04em; color: rgba(255,255,255,.09); }
.hpod-ep-play { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.14); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: #fff; transition: background var(--dur-fast); }
.hpod-ep-play:hover { background: var(--acmp-orange); }
.hpod-ep-body { padding: 14px 16px 18px; }
.hpod-ep-meta { display: flex; gap: 6px; font-size: 11px; color: rgba(255,255,255,.36); font-family: var(--font-body); margin-bottom: 8px; letter-spacing: .04em; }
.hpod-ep-title { font-family: var(--font-section); font-weight: 500; font-size: 14px; color: rgba(255,255,255,.80); line-height: 1.4; margin: 0; }
@media (max-width: 1024px) { .hpod-grid { grid-template-columns: 1fr 1fr; } .hpod-ep:last-child { display: none; } }
@media (max-width: 860px) {
  .hpod-main { grid-template-columns: 1fr; padding: 64px 24px 40px; }
  .hpod-cover { display: none; }
  .hpod-grid { grid-template-columns: 1fr; }
  .hpod-ep:last-child { display: flex; }
  .hpod-eps { padding: 36px 24px 56px; }
}

/* ── Bio de Mai en grande ── */
.hbio { background: var(--acmp-navy); position: relative; overflow: hidden; }
.hbio-bg { position: absolute; right: -60px; bottom: -80px; width: 500px; opacity: .05; pointer-events: none; }
.hbio-wrap {
  max-width: 1200px; margin: 0 auto; padding: 96px 28px;
  display: grid; grid-template-columns: 0.85fr 1.15fr;
  gap: 72px; align-items: center; position: relative; z-index: 1;
}
.hbio-photo { aspect-ratio: 3/4; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 32px 72px rgba(0,0,0,.45); }
.hbio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hbio-eyebrow { font-family: var(--font-section); font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--acmp-orange); margin-bottom: 12px; }
.hbio-name { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1.0; letter-spacing: -0.04em; color: #fff; margin: 0 0 8px; }
.hbio-role { font-family: var(--font-section); font-size: 15px; color: rgba(255,255,255,.40); margin: 0 0 24px; line-height: 1.4; }
.hbio-p { font-family: var(--font-body); font-size: 15px; line-height: 1.68; color: rgba(255,255,255,.70); margin: 0 0 16px; }
.hbio-chips { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0 28px; }
.hbio-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 99px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.72); font-family: var(--font-body);
  font-size: 13px; font-weight: 500; text-decoration: none;
  transition: all var(--dur-fast);
}
.hbio-chip:hover { background: rgba(255,255,255,.18); color: #fff; }
@media (max-width: 860px) {
  .hbio-wrap { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px; }
  .hbio-photo { max-width: 300px; margin: 0 auto; }
  .hbio-name { font-size: clamp(2.5rem, 8vw, 4rem); }
}
