/* Matches html/thank-you.html */
body.thank-you-body,
body.thank-you-body main#inner {
  background: #f5f7f9;
}

.thank-you-content {
  background: #f5f7f9;
}

.thank-you-content .thank-card {
  background: #fff;
  border-radius: 20px;
  padding: 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.thank-you-content .btn-home {
  background: #f58220;
  color: #fff;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 500;
}

.thank-you-content .btn-home:hover {
  background: #dd7418;
  color: #fff;
}

.thank-you-content .thank-badge {
  display: inline-block;
  background: #fff3e9;
  color: #f68724;
  padding: 10px 18px;
  border-radius: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.thank-you-content .thank-badge i {
  margin-right: 8px;
}

.thank-you-content .thank-card h2 {
  color: #51636d;
  font-size: 40px;
  font-weight: 700;
}

.thank-you-content .thank-card h3 {
  color: #51636d;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}

.thank-you-content .thank-card h5 {
  color: #666;
  margin-bottom: 5px;
}

.thank-you-content .lead-text {
  font-size: 22px;
  font-weight: 600;
}

.thank-you-content .step-box {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  height: 100%;
  transition: 0.3s;
}

.thank-you-content .step-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.thank-you-content .step-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff3e9;
  color: #f68724;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.thank-you-content .step-box h6 {
  color: #51636d;
  font-weight: 700;
}

.thank-you-content .benefit-box {
  background: #f8fafc;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 17px;
  font-weight: 500;
}

.thank-you-content .benefit-box i {
  color: #f68724;
  margin-right: 10px;
}

.thank-you-content .contact-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 25px;
}

.thank-you-content .contact-box > div {
  flex: 1;
  min-width: 260px;
  background: #f8fafc;
  border-radius: 16px;
  padding: 20px;
}

.thank-you-content .contact-box i {
  color: #f68724;
  font-size: 22px;
  margin-right: 10px;
}

.thank-you-content .contact-box strong {
  display: block;
  margin-top: 10px;
  color: #51636d;
}

.thank-you-content .contact-box span {
  color: #666;
}

.thank-you-content .thank-footer {
  margin-top: 50px;
  text-align: center;
}

.thank-you-content hr {
  margin: 45px 0;
}

@media (max-width: 767px) {
  .thank-you-content .thank-card {
    padding: 25px;
  }

  .thank-you-content .thank-card h2 {
    font-size: 30px;
  }

  .thank-you-content .thank-card h3 {
    font-size: 24px;
  }

  .thank-you-content .lead-text {
    font-size: 18px;
  }
}
