.testimonials-section {
  width: 100%;
}

.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 0;
  text-align: center;
}

.form-success i {
  font-size: 2.5rem;
  color: var(--orange);
}

.form-success p {
  font-size: 1rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  margin: 0;
}

.testimonials-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 7rem 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.testimonials-label {
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--orange);
}



.testimonials-title {
  font-size: var(--fs-display-lg);
  line-height: var(--lh-display-lg);
  letter-spacing: var(--ls-display-lg);
  color: var(--white);
  margin: 0 0 3.5rem;
  text-align: center;
}

.quote-featured {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3rem;
}

.quote-featured .quote-mark {
  font-size: 7rem;
}

.quote-featured .quote-text {
  font-size: 1.2rem;
}

.quote-featured-sep {
  width: 100%;
  height: 0.0625rem;
  background: rgba(252, 163, 17, 0.2);
  margin-bottom: 3rem;
}

.quotes-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 3.5rem;
}

.quote-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}

.quote-item:nth-child(n+3) {
  border-bottom: none;
}

.quote-mark {
  font-family: var(--font-heading);
  font-size: 5rem;
  line-height: 1;
  color: var(--orange);
  opacity: 0.7;
  margin-bottom: -0.5rem;
}

.quote-text {
  font-size: 1rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  line-height: 1.9;
  font-style: italic;
}

.quote-author {
  font-size: 1.1rem;
  font-weight: var(--fw-semibold);
  color: var(--orange);
  letter-spacing: 0.06em;
}

.quote-tag {
  font-size: 0.75rem;
  font-weight: var(--fw-regular);
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.04em;
}

.referral-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3rem;
}

.referral-divider {
  width: 100%;
  height: 0.0625rem;
  background: rgba(252, 163, 17, 0.2);
  margin-bottom: 1rem;
}

.referral-title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  color: var(--white);
  margin: 0;
}

.referral-text {
  font-size: 1rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  line-height: 1.85;
}

.referral-perks {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  padding-left: 0.25rem;
}

.referral-perk {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.referral-perk i {
  color: var(--orange);
  font-size: 0.9rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.referral-perk span {
  font-size: 1rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  line-height: 1.75;
}

.referral-perk strong {
  color: var(--orange);
  font-weight: var(--fw-semibold);
}

.referral-closing {
  font-size: 1rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  line-height: 1.75;
}

.referral-closing strong {
  color: var(--orange);
  font-weight: var(--fw-semibold);
}

.survey-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 3rem;
}

.survey-title {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  color: var(--white);
  margin: 0;
}

.survey-required-note {
  font-size: 0.875rem;
  font-weight: var(--fw-light);
  color: rgba(255, 255, 255, 0.4);
}

.required-star {
  color: var(--orange);
  font-size: 1.15rem;
  font-weight: var(--fw-bold);
}

.survey-form {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 0.5rem;
}

.survey-question {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.survey-question-label {
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  color: var(--white);
  line-height: 1.5;
}

.survey-options {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.survey-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.975rem;
  font-weight: var(--fw-light);
  color: var(--alabaster-grey);
  cursor: pointer;
  line-height: 1.5;
}

.survey-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-custom {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 0.0625rem solid rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}

.radio-custom::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--orange);
  opacity: 0;
  transition: opacity 0.2s;
}

.survey-option input[type="radio"]:checked + .radio-custom {
  border-color: var(--orange);
}

.survey-option input[type="radio"]:checked + .radio-custom::after {
  opacity: 1;
}

.survey-option:hover .radio-custom {
  border-color: rgba(252, 163, 17, 0.6);
}

.survey-textarea {
  width: 100%;
  min-height: 7rem;
  background: transparent;
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 0;
  font-family: var(--font-body);
  font-size: 0.975rem;
  font-weight: var(--fw-light);
  color: var(--white);
  resize: none;
  outline: none;
  transition: border-color 0.2s;
}

.survey-textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.survey-textarea:focus {
  border-bottom-color: var(--orange);
}

.survey-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  align-self: flex-start;
  background: var(--orange);
  color: var(--black);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  padding: 0.875rem 2.25rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.survey-submit:hover {
  background: #e8940f;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .testimonials-container {
    padding: 6rem 3.5rem;
  }
}

@media (max-width: 912px) {
  .testimonials-title {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
    letter-spacing: var(--ls-h1);
  }

  .referral-title,
  .survey-title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
    letter-spacing: var(--ls-h3);
  }
}

@media (max-width: 900px) {
  .testimonials-container {
    padding: 5.5rem 3rem;
  }
}

@media (max-width: 768px) {
  .testimonials-container {
    padding: 5rem 2.5rem;
  }

  .quotes-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .quote-item:nth-child(n+3) {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
  }

  .quote-item:last-child {
    border-bottom: none;
  }

  .quote-featured .quote-mark {
    font-size: 5rem;
  }

  .quote-featured .quote-text {
    font-size: 1.05rem;
  }

  .survey-submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .testimonials-container {
    padding: 4rem 1.75rem;
  }

  .testimonials-label {
    font-size: 0.875rem;
  }

  .testimonials-title {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
    letter-spacing: var(--ls-h2);
    margin-bottom: 2.5rem;
  }

  .quote-featured .quote-mark {
    font-size: 4rem;
  }

  .quote-featured .quote-text {
    font-size: 0.975rem;
  }

  .quote-mark {
    font-size: 3.5rem;
  }

  .quote-text {
    font-size: 0.95rem;
  }

  .quote-author {
    font-size: 0.975rem;
  }

  .quote-tag {
    font-size: 0.7rem;
  }

  .referral-title,
  .survey-title {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    letter-spacing: var(--ls-h4);
  }

  .referral-text,
  .referral-perk span,
  .referral-closing {
    font-size: 0.95rem;
  }

  .survey-question-label {
    font-size: 0.95rem;
  }

  .survey-option {
    font-size: 0.9rem;
  }

  .survey-required-note {
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  .testimonials-container {
    padding: 3.5rem 1.25rem;
  }

  .testimonials-title {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
    letter-spacing: var(--ls-h3);
  }

  .quote-featured .quote-mark {
    font-size: 3.5rem;
  }

  .quote-mark {
    font-size: 3rem;
  }

  .quote-text,
  .quote-featured .quote-text {
    font-size: 0.9rem;
  }

  .quote-author {
    font-size: 0.9rem;
  }

  .referral-title,
  .survey-title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
    letter-spacing: var(--ls-h5);
  }

  .referral-text,
  .referral-perk span,
  .referral-closing,
  .survey-question-label,
  .survey-option {
    font-size: 0.875rem;
  }
}

@media (max-width: 320px) {
  .testimonials-container {
    padding: 3rem 1rem;
  }

  .testimonials-title {
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    letter-spacing: var(--ls-h4);
  }

  .quote-featured .quote-text {
    font-size: 0.875rem;
  }

  .quote-text {
    font-size: 0.875rem;
  }

  .quote-author {
    font-size: 0.875rem;
  }

  .referral-title,
  .survey-title {
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
    letter-spacing: var(--ls-h5);
  }

  .referral-text,
  .referral-perk span,
  .survey-question-label,
  .survey-option {
    font-size: 0.8rem;
  }

  .survey-submit {
    font-size: 0.875rem;
    padding: 0.75rem 1.5rem;
  }
}
