@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --ink: #17201d;
  --muted: #65706c;
  --green: #123d2f;
  --green-2: #1c5a45;
  --green-soft: #e9f2ed;
  --copper: #b9784b;
  --copper-soft: #f4e7de;
  --paper: #fbfaf7;
  --white: #fff;
  --line: #dfe5e1;
  --shadow: 0 24px 70px rgba(19, 43, 34, .12);
  --radius: 28px;
  --font-head: "Manrope", sans-serif;
  --font-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-sm { padding: 72px 0; }
.section-dark { color: var(--white); background: var(--green); }
.section-soft { background: var(--green-soft); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green-2);
  font-weight: 700;
  font-size: .76rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 1px; background: var(--copper); content: ""; }
.section-dark .eyebrow { color: #cbded5; }
h1, h2, h3 { margin: 0; font-family: var(--font-head); letter-spacing: -.035em; line-height: 1.08; }
h1 { max-width: 850px; font-size: clamp(2.65rem, 5.6vw, 5.6rem); font-weight: 700; }
h2 { max-width: 760px; font-size: clamp(2.05rem, 3.8vw, 3.8rem); font-weight: 700; }
h3 { font-size: 1.3rem; }
.lead { max-width: 700px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.section-dark .lead, .section-dark p { color: #c6d7cf; }
.display-accent { color: var(--green-2); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 46px; }
.section-head p { max-width: 470px; margin: 0; color: var(--muted); }
.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 12px 28px rgba(18,61,47,.2); }
.btn-copper { border-color: var(--copper); background: var(--copper); color: #fff; }
.btn-ghost { border-color: var(--line); background: var(--white); color: var(--ink); }
.btn-light { border-color: var(--white); background: var(--white); color: var(--green); }
.btn-phone { border-color: #1e6b52; background: #1e6b52; color: #fff; }
.btn-phone:hover { background: #258566; border-color: #258566; box-shadow: 0 12px 28px rgba(37,133,102,.25); }
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-filled { fill: currentColor !important; stroke: none !important; }

.topline { padding: 8px 0; background: #0c2d22; color: #d5e4dd; font-size: .78rem; }
.topline .container { display: flex; justify-content: space-between; gap: 20px; }
.topline span { display: inline-flex; align-items: center; gap: 7px; }
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(18,61,47,.08);
  background: rgba(251,250,247,.92);
  backdrop-filter: blur(18px);
}
.nav { display: flex; min-height: 78px; align-items: center; gap: 32px; }
.logo { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 800; line-height: 1.05; }
.logo-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--green); color: white; }
.logo-mark svg { width: 26px; }
.logo small { display: block; color: var(--copper); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: .9rem; font-weight: 600; }
.nav-links a:hover { color: var(--green-2); }
.nav-actions { display: flex; gap: 10px; }
.nav-actions .btn { min-height: 44px; padding: 0 18px; font-size: .86rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--green-soft); color: var(--green); }

.hero { overflow: hidden; position: relative; padding: 72px 0 36px; }
.hero::before { position: absolute; inset: 0 0 auto 55%; height: 450px; border-radius: 50%; background: rgba(185,120,75,.09); filter: blur(80px); content: ""; }
.hero-grid { display: grid; position: relative; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 38px; }
.hero-copy { z-index: 2; padding: 44px 0 70px; }
.hero-copy h1 { font-size: clamp(3rem, 5.3vw, 5.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.microproof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; color: var(--muted); font-size: .87rem; }
.microproof span { display: flex; align-items: center; gap: 7px; }
.microproof b { color: var(--green-2); }
.hero-visual {
  position: relative;
  overflow: hidden;
  align-self: center;
  border-radius: 44px 0 44px 44px;
  background: #eee9e2;
  box-shadow: var(--shadow);
}
.hero-visual img { width: 100%; height: auto; }
.hero-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 185px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 20px;
  background: rgba(12,45,34,.9);
  color: white;
  backdrop-filter: blur(10px);
}
.hero-badge strong { display: block; font-family: var(--font-head); font-size: 1.1rem; }
.hero-badge span { color: #c9ddd4; font-size: .78rem; }

.quickbar { position: relative; z-index: 4; margin-top: -2px; }
.quickbar-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 16px 45px rgba(18,61,47,.09);
}
.quick-item { display: flex; align-items: center; gap: 13px; padding: 21px 22px; border-right: 1px solid var(--line); }
.quick-item:last-child { border: 0; }
.quick-icon { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); }
.quick-item strong { display: block; font-size: .88rem; line-height: 1.2; }
.quick-item small { color: var(--muted); font-size: .75rem; }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-5px); border-color: #bdd2c8; box-shadow: 0 20px 45px rgba(18,61,47,.09); }
.card-number { color: var(--copper); font-family: var(--font-head); font-size: .76rem; font-weight: 800; letter-spacing: .12em; }
.card h3 { margin-top: 36px; }
.card p { margin: 13px 0 20px; color: var(--muted); font-size: .92rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-2); font-weight: 700; font-size: .87rem; }
.text-link::after { content: "↗"; transition: transform .2s; }
.card:hover .text-link::after { transform: translate(2px,-2px); }
.feature-card { min-height: 330px; color: white; background: var(--green); }
.feature-card p { color: #c5d8cf; }
.feature-card .text-link { color: white; }
.feature-card::after { position: absolute; right: -45px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; content: ""; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.media-frame { overflow: hidden; position: relative; border-radius: 36px; background: #ece9e3; box-shadow: var(--shadow); }
.media-frame img { width: 100%; height: auto; }
.media-label { position: absolute; right: 20px; bottom: 20px; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.91); font-weight: 700; font-size: .8rem; backdrop-filter: blur(8px); }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; }
.check-list li::before { display: grid; flex: 0 0 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: .75rem; font-weight: 900; content: "✓"; }

.valuation-wrap { display: grid; grid-template-columns: .75fr 1.25fr; overflow: hidden; border-radius: 38px; background: var(--white); box-shadow: var(--shadow); }
.valuation-intro { padding: 55px; background: var(--green); color: white; }
.valuation-intro h2 { font-size: clamp(2.1rem, 3.3vw, 3.3rem); }
.valuation-intro p { color: #c9dcd3; }
.step-list { display: grid; gap: 15px; margin-top: 34px; }
.step-pill { display: flex; align-items: center; gap: 13px; color: #a9c3b7; font-size: .9rem; }
.step-pill i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-style: normal; }
.step-pill.active { color: white; font-weight: 700; }
.step-pill.active i { border-color: var(--copper); background: var(--copper); }
.valuation-form { min-height: 580px; padding: 55px; }
.form-step { display: none; animation: fade-up .35s ease both; }
.form-step.active { display: block; }
.form-step h3 { margin-bottom: 10px; font-size: 1.7rem; }
.form-step > p { margin: 0 0 28px; color: var(--muted); }
.choice-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice label { display: flex; min-height: 76px; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; font-weight: 600; transition: .2s; }
.choice input:checked + label { border-color: var(--green); background: var(--green-soft); color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.choice-symbol { font-size: 1.4rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 15px; }
.field label { display: block; margin-bottom: 6px; font-size: .82rem; font-weight: 700; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  outline: none;
  background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(28,90,69,.1); }
.upload-box { display: grid; min-height: 190px; place-items: center; padding: 20px; border: 1px dashed #aabdb4; border-radius: 18px; background: #f7faf8; text-align: center; }
.upload-box input { max-width: 100%; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 28px; }
.form-note { margin-top: 17px; color: var(--muted); font-size: .76rem; }
.success-panel { padding: 30px; border-radius: 22px; background: var(--green-soft); text-align: center; }
.success-icon { display: grid; width: 58px; height: 58px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 1.5rem; }

.region-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 70px; }
.region-map { position: relative; min-height: 590px; border: 1px solid rgba(255,255,255,.12); border-radius: 40px; background: #10382b; isolation: isolate; }
.region-map::before { position: absolute; inset: 45px; border: 1px solid rgba(255,255,255,.09); border-radius: 45% 55% 42% 58%; content: ""; transform: rotate(-8deg); }
.region-map::after { position: absolute; inset: 105px 75px 85px 120px; border: 1px solid rgba(185,120,75,.35); border-radius: 55% 40% 55% 45%; content: ""; transform: rotate(12deg); }
.map-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(9,37,28,.9); color: #d8e7df; font-size: .8rem; transition: .2s; }
.map-node:hover, .map-node.active { border-color: var(--copper); background: var(--copper); color: white; transform: scale(1.06); }
.map-node::before { width: 7px; height: 7px; border-radius: 50%; background: currentColor; content: ""; }
.node-detmold { top: 43%; left: 46%; }
.node-lemgo { top: 27%; left: 55%; }
.node-lage { top: 41%; left: 25%; }
.node-bielefeld { top: 56%; left: 13%; }
.node-paderborn { right: 9%; bottom: 16%; }
.node-salzuflen { top: 18%; left: 23%; }
.map-center { position: absolute; z-index: 2; top: 50%; left: 50%; width: 230px; height: 230px; border-radius: 50%; background: radial-gradient(circle, rgba(185,120,75,.32), transparent 66%); transform: translate(-50%,-50%); }
.region-levels { display: flex; gap: 10px; margin-top: 27px; }
.region-levels button { padding: 10px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: transparent; color: #bfd3c9; }
.region-levels button.active { border-color: white; background: white; color: var(--green); }
.region-copy { min-height: 110px; margin-top: 25px; }
.region-copy strong { display: block; margin-bottom: 7px; color: white; font-family: var(--font-head); font-size: 1.2rem; }

.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.trust-item { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.trust-item b { display: block; margin-top: 16px; }
.trust-item span { color: var(--muted); font-size: .85rem; }
.trust-icon { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); }

.process { display: grid; grid-template-columns: repeat(4,1fr); counter-reset: process; }
.process-item { position: relative; padding: 0 28px 0 0; counter-increment: process; }
.process-item::before { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--green); color: white; font-family: var(--font-head); font-weight: 700; content: "0" counter(process); }
.process-item:not(:last-child)::after { position: absolute; top: 23px; right: 25px; left: 63px; height: 1px; background: var(--line); content: ""; }
.process-item p { color: var(--muted); font-size: .88rem; }

.faq-list { display: grid; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-family: var(--font-head); font-size: 1.08rem; font-weight: 700; }
.faq-question i { font-style: normal; transition: transform .2s; }
.faq-item.open .faq-question i { transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; color: var(--muted); transition: max-height .35s ease; }
.faq-answer p { max-width: 720px; margin: 0; padding: 0 0 24px; }

.cta-band { padding: 48px; border-radius: 34px; background: var(--green); color: white; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-band h2 { max-width: 680px; font-size: clamp(2rem,3.5vw,3.3rem); }
.cta-band p { margin: 12px 0 0; color: #c6d8cf; }
.cta-band .hero-actions { flex: 0 0 auto; margin: 0; }

.page-hero { padding: 82px 0 62px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs span::before { margin-right: 8px; color: #a5aca9; content: "/"; }
.page-hero-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 65px; }
.page-hero h1 { font-size: clamp(2.8rem,5vw,5rem); }
.page-hero-image { overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.page-hero-image img { width: 100%; height: auto; }
.facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.fact { padding: 8px 12px; border-radius: 999px; background: var(--green-soft); color: var(--green); font-size: .78rem; font-weight: 700; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 65px; }
.prose h2 { margin: 58px 0 20px; font-size: clamp(1.8rem,3vw,2.8rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 12px; }
.prose p { color: #46514d; }
.prose ul { padding-left: 19px; }
.sidebar { position: sticky; top: 110px; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.sidebar h3 { margin-bottom: 12px; }
.sidebar p { color: var(--muted); font-size: .88rem; }
.sidebar .btn { width: 100%; margin-top: 9px; }
.link-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.link-cloud a { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--green); font-size: .8rem; font-weight: 600; }
.link-cloud a:hover { border-color: var(--green); }

.site-footer { padding: 72px 0 120px; background: #0b2b21; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr .75fr; gap: 50px; }
.footer-brand p { max-width: 340px; color: #aac4b8; font-size: .88rem; }
.footer-col strong { display: block; margin-bottom: 17px; font-family: var(--font-head); }
.footer-col a { display: inline-flex; align-items: center; gap: 6px; margin: 9px 0; color: #b9cfc5; font-size: .85rem; transition: transform .2s, color .2s; }
.footer-col a:hover { color: white; transform: translateX(4px); }
.footer-col a .icon { width: 13px; height: 13px; opacity: .5; transition: opacity .2s; }
.footer-col a:hover .icon { opacity: 1; }

.footer-hours-card { margin-top: 24px; padding: 16px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); max-width: 340px; }
.footer-hours-title { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; color: white; font-family: var(--font-head); font-weight: 700; font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.footer-hours-title .icon { width: 15px; height: 15px; color: var(--copper); }
.footer-hours-row { display: flex; justify-content: space-between; gap: 15px; font-size: .82rem; color: #aac4b8; }
.footer-hours-row strong { color: white; font-weight: 600; }
.footer-hours-note { margin-top: 10px; padding-top: 10px; border-top: 1px dashed rgba(255,255,255,.1); font-size: .78rem; color: #8eaa9d; line-height: 1.4; }
.footer-hours-note span { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; }
.footer-hours-note .icon { width: 13px; height: 13px; color: #8eaa9d; }
.footer-hours-note em { display: block; margin-top: 2px; font-style: normal; color: #b9cfc5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); color: #8eaa9d; font-size: .76rem; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
@keyframes fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@media (max-width: 1020px) {
  .nav { justify-content: space-between; }
  .nav-links { display: none; position: fixed; z-index: 99; inset: 78px 0 0; padding: 38px 25px; align-items: stretch; background: var(--paper); font-size: 1.2rem; flex-direction: column; }
  .menu-open .nav-links { display: flex; }
  .nav-actions { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual, .page-hero-image { width: min(100%, 760px); justify-self: center; }
  .quickbar-grid { grid-template-columns: 1fr 1fr; }
  .quick-item:nth-child(2) { border-right: 0; }
  .quick-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .split, .region-layout { grid-template-columns: 1fr; gap: 48px; }
  .valuation-wrap { grid-template-columns: 1fr; }
  .valuation-intro { padding: 40px; }
  .step-list { grid-template-columns: repeat(4,1fr); }
  .step-pill { display: block; }
  .step-pill span { display: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(100% - 26px, 1180px); }
  .topline span:last-child { display: none; }
  .nav { min-height: 68px; gap: 12px; }
  .logo-mark { width: 38px; height: 38px; }
  .logo { font-size: clamp(0.78rem, 3.5vw, 0.87rem); }
  .logo small { font-size: clamp(0.55rem, 2.5vw, 0.62rem); letter-spacing: 0.05em; }
  .nav-links { inset: 68px 0 0; }
  .section { padding: 76px 0; }
  .section-sm { padding: 52px 0; }
  .section-head { display: block; margin-bottom: 31px; }
  .section-head p { margin-top: 17px; }
  .hero { padding-top: 40px; }
  .hero-grid { gap: 26px; }
  .hero-copy { padding: 15px 0 0; }
  .hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .hero-actions .btn { width: 100%; }
  .microproof { gap: 9px 17px; }
  .hero-visual { border-radius: 25px; }
  .hero-badge { right: 13px; bottom: 13px; width: 160px; padding: 13px; }
  .quickbar { margin-top: 18px; }
  .quickbar-grid, .service-grid, .trust-grid { grid-template-columns: 1fr; }
  .quick-item { padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .card { padding: 25px; }
  .split { gap: 35px; }
  .media-frame { border-radius: 24px; }
  .valuation-wrap { border-radius: 25px; }
  .valuation-intro, .valuation-form { padding: 28px 21px; }
  .valuation-form { min-height: 620px; }
  .choice-grid, .field-row { grid-template-columns: 1fr; }
  .choice label { min-height: 60px; }
  .region-map { min-height: 470px; border-radius: 28px; }
  .node-paderborn { right: 4%; }
  .node-bielefeld { left: 4%; }
  .region-levels { flex-wrap: wrap; }
  .process { grid-template-columns: 1fr; gap: 30px; }
  .process-item { display: grid; grid-template-columns: 50px 1fr; gap: 0 15px; padding: 0; }
  .process-item::before { grid-row: 1/3; margin: 0; }
  .process-item::after { display: none; }
  .process-item p { margin: 7px 0 0; }
  .cta-band { padding: 31px 23px; border-radius: 25px; }
  .cta-band-inner { display: block; }
  .cta-band .hero-actions { margin-top: 25px; }
  .page-hero { padding: 48px 0; }
  .page-hero-grid { gap: 35px; }
  .content-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { display: block; }
}

.boost-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 40px; }
.boost-card { position: relative; padding: 35px 30px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.boost-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(18,61,47,.08); }
.boost-badge { display: inline-grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--green-soft); color: var(--green); font-family: var(--font-head); font-weight: 800; font-size: 1.1rem; margin-bottom: 20px; }
.boost-card h3 { margin-bottom: 12px; font-size: 1.25rem; font-family: var(--font-head); color: var(--ink); }
.boost-card p { margin: 0; font-size: .88rem; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .boost-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.floating-toolbar {
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%) translateX(30px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease, transform .4s ease;
}
.floating-toolbar.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}
.floating-btn {
  position: relative;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(251, 250, 247, 0.85);
  border: 1.5px solid var(--green);
  color: var(--green);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(18,61,47,.12);
  transition: all .25s ease;
}
.floating-btn:hover {
  transform: scale(1.1);
  background: var(--green);
  color: white;
}
.floating-btn.btn-call {
  border-color: #00a4ff;
  color: #00a4ff;
}
.floating-btn.btn-call:hover {
  background: #00a4ff;
  color: white;
}
.floating-btn.btn-form {
  border-color: #ffa000;
  color: #ffa000;
}
.floating-btn.btn-form:hover {
  background: #ffa000;
  color: white;
}
.floating-btn.btn-wa {
  border-color: #22c55e;
  color: #22c55e;
}
.floating-btn.btn-wa .icon {
  width: 26px;
  height: 26px;
}
.floating-btn.btn-wa:hover {
  background: #22c55e;
  color: white;
}
.floating-btn.btn-wa::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1.5px solid rgba(34, 197, 94, 0.4);
  pointer-events: none;
  animation: pulse-ring 2s infinite ease-in-out;
}
@keyframes pulse-ring {
  0% { transform: scale(0.97); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.6; }
  100% { transform: scale(0.97); opacity: 1; }
}
.floating-btn .tooltip {
  position: absolute;
  right: 64px;
  top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: rgba(12, 45, 34, 0.95);
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all .25s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.floating-btn:hover .tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 680px) {
  .floating-toolbar {
    right: 16px;
    gap: 10px;
  }
  .floating-btn {
    width: 44px;
    height: 44px;
  }
  .floating-btn.btn-wa .icon {
    width: 22px;
    height: 22px;
  }
  .floating-btn .tooltip {
    display: none;
  }
}

/* Reviews Grid styles */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 40px; }
.review-card { padding: 35px 30px; border-radius: 28px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; justify-content: space-between; transition: transform .3s; }
.review-card:hover { transform: translateY(-5px); }
.review-rating { color: #f59e0b; font-size: 1.2rem; margin-bottom: 15px; letter-spacing: 2px; }
.review-card p { margin: 0 0 20px; font-size: .92rem; color: var(--ink); line-height: 1.6; font-style: italic; }
.review-author { border-top: 1px solid var(--line); padding-top: 15px; font-size: .82rem; }
.review-author strong { display: block; color: var(--green); }
.review-author span { color: var(--muted); }

@media (max-width: 900px) {
  .reviews-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* Cookie Banner styles */
.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background: rgba(12, 45, 34, 0.96);
  color: white;
  padding: 16px 24px;
  border-radius: 20px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 10000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
}
.cookie-banner.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
}
.cookie-content p {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #c9ddd4;
}
.cookie-content a {
  color: white;
  text-decoration: underline;
}
.cookie-content .btn {
  min-height: 38px;
  padding: 0 18px;
  font-size: 0.82rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .cookie-banner {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }
  .cookie-content {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 12px;
  }
}
