:root{
  --blue:#0d3978;
  --blue-deep:#082e64;
  --blue-soft:#eef4fb;
  --gold:#bf9444;
  --gray:#9b9692;
  --text:#0d2e61;
  --muted:#5e6978;
  --line:#dce2ea;
  --white:#fff;
  --green:#34b34a;
  --shadow:0 12px 30px rgba(13,57,120,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#183254;background:#fff;line-height:1.55;padding-bottom:74px}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid #e7ebf0;backdrop-filter:blur(10px)}
.header-inner{height:94px;display:flex;align-items:center;gap:34px}
.brand{width:285px;flex:0 0 auto}.brand img{width:100%;height:auto}
.desktop-nav{margin-left:auto;display:flex;gap:28px;font-size:14px;font-weight:700;color:#092d60}.desktop-nav a{padding:10px 0}.desktop-nav a:hover{color:var(--gold)}
.header-cta{white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:4px;font-weight:700;font-size:14px;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--blue-deep),var(--blue));color:white;box-shadow:0 8px 18px rgba(8,46,100,.14)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(8,46,100,.2)}
.btn-outline{border-color:#aab7c6;background:white;color:var(--blue)}.btn-outline:hover{border-color:var(--blue)}
.whatsapp::before{content:'◉';color:var(--green);font-size:20px}
.menu-toggle{display:none;margin-left:auto;border:0;background:none;font-size:26px;color:var(--blue)}
.mobile-nav{display:none}
.hero{background:linear-gradient(90deg,#fff 0 43%,#f8fbff 43%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:48% 52%;min-height:500px}
.hero-copy{padding:36px 30px 28px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:15px;font-weight:700;color:var(--blue);margin:0 0 12px}
h1,h2,h3{color:var(--text);margin-top:0}h1{font-size:46px;line-height:1.08;margin-bottom:18px;letter-spacing:-1.2px}h2{font-size:28px;line-height:1.2;text-align:center;margin-bottom:10px}h3{font-size:18px;line-height:1.25}
.hero-lead{font-size:17px;max-width:620px;margin:0 0 16px;color:#273a55}
.check-list{list-style:none;padding:0;margin:0 0 20px;display:grid;gap:9px;font-weight:700;color:#1c3352}.check-list li::before{content:'✓';display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;margin-right:10px;font-size:12px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:4px 0 16px}
.quick-contact{display:flex;align-items:center;background:rgba(255,255,255,.88);border:1px solid #e9edf2;border-radius:10px;padding:9px 14px;width:max-content;max-width:100%;box-shadow:0 8px 24px rgba(0,0,0,.04)}.quick-contact a{display:flex;align-items:center;gap:10px;min-width:180px}.round-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef4fb;color:var(--blue);font-size:22px}.round-icon.green{color:var(--green);background:#eff9f1}.quick-contact strong{display:block;font-size:18px;color:var(--blue-deep)}.quick-contact small{display:block;color:#657084;font-size:12px}.divider{width:1px;height:42px;background:#dfe4ea;margin:0 14px}
.hero-photo-wrap{position:relative;min-height:500px;background:#eef3f7}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 48%}
.region-card{position:absolute;right:18px;bottom:30px;display:flex;gap:16px;width:min(360px,82%);background:linear-gradient(135deg,var(--blue-deep),var(--blue));color:#fff;padding:22px;border-radius:8px;box-shadow:0 15px 30px rgba(3,35,79,.25);font-size:15px}.region-card .pin{font-size:32px;line-height:1}.region-card strong{font-size:16px;line-height:1.55}
.section{padding:28px 0}.gold-rule{height:3px;width:44px;background:var(--gold);margin:0 auto 20px}.gold-rule.left{margin-left:0}
.cards.three{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{border:1px solid #d9e0e8;background:#fff;border-radius:8px;padding:28px 24px;text-align:center;box-shadow:var(--shadow);min-height:270px}.service-icon{margin:0 auto 16px;width:72px;height:72px;border-radius:50%;background:#f1f4f8;display:grid;place-items:center;font-size:35px;color:var(--blue)}.card p{color:#49596d;font-size:14px;max-width:300px;margin:0 auto 18px}.text-link{font-weight:700;color:var(--blue);font-size:14px}.text-link span{margin-left:7px}
.benefits{padding-top:10px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:22px}.benefit-grid article{text-align:center;padding:0 28px;border-right:1px solid #e0e5eb}.benefit-grid article:last-child{border-right:0}.benefit-icon{font-size:34px;color:var(--blue);min-height:48px}.benefit-grid h3{margin:8px 0}.benefit-grid p{font-size:14px;color:#536176;margin:0}
.process{padding-top:24px;border-top:1px solid #e7ebf0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-top:34px}.process-grid::before{content:'';position:absolute;top:17px;left:12%;right:12%;border-top:1px dashed #a9b5c3}.process-grid article{text-align:center;position:relative;padding:0 28px}.step{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;margin:0 auto 14px;position:relative;z-index:2}.step.blue{background:var(--blue)}.step.gray{background:#9f9d9a}.step.gold{background:var(--gold)}.process-icon{font-size:34px;color:var(--blue);height:46px}.process-grid h3{font-size:16px;margin:7px 0}.process-grid p{font-size:13px;color:#57677b;margin:0}
.contact-section{padding-top:16px}.contact-box{display:grid;grid-template-columns:34% 66%;border:1px solid #dfe5ec;border-radius:9px;overflow:hidden;box-shadow:var(--shadow)}.contact-intro{background:linear-gradient(180deg,#f7fbff,#f2f7fc);display:flex;flex-direction:column}.contact-copy{padding:28px 30px 20px}.contact-copy h2{text-align:left;font-size:27px}.contact-copy p{font-size:15px;margin-bottom:0}.contact-intro img{width:100%;height:210px;object-fit:cover;margin-top:auto}.lead-form{padding:28px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #cfd8e2;border-radius:4px;padding:12px 13px;font:inherit;color:#263c58;background:#fff;outline:none}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(13,57,120,.08)}.full{grid-column:1/-1}.consent{display:flex;gap:9px;align-items:flex-start;font-size:12px;color:#536176;margin:12px 0}.consent a{text-decoration:underline;color:var(--blue)}.submit{width:100%;font-size:15px}.form-success{padding:12px;background:#eef8f0;border:1px solid #b8dfc0;border-radius:4px;color:#24592e;font-size:13px}.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}
.trust-strip{border-top:1px solid #e7ebf0;border-bottom:1px solid #e7ebf0;background:#fff;padding:14px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#263d5e}.stars{color:#f2ad16;letter-spacing:1px;font-size:17px}.google-g{font-size:28px;font-weight:700;color:#4285f4}.trust-icon{font-size:26px;color:var(--blue)}
.site-footer{background:linear-gradient(135deg,#06295a,#0a3a79);color:#fff;padding:28px 0 36px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr .7fr;gap:35px}.footer-grid>div{border-right:1px solid rgba(255,255,255,.22);padding-right:24px}.footer-grid>div:last-child{border-right:0}.footer-brand img{filter:brightness(0) invert(1);opacity:.96;max-width:285px;margin-bottom:14px}.footer-grid h3{color:#fff;font-size:14px;margin-bottom:8px}.footer-grid p,.footer-grid a{color:rgba(255,255,255,.94);font-size:13px;line-height:1.6}.footer-grid a:hover{text-decoration:underline}
.sticky-actions{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:2px;background:#fff;padding:6px 14px;border-top:1px solid #d9dfe7;box-shadow:0 -6px 20px rgba(0,0,0,.08)}.sticky-actions a{min-height:58px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:3px}.sticky-actions strong{font-size:17px}.sticky-actions small{font-size:11px}.sticky-call{background:var(--blue-deep)}.sticky-wa{background:var(--green)}.sticky-appointment{background:linear-gradient(135deg,#b78a3f,#d2ab62)}
@media(max-width:980px){
  .desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.header-inner{height:78px}.brand{width:235px}.mobile-nav.open{display:flex;flex-direction:column;padding:10px 4%;border-top:1px solid #edf0f4;background:#fff}.mobile-nav a{padding:12px 0;border-bottom:1px solid #eef1f4;font-weight:700;color:var(--blue)}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:34px 0}.hero-photo-wrap{min-height:430px}.hero-photo{object-position:center 38%}h1{font-size:40px}.cards.three{grid-template-columns:1fr}.benefit-grid{grid-template-columns:1fr 1fr;row-gap:26px}.benefit-grid article:nth-child(2){border-right:0}.process-grid{grid-template-columns:1fr 1fr;row-gap:35px}.process-grid::before{display:none}.contact-box{grid-template-columns:1fr}.contact-intro{display:grid;grid-template-columns:1fr 1fr}.contact-intro img{height:100%}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:nth-child(2){border-right:0}
}
@media(max-width:640px){
  body{padding-bottom:68px}.container{width:min(94%,1180px)}.header-inner{height:68px}.brand{width:200px}h1{font-size:34px}h2{font-size:24px}.hero{background:#fff}.hero-photo-wrap{min-height:360px}.region-card{left:12px;right:12px;bottom:12px;width:auto;padding:16px}.quick-contact{width:100%;flex-direction:column;align-items:stretch}.quick-contact a{min-width:0}.divider{width:100%;height:1px;margin:6px 0}.hero-actions .btn{width:100%}.benefit-grid,.process-grid,.trust-grid,.footer-grid{grid-template-columns:1fr}.benefit-grid article,.footer-grid>div{border-right:0}.process-grid{gap:28px}.contact-intro{grid-template-columns:1fr}.contact-intro img{height:190px}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}.lead-form{padding:20px}.sticky-actions{grid-template-columns:1fr 1fr 1fr;padding:4px;gap:4px}.sticky-actions strong{font-size:12px}.sticky-actions small{font-size:9px}.sticky-actions a{min-height:54px;padding:3px;text-align:center}.trust-grid>div{justify-content:flex-start}.footer-brand img{max-width:250px}
}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-message{padding:12px 14px;border-radius:4px;font-size:13px;margin:12px 0 0}
.form-success{background:#eef8f0;border:1px solid #b8dfc0;color:#24592e}
.form-error{background:#fff2f2;border:1px solid #e3b7b7;color:#8b2020}
.form-error a{text-decoration:underline;font-weight:700}

/* Echte Google-Kundenbewertung */
.google-review-section{padding:64px 20px;background:#f6f8fb}
.google-review-section .container{max-width:1120px;margin:0 auto}
.google-review-card{background:#fff;border:1px solid #e4e8ee;border-radius:18px;padding:34px 38px;box-shadow:0 10px 30px rgba(10,39,75,.08)}
.google-review-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}
.google-review-label{font-weight:700;color:#173b67;margin-bottom:6px}
.google-review-stars{color:#fbbc04;font-size:24px;letter-spacing:2px}
.google-review-author{text-align:right;display:flex;flex-direction:column;color:#1f2937}
.google-review-author span,.google-review-source{font-size:14px;color:#6b7280}
.google-review-card h2{margin:8px 0 20px;color:#102f55;font-size:clamp(24px,3vw,34px)}
.google-review-card blockquote{margin:0;padding:0;border:0;color:#303846;font-style:normal;line-height:1.7}
.google-review-card blockquote p{margin:0 0 14px}
.google-review-source{margin-top:18px;padding-top:16px;border-top:1px solid #e8ebef}
@media(max-width:700px){.google-review-section{padding:42px 16px}.google-review-card{padding:24px 20px}.google-review-top{flex-direction:column}.google-review-author{text-align:left}}


/* Consent-Banner – noch ohne aktive Drittanbieter-Tracker */
.consent-banner{position:fixed;inset:0;z-index:1000;background:rgba(4,23,49,.48);display:flex;align-items:flex-end;justify-content:center;padding:18px}
.consent-banner[hidden]{display:none}
.consent-banner-inner{width:min(960px,100%);background:#fff;border:1px solid #dfe5ec;border-radius:12px;box-shadow:0 18px 55px rgba(4,23,49,.24);padding:22px 24px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.consent-copy h2{text-align:left;font-size:20px;margin:0 0 8px}
.consent-copy p{margin:0;color:#4d5d71;font-size:14px}
.consent-copy .consent-links{margin-top:8px;font-size:13px}
.consent-copy .consent-links a{text-decoration:underline;color:var(--blue)}
.consent-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.consent-actions .btn{white-space:nowrap}
@media(max-width:760px){.consent-banner{padding:10px}.consent-banner-inner{grid-template-columns:1fr;gap:16px;padding:18px}.consent-actions{justify-content:stretch}.consent-actions .btn{width:100%}}
