/* ==========================================================================
   Centered Content CTA
   Units: px | Layout: flex (no grid)
   ========================================================================== */

.lg-centered-content-cta {
  margin: 0px !important;
}

.lg-centered-content-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lg-centered-content-cta__heading {
  margin: 0 0 20px;
  width: 100%;
  color: var(--wp--preset--color--supersonic, #070819);
  font-family: var(--wp--preset--font-family--archivo, "Archivo", sans-serif);
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

/* Highlighted words in heading (bold in WYSIWYG) */
.lg-centered-content-cta__heading strong {
  color: var(--wp--preset--color--laser-beam, #0027d6);
  font-weight: inherit;
}

.lg-centered-content-cta__description {
  max-width: 765px;
  margin: 0 auto 48px;
  width: 100%;
  color: var(--wp--preset--color--supersonic, #070819);
  font-family: var(--wp--preset--font-family--inter, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.lg-centered-content-cta__description > *:last-child {
  margin-bottom: 0;
}

.lg-centered-content-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

div .lg-centered-content-cta__actions .btn {
  --mtr-btn-padding-x: 16px;
  --mtr-btn-padding-y: 8px;
  --mtr-btn-font-weight: 400;
  --mtr-btn-line-height: 1.5;
  --mtr-btn-border-width: 1.5px;
  --mtr-btn-border-radius: 4px;
}
div .lg-centered-content-cta__actions .btn.btn-outline-laserbeam {
  color: #0835FF;
  border-color: #0835FF;
}

/* Compact variant used near footer */
.footer-centered-content .lg-centered-content-cta__heading {
  font-size: 46px;
  line-height: 54px;
}

.footer-centered-content .lg-centered-content-cta__description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 36px;
}

@media (min-width: 1200px) {
  div .lg-centered-content-cta__actions .btn.btn-laserbeam:hover {
    background-color: #08075F;
    color: #FFFFFF;
    border-color: #08075F;
  }
  div .lg-centered-content-cta__actions .btn.btn-outline-laserbeam:hover {
    background-color: #F5F5FF;
    color: #08075F;
    border-color: #08075F;
  }
}

/* Portrait and Landscape */
@media (min-width: 0) and (max-width: 767.98px) {
  .lg-centered-content-cta__heading {
    margin-bottom: 12px;
    font-size: 40px;
    line-height: 48px;
  }

  .lg-centered-content-cta__description {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .lg-centered-content-cta__actions {
    /* flex-wrap: nowrap; */
  }

  .footer-centered-content .lg-centered-content-cta__heading {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .lg-centered-content-cta__heading {
    font-size: 48px;
    line-height: 56px;
  }

  .lg-centered-content-cta__description {
    font-size: 18px;
    line-height: 26px;
  }

  .footer-centered-content .lg-centered-content-cta__heading {
    font-size: 36px;
    line-height: 44px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .lg-centered-content-cta__heading {
    font-size: 56px;
    line-height: 64px;
  }

  .footer-centered-content .lg-centered-content-cta__heading {
    font-size: 40px;
    line-height: 48px;
  }
}
