/* ============================================================
   LumberLex GmbH — Baum- & Grünpflege
   Eigenständiges Design · Marken-DNA: Waldgrün / Leuchtgrün / Hellgrau
   Rauten-Motiv (Raute) als Wiedererkennung aus dem Logo
   ============================================================ */

:root {
  --forest:       #1a7f2d;   /* Waldgrün — Kompetenz, Beständigkeit */
  --forest-deep:  #0e441b;   /* dunkles Waldgrün für dunkle Flächen */
  --forest-900:   #0a2d12;
  --signal:       #00c924;   /* Leuchtgrün — Vitalität, Signal */
  --signal-soft:  #d9f7dd;
  --mist:         #eceaea;   /* Hellgrau — Ordnung, Autorität */
  --mist-deep:    #e2e0e0;
  --paper:        #ffffff;
  --ink:          #16211b;
  --ink-soft:     #46524b;
  --ink-faint:    #7c867f;
  --line:         #dcdedb;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --shadow-sm: 0 2px 10px rgba(14, 68, 27, 0.06);
  --shadow-md: 0 14px 40px -16px rgba(14, 68, 27, 0.22);
  --shadow-lg: 0 30px 70px -25px rgba(10, 45, 18, 0.38);

  --container: 1180px;
  --section-y: clamp(64px, 9vw, 130px);

  --f-display: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --f-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 clamp(18px, 4vw, 36px); }

/* ---------- Typo helpers ---------- */
h1, h2, h3 { font-family: var(--f-display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; color: var(--ink); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--forest);
}
.eyebrow::before {
  content: ""; width: 9px; height: 9px; background: var(--signal);
  transform: rotate(45deg); border-radius: 1px; flex-shrink: 0;
}
.eyebrow.on-dark { color: #bfeec8; }
.section-head { max-width: 680px; }
.section-head h2 { font-size: clamp(28px, 4.2vw, 46px); margin-top: 16px; }
.section-head p { margin-top: 16px; font-size: clamp(15px, 1.6vw, 18px); color: var(--ink-soft); }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.center .eyebrow { justify-content: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 16px; padding: 15px 26px; border-radius: var(--r-sm);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--forest); color: #fff; box-shadow: 0 10px 26px -10px rgba(26,127,45,.7); }
.btn-primary:hover { background: #157026; transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(26,127,45,.85); }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; box-shadow: none; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--forest); color: var(--forest); transform: translateY(-2px); }
.btn-ghost.on-dark { color: #fff; border-color: rgba(255,255,255,.3); }
.btn-ghost.on-dark:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.btn-block { width: 100%; }
.btn-lg { padding: 17px 30px; font-size: 17px; }

/* ============================================================
   HEADER
   ============================================================ */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.header.scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header-row { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 20px; }
.logo img { height: 50px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color .15s; }
.header-nav a:hover { color: var(--forest); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; color: var(--ink); font-size: 15px; }
.header-phone svg { width: 18px; height: 18px; color: var(--forest); }
.header-burger { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink); }
.header-burger svg { width: 26px; height: 26px; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; isolation: isolate; color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-bg::after {
  /* Grün-Overlay um 20 % reduziert (Foto kommt stärker durch, Text bleibt lesbar) */
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(110deg, rgba(10,45,18,.74) 0%, rgba(10,45,18,.58) 42%, rgba(10,45,18,.22) 100%),
    linear-gradient(0deg, rgba(10,45,18,.48) 0%, transparent 45%);
}
.hero-inner { padding: clamp(56px, 9vw, 120px) 0 clamp(48px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: end; }
.hero-eyebrow { color: #bfeec8; }
.hero h1 { color: #fff; font-size: clamp(34px, 6vw, 68px); margin-top: 20px; max-width: 14ch; }
.hero h1 .hl { color: var(--signal); }
.hero-sub { margin-top: 26px; font-size: clamp(16px, 1.9vw, 20px); color: rgba(255,255,255,.82); max-width: 46ch; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-trust li { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 500; color: rgba(255,255,255,.9); list-style: none; }
.hero-trust svg { width: 18px; height: 18px; color: var(--signal); flex-shrink: 0; }
.hero-region { font-size: 13px; color: rgba(255,255,255,.62); margin-top: 40px; display: flex; align-items: center; gap: 8px; }
.hero-region svg { width: 15px; height: 15px; }

/* Hero stat-card (rechts) */
.hero-card {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(8px); border-radius: var(--r-lg); padding: 26px;
}
.hero-card .label { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #bfeec8; }
.hero-card .rate { font-family: var(--f-display); font-size: 52px; font-weight: 800; line-height: 1; margin-top: 10px; color: #fff; }
.hero-card .rate span { color: var(--signal); }
.hero-card .desc { font-size: 14px; color: rgba(255,255,255,.78); margin-top: 8px; }
.hero-card hr { border: none; border-top: 1px solid rgba(255,255,255,.16); margin: 20px 0; }
.hero-card .mini { display: flex; gap: 22px; }
.hero-card .mini div { flex: 1; }
.hero-card .mini b { font-family: var(--f-display); font-size: 26px; display: block; }
.hero-card .mini small { font-size: 12px; color: rgba(255,255,255,.7); }

/* ============================================================
   STATS STRIP (animierte Zahlen)
   ============================================================ */
.stats { background: var(--forest-deep); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: clamp(30px, 5vw, 52px) 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border-right: none; }
.stat .num { font-family: var(--f-display); font-weight: 800; font-size: clamp(34px, 5vw, 54px); line-height: 1; color: #fff; }
.stat .num .u { color: var(--signal); }
.stat .lbl { margin-top: 12px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,.72); letter-spacing: .02em; }

/* ============================================================
   LEISTUNGEN
   ============================================================ */
.leistungen { padding: var(--section-y) 0; background: var(--paper); }
.svc-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  background: var(--mist); border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex; flex-direction: column; min-height: 320px;
}
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.svc.has-img { color: #fff; min-height: 380px; }
.svc-img { position: absolute; inset: 0; z-index: 0; }
.svc-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,45,18,.15) 0%, rgba(10,45,18,.5) 55%, rgba(10,45,18,.92) 100%); }
.svc-body { padding: 26px; position: relative; z-index: 2; }
.svc.has-img .svc-body { margin-top: auto; }
.svc-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--signal-soft); color: var(--forest); margin-bottom: 16px; }
.svc.has-img .svc-icon { background: rgba(255,255,255,.16); color: #fff; backdrop-filter: blur(4px); }
.svc-icon svg { width: 24px; height: 24px; }
.svc h3 { font-size: 22px; }
.svc.has-img h3 { color: #fff; }
.svc p { margin-top: 10px; font-size: 14.5px; color: var(--ink-soft); }
.svc.has-img p { color: rgba(255,255,255,.85); }
.svc .more { margin-top: 16px; display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 14px; color: var(--forest); }
.svc.has-img .more { color: var(--signal); }
.svc .more svg { width: 16px; height: 16px; transition: transform .2s; }
.svc:hover .more svg { transform: translateX(4px); }

/* ============================================================
   USP / WARUM
   ============================================================ */
.warum { padding: var(--section-y) 0; background: var(--mist); }
.usp-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.usp {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 30px; display: flex; gap: 20px; transition: box-shadow .2s, transform .2s;
}
.usp:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.usp-ic { flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px; background: var(--forest); color: #fff; display: grid; place-items: center; }
.usp-ic svg { width: 26px; height: 26px; }
.usp h3 { font-size: 19px; }
.usp p { margin-top: 8px; font-size: 14.5px; color: var(--ink-soft); }

/* ============================================================
   ÜBER UNS
   ============================================================ */
.about { padding: var(--section-y) 0; background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); aspect-ratio: 4/3; object-fit: cover; }
.about-badge {
  position: absolute; bottom: -22px; left: -22px; background: var(--forest); color: #fff;
  border-radius: var(--r-md); padding: 18px 22px; box-shadow: var(--shadow-md); max-width: 230px;
}
.about-badge b { font-family: var(--f-display); font-size: 16px; display: block; }
.about-badge span { font-size: 13px; color: rgba(255,255,255,.82); }
.about h2 { font-size: clamp(28px, 4vw, 44px); margin-top: 16px; }
.about-lead { margin-top: 20px; font-size: 17px; color: var(--ink-soft); }
.about-list { margin-top: 24px; display: flex; flex-direction: column; gap: 14px; }
.about-list li { display: flex; gap: 13px; list-style: none; font-size: 15px; }
.about-list .di { width: 11px; height: 11px; background: var(--signal); transform: rotate(45deg); border-radius: 2px; margin-top: 7px; flex-shrink: 0; }
.about-list b { font-weight: 600; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testi { padding: var(--section-y) 0; background: var(--forest-900); color: #fff; position: relative; }
.testi .section-head h2 { color: #fff; }
.testi .section-head p { color: rgba(255,255,255,.72); }
.testi-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tcard { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 28px; }
.tcard .stars { display: flex; gap: 3px; color: var(--signal); margin-bottom: 16px; }
.tcard .stars svg { width: 18px; height: 18px; }
.tcard q { font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,.92); font-style: normal; }
.tcard q::before { content: "„"; } .tcard q::after { content: "\201C"; }
.tcard .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.tcard .av { width: 42px; height: 42px; border-radius: 50%; background: var(--forest); display: grid; place-items: center; font-weight: 700; font-size: 15px; color: #fff; }
.tcard .who b { display: block; font-size: 14.5px; }
.tcard .who span { font-size: 13px; color: rgba(255,255,255,.6); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: var(--section-y) 0; background: var(--mist); }
.faq-wrap { margin-top: 44px; max-width: 820px; margin-left: auto; margin-right: auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; text-align: left; font-family: var(--f-display); font-weight: 600; font-size: 17px; color: var(--ink); }
.faq-q .ico { flex-shrink: 0; width: 26px; height: 26px; border-radius: 7px; background: var(--signal-soft); color: var(--forest); display: grid; place-items: center; transition: transform .25s, background .25s, color .25s; }
.faq-q .ico svg { width: 16px; height: 16px; }
.faq-item.open .faq-q .ico { background: var(--forest); color: #fff; transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--ink-soft); font-size: 15px; }

/* ============================================================
   KONTAKT / FORM
   ============================================================ */
.kontakt { padding: var(--section-y) 0; background: var(--paper); }
.kontakt-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.kontakt-info h2 { font-size: clamp(28px, 4vw, 44px); margin-top: 16px; }
.kontakt-info > p { margin-top: 18px; font-size: 17px; color: var(--ink-soft); }
.ki-list { margin-top: 30px; display: flex; flex-direction: column; gap: 14px; }
.ki { display: flex; align-items: center; gap: 15px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--r-md); transition: border-color .2s, box-shadow .2s; }
.ki:hover { border-color: var(--forest); box-shadow: var(--shadow-sm); }
.ki-ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px; background: var(--signal-soft); color: var(--forest); display: grid; place-items: center; }
.ki-ic svg { width: 22px; height: 22px; }
.ki small { font-size: 12px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.ki b { display: block; font-size: 16px; margin-top: 2px; }

/* Form-Card */
.form-card { background: var(--mist); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px, 3vw, 38px); box-shadow: var(--shadow-md); }
.form-steps { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.form-steps .dot { width: 26px; height: 26px; border-radius: 50%; background: var(--mist-deep); color: var(--ink-faint); display: grid; place-items: center; font-size: 13px; font-weight: 700; border: 1.5px solid var(--line); }
.form-steps .dot.active { background: var(--forest); color: #fff; border-color: var(--forest); }
.form-steps .ln { flex: 1; height: 2px; background: var(--line); max-width: 60px; }
.form-steps .lbl { margin-left: auto; font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeIn .35s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form-card h3 { font-size: 22px; }
.form-card .fsub { margin-top: 6px; font-size: 14px; color: var(--ink-soft); margin-bottom: 20px; }
.pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pill {
  display: flex; align-items: center; gap: 10px; padding: 15px 16px; border-radius: var(--r-sm);
  background: var(--paper); border: 1.5px solid var(--line); text-align: left; font-weight: 600; font-size: 14.5px;
  transition: border-color .15s, background .15s, transform .1s; color: var(--ink);
}
.pill svg { width: 20px; height: 20px; color: var(--forest); flex-shrink: 0; }
.pill:hover { border-color: var(--forest); }
.pill.sel { border-color: var(--forest); background: var(--signal-soft); }
.pill .chk { margin-left: auto; width: 18px; height: 18px; border-radius: 50%; background: var(--forest); color: #fff; display: none; place-items: center; }
.pill .chk svg { width: 12px; height: 12px; color: #fff; }
.pill.sel .chk { display: grid; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.field input, .field textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font: inherit; background: var(--paper); transition: border-color .15s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--forest); }
.form-back { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; color: var(--ink-soft); margin-top: 14px; }
.form-back svg { width: 15px; height: 15px; }
.micro { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 12.5px; color: var(--ink-faint); }
.micro span { display: inline-flex; align-items: center; gap: 6px; }
.micro svg { width: 14px; height: 14px; color: var(--forest); }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; animation: fadeIn .4s ease; }
.form-success .circ { width: 64px; height: 64px; border-radius: 50%; background: var(--signal-soft); color: var(--forest); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success .circ svg { width: 32px; height: 32px; }
.form-success h3 { font-size: 24px; }
.form-success p { margin-top: 10px; color: var(--ink-soft); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--forest-900); color: rgba(255,255,255,.7); padding: 60px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-logo img { height: 70px; margin-bottom: 18px; }
.footer p { font-size: 14px; line-height: 1.7; }
.footer h4 { color: #fff; font-family: var(--f-display); font-size: 15px; margin-bottom: 16px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer ul li, .footer ul a { font-size: 14px; line-height: 1.6; }
.footer ul a { transition: color .15s; }
.footer ul a:hover { color: var(--signal); }
.footer-bottom { padding-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; }
.footer-bottom a:hover { color: var(--signal); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; align-items: start; }
  .hero-card { max-width: 420px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-photo { max-width: 520px; }
  .kontakt-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: none; }
  .stat:nth-child(1), .stat:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .header-nav { display: none; }
  .header-burger { display: flex; }
}
@media (max-width: 600px) {
  .svc-grid { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .pills { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .header-phone span { display: none; }
  .header-cta .btn-primary { display: none; }   /* CTA steckt im Mobile-Menü */
  .about-badge { left: 12px; right: 12px; bottom: -16px; max-width: none; }
}

/* Mobile-Menü */
.mobile-menu { display: none; position: fixed; inset: 76px 0 0; z-index: 99; background: var(--paper); padding: 24px; flex-direction: column; gap: 6px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 16px; border-radius: var(--r-sm); font-size: 17px; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 16px; }

/* Reveal-Animation */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ============================================================
   FEINSCHLIFF — Galerie, Ablauf, Abschluss-CTA, Mobile-Bar, Politur
   ============================================================ */

/* Anker sauber unter dem Sticky-Header platzieren */
section[id] { scroll-margin-top: 92px; }

/* Hero: dezenter Scroll-Hinweis */
.hero-scrollcue {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,.6); font-size: 11px; letter-spacing: .18em; text-transform: uppercase;
  z-index: 2;
}
.hero-scrollcue svg { width: 20px; height: 20px; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@media (max-width: 980px) { .hero-scrollcue { display: none; } }

/* ---------- ABLAUF / Prozess ---------- */
.ablauf { padding: var(--section-y) 0; background: var(--paper); }
.steps { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  position: relative; background: var(--mist); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px 24px 28px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s;
}
.step:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); background: var(--paper); }
.step .sn {
  width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--forest); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 18px;
  border-radius: 12px; transform: rotate(45deg);
}
.step .sn span { transform: rotate(-45deg); }
.step h3 { font-size: 18px; }
.step p { margin-top: 8px; font-size: 14px; color: var(--ink-soft); }
.step::after {
  content: ""; position: absolute; top: 52px; right: -10px; width: 20px; height: 2px;
  background: var(--signal); opacity: .5; z-index: 1;
}
.step:last-child::after { display: none; }
@media (max-width: 880px) { .steps { grid-template-columns: 1fr 1fr; } .step::after { display: none; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* ---------- GALERIE ---------- */
.gallery { padding: var(--section-y) 0; background: var(--mist); }
.gallery-grid {
  margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px; gap: 14px;
}
.gallery-grid figure { position: relative; overflow: hidden; border-radius: var(--r-md); background: var(--mist-deep); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,1,.36,1); }
.gallery-grid figure:hover img { transform: scale(1.07); }
.gallery-grid figure::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,45,18,.55));
  opacity: 0; transition: opacity .3s;
}
.gallery-grid figure:hover::after { opacity: 1; }
.gallery-grid figure figcaption {
  position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; font-weight: 600; font-size: 14px;
  opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s;
}
.gallery-grid figure:hover figcaption { opacity: 1; transform: none; }
.gallery-grid .g-tall { grid-row: span 2; }
.gallery-grid .g-wide { grid-column: span 2; }
@media (max-width: 880px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .gallery-grid .g-wide { grid-column: span 2; }
  .gallery-grid .g-tall { grid-row: span 1; }
}
@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 140px; }
  .gallery-grid .g-wide { grid-column: span 2; }
}

/* ---------- ABSCHLUSS-CTA ---------- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; background: var(--forest); color: #fff; padding: clamp(54px, 8vw, 96px) 0; }
.cta-band::before {
  content: ""; position: absolute; z-index: -1; right: -60px; top: -60px; width: 360px; height: 360px;
  border: 2px solid rgba(255,255,255,.12); transform: rotate(45deg); border-radius: 28px;
}
.cta-band::after {
  content: ""; position: absolute; z-index: -1; left: 6%; bottom: -120px; width: 260px; height: 260px;
  background: rgba(0,201,36,.18); transform: rotate(45deg); border-radius: 36px; filter: blur(8px);
}
.cta-band .inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4.4vw, 46px); max-width: 18ch; }
.cta-band p { margin-top: 12px; color: rgba(255,255,255,.85); font-size: 17px; max-width: 44ch; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 14px; }
.cta-band .btn-primary { background: #fff; color: var(--forest); box-shadow: 0 14px 34px -12px rgba(0,0,0,.4); }
.cta-band .btn-primary:hover { background: var(--signal); color: #06310f; }
.cta-band .btn-ghost { color: #fff; border-color: rgba(255,255,255,.4); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; color: #fff; }

/* ---------- STICKY MOBILE BAR ---------- */
.mobilebar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; gap: 10px; padding: 10px 12px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-top: 1px solid var(--line);
  box-shadow: 0 -6px 24px rgba(10,45,18,.1);
}
.mobilebar a { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; border-radius: var(--r-sm); font-weight: 700; font-size: 15px; }
.mobilebar svg { width: 18px; height: 18px; }
.mobilebar .call { background: var(--mist); color: var(--forest); border: 1.5px solid var(--line); }
.mobilebar .offer { background: var(--forest); color: #fff; }
@media (max-width: 600px) { .mobilebar { display: flex; } body { padding-bottom: 72px; } }

/* ---------- Testimonials: Vertrauenszeile ---------- */
.testi-trust { margin-top: 22px; display: inline-flex; align-items: center; gap: 12px; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.testi-trust .st { color: var(--signal); letter-spacing: 2px; font-size: 16px; }
.testi-trust span { font-size: 13px; color: rgba(255,255,255,.8); font-weight: 500; }

/* ============================================================
   DESIGN PASS — mehr Pepp (Marken-Gradient, Tiefe, Rauten-Motiv)
   ============================================================ */
:root { --grad: linear-gradient(115deg, #1a7f2d 0%, #16a52c 52%, #00c924 110%); }

/* Gradient-Keyword in Überschriften */
.grad-text {
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Primär-Buttons: Marken-Gradient + Glow */
.btn-primary { background: var(--grad); background-size: 160% 160%; background-position: 0 0; box-shadow: 0 12px 30px -10px rgba(0,201,36,.45); transition: background-position .35s ease, transform .18s ease, box-shadow .18s ease, filter .18s ease; }
.btn-primary:hover { background: var(--grad); background-position: 100% 0; filter: brightness(1.04); transform: translateY(-2px); box-shadow: 0 20px 42px -12px rgba(0,201,36,.6); }
/* Auf der grünen CTA-Band bleibt der Button weiß */
.cta-band .btn-primary { background: #fff; color: var(--forest); }
.cta-band .btn-primary:hover { background: var(--signal); color: #06310f; }
.mobilebar .offer { background: var(--grad); }

/* Eyebrow-Raute mit Gradient + leichtem Glow */
.eyebrow::before { background: var(--grad); box-shadow: 0 0 10px rgba(0,201,36,.45); }

/* ---------- HERO: cinematischer ---------- */
.hero-inner { position: relative; z-index: 1; }
.hero .deco-diamond { content: ""; position: absolute; }
/* großes Rauten-Grafikelement */
.hero .deco-diamond {
  z-index: 0; right: 4%; top: 50%; width: 300px; height: 300px; transform: translateY(-50%) rotate(45deg);
  border: 2px solid rgba(0,201,36,.22); border-radius: 30px; pointer-events: none;
  animation: spinSlow 26s linear infinite;
}
@keyframes heroGlow { 0%,100% { opacity:.7; transform: translate(0,0) scale(1); } 50% { opacity:1; transform: translate(-24px,18px) scale(1.08); } }
@keyframes spinSlow { from { transform: translateY(-50%) rotate(45deg);} to { transform: translateY(-50%) rotate(405deg);} }
.hero h1 { font-size: clamp(36px, 6.4vw, 74px); line-height: 1.12; }
.hero h1 .hl { background: linear-gradient(100deg,#7CF299 0%, #00c924 60%, #aef7bd 110%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
@media (max-width: 980px) { .hero .deco-diamond { display: none; } }

/* ---------- STATS: edler, mit Tiefe ---------- */
.stats { background: linear-gradient(120deg, #0a2d12 0%, #0e441b 55%, #145523 100%); position: relative; overflow: hidden; }
.stats::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Crect x='21' y='21' width='6' height='6' fill='%2300c924' fill-opacity='0.08' transform='rotate(45 24 24)'/%3E%3C/svg%3E");
}
.stats::after {
  content: ""; position: absolute; right: -80px; top: -80px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(0,201,36,.22), transparent 60%); filter: blur(30px); pointer-events: none;
}
.stat { position: relative; }
.stat .num { font-size: clamp(38px, 5.4vw, 60px); text-shadow: 0 2px 20px rgba(0,201,36,.25); }

/* ---------- Diamant-Textur in hellen Sektionen ---------- */
.warum, .gallery, .faq {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Crect x='22' y='22' width='5' height='5' fill='%231a7f2d' fill-opacity='0.05' transform='rotate(45 24.5 24.5)'/%3E%3C/svg%3E");
  background-color: var(--mist);
}
.leistungen, .ablauf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Crect x='22' y='22' width='5' height='5' fill='%231a7f2d' fill-opacity='0.04' transform='rotate(45 24.5 24.5)'/%3E%3C/svg%3E");
}

/* ---------- Karten: Signal-Glow beim Hover ---------- */
.svc:hover { box-shadow: 0 22px 52px -18px rgba(0,201,36,.4), var(--shadow-md); }
.usp:hover, .step:hover { border-color: rgba(0,201,36,.45); box-shadow: 0 18px 44px -18px rgba(0,201,36,.3); }
.ki:hover { border-color: rgba(0,201,36,.5); }

/* ---------- About-Foto: Rauten-Akzent ---------- */
.about-photo { isolation: isolate; }
.about-photo::before {
  content: ""; position: absolute; z-index: -1; right: -26px; top: -26px; width: 150px; height: 150px;
  border: 2px solid var(--signal); opacity: .5; transform: rotate(45deg); border-radius: 22px;
}
.about-photo::after {
  content: ""; position: absolute; z-index: -1; right: 14px; top: 14px; width: 90px; height: 90px;
  background: rgba(0,201,36,.12); transform: rotate(45deg); border-radius: 16px;
}

/* ---------- Hero-Card: edler ---------- */
.hero-card { background: rgba(10,45,18,.42); border-color: rgba(0,201,36,.3); box-shadow: 0 24px 60px -20px rgba(0,0,0,.5); }
.hero-card .rate { text-shadow: 0 2px 24px rgba(0,201,36,.4); }

/* ---------- Section-Heads: Gradient-Keyword Default-Glanz ---------- */
.section-head h2 .grad-text { filter: drop-shadow(0 2px 12px rgba(0,201,36,.18)); }

/* ============================================================
   UNTERSEITEN (Subpages)
   ============================================================ */
.subhero { position: relative; isolation: isolate; background: var(--forest-deep); color: #fff; overflow: hidden; }
.subhero::after { content: ""; position: absolute; width: 46vh; height: 46vh; right: -8%; top: -30%; background: radial-gradient(circle, rgba(0,201,36,.20) 0%, rgba(0,201,36,0) 62%); filter: blur(40px); z-index: -1; }
.subhero .deco-diamond { position: absolute; right: 6%; bottom: -40px; width: 200px; height: 200px; border: 2px solid rgba(255,255,255,.06); transform: rotate(45deg); border-radius: 18px; z-index: -1; }
.subhero > .container { padding: clamp(56px, 8vw, 104px) 0 clamp(44px, 6vw, 78px); position: relative; }
.subhero-inner { position: relative; }
.subhero.with-img .subhero-inner { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(28px, 4vw, 52px); align-items: center; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,.82); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: .5; }
.subhero h1 { color: #fff; font-size: clamp(30px, 5vw, 54px); max-width: 20ch; margin-top: 6px; }
.subhero h1 .hl { color: var(--signal); }
.subhero-sub { margin-top: 18px; font-size: clamp(16px, 1.8vw, 19px); color: rgba(255,255,255,.82); max-width: 56ch; }
.subhero-actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.subhero-img { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4 / 3; }
.subhero-img img { width: 100%; height: 100%; object-fit: cover; }

.section { padding: var(--section-y) 0; }
.section.alt { background: var(--mist); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.prose p { color: var(--ink-soft); font-size: clamp(15px,1.6vw,17px); margin-top: 16px; }
.prose p:first-child { margin-top: 0; }

.checks { list-style: none; display: grid; gap: 13px; margin-top: 22px; }
.checks li { display: flex; gap: 13px; align-items: flex-start; font-size: 16px; color: var(--ink-soft); }
.checks li b { color: var(--ink); }
.checks .di { flex-shrink: 0; width: 11px; height: 11px; margin-top: 6px; background: var(--signal); transform: rotate(45deg); border-radius: 2px; }

.regions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.regions span { padding: 8px 15px; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink-soft); }
.subhero .regions span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.9); }

.detail-photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; }
.detail-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Jobs / Karriere */
.jobs { display: grid; gap: 15px; margin-top: 12px; }
.job { display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 24px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s, border-color .18s; }
.job:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: var(--signal); }
.job .j-tag { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--forest); background: var(--signal-soft); padding: 4px 11px; border-radius: 999px; margin-bottom: 11px; }
.job .j-main h3 { font-size: 20px; }
.job .j-main p { color: var(--ink-soft); font-size: 14.5px; margin-top: 4px; max-width: 62ch; }
.job .j-cta { flex-shrink: 0; }
@media (max-width: 560px) { .job { flex-direction: column; align-items: flex-start; gap: 14px; } .job .j-cta { width: 100%; } }

/* Legal / Impressum / Datenschutz */
.legal { max-width: 780px; }
.legal .lead { font-size: clamp(16px,1.8vw,18px); color: var(--ink); }
.legal h2 { font-size: 22px; margin: 38px 0 12px; }
.legal h3 { font-size: 16px; margin: 24px 0 8px; }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 12px; font-size: 15.5px; }
.legal ul { padding-left: 20px; margin-bottom: 12px; }
.legal a { color: var(--forest); font-weight: 500; }
.legal .card { background: var(--mist); border-radius: var(--r-md); padding: 24px 26px; margin-top: 8px; }
.legal .card p { margin-bottom: 4px; }

@media (max-width: 820px) {
  .subhero.with-img .subhero-inner { grid-template-columns: 1fr; }
  .subhero.with-img .subhero-img { order: -1; }
  .split { grid-template-columns: 1fr; }
}

/* Hero-Card Checkliste (ersetzt die doppelten Zahlen) */
.hero-card .card-checks { list-style: none; display: grid; gap: 11px; }
.hero-card .card-checks li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; font-weight: 500; color: rgba(255,255,255,.92); }
.hero-card .card-checks svg { flex-shrink: 0; width: 16px; height: 16px; color: var(--signal); }

/* Trust-/Qualifikations-Siegel (ersetzt Testimonials) */
.seal-row { margin-top: 52px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.seal { text-align: center; padding: 30px 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); transition: border-color .2s, transform .2s; }
.seal:hover { border-color: rgba(0,201,36,.4); transform: translateY(-3px); }
.seal-ic { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; background: rgba(0,201,36,.16); color: var(--signal); margin-bottom: 16px; }
.seal-ic svg { width: 26px; height: 26px; }
.seal b { display: block; font-family: var(--f-display); font-size: 16px; color: #fff; line-height: 1.3; }
.seal small { display: block; margin-top: 7px; font-size: 13.5px; color: rgba(255,255,255,.62); }
@media (max-width: 820px) { .seal-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .seal-row { grid-template-columns: 1fr; } }

/* Agentur-Credit im Footer */
.footer-credit { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12.5px; color: rgba(255,255,255,.5); transition: color .2s; }
.footer-credit span { font-weight: 500; }
.footer-credit img { height: 18px; width: auto; opacity: .78; transition: opacity .2s; }
.footer-credit:hover { color: rgba(255,255,255,.85); }
.footer-credit:hover img { opacity: 1; }

/* ============================================================
   PARTNER & QUALIFIKATIONEN
   ============================================================ */
.partners {
  padding: var(--section-y) 0;
  background-color: var(--paper);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Crect x='22' y='22' width='5' height='5' fill='%231a7f2d' fill-opacity='0.04' transform='rotate(45 24.5 24.5)'/%3E%3C/svg%3E");
}

/* --- Qualifikations-Siegel: Siegel + Erklärung --- */
.quali-grid {
  margin-top: 52px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px;
}
.quali-card {
  display: flex; align-items: center; gap: 22px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); padding: 26px 28px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.quali-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,201,36,.45); box-shadow: 0 18px 44px -18px rgba(0,201,36,.3);
}
.quali-card img { height: 78px; width: 78px; flex-shrink: 0; object-fit: contain; }
.quali-card b { display: block; font-family: var(--f-display); font-size: 17px; color: var(--ink); line-height: 1.25; }
.quali-card small { display: block; margin-top: 6px; font-size: 13.5px; line-height: 1.55; color: var(--ink-soft); }

/* --- Partner-Logos in Karten --- */
.partner-block { margin-top: 64px; }
.partner-block h4 {
  font-family: var(--f-display); font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--ink-faint);
  text-align: center; margin-bottom: 28px;
}
.partner-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(158px, 1fr)); gap: 18px; }
.partner-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  min-height: 168px; padding: 30px 20px 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0,201,36,.45); box-shadow: 0 18px 44px -18px rgba(0,201,36,.3);
}
.partner-card img { height: 54px; max-width: 100%; width: auto; object-fit: contain; }
.partner-card span {
  font-size: 12.5px; font-weight: 600; letter-spacing: .02em;
  color: var(--ink-faint); text-align: center; line-height: 1.4;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .quali-grid { grid-template-columns: minmax(0, 1fr); }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .quali-card { flex-direction: column; text-align: center; gap: 16px; padding: 24px 20px; }
  .partner-card { min-height: 140px; padding: 24px 14px 18px; gap: 14px; }
  .partner-card img { height: 38px; }
}

/* Social-Links im Footer — Icons statt Textlinks, damit sie nicht
   mit den Kontaktdaten darüber verwechselt werden. */
.footer-social { display: flex; gap: 10px; margin-top: 6px; }
.footer-social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.16); border-radius: 10px;
  color: rgba(255,255,255,.75);
  transition: color .18s, border-color .18s, background .18s, transform .18s;
}
.footer-social a:hover {
  color: #fff; border-color: var(--signal);
  background: rgba(0,201,36,.12); transform: translateY(-2px);
}
.footer-social svg { width: 18px; height: 18px; }

/* ============================================================
   BEWERBUNG — 60 Sekunden
   ============================================================ */
.bewerbung { padding: var(--section-y) 0; background: var(--mist); }
.bew-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 5vw, 64px); align-items: start; }
.bew-text h2 { font-size: clamp(28px, 4vw, 46px); margin-top: 14px; }
.bew-text > p { margin-top: 16px; font-size: 17px; color: var(--ink-soft); max-width: 42ch; }
.bew-trust { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.bew-trust li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; color: var(--ink); list-style: none; }
.bew-trust svg { width: 18px; height: 18px; color: var(--forest); flex-shrink: 0; margin-top: 2px; }
.bew-alt { margin-top: 26px; font-size: 15px; color: var(--ink-soft); }
.bew-alt a { color: var(--forest); font-weight: 700; }

.bew-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
#bewForm .f { display: block; margin-top: 14px; }
#bewForm .f:first-child, .bew-row .f { margin-top: 0; }
#bewForm .f > span { display: block; font-size: 13px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
#bewForm .f > span b { color: var(--forest); }
#bewForm .f > span small { font-weight: 500; color: var(--ink-faint); }
#bewForm input:not([type="checkbox"]), #bewForm select, #bewForm textarea {
  width: 100%; padding: 13px 14px; font: inherit; font-size: 15.5px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--r-sm);
  transition: border-color .15s, box-shadow .15s;
}
#bewForm textarea { resize: vertical; min-height: 84px; }
#bewForm input:focus, #bewForm select:focus, #bewForm textarea:focus {
  outline: none; border-color: var(--forest); box-shadow: 0 0 0 3px rgba(26,127,45,.12);
}
#bewForm [aria-invalid="true"] { border-color: #d9534f; }
#bewForm .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.bew-check { display: flex; gap: 11px; align-items: flex-start; margin-top: 18px; font-size: 13.5px; color: var(--ink-soft); line-height: 1.55; }
.bew-check input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; accent-color: var(--forest); }
.bew-check a { color: var(--forest); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

#bewBtn { margin-top: 20px; }
#bewBtn:disabled { opacity: .65; cursor: progress; }
.bew-note { margin-top: 12px; min-height: 20px; font-size: 13.5px; color: var(--ink-faint); }
.bew-note.err { color: #c0392b; font-weight: 600; }

/* Erfolgszustand */
.bew-ok { text-align: center; padding: 22px 4px; }
.bew-ok-ic {
  width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center;
  border-radius: 50%; background: var(--signal-soft); color: var(--forest);
}
.bew-ok-ic svg { width: 30px; height: 30px; }
.bew-ok h3 { font-size: 24px; }
.bew-ok p { margin-top: 10px; font-size: 15.5px; color: var(--ink-soft); }
.bew-ok a { color: var(--forest); font-weight: 700; white-space: nowrap; }

@media (max-width: 980px) {
  .bew-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .bew-row { grid-template-columns: 1fr; }
  .bew-row .f + .f { margin-top: 14px; }
}

/* ---------- Mobile-Feinschliff (Audit 08/2026) ---------- */
@media (max-width: 600px) {
  /* iOS zoomt bei Feldern unter 16px automatisch hinein — unterbinden.
     Gilt auch fürs Chat-Widget (dessen Styles per JS injiziert werden). */
  input, select, textarea { font-size: 16px !important; }

  /* Tap-Ziele auf Daumengröße bringen, ohne das Layout zu verschieben */
  .breadcrumb a { display: inline-block; padding: 8px 4px; margin: -8px -4px; }
  .footer ul a { display: inline-block; padding: 6px 0; }
  .header-phone { padding: 10px 12px; margin: -10px -12px; }
}
@media (max-width: 600px) {
  .more { display: inline-block; padding: 8px 0; }
  .footer-bottom a { display: inline-block; padding: 8px 6px; margin: -8px -6px; }
}
@media (max-width: 600px) {
  /* "Angebot anfragen" einzeilig halten */
  .mobilebar a { font-size: 14px; white-space: nowrap; padding: 14px 10px; }
}

/* Layout-Viewport-Schutz: kein Element darf die Seite mobil aufspannen
   (Startseite expandierte auf 430px -> alles wirkte herausgezoomt). */
html, body { overflow-x: clip; }

/* ---------- Hero mobil (Feinschliff 08/2026) ---------- */
@media (max-width: 600px) {
  .hero .eyebrow {
    font-size: 10.5px; letter-spacing: 1.4px; align-items: flex-start;
    white-space: nowrap;
  }
  .hero h1 { font-size: 37px; line-height: 1.08; margin-top: 14px; }
  .hero-sub { margin-top: 14px; font-size: 16px; line-height: 1.55; }
  .hero-actions { margin-top: 22px; gap: 10px; }
  .hero-actions .btn-lg { padding: 15px 20px; font-size: 16px; }
  .hero-trust { margin-top: 20px; gap: 8px 18px; }
  .hero-trust li { font-size: 13.5px; }
  /* Ortszeile: kollidiert mobil mit Chat-Button + Leiste — Orte stehen in der Eyebrow */
  .hero-region { display: none; }
}
