/* ===== HWS Reinigung Chemnitz ===== */
:root{
  --green:#006298;
  --green-dark:#00466f;
  --green-soft:#eaf4fa;
  --ink:#14212a;
  --muted:#62717b;
  --light:#f6f9fb;
  --line:#dbe7ee;
}
.clean-page{background:#fff;color:var(--ink)}
.clean-page main{display:block}
.clean-page .section{padding:76px 7%}
.clean-page .section-heading{max-width:830px;margin:0 auto 34px;text-align:center}
.clean-page .section-heading h2{margin:6px 0 12px}
.clean-page .eyebrow{margin:0;color:var(--green);font-size:12px;line-height:1.2;font-weight:900;letter-spacing:.08em}
.clean-page .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.clean-page .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:10px;text-decoration:none;font-weight:850;font-size:14px}
.clean-page .btn-primary{background:var(--green);color:#fff}
.clean-page .btn-light{background:#fff;color:var(--green);border:1px solid #bcd6e5}

.clean-hero{padding:0;background:linear-gradient(135deg,#f6fafc 0%,#edf6fb 100%);border-bottom:1px solid var(--line)}
.clean-hero-layout{max-width:1600px;min-height:430px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr)}
.clean-hero-copy{padding:68px 5.8vw 58px;align-self:center}
.clean-hero h1{max-width:760px;margin:8px 0 18px;font-size:clamp(40px,4.8vw,66px);line-height:1.03;letter-spacing:-.045em}
.clean-hero h1 span{color:var(--green)}
.clean-hero-lead{max-width:720px;margin:0;color:var(--muted);font-size:18px;line-height:1.65}
.clean-trust{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.clean-trust span{padding:8px 12px;border:1px solid #cfe1ec;border-radius:999px;background:#fff;color:var(--ink);font-size:12px;font-weight:800}
.clean-hero-image{position:relative;min-height:430px;overflow:hidden}
.clean-hero-image::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#edf6fb 0%,rgba(237,246,251,.28) 15%,rgba(237,246,251,0) 38%)}
.clean-hero-image img{width:100%;height:100%;min-height:430px;display:block;object-fit:cover;object-position:58% center}

.clean-heading-left{max-width:880px;margin:0 0 34px;text-align:left}
.clean-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.clean-card{padding:27px;border:1px solid #d7e5ed;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(0,70,111,.055)}
.clean-card-wide{grid-column:span 3;display:flex;gap:20px;align-items:flex-start}
.clean-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:18px;border-radius:14px;background:#edf6fb;color:var(--green);flex:0 0 auto}
.clean-card-wide .clean-icon{margin-bottom:0}
.clean-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.clean-card h3{margin:0 0 9px;font-size:20px}
.clean-card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.clean-card a{display:inline-block;margin-top:13px;color:var(--green);font-size:13px;font-weight:900;text-decoration:none}

.clean-band{padding:74px 7%;background:var(--green-dark);color:#fff}
.clean-band-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.95fr 1.45fr;gap:70px;align-items:start}
.clean-band .eyebrow{color:#b9ddeb}
.clean-band h2{margin:7px 0 14px;font-size:clamp(30px,3.4vw,48px);line-height:1.1}
.clean-band p{color:#d4e6ef;line-height:1.65}
.clean-benefits{display:grid;gap:13px}
.clean-benefits div{padding:18px 20px;border:1px solid rgba(255,255,255,.15);border-radius:14px;background:rgba(255,255,255,.06)}
.clean-benefits strong,.clean-benefits span{display:block}
.clean-benefits strong{font-size:16px}
.clean-benefits span{margin-top:5px;color:#d7e8ef;font-size:13px;line-height:1.5}

.clean-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.clean-process>div{padding:24px;border:1px solid var(--line);border-radius:16px;background:#fff}
.clean-process>div>span{width:34px;height:34px;display:grid;place-items:center;margin-bottom:14px;border-radius:50%;background:var(--green);color:#fff;font-weight:900}
.clean-process strong{display:block;font-size:17px}
.clean-process p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}

.clean-price-section{padding-top:10px!important}
.clean-price-box{max-width:1240px;margin:0 auto;padding:34px 36px;display:flex;align-items:center;justify-content:space-between;gap:30px;border:1px solid #cfe1ec;border-radius:20px;background:#f2f8fb}
.clean-price-box h2{margin:6px 0 10px;font-size:clamp(27px,3vw,40px)}
.clean-price-box p{margin:0;max-width:790px;color:var(--muted);line-height:1.6}

.clean-area-section{padding-top:10px!important}
.clean-area-box{max-width:1240px;margin:0 auto;padding:36px;display:grid;grid-template-columns:1fr 1.25fr;gap:40px;align-items:center;border:1px solid #cfe1ec;border-radius:20px;background:#fff}
.clean-area-box h2{margin:6px 0 12px;font-size:clamp(28px,3.3vw,43px)}
.clean-area-box p{margin:0;color:var(--muted);line-height:1.6}
.clean-city-list{display:flex;flex-wrap:wrap;gap:9px}
.clean-city-list span{padding:9px 12px;border-radius:999px;background:#f2f8fb;border:1px solid #d7e5ed;font-size:12px;font-weight:800}

.faq-list{max-width:960px;margin:0 auto;display:grid;gap:11px}
.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 18px}
.faq-list summary{cursor:pointer;padding:18px 30px 18px 0;font-weight:850}
.faq-list details p{margin:0;padding:0 0 18px;color:var(--muted);line-height:1.65;font-size:14px}

.clean-cta{margin:30px 7% 80px;padding:38px 42px;display:flex;justify-content:space-between;gap:30px;align-items:center;border-radius:20px;background:#eef7fb;border:1px solid #cfe1ec}
.clean-cta h2{margin:5px 0 9px;font-size:clamp(28px,3vw,42px)}
.clean-cta p{margin:0;max-width:680px;color:var(--muted)}
.clean-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

.clean-page footer{display:flex;justify-content:space-between;gap:20px;padding:28px 7%;background:#fff;border-top:1px solid var(--line)}
.clean-page .footer-links{display:flex;gap:18px}
.clean-page footer a{color:var(--muted);text-decoration:none}

@media(max-width:1050px){
  .clean-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .clean-card-wide{grid-column:span 2}
  .clean-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .clean-band-inner,.clean-area-box{grid-template-columns:1fr}
  .clean-hero-layout{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .clean-hero-layout{grid-template-columns:1fr}
  .clean-hero-copy{padding:54px 6% 44px}
  .clean-hero-image{min-height:270px}
  .clean-hero-image img{min-height:270px;object-position:60% center}
  .clean-hero-image::before{background:linear-gradient(180deg,#edf6fb 0%,rgba(237,246,251,.12) 25%,rgba(237,246,251,0) 48%)}
}
@media(max-width:720px){
  .clean-page .section{padding:56px 5%}
  .clean-service-grid,.clean-process{grid-template-columns:1fr}
  .clean-card-wide{grid-column:auto}
  .clean-card{padding:22px}
  .clean-band{padding:56px 5%}
  .clean-price-box{padding:25px;display:block}
  .clean-price-box .btn{margin-top:20px}
  .clean-area-box{padding:25px}
  .clean-cta{margin:20px 5% 60px;padding:28px;display:block}
  .clean-cta-actions{margin-top:22px;justify-content:flex-start}
  .clean-page footer{display:block}
  .clean-page .footer-links{margin-top:12px}
}
