.elementor-6509 .elementor-element.elementor-element-eb2e8b0{--display:flex;}.elementor-6509 .elementor-element.elementor-element-eb2e8b0:not(.elementor-motion-effects-element-type-background), .elementor-6509 .elementor-element.elementor-element-eb2e8b0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5F5FC;}.elementor-6509 .elementor-element.elementor-element-93f40e8{--spacer-size:88px;}.elementor-6509 .elementor-element.elementor-element-5b9064e{--display:flex;}.elementor-6509 .elementor-element.elementor-element-5b9064e:not(.elementor-motion-effects-element-type-background), .elementor-6509 .elementor-element.elementor-element-5b9064e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E5F5FC;}.elementor-6509 .elementor-element.elementor-element-36b647d{--spacer-size:144px;}@media(min-width:768px){.elementor-6509 .elementor-element.elementor-element-5b9064e{--content-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-e46b9ef *//* Thank You card wrapper */
  .coaWizardCard.coaWizardSuccessCard {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
        padding: 60px 48px;
        text-align: center;
  }

  /* Green checkmark icon */
  .coaWizardSuccessIcon {
        width: 80px;
        height: 80px;
        background: #E8F5E9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 24px;
  }

  .coaWizardSuccessIcon svg {
        width: 40px;
        height: 40px;
        stroke: #4CAF50;
        stroke-width: 3;
  }

  /* Header (title + subtitle) */
  .coaWizardSuccessCard .coaWizardCardHeader {
        margin-bottom: 24px;
  }

  .coaWizardSuccessCard .coaWizardCardTitle {
        font-size: 28px;
        font-weight: 700;
        color: #1a1a1a;
        margin-bottom: 12px;
  }

  .coaWizardSuccessCard .coaWizardCardSubtitle {
        font-size: 16px;
        color: #666666;
        line-height: 1.5;
  }

  /* Back to Home button — magenta pill */
  .coaWizardSuccessCard .coaWizardBtnPrimary {
        display: inline-block;
        padding: 14px 32px;
        background: #A91D73;
        border: none;
        border-radius: 50px;
        font-family: inherit;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        transition: background-color 0.2s;
  }

  .coaWizardSuccessCard .coaWizardBtnPrimary:hover {
        background: #8B1860;
        color: #ffffff;
  }

  /* Responsive */
  @media screen and (max-width: 600px) {
        .coaWizardCard.coaWizardSuccessCard {
                padding: 40px 24px;
        }

        .coaWizardSuccessCard .coaWizardCardTitle {
                font-size: 24px;
        }
  }/* End custom CSS */