/* ===========================================================
   Meister-Funk — Landingpage Styles
   Palette: Dunkelblau (Vertrauen) · Schiefergrau (Technik) ·
            Weiß (Klarheit) · Orange = NUR Call-to-Action
   Schrift: Inter/Roboto via System-Stack (kein Google-CDN → DSGVO-safe)
   Mobile-First, 375px Basis
   =========================================================== */

:root {
  --navy:      #1a365d;   /* Marken-Navy (Gemini Brand-Board) */
  --navy-deep: #122a4d;
  --slate:     #475569;
  --ink:       #14202e;
  --muted:     #5d6b7e;
  --bg:        #ffffff;
  --bg-soft:   #f3f6fa;
  --bg-band:   #0f2540;   /* dunkle Bänder */
  --cta:       #f97316;   /* Signal-Orange — exklusiv für Buttons */
  --cta-dark:  #ea670c;
  --line:      #e3e9f0;
  --ok:        #16a34a;
  --radius:    14px;
  --shadow:    0 8px 30px rgba(15, 37, 64, 0.10);
  --maxw:      1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.narrow { max-width: 720px; }
.center { text-align: center; }

h1, h2, h3, h4 { line-height: 1.2; color: var(--navy); font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.9rem, 6.5vw, 3.1rem); margin: 0 0 16px; }
h2 { font-size: clamp(1.5rem, 5vw, 2.1rem); margin: 0 0 18px; }
h3 { font-size: 1.2rem; margin: 0 0 8px; }
p  { margin: 0 0 16px; }

a { color: var(--navy); }

/* ---------- Buttons (Orange = exklusiv CTA) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; font-weight: 700; font-size: 1.02rem;
  padding: 15px 28px; border-radius: 12px; text-decoration: none;
  border: 2px solid transparent; cursor: pointer; min-height: 52px;
  transition: transform .08s ease, background .15s ease, box-shadow .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--cta); color: #fff; box-shadow: 0 6px 18px rgba(249,115,22,.35); }
.btn--primary:hover { background: var(--cta-dark); }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--navy); }
.btn--text { background: transparent; color: var(--navy); min-height: auto; padding: 12px 6px; }
.btn--text:hover { color: var(--cta-dark); }
.btn--block { width: 100%; }
.btn--sm { padding: 10px 18px; min-height: 44px; font-size: .95rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95); backdrop-filter: saturate(1.4) blur(6px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; height: 64px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.25rem; color: var(--navy); }
.logo__mark { display: inline-flex; color: var(--cta); }
.logo__group { display: flex; flex-direction: column; line-height: 1.05; }
.logo__tag { display: none; font-size: .7rem; font-weight: 600; color: var(--slate); letter-spacing: .01em; margin-top: 1px; }
.logo__accent { color: var(--cta); }
.header-phone { display: none; font-weight: 700; color: var(--navy); text-decoration: none; }
.header-phone:hover { color: var(--cta-dark); }

/* ---------- Hero ---------- */
.hero { background: linear-gradient(180deg, #ffffff 0%, var(--bg-soft) 100%); padding: 48px 0 56px; }
.hero__inner { max-width: 820px; }
.badge {
  display: inline-block; background: #fff4ea; color: var(--cta-dark);
  border: 1px solid #fcd9b6; font-weight: 700; font-size: .85rem;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.hl { color: var(--cta-dark); }
.lead { font-size: clamp(1.05rem, 2.6vw, 1.25rem); color: var(--slate); margin-bottom: 14px; }
.lead--strong { color: var(--navy); font-weight: 700; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }

/* Ehrliche Trust-Zeile (keine Fake-Siegel) */
.trustrow { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); }
.trustrow span { font-size: .9rem; color: var(--slate); font-weight: 600; display: inline-flex; align-items: center; gap: 7px; }

/* ---------- Bands ---------- */
.band { padding: 56px 0; }
.band--alt { background: var(--bg-soft); }
.band--dark { background: var(--bg-band); }
.band--dark h2, .band--dark h3 { color: #fff; }
.band--dark p { color: #c3d0df; }
.muted-lead { color: var(--slate); font-size: 1.08rem; }

/* Schmerz + Lösung */
.solution { display: grid; gap: 14px; margin-top: 24px; }
.solution li { list-style: none; background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--ok); border-radius: 12px; padding: 16px 18px; font-weight: 600; color: var(--ink); box-shadow: var(--shadow); display: flex; gap: 12px; }
.solution li::before { content: "✓"; color: var(--ok); font-weight: 900; }
.pain-list { color: var(--slate); padding-left: 20px; }
.pain-list li { margin-bottom: 8px; }

/* Steps */
.steps { display: grid; gap: 18px; margin-top: 28px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); }
.band--alt .step { background: #fff; }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 800; font-size: 1.1rem; margin-bottom: 14px; }

/* Vergleich */
.compare { display: grid; gap: 16px; margin-top: 26px; }
.compare__col { border-radius: var(--radius); padding: 22px; border: 1px solid var(--line); }
.compare__col h4 { margin: 0 0 12px; font-size: 1.05rem; }
.compare__col ul { margin: 0; padding-left: 20px; color: var(--slate); }
.compare__col li { margin-bottom: 7px; }
.compare__col--no { background: #fff; }
.compare__col--no h4 { color: var(--slate); }
.compare__col--yes { background: #0f2540; border-color: #0f2540; }
.compare__col--yes h4 { color: #fff; }
.compare__col--yes ul { color: #cdd9e7; }

/* Gründer / Gesicht */
.founder { display: grid; gap: 22px; align-items: center; margin-top: 8px; }
.founder__photo { background: #fff; border: 2px dashed #c7d2e0; border-radius: var(--radius); min-height: 220px; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--muted); padding: 20px; font-size: .92rem; }
.founder__photo img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius) - 2px); }
.founder ul { padding-left: 18px; color: var(--slate); }
.founder li { margin-bottom: 6px; }

/* Pilot Box */
.pilot-box { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--cta); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow); }
.pilot-box h2 { color: var(--navy); }

/* FAQ */
.faq { margin-top: 26px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 4px 18px; margin-bottom: 12px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-weight: 700; color: var(--navy); padding: 14px 0; list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--cta); font-weight: 800; font-size: 1.3rem; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { color: var(--slate); margin: 0 0 14px; }

/* ---------- Form ---------- */
.form { margin-top: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; color: var(--navy); margin-bottom: 7px; font-size: .98rem; }
.field input[type="text"], .field input[type="tel"], .field input[type="email"] {
  width: 100%; padding: 14px 14px; font-size: 1.05rem; border: 1.5px solid var(--line);
  border-radius: 10px; background: #fff; color: var(--ink); font-family: inherit; min-height: 52px;
}
.field input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(15,37,64,.12); }
.field .hint { display: block; color: var(--muted); font-size: .85rem; margin-top: 6px; }
.optional { color: var(--muted); font-weight: 500; }
.field--check { display: flex; gap: 12px; align-items: flex-start; }
.field--check input { width: 22px; height: 22px; margin-top: 2px; flex-shrink: 0; }
.field--check label { font-weight: 500; color: var(--slate); font-size: .92rem; }
.form-status { margin: 14px 0 0; font-weight: 600; min-height: 1px; }
.form-status.is-error { color: #c0392b; }
.form-done { text-align: center; padding: 18px 6px; }
.form-done h3 { color: var(--ok); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #aebfd2; padding: 36px 0; margin-top: 0; }
.footer-inner { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.footer-brand { font-weight: 800; font-size: 1.2rem; color: #fff; margin: 0; }
.footer-by { margin: 0; font-size: .92rem; }
.footer-phone { color: #fff; font-weight: 700; text-decoration: none; }
.footer-nav { display: flex; gap: 18px; margin-top: 4px; }
.footer-nav a { color: #aebfd2; text-decoration: none; font-size: .92rem; }
.footer-nav a:hover { color: #fff; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  display: inline-flex; align-items: center; gap: 9px;
  background: #25D366; color: #073b1e; font-weight: 800; font-size: .95rem;
  padding: 13px 18px; border-radius: 999px; text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,0,0,.25);
}
.wa-float svg { width: 22px; height: 22px; }
.wa-float span { display: none; }

/* ---------- Legal pages ---------- */
.legal { padding: 48px 0 64px; }
.legal h1 { font-size: 1.9rem; }
.legal h2 { font-size: 1.3rem; margin-top: 32px; }
.legal p, .legal li { color: var(--slate); }
.legal a { color: var(--navy); }

/* ---------- Responsive ---------- */
@media (min-width: 640px) {
  .header-phone { display: inline-flex; align-items: center; gap: 7px; }
  .logo__tag { display: block; }
  .wa-float span { display: inline; }
  .solution { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .compare { grid-template-columns: 1fr 1fr; }
  .founder { grid-template-columns: 280px 1fr; }
  .footer-inner { flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; }
}
@media (min-width: 900px) {
  .band { padding: 72px 0; }
  .hero { padding: 64px 0 72px; }
}
