.acmp-page { background: var(--bg-page); min-height: 100vh; overflow-x: clip; }html, body { overflow-x: clip; }@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;
  background: #f2f2f2;
  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.74;
  margin: 0 0 4px;
}.acmp-hero h1.acmp-hero-h1-extenda + p.lead { margin-top: 0; }.acmp-hero .eyebrow { margin-bottom: 44px !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-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: 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 !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 112px;
}.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(4, 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; flex-direction: column; 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-wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 48px 28px 80px;
}.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-module-title {
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  color: var(--acmp-navy); letter-spacing: -0.04em; line-height: 1.25;
}.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-wrap { max-width: 1200px; margin: 0 auto; padding: 96px 28px 48px; }.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;
}@media (max-width: 900px) {
  .liq-includes-row { flex-direction: column !important; gap: 32px !important; align-items: stretch !important; }
  .liq-includes-photo { width: 100% !important; max-width: 380px; margin: 0 auto; }
  .liq-includes-photo img { height: 420px !important; }
}.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-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-buy-card.is-combo .acmp-buy-feats li { justify-content: center; font-size: 12px; }.acmp-buy-safe {
  grid-column: 1 / -1;
  display: flex; align-items: flex-start; gap: 16px;
  background: #fff;
  border: 1px solid var(--border-subtle, #eee);
  border-radius: 16px;
  padding: 20px 24px;
}@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% !important;
    max-width: 360px !important;
    min-width: 0;
    box-sizing: border-box;
  }
  .acmp-buy-card > * { min-width: 0; }
  .acmp-buy-card.is-combo { margin-top: 32px; }
  .acmp-buy-safe {
    margin: 0 auto;
    width: 100% !important;
    max-width: 360px !important;
    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-accion-dot { background: rgba(34,43,73,0.2); transition: background .2s, transform .2s; }.acmp-accion-dot.is-active { background: var(--acmp-orange); transform: scale(1.3); }@media (max-width: 720px) {
  .liq-accion-grid { display: none !important; }
  .liq-accion-nav { display: none !important; }
  .liq-accion-carousel {
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 24px 8px;
    scrollbar-width: none;
  }
  .liq-accion-carousel::-webkit-scrollbar { display: none; }
  .liq-incluye-grid { grid-template-columns: 1fr !important; }
  .liq-ebook-inner { flex-direction: column !important; gap: 28px !important; padding: 0 24px !important; text-align: center; }
  .liq-ebook-cover { width: 224px !important; margin: 0 auto; }
  .liq-ebook-inner p { margin-left: auto !important; margin-right: auto !important; }
}@media (max-width: 900px) {
  .liq-logros-row { grid-template-columns: 1fr !important; gap: 32px !important; }
  .liq-logros-row > div:first-child, .liq-logros-row > div:last-child { gap: 28px !important; }
  .liq-logros-photo { order: -1; max-width: 360px; margin: 0 auto; }
  .liq-logros-photo img { height: 380px !important; }
}.hpod { background: var(--acmp-navy); position: relative; overflow: hidden; }.hpod::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: url('../assets/podcast-bg.webp') center center / cover no-repeat;
  opacity: 0.30;
}.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-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-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-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; }
}
