/* =========================================================
   Schlüsseldienst Frankfurt – Adam
   Reines HTML/CSS, lokal gehostete Schrift (DSGVO-konform)
   ========================================================= */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;
  src:url('/assets/fonts/open-sans-400.woff2') format('woff2')}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;
  src:url('/assets/fonts/open-sans-600.woff2') format('woff2')}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;
  src:url('/assets/fonts/open-sans-700.woff2') format('woff2')}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:800;font-display:swap;
  src:url('/assets/fonts/open-sans-800.woff2') format('woff2')}
:root{
  --background:#ffffff;
  --foreground:#23303f;
  --card:#ffffff;
  --muted:#f1f3f4;
  --muted-foreground:#525f6e;
  --primary:#0495b9;              /* Hauptfarbe Türkis */
  --primary-foreground:#ffffff;
  --accent:#ffc229;               /* Signalfarbe Gelb */
  --accent-foreground:#23303f;
  --border:#e1e4ea;
  --header-dark:#067a98;          /* dunkleres Türkis */
  --trust-green:#2fa46a;
  --star-gold:#ffc22b;
  --section-alt:#f5f6f7;
  --radius:0.5rem;
  --maxw:1320px;
}
*{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html{font-size:17px}
body{
  margin:0;background:var(--background);color:var(--foreground);
  font-family:'Open Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  line-height:1.6;-webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-family:'Open Sans',system-ui,sans-serif;font-weight:800;line-height:1.2;margin:0}
p{margin:0}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1rem}
.muted{color:var(--muted-foreground)}

/* ---- Buttons ---- */
.btn{display:inline-flex;align-items:center;gap:.6rem;border:none;cursor:pointer;white-space:nowrap;
  border-radius:.75rem;font-weight:800;transition:transform .15s ease}
.btn:hover{transform:scale(1.04)}
.btn:active{transform:scale(.97)}
.btn-accent{background:var(--accent);color:var(--accent-foreground);
  padding:1rem 2rem;font-size:1rem;box-shadow:0 8px 20px -6px rgba(0,0,0,.25)}
.btn-accent-sm{background:var(--accent);color:var(--accent-foreground);
  padding:.55rem 1rem;font-size:.875rem;border-radius:.6rem;font-weight:700}

/* ---- Icons (inline svg) ---- */
.ico{width:1.25rem;height:1.25rem;flex:0 0 auto;stroke:currentColor;fill:none;
  stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ico-sm{width:1rem;height:1rem}
.ico-xs{width:.85rem;height:.85rem}

/* ---- Header ---- */
.site-header{position:sticky;top:0;z-index:50;background:transparent;padding:.85rem 0}
/* Auf der Startseite + Hero-Seiten: Bild beginnt hinter dem Header */
/* ADAC-Trust-Topbar */
.topbar{background:var(--header-dark);color:#fff;font-size:.875rem;position:relative;z-index:60}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.45rem 1rem;min-height:38px}
.tb-adac{display:inline-flex;align-items:center;gap:.5rem;font-weight:600}
.tb-adac svg{width:1.1rem;height:1.1rem;color:var(--accent);flex-shrink:0}
.tb-adac .tb-adac-logo{width:1.4rem;height:1.4rem;color:inherit;border-radius:3px}
.tb-adac strong{color:var(--accent);font-weight:800}
.tb-extra{color:rgba(255,255,255,.85);font-weight:600;white-space:nowrap}
@media(max-width:720px){.tb-extra{display:none}.topbar-inner{justify-content:center}.tb-adac{font-size:.8rem;text-align:center;gap:.35rem}}
@media(max-width:420px){.tb-adac strong::after{content:""}.tb-adac{font-size:.78rem}}
body.has-hero .site-header{position:absolute;top:38px;left:0;right:0}
body.has-hero .hero{padding-top:7rem}
.header-row{display:flex;align-items:center;justify-content:space-between;padding:15px 1.25rem;
  background:#fff;border-radius:15px;box-shadow:0 10px 30px -8px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.06);
  border:1px solid rgba(0,0,0,.05)}
.logo img{height:34px}
.nav-desktop{display:none;align-items:center;gap:1.15rem}
.nav-desktop a{font-size:.875rem;font-weight:600;color:var(--foreground)}
.nav-desktop a:hover{color:var(--primary)}
.header-cta{display:flex;align-items:center;gap:.75rem}
.notruf-dot{position:relative;display:inline-flex;width:.65rem;height:.65rem;margin-left:.25rem}
.notruf-dot span:first-child{position:absolute;inset:0;border-radius:999px;background:var(--trust-green);animation:pulse-green 1.5s ease-in-out infinite}
.notruf-dot span:last-child{position:relative;width:.65rem;height:.65rem;border-radius:999px;background:var(--trust-green)}
.burger{background:none;border:none;color:var(--foreground);cursor:pointer;padding:.25rem;display:inline-flex}
.nav-mobile{display:none;flex-direction:column;background:var(--header-dark);border-top:1px solid rgba(255,255,255,.1);padding:0 1rem .75rem}
.nav-mobile.open{display:flex}
.nav-mobile a{padding:.75rem 0;font-size:.875rem;font-weight:500;color:rgba(255,255,255,.78)}
.nav-mobile a:hover{color:#fff}
@media(min-width:1024px){.nav-desktop{display:flex}.burger{display:none}.logo img{height:40px}}

/* ---- Sections ---- */
section{padding:3.5rem 0}
@media(min-width:768px){section{padding:5rem 0}}
.section-alt{background:var(--section-alt)}
.section-dark{background:var(--header-dark);position:relative;overflow:hidden}
.eyebrow{display:inline-block;border:1px solid rgba(5,144,179,.2);background:rgba(5,144,179,.05);
  color:var(--primary);font-size:.875rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.05em;padding:.35rem 1rem;border-radius:999px}
.h-sec{font-size:1.5rem;font-weight:800}
@media(min-width:768px){.h-sec{font-size:2rem}}
.lead{color:var(--muted-foreground);line-height:1.7}
.center{text-align:center}
.grid{display:grid;gap:1.5rem}
@media(min-width:768px){
  .md-2{grid-template-columns:repeat(2,1fr)}
  .md-3{grid-template-columns:repeat(3,1fr)}
}
.sm-2{grid-template-columns:1fr}
@media(min-width:640px){.sm-2{grid-template-columns:repeat(2,1fr)}}
.lg-3{grid-template-columns:1fr}
@media(min-width:640px){.lg-3{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.lg-3{grid-template-columns:repeat(3,1fr)}}

/* ---- Cards ---- */
.card{background:var(--card);border:1px solid var(--border);border-radius:.75rem;
  box-shadow:0 1px 3px rgba(0,0,0,.05)}
.card-pad{padding:1.25rem}
.shadow-md{box-shadow:0 8px 24px -10px rgba(0,0,0,.18)}

/* ---- Hero ---- */
.hero{position:relative;padding:3rem 0;background:
  linear-gradient(105deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.93) 42%,rgba(4,149,185,.14) 100%),
  url('/images/schluesseldienst-frankfurt-skyline.webp') center top/cover no-repeat fixed}
.hero .badge-line{background:var(--primary);color:#fff;border-color:var(--primary)}
@media(min-width:768px){.hero{padding:4.5rem 0}}
.hero-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}
.hero h1{font-size:2rem;line-height:1.15;margin-bottom:1rem}
@media(min-width:768px){.hero h1{font-size:2.5rem}}
@media(min-width:1024px){.hero h1{font-size:3rem}}
.hero h1 .accentword{color:var(--primary)}
.badge-line{display:inline-block;border:1px solid rgba(5,144,179,.2);background:rgba(5,144,179,.05);
  color:var(--primary);font-size:.875rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.04em;padding:.35rem 1rem;border-radius:999px;margin-bottom:1rem}
.review-widgets{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}
.review-widgets .rw{flex:1 1 0;min-width:170px}
.rw{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--border);
  background:var(--card);border-radius:.6rem;padding:.6rem 1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.rw img{width:24px;height:24px}
.rw .t{font-size:.875rem;font-weight:700}
.rw .v{font-size:.875rem;font-weight:700}
.rw .c{font-size:.875rem;color:var(--muted-foreground)}
.stars{display:inline-flex;gap:.1rem;color:var(--star-gold)}
.stars svg{width:.8rem;height:.8rem;fill:currentColor;stroke:none}
.adac-box{display:flex;align-items:center;gap:.85rem;border:2px solid var(--accent);
  background:rgba(255,194,41,.1);border-radius:.85rem;padding:1rem 1.25rem;margin-bottom:1.5rem}
.adac-ico{width:3rem;height:3rem;flex:0 0 auto;border-radius:999px;background:var(--accent);
  color:var(--accent-foreground);display:flex;align-items:center;justify-content:center}
.price-card{border:2px solid rgba(255,194,41,.3);border-radius:.75rem;overflow:hidden;background:var(--card);box-shadow:0 6px 20px -8px rgba(0,0,0,.15)}
.price-card .top{background:rgba(255,194,41,.12);padding:.9rem 1.4rem}
.price-card .top span{font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b8860b}
.tick{display:flex;align-items:center;gap:.6rem;font-size:1rem;color:var(--foreground);margin-top:.55rem}
.tick svg{color:var(--trust-green);width:1.15rem;height:1.15rem;flex-shrink:0}
.mini-card{display:flex;align-items:flex-start;gap:.75rem;border:1px solid var(--border);
  background:var(--card);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.person-card{display:flex;align-items:center;gap:1rem;border:1px solid var(--border);
  background:var(--card);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.person-card img{width:5rem;height:5rem;border-radius:999px;object-fit:cover;object-position:top}

/* ---- Payment scroller ---- */
.payment{border-top:1px solid rgba(225,228,234,.5);border-bottom:1px solid rgba(225,228,234,.5);
  background:#fff;padding:1.5rem 0;overflow:hidden}
.payment h2{text-align:center;font-size:.875rem;font-weight:700;text-transform:uppercase;
  letter-spacing:.08em;color:var(--muted-foreground);margin-bottom:1rem}
.pay-track-wrap{position:relative}
.pay-fade-l,.pay-fade-r{position:absolute;top:0;bottom:0;width:5rem;z-index:2;pointer-events:none}
.pay-fade-l{left:0;background:linear-gradient(to right,#fff,transparent)}
.pay-fade-r{right:0;background:linear-gradient(to left,#fff,transparent)}
.pay-track{display:flex;width:max-content;animation:payscroll 22s linear infinite}
.pay-track .item{margin:0 1rem;flex:0 0 auto;display:flex;align-items:center}
.pay-track img{height:42px;width:auto;object-fit:contain}
@media(min-width:768px){.pay-track img{height:48px}}

/* ---- Trust / services ---- */
.trust-grid{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.trust-grid{grid-template-columns:2fr 3fr}}
.trust-photo{display:flex;flex-direction:column;align-items:center}
.trust-photo img{width:12rem;height:12rem;border-radius:1rem;object-fit:cover;object-position:top;box-shadow:0 12px 30px -12px rgba(0,0,0,.3);margin-bottom:1rem}
@media(min-width:768px){.trust-photo img{width:16rem;height:16rem}}
.locbox{border:1px solid rgba(47,164,106,.2);background:rgba(47,164,106,.05);border-radius:.6rem;padding:.75rem 1rem}
.svc-ico{display:inline-flex;background:rgba(5,144,179,.1);border-radius:.6rem;padding:.6rem;margin-bottom:.75rem;color:var(--primary)}
.svc-ico svg{width:1.5rem;height:1.5rem}

/* ---- Dark section (Türöffnung) ---- */
.section-dark .overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(5,144,179,.18),transparent)}
.section-dark .container{position:relative;z-index:1}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:rgba(255,255,255,.78)}
.dark-img{border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.1)}
.dark-img img{width:100%;height:20rem;object-fit:cover}
.chip{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);
  border-radius:.6rem;padding:.5rem .8rem}
.chip .v{font-size:.875rem;font-weight:700;color:#fff}

/* ---- Reviews ---- */
.rev-head{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2.5rem;text-align:center}
.rev-score{font-size:2rem;font-weight:800}
.rev-card .avatar{width:2.5rem;height:2.5rem;border-radius:999px;background:var(--primary);
  color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:.875rem}

/* ---- Pricing ---- */
.price-hero{max-width:34rem;margin:0 auto 2rem;border:2px solid rgba(255,194,41,.4);
  border-radius:1rem;overflow:hidden;background:var(--card);box-shadow:0 12px 30px -12px rgba(0,0,0,.2)}
.price-hero .bar{background:var(--accent);padding:1rem;text-align:center}
.price-hero .bar span{font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-foreground)}
.price-hero .body{padding:1.5rem;text-align:center}
.price-hero .big{font-size:3.5rem;font-weight:800}
.price-table{max-width:46rem;margin:0 auto;border:2px solid rgba(5,144,179,.2);border-radius:1rem;overflow:hidden;background:var(--card);box-shadow:0 12px 30px -12px rgba(0,0,0,.2)}
.price-table .head{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:#fff;padding:.85rem;text-align:center;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.price-table table{width:100%;border-collapse:collapse}
.price-table th{background:var(--section-alt);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);text-align:left;padding:.75rem 1rem}
.price-table td{padding:1rem;border-top:1px solid var(--border)}
.price-table tr.hl{background:rgba(255,194,41,.06)}
.price-table .lbl{font-weight:700}
.price-table .price{text-align:right;font-size:1.125rem;font-weight:800}
.price-foot{border-top:1px solid var(--border);background:var(--section-alt);padding:.75rem 1rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}
.price-cards-mobile{display:none;padding:1rem;gap:.75rem;flex-direction:column}
@media(max-width:767px){.price-table table{display:none}.price-cards-mobile{display:flex}}
.pc{border:1px solid var(--border);border-radius:.75rem;padding:1rem;background:var(--section-alt);display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}
.pc.hl{background:rgba(255,194,41,.1)}
.note{max-width:46rem;margin:1.5rem auto 0;background:var(--section-alt);border-radius:.6rem;padding:.75rem 1rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}

/* ---- FAQ accordion ---- */
.faq-list{max-width:46rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.faq-item{border:1px solid var(--border);background:var(--card);border-radius:.75rem;
  padding:0 1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}
.faq-q{width:100%;background:none;border:none;cursor:pointer;text-align:left;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1rem 0;font-weight:700;font-size:1rem;color:var(--foreground)}
.faq-q .chev{transition:transform .2s ease;color:var(--muted-foreground)}
.faq-item.open .faq-q .chev{transform:rotate(180deg)}
.faq-a{overflow:hidden;max-height:0;transition:max-height .25s ease;color:var(--muted-foreground);font-size:.875rem;line-height:1.7}
.faq-item.open .faq-a{max-height:400px}
.faq-a-inner{padding:0 0 1rem}

/* ---- Contact ---- */
.contact-info{display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0}
.contact-info .row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}
.map-wrap{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;box-shadow:0 8px 24px -10px rgba(0,0,0,.18)}
.map-wrap iframe{width:100%;height:320px;border:0;display:block}

/* ---- Area chips ---- */
.area-chip{border-radius:999px;background:rgba(5,144,179,.1);color:var(--primary);
  padding:.4rem .9rem;font-size:.875rem;font-weight:500}
.area-chip.alt{background:var(--background);border:1px solid var(--border);color:var(--muted-foreground)}
.area-card h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:1rem}
.area-flex{display:flex;flex-wrap:wrap;gap:.5rem}
.area-link{border-radius:999px;background:rgba(5,144,179,.1);color:var(--primary);
  padding:.4rem .9rem;font-size:.875rem;font-weight:600;transition:background .15s}
.area-link:hover{background:rgba(5,144,179,.18)}

/* ---- Footer ---- */
.site-footer{background:var(--header-dark);padding:2.5rem 0;color:#fff}
.footer-grid{display:grid;gap:2rem}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}
.site-footer img{height:32px;filter:brightness(0) invert(1);margin-bottom:.75rem}
.site-footer h4{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.5rem}
.site-footer p,.site-footer a{font-size:.875rem;color:rgba(255,255,255,.55);line-height:1.7}
.site-footer a:hover{color:#fff}
.footer-links{display:flex;flex-direction:column;gap:.25rem}
.footer-bottom{margin-top:2rem;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;
  text-align:center;font-size:.875rem;color:rgba(255,255,255,.8)}

/* ---- Mobile CTA bar ---- */
.mobile-cta{position:fixed;bottom:0;left:0;right:0;z-index:60;background:var(--accent);
  border-top:1px solid var(--border);padding:.75rem;box-shadow:0 -8px 24px rgba(0,0,0,.18)}
.mobile-cta a{display:flex;align-items:center;justify-content:center;gap:.5rem;
  font-size:1rem;font-weight:800;color:var(--accent-foreground)}
@media(min-width:768px){.mobile-cta{display:none}}
body{padding-bottom:64px}
@media(min-width:768px){body{padding-bottom:0}}

/* ---- Legal pages ---- */
.legal{max-width:52rem;margin:0 auto;padding:3rem 1rem}
.legal h1{font-size:2rem;margin-bottom:2rem}
.legal h2{font-size:1.25rem;margin:2rem 0 .5rem}
.legal h3{font-size:1rem;margin:1.25rem 0 .35rem}
.legal h4{font-size:1rem;margin:.75rem 0 .25rem}
.legal p,.legal li{color:var(--muted-foreground);font-size:.875rem;line-height:1.75;margin:.5rem 0}
.legal a{color:var(--primary)}.legal a:hover{text-decoration:underline}
.legal ul{padding-left:1.5rem}
.legal hr{border:none;border-top:1px solid var(--border);margin:1.5rem 0}
.legal .upper{text-transform:uppercase;font-weight:700;color:var(--foreground);font-size:.875rem}

/* ---- Article (Stadt-Unterseiten) ---- */
.article{max-width:48rem;margin:0 auto}
.article h2{font-size:1.5rem;margin:2rem 0 .75rem}
.article h3{font-size:1.125rem;margin:1.5rem 0 .5rem}
.article p{color:var(--muted-foreground);line-height:1.8;margin:.75rem 0}
.article ul{color:var(--muted-foreground);line-height:1.8}
.breadcrumb{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1.5rem}
.breadcrumb a{color:var(--primary)}
.breadcrumb a:hover{text-decoration:underline}

/* ---- Scroll animations ---- */
.animate-on-scroll{opacity:0;transform:translateY(24px);
  transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}
.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}
@media(prefers-reduced-motion:reduce){.animate-on-scroll{opacity:1;transform:none}.pay-track{animation:none}}

/* ---- Cookie banner ---- */
.cookie-overlay{position:fixed;inset:0;z-index:100;display:none;align-items:flex-end;justify-content:center;
  background:rgba(35,48,63,.4);backdrop-filter:blur(4px)}
.cookie-overlay.show{display:flex}
@media(min-width:640px){.cookie-overlay{align-items:center}}
.cookie-box{margin:1rem;width:100%;max-width:32rem;border:1px solid var(--border);background:var(--card);
  border-radius:1rem;padding:1.5rem;box-shadow:0 20px 50px rgba(0,0,0,.3)}
.cookie-box h3{font-size:1.125rem;margin-bottom:1rem}
.cookie-box p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:1rem}
.cookie-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between}
.cookie-actions .left{display:flex;gap:.5rem;flex-wrap:wrap}
.cookie-btn{border-radius:.6rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:700;cursor:pointer;border:1px solid var(--border)}
.cookie-btn.primary{background:var(--accent);color:var(--accent-foreground);border:none}
.cookie-btn.ghost{background:var(--card);color:var(--foreground)}
.cookie-links{display:flex;gap:.75rem;font-size:.875rem;align-items:center}
.cookie-links a,.cookie-links button{color:var(--muted-foreground);background:none;border:none;cursor:pointer;font-size:.875rem}
.cookie-details{display:none;margin-bottom:1rem;border:1px solid var(--border);background:var(--section-alt);border-radius:.6rem;padding:1rem;font-size:.875rem}
.cookie-details.show{display:block}
.cookie-details .grp{margin-bottom:.6rem}
.cookie-details .grp b{color:var(--foreground)}
.cookie-details .grp span{display:block;font-size:.875rem;color:var(--muted-foreground)}

@keyframes pulse-green{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(47,164,106,.7)}50%{opacity:.8;box-shadow:0 0 0 6px rgba(47,164,106,0)}}
@keyframes payscroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ============ MEGA MENU ============ */
.has-mega{position:relative}
.nav-desktop .has-mega>a{display:inline-flex;align-items:center;gap:.3rem;cursor:pointer}
.nav-desktop .has-mega>a .caret{width:.7rem;height:.7rem;transition:transform .2s}
.has-mega:hover>a .caret,.has-mega:focus-within>a .caret{transform:rotate(180deg)}
.mega{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);
  background:#fff;border:1px solid var(--border);border-radius:.9rem;
  box-shadow:0 20px 50px -12px rgba(0,0,0,.28);padding:1.25rem;
  min-width:560px;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease;z-index:60}
.has-mega:hover .mega,.has-mega:focus-within .mega{opacity:1;visibility:visible;transform:translateX(-50%) translateY(4px)}
.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:.4rem 1.5rem}
.mega-col h5{font-size:.875rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);
  font-weight:700;margin:0 0 .6rem;padding-bottom:.4rem;border-bottom:1px solid var(--border)}
.mega a.mega-link{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border-radius:.5rem;
  font-size:.875rem;font-weight:500;color:var(--foreground);transition:background .14s}
.mega a.mega-link:hover{background:var(--section-alt);color:var(--primary)}
.mega a.mega-link svg{width:1.05rem;height:1.05rem;flex:0 0 auto;color:var(--primary);stroke-width:2}
.mega a.mega-link .sub{display:block;font-size:.875rem;font-weight:400;color:var(--muted-foreground)}
.mega-foot{margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--border);
  display:flex;align-items:center;justify-content:space-between;gap:1rem}
.mega-foot span{font-size:.875rem;color:var(--muted-foreground)}

/* Mobile mega: als aufklappbare Gruppen */
.nav-mobile .m-group{border-top:1px solid rgba(255,255,255,.1)}
.nav-mobile .m-group>button{width:100%;display:flex;align-items:center;justify-content:space-between;
  background:none;border:none;color:rgba(255,255,255,.78);font-size:.875rem;font-weight:600;
  padding:.85rem 0;cursor:pointer;font-family:inherit}
.nav-mobile .m-group>button .caret{width:.8rem;height:.8rem;transition:transform .2s}
.nav-mobile .m-group.open>button .caret{transform:rotate(180deg)}
.nav-mobile .m-sub{display:none;flex-direction:column;padding:0 0 .5rem .75rem}
.nav-mobile .m-group.open .m-sub{display:flex}
.nav-mobile .m-sub a{padding:.5rem 0;font-size:.875rem;color:rgba(255,255,255,.65)}
.nav-mobile .m-sub a:hover{color:#fff}

/* ============ Leistungs-Übersicht Kacheln ============ */
.svc-tile{display:block;background:var(--card);border:1px solid var(--border);border-radius:.9rem;
  padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .18s,box-shadow .18s;height:100%}
.svc-tile:hover{transform:translateY(-3px);box-shadow:0 14px 30px -12px rgba(0,0,0,.2)}
.svc-tile .ic{display:inline-flex;background:rgba(5,144,179,.1);border-radius:.7rem;padding:.7rem;margin-bottom:1rem;color:var(--primary)}
.svc-tile .ic svg{width:1.6rem;height:1.6rem;stroke-width:2}
.svc-tile h3{font-size:1.125rem;margin-bottom:.5rem}
.svc-tile p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin-bottom:.75rem}
.svc-tile .more{font-size:.875rem;font-weight:700;color:var(--primary)}

/* ============ Icon-Sicherung (verhindert riesige SVGs) ============ */
.svc-tile .ic svg{width:1.6rem;height:1.6rem;display:block}
.hero .ic svg{width:5rem;height:5rem;display:block}
/* generischer Fallback: SVGs ohne explizite Klasse bleiben klein */
a.svc-tile svg, .area-card svg{max-width:100%}

/* ============ Sprachumschalter ============ */
.lang-switch{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;overflow:hidden;margin-right:.25rem}
.lang-switch a{padding:.35rem .6rem;font-size:.875rem;font-weight:700;color:var(--muted-foreground);line-height:1}
.lang-switch a.active{background:var(--accent);color:var(--accent-foreground)}
.lang-switch a:not(.active):hover{color:#fff;background:rgba(255,255,255,.12)}

/* Sprachumschalter – Flaggen + Trenner */
.lang-switch{gap:0}
.lang-switch a{display:inline-flex;align-items:center;gap:.3rem;border-right:1px solid rgba(255,255,255,.2)}
.lang-switch a:last-child{border-right:none}
.lang-switch .flag{font-size:1rem;line-height:1}

/* ============ Testimonials ============ */
.tst-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:62rem;margin:0 auto}
@media(max-width:760px){.tst-grid{grid-template-columns:1fr}}
.tst-card{background:var(--card);border:1px solid var(--border);border-radius:.9rem;padding:1.4rem;box-shadow:0 1px 3px rgba(0,0,0,.05);margin:0}
.tst-stars{display:flex;gap:.1rem;margin-bottom:.6rem}
.tst-card blockquote{margin:0 0 1rem;font-size:1rem;line-height:1.55;color:var(--foreground)}
.tst-card figcaption{display:flex;flex-direction:column;gap:.1rem}
.tst-name{font-weight:700;font-size:.875rem}
.tst-src{font-size:.875rem;color:var(--muted-foreground)}

/* ============ WhatsApp-Button ============ */
.btn-wa{background:#25D366;color:#fff;padding:.7rem 1.25rem;font-size:1rem;border-radius:.75rem;font-weight:700;gap:.5rem}
.btn-wa:hover{background:#1da851}
.btn-wa .ico{width:1.25rem;height:1.25rem;flex-shrink:0}

/* ============ Bild-Dimensionen / CLS-Schutz ============ */
img{height:auto}
.payment .item img{width:auto;height:32px}
.rw img{width:24px;height:24px}

/* ============ Ratgeber / Schritte ============ */
.guide{padding:3.5rem 0}
.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;counter-reset:s}
@media(max-width:860px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.steps{grid-template-columns:1fr}}
.steps .step{display:flex;gap:.8rem;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:.9rem;padding:1.2rem}
.step-n{flex:0 0 auto;width:2rem;height:2rem;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem}
.steps .step h3{font-size:1rem;margin:0 0 .3rem}
.steps .step p{font-size:.875rem;color:var(--muted-foreground);margin:0;line-height:1.5}

/* ============ Straßen-Sektion ============ */
.streets-sec{padding:2.5rem 0}
.street-flex{display:flex;flex-wrap:wrap;gap:.5rem}
.street-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .8rem;background:var(--muted);border:1px solid var(--border);border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--foreground)}
.street-chip::before{content:"📍";font-size:.875rem}

/* ============ Blog / Ratgeber ============ */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:66rem;margin:0 auto}
@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.blog-grid{grid-template-columns:1fr}}
.blog-card{display:flex;flex-direction:column;gap:.5rem;background:var(--card);border:1px solid var(--border);border-radius:.9rem;padding:1.4rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s,transform .2s}
.blog-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.08);transform:translateY(-2px)}
.blog-card h2{font-size:1rem;margin:0;color:var(--foreground)}
.blog-card p{font-size:.875rem;color:var(--muted-foreground);margin:0;flex:1}
.rel-more{font-size:.875rem;font-weight:700;color:var(--primary)}

/* Artikel */
.article{padding:2.5rem 0 1rem}
.article .container{max-width:46rem}
.crumbs{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}
.crumbs a{color:var(--primary)}
.art-h1{font-size:2rem;line-height:1.15;margin:0 0 1rem}
.art-lead{font-size:1.125rem;line-height:1.6;color:var(--foreground);margin:0 0 2rem;font-weight:500}
.art-body .art-sec{margin:0 0 1.75rem}
.art-sec h2{font-size:1.5rem;margin:0 0 .75rem}
.art-sec p{line-height:1.7;margin:0 0 1rem}
.art-sec ul,.art-sec ol{line-height:1.7;margin:0 0 1rem;padding-left:1.3rem}
.art-sec li{margin-bottom:.4rem}
.rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}
@media(max-width:700px){.rel-grid{grid-template-columns:1fr}}
.rel-card{display:flex;flex-direction:column;gap:.4rem;background:var(--card);border:1px solid var(--border);border-radius:.7rem;padding:1rem;font-size:.875rem}
.rel-card span:first-child{font-weight:700;color:var(--foreground)}

/* CTA-Box im Artikel */
.cta-inline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;background:linear-gradient(135deg,#056680,#08799a);color:#fff;border-radius:1rem;padding:1.5rem 1.75rem;margin:2rem 0}
.cta-inline .cta-h{font-weight:800;font-size:1.125rem;margin:0 0 .25rem}
.cta-inline .cta-p{font-size:.875rem;opacity:.95;margin:0}
.cta-btns{display:flex;gap:.6rem;flex-wrap:wrap}

/* ============ Artikel-Fixes: keine JS-Abhängigkeit, saubere Abstände ============ */
/* Artikel-Inhalte immer sichtbar (unabhängig von Scroll-JS) */
.article .animate-on-scroll{opacity:1!important;transform:none!important}
.art-body .art-sec{margin:0 0 1.5rem}
.art-body .art-sec h2{margin-top:0}
/* CTA-Box: Text garantiert weiß und lesbar */
.cta-inline .cta-h,.cta-inline .cta-p{color:#fff!important;opacity:1}
.cta-inline .cta-p{opacity:.95}

/* ============ Header-Robustheit: Notruf-Button nie umbrechen ============ */
.header-cta .btn-accent-sm{white-space:nowrap;flex-shrink:0}
/* nowrap NUR auf Desktop – mobil muss der Header flexibel bleiben */
@media(min-width:1024px){
  .header-inner,.header .container{flex-wrap:nowrap}
}
/* Auf mittleren Breiten Nav etwas kompakter, damit nichts quetscht */
@media(min-width:1024px) and (max-width:1200px){
  .nav-desktop{gap:.85rem}
  .nav-desktop a{font-size:.875rem}
}

/* ============ Keyword-Sektion ============ */
.kw-sec{padding:2.5rem 0;background:var(--section-alt)}
.kw-sec .lead{color:var(--muted-foreground)}
.kw-sec strong{color:var(--foreground);font-weight:700}

/* ============ Pillar-Header: Mobile-Anpassungen ============ */
/* Langen Notruf-Text mobil ausblenden – nur Icon + Punkt bleiben */
.hidden-sm{display:none}
@media(min-width:1024px){.hidden-sm{display:inline}}
/* Pille mobil etwas kompakter, Logo immer sichtbar */
@media(max-width:1023px){
  .header-row{padding:12px .9rem;border-radius:15px}
  .logo img{height:30px}
  .header-cta{gap:.5rem}
  .header-cta .btn-accent-sm{padding:.5rem .7rem}
}
/* Auf sehr schmalen Screens Logo + Burger + kompakter Notruf nebeneinander */
@media(max-width:380px){
  .header-row{padding:.45rem .7rem}
  .logo img{height:26px}
}

/* Hero-Hintergrund mobil: 'fixed' kann auf iOS ruckeln -> scroll */
@media(max-width:1023px){
  .hero{background-attachment:scroll}
}

/* ============ Preis-Box: saubere Typografie ============ */
.price-amount{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.75rem;line-height:1}
.price-amount .pa-ab{font-size:1.125rem;color:var(--muted-foreground);font-weight:600}
.price-amount .big{font-size:3.25rem;font-weight:800;line-height:1;color:var(--foreground)}
.price-amount .pa-eur{font-size:1.5rem;font-weight:700;color:var(--foreground)}
.price-ticks{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.1rem}
.price-note{background:var(--section-alt);border-radius:.6rem;padding:.85rem 1rem;
  font-size:.95rem;line-height:1.6;color:var(--muted-foreground);margin:0}

/* ============ Bewertungs-Badges mobil untereinander (kein Überlauf) ============ */
@media(max-width:560px){
  .review-widgets{flex-direction:column}
  .review-widgets .rw,.rw{flex:1 1 100%;min-width:0;width:100%}
}
/* Sicherheitsnetz gegen horizontalen Überlauf */
html,body{overflow-x:hidden;max-width:100%}

/* ============ Ex-Überschriften (jetzt p, für saubere H-Struktur) ============ */
.mega-h{font-size:.875rem;font-weight:700;color:var(--muted-foreground);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.04em}
.pay-label{text-align:center;font-size:.95rem;font-weight:600;color:var(--muted-foreground);margin:0 0 1rem;letter-spacing:.02em}
.cookie-title{font-size:1.125rem;font-weight:800;margin:0 0 .5rem;color:var(--foreground)}

/* ============ Kontakt-Sektion (aufgewertet) ============ */
.contact-sec{padding:4rem 0}
.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:var(--card);
  border:1px solid var(--border);border-radius:1.25rem;overflow:hidden;
  box-shadow:0 10px 40px -12px rgba(0,0,0,.15)}
.contact-left{padding:2.5rem}
.contact-trust{display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}
.ct-item{display:flex;align-items:center;gap:.85rem}
.ct-item svg{width:1.5rem;height:1.5rem;flex-shrink:0}
.ct-item div{display:flex;flex-direction:column;line-height:1.3}
.ct-item strong{font-size:1.05rem;color:var(--foreground)}
.ct-item span{font-size:.95rem;color:var(--muted-foreground)}
.contact-card .map-wrap{height:100%;min-height:380px}
.contact-card .map-wrap iframe{width:100%;height:100%;min-height:380px;border:0;display:block}
@media(max-width:860px){
  .contact-card{grid-template-columns:1fr}
  .contact-left{padding:1.75rem}
  .contact-card .map-wrap{min-height:300px}
}

/* ============ Hero entschlackt: kompakte Trust-Zeile ============ */
.hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;color:var(--muted-foreground)}
.hero-trust .stars{display:inline-flex;gap:.1rem}
.hero-trust .stars svg{width:1.1rem;height:1.1rem;fill:var(--star-gold)}
.hero-trust strong{color:var(--foreground);font-size:1.05rem}
.hero-trust .ht-sep{color:var(--border)}
.hero-trust .ht-adac{font-weight:700;color:var(--primary)}
/* Kompakte Vorteils-Zeile unter Festpreis-Box */
.hero-mini-row{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;padding:.85rem 1rem;
  background:#fff;border:1px solid var(--border);border-radius:.75rem;box-shadow:0 4px 14px -6px rgba(0,0,0,.12)}
.hero-mini-row span{display:inline-flex;align-items:center;gap:.45rem;font-size:1rem;font-weight:700;color:var(--foreground)}
.hero-mini-row svg{width:1.2rem;height:1.2rem;stroke:var(--primary);fill:none;stroke-width:2;flex-shrink:0}
@media(max-width:560px){.hero-trust{font-size:.95rem}}

/* Hinweis bei übersetzten Reviews (EN-Seiten) */
.tst-note{display:block;font-size:.8rem;color:var(--muted-foreground);font-style:italic;margin-top:.15rem;opacity:.8}

/* ============ Blog-Übersicht (schlanker Header statt Hero) ============ */
.blog-hero{padding:3.5rem 0 2.5rem;background:linear-gradient(180deg,rgba(4,149,185,.06),transparent)}
.blog-hero h1{font-size:2.5rem;margin:.5rem 0 1rem}
.blog-hero .crumbs{margin-bottom:1rem}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.blog-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);
  border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px -8px rgba(0,0,0,.12);transition:transform .2s,box-shadow .2s}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px -12px rgba(0,0,0,.22)}
.blog-card-img{aspect-ratio:16/10;overflow:hidden;background:var(--muted)}
.blog-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.blog-card-body{padding:1.4rem;display:flex;flex-direction:column;flex:1}
.blog-card-body h2{font-size:1.25rem;margin-bottom:.5rem;line-height:1.3}
.blog-card-body p{font-size:1rem;color:var(--muted-foreground);margin-bottom:1rem;flex:1}
@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-hero h1{font-size:2rem}}

/* ============ Artikel aufgewertet ============ */
.art-container{max-width:820px}
.art-meta{font-size:.95rem;color:var(--muted-foreground);margin-bottom:1.5rem}
.art-hero-img{border-radius:1rem;overflow:hidden;margin-bottom:1.75rem;aspect-ratio:16/9;background:var(--muted)}
.art-hero-img img{width:100%;height:100%;object-fit:cover;display:block}
.art-summary{background:rgba(4,149,185,.07);border-left:4px solid var(--primary);
  border-radius:.6rem;padding:1.25rem 1.5rem;margin-bottom:1.75rem}
.art-summary-title{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;
  color:var(--primary);margin-bottom:.5rem}
.art-summary p{font-size:1.05rem;line-height:1.6;margin-bottom:.5rem}
.art-summary ul{margin:.5rem 0 0;padding-left:1.2rem}
.art-summary li{font-size:1rem;line-height:1.5;margin-bottom:.3rem}
.art-toc{background:var(--section-alt);border:1px solid var(--border);border-radius:.6rem;
  padding:1.25rem 1.5rem;margin-bottom:2rem}
.art-toc-title{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;
  color:var(--muted-foreground);margin-bottom:.6rem}
.art-toc ol{margin:0;padding-left:1.3rem}
.art-toc li{margin-bottom:.4rem}
.art-toc a{color:var(--primary);font-weight:600}
.art-toc a:hover{text-decoration:underline}
.art-sec{scroll-margin-top:120px}
.art-summary-sub{font-weight:700;margin:.75rem 0 .25rem;font-size:1rem}

/* ============ Artikel: Autorenbox, Fazit, interne Links ============ */
.art-conclusion{background:linear-gradient(135deg,rgba(4,149,185,.10),rgba(4,149,185,.04));
  border:1px solid rgba(4,149,185,.25);border-radius:.9rem;padding:1.5rem 1.75rem;margin:2.5rem 0 0}
.art-conclusion-title{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  color:var(--primary);margin:0 0 .5rem;display:flex;align-items:center;gap:.4rem}
.art-conclusion-title::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;
  width:1.3rem;height:1.3rem;background:var(--primary);color:#fff;border-radius:50%;font-size:.8rem}
.art-conclusion p:last-child{margin:0;font-size:1.05rem;line-height:1.65}

.art-services{margin:2rem 0 0;padding:1.5rem 1.75rem;background:var(--section-alt);border-radius:.9rem}
.art-services-title{font-size:1.05rem;font-weight:800;margin:0 0 1rem;color:var(--foreground)}
.art-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}
.art-services-grid a{display:flex;align-items:center;gap:.5rem;padding:.7rem .9rem;background:#fff;
  border:1px solid var(--border);border-radius:.55rem;font-weight:600;font-size:.95rem;color:var(--foreground);
  transition:border-color .15s,transform .15s}
.art-services-grid a::before{content:"→";color:var(--primary);font-weight:800}
.art-services-grid a:hover{border-color:var(--primary);transform:translateX(2px)}
@media(max-width:640px){.art-services-grid{grid-template-columns:1fr}}

.author-box{display:flex;gap:1.25rem;align-items:flex-start;margin:2rem 0 0;padding:1.5rem 1.75rem;
  background:#fff;border:1px solid var(--border);border-radius:.9rem;box-shadow:0 4px 16px -10px rgba(0,0,0,.18)}
.author-photo{width:96px;height:96px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(4,149,185,.15)}
.author-eyebrow{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:0}
.author-name{font-size:1.2rem;font-weight:800;margin:.15rem 0 0;color:var(--foreground)}
.author-role{font-size:.95rem;color:var(--primary);font-weight:600;margin:0 0 .6rem}
.author-text{font-size:.98rem;line-height:1.6;color:var(--muted-foreground);margin:0 0 .9rem}
.author-cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;color:var(--primary)}
.author-cta svg{width:1.05rem;height:1.05rem}
@media(max-width:560px){.author-box{flex-direction:column;align-items:center;text-align:center}}

/* Whitespace zwischen Artikel-Abschnitten reduzieren */
.art-body .art-sec{margin:0 0 1.5rem}
.art-body .art-sec:last-child{margin-bottom:0}

/* ============ ratedo.de Widgets ============ */
.ratedo-seal{position:fixed;right:12px;bottom:90px;z-index:40;max-width:120px}
.ratedo-seal .ratedo-w18{max-width:120px}
@media(max-width:900px){.ratedo-seal{right:8px;bottom:80px;max-width:88px}.ratedo-seal .ratedo-w18{max-width:88px}}
.ratedo-slider-wrap{margin-top:2.5rem}

/* ===================================================================
   RATGEBER 2026 — moderne Artikel-Komponenten (Muster: was-kostet)
   Neue, isolierte Klassen (r26-*). Bricht keine bestehenden Seiten.
   =================================================================== */

/* breitere Lese-Bühne mit Sidebar-Option */
.r26-wrap{max-width:1180px;margin:0 auto;padding:0 1.1rem}
.r26-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:2.4rem;align-items:start;margin-top:2rem}
@media(max-width:980px){.r26-grid{grid-template-columns:1fr;gap:1.6rem}}

/* --- Editorial-Hero: Verlauf + Kicker statt leerer Platzhalter --- */
.r26-hero{position:relative;border-radius:1.25rem;overflow:hidden;margin-top:1.2rem;
  color:#fff;padding:2.4rem 2.4rem 2.2rem;isolation:isolate;
  background:#053b4a;min-height:300px;display:flex;flex-direction:column;justify-content:flex-end}
/* echtes Foto + lesbarer Verlauf darüber */
.r26-hero::before{content:"";position:absolute;inset:0;z-index:-2;
  background:url('/images/schluesseldienst-frankfurt-skyline.webp') center 30%/cover no-repeat}
.r26-hero::after{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(105deg,rgba(5,40,52,.95) 0%,rgba(5,55,72,.9) 38%,rgba(6,90,120,.72) 70%,rgba(4,149,185,.5) 100%)}
.r26-hero-kicker{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:800;
  text-transform:uppercase;letter-spacing:.07em;background:var(--accent);color:var(--accent-foreground);
  padding:.4rem .85rem;border-radius:2rem;align-self:flex-start}
.r26-hero h1{font-size:clamp(1.8rem,4.2vw,2.9rem);margin:1rem 0 .7rem;line-height:1.12;max-width:18ch;
  text-shadow:0 2px 12px rgba(0,0,0,.25)}
.r26-hero-sub{font-size:1.1rem;line-height:1.55;max-width:54ch;color:rgba(255,255,255,.95)}
.r26-hero-meta{display:flex;flex-wrap:wrap;gap:1.3rem;margin-top:1.4rem;font-size:.9rem;
  color:rgba(255,255,255,.9);font-weight:600;align-items:center}
.r26-hero-meta span{display:inline-flex;align-items:center;gap:.45rem}
.r26-hero-meta svg{width:1.05rem;height:1.05rem;color:var(--accent)}
@media(max-width:560px){.r26-hero{padding:1.8rem 1.5rem;min-height:260px}}

/* --- Antwort-Box (LLM/Featured-Snippet optimiert) --- */
.r26-answer{background:#f0fafc;border:1px solid rgba(4,149,185,.25);border-left:5px solid var(--primary);
  border-radius:.9rem;padding:1.4rem 1.6rem;margin:1.6rem 0}
.r26-answer-t{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;
  color:var(--primary);margin:0 0 .6rem;display:flex;align-items:center;gap:.5rem}
.r26-answer-t svg{width:1.1rem;height:1.1rem}
.r26-answer p{font-size:1.06rem;line-height:1.6;margin:0;color:var(--foreground)}

/* --- Sticky TOC + Mini-CTA in der Sidebar --- */
.r26-aside{position:sticky;top:90px;display:flex;flex-direction:column;gap:1.2rem}
@media(max-width:980px){.r26-aside{position:static}}
.r26-toc{background:#fff;border:1px solid var(--border);border-radius:.9rem;padding:1.2rem 1.3rem}
.r26-toc-t{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:0 0 .7rem}
.r26-toc a{display:block;font-size:.92rem;color:var(--foreground);padding:.32rem 0 .32rem .8rem;
  border-left:2px solid var(--border);line-height:1.35;transition:.15s}
.r26-toc a:hover{color:var(--primary);border-left-color:var(--primary)}
.r26-side-cta{background:linear-gradient(160deg,#067a98,#0495b9);color:#fff;border-radius:.9rem;padding:1.3rem 1.3rem 1.4rem}
.r26-side-cta b{display:block;font-size:1.05rem;margin-bottom:.2rem}
.r26-side-cta p{font-size:.86rem;color:rgba(255,255,255,.85);margin:0 0 .9rem;line-height:1.45}
.r26-side-cta .btn{width:100%;justify-content:center;margin-bottom:.55rem;padding:.85rem 1rem;font-size:.95rem;box-shadow:0 4px 12px -4px rgba(0,0,0,.3)}
.r26-side-cta .btn:last-child{margin-bottom:0}
.r26-side-cta .r26-call{background:var(--accent);color:var(--accent-foreground)}
.r26-side-cta .r26-wa{background:#fff;color:var(--trust-green);border:1.5px solid rgba(255,255,255,.6)}

/* --- Body-Typografie: Rhythmus, Lesbarkeit --- */
.r26-body{font-size:1.07rem;line-height:1.72}
/* r26-Artikel: die alte .article max-width:48rem aufheben, volle Breite nutzen */
.article:has(.r26-wrap),.article.r26-article{max-width:none;padding-top:1.5rem}
.r26-body p{color:var(--foreground)}
.r26-body h2{font-size:clamp(1.4rem,2.6vw,1.85rem);margin:2.1rem 0 .8rem;scroll-margin-top:110px;
  padding-bottom:.5rem;border-bottom:2px solid var(--border);position:relative}
.r26-body h2::before{content:"";position:absolute;bottom:-2px;left:0;width:48px;height:2px;background:var(--primary)}
.r26-body h3{font-size:1.18rem;margin:1.7rem 0 .5rem;color:var(--foreground)}
.r26-body p{margin:0 0 1.1rem}
.r26-body strong{color:var(--foreground)}
.r26-body > p:first-of-type{font-size:1.18rem;line-height:1.6;color:#37485a}

/* --- Preis-Tabelle --- */
.r26-table-wrap{overflow-x:auto;margin:1.4rem 0 1.6rem;border:1px solid var(--border);border-radius:.9rem}
.r26-table{width:100%;border-collapse:collapse;font-size:1rem;min-width:420px}
.r26-table caption{text-align:left;font-size:.85rem;color:var(--muted-foreground);padding:.8rem 1rem 0;caption-side:bottom}
.r26-table th,.r26-table td{padding:.85rem 1.1rem;text-align:left;border-bottom:1px solid var(--border)}
.r26-table thead th{background:var(--header-dark);color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}
.r26-table tbody tr:nth-child(even){background:var(--section-alt)}
.r26-table tbody tr:last-child td{border-bottom:none}
.r26-table .r26-price{font-weight:800;color:var(--primary);white-space:nowrap}
.r26-table .r26-rowhi{background:#fff7e0 !important}
.r26-table .r26-rowhi td{font-weight:700}
.r26-badge-day{display:inline-block;font-size:.72rem;font-weight:800;background:var(--accent);color:var(--accent-foreground);padding:.12rem .5rem;border-radius:1rem;margin-left:.5rem;vertical-align:middle}

/* --- Vergleich seriös vs. Abzocke (2-Spalten-Karten) --- */
.r26-vs{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin:1.5rem 0}
@media(max-width:620px){.r26-vs{grid-template-columns:1fr}}
.r26-vs-card{border-radius:.9rem;padding:1.3rem 1.4rem;border:1px solid var(--border)}
.r26-vs-good{background:#f0faf4;border-color:rgba(47,164,106,.3)}
.r26-vs-bad{background:#fdf2f1;border-color:rgba(214,90,73,.3)}
.r26-vs-h{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.05rem;margin:0 0 .8rem}
.r26-vs-good .r26-vs-h{color:#1f7a4d}
.r26-vs-bad .r26-vs-h{color:#c0392b}
.r26-vs-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.r26-vs-card li{display:flex;gap:.55rem;font-size:.95rem;line-height:1.45;align-items:flex-start}
.r26-vs-card li svg{width:1.05rem;height:1.05rem;flex-shrink:0;margin-top:.18rem}
.r26-vs-good li svg{color:#2fa46a}
.r26-vs-bad li svg{color:#c0392b}

/* --- Checkliste mit nummerierten Kreisen --- */
.r26-checklist{counter-reset:r26c;list-style:none;margin:1.4rem 0;padding:0;display:flex;flex-direction:column;gap:.95rem}
.r26-checklist li{counter-increment:r26c;display:flex;gap:1rem;align-items:flex-start;
  background:#fff;border:1px solid var(--border);border-radius:.8rem;padding:1rem 1.2rem}
.r26-checklist li::before{content:counter(r26c);flex-shrink:0;width:2rem;height:2rem;border-radius:50%;
  background:var(--primary);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:.95rem}
.r26-checklist b{display:block;margin-bottom:.15rem}
.r26-checklist span{color:var(--muted-foreground);font-size:.95rem;line-height:1.5}

/* --- Merksatz / Tipp-Callout --- */
.r26-tip{display:flex;gap:.9rem;background:#fff7e0;border:1px solid rgba(255,194,41,.5);
  border-radius:.8rem;padding:1.1rem 1.3rem;margin:1.5rem 0;align-items:flex-start}
.r26-tip svg{width:1.4rem;height:1.4rem;color:#b8860b;flex-shrink:0;margin-top:.1rem}
.r26-tip p{margin:0;font-size:.98rem;line-height:1.55}
.r26-tip b{color:var(--foreground)}

/* --- Inline-CTA-Banner --- */
.r26-cta{background:linear-gradient(120deg,#067a98,#0495b9);border-radius:1rem;padding:1.6rem 1.8rem;
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.2rem;margin:2.2rem 0;color:#fff}
.r26-cta-txt b{font-size:1.2rem;display:block;margin-bottom:.2rem}
.r26-cta-txt span{font-size:.92rem;color:rgba(255,255,255,.85)}
.r26-cta-btns{display:flex;gap:.7rem;flex-wrap:wrap}
.r26-cta .r26-call{background:var(--accent);color:var(--accent-foreground);box-shadow:0 6px 16px -6px rgba(0,0,0,.35)}
.r26-cta .r26-wa{background:var(--trust-green);color:#fff;box-shadow:0 6px 16px -6px rgba(0,0,0,.35)}

/* --- FAQ Akkordeon (details/summary) --- */
.r26-faq{margin:1.2rem 0}
.r26-faq details{border:1px solid var(--border);border-radius:.8rem;margin-bottom:.7rem;background:#fff;overflow:hidden}
.r26-faq summary{cursor:pointer;padding:1.05rem 1.3rem;font-weight:700;font-size:1.04rem;list-style:none;
  display:flex;justify-content:space-between;align-items:center;gap:1rem}
.r26-faq summary::-webkit-details-marker{display:none}
.r26-faq summary::after{content:"+";font-size:1.5rem;color:var(--primary);font-weight:400;transition:.2s;flex-shrink:0}
.r26-faq details[open] summary::after{transform:rotate(45deg)}
.r26-faq details[open] summary{border-bottom:1px solid var(--border)}
.r26-faq-a{padding:1rem 1.3rem 1.2rem;font-size:.98rem;line-height:1.6;color:var(--muted-foreground)}
.r26-faq-a p{margin:0 0 .7rem}.r26-faq-a p:last-child{margin:0}

/* ===== r26 Autorenbox (modern) + verwandte Artikel ===== */
.r26-author{display:grid;grid-template-columns:auto 1fr;gap:1.6rem;align-items:center;
  background:linear-gradient(135deg,#f7fbfc 0%,#eef7fa 100%);border:1px solid rgba(4,149,185,.18);
  border-radius:1.1rem;padding:1.8rem 2rem;margin-top:2.5rem;position:relative;overflow:hidden}
.r26-author::before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--primary)}
.r26-author-photo{width:104px;height:104px;border-radius:50%;object-fit:cover;
  border:4px solid #fff;box-shadow:0 6px 20px -8px rgba(4,149,185,.5)}
.r26-author-eyebrow{font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
  color:var(--primary);margin:0 0 .15rem}
.r26-author-name{font-size:1.45rem;font-weight:800;margin:0;color:var(--foreground);line-height:1.1}
.r26-author-role{font-size:.92rem;color:var(--muted-foreground);font-weight:600;margin:.2rem 0 .7rem}
.r26-author-text{font-size:.97rem;line-height:1.6;color:#46586a;margin:0 0 .9rem;max-width:60ch}
.r26-author-cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;color:var(--primary);font-size:1rem}
.r26-author-cta svg{width:1.1rem;height:1.1rem}
@media(max-width:620px){.r26-author{grid-template-columns:1fr;text-align:center;justify-items:center;padding:1.6rem 1.3rem}
  .r26-author-text{text-align:left}}

.r26-related{margin-top:2.6rem}
.r26-related-h{font-size:1.5rem;font-weight:800;margin:0 0 .3rem}
.r26-related-sub{color:var(--muted-foreground);font-size:.98rem;margin:0 0 1.3rem}
.r26-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
@media(max-width:760px){.r26-related-grid{grid-template-columns:1fr}}
.r26-rel-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);
  border-radius:.9rem;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}
.r26-rel-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px -16px rgba(0,0,0,.3)}
.r26-rel-img{aspect-ratio:16/10;width:100%;object-fit:cover;background:var(--section-alt)}
.r26-rel-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.r26-rel-tag{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--primary)}
.r26-rel-title{font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--foreground);margin:0}
.r26-rel-more{margin-top:auto;font-size:.9rem;font-weight:700;color:var(--primary);display:inline-flex;align-items:center;gap:.35rem}
.r26-rel-more svg{width:.95rem;height:.95rem}
