:root {
  --ink: #111412;
  --ink-2: #1b201d;
  --ink-3: #2a302c;
  --paper: #ffffff;
  --off: #f4f5f3;
  --off-2: #e9ece8;
  --text: #171a18;
  --muted: #667068;
  --line: #dfe3de;
  --green: #3f8f2f;
  --green-bright: #66a941;
  --green-soft: #edf5e9;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8,12,9,.12);
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--text); background: var(--paper); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-140%); background: #fff; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { transform: none; }

.utility-bar { background: var(--ink); color: #cfd6d0; font-size: 13px; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 9px; }
.utility-right a:hover { color: #fff; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(102,169,65,.12); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(17,20,18,.08); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 8px 32px rgba(10,14,11,.08); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 230px; height: auto; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 28px; font-size: 15px; font-weight: 650; }
.main-nav a { position: relative; padding: 28px 0; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:20px; height:2px; background:var(--green); transition:right .2s ease; }
.main-nav a:hover::after { right:0; }
.menu-toggle { display:none; border:0; background:transparent; padding:8px; }
.menu-toggle span:not(.sr-only) { display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; padding: 0 18px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--green), #2f7624); box-shadow: 0 12px 25px rgba(63,143,47,.23); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(63,143,47,.32); }
.button-dark { color:#fff; background:var(--ink); }
.button-ghost { color:#fff; border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.06); }
.button-lg { min-height: 54px; padding-inline: 24px; font-size: 15px; }
.button-full { width: 100%; }

.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); background: var(--ink); color: #fff; overflow: hidden; }
.hero-copy-wrap { display: flex; justify-content: flex-end; }
.hero-copy { width: min(100% - 40px, 620px); margin-left: 20px; padding: 92px 52px 78px 0; align-self: center; }
.eyebrow { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 850; color: #b8c2ba; }
.eyebrow-dark { color: #566158; }
h1,h2,h3 { margin: 0; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(48px, 6vw, 88px); max-width: 780px; }
h2 { font-size: clamp(38px, 4.5vw, 66px); }
h3 { font-size: 27px; }
h1 span, h2 span { color: var(--green-bright); }
.hero-lead { max-width: 640px; font-size: 19px; line-height: 1.7; color: #cbd2cc; margin: 28px 0 32px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; }
.hero-audience { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); display:flex; flex-wrap:wrap; gap:10px 22px; color:#d7ddd8; font-size:14px; font-weight:650; }
.hero-audience span { display:flex; align-items:center; gap:8px; }
.hero-audience span::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--green-bright); }
.hero-visual { position: relative; background: url('assets/images/hero-wohnanlage.webp') center 55% / cover no-repeat; min-height: 690px; }
.hero-shade { position:absolute; inset:0; background: linear-gradient(90deg, rgba(17,20,18,.52), rgba(17,20,18,.02) 42%), linear-gradient(0deg, rgba(17,20,18,.22), transparent 45%); }
.hero-badge { position:absolute; right:36px; bottom:36px; width:220px; background:rgba(255,255,255,.94); color:var(--ink); padding:22px; border-radius:18px; box-shadow:var(--shadow); backdrop-filter: blur(10px); }
.hero-badge strong { display:block; font-size:42px; letter-spacing:-.05em; line-height:1; margin:4px 0 8px; }
.hero-badge span { display:block; font-size:12px; color:#667068; }
.hero-badge .badge-label { text-transform:uppercase; letter-spacing:.12em; font-weight:800; color:var(--green); }

.trust-strip { background:#fff; border-bottom:1px solid var(--line); }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid article { padding:27px 24px; display:grid; grid-template-columns:auto 1fr; gap:14px; border-right:1px solid var(--line); }
.trust-grid article:last-child { border-right:0; }
.trust-grid strong { display:block; font-size:14px; }
.trust-grid p { margin:5px 0 0; font-size:12px; color:var(--muted); line-height:1.45; }
.icon-chip { width:34px; height:34px; display:grid; place-items:center; border-radius:10px; background:var(--green-soft); color:var(--green); font-size:11px; font-weight:900; }

.section { padding: 112px 0; }
.section-light { background: var(--off); }
.section-white { background:#fff; }
.section-muted { background:#eff1ee; }
.section-dark { background:var(--ink); color:#fff; }
.section-heading { margin-bottom:54px; }
.split-heading { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr); gap:80px; align-items:end; }
.split-heading > p { margin:0 0 4px; color:var(--muted); font-size:17px; max-width:540px; }
.split-heading.inverted > p { color:#aeb8b0; }
.centered-heading { text-align:center; max-width:840px; margin-left:auto; margin-right:auto; }

.service-grid { display:grid; grid-template-columns:1.1fr .9fr; grid-auto-rows:420px; gap:18px; }
.service-card { position:relative; overflow:hidden; border-radius:var(--radius); background:#242a26; color:#fff; box-shadow:0 14px 40px rgba(14,19,15,.08); }
.service-card img { width:100%; height:100%; object-fit:cover; transition:transform .55s ease; }
.service-card:hover img { transform:scale(1.035); }
.service-overlay { position:absolute; inset:0; background:linear-gradient(0deg, rgba(9,12,10,.82) 0%, rgba(9,12,10,.17) 62%, rgba(9,12,10,.05)); }
.service-content { position:absolute; inset:auto 0 0; padding:34px; }
.service-content p { margin:0 0 10px; text-transform:uppercase; letter-spacing:.12em; font-size:11px; font-weight:850; color:#c8d1ca; }
.service-content h3 { max-width:520px; margin-bottom:12px; }
.service-content > span { display:block; color:#cbd2cc; font-size:14px; margin-bottom:18px; }
.service-content a { display:inline-flex; gap:10px; align-items:center; font-weight:800; color:#fff; }
.service-card-dark { background:linear-gradient(145deg,#161a17,#293029); }
.service-content.static { position:static; height:100%; display:flex; flex-direction:column; justify-content:flex-end; }
.service-number { position:absolute; right:26px; top:18px; font-size:96px; font-weight:900; line-height:1; color:rgba(255,255,255,.04); letter-spacing:-.08em; }

.statement-section { padding:116px 0; background:linear-gradient(135deg,#0f120f,#1b211c 64%,#172818); color:#fff; }
.statement-grid { display:grid; grid-template-columns:.55fr 1.45fr; gap:90px; }
.statement-kicker { padding-top:8px; text-transform:uppercase; letter-spacing:.18em; color:#8d9990; font-size:12px; font-weight:850; }
.statement-grid h2 { max-width:900px; font-size:clamp(50px,6.5vw,92px); }
.statement-grid p { max-width:760px; color:#b9c2bb; font-size:18px; margin:30px 0 20px; }
.statement-slogan { margin:0 0 30px; color:#fff; font-weight:850; letter-spacing:.03em; }

.target-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.target-media { position:relative; min-height:630px; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); }
.target-media img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.target-card { position:absolute; left:24px; right:24px; bottom:24px; padding:20px 22px; border-radius:16px; background:rgba(17,20,18,.9); backdrop-filter:blur(10px); color:#fff; }
.target-card strong, .target-card span { display:block; }
.target-card strong { font-size:17px; }
.target-card span { font-size:13px; color:#c8d1ca; margin-top:4px; }
.target-content h2 { margin-bottom:24px; }
.lead-dark { font-size:18px; color:#58625a; }
.feature-list { margin:30px 0 26px; display:grid; gap:18px; }
.feature-list > div { display:grid; grid-template-columns:32px 1fr; gap:14px; }
.feature-list > div > span { width:28px; height:28px; border-radius:50%; display:grid; place-items:center; background:var(--green-soft); color:var(--green); font-weight:900; }
.feature-list p { margin:0; color:#687169; }
.feature-list strong { display:block; color:var(--ink); margin-bottom:3px; }
.text-link { display:inline-flex; gap:12px; align-items:center; color:var(--ink); font-weight:850; border-bottom:1px solid #aeb6af; padding-bottom:5px; }

.business-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:center; }
.business-grid h2 { margin-bottom:24px; }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin:28px 0; }
.tag-row span { padding:10px 14px; border-radius:999px; background:#fff; border:1px solid var(--line); font-size:13px; font-weight:750; }
.business-panel { background:var(--ink); color:#fff; border-radius:28px; min-height:400px; padding:42px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.panel-number { position:absolute; right:28px; top:12px; font-size:126px; font-weight:900; letter-spacing:-.09em; color:rgba(255,255,255,.05); }
.business-panel h3 { font-size:38px; max-width:420px; }
.business-panel p { color:#b9c2bb; margin:18px 0 0; font-size:17px; }

.reference-grid { display:grid; grid-template-columns:1.35fr .65fr; grid-template-rows:300px 300px; gap:18px; }
.reference-grid figure { margin:0; position:relative; overflow:hidden; border-radius:22px; }
.reference-grid .ref-main { grid-row:1 / 3; }
.reference-grid img { width:100%; height:100%; object-fit:cover; }
.reference-grid figcaption { position:absolute; left:18px; right:18px; bottom:18px; background:rgba(10,13,11,.82); backdrop-filter:blur(10px); padding:16px 18px; border-radius:14px; }
.reference-grid figcaption strong, .reference-grid figcaption span { display:block; }
.reference-grid figcaption strong { font-size:15px; }
.reference-grid figcaption span { margin-top:4px; font-size:12px; color:#c5cec7; }

.locations-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.locations-copy h2 { margin-bottom:24px; }
.location-list { display:grid; grid-template-columns:repeat(2,1fr); border:1px solid var(--line); border-radius:24px; overflow:hidden; }
.location-list span { padding:19px 22px; border-bottom:1px solid var(--line); font-weight:800; display:flex; justify-content:space-between; align-items:center; }
.location-list span:nth-child(odd) { border-right:1px solid var(--line); }
.location-list span::after { content:"→"; color:var(--green); }
.location-list span:nth-last-child(-n+2) { border-bottom:0; }

.company-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }
.company-copy h2 { margin-bottom:24px; }
.company-copy > p:not(.eyebrow) { color:#626c64; font-size:17px; }
.company-media { position:relative; min-height:610px; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); }
.company-media img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:center 35%; }
.company-note { position:absolute; left:24px; bottom:24px; right:24px; border-radius:16px; padding:18px 20px; background:rgba(255,255,255,.94); backdrop-filter:blur(10px); }
.company-note strong,.company-note span { display:block; }
.company-note span { color:var(--muted); font-size:13px; margin-top:3px; }

.process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:50px; border-top:1px solid var(--line); }
.process-grid article { padding:30px 28px 20px 0; border-right:1px solid var(--line); min-height:220px; }
.process-grid article:not(:first-child) { padding-left:28px; }
.process-grid article:last-child { border-right:0; }
.process-grid article > span { font-size:12px; font-weight:900; color:var(--green); }
.process-grid h3 { margin:38px 0 10px; font-size:24px; }
.process-grid p { margin:0; color:var(--muted); font-size:14px; }

.cta-band { background:var(--ink); color:#fff; padding:72px 0; }
.cta-band-inner { display:flex; justify-content:space-between; align-items:center; gap:50px; }
.cta-band h2 { max-width:800px; font-size:clamp(38px,4.2vw,62px); }

.contact-section { background:#f8f9f7; }
.contact-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:80px; align-items:start; }
.contact-copy { position:sticky; top:120px; }
.contact-copy h2 { margin-bottom:24px; }
.contact-options { margin-top:34px; display:grid; gap:10px; }
.contact-options a { padding:17px 18px; background:#fff; border:1px solid var(--line); border-radius:14px; display:flex; flex-direction:column; transition:border-color .2s ease, transform .2s ease; }
.contact-options a:hover { border-color:#b6c2b8; transform:translateY(-1px); }
.contact-options span { color:var(--muted); font-size:11px; text-transform:uppercase; letter-spacing:.12em; font-weight:800; }
.contact-options strong { margin-top:3px; font-size:15px; }
.quote-form { background:#fff; border:1px solid var(--line); border-radius:26px; padding:34px; box-shadow:0 20px 60px rgba(11,15,12,.07); }
.quote-form label { display:block; margin-bottom:18px; font-size:13px; font-weight:800; color:#374039; }
.quote-form input,.quote-form select,.quote-form textarea { width:100%; margin-top:8px; border:1px solid #cfd5d0; border-radius:12px; padding:13px 14px; background:#fff; color:var(--ink); outline:none; }
.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color:var(--green); box-shadow:0 0 0 3px rgba(63,143,47,.1); }
.two-col { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.form-note,.form-success { margin:12px 0 0; color:var(--muted); font-size:12px; }
.form-success { color:#2b6f21; font-weight:700; }

.site-footer { background:#0c0f0d; color:#d6ddd7; padding:68px 0 26px; }
.footer-top { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:50px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-brand { display:flex; align-items:center; gap:16px; }
.footer-brand img { width:70px; height:70px; object-fit:contain; }
.footer-brand strong,.footer-brand span { display:block; }
.footer-brand strong { color:#fff; font-size:18px; }
.footer-brand span { color:#8f9a91; font-size:12px; margin-top:5px; max-width:260px; }
.footer-col { display:flex; flex-direction:column; gap:8px; font-size:13px; color:#aab4ac; }
.footer-col h3 { color:#fff; font-size:13px; margin:0 0 10px; letter-spacing:.06em; }
.footer-col a:hover { color:#fff; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:24px; font-size:12px; color:#7f8a81; }
.footer-bottom div { display:flex; gap:20px; }

.mobile-actions { display:none; }

@media (max-width: 1080px) {
  .header-inner { grid-template-columns:210px 1fr auto; gap:18px; }
  .brand img { width:195px; }
  .main-nav { gap:18px; font-size:14px; }
  .header-cta { display:none; }
  .hero { grid-template-columns:1fr 1fr; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid article:nth-child(2) { border-right:0; }
  .trust-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .target-grid,.business-grid,.company-grid,.locations-grid,.contact-grid { gap:50px; }
  .service-grid { grid-template-columns:1fr 1fr; grid-auto-rows:390px; }
}

@media (max-width: 860px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .utility-right { display:none; }
  .utility-inner { justify-content:center; }
  .header-inner { min-height:70px; grid-template-columns:1fr auto; }
  .brand img { width:205px; }
  .menu-toggle { display:block; }
  .main-nav { position:absolute; left:14px; right:14px; top:76px; display:none; flex-direction:column; align-items:stretch; gap:0; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); padding:10px; }
  .main-nav.open { display:flex; }
  .main-nav a { padding:13px 14px; border-radius:10px; }
  .main-nav a:hover { background:var(--off); }
  .main-nav a::after { display:none; }

  .hero { grid-template-columns:1fr; min-height:auto; }
  .hero-copy { width:min(100% - 28px, 760px); margin:0 auto; padding:72px 0 64px; }
  .hero-visual { min-height:560px; }
  .hero-badge { right:18px; bottom:18px; }
  .section { padding:82px 0; }
  .split-heading { grid-template-columns:1fr; gap:22px; }
  .service-grid { grid-template-columns:1fr; grid-auto-rows:430px; }
  .statement-grid { grid-template-columns:1fr; gap:30px; }
  .target-grid,.business-grid,.company-grid,.locations-grid,.contact-grid { grid-template-columns:1fr; }
  .target-media,.company-media { min-height:540px; }
  .reference-grid { grid-template-columns:1fr 1fr; grid-template-rows:460px 280px; }
  .reference-grid .ref-main { grid-row:auto; grid-column:1 / 3; }
  .process-grid { grid-template-columns:repeat(2,1fr); }
  .process-grid article:nth-child(2) { border-right:0; }
  .process-grid article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .cta-band-inner { align-items:flex-start; flex-direction:column; }
  .contact-copy { position:static; }
  .footer-top { grid-template-columns:1.3fr 1fr; }
}

@media (max-width: 600px) {
  body { padding-bottom:62px; }
  .utility-bar { display:none; }
  .brand img { width:180px; }
  .header-inner { min-height:66px; }
  .main-nav { top:70px; }
  .hero-copy { padding:58px 0 52px; }
  h1 { font-size:48px; }
  h2 { font-size:40px; }
  .hero-lead { font-size:17px; }
  .hero-actions .button { width:100%; }
  .hero-visual { min-height:430px; }
  .hero-badge { width:190px; padding:18px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid article { border-right:0; border-bottom:1px solid var(--line) !important; }
  .trust-grid article:last-child { border-bottom:0 !important; }
  .section { padding:68px 0; }
  .service-grid { grid-auto-rows:390px; }
  .service-content { padding:26px; }
  .service-content h3 { font-size:25px; }
  .statement-section { padding:76px 0; }
  .statement-grid h2 { font-size:50px; }
  .target-media,.company-media { min-height:440px; }
  .business-panel { min-height:340px; padding:30px; }
  .business-panel h3 { font-size:32px; }
  .reference-grid { grid-template-columns:1fr; grid-template-rows:430px 300px 300px; }
  .reference-grid .ref-main { grid-column:auto; }
  .location-list { grid-template-columns:1fr; }
  .location-list span { border-right:0 !important; border-bottom:1px solid var(--line) !important; }
  .location-list span:last-child { border-bottom:0 !important; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid article, .process-grid article:not(:first-child) { border-right:0; border-bottom:1px solid var(--line); padding:24px 0; min-height:auto; }
  .process-grid article:last-child { border-bottom:0; }
  .process-grid h3 { margin-top:18px; }
  .two-col { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:22px; border-radius:20px; }
  .footer-top { grid-template-columns:1fr; gap:34px; }
  .footer-bottom { flex-direction:column; }
  .mobile-actions { position:fixed; left:0; right:0; bottom:0; z-index:200; display:grid; grid-template-columns:1fr 1fr; box-shadow:0 -10px 30px rgba(0,0,0,.18); }
  .mobile-actions a { min-height:62px; display:grid; place-items:center; background:var(--ink); color:#fff; font-weight:850; }
  .mobile-actions .wa { background:var(--green); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}


/* ================================
   Service pages & service index
   ================================ */
.breadcrumb { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-bottom:38px; color:#aeb8b0; font-size:13px; }
.breadcrumb a:hover { color:#fff; }
.breadcrumb strong { color:#fff; font-weight:750; }

.service-page-hero { background:var(--ink); color:#fff; padding:34px 0 0; overflow:hidden; }
.service-page-hero-grid { display:grid; grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr); gap:56px; align-items:stretch; min-height:650px; }
.service-page-copy { padding:58px 0 78px; align-self:center; }
.service-page-copy h1 { font-size:clamp(48px,5.8vw,82px); }
.service-page-copy .hero-lead { max-width:720px; }
.service-page-meta { display:flex; flex-wrap:wrap; gap:12px 22px; margin-top:38px; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); color:#cbd2cc; font-size:13px; font-weight:700; }
.service-page-meta span { display:flex; align-items:center; gap:8px; }
.service-page-meta span::before { content:""; width:5px; height:5px; border-radius:50%; background:var(--green-bright); }

.service-page-visual { position:relative; min-height:650px; border-radius:28px 28px 0 0; overflow:hidden; background:linear-gradient(145deg,#1d241f,#26322a); }
.service-page-visual.has-image img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; }
.service-page-visual.has-image::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(12,15,13,.42),transparent 58%), linear-gradient(90deg,rgba(12,15,13,.12),transparent); }
.service-page-badge { position:absolute; z-index:2; left:26px; right:26px; bottom:26px; background:rgba(255,255,255,.94); color:var(--ink); border-radius:16px; padding:18px 20px; backdrop-filter:blur(10px); box-shadow:var(--shadow); }
.service-page-badge span,.service-page-badge strong { display:block; }
.service-page-badge span { font-size:11px; text-transform:uppercase; letter-spacing:.14em; font-weight:850; color:var(--green); }
.service-page-badge strong { font-size:20px; margin-top:4px; }

.service-graphic { position:absolute; inset:0; display:grid; place-items:center; overflow:hidden; }
.service-graphic::before { content:""; position:absolute; width:520px; height:520px; border-radius:50%; background:radial-gradient(circle,rgba(102,169,65,.18),rgba(102,169,65,0) 65%); }
.service-graphic-ring { width:320px; height:320px; border:34px solid rgba(255,255,255,.06); border-right-color:rgba(102,169,65,.4); border-radius:50%; transform:rotate(-18deg); }
.service-graphic-z { position:absolute; font-size:260px; line-height:1; font-weight:950; letter-spacing:-.12em; color:#fff; opacity:.9; text-shadow:0 24px 50px rgba(0,0,0,.3); }
.service-graphic-label { position:absolute; top:36px; right:36px; color:#8fa493; text-transform:uppercase; letter-spacing:.18em; font-size:11px; font-weight:850; }

.service-facts { background:#fff; border-bottom:1px solid var(--line); }
.service-facts-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.service-facts article { display:grid; grid-template-columns:auto 1fr; gap:13px; padding:27px 22px; border-right:1px solid var(--line); }
.service-facts article:last-child { border-right:0; }
.service-facts article > span { width:34px; height:34px; border-radius:10px; background:var(--green-soft); color:var(--green); display:grid; place-items:center; font-size:11px; font-weight:900; }
.service-facts strong { display:block; font-size:14px; }
.service-facts p { margin:5px 0 0; color:var(--muted); font-size:12px; line-height:1.45; }

.service-detail-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:80px; align-items:start; }
.service-detail-copy h2 { margin-bottom:24px; }
.service-check-panel { background:var(--ink); color:#fff; border-radius:28px; padding:38px; box-shadow:var(--shadow); }
.panel-kicker { margin:0 0 24px; color:#aeb8b0; text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:850; }
.service-check-panel ul { margin:0; padding:0; list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:0 26px; }
.service-check-panel li { position:relative; padding:16px 0 16px 30px; border-bottom:1px solid rgba(255,255,255,.09); color:#edf1ee; font-size:14px; }
.service-check-panel li::before { content:"✓"; position:absolute; left:0; color:var(--green-bright); font-weight:900; }
.service-note { margin:24px 0 0; color:#aeb8b0; font-size:12px; line-height:1.55; }

.service-benefit-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.service-benefit-grid article { min-height:260px; border:1px solid var(--line); background:#fff; border-radius:20px; padding:28px; }
.service-benefit-grid article > span { display:inline-flex; width:34px; height:34px; align-items:center; justify-content:center; background:var(--green-soft); color:var(--green); border-radius:10px; font-size:11px; font-weight:900; }
.service-benefit-grid h3 { margin:48px 0 12px; font-size:24px; }
.service-benefit-grid p { margin:0; color:var(--muted); font-size:14px; }

.service-statement { padding:96px 0; }
.related-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.related-card { position:relative; min-height:260px; display:flex; flex-direction:column; justify-content:flex-end; padding:28px; border-radius:22px; overflow:hidden; background:linear-gradient(145deg,#131713,#252c26); color:#fff; transition:transform .2s ease, box-shadow .2s ease; }
.related-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); }
.related-card::after { content:""; position:absolute; width:150px; height:150px; border-radius:50%; border:22px solid rgba(102,169,65,.12); top:-50px; right:-40px; }
.related-card > span { position:absolute; left:28px; top:24px; text-transform:uppercase; color:#8fa493; letter-spacing:.14em; font-size:10px; font-weight:850; }
.related-card strong { font-size:27px; line-height:1.08; max-width:300px; }
.related-card em { margin-top:18px; font-style:normal; color:#d7ddd8; font-size:13px; font-weight:800; }

.service-contact-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:70px; align-items:start; }
.service-contact-grid h2 { margin-bottom:20px; }
.service-contact-lead { max-width:560px; color:#b8c2ba; font-size:17px; }
.dark-options { margin-top:28px; }
.dark-options a { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.11); color:#fff; }
.dark-options a:hover { border-color:rgba(255,255,255,.28); }
.dark-options span { color:#96a198; }
.compact-form { box-shadow:none; }
.compact-form .form-note { color:#6b756d; }

/* Service index */
.service-index-hero { background:linear-gradient(135deg,#0d100e,#1b211c 62%,#163018); color:#fff; padding:34px 0 100px; }
.service-index-intro { max-width:1240px; }
.service-index-intro h1 { max-width:900px; }
.service-index-intro .hero-lead { max-width:750px; }
.services-index-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.services-index-card { position:relative; min-height:330px; border:1px solid var(--line); border-radius:24px; padding:32px; background:#fff; display:flex; flex-direction:column; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; overflow:hidden; }
.services-index-card:hover { transform:translateY(-3px); box-shadow:var(--shadow); border-color:#cfd5cf; }
.services-index-card::after { content:""; position:absolute; width:190px; height:190px; border-radius:50%; border:26px solid var(--green-soft); right:-76px; top:-84px; }
.services-index-num { position:absolute; right:26px; top:18px; z-index:1; color:var(--green); font-size:12px; font-weight:900; }
.services-index-card > p { margin:0 0 16px; text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:850; color:#677168; }
.services-index-card h2 { font-size:38px; margin-bottom:18px; }
.services-index-card > div { color:var(--muted); max-width:540px; }
.services-index-card em { margin-top:auto; padding-top:30px; font-style:normal; font-size:13px; font-weight:850; }

@media (max-width:1080px) {
  .service-page-hero-grid { grid-template-columns:1fr 1fr; gap:36px; }
  .service-facts-grid { grid-template-columns:repeat(2,1fr); }
  .service-facts article:nth-child(2) { border-right:0; }
  .service-facts article:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .service-benefit-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:860px) {
  .service-page-hero { padding-top:24px; }
  .service-page-hero-grid { grid-template-columns:1fr; min-height:auto; }
  .service-page-copy { padding:30px 0 10px; }
  .service-page-visual { min-height:540px; border-radius:26px 26px 0 0; }
  .service-detail-grid,.service-contact-grid { grid-template-columns:1fr; gap:44px; }
  .related-grid { grid-template-columns:1fr; }
  .services-index-grid { grid-template-columns:1fr; }
}

@media (max-width:600px) {
  .breadcrumb { margin-bottom:24px; }
  .service-page-copy h1 { font-size:47px; }
  .service-page-visual { min-height:430px; }
  .service-page-meta { display:grid; gap:9px; }
  .service-facts-grid { grid-template-columns:1fr; }
  .service-facts article { border-right:0; border-bottom:1px solid var(--line) !important; }
  .service-facts article:last-child { border-bottom:0 !important; }
  .service-check-panel { padding:26px 22px; }
  .service-check-panel ul { grid-template-columns:1fr; }
  .service-benefit-grid { grid-template-columns:1fr; }
  .service-benefit-grid article { min-height:220px; }
  .services-index-card { min-height:300px; padding:26px; }
  .services-index-card h2 { font-size:32px; }
}


/* ================================
   Zielgruppen / Solutions
   ================================ */
.solution-page-hero .service-page-visual::after { background:linear-gradient(0deg,rgba(10,13,11,.5),rgba(10,13,11,.02) 58%),linear-gradient(90deg,rgba(10,13,11,.16),transparent); }
.solution-page-hero .service-page-badge { border-left:4px solid var(--green); }
.solution-index-grid { grid-template-columns:repeat(3,1fr); }
.solution-index-grid .services-index-card { min-height:390px; }
.solution-index-grid .services-index-card h2 { font-size:34px; max-width:430px; }
@media (max-width:1080px){.solution-index-grid{grid-template-columns:1fr 1fr}.solution-index-grid .services-index-card:last-child{grid-column:1/-1}}
@media (max-width:700px){.solution-index-grid{grid-template-columns:1fr}.solution-index-grid .services-index-card:last-child{grid-column:auto}}


/* V4 – Standortseiten */
.location-list a { display:block; padding:14px 16px; border:1px solid var(--line); border-radius:12px; background:#fff; font-weight:750; transition:.2s ease; }
.location-list a:hover { border-color:#b9c7ba; transform:translateY(-2px); box-shadow:0 10px 24px rgba(16,22,18,.06); }
.city-page-hero .service-page-badge { border-left:4px solid var(--green); }
.city-tone-urban .city-page-hero { background:linear-gradient(135deg,#0f1210,#18221b 62%,#112716); }
.city-tone-residential .city-page-hero { background:linear-gradient(135deg,#111412,#1d211e 58%,#253027); }
.city-tone-local .city-page-hero { background:linear-gradient(135deg,#101310,#1a201b 68%,#19301a); }
.city-signature { background:#fff; border-bottom:1px solid var(--line); }
.city-signature-inner { min-height:76px; display:grid; grid-template-columns:180px 1fr auto; gap:28px; align-items:center; }
.city-signature-inner > span { color:var(--green); text-transform:uppercase; letter-spacing:.16em; font-weight:900; font-size:12px; }
.city-signature-inner > strong { font-size:15px; }
.city-signature-inner > a { font-size:13px; font-weight:850; color:#536058; }
.city-statement { position:relative; overflow:hidden; }
.city-statement::after { content:""; position:absolute; width:340px; height:340px; border:1px solid rgba(102,169,65,.18); border-radius:50%; right:-90px; top:-120px; box-shadow:0 0 0 70px rgba(102,169,65,.025),0 0 0 140px rgba(102,169,65,.018); }
.city-area-grid { display:grid; grid-template-columns:1fr .85fr; gap:80px; align-items:center; }
.city-area-card { background:var(--ink); color:#fff; padding:34px; border-radius:22px; box-shadow:var(--shadow); }
.city-area-card span { display:block; color:#9fac9f; text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:850; }
.city-area-card strong { display:block; font-size:26px; line-height:1.3; margin:12px 0 16px; }
.city-area-card p { margin:0; color:#b9c3bb; }
.city-faq-grid { display:grid; grid-template-columns:.7fr 1.3fr; gap:80px; }
.faq-list { display:grid; gap:12px; }
.faq-list details { border:1px solid var(--line); border-radius:16px; padding:0 20px; background:#fff; }
.faq-list summary { cursor:pointer; padding:20px 32px 20px 0; font-weight:850; position:relative; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; position:absolute; right:0; top:17px; color:var(--green); font-size:22px; }
.faq-list details[open] summary::after { content:"–"; }
.faq-list details p { color:var(--muted); margin:0 0 20px; }
.location-overview-hero { padding-bottom:80px; }
.location-overview-copy { max-width:980px; padding:64px 0 30px; }
.location-overview-copy h1 { font-size:clamp(52px,7vw,94px); }
.location-card-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.location-card { min-height:310px; padding:28px; border-radius:22px; background:#fff; border:1px solid var(--line); display:flex; flex-direction:column; transition:.2s ease; box-shadow:0 12px 34px rgba(12,18,13,.04); position:relative; overflow:hidden; }
.location-card::after { content:""; position:absolute; width:110px; height:110px; right:-40px; top:-40px; border-radius:50%; background:var(--green-soft); transition:.2s ease; }
.location-card:hover { transform:translateY(-4px); box-shadow:0 22px 50px rgba(12,18,13,.10); border-color:#cbd5cb; }
.location-card-kicker { color:var(--green); text-transform:uppercase; letter-spacing:.13em; font-size:10px; font-weight:900; max-width:80%; }
.location-card h2 { font-size:34px; margin:14px 0 14px; }
.location-card p { color:var(--muted); margin:0 0 16px; }
.location-card strong { font-size:12px; color:#455048; margin-top:auto; }
.location-card em { font-style:normal; font-weight:850; margin-top:18px; }
.location-card-urban { background:linear-gradient(180deg,#fff,#f1f5f1); }
.location-card-residential { background:linear-gradient(180deg,#fff,#f7f7f4); }
.location-card-local { background:linear-gradient(180deg,#fff,#f3f7f1); }
@media (max-width:980px){.location-card-grid{grid-template-columns:repeat(2,1fr)}.city-area-grid,.city-faq-grid{grid-template-columns:1fr;gap:42px}.city-signature-inner{grid-template-columns:120px 1fr}.city-signature-inner>a{display:none}}
@media (max-width:680px){.location-card-grid{grid-template-columns:1fr}.city-signature-inner{grid-template-columns:1fr;gap:3px;padding:18px 0;min-height:0}.location-overview-copy{padding-top:38px}.location-card{min-height:260px}}


/* ================================
   V5 – Unternehmen / Referenzen / Karriere / Rechtliches
   ================================ */
.corporate-index-hero { background:linear-gradient(135deg,#0d100e,#171d18 60%,#203222); }
.corporate-page-hero { background:linear-gradient(135deg,#0f120f,#1a201b 62%,#18301a); }
.corporate-visual img { object-position:center 48%; }
.company-path-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.company-path-card { min-height:390px; padding:34px; border-radius:24px; border:1px solid var(--line); background:#fff; display:flex; flex-direction:column; transition:.2s ease; position:relative; overflow:hidden; }
.company-path-card::after { content:""; position:absolute; width:160px; height:160px; border-radius:50%; right:-70px; top:-60px; border:22px solid var(--green-soft); }
.company-path-card:hover { transform:translateY(-4px); box-shadow:var(--shadow); border-color:#cbd5cb; }
.company-path-card > span { color:var(--green); text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:900; }
.company-path-card h2 { font-size:36px; margin:34px 0 18px; max-width:390px; }
.company-path-card p { color:var(--muted); max-width:430px; }
.company-path-card em { margin-top:auto; padding-top:28px; font-style:normal; font-weight:850; }
.story-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:90px; align-items:start; }
.story-grid h2 { margin-bottom:26px; }
.story-grid > div:first-child > p:not(.eyebrow) { color:var(--muted); font-size:17px; }
.owner-card { background:var(--ink); color:#fff; border-radius:26px; padding:38px; min-height:390px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; }
.owner-card::before { content:"Z"; position:absolute; top:-40px; right:20px; font-size:210px; font-weight:900; line-height:1; color:rgba(255,255,255,.035); }
.owner-card > span { color:var(--green-bright); text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:900; }
.owner-card > strong { font-size:34px; line-height:1.15; margin:15px 0; max-width:440px; }
.owner-card p { color:#b8c2ba; }
.owner-card a { margin-top:16px; font-weight:850; }
.reference-case-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.reference-case { border:1px solid var(--line); border-radius:24px; padding:32px; background:#fff; min-height:390px; display:flex; flex-direction:column; position:relative; overflow:hidden; }
.reference-case.featured { background:linear-gradient(145deg,#111412,#1f2921); color:#fff; border-color:#1d271f; }
.case-top { display:flex; justify-content:space-between; gap:20px; align-items:center; text-transform:uppercase; letter-spacing:.11em; font-size:11px; font-weight:900; color:#657067; }
.reference-case.featured .case-top { color:#aeb9b0; }
.case-top strong { color:var(--green); }
.reference-case.featured .case-top strong { color:var(--green-bright); }
.reference-case h2 { font-size:38px; margin:48px 0 7px; max-width:600px; }
.case-location { margin:0 0 22px; color:var(--green); font-weight:850; }
.reference-case.featured .case-location { color:var(--green-bright); }
.case-services { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; }
.case-services span { padding:8px 11px; border-radius:999px; border:1px solid var(--line); background:#f8faf7; font-size:12px; font-weight:750; }
.reference-case.featured .case-services span { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.12); }
.reference-case > p:last-child { color:var(--muted); margin-top:auto; }
.reference-case.featured > p:last-child { color:#b8c2ba; }
.reference-more-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:80px; align-items:center; }
.reference-more-grid h2 { margin-bottom:22px; }
.reference-principle { background:#fff; border:1px solid var(--line); border-radius:22px; padding:34px; }
.reference-principle span { display:block; color:var(--green); text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:900; }
.reference-principle strong { display:block; font-size:28px; line-height:1.2; margin:14px 0; }
.reference-principle p { color:var(--muted); margin:0; }
.career-page-hero { background:linear-gradient(135deg,#0d100e,#181d19 58%,#1b3420); color:#fff; padding:34px 0 72px; }
.career-visual { min-height:590px; border-radius:30px 30px 0 0; background:radial-gradient(circle at 68% 26%,rgba(102,169,65,.2),transparent 28%),linear-gradient(150deg,#222a24,#101310); position:relative; overflow:hidden; padding:40px; display:flex; align-items:flex-end; }
.career-monogram { position:absolute; font-size:430px; font-weight:950; line-height:.8; letter-spacing:-.13em; right:-20px; top:50px; color:rgba(255,255,255,.035); }
.career-visual-copy { position:relative; z-index:1; max-width:430px; }
.career-visual-copy span { display:block; color:var(--green-bright); text-transform:uppercase; letter-spacing:.14em; font-size:11px; font-weight:900; margin-bottom:10px; }
.career-visual-copy strong { display:block; font-size:35px; line-height:1.12; }
.career-role-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.career-role-grid article { min-height:330px; border:1px solid var(--line); border-radius:22px; padding:30px; background:#fff; display:flex; flex-direction:column; }
.career-role-grid article > span { color:var(--green); font-weight:900; }
.career-role-grid h3 { margin:56px 0 14px; max-width:520px; }
.career-role-grid p { color:var(--muted); }
.career-role-grid a { margin-top:auto; font-weight:850; }
.contact-page-hero { background:linear-gradient(135deg,#0e110f,#1b211c 62%,#18301a); color:#fff; padding:34px 0 72px; }
.contact-hero-panel { align-self:stretch; min-height:550px; border-radius:30px 30px 0 0; background:linear-gradient(145deg,#fff,#edf2ed); color:var(--ink); padding:42px; display:flex; flex-direction:column; justify-content:flex-end; box-shadow:var(--shadow); }
.contact-hero-panel > span { color:var(--green); text-transform:uppercase; letter-spacing:.13em; font-size:11px; font-weight:900; }
.contact-hero-panel > strong { font-size:50px; letter-spacing:-.05em; margin:12px 0 26px; }
.contact-hero-panel a { font-size:17px; font-weight:800; margin:3px 0; }
.contact-hero-panel p { color:var(--muted); margin:22px 0 0; }
.privacy-check { display:grid !important; grid-template-columns:auto 1fr; gap:10px; align-items:start; font-weight:600 !important; }
.privacy-check input { width:18px !important; height:18px; margin-top:2px !important; }
.privacy-check a { text-decoration:underline; }
.legal-hero { background:linear-gradient(135deg,#0e110f,#1a201b); color:#fff; padding:34px 0 90px; }
.legal-hero h1 { font-size:clamp(56px,7vw,96px); }
.legal-layout { display:grid; grid-template-columns:1.25fr .75fr; gap:80px; align-items:start; }
.legal-content { max-width:780px; }
.legal-content h2 { font-size:28px; margin:0 0 16px; padding-top:34px; }
.legal-content h2:first-child { padding-top:0; }
.legal-content p { color:#58635a; font-size:16px; }
.legal-content a { text-decoration:underline; text-underline-offset:3px; }
.legal-note { position:sticky; top:120px; background:var(--ink); color:#fff; padding:30px; border-radius:20px; }
.legal-note span { color:var(--green-bright); text-transform:uppercase; letter-spacing:.13em; font-size:10px; font-weight:900; }
.legal-note strong { display:block; font-size:25px; line-height:1.18; margin:10px 0 14px; }
.legal-note p { color:#b7c1b8; margin:0; }
.legal-note.warning { border-top:4px solid var(--green); }
@media (max-width:980px){.company-path-grid{grid-template-columns:1fr}.company-path-card{min-height:300px}.story-grid,.reference-more-grid,.legal-layout{grid-template-columns:1fr;gap:45px}.legal-note{position:static}.reference-case-grid{grid-template-columns:1fr}.career-role-grid{grid-template-columns:1fr}.contact-hero-panel{min-height:400px}}
@media (max-width:600px){.company-path-card{padding:26px}.company-path-card h2{font-size:31px}.owner-card{padding:28px;min-height:340px}.owner-card>strong{font-size:29px}.reference-case{padding:25px}.reference-case h2{font-size:32px;margin-top:38px}.career-visual{min-height:400px}.career-monogram{font-size:300px}.contact-hero-panel{padding:28px}.contact-hero-panel>strong{font-size:40px}.legal-hero{padding-bottom:65px}}


/* V6: consent and technical UI */
img { height: auto; }
.consent-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 9999; color: #fff; }
.consent-inner { max-width: 1120px; margin: 0 auto; background: rgba(17,20,18,.98); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 24px 70px rgba(0,0,0,.35); padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-radius: 18px; backdrop-filter: blur(14px); }
.consent-inner strong { display:block; font-size: 1.05rem; margin-bottom: 5px; }
.consent-inner p { margin:0; max-width: 720px; color: rgba(255,255,255,.72); line-height:1.55; }
.consent-actions { display:flex; gap:10px; flex:0 0 auto; }
.consent-actions .button { white-space:nowrap; cursor:pointer; }
@media (max-width: 760px) { .consent-banner { left:10px; right:10px; bottom:74px; } .consent-inner { display:block; padding:18px; } .consent-actions { margin-top:16px; display:grid; grid-template-columns:1fr 1fr; } }


/* V7 live form states */
.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.quote-form button[disabled] { opacity: .7; cursor: wait; }
.form-success.error {
  color: #8b1e1e;
  background: #fff0f0;
  border: 1px solid rgba(139,30,30,.2);
}
