
/* HWS Hausmeisterservice – eigene Stylesheet-Datei
   Absichtlich separat, damit die bestehende Preisseite/style.css nicht verändert werden muss. */
:root{
  --green:#006298;
  --green-dark:#00466f;
  --green-soft:#eaf4fa;
  --ink:#14212a;
  --muted:#62717b;
  --light:#f6f9fb;
  --line:#dbe7ee;
}
.service-page{background:#fff;color:var(--ink)}
.service-page main{display:block}
.service-page .section{padding:76px 7%}
.service-page .section-heading{max-width:800px;margin:0 auto 34px;text-align:center}
.service-page .section-heading h2{margin:6px 0 12px}
.service-page .eyebrow{
  margin:0;
  color:var(--green);
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.08em;
}
.service-page .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.service-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;
}
.service-page .btn-primary{background:var(--green);color:#fff}
.service-page .btn-light{background:#fff;color:var(--green);border:1px solid #bcd6e5}
.service-page footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:28px 7%;
  background:#fff;
  border-top:1px solid var(--line);
}
.service-page .footer-links{display:flex;gap:18px}
.service-page footer a{color:var(--muted);text-decoration:none}
@media(max-width:720px){
  .service-page .section{padding:56px 5%}
  .service-page footer{display:block}
  .service-page .footer-links{margin-top:12px}
}

/* ===== Leistungsseite Hausmeisterservice Chemnitz ===== */
.service-page .site-header{background:#fff}
.service-hero{
  position:relative;
  overflow:hidden;
  padding:92px 7% 82px;
  background:
    linear-gradient(90deg,rgba(246,250,252,.98) 0%,rgba(246,250,252,.93) 48%,rgba(246,250,252,.72) 100%),
    url("assets/hero-gebaeude.jpg") center/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.service-hero-inner{max-width:820px}
.service-hero h1{
  max-width:800px;
  margin:8px 0 18px;
  font-size:clamp(42px,5.3vw,70px);
  line-height:1.02;
  letter-spacing:-.045em;
}
.service-hero h1 span{color:var(--green)}
.service-hero-lead{
  max-width:740px;
  margin:0;
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.service-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.service-trust span{
  padding:8px 12px;
  border:1px solid #cfe1ec;
  border-radius:999px;
  background:rgba(255,255,255,.86);
  color:var(--ink);
  font-size:12px;
  font-weight:800;
}
.service-heading-left{
  max-width:840px;
  margin:0 0 34px;
  text-align:left;
}
.service-detail-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.service-detail-card{
  padding:27px;
  border:1px solid #d7e5ed;
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(0,70,111,.055);
}
.service-detail-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border-radius:14px;
  background:#edf6fb;
  color:var(--green);
}
.service-detail-icon svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.service-detail-card h3{margin:0 0 9px;font-size:20px}
.service-detail-card p{margin:0;color:var(--muted);line-height:1.65;font-size:14px}
.service-inline-link{
  display:inline-block;
  margin-top:13px;
  color:var(--green);
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}
.service-band{
  padding:74px 7%;
  background:var(--green-dark);
  color:#fff;
}
.service-band-inner{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.5fr;
  gap:70px;
  align-items:start;
}
.service-band .eyebrow{color:#b9ddeb}
.service-band h2{margin:7px 0 14px;font-size:clamp(30px,3.4vw,48px);line-height:1.1}
.service-band p{color:#d4e6ef;line-height:1.65}
.service-audience{display:grid;gap:13px}
.service-audience div{
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:14px;
  background:rgba(255,255,255,.06);
}
.service-audience strong,.service-audience span{display:block}
.service-audience strong{font-size:16px}
.service-audience span{margin-top:5px;color:#d7e8ef;font-size:13px;line-height:1.5}
.service-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.service-process>div{
  padding:24px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}
.service-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;
}
.service-process strong{display:block;font-size:17px}
.service-process p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.55}
.service-area-section{padding-top:10px}
.service-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:#f2f8fb;
}
.service-area-box h2{margin:6px 0 12px;font-size:clamp(28px,3.3vw,43px)}
.service-area-box p{margin:0;color:var(--muted);line-height:1.6}
.service-city-list{display:flex;flex-wrap:wrap;gap:9px}
.service-city-list span{
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  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;
}
.service-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;
}
.service-cta h2{margin:5px 0 9px;font-size:clamp(28px,3vw,42px)}
.service-cta p{margin:0;max-width:680px;color:var(--muted)}
.service-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}

@media(max-width:1050px){
  .service-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .service-band-inner,.service-area-box{grid-template-columns:1fr}
}
@media(max-width:720px){
  .service-hero{padding:64px 5% 58px}
  .service-hero-lead{font-size:16px}
  .service-detail-grid,.service-process{grid-template-columns:1fr}
  .service-detail-card{padding:22px}
  .service-band{padding:56px 5%}
  .service-area-box{padding:25px}
  .service-cta{margin:20px 5% 60px;padding:28px;display:block}
  .service-cta-actions{margin-top:22px;justify-content:flex-start}
}


/* ===== Hero mit HWS-Servicefahrzeug ===== */
.service-hero-with-van{
  padding:0 !important;
  background:linear-gradient(135deg,#003d66 0%,#005b8d 100%) !important;
  border-bottom:1px solid #cfe1ec;
}
.service-hero-layout{
  width:100%;
  max-width:1600px;
  min-height:430px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
}
.service-hero-with-van .service-hero-inner{
  max-width:none;
  padding:68px 5.8vw 58px;
  align-self:center;
  position:relative;
  z-index:2;
}
.service-hero-with-van .eyebrow{
  color:#a9d9ef;
}
.service-hero-with-van h1{
  color:#fff;
  max-width:700px;
  font-size:clamp(40px,4.5vw,64px);
}
.service-hero-with-van h1 span{
  color:#9bddfb;
}
.service-hero-with-van .service-hero-lead{
  color:#e0edf3;
  max-width:700px;
}
.service-hero-with-van .btn-primary{
  background:#087db6;
  color:#fff;
  border:1px solid #2096ca;
  box-shadow:0 8px 22px rgba(0,0,0,.14);
}
.service-hero-with-van .btn-primary:hover{
  background:#096f9f;
}
.service-hero-with-van .btn-light{
  color:#fff;
  border-color:rgba(255,255,255,.72);
  background:rgba(255,255,255,.08);
}
.service-hero-with-van .service-trust span{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
}
.service-hero-visual{
  position:relative;
  min-height:430px;
  overflow:hidden;
}
.service-hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,#005786 0%,rgba(0,87,134,.28) 14%,rgba(0,87,134,0) 34%);
  pointer-events:none;
}
.service-hero-visual img{
  width:100%;
  height:100%;
  min-height:430px;
  display:block;
  object-fit:cover;
  object-position:center center;
}

@media(max-width:1080px){
  .service-hero-layout{
    grid-template-columns:1fr 1fr;
  }
  .service-hero-with-van .service-hero-inner{
    padding:54px 5%;
  }
  .service-hero-with-van h1{
    font-size:clamp(36px,4.7vw,52px);
  }
}
@media(max-width:820px){
  .service-hero-layout{
    grid-template-columns:1fr;
  }
  .service-hero-with-van .service-hero-inner{
    padding:52px 6% 44px;
  }
  .service-hero-visual{
    min-height:260px;
  }
  .service-hero-visual img{
    min-height:260px;
  }
  .service-hero-visual::before{
    background:linear-gradient(180deg,#005b8d 0%,rgba(0,91,141,.12) 25%,rgba(0,91,141,0) 48%);
  }
}
