/*
Theme Name: Entrümpelungen Wolters
Theme URI: https://entruempelungen-wolters.de
Description: Professionelles WordPress-Theme für Entrümpelungen Wolters – schnell, flexibel, preiswert.
Version: 1.0
Author: Entrümpelungen Wolters
Text Domain: entruempelungen-wolters
*/

:root {
  --bg:            #ffffff;
  --bg-section:    #f7f7f5;
  --bg-card:       #ffffff;
  --bg-alt:        #f0eee8;
  --bg-dark:       #18181a;
  --bg-dark2:      #0f0f10;
  --accent:        #f0ed3e;
  --accent-dark:   #d8d51c;
  --accent-light:  #fbf9c2;
  --accent-faint:  rgba(240,237,62,0.18);
  --accent-text:   #18181a;     /* Text auf Gelb */
  --text:          #18181a;
  --text-muted:    #5a5a55;
  --text-light:    #8a8a85;
  --border:        rgba(24,24,26,0.10);
  --border-light:  rgba(24,24,26,0.06);
  --shadow:        0 2px 12px rgba(24,24,26,0.08);
  --shadow-lg:     0 8px 40px rgba(24,24,26,0.12);
  --font-head:     'DM Sans', system-ui, sans-serif;
  --font-body:     'DM Sans', system-ui, sans-serif;
  --radius:        6px;
  --radius-lg:     14px;
  --section-pad:   5rem 5vw;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: var(--text); }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em; }
p { color: var(--text-muted); }
.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent-text); margin-bottom: 0.75rem;
  background: var(--accent); border: 1px solid var(--accent-dark);
  border-radius: 20px; padding: 0.35rem 0.9rem;
}
.section-eyebrow::before {
  content: ''; display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--accent-text); flex-shrink: 0;
}
.section-title { color: var(--text); margin-bottom: 1rem; }
.section-sub { font-size: 1rem; color: var(--text-muted); max-width: 560px; line-height: 1.75; }

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--bg-dark); color: white; padding: 0.875rem 1.75rem;
  border-radius: var(--radius); font-size: 0.925rem; font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: none; font-family: var(--font-body); cursor: pointer;
  box-shadow: 0 4px 16px rgba(24,24,26,0.20);
}
.btn-primary:hover { background: #000; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(24,24,26,0.30); color: white; }
.btn-yellow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--accent); color: var(--accent-text); padding: 0.875rem 1.75rem;
  border-radius: var(--radius); font-size: 0.925rem; font-weight: 700;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  border: none; font-family: var(--font-body); cursor: pointer;
  box-shadow: 0 4px 16px rgba(240,237,62,0.45);
}
.btn-yellow:hover { background: var(--accent-dark); transform: translateY(-1px); color: var(--accent-text); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: var(--text); padding: 0.875rem 1.75rem;
  border-radius: var(--radius); border: 1.5px solid var(--border);
  font-size: 0.925rem; font-weight: 500; transition: border-color 0.2s, transform 0.15s;
}
.btn-outline:hover { border-color: var(--accent-dark); color: var(--text); transform: translateY(-1px); }
.btn-white {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--accent); color: var(--accent-text); padding: 0.9rem 1.8rem;
  border-radius: var(--radius); font-weight: 700; font-size: 0.95rem;
  transition: opacity 0.2s, transform 0.15s; box-shadow: 0 4px 16px rgba(0,0,0,0.20);
}
.btn-white:hover { opacity: 0.92; transform: translateY(-1px); color: var(--accent-text); }
.btn-outline-white {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: transparent; color: white; padding: 0.9rem 1.8rem;
  border-radius: var(--radius); border: 1.5px solid rgba(255,255,255,0.35);
  font-size: 0.95rem; transition: border-color 0.2s; font-weight: 500;
}
.btn-outline-white:hover { border-color: white; color: white; }

/* WHATSAPP BUTTON */
.btn-whatsapp {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: white; color: var(--text); padding: 0.875rem 1.75rem;
  border-radius: var(--radius); font-size: 0.925rem; font-weight: 600;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  border: 1.5px solid rgba(0,0,0,0.08);
}
.btn-whatsapp:hover { background: #f5f5f5; transform: translateY(-1px); color: var(--text); }
.btn-whatsapp svg { width: 20px; height: 20px; fill: #25D366; flex-shrink: 0; }

/* NAV */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: 72px;
  background: #ffffff;
  border-bottom: 1px solid var(--border-light);
  box-shadow: 0 1px 8px rgba(24,24,26,0.06);
  display: flex; align-items: center; padding: 0 5vw; justify-content: space-between;
}
.site-logo img { height: 48px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 0.1rem; list-style: none; }
.nav-menu > li { position: relative; }
.nav-menu > li > a {
  font-size: 0.875rem; color: var(--text-muted); transition: color 0.2s;
  font-weight: 500; padding: 0.5rem 0.85rem; display: flex; align-items: center; gap: 0.3rem;
}
.nav-menu > li > a:hover { color: var(--text); }
.nav-menu > li > a.has-dropdown::after { content: '▾'; font-size: 0.6rem; opacity: 0.5; }
.nav-menu .nav-cta {
  background: var(--accent); color: var(--accent-text) !important; padding: 0.55rem 1.2rem;
  border-radius: var(--radius); font-weight: 700; font-size: 0.85rem;
  transition: background 0.2s; margin-left: 0.5rem;
  box-shadow: 0 2px 8px rgba(240,237,62,0.4);
}
.nav-menu .nav-cta:hover { background: var(--accent-dark); color: var(--accent-text) !important; }
.nav-dropdown {
  display: none; position: absolute; top: 100%; left: 0;
  padding-top: 8px;
  background: transparent;
  z-index: 300;
}
.nav-dropdown-inner {
  background: white; border: 1px solid var(--border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); min-width: 220px; padding: 0.5rem;
  list-style: none;
}
.nav-menu > li:hover .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block; padding: 0.5rem 0.75rem; font-size: 0.85rem;
  color: var(--text-muted); border-radius: var(--radius); transition: all 0.15s; font-weight: 400;
}
.nav-dropdown a:hover { background: var(--accent-faint); color: var(--accent-text); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* HERO */
.hero {
  min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 0; background: var(--bg);
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 6rem 3rem 5rem 5vw;
  padding-top: calc(72px + 4rem);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: var(--accent); border: 1px solid var(--accent-dark);
  border-radius: 20px; padding: 0.35rem 0.9rem; margin-bottom: 1rem;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--accent-text); width: fit-content;
}
.hero-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent-text); }
.hero-title { color: var(--text); margin-bottom: 1.5rem; }
.hero-title em {
  font-style: italic; color: var(--accent-dark);
}
.hero-sub {
  font-size: 1.05rem; color: var(--text-muted); max-width: 480px;
  margin-bottom: 2.5rem; line-height: 1.75;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.hero-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--text-muted); }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-dark); flex-shrink: 0; }

.hero-right {
  background: var(--bg-dark); display: flex; align-items: center;
  justify-content: center; padding: 4rem 3rem;
  min-height: 100vh;
  position: relative; overflow: hidden;
  margin-top: 0;
}
.hero-right-bg {
  position: absolute; inset: 0; background-size: cover;
  background-position: center; opacity: 0.45;
}
.hero-right-inner {
  display: flex; flex-direction: column; align-items: stretch;
  gap: 1rem; width: 100%; max-width: 320px; position: relative; z-index: 1;
}
.contact-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg); padding: 2rem; width: 100%;
  backdrop-filter: blur(8px);
}
.contact-card-label {
  font-size: 0.63rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); font-weight: 700; margin-bottom: 0.6rem;
}
.contact-phone {
  font-family: var(--font-head); font-size: 1.4rem; font-weight: 800;
  color: white; letter-spacing: -0.03em; margin-bottom: 0.25rem;
}
.contact-hours { font-size: 0.77rem; color: rgba(255,255,255,0.65); margin-bottom: 1.25rem; }
.btn-call {
  display: block; width: 100%; background: var(--accent); color: var(--accent-text);
  padding: 0.85rem; border-radius: var(--radius); text-align: center;
  font-weight: 700; font-size: 0.9rem; transition: background 0.2s;
  box-shadow: 0 4px 16px rgba(240,237,62,0.45);
}
.btn-call:hover { background: var(--accent-dark); color: var(--accent-text); }
.btn-wa-dark {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  width: 100%; background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85);
  padding: 0.7rem; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.2); text-align: center;
  font-size: 0.85rem; font-weight: 600; transition: all 0.2s; margin-top: 0.5rem;
}
.btn-wa-dark svg { width: 18px; height: 18px; fill: #25D366; flex-shrink: 0; }
.btn-wa-dark:hover { background: rgba(255,255,255,0.2); border-color: rgba(255,255,255,0.4); color: white; }
.btn-mail-dark {
  display: block; width: 100%; background: transparent; color: rgba(255,255,255,0.65);
  padding: 0.65rem; border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.15); text-align: center;
  font-size: 0.82rem; transition: all 0.2s; margin-top: 0.4rem;
}
.btn-mail-dark:hover { border-color: var(--accent); color: white; }
.divider-or {
  text-align: center; font-size: 0.7rem; color: rgba(255,255,255,0.35);
  margin: 0.5rem 0; position: relative;
}
.divider-or::before, .divider-or::after {
  content: ''; position: absolute; top: 50%; width: 36%; height: 1px;
  background: rgba(255,255,255,0.08);
}
.divider-or::before { left: 0; }
.divider-or::after { right: 0; }
.trust-badge {
  background: rgba(240,237,62,0.10); border: 1px solid rgba(240,237,62,0.35);
  backdrop-filter: blur(8px);
  border-radius: 10px; padding: 0.85rem 1.25rem;
  display: flex; align-items: center; gap: 0.75rem; width: 100%;
}
.badge-icon {
  width: 32px; height: 32px; background: var(--accent);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--accent-text); font-weight: 700; font-size: 0.95rem; flex-shrink: 0;
}
.badge-text strong { display: block; font-size: 0.8rem; font-weight: 600; color: rgba(255,255,255,0.95); }
.badge-text span { font-size: 0.7rem; color: rgba(255,255,255,0.6); }

/* STATS BAR */
.stats-bar {
  background: var(--bg-section);
  padding: 3rem 5vw;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
}
.stat-item {
  background: rgba(240,237,62,0.10);
  border: 1px solid rgba(240,237,62,0.45);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
}
.stat-num {
  font-size: 2.6rem; font-weight: 800; color: var(--accent-text);
  line-height: 1; margin-bottom: 0.4rem;
}
.stat-label { font-size: 0.77rem; color: var(--text-muted); font-weight: 500; }

/* LEISTUNGEN */
.leistungen-section { background: var(--bg-section); padding: var(--section-pad); }
.leistungen-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  flex-wrap: wrap; gap: 1rem; margin-bottom: 3rem;
}
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 1.5rem;
}
.service-card {
  background: white; padding: 2.5rem 2rem;
  border: 1px solid var(--border-light); border-radius: var(--radius-lg);
  transition: all 0.25s; display: block; box-shadow: var(--shadow);
  position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--accent);
  transform: scaleX(0); transform-origin: left; transition: transform 0.3s;
}
.service-card:hover { box-shadow: 0 8px 32px rgba(24,24,26,0.12); transform: translateY(-3px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 52px; height: 52px; background: var(--accent);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.5rem;
}
.service-card h3 { color: var(--text); margin-bottom: 0.6rem; }
.service-card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 1.25rem; }
.service-link { font-size: 0.72rem; font-weight: 700; color: var(--accent-text); text-transform: uppercase; letter-spacing: 0.1em; }

/* PROZESS */
.prozess-section { background: white; padding: var(--section-pad); }
.prozess-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem; margin-top: 3rem; position: relative;
}
.prozess-step { position: relative; z-index: 1; }
.step-num {
  width: 56px; height: 56px; background: var(--accent); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.2rem; color: var(--accent-text); margin-bottom: 1.25rem;
  box-shadow: 0 4px 16px rgba(240,237,62,0.4);
  border: 2px solid var(--accent-dark);
}
.prozess-step h3 { font-size: 1rem; font-weight: 700; color: var(--text); margin-bottom: 0.5rem; }
.prozess-step p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }

/* TESTIMONIALS */
.testimonials-section { background: var(--bg-section); padding: var(--section-pad); }

/* VORHER NACHHER */
.vorher-nachher-section { background: white; padding: var(--section-pad); }
.vn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.vn-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.vn-card img { width: 100%; height: 380px; object-fit: cover; display: block; transition: transform 0.4s; }
.vn-card:hover img { transform: scale(1.03); }
.vn-label {
  position: absolute; top: 1.25rem; left: 1.25rem;
  background: rgba(0,0,0,0.65); backdrop-filter: blur(8px); color: white;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: 20px;
}
.vn-label.nachher { background: var(--accent); color: var(--accent-text); }
.vn-caption {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent);
  color: white; font-size: 0.85rem; font-weight: 300;
}

/* WERTANRECHNUNG HIGHLIGHT */
.wertanrechnung-section { background: var(--bg-section); padding: var(--section-pad); }
.wertanrechnung-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 4rem; align-items: center; margin-top: 2rem; }
.wertanrechnung-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1rem; }
.wertanrechnung-image {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  position: relative; width: 80%; margin-left: auto; aspect-ratio: 1 / 1;
}
.wertanrechnung-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.wertanrechnung-image::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  border: 8px solid var(--accent); border-radius: var(--radius-lg);
}
.wertanrechnung-features { list-style: none; margin-top: 1.5rem; }
.wertanrechnung-features li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.7rem 0; border-bottom: 1px solid var(--border-light);
  font-size: 0.9rem; color: var(--text); font-weight: 500;
}
.wertanrechnung-features li::before {
  content: '€'; color: var(--accent-text); background: var(--accent);
  font-weight: 800; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
}

/* ÜBER UNS */
.ueber-section { background: white; padding: var(--section-pad); }
.ueber-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 1.5rem; }
.ueber-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.2rem; }
.ueber-features { list-style: none; margin-top: 1.5rem; }
.ueber-features li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.65rem 0; border-bottom: 1px solid var(--border-light);
  font-size: 0.875rem; color: var(--text);
}
.ueber-features li::before { content: '✓'; color: var(--accent-text); background: var(--accent); font-weight: 700; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; }
.ueber-image {
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg);
  width: 80%; margin-left: auto;
}
.ueber-image img { width: 100%; height: auto; display: block; object-fit: cover; }

/* REGIONEN */
.regionen-section { background: var(--bg-section); padding: var(--section-pad); }
.regionen-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 0.75rem; margin-top: 2.5rem; }
.region-pill {
  background: white; border: 1px solid var(--border);
  border-radius: var(--radius); padding: 0.8rem 0.5rem;
  text-align: center; font-size: 0.82rem; color: var(--text-muted);
  transition: all 0.2s; font-weight: 500; box-shadow: var(--shadow);
}
.region-pill:hover { background: var(--accent); border-color: var(--accent-dark); color: var(--accent-text); }

/* FAQ */
.faq-section { padding: var(--section-pad); background: white; }
.faq-list { margin-top: 2.5rem; }
.faq-item { border-bottom: 1px solid var(--border-light); padding: 1.25rem 0; cursor: pointer; }
.faq-q {
  font-size: 0.95rem; font-weight: 600; color: var(--text);
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq-q::after { content: '+'; color: var(--accent-text); background: var(--accent); width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; font-weight: 600; flex-shrink: 0; }
.faq-a { font-size: 0.875rem; color: var(--text-muted); line-height: 1.7; margin-top: 0.75rem; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-q::after { content: '−'; }
.faq-desktop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; margin-top: 2.5rem; }

/* KONTAKT */
.kontakt-section { background: var(--bg-section); padding: var(--section-pad); }
.kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.kontakt-info p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 2rem; }
.contact-details { list-style: none; }
.contact-details li {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.75rem 0; border-bottom: 1px solid var(--border-light);
  font-size: 0.875rem; color: var(--text);
}
.contact-details li .ci { color: var(--accent-text); background: var(--accent); width: 26px; height: 26px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem; flex-shrink: 0; }

/* FORM */
.contact-form-wrap {
  background: white; border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 2.5rem; box-shadow: var(--shadow);
}
.form-group { margin-bottom: 1rem; }
.form-group label {
  display: block; font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 0.4rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: var(--bg-section); border: 1.5px solid var(--border);
  border-radius: var(--radius); padding: 0.75rem 0.9rem; color: var(--text);
  font-family: var(--font-body); font-size: 0.875rem; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  border-color: var(--accent-dark); background: white;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-submit { width: 100%; margin-top: 0.5rem; }
.form-privacy { font-size: 0.68rem; color: var(--text-light); margin-top: 0.75rem; line-height: 1.5; }

/* PAGE HERO */
.page-hero {
  background: var(--bg-dark); padding: 8rem 5vw 4rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.page-hero h1 { color: white; margin-bottom: 1rem; }
.page-hero h1 em {
  font-style: italic; color: var(--accent);
}
.page-hero .lead { font-size: 1.05rem; color: rgba(255,255,255,0.6); max-width: 600px; line-height: 1.75; }
.breadcrumb {
  display: flex; gap: 0.5rem; align-items: center;
  font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-bottom: 1.5rem; flex-wrap: wrap;
}
.breadcrumb a { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--accent); }
.breadcrumb-sep { opacity: 0.3; }
.region-nearby { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
.nearby-link {
  font-size: 0.7rem; color: rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px; padding: 0.3rem 0.85rem; transition: all 0.2s;
}
.nearby-link:hover { color: var(--accent-text); background: var(--accent); border-color: var(--accent-dark); }

/* CONTENT SECTIONS */
.content-section { padding: var(--section-pad); background: white; }
.content-section.alt { background: var(--bg-section); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.content-text p { font-size: 0.95rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1rem; }
.content-text h3 { color: var(--text); margin-bottom: 0.5rem; margin-top: 1.5rem; font-size: 1rem; }
.checklist { list-style: none; margin-top: 1.25rem; }
.checklist li {
  display: flex; gap: 0.75rem; padding: 0.6rem 0;
  border-bottom: 1px solid var(--border-light); font-size: 0.875rem; color: var(--text);
}
.checklist li::before { content: '✓'; color: var(--accent-text); background: var(--accent); font-weight: 700; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; }
.info-box {
  background: var(--bg-section); border: 1px solid var(--border-light);
  border-left: 4px solid var(--accent); border-radius: var(--radius);
  padding: 1.5rem; margin-top: 1rem;
}
.info-box h4 { color: var(--text); font-size: 0.875rem; font-weight: 600; margin-bottom: 0.4rem; font-family: var(--font-body); }
.info-box p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; margin: 0; }

/* CTA BANNER */
.cta-banner {
  background: var(--bg-dark); padding: 4rem 5vw;
  text-align: center; border-top: 1px solid rgba(255,255,255,0.06);
}
.cta-banner h2 { color: white; margin-bottom: 1rem; }
.cta-banner h2 em { font-style: italic; color: var(--accent); }
.cta-banner p { color: rgba(255,255,255,0.6); margin-bottom: 2rem; font-size: 0.95rem; }
.cta-banner-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
#site-footer {
  background: var(--bg-dark2); padding: 4rem 5vw 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo img { height: 48px; width: auto; }
.footer-brand-text { font-size: 0.8rem; color: rgba(255,255,255,0.6); margin-top: 1rem; line-height: 1.65; }
.footer-col h4 {
  font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1rem; font-weight: 700; font-family: var(--font-body);
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.4rem; }
.footer-col ul a { font-size: 0.82rem; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-col ul a:hover { color: var(--accent); }
.footer-bottom {
  padding: 1.5rem 0; display: flex; justify-content: space-between;
  flex-wrap: wrap; gap: 0.5rem; font-size: 0.75rem; color: rgba(255,255,255,0.6);
}
.footer-bottom a { color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer-bottom a:hover { color: var(--accent); }

/* STICKY MOBILE */
.sticky-mobile {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  background: var(--accent); color: var(--accent-text); padding: 1rem 1.5rem;
  text-align: center; font-weight: 700; font-size: 0.95rem; z-index: 300;
  box-shadow: 0 -4px 16px rgba(240,237,62,0.4);
}

/* LEGAL */
.legal-section { padding: 8rem 5vw 5rem; max-width: 800px; }
.legal-section h1 { color: var(--text); margin-bottom: 2rem; }
.legal-section h2 { color: var(--text); font-size: 1.1rem; font-family: var(--font-body); font-weight: 700; margin: 2rem 0 0.5rem; }
.legal-section p, .legal-section li { font-size: 0.9rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 0.75rem; }
.legal-section ul { padding-left: 1.25rem; }
.legal-section a { color: var(--accent-text); border-bottom: 2px solid var(--accent); }

/* FAQ DESKTOP GRID */
.faq-desktop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 3rem; margin-top: 2.5rem; }
@media (max-width: 767px) {
  .faq-desktop-grid { display: block !important; }
}
@media (min-width: 768px) {
  .faq-desktop-grid { display: grid !important; }
}

/* COUNTER */
.stat-num { transition: opacity 0.3s; }

/* RESPONSIVE TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 4rem 5vw 2rem; padding-top: calc(72px + 2rem); }
  .hero-right { min-height: 320px; padding: 2.5rem 5vw; }
  .hero-right-inner { max-width: 100%; flex-direction: row; gap: 1.25rem; }
  .contact-card { max-width: 300px; }
  .trust-badge { max-width: 260px; align-self: flex-start; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu.open {
    display: flex; flex-direction: column; position: absolute;
    top: 72px; left: 0; right: 0; background: white;
    padding: 1.5rem 5vw; border-bottom: 1px solid var(--border);
    gap: 0.25rem; box-shadow: var(--shadow-lg);
  }
  .nav-dropdown { position: static; box-shadow: none; border: none; background: var(--bg-section); }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .prozess-grid { grid-template-columns: repeat(2,1fr); }
  .vn-grid { grid-template-columns: 1fr 1fr; }
  .vn-card img { height: 280px; }
  .ueber-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .wertanrechnung-grid { grid-template-columns: 1fr; gap: 2rem; }
  .wertanrechnung-image { width: 100%; margin-left: 0; aspect-ratio: 4/3; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 2rem; }
  .content-grid { grid-template-columns: 1fr; gap: 2rem; }
  .regionen-grid { grid-template-columns: repeat(4,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .sticky-mobile { display: block; }
  body { padding-bottom: 60px; }
}

/* RESPONSIVE MOBILE */
@media (max-width: 767px) {
  :root { --section-pad: 3rem 1.25rem; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 2.5rem 1.25rem 2rem !important; padding-top: calc(72px + 1.5rem) !important; }
  .hero-title { font-size: 2rem; }
  .hero-right { min-height: auto; padding: 2rem 1.25rem; }
  .hero-right-bg { display: none; }
  .hero-right-inner { max-width: 100%; }
  .nav-menu { display: none; }
  .nav-toggle { display: flex; }
  .nav-menu.open {
    display: flex; flex-direction: column; position: absolute;
    top: 72px; left: 0; right: 0; background: white;
    padding: 1.5rem 1.25rem; border-bottom: 1px solid var(--border);
    gap: 0.25rem; box-shadow: var(--shadow-lg);
  }
  .nav-dropdown { position: static; box-shadow: none; border: none; background: var(--bg-section); }
  .nav-dropdown-inner { box-shadow: none; border: none; background: var(--bg-section); padding: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .leistungen-header { flex-direction: column; align-items: flex-start; }
  .prozess-grid { grid-template-columns: 1fr; }
  .prozess-step { text-align: center; }
  .prozess-step .step-num { margin: 0 auto 1.25rem; }
  .vn-grid { grid-template-columns: 1fr; }
  .vn-card img { height: 240px; }
  .stats-bar { grid-template-columns: 1fr; padding: 2rem 1.25rem; gap: 1rem; }
  .ueber-grid { grid-template-columns: 1fr; gap: 2rem; }
  .ueber-image { width: 100% !important; margin-left: 0 !important; }
  .wertanrechnung-grid { grid-template-columns: 1fr; gap: 2rem; }
  .wertanrechnung-image { width: 100% !important; margin-left: 0 !important; aspect-ratio: 4/3; }
  .kontakt-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; gap: 2rem; }
  .regionen-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .sticky-mobile { display: block; }
  body { padding-bottom: 58px; }
}
