*{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#091726;
  --navy-2:#10283f;
  --navy-3:#163553;
  --gold:#e3a72f;
  --gold-2:#f0bf5a;
  --green:#1ca65b;
  --text:#162133;
  --muted:#677386;
  --line:#e6eaf0;
  --soft:#f5f7fa;
  --white:#fff;
  --radius:20px;
  --shadow:0 20px 50px rgba(9,23,38,.12);
}
html{scroll-behavior:smooth}
body{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:var(--navy);color:#d7e1eb;font-size:.86rem}
.topbar-inner{min-height:40px;display:flex;justify-content:space-between;align-items:center}
.topbar-links{display:flex;gap:22px}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(230,234,240,.9);backdrop-filter:blur(12px)}
.nav-wrap{min-height:84px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:58px;height:58px;border-radius:14px;display:grid;place-items:center;background:white;border:1px solid var(--line);overflow:hidden;box-shadow:0 10px 24px rgba(9,23,38,.08)}
.brand-mark img{width:100%;height:100%;object-fit:cover;display:block}
.brand strong,.brand small{display:block}
.brand strong{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:1.08rem;color:var(--navy)}
.brand small{font-size:.72rem;color:var(--muted)}
.main-nav{display:flex;align-items:center;gap:26px;font-weight:700;font-size:.92rem}
.main-nav a:hover{color:#b77706}
.nav-cta{padding:12px 18px;border-radius:11px;background:var(--navy);color:white!important}
.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px}
.menu-toggle span{display:block;width:27px;height:3px;background:var(--navy);margin:5px auto;border-radius:2px}
.hero{position:relative;overflow:hidden;padding:98px 0 78px;background:linear-gradient(135deg,#f8fafc 0%,#eef3f7 52%,#fff7e3 100%)}
.hero-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(9,23,38,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(9,23,38,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.25fr .75fr;gap:58px;align-items:center}
.hero-badge{display:inline-flex;padding:8px 13px;border-radius:999px;background:white;border:1px solid var(--line);font-size:.82rem;font-weight:800;color:var(--navy);box-shadow:0 8px 20px rgba(9,23,38,.05);margin-bottom:18px}
.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:800;font-size:.76rem;color:#a66a00;margin-bottom:13px}
.eyebrow.light{color:var(--gold-2)}
h1,h2,h3{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;line-height:1.15;color:var(--navy)}
h1{font-size:clamp(2.8rem,5.5vw,5.3rem);letter-spacing:-.055em;max-width:820px}
h1 span{color:#b77706}
h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.035em}
.hero-lead{font-size:1.15rem;color:var(--muted);max-width:720px;margin:24px 0 30px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{min-height:54px;padding:0 24px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:0;cursor:pointer;transition:.2s transform,.2s box-shadow}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--gold),#b77706);color:#fff;box-shadow:0 12px 28px rgba(183,119,6,.28)}
.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 12px 28px rgba(28,166,91,.2)}
.btn-full{width:100%}
.hero-trust{margin-top:34px;display:flex;gap:16px;flex-wrap:wrap}
.hero-trust div{min-width:150px;padding:15px 18px;background:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.9);border-radius:14px}
.hero-trust strong,.hero-trust span{display:block}
.hero-trust strong{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:var(--navy);font-size:1.1rem}
.hero-trust span{font-size:.8rem;color:var(--muted)}
.quote-card{background:var(--navy);color:white;padding:30px;border-radius:26px;box-shadow:0 28px 60px rgba(9,23,38,.22)}
.quote-card-head{display:flex;gap:14px;align-items:center;margin-bottom:20px}
.quote-icon{width:54px;height:54px;border-radius:15px;background:rgba(227,167,47,.16);display:grid;place-items:center;font-size:1.7rem}
.quote-card-head p{font-size:.78rem;color:#aac0d3;text-transform:uppercase;letter-spacing:.12em}
.quote-card h2{color:white;font-size:1.45rem}
.quote-card label{display:block;font-size:.84rem;font-weight:700;margin-bottom:14px}
.quote-card input,.quote-card select{width:100%;margin-top:7px;border:1px solid rgba(255,255,255,.14);background:#10283f;color:white;border-radius:10px;padding:13px 14px}
.quote-card input::placeholder{color:#8fa3b5}
.mini-note{font-size:.72rem;color:#9eb0bf;margin-top:10px}
.proof-strip{background:white;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.proof-grid div{padding:24px;display:flex;justify-content:center;gap:9px;border-right:1px solid var(--line)}
.proof-grid div:last-child{border-right:0}
.proof-grid span{color:#b77706;font-weight:900}
.section{padding:96px 0}
.section-soft{background:var(--soft)}
.section-dark{background:linear-gradient(135deg,var(--navy),var(--navy-3));color:white}
.section-heading{max-width:760px;margin-bottom:44px}
.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p:last-child,.lead-muted{color:var(--muted);margin-top:14px}
.section-heading.light h2{color:white}
.section-heading.light p:last-child{color:#b9c8d7}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.premium-card{position:relative;background:white;border:1px solid var(--line);border-radius:20px;padding:28px;transition:.2s;box-shadow:0 8px 24px rgba(9,23,38,.03)}
.premium-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.premium-card.featured{border:2px solid rgba(227,167,47,.65)}
.card-badge{position:absolute;top:18px;right:18px;background:#fff4d5;color:#8d5b00;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:800}
.card-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:15px;background:#f7efe0;font-size:1.8rem;margin-bottom:20px}
.premium-card h3{font-size:1.25rem;margin-bottom:10px}
.premium-card p{color:var(--muted);margin-bottom:16px}
.premium-card ul{list-style:none;margin-bottom:18px;font-size:.9rem}
.premium-card li{padding:5px 0}
.premium-card li:before{content:"✓";color:#b77706;font-weight:900;margin-right:8px}
.premium-card>a{font-weight:800;color:#a66a00}
.timeline{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:start;gap:14px}
.timeline-step{text-align:center}
.timeline-step>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#b77706);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-weight:800;margin:0 auto 18px}
.timeline-step h3{color:white;font-size:1.05rem;margin-bottom:8px}
.timeline-step p{color:#b9c8d7;font-size:.9rem}
.timeline-line{height:2px;background:rgba(255,255,255,.18);width:70px;margin-top:27px}
.split-section{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}
.price-factors{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.price-factors div{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:14px;background:white}
.price-factors span{width:36px;height:36px;flex:0 0 36px;border-radius:10px;background:#fff2cf;display:grid;place-items:center;font-weight:800;color:#9a6500}
.price-factors p{font-size:.88rem;color:var(--muted)}
.price-factors strong{color:var(--navy)}
.estimate-box{background:var(--navy);color:white;border-radius:24px;padding:34px;box-shadow:var(--shadow)}
.estimate-label{display:inline-block;background:rgba(227,167,47,.14);color:var(--gold-2);padding:7px 10px;border-radius:999px;font-size:.75rem;font-weight:800;margin-bottom:18px}
.estimate-box h3{color:white;font-size:1.7rem}
.estimate-box p{color:#b9c8d7;margin:12px 0 22px}
.estimate-box ul{list-style:none;margin-top:18px;color:#d7e1eb}
.estimate-box li{padding:6px 0}
.before-after-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project-card{overflow:hidden;background:white;border-radius:20px;border:1px solid var(--line);box-shadow:0 8px 24px rgba(9,23,38,.04)}
.project-visual{height:230px;display:grid;place-items:center;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:1.4rem;color:white;position:relative}
.project-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,23,38,.45),transparent)}
.project-visual.before{background:linear-gradient(135deg,#6e7781,#1d2a36)}
.project-visual.after{background:linear-gradient(135deg,#7d9e89,#244b3a)}
.project-visual.garage{background:linear-gradient(135deg,#927b62,#403326)}
.project-info{padding:22px}
.project-info span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#a66a00;font-weight:800}
.project-info h3{font-size:1.12rem;margin:7px 0}
.project-info p{color:var(--muted);font-size:.9rem}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.review-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:white}
.stars{color:#e2a319;letter-spacing:.12em;margin-bottom:12px}
.review-card p{color:var(--muted);font-size:.95rem;margin-bottom:18px}
.review-card strong{font-size:.9rem}
.faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px}
.faq-list{display:grid;gap:12px}
details{background:white;border:1px solid var(--line);border-radius:14px;padding:0 18px}
summary{cursor:pointer;font-weight:800;color:var(--navy);padding:18px 0}
details p{color:var(--muted);padding:0 0 18px}
.contact-section{background:linear-gradient(135deg,var(--navy),var(--navy-3));color:white}
.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}
.contact-intro h2{color:white}
.contact-intro>p:last-of-type{color:#bfd0df;margin-top:14px}
.contact-cards{display:grid;gap:14px;margin-top:30px}
.contact-cards a{display:flex;gap:14px;align-items:center;padding:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:14px}
.contact-cards a>span{width:42px;height:42px;border-radius:12px;background:rgba(227,167,47,.14);display:grid;place-items:center;color:var(--gold-2)}
.contact-cards small,.contact-cards strong{display:block}
.contact-cards small{color:#9db1c2}
.contact-form{background:white;color:var(--text);padding:30px;border-radius:24px;box-shadow:0 28px 60px rgba(0,0,0,.22)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-form label{display:block;font-weight:700;font-size:.86rem;margin-bottom:15px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;margin-top:7px;padding:13px 14px;border-radius:10px;border:1px solid #ccd4de;background:white;color:var(--text)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:3px solid rgba(227,167,47,.17);border-color:var(--gold)}
.checkbox{display:flex!important;gap:10px;align-items:flex-start;font-weight:400!important}
.checkbox input{width:auto;margin-top:4px}
.checkbox a{color:#a66a00;text-decoration:underline}
.dark-note{color:#7a8795}
.site-footer{background:#06111d;color:#aebcca;padding:60px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:42px}
.footer-brand .brand strong{color:white}
.footer-brand p{margin-top:18px;max-width:320px}
.footer-grid h3{color:white;font-size:1rem;margin-bottom:14px}
.footer-grid>div:not(:first-child) a{display:block;margin:8px 0;font-size:.9rem}
.footer-grid a:hover{color:white}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:36px;padding-top:18px;display:flex;justify-content:space-between;font-size:.85rem}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:900;background:var(--green);color:white;padding:13px 18px;border-radius:999px;font-weight:800;box-shadow:0 14px 30px rgba(0,0,0,.2)}
.legal-page{padding:84px 0;min-height:65vh}
.legal-page h1{font-size:clamp(2.4rem,5vw,4rem);margin-bottom:24px}
.legal-page h2{font-size:1.35rem;margin:28px 0 10px}
.legal-page p,.legal-page li{color:var(--muted)}
.legal-page ul{margin-left:22px}
.notice{background:#fff5dc;border:1px solid #edcf84;padding:18px;border-radius:12px;margin-bottom:28px}
@media(max-width:980px){
  .topbar-links{display:none}
  .menu-toggle{display:block}
  .main-nav{position:absolute;top:84px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}
  .main-nav.open{display:flex}
  .main-nav a{padding:10px 12px}
  .hero-grid,.split-section,.faq-layout,.contact-wrap{grid-template-columns:1fr}
  .service-grid,.before-after-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}
  .timeline{grid-template-columns:1fr 1fr;gap:28px}
  .timeline-line{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .topbar-inner{justify-content:center}
  .hero{padding:68px 0 56px}
  .section{padding:70px 0}
  h1{font-size:clamp(2.5rem,12vw,4rem)}
  .service-grid,.before-after-grid,.reviews-grid,.proof-grid,.price-factors,.form-row,.footer-grid,.timeline{grid-template-columns:1fr}
  .proof-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .proof-grid div:last-child{border-bottom:0}
  .hero-actions,.hero-trust{flex-direction:column}
  .hero-trust div{width:100%}
  .quote-card,.contact-form,.estimate-box{padding:24px}
  .footer-brand{grid-column:auto}
  .footer-bottom{flex-direction:column;gap:6px}
}

/* V2 additions */
.service-area{align-items:center}
.area-tags{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start}
.area-tags span{padding:12px 16px;border:1px solid var(--line);background:white;border-radius:999px;font-weight:800;color:var(--navy);box-shadow:0 6px 18px rgba(9,23,38,.04)}
.benefit-card h3{margin:10px 0 9px}
.benefit-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff2cf;color:#8d5b00;font-size:1.2rem;font-weight:900}
.brand-mark img{transform:scale(1.08)}
@media(max-width:680px){.brand small{display:none}.brand-mark{width:50px;height:50px}}

/* Größeres vollständiges Falcon-Logo im Kopfbereich */
.site-header .brand-full{display:block;width:390px;max-width:40vw}
.site-header .brand-full img{display:block;width:100%;height:auto;max-height:145px;object-fit:contain;object-position:left center}
.site-header .nav-wrap{min-height:160px}
@media(max-width:980px){.site-header .brand-full{width:300px;max-width:70vw}.site-header .nav-wrap{min-height:125px}.main-nav{top:125px}}
@media(max-width:680px){.site-header .brand-full{width:235px;max-width:72vw}.site-header .nav-wrap{min-height:100px}.main-nav{top:100px}}


/* V4: Hero und Header nach gewünschter Referenzansicht */
.site-header{position:relative;top:auto;background:#fff;backdrop-filter:none}
.site-header .nav-wrap{min-height:185px;gap:34px}
.site-header .brand-full{width:560px;max-width:47vw;flex:0 1 auto}
.site-header .brand-full img{width:100%;max-height:175px;object-fit:contain;object-position:left center}
.main-nav{gap:28px;font-size:.95rem;white-space:nowrap}
.nav-cta{background:linear-gradient(135deg,#d79a1f,#b77706);padding:15px 22px;border-radius:9px;box-shadow:0 8px 18px rgba(183,119,6,.18)}

.hero{padding:72px 0 32px;min-height:620px;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.95) 38%,rgba(255,255,255,.46) 61%,rgba(255,255,255,.12) 100%),url('koeln-dom-hohenzollernbruecke.jpg');background-size:cover;background-position:center center}
.hero-pattern{display:none}
.hero-grid{grid-template-columns:1.35fr .72fr;gap:54px;align-items:center}
.hero-content{padding:8px 0 0}
.hero-badge{background:transparent;border:0;box-shadow:none;padding:0;color:#a66a00;text-transform:uppercase;letter-spacing:.09em;font-size:.95rem;margin-bottom:24px}
.hero h1{font-size:clamp(3rem,4.8vw,5rem);max-width:790px;letter-spacing:-.05em;line-height:1.06}
.hero h1 span{color:#c18412}
.hero-lead{font-size:1.1rem;line-height:1.75;max-width:690px;color:#3f4b5c;margin:26px 0 30px}
.hero-actions{gap:16px}
.hero-actions .btn{min-height:58px;padding:0 28px}
.hero-trust{gap:12px;margin-top:34px}
.hero-trust div{min-width:190px;background:rgba(255,255,255,.93);border:1px solid rgba(230,234,240,.85);box-shadow:0 8px 20px rgba(9,23,38,.06);padding:16px 18px}
.hero-trust strong{font-size:1.32rem}

.quote-card{border-radius:18px;padding:28px 30px;background:linear-gradient(145deg,#07192b,#062541);box-shadow:0 26px 54px rgba(9,23,38,.26)}
.quote-card-head{gap:18px;margin-bottom:26px}
.quote-icon{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#e4ad36,#bb7600);font-size:2rem}
.quote-card h2{font-size:1.7rem}
.quote-card input,.quote-card select{background:#fff;color:#263244;border:0;border-radius:8px;padding:14px 16px}
.quote-card input::placeholder{color:#7f8894}
.quote-card .btn-primary{background:linear-gradient(135deg,#e0a62f,#bc7906);box-shadow:none}

.proof-strip{padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.proof-grid{grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.proof-grid div{min-height:90px;padding:18px 16px;align-items:center;justify-content:flex-start;font-size:.9rem;line-height:1.35}
.proof-grid span{font-size:1.35rem;min-width:34px;text-align:center}
.photo-credit{font-size:.72rem;color:#768391;padding-top:18px}

@media(max-width:1100px){
  .site-header .brand-full{width:430px;max-width:44vw}
  .main-nav{gap:18px;font-size:.88rem}
  .hero-grid{grid-template-columns:1fr .72fr;gap:32px}
  .hero-trust div{min-width:160px}
}
@media(max-width:980px){
  .site-header .nav-wrap{min-height:125px}
  .site-header .brand-full{width:340px;max-width:72vw}
  .main-nav{top:125px}
  .hero{background-position:60% center;padding-top:58px}
  .hero-grid{grid-template-columns:1fr}
  .hero-content{max-width:760px}
  .quote-card{max-width:620px}
  .proof-grid{grid-template-columns:repeat(2,1fr)}
  .proof-grid div:nth-child(even){border-right:0}
}
@media(max-width:680px){
  .site-header .nav-wrap{min-height:100px}
  .site-header .brand-full{width:250px;max-width:74vw}
  .hero{padding:48px 0 32px;background-image:linear-gradient(rgba(255,255,255,.94),rgba(255,255,255,.90)),url('koeln-dom-hohenzollernbruecke.jpg');background-position:center}
  .hero h1{font-size:clamp(2.45rem,11vw,3.5rem)}
  .hero-trust{flex-direction:column}
  .hero-trust div{width:100%}
  .proof-grid{grid-template-columns:1fr}
  .proof-grid div{border-right:0;border-bottom:1px solid var(--line)}
  .proof-grid div:last-child{border-bottom:0}
}


/* V5 EXAKT – bestätigte Startansicht aus der Referenzgrafik */
body:has(.reference-hero) > .topbar,
body:has(.reference-hero) > .site-header { display:none; }
.reference-hero{background:#fff;padding:0;margin:0;overflow:hidden}
.reference-wrap{position:relative;width:100%;max-width:1536px;margin:0 auto;line-height:0;background:#fff}
.reference-image{display:block;width:100%;height:auto;max-width:none}
.hotspot{position:absolute;display:block;z-index:5;background:transparent;border:0}
.hotspot-phone{left:66.0%;top:0.4%;width:12%;height:4.7%}
.hotspot-mail{left:79.5%;top:0.4%;width:17.5%;height:4.7%}
.hotspot-leistungen{left:44.9%;top:11.7%;width:5.7%;height:7.0%}
.hotspot-ablauf{left:52.2%;top:11.7%;width:4.2%;height:7.0%}
.hotspot-kosten{left:57.6%;top:11.7%;width:4.2%;height:7.0%}
.hotspot-einsatz{left:63.2%;top:11.7%;width:7.7%;height:7.0%}
.hotspot-bewertungen{left:71.6%;top:11.7%;width:8.2%;height:7.0%}
.hotspot-faq{left:80.7%;top:11.7%;width:4.0%;height:7.0%}
.hotspot-anfrage{left:84.5%;top:11.3%;width:12.7%;height:7.3%}
.hotspot-angebot{left:4.0%;top:63.1%;width:21.6%;height:7.5%}
.hotspot-whatsapp{left:26.5%;top:63.1%;width:18.0%;height:7.5%}
.hotspot-form{left:65.5%;top:27.0%;width:29.5%;height:57.5%}
@media(max-width:800px){
  .reference-wrap{overflow-x:auto;max-width:none}
  .reference-image{width:1200px;max-width:none}
  .hotspot{display:none}
  .reference-hero{overflow-x:auto;-webkit-overflow-scrolling:touch}
}

/* V6 Mobile – Desktop-Referenz bleibt unverändert, Smartphone bekommt echtes responsives Layout */
.mobile-home{display:none}

@media(max-width:800px){
  html,body{max-width:100%;overflow-x:hidden}
  .reference-hero{display:none}
  .mobile-home{display:block;background:#fff}

  .mobile-topline{background:var(--navy);color:#fff;padding:10px 14px;font-size:.78rem;line-height:1.35;display:flex;justify-content:space-between;gap:10px;align-items:center}
  .mobile-topline>span{font-weight:700}
  .mobile-topline>div{display:flex;gap:10px;white-space:nowrap}
  .mobile-topline a{font-weight:800}

  .mobile-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px 12px;background:#fff;border-bottom:1px solid var(--line)}
  .mobile-logo{display:block;width:min(235px,64vw)}
  .mobile-logo img{display:block;width:100%;height:auto}
  .mobile-header-cta{background:linear-gradient(135deg,#d79a1f,#b77706);color:#fff;font-weight:800;font-size:.72rem;line-height:1.2;padding:11px 12px;border-radius:8px;text-align:center;flex:0 0 auto}

  .mobile-hero{background-image:linear-gradient(rgba(255,255,255,.93),rgba(255,255,255,.86)),url('koeln-dom-hohenzollernbruecke.jpg');background-size:cover;background-position:center; padding:34px 14px 26px}
  .mobile-hero-content{max-width:560px;margin:0 auto}
  .mobile-kicker{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:900;color:#a66a00;margin-bottom:15px}
  .mobile-hero h1{font-size:clamp(2.1rem,10.2vw,3.3rem);line-height:1.02;letter-spacing:-.045em;margin:0 0 18px;overflow-wrap:anywhere}
  .mobile-hero h1 span{color:#c18412}
  .mobile-hero-content>p:not(.mobile-kicker){font-size:1rem;line-height:1.65;color:#3f4b5c;margin-bottom:22px}
  .mobile-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .mobile-actions .btn{width:100%;min-height:52px;padding:0 14px;font-size:.94rem}
  .mobile-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0 24px}
  .mobile-trust div{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:12px;padding:11px 8px;text-align:center;box-shadow:0 6px 14px rgba(9,23,38,.05)}
  .mobile-trust strong,.mobile-trust span{display:block}
  .mobile-trust strong{font-size:1.08rem;color:var(--navy)}
  .mobile-trust span{font-size:.67rem;line-height:1.25;color:var(--muted);margin-top:2px}

  .mobile-quote{max-width:560px;margin:0 auto;background:linear-gradient(145deg,#07192b,#062541);color:#fff;border-radius:18px;padding:22px 18px;box-shadow:0 20px 40px rgba(9,23,38,.22)}
  .mobile-quote-title{display:flex;align-items:center;gap:13px;margin-bottom:18px}
  .mobile-broom{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#e4ad36,#bb7600);font-size:1.55rem;flex:0 0 54px}
  .mobile-quote-title small{display:block;text-transform:uppercase;letter-spacing:.08em;color:#f0bf5a;font-weight:800}
  .mobile-quote-title h2{font-size:1.35rem;color:#fff;line-height:1.1;margin-top:3px}
  .mobile-quote label{display:block;font-size:.84rem;font-weight:700;margin-bottom:12px}
  .mobile-quote input,.mobile-quote select{display:block;width:100%;margin-top:6px;padding:13px 12px;border:0;border-radius:8px;background:#fff;color:#263244;font-size:16px}
  .mobile-quote .btn{min-height:52px}
  .mobile-note{font-size:.7rem;line-height:1.4;color:#c8d2dc;margin-top:10px}

  .mobile-benefits{display:grid;grid-template-columns:1fr;gap:0;margin:18px 14px 0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
  .mobile-benefits div{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line);font-size:.9rem;font-weight:800;color:var(--navy)}
  .mobile-benefits div:last-child{border-bottom:0}
  .mobile-benefits div:first-letter{font-size:1.25rem}

  /* Alle nachfolgenden Bereiche vollständig in der Displaybreite halten */
  .container{width:calc(100% - 28px);max-width:100%}
  .section{padding:58px 0}
  .section-heading{margin-bottom:30px}
  h2{font-size:clamp(1.8rem,8vw,2.6rem)}
  .service-grid,.before-after-grid,.reviews-grid,.price-factors,.form-row,.footer-grid,.timeline,.split-section,.faq-layout,.contact-wrap{grid-template-columns:1fr!important}
  .premium-card,.estimate-box,.contact-form{min-width:0}
  .timeline{gap:22px}
  .timeline-line{display:none}
  .floating-whatsapp{right:14px;bottom:14px;padding:12px 15px;font-size:.82rem}
  img,video,iframe{max-width:100%;height:auto}
}

@media(max-width:430px){
  .mobile-topline{align-items:flex-start;flex-direction:column;gap:4px}
  .mobile-topline>div{width:100%;justify-content:space-between}
  .mobile-header{align-items:center}
  .mobile-logo{width:min(210px,62vw)}
  .mobile-header-cta{font-size:.68rem;padding:10px 9px}
  .mobile-trust{grid-template-columns:1fr 1fr 1fr}
}
