.elementor-3569 .elementor-element.elementor-element-e7c2493 > .elementor-widget-container{margin:-200px 0px -200px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-e7c2493 *//* Container geral */
.thankyou-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  background: linear-gradient(135deg, #f5f7fb, #e9ecf8);
}

/* Card principal */
.thankyou-card {
  max-width: 900px;
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 32px 32px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  text-align: center;
  box-sizing: border-box;
}

/* Ícone de check */
.thankyou-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: #e4f9f0;
  color: #1c8a5f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin: 0 auto 18px;
  font-weight: 700;
}

/* Títulos */
.thankyou-title {
  font-size: 26px;
  color: #15192c;
  margin-bottom: 10px;
}

.thankyou-subtitle {
  font-size: 15px;
  color: #4a5268;
  max-width: 620px;
  margin: 0 auto 26px;
}

/* Steps */
.thankyou-steps-title {
  font-size: 16px;
  font-weight: 700;
  color: #454893;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.thankyou-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 30px;
}

.step-card {
  background: #f6f8ff;
  border-radius: 18px;
  padding: 18px 16px;
  text-align: left;
  border: 1px solid #e0e3f5;
}

.step-card h3 {
  font-size: 15px;
  color: #22253d;
  margin-bottom: 6px;
}

.step-card p {
  font-size: 13px;
  color: #555b75;
  line-height: 1.5;
}

/* CTA principal */
.thankyou-cta-wrapper {
  margin-bottom: 18px;
}

.thankyou-cta-text {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333955;
}

.thankyou-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #454893, #5e62c6);
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  box-shadow: 0 10px 24px rgba(69,72,147,0.35);
  transition: 0.25s ease;
}

.thankyou-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(69,72,147,0.45);
}

/* Prova social */
.thankyou-social-proof {
  font-size: 13px;
  color: #656c88;
  margin-bottom: 12px;
}

/* Link de voltar */
.thankyou-back-link {
  font-size: 13px;
  color: #454893;
  text-decoration: none;
}

.thankyou-back-link:hover {
  text-decoration: underline;
}

/* Responsivo */
@media (max-width: 768px) {
  .thankyou-card {
    padding: 28px 20px 24px;
  }

  .thankyou-title {
    font-size: 22px;
  }

  .thankyou-steps {
    grid-template-columns: 1fr;
  }

  .step-card {
    text-align: left;
  }
}
l/* End custom CSS */