/* ===================================================
   BABA-CHECK — Stylesheet
   Exakt im Stil von oemerkaya.business
   Schrift: Cormorant Garamond
   Farbpalette:
     Hintergrund:   #080808
     Text hell:     #f5f0e8
     Text gedimmt:  #f5f0e8c7
     Gold/Akzent:   #c9a84c
     Gold dunkel:   #81684a
     Karte:         #2c221b
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #080808;
  color: #f5f0e8;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ---- HEADER ---- */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem clamp(1rem, 4vw, 4.5rem);
  background: linear-gradient(#080808c7, #0808082e);
  border-bottom: 1px solid #81684a2e;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.brand-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  text-decoration: none;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 28px #c9a84c2e);
  mix-blend-mode: screen;
}

.header-back-link {
  color: #f5f0e8c2;
  text-decoration: none;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  transition: color 0.28s;
}

.header-back-link:hover {
  color: #c9a84c;
}

/* ---- MAIN WRAPPER ---- */
.check-wrapper {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(7rem, 14vw, 10rem) clamp(1.25rem, 6vw, 3.5rem) clamp(5rem, 10vw, 8rem);
}

/* ---- KOPFBEREICH ---- */
.check-kicker {
  color: #81684a;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  margin-bottom: 1rem;
}

.check-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: #f5f0e8;
  margin-bottom: 1rem;
}

.check-subtitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: #c9a84c;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
  font-style: italic;
}

.gold-rule {
  background: linear-gradient(90deg, transparent, #c9a84c, transparent);
  width: min(18rem, 42vw);
  height: 1px;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
}

/* GEÄNDERT: Einleitungstext DEUTLICH größer, kräftiger */
.check-intro {
  color: #f5f0e8c7;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.7;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  font-style: italic;
  font-weight: 500;
}

/* ---- ABSCHNITT-TITEL ---- */
.section-label {
  color: #81684a;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.5rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

/* GEÄNDERT: Block-Überschriften etwas größer */
.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: -0.03em;
  color: #f5f0e8;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.05;
}

/* ---- FRAGEN ---- */
.question-block {
  margin-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

.question-block:first-child {
  margin-top: 0;
}

.question-text {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 600;
  color: #f5f0e8;
  line-height: 1.35;
  margin-bottom: 1.2rem;
  letter-spacing: 0.01em;
}

/* ---- RADIO-OPTIONEN ---- */
.options-list {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.option-label {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  cursor: pointer;
  padding: 0.9rem 1.1rem;
  border: 1px solid #81684a3a;
  background: #2c221b30;
  transition: border-color 0.28s, background-color 0.28s;
  line-height: 1.45;
}

.option-label:hover {
  border-color: #c9a84c6a;
  background: #2c221b70;
}

.option-label input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 1.1rem;
  height: 1.1rem;
  min-width: 1.1rem;
  border: 1px solid #81684a;
  border-radius: 50%;
  margin-top: 0.18rem;
  background: transparent;
  transition: border-color 0.28s, background-color 0.28s;
  cursor: pointer;
  position: relative;
}

.option-label input[type="radio"]:checked {
  border-color: #c9a84c;
  background: #c9a84c;
  box-shadow: inset 0 0 0 3px #080808;
}

.option-label:has(input:checked) {
  border-color: #c9a84c6a;
  background: #2c221b85;
}

.option-text {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #f5f0e8c7;
  line-height: 1.5;
}

/* ---- TEXTFELDER ---- */
.textarea-block {
  margin-bottom: clamp(2.2rem, 5vw, 3.8rem);
}

.textarea-label-text {
  display: block;
  color: #f5f0e8c7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin-bottom: 0.65rem;
}

.check-textarea {
  width: 100%;
  font: inherit;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #f5f0e8;
  background: #2c221b85;
  border: 1px solid #81684a5c;
  outline: none;
  padding: 1rem 1.05rem;
  resize: vertical;
  min-height: 120px;
  transition: border-color 0.28s, background-color 0.28s;
  line-height: 1.65;
}

.check-textarea:focus {
  background: #2c221bc2;
  border-color: #c9a84cc7;
}

/* ---- KONTAKTFELDER ---- */
.contact-fields {
  display: grid;
  gap: 1.15rem;
  margin-top: clamp(2rem, 5vw, 3.5rem);
}

.contact-label {
  display: grid;
  gap: 0.55rem;
}

.contact-label span {
  color: #f5f0e8c7;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.check-input {
  width: 100%;
  font: inherit;
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  color: #f5f0e8;
  background: #2c221b85;
  border: 1px solid #81684a5c;
  outline: none;
  padding: 1rem 1.05rem;
  transition: border-color 0.28s, background-color 0.28s;
}

.check-input:focus {
  background: #2c221bc2;
  border-color: #c9a84cc7;
}

/* ---- DSGVO ---- */
.privacy-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.privacy-check input[type="checkbox"] {
  accent-color: #c9a84c;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
  cursor: pointer;
}

.privacy-check span {
  color: #f5f0e8b8;
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  line-height: 1.55;
}

.privacy-check a {
  color: #c9a84c;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.28s;
}

.privacy-check a:hover {
  color: #f5f0e8;
}

/* ---- ABSENDEN-BUTTON ---- */
.submit-row {
  margin-top: clamp(1.8rem, 4vw, 3rem);
}

.check-submit-btn {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  color: #f5f0e8;
  letter-spacing: 0.09em;
  background: transparent;
  border: 1px solid #c9a84cbd;
  padding: 0.95rem 2.8rem;
  cursor: pointer;
  transition: background-color 0.28s, color 0.28s, border-color 0.28s;
  text-transform: uppercase;
}

.check-submit-btn:hover:not(:disabled) {
  color: #080808;
  background: #c9a84c;
  border-color: #c9a84c;
}

.check-submit-btn:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

/* ---- VALIDIERUNGSFEHLER ---- */
.field-error {
  color: #e07070;
  font-size: 0.85rem;
  margin-top: 0.35rem;
  display: none;
}

.field-error.visible {
  display: block;
}

.required-note {
  color: #f5f0e8b8;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

/* ---- BESTÄTIGUNG ---- */
.check-confirmation {
  display: none;
  color: #f5f0e8;
  background: #0808089e;
  border: 1px solid #c9a84c3d;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-style: italic;
  line-height: 1.5;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.check-confirmation.visible {
  display: block;
}

.confirmation-signature {
  display: block;
  margin-top: 1.2rem;
  font-style: normal;
  font-weight: 600;
  color: #c9a84c;
  font-size: 0.9em;
  letter-spacing: 0.06em;
}

/* ---- FOOTER ---- */
.site-footer {
  background: #080808;
  border-top: 1px solid #81684a40;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto auto;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 3rem);
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.25rem, 7vw, 8rem);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-brand-name {
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  color: #f5f0e8b8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
}

.footer-links a {
  color: #f5f0e8b8;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.28s;
}

.footer-links a:hover {
  color: #c9a84c;
}

/* ---- TRENNLINIE ZWISCHEN ABSCHNITTEN ---- */
.section-divider {
  border: none;
  border-top: 1px solid #81684a2e;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
  .site-footer {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .check-submit-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .option-label {
    padding: 0.8rem 0.9rem;
  }
}
