.cta-ola {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(2rem, 4vw, 3rem);
  padding: 0;
}

.cta-ola__panel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 44px) 0 0;
  background-color: var(--pink-cta);
  background-image: url('/assets/cta-banner.jpg');
  background-size: cover;
  background-position: center 32%;
  min-height: clamp(220px, 28vw, 360px);
}

.cta-ola__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(248, 21, 113, 0.82),
    rgba(120, 8, 55, 0.72)
  );
  pointer-events: none;
}

.cta-ola__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('/assets/bg-texture.svg');
  background-size: clamp(120px, 16vw, 200px) auto;
  opacity: 0.2;
  pointer-events: none;
}

.cta-ola__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
  text-align: center;
}

.cta-ola__copy {
  width: 100%;
  max-width: min(100%, 42rem);
  margin: 0 auto;
  color: var(--white);
  text-align: center;
}

.cta-ola__title {
  margin: 0;
  font-size: clamp(1.85rem, 4.2vw, 3.35rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.12;
  text-transform: uppercase;
}

.cta-ola__title-line {
  display: block;
}

.cta-ola__text {
  margin: clamp(1rem, 2.2vw, 1.45rem) auto 0;
  max-width: 100%;
  font-size: clamp(0.95rem, 1.65vw, 1.35rem);
  font-weight: 500;
  line-height: 1.45;
}

.cta-ola__text-line {
  display: block;
}

.cta-ola__text-line--lead {
  white-space: nowrap;
}

.cta-ola__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}

.cta-ola__actions .signup-card--cta {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  align-items: center;
}

.cta-ola__actions .signup-card--cta .cta-pill {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-self: center;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}

.cta-ola__actions .signup-card__cupos {
  width: min(100%, 86%);
  margin-inline: auto;
}

@media (max-width: 720px) {
  .cta-ola__text-line--lead {
    white-space: normal;
  }
}

@media (max-width: 520px) {
  .cta-ola__panel {
    border-radius: clamp(22px, 5vw, 32px) clamp(22px, 5vw, 32px) 0 0;
  }

  .cta-ola__title {
    line-height: 1.08;
  }
}
