.ready-enroll {
  background: #fff;
}

.ready-enroll__divider {
  width: 4.8rem;
  margin-bottom: 2rem;
}

.ready-enroll__highlight {
  font-size: 1.8rem;
  line-height: 1.45em;
  margin-top: 1.6rem;
}

.ready-enroll__text {
  font-size: 1.5rem;
  line-height: 1.55em;
  margin-top: 1.2rem;
}

.ready-enroll__actions {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  max-width: 42rem;
  margin-top: 2.4rem;
}

.ready-enroll__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1.2rem 2.4rem;
  border: none;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.ready-enroll__btn .feather,
.ready-enroll__btn .right-arrow {
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
  stroke: currentColor;
  color: inherit;
  stroke-width: 3px;
}

.ready-enroll__btn--primary {
  background: var(--primary-30);
  color: #fff;
  border: 1px solid var(--primary-30);
}

.ready-enroll__btn--primary:hover,
.ready-enroll__btn--primary:focus {
  background: var(--primary-40);
  border-color: var(--primary-40);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.ready-enroll__btn--outline {
  background: transparent;
  color: var(--primary-30);
  border: 1px solid var(--primary-30);
}

.ready-enroll__btn--outline:hover,
.ready-enroll__btn--outline:focus {
  background: var(--primary-95);
  border-color: var(--primary-30);
  color: var(--primary-30);
  text-decoration: none;
}

.ready-enroll__advisor {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  color: #5c6b7a;
  font-size: 1.4rem;
  line-height: 1.45em;
}

.ready-enroll__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: #25d366;
  flex-shrink: 0;
}

.ready-enroll__whatsapp svg {
  width: 100%;
  height: 100%;
}

.ready-enroll__advisor-btn {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
}

.ready-enroll__advisor-btn strong {
  color: var(--primary-30);
  text-decoration: underline;
  font-weight: 700;
}

.ready-enroll__advisor-btn:hover strong,
.ready-enroll__advisor-btn:focus strong {
  color: var(--primary-50);
}

.ready-enroll__footnote {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.45;
  color: var(--neutral-50, #8a97a8);
}

.ready-enroll__visual {
  border-radius: 1.6rem;
  overflow: hidden;
  max-height: 40rem;
}

.ready-enroll__image {
  display: block;
  width: 100%;
  height: 40rem;
  border-radius: 1.6rem;
  object-fit: cover;
  object-position: center top;
}

/* Centered stack layout (IDELT closing CTA, etc.) */
.ready-enroll--centered {
  padding: 6.4rem 0;
}

.ready-enroll--centered .ready-enroll__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  text-align: center;
}

.ready-enroll--centered .ready-enroll__visual {
  width: 100%;
  max-height: none;
  margin-bottom: 4rem;
  border-radius: 2.4rem;
}

.ready-enroll--centered .ready-enroll__image {
  width: 100%;
  height: auto;
  min-height: 32rem;
  max-height: none;
  aspect-ratio: 21 / 9;
  border-radius: 2.4rem;
  object-fit: cover;
  object-position: center;
}

.ready-enroll--centered .ready-enroll__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
}

.ready-enroll--centered .ready-enroll__title {
  font-size: 3.6rem;
  line-height: 1.2;
}

.ready-enroll--centered .ready-enroll__highlight {
  margin-top: 0.8rem;
  font-size: 3.6rem;
  line-height: 1.2;
}

.ready-enroll--centered .ready-enroll__text {
  margin-top: 2rem;
  max-width: 58rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.ready-enroll--centered .ready-enroll__actions {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.6rem;
  max-width: none;
  margin-top: 2.8rem;
}

.ready-enroll--centered .ready-enroll__btn {
  width: auto;
  min-width: 22rem;
}

.ready-enroll--centered .ready-enroll__btn--outline {
  background: rgba(255, 255, 255, 0.55);
}

.ready-enroll--centered .ready-enroll__footnote {
  margin-top: 2rem;
}

@media all and (max-width: 991px) {
  .ready-enroll__highlight {
    font-size: 1.6rem;
  }

  .ready-enroll__actions {
    max-width: none;
  }

  .ready-enroll__visual,
  .ready-enroll__image {
    max-height: 34rem;
    height: 34rem;
  }

  .ready-enroll--centered .ready-enroll__visual,
  .ready-enroll--centered .ready-enroll__image {
    max-height: none;
    height: auto;
    min-height: 24rem;
  }

  .ready-enroll--centered .ready-enroll__title,
  .ready-enroll--centered .ready-enroll__highlight {
    font-size: 3rem;
  }
}

@media all and (max-width: 767px) {
  .ready-enroll__btn {
    font-size: 1.4rem;
    padding: 1.1rem 2rem;
  }

  .ready-enroll__visual,
  .ready-enroll__image {
    max-height: 28rem;
    height: 28rem;
  }

  .ready-enroll--centered {
    padding: 4.8rem 0;
  }

  .ready-enroll--centered .ready-enroll__visual,
  .ready-enroll--centered .ready-enroll__image {
    max-height: none;
    height: auto;
    min-height: 20rem;
    border-radius: 1.6rem;
  }

  .ready-enroll--centered .ready-enroll__title,
  .ready-enroll--centered .ready-enroll__highlight {
    font-size: 2.6rem;
  }

  .ready-enroll--centered .ready-enroll__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ready-enroll--centered .ready-enroll__btn {
    width: 100%;
    min-width: 0;
  }
}
