/**
 * Contact Form 7 – “Termin” layout (.c-termin-form in CF7 HTML).
 * White card, 1290px max width, green #074641 (matches site buttons).
 * Loaded from theme; remove duplicate rules from Customizer → Additional CSS if any.
 */

.c-termin-form {
  max-width: 1290px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.75rem 1.75rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(15, 31, 61, 0.06);
}

.c-termin-form__kicker {
  margin: 0 0 0.5rem;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #074641;
}

.c-termin-form__title {
  margin: 0 0 1.75rem;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  color: #0f1f3d;
}

.c-termin-form__field {
  margin-bottom: 1.25rem;
}

/* CF7 templates often put <br> after each label */
.c-termin-form .c-termin-form__label + br,
.c-termin-form__field label + br {
  display: none;
}

.c-termin-form__label {
  display: block;
  margin-bottom: 0.2rem;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4c5f72;
}

.c-termin-form__input,
.c-termin-form__textarea,
.c-termin-form__select {
  width: 100% !important;
  box-sizing: border-box;
  padding: 0.85rem 1rem !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: 0.95rem !important;
  color: #0f1f3d !important;
  background: #fff !important;
  border: 1px solid #d1d5db !important;
  border-radius: 0.5rem !important;
  height: auto !important;
  margin-bottom: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.c-termin-form__textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.c-termin-form__input:focus,
.c-termin-form__textarea:focus,
.c-termin-form__select:focus {
  outline: none !important;
  border-color: #074641 !important;
  box-shadow: 0 0 0 3px rgba(7, 70, 65, 0.18);
}

.c-termin-form__submit-wrap {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}

.c-termin-form__submit {
  width: 100% !important;
  padding: 1rem 1.25rem !important;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: #074641 !important;
  border: 1px solid #074641 !important;
  border-radius: 0.5rem !important;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.c-termin-form__submit:hover {
  background: #053530 !important;
  border-color: #053530 !important;
}

.c-termin-form__privacy {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #4c5f72;
  text-align: center;
}

.c-termin-form .wpcf7-response-output {
  margin: 1rem 0 0;
  border-radius: 0.375rem;
}
