.acmp-page { background: var(--bg-page); min-height: 100vh; overflow-x: clip; }html, body { overflow-x: clip; }.acmp-btn {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  padding: 18px 36px;
  border-radius: 10px;
  width: fit-content;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--dur-base) var(--ease-standard);
  text-decoration: none;
  line-height: 1;
}@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-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-top: 0; }.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-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;
}.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: 64px auto;
  max-width: 1200px;
  border-radius: var(--radius-lg, 20px);
  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;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: none;
}.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;
}.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); }.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-buy-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 16px 22px;
  background: var(--acmp-orange, #f74604); color: #fff;
  border-radius: 999px;
  font-family: var(--font-section, 'Inter', sans-serif);
  font-weight: 700; font-size: 15px;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(247, 70, 4, 0.32);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}@media (max-width: 900px) {
.acmp-buy { padding: 56px 28px; }.acmp-buy-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 360px;
    margin: 0 auto;
  }.acmp-buy-col {
    gap: 14px;
    min-width: 0;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }.acmp-buy-card {
    padding: 32px 22px 26px;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    min-width: 0;
    box-sizing: border-box;
  }.acmp-buy-card > * { min-width: 0; }.acmp-buy-safe {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    min-width: 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }.acmp-buy-combo-head {
    font-size: 36px;
    white-space: normal;
    word-break: keep-all;
  }.acmp-buy-price .now { font-size: 38px; }.acmp-buy-title { font-size: 19px; }
}
.acmp-community-head h2 {
  font-family: 'DM Sans', 'Inter', system-ui, sans-serif;
  font-weight: 700; font-size: 34px;
  color: var(--acmp-navy, #222b49); margin: 0 0 10px;
  letter-spacing: -0.02em; line-height: 1.1;
}@media (max-width: 900px) {
.acmp-community { padding: 56px 0; }.acmp-community-wrap { padding: 0 20px; }.acmp-community-grid { grid-template-columns: repeat(3, 1fr); gap: 4px; }.acmp-community-profile {
    flex-direction: column; gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }.acmp-community-profile:hover {
    transform: none;
    box-shadow: none;
  }.acmp-community-handle { text-align: center; align-items: center; }
}
@media (max-width: 900px) {
.acmp-logo img { height: 36px; }.acmp-hero {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 56px 20px 0;
    margin: 0 auto;
    text-align: center;
  }.acmp-hero h1.acmp-hero-h1-extenda {
    font-size: 100px;
    line-height: 0.94;
    margin: 4px 0 6px;
    text-align: center;
  }.acmp-hero .eyebrow { margin-top: 0; font-size: 11px; text-align: center; }.acmp-hero-eyebrow { align-items: center; }.acmp-hero-eyebrow span { display: block; text-align: center; }.acmp-hero p.lead {
    font-size: 13px; max-width: 32ch;
    margin: 8px auto 20px; text-align: center;
    text-wrap: balance;
  }.acmp-hero p.lead .hide-mobile { display: none; }.acmp-hero-ctas { flex-direction: column; align-items: center; gap: 10px; }.acmp-hero-ctas .acmp-btn { width: auto; justify-content: center; }.acmp-hero-art { aspect-ratio: 5 / 4; }.acmp-hero-art img.hero-photo { width: 169%; height: 169%; }.acmp-logos { padding: 8px 0 12px; }.acmp-logos .label { font-size: 14px; padding: 0 20px; text-align: center; }.brand-logo { height: 90px; }.acmp-stats {
    grid-template-columns: 1fr;
    gap: 18px; padding: 32px 20px; text-align: center;
  }.acmp-stat .num { font-size: 44px; }.acmp-stat .lbl { font-size: 13px; }.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-bonos-head h2,
  .acmp-ad-head h2,
  .acmp-accion-title,
  .acmp-faq-title,
  .acmp-certs-title {
    font-size: 24px;
    line-height: 1.3;
  }.acmp-section-head { padding: 0 20px; text-align: center; }.acmp-section-head .desc { font-size: 14px; }.acmp-vsl-wrap { padding: 32px 20px 24px; }.acmp-vsl-frame { border-radius: 14px; box-shadow: 0 12px 32px rgba(34,43,73,.10); }.acmp-outcomes { padding: 48px 0; }.acmp-outcomes-wrap { padding: 0 20px; }.acmp-outcomes-head { margin-bottom: 24px; text-align: center; }.acmp-outcomes-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }.acmp-outcomes-media { order: -1; }.acmp-outcomes-photo { max-width: 320px; margin: 0 auto; }.acmp-outcomes-list li { font-size: 14px; }.acmp-ebook { padding: 48px 0; }.acmp-ebook-wrap {
    grid-template-columns: 1fr;
    gap: 32px; padding: 0 20px; text-align: center;
  }.acmp-ebook-copy { text-align: center; }.acmp-ebook-title { margin: 0 auto 18px; max-width: 28ch; }.acmp-ebook-cover { max-width: 240px; margin: 0 auto; }.acmp-ebook-cover-img { max-width: 240px; margin: 0 auto; }.acmp-accion { padding: 48px 0 32px; }.acmp-accion-card { width: 286px; height: 364px; }.acmp-accion-track { gap: 10px; }.acmp-modules-wrap { padding: 48px 20px; }.acmp-modules-head { text-align: center; margin-bottom: 24px; }.acmp-module { padding: 14px 16px; }.acmp-module-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px; align-items: center;
  }.acmp-module-n { font-size: 16px; }.acmp-module-title { font-size: 14px; line-height: 1.3; }.acmp-module-meta { display: none; }.acmp-module-bullets li { font-size: 14px; }.acmp-bonos-wrap { padding: 16px 20px 56px; }.acmp-bonos-head { margin-bottom: 24px; }.acmp-bonus { padding: 14px 16px; }.acmp-bonus-row { gap: 12px; }.acmp-bonus-tag {
    font-size: 9px; padding: 6px 9px; letter-spacing: 0.14em;
  }.acmp-bonus-title { font-size: 14px; line-height: 1.3; }.acmp-bonus-by { font-size: 12px; }.acmp-bonus-body li { font-size: 14px; }.acmp-bio-wrap { padding: 48px 20px; }.acmp-bio-head { margin-bottom: 24px; }.acmp-bio-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }.acmp-bio {
    padding: 24px 20px;
  }.acmp-bio-photo { width: 180px; flex-basis: 180px; margin: 0 auto; }.acmp-bio-name { font-size: 24px; }.acmp-bio-role { font-size: 14px; }.acmp-bio-lead { font-size: 14px; text-align: left; }.acmp-bio-socials { justify-content: center; }.acmp-para-quien { padding: 56px 0 32px; }.acmp-para-quien-inner { padding: 0 20px; }.acmp-para-quien-grid { grid-template-columns: 1fr; gap: 12px; }.acmp-para-quien-card { padding: 16px; font-size: 14px; }.acmp-ad { padding: 56px 0 32px; }.acmp-ad-wrap { padding: 0 20px; }.acmp-ad-head { margin-bottom: 24px; }.acmp-ad-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }.acmp-ad-media { order: -1; max-height: 260px; }.acmp-ad-col { padding: 20px; }.acmp-ad-col li { font-size: 14px; }.acmp-testimonial-wrap { padding: 48px 20px; }.acmp-test-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }.acmp-test-card { padding: 22px; }.acmp-test-text { font-size: 14px; }.acmp-courses {
    grid-template-columns: 1fr;
    gap: 16px; padding: 0 20px;
    max-width: 64%; margin: 0 auto;
  }.acmp-section-head { padding: 32px 20px 32px; text-align: center; }.acmp-empresas-cta {
    margin: 32px 20px;
    padding: 48px 24px;
    border-radius: 18px;
  }.acmp-empresas-cta-text { font-size: 15px; }.acmp-certs { padding: 48px 0; }.acmp-certs-head { padding: 0 20px; margin-bottom: 24px; }.acmp-certs-sub { font-size: 14px; }.acmp-certs-card { width: 280px; }.acmp-faq { padding: 48px 0; }.acmp-faq-wrap { padding: 0 20px; }.acmp-faq-head { text-align: center; margin-bottom: 24px; }.acmp-faq-q { font-size: 15px; }.acmp-faq-a { font-size: 14px; }.acmp-socials-wrap { padding: 24px 20px 64px; }.acmp-socials-row { gap: 32px; }.acmp-social-link { font-size: 12px; }.acmp-socials .acmp-social-ico svg { width: 36px; height: 36px; }.acmp-modal { width: calc(100% - 32px); max-width: 480px; padding: 24px; }
}
@media (max-width: 480px) {
.acmp-hero h1.acmp-hero-h1-extenda { font-size: 84px; }.acmp-hero p.lead { font-size: 15px; }.acmp-stat .num { font-size: 36px; }.acmp-page section 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-bonos-head h2,
  .acmp-ad-head h2,
  .acmp-accion-title,
  .acmp-faq-title,
  .acmp-certs-title {
    font-size: 24px;
  }
}
.acmp-page .acmp-buy,
.acmp-page .acmp-certs,
.acmp-page .acmp-community,
.acmp-page .acmp-para-quien,
.acmp-page .acmp-outcomes,
.acmp-page .acmp-faq,
.acmp-page .acmp-ad,
.acmp-page .liq-ebook,
.acmp-page .liq-galeria,
.acmp-page .acmp-quiz,
.acmp-page .acmp-empresas-cta { padding-left: 0; padding-right: 0; }.acmp-page .acmp-vsl-wrap { padding-left: calc(max(0px, 100% - 1200px) / 2 + 80px); padding-right: calc(max(0px, 100% - 1200px) / 2 + 80px); }.acmp-page .acmp-empresas-cta { max-width: none; margin: 0; border-radius: 0; }.acmp-page .acmp-vsl-wrap,
.acmp-page .liq-ebook,
.acmp-page .acmp-ad,
.acmp-page .acmp-para-quien,
.acmp-page .acmp-quiz,
.acmp-page .acmp-modules-wrap,
.acmp-page .acmp-bonos-wrap,
.acmp-page .acmp-outcomes,
.acmp-page .acmp-bio-wrap,
.acmp-page .acmp-testimonial-wrap,
.acmp-page .acmp-certs,
.acmp-page .acmp-faq,
.acmp-page .acmp-buy,
.acmp-page .acmp-community,
.acmp-page .acmp-stats,
.acmp-page .liq-galeria,
.acmp-page .acmp-empresas-cta { padding-top: 100px; padding-bottom: 100px; }.acmp-page .acmp-outcomes-wrap,
.acmp-page .acmp-faq-wrap,
.acmp-page .acmp-buy-wrap,
.acmp-page .acmp-community-wrap,
.acmp-page .acmp-certs-head,
.acmp-page .liq-ebook-inner,
.acmp-page .acmp-ad-wrap,
.acmp-page .acmp-para-quien-inner,
.acmp-page .acmp-quiz-inner,
.acmp-page .acmp-modules-head { padding-top: 0; padding-bottom: 0; }.acmp-page .acmp-section-head { padding-top: 100px; padding-bottom: 40px; }.acmp-page .acmp-courses { padding-top: 0; padding-bottom: 100px; }.acmp-page .acmp-hero { margin-top: 0; }.acmp-page .acmp-logos { padding-top: 50px; padding-bottom: 50px; }.acmp-page .eyebrow,
.acmp-page .acmp-quiz-eyebrow,
.acmp-page .acmp-empresas-cta-eyebrow {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--acmp-orange);
  margin: 0 0 12px;
}.acmp-page section h2,
.acmp-page .acmp-section-head h2,
.acmp-page .acmp-outcomes-head h2,
.acmp-page .acmp-modules-head h2,
.acmp-page .acmp-vsl-head h2,
.acmp-page .acmp-test-head h2,
.acmp-page .acmp-bonos-head h2,
.acmp-page .acmp-ad-head h2,
.acmp-page .acmp-para-quien-head h2,
.acmp-page .acmp-buy-head h2,
.acmp-page .liq-community-head h2,
.acmp-page .acmp-community-head h2,
.acmp-page .liq-galeria-head h2,
.acmp-page .acmp-bio-section-title,
.acmp-page .acmp-empresas-cta-title,
.acmp-page .acmp-faq-title,
.acmp-page .acmp-certs-title,
.acmp-page .acmp-accion-title {
  font-family: var(--font-section);
  font-weight: 700;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--acmp-navy);
  text-transform: none;
  margin: 0 0 16px;
}.acmp-page .acmp-quiz h2,
.acmp-page .acmp-empresas-cta-title,
.acmp-page .liq-ebook-inner h2 { color: #fff; }.acmp-page h2 .kw { color: var(--acmp-orange); font-weight: 700; letter-spacing: -0.02em; }.acmp-page .desc,
.acmp-page .acmp-hero p.lead,
.acmp-page .acmp-para-quien-card,
.acmp-page .acmp-module-bullets li,
.acmp-page .acmp-test-text,
.acmp-page .acmp-faq-a,
.acmp-page .acmp-bio-lead,
.acmp-page .acmp-bio-role,
.acmp-page .acmp-certs-sub,
.acmp-page .acmp-community-sub,
.acmp-page .acmp-buy-feats li,
.acmp-page .acmp-outcomes-list li,
.acmp-page .acmp-quiz-lead,
.acmp-page .acmp-quiz-list li,
.acmp-page .acmp-empresas-cta-text,
.acmp-page .liq-ebook-inner p,
.acmp-page .acmp-ad-wrap p,
.acmp-page .liq-bono-desc,
.acmp-page .liq-incluye-grid > div > span + span {
  font-family: var(--font-section);
  font-size: 17px;
  line-height: 1.5;
}.acmp-page .desc,
.acmp-page .acmp-hero p.lead,
.acmp-page .acmp-para-quien-card,
.acmp-page .acmp-module-bullets li,
.acmp-page .acmp-test-text,
.acmp-page .acmp-faq-a,
.acmp-page .acmp-bio-lead,
.acmp-page .acmp-certs-sub,
.acmp-page .acmp-community-sub,
.acmp-page .acmp-buy-feats li,
.acmp-page .acmp-ad-wrap p,
.acmp-page .liq-bono-desc,
.acmp-page .liq-incluye-grid > div > span + span { color: var(--acmp-navy); }.acmp-page .acmp-bio-role { color: var(--fg-2); }.acmp-page .acmp-ad-wrap h3,
.acmp-page .liq-bono-title,
.acmp-page .acmp-course-title,
.acmp-page .acmp-buy-title,
.acmp-page .acmp-bio-name {
  font-family: var(--font-section);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}.acmp-page .acmp-ad-wrap h3,
.acmp-page .liq-bono-title,
.acmp-page .acmp-course-title { font-size: 20px; }.acmp-page .acmp-buy-title { font-size: 24px; }.acmp-page .acmp-bio-name { font-size: 28px; }.acmp-page .acmp-module-title { font-family: var(--font-section); font-weight: 700; font-size: 20px; line-height: 1.3; letter-spacing: -0.02em; color: var(--acmp-navy); }.acmp-page .acmp-faq-q { font-family: var(--font-section); font-weight: 700; font-size: 20px; line-height: 1.3; letter-spacing: -0.02em; color: var(--acmp-navy); }.acmp-page .liq-bono-tag,
.acmp-page .liq-bono-foot { font-family: var(--font-body); font-weight: 700; }.acmp-page .liq-bono-tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; }.acmp-page .liq-bono-foot { font-size: 15px; font-weight: 600; }.acmp-page .acmp-btn,
.acmp-page .acmp-buy-cta,
.acmp-page .acmp-quiz-cta {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 18px 36px;
  border-radius: 10px;
  width: fit-content;
  max-width: 100%;
  box-sizing: border-box;
  letter-spacing: 0;
}.acmp-page .acmp-btn-primary,
.acmp-page .acmp-buy-cta,
.acmp-page .acmp-quiz-cta { background: var(--acmp-orange); color: #fff; }.acmp-page .acmp-btn-ghost { background: var(--acmp-navy); color: #fff; border: none; }.acmp-page .acmp-btn-ghost:hover { background: #151c33; color: #fff; }.acmp-page .acmp-buy-cta:hover { transform: none; background: var(--acmp-orange-700); }.acmp-page .liq-ebook-inner,
.acmp-page .liq-lograras-row { gap: 60px; align-items: stretch; }.acmp-page .liq-lograras-photo img { height: 100%; min-height: 520px; object-fit: cover; }.acmp-page .liq-ebook-cover { display: flex; align-items: center; }@media (max-width: 768px) {
.acmp-page .acmp-vsl-wrap { padding-left: 20px; padding-right: 20px; }.acmp-page .acmp-vsl-wrap,
  .acmp-page .liq-ebook,
  .acmp-page .acmp-ad,
  .acmp-page .acmp-para-quien,
  .acmp-page .acmp-quiz,
  .acmp-page .acmp-modules-wrap,
  .acmp-page .acmp-bonos-wrap,
  .acmp-page .acmp-outcomes,
  .acmp-page .acmp-bio-wrap,
  .acmp-page .acmp-testimonial-wrap,
  .acmp-page .acmp-certs,
  .acmp-page .acmp-faq,
  .acmp-page .acmp-buy,
  .acmp-page .acmp-community,
  .acmp-page .acmp-stats,
  .acmp-page .liq-galeria,
  .acmp-page .acmp-empresas-cta { padding-top: 50px; padding-bottom: 50px; }.acmp-page .acmp-section-head { padding-top: 50px; padding-bottom: 20px; }.acmp-page .acmp-courses { padding-bottom: 50px; }.acmp-page .acmp-logos { padding-top: 25px; padding-bottom: 25px; }.acmp-page section h2,
  .acmp-page .acmp-section-head h2,
  .acmp-page .acmp-outcomes-head h2,
  .acmp-page .acmp-modules-head h2,
  .acmp-page .acmp-vsl-head h2,
  .acmp-page .acmp-test-head h2,
  .acmp-page .acmp-bonos-head h2,
  .acmp-page .acmp-ad-head h2,
  .acmp-page .acmp-para-quien-head h2,
  .acmp-page .acmp-buy-head h2,
  .acmp-page .liq-community-head h2,
  .acmp-page .acmp-community-head h2,
  .acmp-page .liq-galeria-head h2,
  .acmp-page .acmp-bio-section-title,
  .acmp-page .acmp-empresas-cta-title,
  .acmp-page .acmp-faq-title,
  .acmp-page .acmp-certs-title,
  .acmp-page .acmp-accion-title { font-size: 24px; line-height: 1.3; }.acmp-page .desc,
  .acmp-page .acmp-hero p.lead,
  .acmp-page .acmp-para-quien-card,
  .acmp-page .acmp-module-bullets li,
  .acmp-page .acmp-test-text,
  .acmp-page .acmp-faq-a,
  .acmp-page .acmp-bio-lead,
  .acmp-page .acmp-bio-role,
  .acmp-page .acmp-certs-sub,
  .acmp-page .acmp-community-sub,
  .acmp-page .acmp-buy-feats li,
  .acmp-page .acmp-outcomes-list li,
  .acmp-page .acmp-quiz-lead,
  .acmp-page .acmp-quiz-list li,
  .acmp-page .acmp-empresas-cta-text,
  .acmp-page .liq-ebook-inner p,
  .acmp-page .acmp-ad-wrap p,
  .acmp-page .liq-bono-desc,
  .acmp-page .liq-incluye-grid > div > span + span { font-size: 13px; line-height: 1.5; }.acmp-page .acmp-module-title,
  .acmp-page .acmp-faq-q,
  .acmp-page .acmp-ad-wrap h3,
  .acmp-page .liq-bono-title,
  .acmp-page .acmp-course-title { font-size: 15px; line-height: 1.3; }.acmp-page .acmp-buy-title { font-size: 18px; line-height: 1.3; }.acmp-page .acmp-bio-name { font-size: 21px; line-height: 1.3; }.acmp-page .eyebrow,
  .acmp-page .acmp-quiz-eyebrow,
  .acmp-page .acmp-empresas-cta-eyebrow { font-size: 13px; margin-bottom: 12px; }.acmp-page .acmp-btn,
  .acmp-page .acmp-buy-cta,
  .acmp-page .acmp-quiz-cta { font-size: 13px; padding: 16px 24px; }.acmp-page .acmp-stat .num { font-size: 32px; line-height: 1.3; }.acmp-page .acmp-stat .lbl { font-size: 13px; }.acmp-page .liq-ebook-inner,
  .acmp-page .liq-lograras-row { flex-direction: column-reverse; gap: 30px; }.acmp-page .liq-lograras-photo img { min-height: 320px; }.acmp-page img,
  .acmp-page video,
  .acmp-page iframe { max-width: 100%; }
}
html, body { overflow-x: clip; }/* Hero — dimensiones copiadas de la landing de Comunicación y Manejo de las Emociones */@media (min-width: 769px) {
.acmp-hero { padding-top: 104px; margin-top: 0; }.acmp-hero .eyebrow { margin-top: 0; }.acmp-hero h1.acmp-hero-h1-extenda { line-height: 0.88; margin-bottom: 12px; }
}
.acmp-hero { width: auto; box-sizing: border-box; }@media (min-width: 901px) {
.acmp-hero { align-items: stretch; grid-template-columns: 1.05fr 0.95fr; }
}
.acmp-page .acmp-hero { padding-top: 104px; padding-bottom: 56px; }.acmp-hero h1.acmp-hero-h1-extenda { font-size: clamp(40px, 6vw, 80px); }.acmp-hero h1.acmp-hero-h1-extenda .navy,
    .acmp-hero h1.acmp-hero-h1-extenda .kw { margin-top: -0.12em; }.acmp-hero-art { aspect-ratio: auto; overflow: hidden; display: flex; align-items: stretch; justify-content: center; min-width: 0; align-self: stretch; border-radius: 20px 0 0 20px; margin-right: calc(-80px - (100vw - min(100vw, 1200px)) / 2); }.acmp-hero-art img.hero-photo { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 45% center; transform: none; margin: 0; }@media (max-width: 900px) {
.acmp-hero { grid-template-columns: 1fr; align-items: center; }.acmp-hero-art { align-self: auto; margin-right: -20px; }.acmp-hero-art img.hero-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; object-position: 45% center; }
}
/* Quiz "¿Qué tipo de líder sos?" — componente propio */.acmp-quiz { background: var(--acmp-navy); }.acmp-quiz-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 60px; align-items: center; }.acmp-quiz-lead { color: rgba(255,255,255,0.82); margin: 0 0 26px; max-width: 46ch; }.acmp-quiz-list { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 12px; }.acmp-quiz-list li { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,0.9); }.acmp-quiz-list svg { color: var(--acmp-orange); flex: none; margin-top: 3px; }.acmp-quiz-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }.acmp-quiz-cta { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; box-shadow: 0 12px 28px rgba(247,70,4,.34); transition: background 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms; }.acmp-quiz-cta:hover { background: #c93702; box-shadow: 0 16px 34px rgba(247,70,4,.44); }.acmp-quiz-note { font-family: var(--font-body); font-size: 13px; color: rgba(255,255,255,0.6); }.acmp-quiz-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg, 20px); padding: 30px; display: grid; gap: 14px; }.acmp-quiz-profile { display: flex; align-items: center; gap: 13px; }.acmp-quiz-profile-n { font-family: var(--font-section); font-weight: 700; font-size: 15px; color: var(--acmp-orange); width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(247,70,4,.5); display: grid; place-items: center; flex: none; }.acmp-quiz-profile-t { font-family: var(--font-section); font-size: 17px; font-weight: 700; color: #fff; line-height: 1.3; }.acmp-quiz-profile-t small { display: block; font-weight: 400; font-size: 13px; color: rgba(255,255,255,0.62); margin-top: 2px; }/* Galería academia en acción */.liq-galeria-head { text-align: center; }.acmp-accion-dot { background: rgba(34,43,73,0.2); transition: background 0.2s, transform 0.2s; }.acmp-accion-dot.is-active { background: var(--acmp-orange); transform: scale(1.3); }/* Comunidad */.liq-community-head { text-align: center; margin-bottom: 36px; }.liq-community-head .eyebrow { justify-content: center; }/* ===== Mobile (< 768px) — solo estructura; la tipografía vive en web-kit.css ===== */@media (max-width: 768px) {
.acmp-page .acmp-hero { padding-top: 56px; padding-bottom: 28px; margin-top: 40px; width: auto; height: auto; }.acmp-page .acmp-hero .eyebrow.acmp-hero-eyebrow { margin-bottom: 48px; gap: 6px; }.acmp-page .acmp-hero .eyebrow.acmp-hero-eyebrow span { display: block; white-space: nowrap; font-size: 10.5px; letter-spacing: 0.1em; }.acmp-hero p.lead { margin-top: 0; margin-bottom: 24px; }.acmp-hero h1.acmp-hero-h1-extenda { font-size: clamp(30px, 11vw, 54px); line-height: 0.82; margin-top: 48px; margin-bottom: 24px; }.acmp-hero h1.acmp-hero-h1-extenda > span { font-size: 1em; white-space: nowrap; }.acmp-hero h1.acmp-hero-h1-extenda .navy,
      .acmp-hero h1.acmp-hero-h1-extenda .kw { line-height: 0.82; margin-top: -0.12em; }.acmp-hero h1.acmp-hero-h1-extenda > span.navy { margin-top: 0; }.acmp-page .acmp-hero-ctas { width: 100%; align-items: center; }.acmp-page .acmp-hero-ctas .acmp-btn { width: 100%; max-width: 280px; font-size: 15px; padding: 14px 22px; }.acmp-hero-art img.hero-photo { width: 100%; height: auto; aspect-ratio: 4 / 3; }.acmp-hero-ctas .acmp-btn { justify-content: center; box-sizing: border-box; }.acmp-logos { width: auto; height: auto; }.acmp-logos .label { white-space: nowrap; padding: 0 12px; }.acmp-quiz-inner { grid-template-columns: 1fr; gap: 34px; }.acmp-quiz-cta { width: 100%; justify-content: center; }.acmp-quiz-card { padding: 24px; }.liq-bonos-grid { grid-template-columns: 1fr; gap: 16px; }.liq-incluye-grid { grid-template-columns: 1fr; gap: 12px; max-width: 100%; }.liq-accion-grid { grid-template-columns: 1fr; gap: 10px; }.acmp-outcomes-wrap { width: auto; height: auto; }.liq-ebook-cover { width: 224px; margin: 0 auto; }.liq-lograras-photo { width: 100%; max-width: 360px; margin: 0 auto; }
}

/* ═══ "¿Cómo comprar?" (spec manual 10.5): botones parejos y lista centrada ═══ */
.acmp-page .acmp-buy-cta-wrap { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.acmp-page .acmp-buy-cta-wrap > a { width: 100%; max-width: 340px; display: inline-flex; justify-content: center; box-sizing: border-box; text-align: center; }
.acmp-page .acmp-buy-cta-wrap .acmp-btn-ghost { background: var(--acmp-navy, #222b49); color: #fff; border: none; }
.acmp-page .acmp-buy-feats { max-width: 520px; margin-left: auto; margin-right: auto; text-align: left; }
.acmp-page .acmp-buy-feats li { display: flex; align-items: flex-start; gap: 12px; }
.acmp-page .acmp-buy-feats li svg { color: var(--acmp-orange, #f74604); flex: none; margin-top: 3px; }
