.elementor-1102 .elementor-element.elementor-element-2d93b3d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-da3462c *//* ===== THANK YOU PAGE CSS ===== */

.ty-wrapper {
  width: 100%;
  min-height: 100vh;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.ty-content {
  width: 100%;
  max-width: 900px;
  text-align: center;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.ty-content h1 {
  font-size: 36px;
  margin-bottom: 15px;
}

.ty-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #dcdcdc;
  margin: 10px 0;
}

.ty-note {
  margin: 30px auto;
  padding: 20px;
  max-width: 800px;
  background: #111111;
  border-left: 5px solid #25d366;
  border-radius: 8px;
  text-align: left;
}

.ty-note p {
  font-size: 16px;
  color: #cccccc;
}

.ty-cta {
  margin-top: 40px;
}

.ty-cta a {
  display: inline-block;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #ffffff;
  text-decoration: none;
  padding: 20px 40px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.45);
  transition: all 0.2s ease;
}

.ty-cta a:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.65);
}

.ty-footer {
  margin-top: 50px;
  font-size: 14px;
  color: #9a9a9a;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 600px) {
  .ty-content h1 {
    font-size: 28px;
  }

  .ty-content p {
    font-size: 16px;
  }

  .ty-cta a {
    font-size: 18px;
    padding: 16px 28px;
  }
}/* End custom CSS */