/* INQA-Coaching Lead-Site — Farbwelt angelehnt an inqa.de / INQA-Brand */
:root {
  --navy: #00004A;
  --navy-light: #1B1B6E;
  --red: #007A9C;
  --red-dark: #006483;
  --pink: #4DC8E8;
  --rose: #E0F4FA;
  --blue: #2929D1;
  --grey-bg: #F4F5F8;
  --grey-line: #E2E4EB;
  --text: #1A1A2E;
  --text-muted: #5A5C72;
  --white: #FFFFFF;
  --radius: 10px;
  --shadow: 0 8px 30px rgba(0, 0, 74, 0.10);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { font-family: var(--font); color: var(--text); line-height: 1.6; background: var(--white); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 820px; }

h1, h2, h3, h4 { color: var(--navy); line-height: 1.2; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); margin-bottom: 1rem; }
h3 { font-size: 1.15rem; margin-bottom: 0.5rem; }

.section { padding: 88px 0; }
.section-kicker {
  color: var(--red); font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; font-size: 0.85rem; margin-bottom: 0.6rem;
}
.section-intro { font-size: 1.12rem; color: var(--text-muted); max-width: 760px; margin-bottom: 2.5rem; }

/* Buttons */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: 999px;
  font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; transition: all 0.18s ease; font-family: inherit;
}
.btn-primary { background: var(--red); color: var(--white); }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-1px); }
.btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.btn-secondary:hover { background: rgba(255,255,255,0.12); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100; background: var(--white);
  border-bottom: 1px solid var(--grey-line); box-shadow: 0 2px 12px rgba(0,0,74,0.06);
}
.header-inner { display: flex; align-items: center; gap: 32px; height: 80px; }
.brand-logo { height: 36px; width: auto; }
.main-nav { display: flex; gap: 24px; margin-left: auto; }
.header-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.header-bmas { height: 52px; width: auto; flex-shrink: 0; }
.main-nav a {
  color: var(--navy); text-decoration: none; font-weight: 600; font-size: 0.95rem;
  padding: 6px 2px; border-bottom: 2px solid transparent;
}
.main-nav a:hover { border-bottom-color: var(--red); }
.btn-header { padding: 10px 20px; font-size: 0.9rem; white-space: nowrap; }

/* Hero */
.hero { background: var(--navy); color: var(--white); padding: 120px 0 104px; }
.hero-copy { max-width: 860px; }
.hero h1 { color: var(--white); font-size: clamp(2.4rem, 5.5vw, 4rem); margin-bottom: 1.6rem; }
.hero-sub { font-size: 1.3rem; color: #D6D7EE; margin-bottom: 2.6rem; max-width: 720px; }
.hero-sub strong { color: var(--white); }

/* Projektthemen */
.themen-block { margin-bottom: 3rem; }
.themen-block h3 { font-size: 1.4rem; margin-bottom: 1.2rem; }
.themen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.thema {
  background: var(--grey-bg); border-radius: var(--radius); padding: 20px 22px;
  font-weight: 600; color: var(--navy); font-size: 0.95rem; line-height: 1.45;
  display: flex; align-items: center; gap: 14px;
}
.thema-icon { width: 28px; height: 28px; color: var(--red); flex-shrink: 0; }

/* Rechenbeispiel */
.rechen-banner { background: var(--navy); color: var(--white); border-radius: var(--radius); padding: 48px 56px; }
.rechen-banner h3 { color: var(--white); margin-bottom: 2rem; font-size: 1.4rem; }
.rechen-grid { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.rechen-item { flex: 1; min-width: 130px; text-align: center; }
.rechen-zahl { display: block; font-size: 2.6rem; font-weight: 800; line-height: 1.15; }
.rechen-zuschuss { color: var(--pink); }
.rechen-label { font-size: 0.85rem; color: #D6D7EE; }
.rechen-op { font-size: 2rem; font-weight: 300; color: #D6D7EE; }
.rechen-footer {
  margin-top: 2.2rem; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.rechen-hinweis { font-size: 0.82rem; color: #A9ABD4; }

/* Navy sections */
.section-navy { background: var(--navy); color: var(--white); }
.section-navy h2 { color: var(--white); }
.section-navy .section-kicker { color: var(--pink); }
.section-navy .section-intro { color: #D6D7EE; }

/* Förder-Check */
.check-box {
  background: var(--white); color: var(--text); border-radius: var(--radius);
  padding: 44px 48px; max-width: 720px; box-shadow: var(--shadow);
}
.check-list { list-style: none; display: grid; gap: 6px; }
.check-item {
  display: flex; gap: 16px; align-items: flex-start; cursor: pointer;
  padding: 14px 16px; border-radius: 8px; border: 1.5px solid var(--grey-line); transition: all 0.15s ease;
}
.check-item:hover { border-color: var(--navy); background: var(--grey-bg); }
.check-item:has(.check-input:checked) { border-color: var(--red); background: var(--rose); }
.check-input { width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; accent-color: var(--red); cursor: pointer; }
.check-text strong { display: block; color: var(--navy); font-size: 1.02rem; }
.check-text small { color: var(--text-muted); font-size: 0.85rem; }
.check-note { margin-top: 1.4rem; color: var(--text-muted); font-size: 0.92rem; }
.check-note a { color: var(--red); font-weight: 600; }

/* Erfolgs-Popup */
.check-modal {
  position: fixed; inset: 0; z-index: 200; background: rgba(0, 0, 74, 0.65);
  display: flex; align-items: center; justify-content: center; padding: 24px;
}
.check-modal[hidden] { display: none; }
.check-modal-card {
  background: var(--white); border-radius: var(--radius); padding: 44px 48px;
  max-width: 520px; text-align: center; position: relative; box-shadow: 0 24px 80px rgba(0,0,0,0.35);
  animation: modal-in 0.25s ease;
}
@keyframes modal-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.check-modal-close {
  position: absolute; top: 12px; right: 18px; background: none; border: none;
  font-size: 2rem; color: var(--text-muted); cursor: pointer; line-height: 1;
}
.check-modal-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; background: var(--red); color: var(--white);
  font-size: 2rem; font-weight: 800; margin-bottom: 1.2rem;
}
.check-modal-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; }
.check-modal-card p { color: var(--text-muted); margin-bottom: 1rem; }
.check-modal-card p strong { color: var(--navy); }
.check-modal-card .btn { margin-top: 0.6rem; }

/* Ablauf-Timeline */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 1rem; }
.tl-card {
  background: var(--grey-bg); border-radius: var(--radius); padding: 32px 20px 28px;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px;
  position: relative;
}
.tl-step {
  position: absolute; top: 14px; left: 14px;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--red); color: var(--white);
  font-size: 0.82rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.tl-icon { width: 36px; height: 36px; color: var(--navy); margin-bottom: 8px; display: block; }
.tl-card-title { font-weight: 700; color: var(--navy); font-size: 1.05rem; }
.tl-card-sub { color: var(--text-muted); font-size: 0.88rem; }

/* Coach */
.section-grey { background: var(--grey-bg); }
.coach-grid { display: grid; grid-template-columns: 320px 1fr; gap: 56px; align-items: start; }
.coach-photo { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.coach-id { font-size: 0.9rem; color: var(--navy); opacity: 0.6; margin: -0.4rem 0 1.2rem; letter-spacing: 0.02em; }
.coach-points { list-style: none; margin: 1.4rem 0 2rem; display: grid; gap: 12px; }
.coach-points li { padding-left: 30px; position: relative; }
.coach-points li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--red); font-weight: 800; font-size: 1.1rem; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--grey-line); }
.faq-item summary {
  cursor: pointer; padding: 20px 36px 20px 0; font-weight: 700; color: var(--navy);
  font-size: 1.05rem; list-style: none; position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  color: var(--red); font-size: 1.6rem; font-weight: 400; transition: transform 0.18s ease;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { padding: 0 0 20px; color: var(--text-muted); }
.faq-item a { color: var(--red); }

/* Formular */
.lead-form {
  background: var(--white); color: var(--text); border-radius: var(--radius);
  padding: 44px 48px; box-shadow: var(--shadow);
}
/* Calendly CTA + Divider */
.calendly-cta { text-align: center; margin: 0 0 28px; }
.btn-lg { font-size: 1.15rem; padding: 18px 36px; display: inline-flex; align-items: center; gap: 10px; }
.btn-icon { width: 20px; height: 20px; flex-shrink: 0; }
.calendly-sub { margin-top: 10px; font-size: 0.88rem; color: rgba(255,255,255,0.65); }
.kontakt-divider { text-align: center; margin: 0 0 28px; position: relative; }
.kontakt-divider::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.2); }
.kontakt-divider span { position: relative; background: var(--navy); padding: 0 16px; font-size: 0.88rem; color: rgba(255,255,255,0.5); }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { margin-bottom: 20px; }
.form-field label { display: block; font-weight: 600; color: var(--navy); font-size: 0.92rem; margin-bottom: 6px; }
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"],
.form-field select, .form-field textarea {
  width: 100%; padding: 12px 14px; border: 1.5px solid var(--grey-line); border-radius: 8px;
  font-family: inherit; font-size: 1rem; color: var(--text); background: var(--white);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--blue);
}
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-consent label { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; color: var(--text-muted); font-size: 0.88rem; }
.form-consent input { margin-top: 4px; flex-shrink: 0; }
.form-consent a { color: var(--red); }
.btn-submit { width: 100%; font-size: 1.1rem; padding: 16px; }
.form-status { margin-top: 14px; font-weight: 600; text-align: center; min-height: 1.5em; }
.form-status.ok { color: #0A7D4F; }
.form-status.error { color: #C0003C; }

/* Footer */
.site-footer { background: var(--grey-bg); border-top: 1px solid var(--grey-line); padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.footer-name { font-weight: 700; color: var(--navy); font-size: 1rem; margin-bottom: 4px; }
.footer-col p { color: var(--text-muted); font-size: 0.92rem; }
.footer-links {
  list-style: none; margin-top: 16px;
  display: grid; grid-template-columns: auto auto; gap: 8px 32px; justify-content: start;
}
.footer-links a { color: var(--text-muted); text-decoration: none; font-size: 0.92rem; }
.footer-links a:hover { color: var(--red); }
.footer-foerder { display: flex; justify-content: flex-end; }
.foerderlogo-footer { height: 140px; width: auto; }

/* Responsive */
@media (max-width: 920px) {
  .coach-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .main-nav { display: none; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .themen-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .check-box, .lead-form, .check-modal-card { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-foerder { justify-content: flex-start; }
  .foerderlogo-footer { height: 110px; }
  .hero { padding: 72px 0 60px; }
  .rechen-banner { padding: 28px 24px; }
  .rechen-grid { gap: 16px; }
  .themen-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
}
