.acmp-page { background: var(--bg-page); min-height: 100vh; overflow-x: clip; }html, body { overflow-x: clip; }.acmp-btn-primary:hover {
  background: var(--acmp-orange-700);
  color: #fff;
  box-shadow: 0 14px 36px rgba(247, 70, 4, 0.40);
}@keyframes acmp-scrim-in { from { opacity: 0 } to { opacity: 1 } }@keyframes acmp-panel-in {
  from { transform: translateY(-12px); opacity: 0 }
  to   { transform: translateY(0); opacity: 1 }
}.acmp-br-desktop { display: none; }@media (min-width: 861px) { .acmp-br-desktop { display: block; } }.acmp-hero {
  max-width: 1200px; margin: -24px auto 0;
  padding: 0 28px;
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
  align-items: center;
}.acmp-hero h1.acmp-hero-h1-extenda {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 140px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 0.92;
  margin: 14px 0 4px;
}.acmp-hero h1.acmp-hero-h1-extenda + p.lead { margin-top: 0; }.acmp-hero .eyebrow { margin-bottom: 6px !important; margin-top: -34px !important; }.acmp-hero-eyebrow {
  display: flex; flex-direction: column; gap: 2px;
  line-height: 1.3;
}.acmp-hero p.lead {
  font-size: 15px; color: var(--fg-2); max-width: 46ch; margin: 0 0 28px;
}.acmp-hero-art img.hero-photo {
  width: 216%; height: 216%;
  object-fit: contain;
  display: block;
  transform-origin: center;
}.acmp-logos .brand-logo {
  height: 202px; width: auto; max-width: 648px;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(100%);
  opacity: 0.72;
  transition: filter 0.3s, opacity 0.3s;
}.acmp-stats {
  max-width: 1200px; margin: 0 auto;
  padding: 20px 28px 56px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}.acmp-section-head {
  max-width: 1200px; margin: 0 auto;
  padding: 32px 28px 40px;
  text-align: center;
}.acmp-bonos-wrap {
  max-width: 1100px; margin: 0 auto;
  padding: 24px 28px 80px;
}max-width: 1100px; margin: 0 auto;
  padding: 24px 28px 80px;
}
.acmp-bonos-head { text-align: center; max-width: 720px; margin: 0 auto 36px; }.acmp-bonos-head .eyebrow { color: var(--acmp-orange); margin-bottom: 10px; }.acmp-bonos-head h2 { color: var(--acmp-navy); margin: 0 0 8px; text-wrap: balance; }.acmp-bonos-head h2 .kw { color: var(--acmp-orange); }.acmp-bonos-head .desc { color: var(--fg-2); margin: 0 auto; }.acmp-bonos-list { display: flex; flex-direction: column; gap: 12px; }.acmp-bonus {
  text-align: left; width: 100%; cursor: pointer;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 18px 22px;
  font-family: inherit; color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}.acmp-bonus:hover {
  border-color: rgba(217, 119, 87, .35);
  box-shadow: 0 6px 24px rgba(34, 43, 73, 0.06);
}.acmp-bonus.no-body { cursor: default; }.acmp-bonus.no-body:hover { transform: none; }.acmp-bonus-row {
  display: flex; align-items: center; gap: 18px;
}.acmp-bonus-tag {
  flex: 0 0 auto;
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--acmp-orange);
  padding: 8px 12px;
  border-radius: 999px;
}.acmp-bonus-main { flex: 1; min-width: 0; }.acmp-bonus-title {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 17px; color: var(--acmp-navy);
  letter-spacing: -0.01em;
  line-height: 1.3;
}.acmp-bonus-by {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 13px; color: var(--fg-2);
  margin-top: 2px;
}.acmp-bonus-chev {
  color: var(--acmp-navy);
  transition: transform .2s ease;
}.acmp-bonus.is-open .acmp-bonus-chev { transform: rotate(180deg); }.acmp-bonus-badge {
  width: 26px; height: 26px;
  border-radius: 999px;
  background: rgba(217, 119, 87, .12);
  color: var(--acmp-orange);
  display: inline-flex; align-items: center; justify-content: center;
}.acmp-bonus-body { padding: 8px 0 6px 0; }.acmp-bonus-body ul {
  list-style: none; margin: 14px 0 4px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
}.acmp-bonus-body li {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px; line-height: 1.5; color: var(--fg-1);
}.acmp-bonus-body li::before {
  content: ''; position: absolute;
  left: 2px; top: 9px; width: 6px; height: 6px;
  border-radius: 999px; background: var(--acmp-orange);
}.acmp-ad { background: #fff; padding: 96px 0 64px; }.acmp-ad-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 0 28px;
}.acmp-ad-head { text-align: center; margin-bottom: 48px; }.acmp-ad-head .eyebrow { color: var(--acmp-orange); margin-bottom: 14px; }.acmp-ad-head h2 .kw { color: var(--acmp-orange); }.acmp-ad-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1fr;
  gap: 28px;
  align-items: stretch;
}.acmp-ad-col {
  background: #f6f6f6;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 26px 26px 28px;
}.acmp-ad-col-head { margin-bottom: 18px; display: flex; }.acmp-ad-col-tag {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}.acmp-ad-tag-antes {
  color: #8a8a8a;
  background: #ebebeb;
}.acmp-ad-tag-despues {
  color: #fff;
  background: var(--acmp-orange);
}.acmp-ad-col ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}.acmp-ad-col li {
  display: flex; align-items: flex-start; gap: 12px;
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 15px; line-height: 1.45;
  color: var(--fg-1);
}.acmp-ad-icon {
  flex: 0 0 22px;
  width: 22px; height: 22px;
  border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}.acmp-ad-icon-x {
  background: #e0e0e0;
  color: #6b6b6b;
}.acmp-ad-icon-check {
  background: var(--acmp-orange);
  color: #fff;
}.acmp-ad-col-antes li { color: var(--fg-2); }.acmp-ad-col-despues { background: #fff7f2; border-color: rgba(217, 119, 87, .25); }.acmp-ad-media {
  display: flex; align-items: stretch; justify-content: center;
}.acmp-ad-photo {
  width: 100%;
  border-radius: var(--radius-lg, 20px);
  overflow: hidden;
  background: #f2f2f2;
}.acmp-ad-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}@media (max-width: 1100px) {
  .acmp-ad-grid {
    grid-template-columns: 1fr 1fr;
  }
  .acmp-ad-media { grid-column: 1 / -1; order: -1; max-height: 420px; }
}@media (max-width: 640px) {
  .acmp-ad-grid { grid-template-columns: 1fr; }
}.acmp-empresas-cta {
  position: relative;
  background:
    linear-gradient(rgba(34, 43, 73, 0.78), rgba(34, 43, 73, 0.88)),
    url('../assets/empresas-bg.webp') center / cover no-repeat,
    var(--acmp-navy, #222b49);
  padding: 80px 28px;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  overflow: hidden;
}.acmp-page section h2,
.acmp-page .acmp-section-head h2,
.acmp-outcomes-head h2,
.acmp-modules-head h2,
.acmp-vsl-head h2,
.acmp-test-head h2,
.acmp-bio-text h2,
.acmp-para-quien-head h2,
.acmp-empresas-cta-title,
.acmp-accion-title,
.acmp-faq-title,
.acmp-certs-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  text-transform: none !important;
}.acmp-para-quien {
  background: #fff;
  padding: 96px 0 64px;
}.acmp-para-quien-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 28px;
}.acmp-para-quien-head { text-align: center; margin-bottom: 48px; }.acmp-para-quien-head .eyebrow { color: var(--acmp-orange); margin-bottom: 14px; }.acmp-para-quien-head h2 {
  font-family: 'Extenda 30 Deca', 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 4.4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--acmp-navy);
  margin: 0;
  text-wrap: balance;
}.acmp-para-quien-head h2 .kw { color: var(--acmp-orange); }.acmp-para-quien-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}.acmp-para-quien-card {
  background: #f6f6f6;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 22px 22px 22px 22px;
  display: flex; align-items: flex-start; gap: 14px;
  font-family: var(--font-body);
  font-size: 16px; line-height: 1.45; color: var(--fg-1);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}.acmp-para-quien-card:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: var(--shadow-md, 0 6px 24px rgba(0,0,0,.06));
}.acmp-para-quien-check {
  flex: 0 0 28px;
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--acmp-orange);
  color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  margin-top: 1px;
}.acmp-para-quien-text { display: block; }@media (max-width: 1100px) {
  .acmp-para-quien-grid { grid-template-columns: repeat(2, 1fr); }
}@media (max-width: 640px) {
  .acmp-para-quien-grid { grid-template-columns: 1fr; }
}.acmp-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}.acmp-testimonial::before {
  content: ''; position: absolute; right: -60px; top: -60px;
  width: 360px; height: 360px;
  background-image: url('../assets/isotype-waves.svg');
  background-size: contain; background-repeat: no-repeat;
  color: #fff; opacity: 0.10;
}.acmp-bio-section-title { color: var(--acmp-navy); margin: 0; }.acmp-bio-grid-single {
  grid-template-columns: 1fr;
  max-width: calc((1200px - 28px * 2 - 40px) / 2);
  margin: 40px auto 0;
}.acmp-bio {
  display: flex; flex-direction: column; align-items: center;
  gap: 20px; text-align: center;
  background: #fff;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg, 20px);
  padding: 32px 28px;
}.acmp-bio-photo {
  width: 220px; aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: #f2f2f2;
  overflow: hidden;
  flex: 0 0 220px;
}overflow: hidden;
  background: linear-gradient(160deg, #f6f4ef 0%, #e9e4d8 100%);
  box-shadow: 0 24px 60px rgba(34, 43, 73, 0.14);
  position: relative;
}
.acmp-bio-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  font-family: var(--font-section); color: #000; text-align: center;
  border: 2px dashed rgba(0,0,0,0.18);
  border-radius: var(--radius-xl);
  margin: 14px;
}.acmp-accion-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0;
}.acmp-ebook-eyebrow {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0 0 18px;
  text-transform: uppercase;
}.acmp-ebook-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif; font-weight: 700;
  font-size: 34.5px; line-height: 1.2;
  color: var(--acmp-navy); margin: 0 0 28px;
  letter-spacing: -0.02em;
  max-width: 18ch;
}.acmp-ebook-cover-img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(34, 43, 73, 0.18);
  transition: transform var(--dur-base) var(--ease-standard);
}.acmp-ebook-cover-img:hover { transform: rotate(-1deg) translateY(-4px); }.acmp-ebook-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  width: 100%; max-width: 360px;
  transform: rotate(-3deg);
  transition: transform var(--dur-base) var(--ease-standard);
}.acmp-ebook-cover-kicker {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff; opacity: 0.92; margin: 0 0 8px;
}.acmp-ebook-cover-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif; font-weight: 800;
  font-size: 25.3px; line-height: 1.05; letter-spacing: -0.01em;
  margin: 0 auto 8px; color: #fff;
  max-width: 16ch;
  text-wrap: balance;
}.acmp-outcomes-head h2 {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.04em; line-height: 1.05;
  color: #000; margin: 0; text-wrap: balance;
}.acmp-vsl-wrap {
  background: #fff;
  max-width: none; margin: 0;
  padding: 80px max(28px, calc((100% - 1200px) / 2)) 40px;
}.acmp-vsl-frame {
  position: relative; aspect-ratio: 16 / 9;
  border-radius: var(--radius-xl); overflow: hidden;
  background: transparent;
  box-shadow: 0 30px 80px rgba(34, 43, 73, 0.12);
}.acmp-faq-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.05; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0;
}.acmp-faq-q {
  font-family: 'Poppins', sans-serif; font-weight: 600;
  font-size: 17px; color: var(--acmp-navy);
  letter-spacing: -0.02em; line-height: 1.3;
}.acmp-certs-title {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 34px; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--acmp-navy); margin: 0 0 14px;
}.acmp-buy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}.acmp-buy-card.is-combo { height: 100%; }.acmp-buy-combo-title {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 26px;
  line-height: 1.15; letter-spacing: -0.02em;
  color: #fff; margin: 0;
}.acmp-buy-kicker {
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700; font-size: 12px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--acmp-orange, #f74604);
  margin: 0 0 -10px;
}.acmp-buy-kicker.is-combo { color: rgba(255,255,255,0.78); }font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 26px;
  line-height: 1.15; letter-spacing: -0.02em;
  color: #fff; margin: 0;
}
.acmp-buy-perclass {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 14px; opacity: 0.78; font-weight: 500;
}.acmp-buy-preventa {
  display: inline-flex; align-items: center; gap: 8px;
  align-self: center;
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700; font-size: 12.5px;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--acmp-orange, #f74604);
  padding: 7px 14px; border-radius: 999px;
}.acmp-buy-preventa-dot {
  width: 7px; height: 7px; border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
  animation: acmp-pulse 1.6s infinite;
}@keyframes acmp-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}.acmp-buy-startdate {
  font-family: var(--font-body, 'Inter', sans-serif);
  font-size: 14px; line-height: 1.4;
  color: rgba(255,255,255,0.88);
  margin: 0;
}.acmp-buy-startdate strong { color: #fff; }}

.acmp-hero-ingles .acmp-hero-art {
  aspect-ratio: auto;
  height: 100%;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}.acmp-hero-ingles .acmp-hero-art img.hero-photo.hero-photo-frame {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: none;
  border-radius: var(--radius-lg);
}.acmp-hero.acmp-hero-ingles {
  margin: 64px auto 64px;
  padding-top: 0;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}.acmp-hero-ingles > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}.acmp-hero h1.acmp-hero-h1-extenda.acmp-hero-h1-ingles {
  font-size: clamp(3.5rem, 9.2vw, 140px);
  line-height: 0.82;
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--acmp-orange);
  margin: 22px 0 22px;
  text-wrap: balance;
}.acmp-hero .acmp-hero-eyebrow-ingles { color: #000; margin-top: 0 !important; }.acmp-hero .acmp-hero-eyebrow-ingles .agotado { color: var(--acmp-orange); }@media (max-width: 860px) {
  .acmp-hero.acmp-hero-ingles {
    margin-top: 28px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .acmp-hero-ingles > div:first-child {
    text-align: center;
    align-items: center;
  }
  .acmp-hero .acmp-hero-eyebrow-ingles {
    align-items: center;
    text-align: center;
  }
  .acmp-hero-ingles p.lead {
    margin-left: auto;
    margin-right: auto;
  }
  .acmp-hero h1.acmp-hero-h1-extenda.acmp-hero-h1-ingles {
    font-size: clamp(3.5rem, 18vw, 7rem) !important;
    line-height: 0.78;
    letter-spacing: normal;
  }
  .acmp-hero-ingles p.lead {
    font-size: 13px;
    max-width: none;
  }
  .acmp-hero-ingles .acmp-hero-art {
    aspect-ratio: 4 / 3;
    height: auto;
    min-height: 0;
  }
}@media (max-width: 480px) {
  .acmp-hero h1.acmp-hero-h1-extenda.acmp-hero-h1-ingles { font-size: clamp(3.5rem, 18vw, 7rem) !important; }
}.acmp-niveles {
  background: var(--acmp-orange);
  max-width: none;
  margin: 0 0 72px;
  padding: 40px max(28px, calc((100% - 1200px) / 2)) 72px;
}.acmp-niveles .acmp-section-head .eyebrow { color: rgba(255,255,255,0.92); }.acmp-niveles .acmp-section-head h2,
.acmp-niveles .acmp-section-head h2 .kw { color: #fff; }.acmp-niveles .acmp-section-head .desc { color: rgba(255,255,255,0.92); }.acmp-niveles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: var(--space-5);
}.acmp-nivel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: var(--acmp-gray);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: var(--space-6);
  transition: box-shadow var(--dur-base) var(--ease-standard),
              transform var(--dur-base) var(--ease-standard);
}.acmp-nivel-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}.acmp-nivel-live {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--acmp-orange);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 7px 14px;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-standard);
}.acmp-nivel-live:hover { background: var(--acmp-orange-700); }.acmp-nivel-live .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: acmp-live-pulse 1.6s var(--ease-standard) infinite;
}@keyframes acmp-live-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
  70%  { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}.acmp-nivel-kicker {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--acmp-orange);
  margin: 22px 0 6px;
}.acmp-nivel-title {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
  margin: 22px 0 12px;
}.acmp-nivel-desc {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--fg-2);
  margin: 0 0 24px;
  flex: 0 1 auto;
}.acmp-nivel-card .acmp-btn-primary {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}@media (max-width: 920px) {
  .acmp-niveles-grid { grid-template-columns: 1fr; max-width: 360px; margin: 0 auto; }
  .acmp-niveles { padding: 32px 20px 48px; }
  .acmp-nivel-card { padding: var(--space-5); }
  .acmp-nivel-title { font-size: 21px; }
  .acmp-nivel-desc { font-size: 13px; }
  .acmp-nivel-live { font-size: 11px; padding: 6px 12px; }
  .acmp-nivel-card .acmp-btn-primary { font-size: 13px; }
}.acmp-featured {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 28px 88px;
}.acmp-featured-card {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  gap: 0;
  background: var(--acmp-gray);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}.acmp-featured-media {
  background: var(--acmp-gray);
}.acmp-featured-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.acmp-featured-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: var(--space-8) var(--space-8);
  gap: var(--space-4);
}.acmp-featured-authors {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--acmp-orange);
}.acmp-featured-desc {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--fg-2);
  margin: 0;
  max-width: 46ch;
}.acmp-featured-cta {
  margin-top: var(--space-2);
  text-decoration: none;
}@media (max-width: 860px) {
  .acmp-featured { padding: 16px 20px 64px; }
  .acmp-featured-card { grid-template-columns: 1fr; }
  .acmp-featured-media { aspect-ratio: 706 / 400; }
  .acmp-featured-body { padding: var(--space-6); align-items: center; text-align: center; }
  .acmp-featured-desc { font-size: 15.5px; }
}.acmp-comunica {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 28px 72px;
}.acmp-comunica-inner {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: var(--space-8);
  align-items: center;
}.acmp-comunica-text h2.acmp-comunica-title {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: clamp(1.9rem, 2.8vw, 2.4rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--acmp-navy);
  margin: 0 0 20px;
  text-align: left;
  text-wrap: normal;
}.acmp-comunica-text h2.acmp-comunica-title .kw { color: var(--acmp-orange); letter-spacing: -0.03em; }.acmp-comunica-text p {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.62;
  color: var(--fg-2);
  margin: 0 0 16px;
  max-width: 52ch;
}.acmp-comunica-lead {
  font-weight: 600;
  color: var(--fg-1) !important;
}.acmp-comunica-emph {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 19px !important;
  line-height: 1.3 !important;
  color: var(--acmp-navy) !important;
  margin: 22px 0 18px !important;
}.acmp-comunica-close {
  font-family: var(--font-section);
  font-size: 20px !important;
  line-height: 1.3 !important;
  color: var(--acmp-navy) !important;
  margin: 0 !important;
}.acmp-comunica-close strong { color: var(--acmp-orange); font-weight: 700; }.acmp-carousel {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  background: var(--acmp-gray);
}.acmp-carousel-track {
  display: flex;
  height: 100%;
  transition: transform var(--dur-slow) var(--ease-standard);
}.acmp-carousel-slide {
  min-width: 100%;
  height: 100%;
}.acmp-carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}.acmp-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.9);
  color: var(--acmp-navy);
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: background var(--dur-fast) var(--ease-standard),
              color var(--dur-fast) var(--ease-standard);
}.acmp-carousel-arrow:hover { background: var(--acmp-orange); color: #fff; }.acmp-carousel-prev { left: 14px; }.acmp-carousel-next { right: 14px; }.acmp-carousel-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}.acmp-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease-standard),
              width var(--dur-fast) var(--ease-standard);
}.acmp-carousel-dot.is-active {
  width: 22px;
  border-radius: var(--radius-pill);
  background: var(--acmp-orange);
}@media (max-width: 860px) {
  .acmp-comunica { padding: 16px 20px 56px; }
  .acmp-comunica-inner { grid-template-columns: 1fr; gap: var(--space-6); }
  .acmp-comunica-media { max-width: 440px; margin: 0 auto; width: 100%; }
  .acmp-carousel { aspect-ratio: 4 / 3; }
  .acmp-comunica-text { text-align: center; }
  .acmp-comunica-text h2.acmp-comunica-title { text-align: center; }
  .acmp-comunica-text p { font-size: 13px; margin-left: auto; margin-right: auto; }
}@media (max-width: 860px) {
  .acmp-community-sub { display: none; }
  .acmp-community-profile { display: none; }
}/* ── 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; }.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); }
}
