form.form-reg .form-error{
  font-family: Arial, sans-serif;
  text-align: center;
  color: #2d3436;
}

form.form-reg .form-input__example{
  display: none;
  font-family: Arial, sans-serif;
  text-align: center;
  color:#636e72;
  font-size: 16px;
  margin-top: 20px;
}

form.form-reg .iti{
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}

form.form-reg .iti .phone-international{
  padding-left: 50px;
}
.iti{
  color: #000;
}
.iti.iti--container{
  z-index: 999999;
}
.iti__selected-dial-code{
  color: #fff !important;
}
@keyframes scale {
  from {
    transform: scale(1);
  } 
  to {
    transform: scale(1.04);
  }
}

.flick-bttn {
  animation: 1s infinite scale alternate;
}

.thanks-page {
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(66, 255, 19, 0.12), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(0, 71, 255, 0.24), transparent 28%),
    linear-gradient(180deg, #071126 0%, #04070d 100%);
}

.thanks-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 56px 0;
  position: relative;
}

.thanks-hero::before,
.thanks-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(20px);
}

.thanks-hero::before {
  width: 360px;
  height: 360px;
  top: 40px;
  left: -120px;
  background: rgba(66, 255, 19, 0.08);
}

.thanks-hero::after {
  width: 420px;
  height: 420px;
  right: -140px;
  bottom: 20px;
  background: rgba(0, 71, 255, 0.12);
}

.thanks-hero .container {
  position: relative;
  z-index: 1;
}

.thanks-logo {
  margin-bottom: 28px;
  text-align: center;
}

.thanks-logo img {
  width: 100%;
  max-width: 320px;
}

.thanks-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 52px 48px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.96) 0%, rgba(8, 8, 8, 0.94) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  text-align: center;
}

.thanks-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #f3f3f3;
  font-family: Gilroy600, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thanks-card h1 {
  margin-top: 24px;
  color: #fff;
  font-family: Gilroy800, sans-serif;
  font-size: 64px;
  line-height: 1;
}

.thanks-lead {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Gilroy400, sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.thanks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.thanks-item {
  padding: 28px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  text-align: left;
}

.thanks-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-family: Gilroy800, sans-serif;
  font-size: 22px;
}

.thanks-item p {
  margin-top: 18px;
  color: #fff;
  font-family: Gilroy500, sans-serif;
  font-size: 18px;
  line-height: 1.45;
}

.thanks-actions {
  margin-top: 36px;
}

.thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 0;
}

.thanks-btn span,
.thanks-btn {
  font-family: Gilroy700, sans-serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.thanks-btn:hover {
  color: #011A41;
}

.thanks-footer {
  margin-top: 26px;
  text-align: center;
}

.thanks-footer p,
.thanks-footer a {
  color: rgba(255, 255, 255, 0.72);
  font-family: Gilroy500, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.thanks-footer span {
  color: #fff;
}

@media (max-width: 900px) {
  .thanks-hero {
    padding: 40px 0;
  }

  .thanks-card {
    padding: 40px 24px;
    border-radius: 28px;
  }

  .thanks-card h1 {
    font-size: 48px;
  }

  .thanks-lead {
    font-size: 18px;
  }

  .thanks-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .thanks-logo img {
    max-width: 240px;
  }

  .thanks-card h1 {
    font-size: 38px;
  }

  .thanks-lead {
    font-size: 16px;
  }

  .thanks-item p {
    font-size: 16px;
  }

  .thanks-btn {
    min-width: 100%;
  }
}
