.brandawi-thankyou-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 20px 70px;
  text-align: center;
}

.brandawi-thankyou-wrap h1 {
  margin: 0 0 22px !important;
  color: #ffffff !important;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brandawi-thankyou-wrap h3,
.brandawi-thankyou-wrap h4 {
  margin: 0 0 18px !important;
  color: #ffffff !important;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brandawi-thankyou-wrap p {
  margin: 0 0 14px !important;
  color: rgba(255,255,255,0.78) !important;
  font-size: 18px;
  line-height: 1.8;
}

.brandawi-thankyou-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 28px auto 34px !important;
  max-width: 760px;
}

.brandawi-thankyou-list li {
  position: relative;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.7;
}

.brandawi-thankyou-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #ffc300;
  color: #ffc300;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.brandawi-thankyou-list {
  text-align: left !important;
  max-width: 760px;
  margin: 28px auto 34px !important;
}

.brandawi-thankyou-list li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left !important;
}

.brandawi-thankyou-list li::before {
  flex: 0 0 28px;
  margin-right: 12px;
  margin-top: 3px;
}

.brandawi-thankyou-actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 18px !important;
  flex-wrap: wrap !important;
  margin: 34px 0 42px !important;
}

.brandawi-thankyou-actions .sc_button {
  min-width: 220px;
  justify-content: center;
  text-align: center;
}

.brandawi-thankyou-whatsapp {
  margin: 10px 0 56px;
}

.brandawi-thankyou-whatsapp p {
  margin-bottom: 16px !important;
  color: rgba(255,255,255,0.72) !important;
  font-size: 17px;
}

.brandawi-whatsapp-btn,
.brandawi-whatsapp-btn:link,
.brandawi-whatsapp-btn:visited {
  background: transparent !important;
  color: #25D366 !important;
  border-color: #25D366 !important;
}

.brandawi-whatsapp-btn:hover,
.brandawi-whatsapp-btn:focus,
.brandawi-whatsapp-btn:active {
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
}

.brandawi-whatsapp-btn:hover span,
.brandawi-whatsapp-btn:focus span,
.brandawi-whatsapp-btn:active span,
.brandawi-whatsapp-btn:hover *,
.brandawi-whatsapp-btn:focus *,
.brandawi-whatsapp-btn:active * {
  color: #ffffff !important;
}

.brandawi-whatsapp-btn::before,
.brandawi-whatsapp-btn::after,
.brandawi-whatsapp-btn span::before,
.brandawi-whatsapp-btn span::after {
  display: none !important;
  background: transparent !important;
}

a.sc_button.brandawi-whatsapp-btn:hover,
a.sc_button.brandawi-whatsapp-btn:focus,
a.sc_button.brandawi-whatsapp-btn:active {
  background: #25D366 !important;
  color: #ffffff !important;
  border-color: #25D366 !important;
}

.brandawi-thankyou-follow {
  margin-top: 10px;
}

.brandawi-thankyou-follow p {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.brandawi-thankyou-social {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  gap: 16px !important;
  margin-top: 24px !important;
}

.brandawi-thankyou-social a {
  width: 54px !important;
  height: 54px !important;
  border: 1.5px solid rgba(255,255,255,0.75) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent !important;
  transition: all 0.3s ease !important;
}

.brandawi-thankyou-social a svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

.brandawi-thankyou-social a:hover,
.brandawi-thankyou-social a:focus {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .brandawi-thankyou-wrap {
    padding: 55px 18px 50px;
  }

  .brandawi-thankyou-wrap p {
    font-size: 16px;
  }

  .brandawi-thankyou-list li {
    font-size: 17px;
  }

  .brandawi-thankyou-actions {
    gap: 12px !important;
  }

  .brandawi-thankyou-actions .sc_button,
  .brandawi-whatsapp-btn {
    width: 100%;
    min-width: unset;
  }

  .brandawi-thankyou-social a {
    width: 48px !important;
    height: 48px !important;
  }
}