/* Services Now, Pay Later page – extends contact styling */
.pay-later-page .contact-section {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pay-later-page .contact-form {
  display: grid;
  gap: 1rem;
}

.pay-later-page .contact-form .form-row--honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.terms-box {
  background: rgba(8, 8, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 1.25rem;
  max-height: 280px;
  overflow-y: auto;
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #c7c8d9;
}

.terms-box h4 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #e8e8f0;
}

.terms-box p {
  margin: 0 0 0.75rem;
}

.terms-box p:last-child {
  margin-bottom: 0;
}

.terms-box a[href="#terms"] {
  color: #4cf2ff;
  text-decoration: none;
}

.terms-box a[href="#terms"]:hover {
  text-decoration: underline;
}

.contact-form .checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}

.contact-form .checkbox-label input[type="checkbox"] {
  width: auto;
  min-width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-form .field-error {
  font-size: 0.85rem;
  color: #ff7b7b;
  margin-top: 0.25rem;
}

.contact-form input.invalid,
.contact-form select.invalid,
.contact-form textarea.invalid {
  border-color: rgba(255, 123, 123, 0.6);
}
