/* ===========================================
 AICHINGER CONSTRUCTIONS
 Bausachverständiger
 Self-hosted Fonts, Cookie-frei, Mobile-first
 =========================================== */

 @font-face {
 font-family: 'DMSerifText';
 src: url('/fonts/dm-serif-text-regular.woff2') format('woff2');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
 }
 @font-face {
 font-family: 'SourceSans3';
 src: url('/fonts/source-sans-3-regular.woff2') format('woff2');
 font-weight: 400;
 font-style: normal;
 font-display: swap;
 }
 @font-face {
 font-family: 'SourceSans3';
 src: url('/fonts/source-sans-3-600.woff2') format('woff2');
 font-weight: 600;
 font-style: normal;
 font-display: swap;
 }

 :root {
 --stone-900: #292524;
 --stone-800: #3d3835;
 --stone-700: #534b47;
 --stone-600: #6b6158;
 --stone-500: #8a7e74;
 --stone-400: #a89e95;
 --stone-300: #c8c0b8;
 --stone-200: #e2ddd8;
 --stone-100: #f3f0ed;
 --stone-50: #faf8f6;
 --warm-white: #fdfcfa;
 --accent: #8b4513;
 --accent-hover: #723a10;
 --accent-light: #a0522d;
 --text: var(--stone-900);
 --text-secondary: var(--stone-600);
 --bg: var(--warm-white);
 --bg-alt: var(--stone-50);
 --border: var(--stone-200);
 --success: #5d7a3a;
 --success-bg: #f4f8ef;
 --success-border: #b8d49a;
 --shadow-sm: 0 1px 2px rgba(41,37,36,0.06);
 --shadow-md: 0 4px 12px rgba(41,37,36,0.08);
 --shadow-lg: 0 8px 28px rgba(41,37,36,0.1);
 --radius: 4px;
 --radius-lg: 8px;
 --font-display: 'DMSerifText', Georgia, 'Times New Roman', serif;
 --font-body: 'SourceSans3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 }

 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 html { scroll-behavior: smooth; }
 body {
 font-family: var(--font-body);
 color: var(--text);
 line-height: 1.7;
 font-size: 16px;
 background: var(--bg);
 -webkit-font-smoothing: antialiased;
 }
 img { max-width: 100%; height: auto; display: block; }
 a { color: var(--accent); }
.sr-only { position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap; }
.container { max-width: 1060px; margin: 0 auto; padding: 0 24px; }

 /* TOPBAR */
.topbar {
 background: var(--stone-900);
 color: var(--stone-300);
 font-size: 13px;
 padding: 8px 0;
 }
.topbar-inner {
 display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;
 gap: 8px;
 }
.topbar a { color: var(--stone-300); text-decoration: none; }
.topbar a:hover { color: #fff; }
.topbar-contact { display: flex; gap: 20px; align-items: center; }
.topbar-contact span { display: flex; align-items: center; gap: 5px; }

 /* HEADER */
.site-header {
 background: var(--stone-800);
 padding: 14px 0;
 position: sticky;
 top: 0;
 z-index: 100;
 box-shadow: var(--shadow-sm);
 }
.header-inner { display: flex; justify-content: space-between; align-items: center; }
.logo-area { display: flex; align-items: center; gap: 14px; text-decoration: none; color: #fff; }
.logo-area img { height: 40px; width: auto; }
.logo-text { line-height: 1.2; }
.logo-text-primary { font-size: 15px; font-weight: 600; color: #fff; display: block; }
.logo-text-secondary { font-size: 11px; color: var(--stone-400); text-transform: uppercase; letter-spacing: 0.08em; display: block; }
.header-cta { display: none; }

 /* NAVIGATION */
.site-nav {
 background: var(--warm-white);
 border-bottom: 1px solid var(--border);
 overflow-x: auto;
 -webkit-overflow-scrolling: touch;
 position: sticky;
 top: 68px;
 z-index: 99;
 }
.nav-links { display: flex; gap: 0; min-width: max-content; }
.nav-links a {
 color: var(--stone-600);
 text-decoration: none;
 padding: 13px 18px;
 font-size: 13.5px;
 font-weight: 600;
 white-space: nowrap;
 transition: color 0.2s, background 0.2s;
 border-bottom: 2px solid transparent;
 }
.nav-links a:hover,
.nav-links a[aria-current="page"] {
 color: var(--accent);
 border-bottom-color: var(--accent);
 }

 /* HERO */
.hero {
 background: var(--stone-800);
 color: var(--stone-100);
 padding: 52px 0 56px;
 position: relative;
 }
.hero-content { position: relative; }
.hero-badge {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 background: rgba(255,255,255,0.08);
 border: 1px solid rgba(255,255,255,0.15);
 padding: 6px 14px;
 border-radius: 20px;
 font-size: 12px;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 margin-bottom: 20px;
 color: var(--stone-200);
 }
.hero h1 {
 font-family: var(--font-display);
 font-size: clamp(28px, 5vw, 42px);
 font-weight: 400;
 line-height: 1.2;
 margin-bottom: 18px;
 color: #fff;
 max-width: 620px;
 }
.hero-sub {
 font-size: 17px;
 line-height: 1.7;
 max-width: 540px;
 margin-bottom: 30px;
 color: var(--stone-300);
 }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

 /* BUTTONS */
.btn {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 14px 28px;
 font-size: 15px;
 font-weight: 600;
 font-family: var(--font-body);
 border-radius: var(--radius);
 text-decoration: none;
 transition: all 0.2s;
 border: none;
 cursor: pointer;
 line-height: 1.4;
 min-height: 48px;
 }
a.btn-primary, .btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(139,69,19,0.25); }
.btn-ghost { background: transparent; color: var(--stone-200); border: 1.5px solid var(--stone-300); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: var(--radius); }

 /* TRUST BAR */
.trust-bar { background: var(--stone-50); border-bottom: 1px solid var(--border); padding: 18px 0; }
.trust-items { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 36px; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 600; color: var(--stone-700); }
.trust-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--accent); }

 /* SECTIONS */
 section { padding: 60px 0; }
.section-label { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); margin-bottom: 8px; }
.section-title { font-family: var(--font-display); font-size: clamp(24px, 3.5vw, 32px); font-weight: 400; color: var(--stone-900); line-height: 1.25; margin-bottom: 14px; }
.section-intro { color: var(--text-secondary); font-size: 16px; max-width: 600px; margin-bottom: 40px; }

 /* SERVICE CARDS */
.services-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.service-card {
 background: var(--warm-white);
 border: 1px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 28px 26px;
 text-decoration: none;
 color: var(--text);
 display: block;
 transition: box-shadow 0.25s, border-color 0.25s;
 }
.service-card:hover { box-shadow: var(--shadow-lg); border-color: var(--stone-300); }
.service-card h3 { font-size: 17px; font-weight: 600; color: var(--stone-800); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.service-card h3 .s-icon { width: 36px; height: 36px; background: var(--stone-100); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--stone-600); }
.service-card p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.65; margin-bottom: 12px; margin-left: 46px; }
.service-card .card-arrow { font-size: 13px; font-weight: 600; color: var(--accent); margin-left: 46px; display: inline-flex; align-items: center; gap: 4px; }

 /* ABOUT */
.about-section { background: var(--stone-50); }
.about-grid { display: grid; grid-template-columns: 1fr; gap: 40px; }
.about-photo { border-radius: var(--radius-lg); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-text h3 { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--stone-800); margin-bottom: 14px; }
.about-text p { color: var(--text-secondary); margin-bottom: 16px; font-size: 15px; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stat { text-align: center; padding: 18px 8px; background: var(--warm-white); border: 1px solid var(--border); border-radius: var(--radius); }
.stat-value { font-family: var(--font-display); font-size: 24px; color: var(--stone-800); line-height: 1.2; }
.stat-label { font-size: 11.5px; color: var(--stone-500); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

 /* DEKRA BADGE (CSS-only, kein Bild nötig) */
.dekra-box {
 background: var(--warm-white);
 border: 1px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 20px 24px;
 display: flex;
 align-items: flex-start;
 gap: 16px;
 margin-top: 28px;
 }
.dekra-badge {
 width: 64px;
 height: 64px;
 flex-shrink: 0;
 border-radius: var(--radius);
 background: var(--stone-100);
 border: 2px solid var(--stone-300);
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 font-size: 9px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--stone-700);
 line-height: 1.3;
 text-align: center;
 }
.dekra-badge span { font-size: 13px; color: var(--accent); display: block; }
.dekra-box-text { font-size: 14px; color: var(--text-secondary); line-height: 1.6; }
.dekra-box-text strong { display: block; color: var(--stone-800); font-size: 14px; margin-bottom: 4px; }

 /* TESTIMONIAL */
.testimonial-section { background: var(--stone-800); color: var(--stone-200); }
.testimonial-quote {
 font-family: var(--font-display);
 font-size: clamp(17px, 2.2vw, 20px);
 font-weight: 400;
 line-height: 1.6;
 color: var(--stone-100);
 max-width: 720px;
 margin: 0 auto 20px;
 text-align: center;
 font-style: italic;
 }
.testimonial-author { text-align: center; font-size: 13px; color: var(--stone-400); margin-bottom: 20px; }
.testimonial-ratings { display: flex; justify-content: center; flex-wrap: wrap; gap: 32px; margin-top: 24px; }
.rating-item { text-align: center; font-size: 13px; color: var(--stone-400); }
.rating-item strong { display: block; font-size: 18px; color: var(--stone-200); margin-bottom: 4px; }
.rating-stars { color: #f5c518; font-size: 16px; letter-spacing: 2px; display: block; margin-bottom: 4px; }

 /* REGION / LINKWHEEL */
.region-section { background: var(--stone-50); }
.region-groups { display: grid; grid-template-columns: 1fr; gap: 24px; }
.region-group h3 { font-size: 14px; font-weight: 600; color: var(--stone-700); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.region-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.region-tag {
 background: var(--warm-white);
 color: var(--stone-700);
 border: 1px solid var(--border);
 padding: 7px 16px;
 border-radius: 20px;
 font-size: 13px;
 font-weight: 500;
 text-decoration: none;
 transition: all 0.2s;
 }
.region-tag:hover { background: var(--stone-200); border-color: var(--stone-300); color: var(--stone-900); }

 /* FAQ */
.faq-list { max-width: 700px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 18px 0;
 background: none;
 border: none;
 font-size: 15px;
 font-weight: 600;
 font-family: var(--font-body);
 color: var(--text);
 cursor: pointer;
 text-align: left;
 line-height: 1.45;
 gap: 16px;
 }
.faq-q:hover { color: var(--accent); }
.faq-q:focus { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 2px; }
.faq-chevron { flex-shrink: 0; transition: transform 0.25s; color: var(--stone-400); width: 18px; height: 18px; }
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-a { max-height: 500px; }
.faq-a p { font-size: 14.5px; color: var(--text-secondary); line-height: 1.7; padding-bottom: 18px; }
.faq-a a { color: var(--accent); font-weight: 600; }

 /* CTA SECTION */
.cta-section { background: var(--stone-900); color: var(--stone-100); padding: 56px 0; text-align: center; }
.cta-section .section-title { color: #fff; }
.cta-section p { color: var(--stone-400); max-width: 480px; margin: 0 auto 28px; }
.cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

 /* FOOTER */
.site-footer { background: var(--stone-900); color: var(--stone-400); padding: 48px 0 24px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 32px; margin-bottom: 36px; }
.footer-heading { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--stone-200); margin-bottom: 12px; }
.footer-grid p { line-height: 1.7; }
.footer-grid a { display: block; padding: 1px 0; text-decoration: none; color: var(--stone-200); transition: color 0.2s; }
.footer-grid a:hover { color: var(--stone-100); }
.footer-bottom { border-top: 1px solid var(--stone-700); padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 12.5px; color: var(--stone-500); }
.footer-bottom a { color: var(--stone-500); text-decoration: none; }
.footer-bottom a:hover { color: var(--stone-300); }

 /* MOBILE STICKY BAR */
.mobile-bar {
 display: none;
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 200;
 background: var(--stone-900);
 box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
 }
.mobile-bar-inner { display: flex; }
.mobile-bar a {
 flex: 1;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 6px;
 padding: 16px 8px;
 min-height: 52px;
 color: #fff;
 text-decoration: none;
 font-weight: 600;
 font-size: 13.5px;
 }
.mobile-bar .mb-call { background: var(--accent); }
.mobile-bar .mb-wa { background: #25D366; color: #fff; }
.mobile-bar .mb-mail { background: var(--stone-800); }

 /* RESPONSIVE */
 @media (min-width: 600px) {
.services-grid { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: repeat(2, 1fr); }
.region-groups { grid-template-columns: repeat(2, 1fr); }
 }
 @media (min-width: 860px) {
.about-grid { grid-template-columns: 280px 1fr; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
.region-groups { grid-template-columns: repeat(3, 1fr); }
.header-cta { display: inline-flex; }
 }
 @media (max-width: 859px) {
.mobile-bar { display: block !important; }
 body { padding-bottom: 56px; }
.topbar { display: none; }
.site-nav { -webkit-mask-image: linear-gradient(to right, black calc(100% - 40px), transparent); mask-image: linear-gradient(to right, black calc(100% - 40px), transparent); }
 section { padding: 44px 0; }
 }
 @media print {
.site-header,.site-nav,.topbar,.mobile-bar,.cta-section,.trust-bar { display: none; }
 body { font-size: 11pt; color: #000; }
 }
 


/* BLOG LAYOUT */
.blog-layout {
 display: grid;
 grid-template-columns: 1fr;
 gap: 40px;
 max-width: 1060px;
 margin: 0 auto;
 padding: 0 24px;
}
.blog-content { min-width: 0; }
.blog-sidebar-col { display: none; }

/* BLOG ARTICLE */
.blog-article h2 {
 font-family: var(--font-display);
 font-size: clamp(20px, 3vw, 26px);
 font-weight: 400;
 color: var(--stone-900);
 margin: 36px 0 14px;
 line-height: 1.3;
}
.blog-article h3 {
 font-family: var(--font-body);
 font-size: 18px;
 font-weight: 600;
 color: var(--stone-800);
 margin: 28px 0 10px;
}
.blog-article p {
 color: var(--text-secondary);
 font-size: 16px;
 line-height: 1.8;
 margin-bottom: 16px;
}
.blog-article ul, .blog-article ol {
 color: var(--text-secondary);
 font-size: 16px;
 line-height: 1.8;
 margin: 0 0 16px 20px;
 padding: 0;
}
.blog-article li { margin-bottom: 6px; }
.blog-article blockquote {
 border-left: 4px solid var(--accent);
 background: var(--stone-50);
 padding: 16px 20px;
 margin: 24px 0;
 border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
}
.blog-article blockquote p { margin: 0; font-size: 15px; }
.blog-article a { color: var(--accent); text-decoration: underline; }
.blog-article a:hover { color: var(--accent-hover); }

/* BLOG META */
.blog-meta {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 align-items: center;
 margin-bottom: 28px;
 font-size: 13.5px;
 color: var(--stone-500);
}
.blog-meta-cat {
 display: inline-block;
 background: var(--stone-100);
 color: var(--accent);
 font-size: 11px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 padding: 4px 10px;
 border-radius: 3px;
 text-decoration: none;
}
.blog-meta-cat:hover { background: var(--stone-200); }

/* BLOG INDEX CARDS */
.blog-list-card {
 display: block;
 background: var(--warm-white);
 border: 1px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 24px;
 margin-bottom: 20px;
 text-decoration: none;
 transition: box-shadow 0.25s, border-color 0.25s;
}
.blog-list-card:hover {
 box-shadow: var(--shadow-md);
 border-color: var(--stone-300);
}
.blog-list-card h3 {
 font-family: var(--font-display);
 font-size: 19px;
 font-weight: 400;
 color: var(--stone-800);
 line-height: 1.35;
 margin: 8px 0 10px;
}
.blog-list-card p {
 font-size: 14.5px;
 color: var(--text-secondary);
 line-height: 1.65;
 margin: 0;
}
.blog-list-card-meta {
 font-size: 12.5px;
 color: var(--stone-500);
 margin-top: 12px;
}

/* PAGINATION */
.blog-pagination {
 display: flex;
 justify-content: center;
 gap: 8px;
 margin: 40px 0;
}
.blog-pagination a, .blog-pagination span {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-width: 40px;
 height: 40px;
 padding: 0 12px;
 border: 1px solid var(--border);
 border-radius: var(--radius);
 font-size: 14px;
 font-weight: 600;
 color: var(--stone-600);
 text-decoration: none;
 transition: all 0.2s;
}
.blog-pagination a:hover {
 border-color: var(--accent);
 color: var(--accent);
}
.blog-pagination .current {
 background: var(--accent);
 border-color: var(--accent);
 color: #fff;
}

/* SIDEBAR */
.sidebar-widget {
 background: var(--warm-white);
 border: 1px solid var(--border);
 border-radius: var(--radius-lg);
 padding: 20px;
 margin-bottom: 20px;
}
.sidebar-heading {
 font-family: var(--font-body);
 font-size: 13px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--stone-800);
 margin: 0 0 14px;
}
.sidebar-post {
 display: block;
 padding: 8px 0;
 border-bottom: 1px solid var(--stone-100);
 text-decoration: none;
}
.sidebar-post:last-child { border-bottom: none; }
.sidebar-post-title {
 display: block;
 font-size: 14px;
 font-weight: 600;
 color: var(--stone-700);
 line-height: 1.4;
}
.sidebar-post:hover .sidebar-post-title { color: var(--accent); }
.sidebar-post-date {
 display: block;
 font-size: 12px;
 color: var(--stone-500);
 margin-top: 2px;
}
.sidebar-cat {
 display: flex;
 justify-content: space-between;
 align-items: center;
 padding: 8px 0;
 border-bottom: 1px solid var(--stone-100);
 text-decoration: none;
 font-size: 14px;
 color: var(--stone-700);
}
.sidebar-cat:last-child { border-bottom: none; }
.sidebar-cat:hover { color: var(--accent); }
.sidebar-cat-count {
 background: var(--stone-100);
 color: var(--stone-600);
 font-size: 12px;
 font-weight: 600;
 padding: 2px 8px;
 border-radius: 10px;
}
.sidebar-cta {
 background: var(--stone-900);
 border-color: var(--stone-800);
}
.sidebar-cta .sidebar-heading { color: #fff; }
.sidebar-cta p {
 color: var(--stone-400);
 font-size: 14px;
 line-height: 1.6;
 margin: 0 0 14px;
}
.sidebar-cta-phone {
 display: flex;
 align-items: center;
 gap: 8px;
 color: #fff;
 font-size: 16px;
 font-weight: 600;
 text-decoration: none;
 margin-bottom: 10px;
}
.sidebar-cta-phone:hover { color: var(--stone-200); }
.sidebar-cta-btn {
 display: block;
 text-align: center;
 background: var(--accent);
 color: #fff;
 padding: 10px 16px;
 border-radius: var(--radius);
 text-decoration: none;
 font-size: 14px;
 font-weight: 600;
 transition: background 0.2s;
}
.sidebar-cta-btn:hover { background: var(--accent-hover); }

@media (min-width: 860px) {
 .blog-layout {
  grid-template-columns: 1fr 280px;
 }
 .blog-sidebar-col { display: block; }
}


/* HERO SECTION */
.hero {
 position: relative;
 background: var(--stone-800) url('/img/content/hero-erlangen.jpg') center/cover no-repeat;
 color: #fff;
 padding: 64px 0 56px;
 overflow: hidden;
}
.hero-overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(135deg, rgba(28,25,23,0.88) 0%, rgba(28,25,23,0.65) 60%, rgba(28,25,23,0.4) 100%);
}
.hero-grid {
 display: grid;
 grid-template-columns: 1fr;
 gap: 32px;
 align-items: center;
 position: relative;
 z-index: 1;
}
.hero-content {
 max-width: 560px;
}
.hero-badge {
 display: inline-block;
 background: rgba(255,255,255,0.12);
 border: 1px solid rgba(255,255,255,0.2);
 color: var(--stone-200);
 font-size: 12px;
 font-weight: 600;
 letter-spacing: 1px;
 text-transform: uppercase;
 padding: 5px 14px;
 border-radius: 100px;
 margin-bottom: 16px;
}
.hero h1 {
 font-family: var(--font-display);
 font-size: clamp(28px, 5vw, 42px);
 font-weight: 400;
 line-height: 1.2;
 margin-bottom: 16px;
}
.hero-subtitle {
 font-size: 16px;
 line-height: 1.7;
 color: var(--stone-300);
 margin-bottom: 24px;
}
.hero-cta {
 display: flex;
 flex-wrap: wrap;
 gap: 12px;
 margin-bottom: 28px;
}
.btn-ghost-light {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 padding: 10px 22px;
 border: 1px solid rgba(255,255,255,0.3);
 color: #fff;
 border-radius: var(--radius-lg);
 font-size: 14px;
 text-decoration: none;
 transition: background 0.2s;
}
.btn-ghost-light:hover {
 background: rgba(255,255,255,0.1);
}
.hero-trust {
 display: flex;
 flex-wrap: wrap;
 gap: 20px;
}
.hero-trust-item {
 display: flex;
 align-items: center;
 gap: 6px;
 font-size: 13px;
 color: var(--stone-300);
}
.hero-trust-item svg {
 color: var(--accent);
 flex-shrink: 0;
}
.hero-image {
 display: none;
 justify-content: center;
}
.hero-image img {
 width: 260px;
 height: 260px;
 object-fit: cover;
 border-radius: 50%;
 border: 4px solid rgba(255,255,255,0.15);
 box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}
@media (min-width: 768px) {
 .hero { padding: 80px 0 72px; }
 .hero-grid { grid-template-columns: 1fr auto; }
 .hero-image { display: flex; }
 .hero-image img { width: 300px; height: 300px; }
}
@media (min-width: 1024px) {
 .hero { padding: 96px 0 88px; }
 .hero-image img { width: 340px; height: 340px; }
}

/* PAGE HEADER WITH IMAGE */
.page-header--image {
 position: relative;
 padding: 52px 0 56px;
 overflow: hidden;
}
.page-header__bg {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 z-index: 0;
}
.page-header__overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg, rgba(28,25,23,0.82) 0%, rgba(28,25,23,0.72) 100%);
 z-index: 1;
}
.page-header__content {
 position: relative;
 z-index: 2;
}
.page-header--image h1 {
 font-family: var(--font-display);
 font-size: clamp(26px, 4vw, 36px);
 font-weight: 400;
 color: #fff;
 line-height: 1.25;
 margin-bottom: 14px;
}
.page-header--image p {
 color: var(--stone-300);
 font-size: 16px;
 max-width: 560px;
 line-height: 1.7;
}


/* FAQ SECTION */
.faq-section {
 margin-top: 40px;
 border-top: 1px solid var(--border);
 padding-top: 8px;
}
.faq-item {
 border-bottom: 1px solid var(--stone-100);
 padding: 20px 0;
}
.faq-item:last-child { border-bottom: none; }
.faq-item h3 {
 font-family: var(--font-body);
 font-size: 16px;
 font-weight: 600;
 color: var(--stone-900);
 margin-bottom: 8px;
 line-height: 1.4;
}
.faq-item p {
 font-size: 15px;
 color: var(--text-secondary);
 line-height: 1.7;
 margin: 0;
}

/* CONTENT WIDTH — readable line length */
.content-wrap {
 max-width: 720px;
 margin: 0 auto;
}

/* HAMBURGER MENU */
.nav-toggle {
 display: none;
 background: none;
 border: none;
 cursor: pointer;
 padding: 8px;
 color: var(--stone-600);
}
.nav-toggle svg { display: block; }

@media (max-width: 859px) {
 .nav-toggle { display: flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--stone-600); padding: 10px 18px; }
 .nav-links { display: none; flex-direction: column; width: 100%; gap: 0; min-width: 0; }
 .nav-links.nav-open { display: flex; }
 .nav-links a { padding: 14px 18px; border-bottom: 1px solid var(--stone-100); font-size: 15px; white-space: normal; }
 .nav-links a:last-child { border-bottom: none; }
 .site-nav { overflow: visible; -webkit-mask-image: none; mask-image: none; }
}

/* FOOTER GRID — 5-column variant when Stadtteile section present */
.footer-grid--5col {
 grid-template-columns: 1fr;
}
@media (min-width: 600px) {
 .footer-grid--5col { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 860px) {
 .footer-grid--5col { grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; }
}
