/* =============================================================================
   page-kontakt.css  —  Premium-Kontaktseite (.pds-gescoped)
   Tokens aus projecta-system.css (mit Fallbacks). Das bestehende Stufen-Formular
   bleibt funktional — hier nur Rahmen/Optik.
   ============================================================================= */

/* ===== HERO ===== */
body.pds .k-hero {
  padding: 150px 0 50px;
  background: linear-gradient(180deg, var(--mint-3, #eef6e6) 0%, #ffffff 100%);
  text-align: center;
}
body.pds .k-hero-inner { max-width: 820px; margin: 0 auto; padding: 0 24px; }
body.pds .k-hero-title {
  font-size: clamp(38px, 5.5vw, 68px); line-height: 1.04; letter-spacing: -.03em;
  font-weight: 800; color: var(--ink, #15271b); margin: 16px 0 0;
}
body.pds .k-hero-title em { font-style: normal; color: var(--green-ink, #3a6212); }
body.pds .k-hero-sub {
  font-size: clamp(16px, 2vw, 20px); color: var(--muted-2, #5a6b5e);
  max-width: 620px; margin: 20px auto 0; line-height: 1.55;
}

/* ===== MAIN: Info + Formular ===== */
body.pds .k-main { padding: 8px 0 64px; }
body.pds .k-grid {
  max-width: var(--maxw, 1280px); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 380px 1fr; gap: 32px; align-items: start;
}

/* Info-Spalte */
body.pds .k-info-title { font-size: 20px; font-weight: 700; color: var(--ink, #15271b); margin: 0 0 16px; }
body.pds .k-card {
  display: flex; gap: 16px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line, #e3ece0); border-radius: 18px;
  padding: 18px 20px; margin-bottom: 14px; text-decoration: none;
  transition: transform .3s var(--ease, cubic-bezier(.22,1,.36,1)), box-shadow .3s, border-color .3s;
}
body.pds a.k-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card, 0 18px 40px -26px rgba(40,90,30,.32)); border-color: #cfe0c2; }
body.pds .k-card-ico {
  flex: 0 0 auto; width: 46px; height: 46px; border-radius: 13px;
  display: flex; align-items: center; justify-content: center;
  background: var(--mint-3, #eef6e6); color: var(--green-deep, #5a9023);
}
body.pds .k-card-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
body.pds .k-card-label { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted-2, #5a6b5e); }
body.pds .k-card-value { font-size: 17px; font-weight: 700; color: var(--ink, #15271b); font-style: normal; line-height: 1.35; word-break: break-word; }
body.pds .k-card-note { font-size: 13px; color: var(--muted-2, #5a6b5e); margin-top: 2px; }
body.pds .k-card-route { font-size: 14px; font-weight: 600; color: var(--green-ink, #3a6212); margin-top: 6px; text-decoration: none; }
body.pds .k-card-route:hover { text-decoration: underline; }

/* Formular-Spalte */
body.pds .k-form-title { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -.02em; color: var(--ink, #15271b); margin: 0; }
body.pds .k-form-sub { font-size: 16px; color: var(--muted-2, #5a6b5e); margin: 8px 0 22px; line-height: 1.5; }
body.pds .k-form-box {
  background: #fff; border: 1px solid var(--line, #e3ece0); border-radius: var(--r, 24px);
  padding: 28px; box-shadow: var(--shadow-card, 0 24px 60px -34px rgba(40,90,30,.30));
}

/* ===== FAQ ===== */
body.pds .k-faq { padding: 8px 0 80px; }
body.pds .k-faq .wrap { max-width: 880px; margin: 0 auto; padding: 0 24px; }
body.pds .k-faq-head { margin-bottom: 26px; }
body.pds .k-faq-item { border: 1px solid var(--line, #e3ece0); border-radius: 16px; background: #fff; margin-bottom: 12px; overflow: hidden; }
body.pds .k-faq-q {
  width: 100%; display: flex; align-items: center; gap: 16px;
  padding: 20px 22px; background: none; border: 0; cursor: pointer; text-align: left;
}
body.pds .k-faq-num { font-size: 13px; font-weight: 800; color: var(--green-ink, #3a6212); flex: 0 0 auto; }
body.pds .k-faq-text { flex: 1; font-size: 17px; font-weight: 600; color: var(--ink, #15271b); }
body.pds .k-faq-ico { flex: 0 0 auto; color: var(--green-deep, #5a9023); transition: transform .3s var(--ease, cubic-bezier(.22,1,.36,1)); }
body.pds .k-faq-item.open .k-faq-ico { transform: rotate(45deg); }
body.pds .k-faq-a { max-height: 0; overflow: hidden; transition: max-height .38s var(--ease, cubic-bezier(.22,1,.36,1)); }
body.pds .k-faq-item.open .k-faq-a { max-height: 600px; }
body.pds .k-faq-a-inner { padding: 0 22px 22px 52px; color: var(--muted-2, #5a6b5e); line-height: 1.6; }
body.pds .k-faq-a-inner p { margin: 0 0 10px; }

@media (max-width: 860px) {
  body.pds .k-grid { grid-template-columns: 1fr; gap: 26px; }
  body.pds .k-hero { padding: 118px 0 36px; }
  body.pds .k-form-box { padding: 20px; }
  body.pds .k-faq-a-inner { padding-left: 22px; }
}
