/* ACIS — detalle de curso público (estructura CEO Academy) */
.course-detail-page {
  --acis-primary: #1d57c5;
  --acis-primary-dark: #0d3d8c;
  --acis-primary-light: #3b7ae8;
  --course-accent: linear-gradient(90deg, #0d3d8c 0%, #1d57c5 50%, #3b7ae8 100%);
  --course-surface: #f0f4ff;
  --course-block-bg: #fff;
  background: linear-gradient(180deg, var(--course-surface) 0%, #fff 42%);
}

.course-detail-page .ceo-money__choice.is-active {
  background: linear-gradient(135deg, #0d3d8c 0%, #1d57c5 55%, #3b7ae8 100%);
  box-shadow: 0 10px 24px rgba(13, 61, 140, 0.22);
}

.course-detail-page .public-hero.course-hero--enhanced {
  background: linear-gradient(135deg, #071525 0%, #0d3d8c 48%, #1d57c5 100%);
  box-shadow: 0 22px 48px rgba(13, 61, 140, 0.28);
}

.course-detail-page.public-page {
  padding: 1.75rem 0 3rem;
}

/* Contenedor más ancho — evita apilar todo al centro */
.course-detail-page .container {
  width: 100%;
  max-width: min(1540px, 96%);
  padding-left: clamp(0.85rem, 1.8vw, 1.75rem);
  padding-right: clamp(0.85rem, 1.8vw, 1.75rem);
}

.course-detail-page .public-grid {
  display: grid;
  gap: 1.25rem;
}

.course-detail-page .course-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(320px, 1fr);
  gap: 1.35rem 2rem;
  align-items: start;
}

@media (min-width: 1400px) {
  .course-detail-page .course-detail-split {
    grid-template-columns: minmax(0, 1.82fr) minmax(340px, 1.02fr);
    gap: 1.5rem 2.25rem;
  }
}

@media (max-width: 991px) {
  .course-detail-page .course-detail-split {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 961px) {
  .course-detail-page .course-sidebar--pro {
    position: sticky;
    top: calc(var(--navbar-height, 72px) + 0.85rem);
  }
}

.course-detail-page .public-hero {
  color: #fff;
  border-radius: 22px;
  margin-bottom: 1.35rem;
}

.course-detail-page .public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.course-detail-page .btn.btn-program-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none !important;
  cursor: pointer;
  text-decoration: none;
  color: #fff !important;
  background: linear-gradient(135deg, #0d3d8c 0%, #1d57c5 52%, #3b7ae8 100%) !important;
  box-shadow: 0 8px 20px rgba(13, 61, 140, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.course-detail-page .btn.btn-program-buy:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(13, 61, 140, 0.34);
  color: #fff !important;
}

.course-detail-page .btn.btn-program-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.58rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  color: #0d3d8c !important;
  background: #fff !important;
  border: 1px solid #c7daf5 !important;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.course-detail-page .btn.btn-program-detail:hover {
  border-color: #3b7ae8 !important;
  background: #f0f6ff !important;
  color: #0d3d8c !important;
}

.course-detail-page .public-hero .btn-ghost--inverse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1.15rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.course-detail-page .public-hero .btn-ghost--inverse:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
  color: #fff !important;
}

.course-hero-brochure-cta {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0.15rem 0 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  text-decoration: none;
  color: #f0fdfa;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(13, 148, 136, 0.95) 0%, rgba(20, 184, 166, 0.88) 38%, rgba(29, 87, 197, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow:
    0 16px 36px rgba(13, 148, 136, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.course-hero-brochure-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.48);
  box-shadow:
    0 22px 44px rgba(13, 148, 136, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  color: #fff;
}

.course-hero-brochure-cta__glow {
  position: absolute;
  inset: -20% auto auto -15%;
  width: 55%;
  height: 140%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, transparent 68%);
  pointer-events: none;
  z-index: 0;
}

.course-hero-brochure-cta__icon-wrap {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.course-hero-brochure-cta__copy {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.course-hero-brochure-cta__eyebrow {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(240, 253, 250, 0.88);
}

.course-hero-brochure-cta__title {
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.course-hero-brochure-cta__action {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #ccfbf1;
}

.course-hero-brochure-cta__external {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  font-size: 0.82rem;
  opacity: 0.82;
  align-self: flex-start;
  margin-top: 0.15rem;
}

.course-hero-card__section-title {
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.course-hero-card__invest-panel {
  padding: 0.85rem 0.9rem;
  margin-bottom: 0.35rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.course-hero-card__invest-panel .course-hero-card__hint {
  margin-bottom: 0;
  margin-top: 0.45rem;
}

.course-hero-card__invest-panel .course-hero-card__promo {
  margin-top: 0.35rem;
}

.course-hero-card__media-badge {
  position: absolute;
  z-index: 3;
  left: 0.85rem;
  bottom: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(6px);
}

/* Hero aside — tarjeta flotante estilo CEO */
@media (min-width: 992px) {
  .course-detail-page .course-hero__grid {
    grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.96fr);
    align-items: stretch;
  }

  .course-detail-page .course-hero__copy {
    padding: 2rem clamp(1.5rem, 2.2vw, 2.35rem) 1.85rem;
  }

  .course-detail-page .course-hero__card--media {
    margin: 0.9rem clamp(0.75rem, 1.4vw, 1.15rem) 0.9rem 0;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow:
      0 26px 60px rgba(0, 0, 0, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    align-self: stretch;
  }
}

.course-detail-page .course-hero__card--media .course-hero-card__body {
  padding: 1rem 1.05rem 1.1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.course-detail-page .course-hero__card--media .course-hero-card__media {
  margin-inline: 0;
  width: 100%;
  max-height: min(38vw, 260px);
  min-height: clamp(160px, 24vw, 240px);
  border-radius: 0;
}

.course-detail-page .course-hero__card--media .course-hero-card__label {
  display: none;
}

.course-detail-page .course-hero__card--media .ceo-money--hero-inverse .ceo-money__value {
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
}

.course-detail-page .course-hero__card--media .course-hero-card__hint {
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(226, 239, 255, 0.78);
}

.course-detail-page .course-hero__card--media .course-hero-card__share {
  margin-top: 0.15rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.course-detail-page .course-hero__card--media .course-hero-card__share-label {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

.course-detail-page .course-hero__card--media .course-video-launch {
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.7rem 1.15rem;
}

@media (min-width: 1400px) {
  .course-detail-page .course-hero__grid {
    grid-template-columns: minmax(0, 1.38fr) minmax(380px, 1fr);
  }
}

.course-detail-page .course-hero__lead {
  max-width: min(68ch, 100%);
}

.course-detail-page .course-breadcrumb__current {
  max-width: min(72vw, 720px);
}

.course-hero-brochure {
  display: none;
}

.course-faculty-grid {
  display: grid;
  gap: 0.75rem;
}

.course-faculty-card {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid #dbe6f5;
  background: linear-gradient(180deg, #fafdff 0%, #fff 100%);
}

.course-faculty-card__avatar {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(145deg, #0d3d8c, #3b7ae8);
}

.course-faculty-card__name {
  margin: 0 0 0.15rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0d3d8c;
}

.course-faculty-card__role {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #64748b;
}

.course-faculty-card__bio {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #334155;
}

.course-detail-page .ceo-money--hero-inverse .ceo-money__label,
.course-detail-page .ceo-money--hero-inverse .ceo-money__value,
.course-detail-page .ceo-money--hero-inverse .ceo-money__meta {
  color: #fff;
}

.course-detail-page .ceo-money--hero-inverse .ceo-money__toggle {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.course-detail-page .ceo-money--hero-inverse .ceo-money__choice {
  color: #fff;
}

/* --------------------------------------------------------------------------
   Ficha de curso /curso/<id> — UX/UI reforzada (hero, bloques, lateral)
   -------------------------------------------------------------------------- */
.course-detail-page {
  --course-accent: linear-gradient(90deg, #0a2a5c 0%, #0d3d8c 38%, #3b7ae8 100%);
  --course-surface: #f5f8fd;
}

/* max-width heredado eliminado — ver reglas al inicio del archivo */

.course-breadcrumb {
  margin-bottom: 1rem;
}

.course-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .82rem;
  font-weight: 600;
  color: #4b628b;
}

.course-breadcrumb__list li {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

.course-breadcrumb__list li:not(:last-child)::after {
  content: "/";
  color: #b8c8e4;
  font-weight: 500;
  margin-left: .5rem;
}

.course-breadcrumb__list a {
  color: #1d57c5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, color .2s ease;
}

.course-breadcrumb__list a:hover {
  color: #0d3d8c;
  border-bottom-color: rgba(14, 81, 131, 0.35);
}

.course-breadcrumb__current {
  color: #0d3d8c;
  max-width: min(52vw, 420px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.course-detail-page .course-hero--enhanced {
  position: relative;
  isolation: isolate;
  padding: 0;
  overflow: hidden;
  margin-bottom: 1.35rem;
}

/* Hero con imagen de portada (misma que cards): capas, contraste y motion */
@keyframes course-hero-bg-drift {
  0% {
    transform: scale(1.04) translate(0, 0);
  }
  50% {
    transform: scale(1.1) translate(-1.4%, 0.7%);
  }
  100% {
    transform: scale(1.06) translate(0.8%, -0.5%);
  }
}

@keyframes course-hero-sheen {
  0%,
  100% {
    opacity: 0.12;
    transform: translateX(-18%) skewX(-12deg);
  }
  50% {
    opacity: 0.32;
    transform: translateX(12%) skewX(-12deg);
  }
}

@keyframes course-hero-orb-drift {
  0% {
    transform: translate(0, 0) scale(1);
  }
  100% {
    transform: translate(-4%, 3%) scale(1.08);
  }
}

/* Imagen de portada solo dentro del bloque Inversión (columna derecha), no como fondo del hero */
.course-detail-page .course-hero__card--media {
  overflow: hidden;
}

.course-hero-card__media {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: min(42vw, 300px);
  min-height: 148px;
  background: #050c18;
}

.course-hero-card__media-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 0;
}

.course-hero-card__media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #050c18;
}

.course-hero-card__media--video .course-hero-card__media-inner {
  background: #050c18;
}

.course-hero-card__media-img {
  position: absolute;
  z-index: 0;
  inset: -4%;
  width: 108%;
  height: 108%;
  object-fit: cover;
  object-position: center 38%;
  transform-origin: 52% 42%;
  animation: course-hero-bg-drift 22s ease-in-out infinite alternate;
  will-change: transform;
}

.course-hero-card__media-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    165deg,
    rgba(3, 12, 28, 0.25) 0%,
    rgba(8, 24, 52, 0.45) 55%,
    rgba(4, 14, 30, 0.65) 100%
  );
  pointer-events: none;
}

.course-hero-card__media-shine {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(
    118deg,
    transparent 0%,
    rgba(134, 184, 231, 0.12) 42%,
    transparent 68%
  );
  mix-blend-mode: screen;
  animation: course-hero-sheen 9s ease-in-out infinite;
  pointer-events: none;
}

.course-hero-card__media-orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.42;
  animation: course-hero-orb-drift 16s ease-in-out infinite alternate;
  pointer-events: none;
}

.course-hero-card__media-orb--a {
  width: 72%;
  height: 72%;
  top: -22%;
  right: -18%;
  background: radial-gradient(circle at 30% 30%, rgba(57, 170, 230, 0.9) 0%, transparent 68%);
}

.course-hero-card__media-orb--b {
  width: 65%;
  height: 65%;
  bottom: -32%;
  left: -20%;
  background: radial-gradient(circle at 40% 40%, rgba(99, 102, 241, 0.72) 0%, transparent 70%);
  animation-delay: -4s;
}

.course-hero-card__media-vignette {
  position: absolute;
  inset: 0;
  z-index: 4;
  box-shadow: inset 0 0 72px rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.course-hero-card__media--fallback .course-hero-card__media-inner {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(57, 170, 230, 0.34), transparent 52%),
    linear-gradient(140deg, #11284f 0%, #0a2a5c 50%, #0d3d8c 100%);
}

.course-hero-card__media-placeholder {
  z-index: 2;
  display: grid;
  place-items: center;
  gap: 0.55rem;
  color: #dbeeff;
  text-align: center;
}

.course-hero-card__media-placeholder i {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #e6f6ff;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.14);
}

.course-hero-card__media-placeholder span {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #cfe8ff;
}

@media (prefers-reduced-motion: reduce) {
  .course-hero-card__media-img,
  .course-hero-card__media-shine,
  .course-hero-card__media-orb {
    animation: none !important;
  }

  .course-hero-card__media-img {
    inset: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
}

.course-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.85fr);
  gap: 0;
  align-items: stretch;
}

.course-hero__copy {
  padding: 2rem 1.5rem 1.85rem;
}

.course-hero__title {
  margin: 0 0 .5rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.course-hero__lead {
  margin: 0 0 1rem;
  color: #d8eaff;
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 52ch;
}

.course-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: .85rem;
}

.course-chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .38rem .72rem;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .01em;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #f0f7ff;
}

.course-chip i {
  opacity: .9;
  font-size: .72rem;
}

.course-chip--muted {
  background: rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 255, 255, 0.12);
  color: #dbe8ff;
}

.course-detail-page .course-hero-meta--pills {
  margin-top: 0;
  margin-bottom: .75rem;
  gap: .45rem .65rem;
}

.course-detail-page .course-hero-meta--pills span {
  padding: .32rem .62rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: .8rem;
  font-weight: 600;
  color: #e8f2ff;
}

/* ── Hero Info Grid (2×2 cards) ── */
.course-hero-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-bottom: 1rem;
}
.course-hero-info-card {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .65rem .8rem;
  border-radius: .75rem;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(4px);
  transition: border-color .3s, background .3s;
}
.course-hero-info-card:hover {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}
.course-hero-info-card--accent {
  background: rgba(2, 132, 199, .12);
  border-color: rgba(2, 132, 199, .25);
}
.course-hero-info-card--accent:hover {
  background: rgba(2, 132, 199, .18);
}
.course-hero-info-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: .5rem;
  font-size: .8rem;
}
.course-hero-info-card__icon--blue  { background: rgba(57, 170, 230, .15); color: #7eb3ff; }
.course-hero-info-card__icon--teal  { background: rgba(45, 212, 191, .15); color: #5eead4; }
.course-hero-info-card__icon--slate { background: rgba(148, 163, 184, .15); color: #cbd5e1; }
.course-hero-info-card__icon--brand { background: rgba(2, 132, 199, .2);   color: #7eb3ff; }
.course-hero-info-card__label {
  display: block;
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .55);
  line-height: 1.2;
}
.course-hero-info-card__value {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .course-hero-info-grid { grid-template-columns: 1fr; }
}



/* ── Coming Soon (Próximamente) ── */
.program-tag--soon {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-weight: 700;
  animation: soon-pulse 2s ease-in-out infinite;
}
@keyframes soon-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .75; }
}
.btn-program-buy--soon {
  background: linear-gradient(135deg, #25d366, #128c7e) !important;
  border-color: #25d366 !important;
}
.btn-program-buy--soon:hover {
  background: linear-gradient(135deg, #128c7e, #075e54) !important;
}

/* ── Course Summary Truncate ── */
.course-summary-truncate {
  position: relative;
  overflow: hidden;
  transition: max-height .4s ease;
}
.course-summary-truncate.is-clamped {
  max-height: 4.8em;         /* ~3 lines at 1.6 line-height */
}
.course-summary-truncate.is-clamped::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to bottom, transparent, var(--course-block-bg, #fff));
  pointer-events: none;
}
.course-summary-truncate.is-expanded {
  max-height: none;
}
.course-summary-truncate.is-expanded::after {
  display: none;
}
.course-summary-toggle {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  margin-top: .5rem;
  padding: 0;
  border: none;
  background: none;
  color: var(--acis-primary-light, #3b7ae8);
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s;
}
.course-summary-toggle:hover {
  color: var(--acis-primary-light, #3b7ae8);
}
.course-summary-toggle i {
  font-size: .6rem;
  transition: transform .3s;
}

/* ── Course Hero Start Date ── */
.course-hero-start-date {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: .75rem;
  padding: .4rem .85rem;
  border-radius: .5rem;
  background: rgba(57, 170, 230, .1);
  border: 1px solid rgba(57, 170, 230, .18);
  font-size: .78rem;
  color: #bae6fd;
}
.course-hero-start-date i {
  color: #7eb3ff;
  font-size: .72rem;
}
.course-hero-start-date strong {
  color: #fff;
}

.course-hero__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .55rem;
  margin-bottom: .35rem;
  font-size: .88rem;
  color: #fff;
}

.course-hero__rating .fa-star {
  color: #facc15;
  font-size: .95rem;
}

.course-hero__rating strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.course-hero__rating-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: .8rem;
  font-weight: 500;
}

.course-hero__actions {
  margin-top: 1.05rem;
}

.course-hero__actions .btn-program-buy {
  padding: .75rem 1.25rem;
  font-size: .95rem;
}

.course-detail-page .public-hero .btn-ghost--inverse {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.course-detail-page .public-hero .btn-ghost--inverse:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.course-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.1rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  font-size: .78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.course-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
}

.course-trust-strip i {
  color: #7eb3ff;
  font-size: .85rem;
}

.course-detail-page .course-hero__card {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.course-hero__card {
  position: relative;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}

.course-hero-card__accent {
  height: 4px;
  width: 100%;
  background: var(--course-accent);
  flex-shrink: 0;
}

.course-hero-card__body {
  padding: 1.35rem 1.35rem 1.45rem;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  align-items: stretch;
}

.course-hero-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .75rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #dceaf8;
  font-size: 1.25rem;
}

.course-hero-card__label {
  margin: 0 0 .2rem;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, 0.65);
}

.course-hero-card__promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin-bottom: .15rem;
}

.course-hero-card__old {
  font-size: .92rem;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
  font-weight: 500;
}

.course-hero-card__pill {
  font-size: .68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: .12rem .45rem;
  border-radius: 999px;
}

.course-hero-card__price {
  margin: 0 0 .6rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.1;
}

.course-hero-card__hint {
  margin: 0 0 .85rem;
  font-size: .84rem;
  line-height: 1.45;
  color: rgba(226, 239, 255, 0.88);
}

.course-hero-card__share {
  margin-top: .15rem;
}

.course-hero-card__share-label {
  margin: 0 0 .5rem;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: rgba(255, 255, 255, 0.55);
}

.course-hero-card__share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.course-hero-card__share-list li {
  margin: 0;
}

.course-share-btn {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(0, 0, 0, 0.15);
  color: #eef4fb;
  font-size: .95rem;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  transition: transform .15s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.course-share-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(134, 184, 231, 0.55);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.course-share-btn--linkedin:hover {
  border-color: #7eb3ff;
  color: #7eb3ff;
}

.course-share-btn--facebook:hover {
  border-color: #7eb3ff;
  color: #7eb3ff;
}

.course-share-btn--whatsapp:hover {
  border-color: #4ade80;
  color: #4ade80;
}

.course-share-btn--twitter:hover {
  border-color: #e2e8f0;
  color: #e2e8f0;
}

.course-share-btn--copy:hover {
  border-color: #fde68a;
  color: #fde68a;
}

.course-hero-card__share-feedback {
  margin: .55rem 0 0;
  font-size: .75rem;
  font-weight: 600;
  color: #a5f3fc;
}

.course-main-panel--pro {
  padding: 0;
  display: grid;
  gap: 0.95rem;
  background: transparent;
  box-shadow: none;
}

.course-block {
  padding: 1.22rem 1.28rem 1.3rem;
  border-radius: 16px;
  border: 1px solid #dbe6f5;
  background: #fff;
  box-shadow: 0 12px 30px rgba(34, 49, 97, 0.08);
}

.course-block--kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f0f5fc 100%);
  border: 1px solid #dbe6f5;
}

.course-block__head {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  margin-bottom: .85rem;
}

.course-block__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #ecf7ff 0%, #d8efff 100%);
  border: 1px solid #b8daf5;
  color: #0d3d8c;
  font-size: 1.05rem;
}

.course-block__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  color: #0d3d8c;
  letter-spacing: -0.015em;
}

.course-block__subtitle {
  margin: .2rem 0 0;
  font-size: .84rem;
  color: #5a7199;
  font-weight: 500;
  line-height: 1.35;
}

.course-block__body {
  margin: 0;
}

.course-objective-main {
  margin-bottom: 0.85rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid #d8e7f8;
  background: linear-gradient(145deg, #f3f8ff, #ffffff);
}

.course-objective-main h3 {
  margin: 0 0 0.25rem;
  font-size: 0.88rem;
  color: #1a3561;
}

.course-objective-main p {
  margin: 0;
  color: #233f6a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.course-prose {
  color: #1d335a;
  font-size: .95rem;
  line-height: 1.72;
}

.course-prose p {
  margin: 0 0 0.85rem;
}

.course-prose p:last-child {
  margin-bottom: 0;
}

.course-kpi {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .75rem .8rem;
  border-radius: 14px;
  border: 1px solid #dbe6f5;
  background: #fff;
  box-shadow: 0 4px 14px rgba(33, 66, 124, 0.06);
}

.course-kpi--accent {
  border-color: #b8daf5;
  background: linear-gradient(135deg, #eef4fb 0%, #dceaf8 100%);
}

.course-kpi--schedule-wide {
  grid-column: 1 / -1;
}

.course-kpi__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #eef5ff;
  color: #1d57c5;
  font-size: .95rem;
}

.course-kpi--accent .course-kpi__icon {
  background: #b9d5f1;
  color: var(--acis-primary-light, #3b7ae8);
}

.course-kpi__label {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #64748b;
  margin-bottom: .12rem;
}

.course-kpi__value {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  color: #0f2744;
  line-height: 1.35;
}

.course-kpi__value--schedule {
  text-align: justify;
  text-wrap: pretty;
}

.course-kpi__content {
  width: 100%;
}

.course-kpi-schedule-panel {
  display: grid;
  gap: .38rem;
  padding: .55rem;
  border: 1px solid #d8e5f6;
  border-radius: 12px;
  background: linear-gradient(180deg, #f9fcff 0%, #f0f6ff 100%);
}

.course-kpi-schedule-row {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: .5rem;
  border-radius: 10px;
  padding: .42rem .48rem;
  border: 1px solid #dbe8f9;
  background: #fff;
}

.course-kpi-schedule-row__clock {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #def4fb;
  color: #0d6fa8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
}

.course-kpi-schedule-row__value {
  display: block;
  font-size: .83rem;
  font-weight: 700;
  line-height: 1.25;
  color: #102b4c;
}

.course-kpi-schedule-row__value--muted {
  margin-top: .1rem;
  color: #516888;
  font-weight: 600;
}

.course-kpi-schedule-row__flags {
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
}

.course-kpi-schedule-row__tz-text {
  font-size: .8rem;
  font-weight: 700;
  color: #173657;
}

.course-kpi-schedule-row--tz {
  background: #fafdff;
}

.course-kpi-schedule-row--base {
  grid-template-columns: 30px 1fr;
  border-color: #b9d9f4;
  background: linear-gradient(180deg, #ecf7ff 0%, #e1f1ff 100%);
}

.course-kpi-schedule-row--base .course-kpi-schedule-row__tz-text {
  color: #0b67a3;
  font-size: .74rem;
  font-weight: 600;
  opacity: .82;
}

@media (min-width: 900px) {
  .course-kpi--schedule-wide .course-kpi-schedule-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-kpi--schedule-wide .course-kpi-schedule-row--main {
    grid-column: 1 / -1;
  }
}
.course-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}

.course-checklist li {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  padding: .62rem .75rem;
  border-radius: 12px;
  border: 1px solid #e2ebf7;
  background: #fbfdff;
  font-size: .9rem;
  line-height: 1.45;
  color: #1d335a;
}

.course-checklist__mark {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: .12rem;
  background: linear-gradient(135deg, #0d3d8c, #3b7ae8);
  color: #fff;
  font-size: .62rem;
}

.course-tag-cloud {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.course-tag-cloud li {
  display: inline-flex;
  padding: .42rem .75rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 600;
  color: #1e4976;
  background: #eef4fc;
  border: 1px solid #d4e4f7;
}

.course-syllabus {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  counter-reset: none;
}

.course-syllabus__item {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: .75rem .85rem;
  border-radius: 14px;
  border: 1px solid #e8eff8;
  background: linear-gradient(90deg, #fafdff 0%, #fff 40%);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.course-syllabus__item:hover {
  border-color: #b8daf5;
  box-shadow: 0 6px 18px rgba(34, 49, 97, 0.08);
}

.course-syllabus__index {
  flex-shrink: 0;
  min-width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #0d3d8c;
  background: linear-gradient(145deg, #dceaf8 0%, #b9d5f1 100%);
  border: 1px solid #bae6fd;
}

.course-syllabus__text {
  font-size: .9rem;
  line-height: 1.5;
  color: #1d335a;
  font-weight: 600;
  padding-top: .18rem;
}

.course-syllabus-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .62rem;
}

.course-syllabus-accordion__item {
  margin: 0;
  padding: 0;
}

.course-syllabus-accordion__panel {
  border: 1px solid #dbe8f8;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(15, 45, 90, 0.06);
}

.course-syllabus-accordion__summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .92rem .95rem;
  cursor: pointer;
  transition: background-color .2s ease;
}

.course-syllabus-accordion__summary::-webkit-details-marker {
  display: none;
}

.course-syllabus-accordion__panel[open] .course-syllabus-accordion__summary {
  background: #f5faff;
}

.course-syllabus-accordion__title {
  flex: 1;
  font-size: .95rem;
  line-height: 1.45;
  font-weight: 700;
  color: #113563;
}

.course-syllabus-accordion__badge {
  flex-shrink: 0;
  padding: .2rem .5rem;
  border-radius: 999px;
  border: 1px solid #bfdbfe;
  background: #eef4fb;
  color: #1e3a8a;
  font-size: .72rem;
  font-weight: 700;
}

.course-syllabus-accordion__chevron {
  flex-shrink: 0;
  color: #2563eb;
  transition: transform .2s ease;
}

.course-syllabus-accordion__panel[open] .course-syllabus-accordion__chevron {
  transform: rotate(180deg);
}

.course-syllabus-accordion__content {
  border-top: 1px solid #e8eff8;
  padding: .85rem .95rem .95rem 3.85rem;
  background: #ffffff;
}

.course-syllabus-accordion__topics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .38rem;
}

.course-syllabus-accordion__topics li {
  position: relative;
  padding-left: 1rem;
  color: #1f3b67;
  font-size: .9rem;
  line-height: 1.45;
}

.course-syllabus-accordion__topics li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: var(--acis-primary-light, #3b7ae8);
}

.course-syllabus-accordion__empty {
  margin: 0;
  color: #64748b;
  font-size: .86rem;
}

.course-sidebar--pro {
  gap: 1.05rem;
  align-self: start;
}

.course-aside-card {
  position: relative;
  border-radius: 18px;
  border: 1px solid #dbe6f5;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(34, 49, 97, 0.1);
}

.course-aside-card__accent {
  height: 4px;
  width: 100%;
  background: var(--course-accent);
}

.course-aside-card__inner {
  padding: 1.2rem 1.15rem 1.25rem;
}

.course-aside-card--cta .course-aside-card__title {
  margin: 0 0 .35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0d3d8c;
}

.course-aside-card__label {
  margin: 0 0 .2rem;
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #64748b;
}

.course-aside-card__promo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  margin-bottom: .15rem;
}

.course-aside-card__old {
  font-size: .88rem;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

.course-aside-card__pill {
  font-size: .68rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #ef4444);
  padding: .1rem .4rem;
  border-radius: 999px;
}

.course-aside-card__price {
  margin: 0 0 .55rem;
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--acis-primary-light, #3b7ae8);
  letter-spacing: -0.02em;
}

.course-aside-card__note {
  margin: 0 0 1rem;
  font-size: .86rem;
  line-height: 1.5;
  color: #4b628b;
}

.course-aside-card__actions {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.course-aside-card__actions .btn {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.course-aside-card--outcomes {
  border-color: #e0e7ff;
  box-shadow: 0 10px 28px rgba(67, 56, 202, 0.08);
}

.course-aside-card--cert {
  border-color: #c7d6e8;
  box-shadow: 0 12px 32px rgba(11, 79, 136, 0.10);
}

.course-aside-card--cert .course-aside-card__accent {
  background: linear-gradient(90deg, #0b4f88, #1565c0);
}

/* Resumen visual tipo “tarjeta certificación” (icono + dato clave) */
.course-cert-spotlight {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 4px 6px -1px rgba(15, 23, 42, 0.06),
    0 12px 28px -8px rgba(34, 49, 97, 0.12);
}

.course-cert-spotlight__visual {
  position: relative;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(160deg, #f8fafc 0%, #eef2ff 100%);
  border: 1px solid rgba(34, 49, 97, 0.12);
}

.course-cert-spotlight__doc {
  font-size: 1.45rem;
  color: #0a2a5c;
  line-height: 1;
}

.course-cert-spotlight__seal {
  position: absolute;
  right: -0.28rem;
  bottom: -0.22rem;
  width: 1.38rem;
  height: 1.38rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  color: #fff;
  background: linear-gradient(145deg, #1565c0, #42a5f5);
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(21, 101, 192, 0.45);
}

.course-cert-spotlight__text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.course-cert-spotlight__label {
  font-size: 0.88rem;
  font-weight: 600;
  color: #0a2a5c;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

.course-cert-spotlight__label::after {
  content: ":";
  font-weight: 600;
}

.course-cert-spotlight__value {
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0b4f88;
}

.course-aside-card__heading--cert {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #e8f0fa;
}

.course-aside-card__heading--cert i {
  color: #1565c0;
}

.course-aside-card--brochure {
  border-color: #e2e8f0;
  box-shadow: 0 10px 28px rgba(30, 41, 59, 0.08);
}

.course-aside-card--brochure .course-aside-card__accent {
  background: linear-gradient(90deg, #b91c1c, #ef4444);
}

.course-brochure-lead {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #334d77;
}

.course-brochure-btn {
  width: 100%;
  justify-content: center;
}

.course-cert-hours-line {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #334d77;
}

.course-cert-hours-line--support {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #475569;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(241, 245, 249, 0.65) 100%);
  border-radius: 12px;
  border: 1px solid #e8eef5;
}

.course-cert-hours-line strong {
  color: var(--acis-primary-light, #3b7ae8);
}

.course-cert-hours-line--support strong {
  color: #0c4a6e;
  font-weight: 700;
}

.course-cert-figure {
  margin: 0 0 1rem;
}

.course-cert-figure__link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #c7d6e8;
  background: #eef4fb;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.course-cert-figure__link:hover {
  box-shadow: 0 10px 28px rgba(15, 79, 143, 0.15);
  transform: translateY(-1px);
}

.course-cert-figure__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.course-cert-figure__cap {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  line-height: 1.4;
  color: #64748b;
}

.course-cert-subheading {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0b4f88;
}

.course-cert-includes {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.course-cert-includes li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: #1e3a5f;
}

.course-cert-includes i {
  margin-top: 0.12rem;
  color: #1565c0;
  flex-shrink: 0;
}

.course-cert-desc {
  margin-top: 0.25rem !important;
}

.course-cert-benefits {
  margin-top: 0.65rem;
}

.course-aside-card__heading {
  margin: 0 0 .75rem;
  font-size: .98rem;
  font-weight: 800;
  color: #1e3a5f;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.course-aside-card__heading i {
  color: #3b7ae8;
}

.course-outcome-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .55rem;
}

.course-outcome-list li {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  font-size: .86rem;
  line-height: 1.45;
  color: #334d77;
}

.course-outcome-list i {
  margin-top: .15rem;
  color: #1565c0;
  flex-shrink: 0;
}

.course-aside-card--related .course-aside-card__inner {
  padding-top: 1.05rem;
}

.course-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: .45rem;
}

.course-related-card {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .62rem .65rem;
  border-radius: 12px;
  border: 1px solid #e8eff8;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.course-related-card:hover {
  border-color: #9ec9ef;
  background: #f8fbff;
  transform: translateX(2px);
}

.course-related-card__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #eef4fc;
  color: #1d57c5;
  font-size: .95rem;
}

.course-related-card__name {
  flex: 1;
  min-width: 0;
  font-size: .86rem;
  font-weight: 700;
  color: #0d3d8c;
  line-height: 1.35;
}

.course-related-card__chev {
  flex-shrink: 0;
  font-size: .72rem;
  color: #94a3b8;
}

.course-aside-card__empty {
  margin: 0;
  font-size: .86rem;
  color: #64748b;
}

@media (max-width: 960px) {
  .course-hero__grid {
    grid-template-columns: 1fr;
  }

  .course-detail-page .course-hero__card--media {
    margin: 0.75rem 0.75rem 0.85rem;
    border-radius: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .course-hero__card {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .course-detail-page .course-hero__card--media .course-hero-card__media {
    margin-inline: 0;
    width: 100%;
    max-height: min(58vw, 440px);
  }

  .course-hero-card__body {
    padding: 1.1rem 1.25rem 1.35rem;
  }

  .course-block--kpis {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 481px) {
  .course-hero__actions {
    flex-wrap: nowrap;
    align-items: center;
  }

  .course-hero__actions .btn-program-buy,
  .course-hero__actions .btn-ghost--inverse {
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .course-hero__copy {
    padding: 1.45rem 1.1rem 1.25rem;
  }

  .course-hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   Catálogo /programas/ — barra lateral oscura + resultados (referencia UX)
   -------------------------------------------------------------------------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.programs-catalog-page {
  padding-bottom: 0;
}

.programs-catalog-page__intro {
  margin-bottom: .25rem;
}

.programs-catalog-hero {
  margin-bottom: 0;
}

.home-bestsellers-surface {
  background:
    radial-gradient(circle at 12% 0%, rgba(57, 170, 230, 0.14) 0%, transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(34, 49, 97, 0.08) 0%, transparent 38%),
    linear-gradient(180deg, #eef6ff 0%, #f8fbff 52%, #ffffff 100%);
  border-top: 1px solid rgba(186, 230, 253, 0.65);
  border-bottom: 1px solid rgba(214, 226, 240, 0.9);
}

.home-bestsellers-head {
  margin-bottom: 1.35rem;
  text-align: center;
}

.home-bestsellers-title {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
}

.home-bestsellers-lead {
  margin: .45rem auto 0;
  max-width: 36rem;
  font-size: .92rem;
  color: #475569;
}

.home-bestseller-card__category {
  margin: 0;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--acis-primary-light, #3b7ae8);
}

.home-bestseller-card.is-bestseller-hidden {
  display: none;
}

.home-bestsellers-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  border: 0;
  border-radius: 999px;
  padding: .82rem 1.45rem;
  font-size: .9rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--acis-primary-light, #3b7ae8) 0%, var(--primary) 100%);
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.28);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-bestsellers-more-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(2, 132, 199, 0.34);
}

.home-bestsellers-more-btn:disabled,
.home-bestsellers-more-btn.is-hidden {
  display: none;
}

.programs-catalog-surface {
  background: linear-gradient(180deg, #121a26 0%, #0b0f14 55%, #080b10 100%);
  padding: 1.65rem 0 3.25rem;
  margin-top: .35rem;
}

.programs-catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
  gap: 1.75rem 2rem;
  align-items: start;
}

.programs-sidebar {
  background: linear-gradient(165deg, rgba(22, 30, 44, 0.95) 0%, rgba(12, 17, 26, 0.98) 100%);
  border: 1px solid rgba(57, 170, 230, 0.18);
  border-radius: 20px;
  padding: 1.35rem 1.2rem 1.2rem;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.programs-sidebar__search {
  position: relative;
  margin-bottom: 1.05rem;
}

.programs-sidebar__search-icon {
  position: absolute;
  left: 1.05rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(148, 163, 184, 0.95);
  font-size: .88rem;
  pointer-events: none;
  z-index: 1;
}

.programs-sidebar__search-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.22);
  background: rgba(255, 255, 255, 0.045);
  padding: .82rem 1rem .82rem 2.65rem;
  font-size: .92rem;
  color: #f1f5f9;
  font-family: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.programs-sidebar__search-input::placeholder {
  color: rgba(148, 163, 184, 0.88);
}

.programs-sidebar__search-input:hover {
  border-color: rgba(57, 170, 230, 0.35);
}

.programs-sidebar__search-input:focus {
  outline: none;
  border-color: #3b7ae8;
  box-shadow: 0 0 0 4px rgba(57, 170, 230, 0.2);
  background: rgba(255, 255, 255, 0.07);
}

.programs-sidebar__filter-heading {
  margin: 0 0 .25rem;
  font-size: .9rem;
  font-weight: 800;
  color: #3b7ae8;
  letter-spacing: .015em;
  line-height: 1.4;
}

.programs-sidebar__filter-hint {
  margin: 0 0 .55rem;
  font-size: .74rem;
  font-weight: 500;
  color: rgba(226, 232, 240, 0.62);
  line-height: 1.35;
}

.programs-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.programs-filter-list__item {
  border-bottom: 1px solid rgba(57, 170, 230, 0.28);
}

.programs-filter-list__item:first-child {
  border-top: 1px solid rgba(57, 170, 230, 0.28);
}

.programs-filter-list__item--empty {
  padding: .75rem 0;
  border-color: rgba(57, 170, 230, 0.15);
}

.programs-filter-option {
  display: flex;
  align-items: center;
  gap: .68rem;
  padding: .7rem .1rem .7rem 0;
  cursor: pointer;
  min-height: 2.65rem;
  margin: 0;
}

.programs-filter-option__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.programs-filter-option__box {
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 4px;
  border: 2px solid #3b7ae8;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease, transform .15s ease;
  box-shadow: 0 0 0 0 rgba(57, 170, 230, 0);
}

.programs-filter-option:hover .programs-filter-option__box {
  border-color: #5cc8f0;
  box-shadow: 0 0 0 3px rgba(57, 170, 230, 0.12);
}

.programs-filter-option__input:focus-visible + .programs-filter-option__box {
  outline: 2px solid #7eb3ff;
  outline-offset: 3px;
}

.programs-filter-option__input:checked + .programs-filter-option__box {
  background: #3b7ae8;
  border-color: #5cc8f0;
}

.programs-filter-option__input:checked + .programs-filter-option__box::after {
  content: "✓";
  color: #fff;
  font-size: .62rem;
  font-weight: 900;
  line-height: 1;
}

.programs-filter-option__label {
  flex: 1;
  min-width: 0;
  font-size: .9rem;
  font-weight: 600;
  color: #f8fafc;
  line-height: 1.3;
}

.programs-filter-option__count {
  font-size: .84rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.68);
  flex-shrink: 0;
}

.programs-sidebar-advanced {
  margin-top: 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(57, 170, 230, 0.14);
  background: rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.programs-sidebar-advanced__summary {
  padding: .78rem 1rem;
  font-size: .83rem;
  font-weight: 700;
  color: #cbd5e1;
  cursor: pointer;
  list-style: none;
}

.programs-sidebar-advanced__summary::-webkit-details-marker {
  display: none;
}

.programs-sidebar-advanced__hint {
  display: block;
  margin-top: .22rem;
  font-size: .72rem;
  font-weight: 500;
  color: #64748b;
}

.programs-sidebar-advanced__body {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.programs-advanced-field label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #94a3b8;
  margin-bottom: .32rem;
}

.programs-advanced-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .6rem;
}

.programs-advanced-select,
.programs-advanced-input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.05);
  padding: .55rem .65rem;
  font-size: .84rem;
  color: #e2e8f0;
  font-family: inherit;
}

.programs-advanced-select:focus,
.programs-advanced-input:focus {
  outline: none;
  border-color: #3b7ae8;
  box-shadow: 0 0 0 3px rgba(57, 170, 230, 0.15);
}

.programs-advanced-select option {
  color: #0f172a;
}

.programs-sidebar__clear {
  margin-top: 1.05rem;
  width: 100%;
  padding: .55rem .5rem;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #5cc8f0;
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: .22rem;
  transition: color .2s ease, background .2s ease;
}

.programs-sidebar__clear:hover {
  color: #7eb3ff;
  background: rgba(57, 170, 230, 0.08);
}

.programs-catalog-main {
  min-width: 0;
}

.programs-results-head--catalog {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .75rem 1rem;
  margin-bottom: 1.1rem;
  padding: 0 .1rem;
}

.programs-results-head--catalog p {
  margin: 0;
  color: #e2e8f0;
  font-weight: 600;
  font-size: .92rem;
}

.programs-results-pager {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.programs-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .48rem .85rem;
  border-radius: 10px;
  font-size: .82rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid rgba(57, 170, 230, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #dceaf8;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.programs-pager-btn:hover:not(:disabled) {
  border-color: #3b7ae8;
  background: rgba(57, 170, 230, 0.12);
  color: #fff;
}

.programs-pager-btn:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

@media (min-width: 961px) {
  .programs-sidebar {
    position: sticky;
    top: 96px;
  }
}

@media (max-width: 960px) {
  .programs-catalog-layout {
    grid-template-columns: 1fr;
  }

  .programs-sidebar {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* —— Home index: hero visual (hero.png) + animaciones —— */
@keyframes home-hero-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(0.35deg); }
}

@keyframes home-hero-breathe {
  0%, 100% { transform: scale(1); filter: saturate(1) brightness(1); }
  50% { transform: scale(1.035); filter: saturate(1.06) brightness(1.05); }
}

@keyframes home-hero-halo-pulse {
  0%, 100% { opacity: 0.45; transform: scale(0.92); }
  50% { opacity: 0.85; transform: scale(1.06); }
}

@keyframes home-hero-orbit {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes home-hero-shine {
  0% { transform: translateX(-120%) skewX(-12deg); opacity: 0; }
  12% { opacity: 0.55; }
  28% { opacity: 0.35; }
  100% { transform: translateX(120%) skewX(-12deg); opacity: 0; }
}

.home-hero-visual {
  position: absolute;
  inset: -8% -6% -10% -6%;
  pointer-events: none;
  z-index: 0;
}

/* Panel de áreas: flujo normal (no usar .home-hero-visual aquí; ese bloque es position:absolute). */
.home-hero-visual.home-hero-areas,
.home-hero-areas {
  position: relative;
  inset: auto;
  pointer-events: auto;
}

.home-hero-construction {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.home-hero-construction::before {
  content: "";
  position: absolute;
  inset: 14% 10%;
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(57, 170, 230, 0.16), rgba(34, 49, 97, 0.55));
  border: 1px solid rgba(134, 184, 231, 0.2);
  box-shadow: 0 20px 48px rgba(8, 47, 73, 0.35);
}

.home-hero-construction__panel {
  position: relative;
  z-index: 1;
  width: min(92%, 390px);
  border-radius: 24px;
  padding: 1.2rem 1rem 1rem;
  background: rgba(7, 27, 53, 0.6);
  border: 1px solid rgba(134, 184, 231, 0.35);
  backdrop-filter: blur(4px);
  animation: home-hero-float 6.2s ease-in-out infinite;
}

.home-hero-construction__title {
  margin: 0 0 0.55rem;
  color: #cffafe;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-hero-construction__crane {
  position: absolute;
  left: 8%;
  top: -14px;
  width: 4px;
  height: 150px;
  background: linear-gradient(to bottom, #a5f3fc, #0891b2);
  box-shadow: 38px 26px 0 -1px rgba(165, 243, 252, 0.88);
}

.home-hero-construction__crane::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 22px;
  width: 130px;
  height: 3px;
  background: rgba(165, 243, 252, 0.95);
}

.home-hero-construction__crane::after {
  content: "";
  position: absolute;
  left: 104px;
  top: 24px;
  width: 2px;
  height: 58px;
  background: rgba(165, 243, 252, 0.6);
  animation: home-hero-float 3.4s ease-in-out infinite;
}

.home-hero-construction__floors {
  margin-left: 66px;
  padding-top: 18px;
}

.home-hero-construction__floor {
  display: block;
  height: 42px;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(134, 184, 231, 0.45);
  background:
    linear-gradient(90deg, rgba(134, 184, 231, 0.32) 0 18%, transparent 18% 24%, rgba(134, 184, 231, 0.3) 24% 42%, transparent 42% 48%, rgba(134, 184, 231, 0.28) 48% 68%, transparent 68% 74%, rgba(134, 184, 231, 0.26) 74% 100%),
    linear-gradient(165deg, rgba(57, 170, 230, 0.3), rgba(34, 49, 97, 0.36));
}

.home-hero-construction__pipeline {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.home-hero-construction__pipeline span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  font-size: 0.78rem;
  font-weight: 700;
  color: #dff7ff;
  padding: 0.5rem 0.62rem;
  border-radius: 12px;
  border: 1px solid rgba(134, 184, 231, 0.4);
  background: rgba(57, 170, 230, 0.14);
}

.home-hero-construction__pipeline span b {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  font-size: 0.68rem;
  background: rgba(103, 232, 249, 0.22);
  border: 1px solid rgba(165, 243, 252, 0.45);
  flex: 0 0 20px;
}

.home-hero-construction__chip {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.46rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #e6f8ff;
  border: 1px solid rgba(165, 243, 252, 0.42);
  background: rgba(8, 47, 73, 0.78);
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.35);
  animation: home-hero-float 4.9s ease-in-out infinite;
}

.home-hero-construction__chip--plan { top: 8%; right: 3%; animation-delay: 0.4s; }
.home-hero-construction__chip--materials { bottom: 15%; right: 3%; animation-delay: 1.2s; }
.home-hero-construction__chip--safety { bottom: 3%; left: 7%; animation-delay: 2s; }

.home-hero-construction__dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #39AAE6;
  box-shadow: 0 0 0 8px rgba(103, 232, 249, 0.08);
  animation: home-hero-halo-pulse 3.1s ease-in-out infinite;
}

.home-hero-construction__dot--a { top: 22%; right: 28%; }
.home-hero-construction__dot--b { top: 44%; right: 7%; animation-delay: 0.8s; }
.home-hero-construction__dot--c { bottom: 16%; left: 32%; animation-delay: 1.5s; }

@media (prefers-reduced-motion: reduce) {
  .home-hero-construction__panel,
  .home-hero-construction__chip,
  .home-hero-construction__crane::after,
  .home-hero-construction__dot {
    animation: none !important;
  }
}

@keyframes home-hero-studio-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes home-hero-studio-pulse {
  0%, 100% { transform: scale(0.92); opacity: .35; }
  50% { transform: scale(1.1); opacity: .75; }
}

.home-hero-studio {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.home-hero-studio__png {
  position: absolute;
  z-index: 3;
  width: clamp(46px, 6.2vw, 82px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(2, 23, 46, 0.45));
  animation: home-hero-studio-float 5.4s ease-in-out infinite;
  opacity: .96;
}

.home-hero-studio__png--cone {
  top: 12%;
  left: 5%;
  animation-delay: .3s;
}

.home-hero-studio__png--tools {
  top: 10%;
  right: 12%;
  animation-delay: 1s;
}

.home-hero-studio__png--machine {
  bottom: 10%;
  right: 5%;
  width: clamp(54px, 7vw, 90px);
  animation-delay: 1.6s;
}

.home-hero-studio__png--tape {
  bottom: 7%;
  left: 13%;
  animation-delay: 2.1s;
}

.home-hero-studio::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 30px;
  border: 1px solid rgba(134, 184, 231, 0.2);
  background: radial-gradient(circle at 80% 12%, rgba(57, 170, 230, 0.2), transparent 45%),
    linear-gradient(145deg, rgba(7, 25, 50, 0.86), rgba(11, 43, 72, 0.7));
}

.home-hero-studio__board {
  position: relative;
  z-index: 2;
  width: min(92%, 420px);
  border-radius: 22px;
  padding: 1rem;
  border: 1px solid rgba(134, 184, 231, 0.28);
  background: rgba(4, 26, 52, 0.62);
  box-shadow: 0 18px 48px rgba(3, 15, 37, 0.45);
  backdrop-filter: blur(5px);
  animation: home-hero-studio-float 5.4s ease-in-out infinite;
}

.home-hero-studio__title {
  margin: 0 0 .6rem;
  color: #d8f4ff;
  font-size: .84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.home-hero-studio__timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .35rem;
  margin-bottom: .65rem;
}

.home-hero-studio__timeline span {
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(57, 170, 230, 0.85), rgba(57, 170, 230, 0.35));
}

.home-hero-studio__rows {
  display: grid;
  gap: .4rem;
}

.home-hero-studio__row {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: .5rem;
  padding: .46rem .56rem;
  border-radius: 11px;
  border: 1px solid rgba(134, 184, 231, 0.33);
  background: linear-gradient(135deg, rgba(8, 47, 73, 0.58), rgba(12, 74, 110, 0.26));
  color: #e9f8ff;
  font-size: .8rem;
  font-weight: 700;
}

.home-hero-studio__row i {
  color: #6ee7ff;
}

.home-hero-studio__row b {
  font-size: .66rem;
  border-radius: 999px;
  padding: .16rem .44rem;
  border: 1px solid rgba(134, 184, 231, 0.42);
  color: #cbf4ff;
  background: rgba(57, 170, 230, 0.2);
}

.home-hero-studio__tool {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  border-radius: 999px;
  padding: .4rem .66rem;
  font-size: .74rem;
  font-weight: 700;
  color: #e8fbff;
  border: 1px solid rgba(134, 184, 231, 0.35);
  background: rgba(7, 36, 64, 0.82);
  box-shadow: 0 8px 24px rgba(5, 20, 44, 0.5);
  animation: home-hero-studio-float 4.8s ease-in-out infinite;
}

.home-hero-studio__tool--a { top: 8%; right: 3%; animation-delay: .2s; }
.home-hero-studio__tool--b { bottom: 20%; left: 6%; animation-delay: 1s; }
.home-hero-studio__tool--c { bottom: 7%; right: 4%; animation-delay: 1.8s; }

@media (max-width: 1100px) {
  .home-hero-studio__png--tools { right: 16%; }
  .home-hero-studio__png--machine { right: 8%; }
}

.home-hero-studio__pulse {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #39AAE6;
  box-shadow: 0 0 0 10px rgba(103, 232, 249, 0.08);
  animation: home-hero-studio-pulse 2.8s ease-in-out infinite;
}

.home-hero-studio__pulse--a { top: 24%; right: 22%; }
.home-hero-studio__pulse--b { bottom: 18%; left: 34%; animation-delay: .9s; }

@media (prefers-reduced-motion: reduce) {
  .home-hero-studio__png,
  .home-hero-studio__board,
  .home-hero-studio__tool,
  .home-hero-studio__pulse {
    animation: none !important;
  }
}

.home-hero-areas {
  width: 100%;
  max-width: 620px;
}

.home-hero-areas__panel {
  position: relative;
  border-radius: 28px;
  padding: 1.15rem;
  border: 1px solid rgba(57, 170, 230, 0.22);
  background: radial-gradient(circle at 4% 6%, rgba(34, 211, 238, 0.16), transparent 40%),
    linear-gradient(145deg, rgba(2, 22, 51, 0.9), rgba(4, 38, 77, 0.84));
  box-shadow: 0 24px 56px rgba(2, 10, 26, 0.5);
}

.home-hero-areas__title {
  margin: 0 0 0.95rem;
  color: #e5f9ff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.home-hero-areas__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
}

.home-hero-areas__card {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 0.62rem;
  min-height: 74px;
  border-radius: 15px;
  padding: 0.75rem 0.84rem;
  border: 1px solid rgba(57, 170, 230, 0.2);
  background: linear-gradient(145deg, rgba(3, 34, 70, 0.9), rgba(5, 48, 94, 0.65));
}

a.home-hero-areas__card {
  color: inherit;
  text-decoration: none;
}

.home-hero-areas__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.86rem;
  color: rgba(226, 244, 255, 0.72);
}

.home-hero-areas__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(110, 231, 255, 0.28);
  color: #f0fbff;
  background: rgba(5, 35, 73, 0.62);
  font-size: 1rem;
}

.home-hero-areas__label {
  color: #f8fcff;
  font-size: 0.93rem;
  line-height: 1.25;
  font-weight: 700;
}

.home-hero-areas__arrow {
  color: #22d3ee;
  font-size: 0.9rem;
}

@media (max-width: 640px) {
  .home-hero-areas__grid {
    grid-template-columns: 1fr;
  }
}

/* —— Bandeja fija: WhatsApp arriba + Inicio abajo (esquina inferior derecha).
   Posición absoluta: con flex + column-reverse y altura 0 del botón oculto,
   WhatsApp quedaba pegado al borde y cubría la zona del otro control. —— */
@keyframes ceo-float-wa-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ceo-float-wa-pulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.14);
  }
}

.ceo-floating-tray {
  --ceo-tray-gap: 0.85rem;
  --ceo-wa-size: 3.35rem;
  --ceo-bt-min-h: 3.55rem;
  position: fixed;
  right: calc(1.1rem + env(safe-area-inset-right, 0px));
  left: auto;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 9990;
  width: 18rem;
  height: calc(var(--ceo-bt-min-h) + var(--ceo-tray-gap) + var(--ceo-wa-size));
  min-height: calc(var(--ceo-bt-min-h) + var(--ceo-tray-gap) + var(--ceo-wa-size));
  pointer-events: none;
  isolation: isolate;
}

.ceo-floating-tray > .ceo-wa-widget,
.ceo-floating-tray > .ceo-back-top {
  position: absolute;
  left: auto;
  right: 0;
  pointer-events: auto;
}

.ceo-wa-widget {
  bottom: calc(var(--ceo-bt-min-h) + var(--ceo-tray-gap));
  z-index: 4;
}

.ceo-wa-widget__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 15rem;
  height: 3.35rem;
  padding: 0.45rem 0.55rem 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a;
  box-shadow: 0 10px 26px rgba(2, 6, 23, 0.24);
  cursor: pointer;
  transition: all 0.2s ease;
}

.ceo-wa-widget__trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28);
}

.ceo-wa-widget__hint {
  font-size: 0.78rem;
  text-align: left;
  color: #0f172a;
}

.ceo-wa-widget__hint strong {
  color: var(--acis-primary-light, #3b7ae8);
}

.ceo-wa-widget__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: linear-gradient(148deg, #34e27e 0%, #22c55e 42%, #15803d 100%);
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 8px 18px rgba(21, 128, 61, 0.36);
}

.ceo-wa-widget__popup {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.75rem);
  width: min(22rem, 92vw);
  border-radius: 0.95rem;
  border: 1px solid rgba(21, 128, 61, 0.22);
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 44px rgba(2, 6, 23, 0.3);
}

.ceo-wa-widget__head {
  padding: 0.85rem 0.95rem;
  background: #2db742;
  color: #fff;
}

.ceo-wa-widget__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.ceo-wa-widget__intro {
  margin: 0.25rem 0 0;
  font-size: 0.73rem;
  color: #d9ebc6;
}

.ceo-wa-widget__body {
  padding: 0.75rem;
  background: #f8fafc;
}

.ceo-wa-widget__notice {
  margin: 0 0 0.65rem;
  font-size: 0.67rem;
  color: #64748b;
}

.ceo-wa-widget__item {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  border-radius: 0.8rem;
  padding: 0.55rem;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.05);
}

.ceo-wa-widget__item + .ceo-wa-widget__item {
  margin-top: 0.55rem;
}

.ceo-wa-widget__item:hover {
  border-color: rgba(45, 183, 66, 0.48);
  transform: translateY(-1px);
}

.ceo-wa-widget__avatar {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  font-size: 1.1rem;
  flex: 0 0 auto;
}

.ceo-wa-widget__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.ceo-wa-widget__name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #0f172a;
}

.ceo-wa-widget__role {
  font-size: 0.67rem;
  color: #475569;
}

.ceo-wa-widget:not(.is-open) .ceo-wa-widget__popup {
  display: none;
}

/* —— Volver al inicio de la página (scroll suave arriba) —— */
@keyframes ceo-back-top-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes ceo-back-top-pulse {
  0%,
  100% {
    opacity: 0.32;
    transform: scale(1);
  }

  50% {
    opacity: 0.62;
    transform: scale(1.12);
  }
}

@keyframes ceo-back-top-launch {
  0% {
    transform: scale(1);
  }

  45% {
    transform: scale(0.88);
  }

  100% {
    transform: scale(1);
  }
}

.ceo-back-top {
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  min-height: var(--ceo-bt-min-h);
  padding: 0.35rem 0.25rem 0.42rem;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.45);
  background: linear-gradient(
    168deg,
    #dceaf8 0%,
    #bae6fd 38%,
    #7eb3ff 72%,
    var(--acis-primary-light, #3b7ae8) 100%
  );
  color: #0c4a6e;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  box-shadow:
    0 10px 28px rgba(57, 170, 230, 0.38),
    0 2px 0 rgba(255, 255, 255, 0.55) inset,
    0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.ceo-back-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: ceo-back-top-float 3.1s ease-in-out infinite;
}

.ceo-back-top:not(.is-visible) .ceo-back-top__glow {
  opacity: 0;
  animation: none;
}

.ceo-back-top__glow {
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(57, 170, 230, 0.55) 0%, rgba(134, 184, 231, 0.2) 45%, transparent 70%);
  opacity: 0.65;
  z-index: -1;
  animation: ceo-back-top-pulse 2.6s ease-in-out infinite;
  pointer-events: none;
}

.ceo-back-top__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  line-height: 1;
}

.ceo-back-top__icon {
  font-size: 0.98rem;
  transition: transform 0.22s ease;
}

.ceo-back-top__label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ceo-back-top:hover .ceo-back-top__icon {
  transform: translateY(-4px);
}

.ceo-back-top:hover {
  border-color: rgba(8, 145, 178, 0.55);
  background: linear-gradient(
    168deg,
    #eef4fb 0%,
    #cffafe 40%,
    #7eb3ff 78%,
    var(--acis-primary-light, #3b7ae8) 100%
  );
  color: #082f49;
  box-shadow:
    0 14px 34px rgba(57, 170, 230, 0.45),
    0 2px 0 rgba(255, 255, 255, 0.65) inset,
    0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.ceo-back-top:focus-visible {
  outline: 2px solid var(--acis-primary-light, #3b7ae8);
  outline-offset: 3px;
}

.ceo-back-top.is-launching .ceo-back-top__inner {
  animation: ceo-back-top-launch 0.48s ease;
}

@media (prefers-reduced-motion: reduce) {
  .ceo-wa-widget__trigger,
  .ceo-wa-widget__item {
    transition: none;
  }

  .ceo-back-top.is-visible {
    animation: none;
  }

  .ceo-back-top__glow {
    animation: none;
    opacity: 0.22;
  }

  .ceo-back-top:hover .ceo-back-top__icon {
    transform: none;
  }

  .ceo-back-top.is-launching .ceo-back-top__inner {
    animation: none;
  }
}

@media (max-width: 520px) {
  .ceo-floating-tray {
    --ceo-tray-gap: 0.55rem;
    --ceo-wa-size: 3.15rem;
    --ceo-bt-min-h: 3.4rem;
    right: calc(0.75rem + env(safe-area-inset-right, 0px));
    bottom: calc(0.95rem + env(safe-area-inset-bottom, 0px));
  }

  .ceo-floating-tray { width: 16.5rem; }
  .ceo-wa-widget__trigger { width: 14.2rem; }
  .ceo-wa-widget__hint { font-size: 0.72rem; }

  .ceo-back-top {
    width: 3.15rem;
  }

  .ceo-back-top__label {
    font-size: 0.56rem;
  }
}
/* Brochure card refresh: visual parity with certification (institutional blue) */
.course-aside-card--brochure {
  position: relative;
  overflow: hidden;
  border-color: #bfdbfe;
  background:
    radial-gradient(circle at 110% -10%, rgba(57, 170, 230, 0.2) 0%, rgba(57, 170, 230, 0) 44%),
    radial-gradient(circle at -10% 120%, rgba(57, 170, 230, 0.14) 0%, rgba(57, 170, 230, 0) 46%),
    #f8fbff;
  box-shadow: 0 14px 34px rgba(14, 116, 144, 0.12);
}

.course-aside-card--brochure .course-aside-card__accent {
  background: linear-gradient(90deg, var(--acis-primary-light, #3b7ae8), var(--acis-primary-light, #3b7ae8));
}

.course-aside-card--brochure::after {
  content: "";
  position: absolute;
  width: 11.5rem;
  height: 11.5rem;
  right: -4.2rem;
  top: -5.5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 170, 230, 0.22) 0%, rgba(57, 170, 230, 0) 72%);
  pointer-events: none;
}

.course-brochure-spotlight {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f0f7ff 100%);
  border: 1px solid #b9d5f1;
  box-shadow: 0 4px 8px -2px rgba(15, 23, 42, 0.05), 0 14px 28px -12px rgba(14, 116, 144, 0.2);
}

.course-brochure-spotlight__visual {
  position: relative;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(165deg, #eef4fb 0%, #b9d5f1 100%);
  border: 1px solid rgba(15, 79, 143, 0.18);
}

.course-brochure-spotlight__doc {
  font-size: 1.4rem;
  color: var(--acis-primary-light, #3b7ae8);
  line-height: 1;
}

.course-brochure-spotlight__seal {
  position: absolute;
  right: -0.32rem;
  bottom: -0.24rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fff;
  background: linear-gradient(145deg, var(--acis-primary-light, #3b7ae8), var(--acis-primary-light, #3b7ae8));
  border: 2px solid #fff;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.38);
}

.course-brochure-spotlight__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.course-brochure-spotlight__label {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
  color: #123868;
}

.course-brochure-spotlight__label::after {
  content: ":";
}

.course-brochure-spotlight__value {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--acis-primary-light, #3b7ae8);
}

.course-aside-card__heading--brochure {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid #b9d5f1;
}

.course-aside-card__heading--brochure i {
  color: var(--acis-primary-light, #3b7ae8);
}

.course-brochure-lead {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  line-height: 1.55;
  color: #365f8f;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(239, 246, 255, 0.75) 100%);
  border: 1px solid #b9d5f1;
  border-radius: 12px;
}

.course-brochure-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.course-brochure-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.83rem;
  line-height: 1.45;
  color: #0f345e;
}

.course-brochure-list li i {
  width: 1.05rem;
  margin-top: 0.1rem;
  color: var(--acis-primary-light, #3b7ae8);
}

.course-brochure-btn {
  width: 100%;
  justify-content: center;
  border-color: #7eb3ff;
  color: #123868;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 246, 255, 0.86) 100%);
  transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.course-brochure-btn:hover {
  transform: translateY(-1px);
  border-color: #60a5fa;
  box-shadow: 0 10px 22px rgba(14, 116, 144, 0.2);
}

.course-brochure-btn i {
  color: var(--acis-primary-light, #3b7ae8);
}



/* Course hero video: visible play button + modal */
.course-hero-card__video-preview {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 20% 24%, rgba(57, 170, 230, 0.24) 0%, transparent 48%),
    radial-gradient(circle at 84% 86%, rgba(57, 170, 230, 0.25) 0%, transparent 44%),
    linear-gradient(145deg, #09162f 0%, #0e223f 52%, #123868 100%);
}

.course-hero-card__video-preview i {
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  color: rgba(255, 255, 255, 0.45);
}

.course-video-launch {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid rgba(147, 197, 253, 0.85);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(2, 132, 199, 0.95), rgba(14, 116, 144, 0.95));
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(2, 132, 199, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.course-video-launch:hover {
  transform: translate(-50%, calc(-50% - 2px));
  border-color: #7eb3ff;
  box-shadow: 0 16px 36px rgba(2, 132, 199, 0.55);
}

.course-video-launch i {
  color: #fff;
}

.course-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: clamp(0.35rem, 1.2vmin, 0.65rem);
}

.course-video-modal[hidden] { display: none; }

.course-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.74);
  backdrop-filter: blur(2px);
}

.course-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(67.2vw, 1176px);
  max-height: 92vh;
}

.course-video-modal__close {
  position: absolute;
  top: -0.85rem;
  right: -0.85rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.4);
  z-index: 2;
}

.course-video-modal__close:hover { background: #f1f5f9; }

.course-video-modal__frame-wrap {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #020617;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.45);
}

.course-video-modal__frame-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.course-video-modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.course-video-modal__fallback {
  margin: .65rem 0 0;
  text-align: center;
}

.course-video-modal__fallback a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #e2e8f0;
  font-size: .82rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.course-video-modal__fallback a:hover {
  color: #fff;
}

@media (max-width: 640px) {
  .course-video-modal { padding: 0.35rem; }
  .course-video-modal__close {
    top: -0.55rem;
    right: -0.45rem;
  }
  .course-video-launch {
    font-size: 0.78rem;
    padding: 0.6rem 1rem;
  }
}

/* Brochure premium refinement */
.course-brochure-spotlight {
  position: relative;
  overflow: hidden;
}

.course-brochure-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0) 42%);
  pointer-events: none;
}

.course-brochure-spotlight__visual {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 10px 24px rgba(14, 116, 144, 0.16);
}

.course-brochure-spotlight__doc {
  font-size: 1.34rem;
  color: #0b4f88;
}

.course-brochure-spotlight__seal {
  width: 1.52rem;
  height: 1.52rem;
  font-size: 0.64rem;
  background: linear-gradient(145deg, var(--acis-primary-light, #3b7ae8), var(--acis-primary-light, #3b7ae8));
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.34);
}

.course-brochure-spotlight__value {
  color: var(--acis-primary-light, #3b7ae8);
}

.course-brochure-btn {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.course-brochure-btn i {
  font-size: 0.95rem;
}

