.lp-service{
  --lp-green:var(--primary,#89965a);
  --lp-green-dark:var(--primary-hover,#738047);
  --lp-dark:var(--heading-color,#28302b);
  --lp-text:var(--text-color,#3f4640);
  --lp-muted:#71776f;
  --lp-cream:var(--bg-muted,#f7f5ef);
  --lp-line:#e6dfd4;
  --lp-shadow:0 24px 70px rgba(40,48,43,.10);
  --lp-container:min(var(--content-width,1440px),calc(100vw - 72px));
  color:var(--lp-text);
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}
:where(.lp-service *){box-sizing:border-box}
:where(.lp-service > *){margin-left:auto;margin-right:auto}
:where(.lp-service h1,.lp-service h2,.lp-service h3){color:var(--lp-dark);margin-top:0}
:where(.lp-service p){margin-top:0}
:where(.lp-service-hero){position:relative;width:var(--lp-container);margin:0 auto 68px;border-radius:30px;overflow:hidden;min-height:615px;background:var(--lp-cream);isolation:isolate}
:where(.lp-service-hero-img){position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.98) contrast(.98)}
:where(.lp-service-hero):before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.52) 0%,rgba(255,255,255,.22) 38%,rgba(255,255,255,.05) 64%,rgba(255,255,255,.24) 100%);z-index:1;pointer-events:none}
:where(.lp-service-hero-card){position:relative;z-index:2;width:min(530px,calc(100% - 72px));margin:112px 0 82px 38px;padding:54px 56px 50px;border-radius:28px;background:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--lp-shadow)}
:where(.lp-eyebrow){text-transform:uppercase;color:var(--lp-dark);margin:0 0 16px}
:where(.lp-service-hero h1){margin:0 0 20px}
:where(.lp-service-hero p){color:var(--lp-text);max-width:430px;margin-bottom:0}
:where(.lp-btn){display:inline-flex;align-items:center;justify-content:center;margin-top:26px;padding:16px 25px;border-radius:8px;background:var(--lp-green);color:#fff;text-decoration:none;box-shadow:none;transition:transform .18s ease,background .18s ease}
:where(.lp-btn:hover){background:var(--lp-green-dark);transform:translateY(-1px)}
:where(.lp-benefits-wrap){width:var(--lp-container);margin:0 auto 100px;padding:0 10px}
:where(.lp-benefits){padding:42px 48px;background:#fff;border-radius:30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:54px;box-shadow:0 18px 55px rgba(40,48,43,.055)}
:where(.lp-benefit){display:grid;grid-template-columns:58px minmax(0,1fr);gap:24px;align-items:start;min-width:0;max-width:none}
:where(.lp-benefit-icon){width:48px;height:48px;object-fit:contain;margin-top:5px;filter:saturate(.9)}
:where(.lp-benefit-content){min-width:0}
:where(.lp-benefit-label){margin:0 0 4px;color:var(--lp-green);max-width:none;overflow-wrap:normal;word-break:normal}
:where(.lp-benefit-title){margin:0;color:var(--lp-dark);max-width:none;overflow-wrap:normal;word-break:normal}
:where(.lp-benefit-text){margin:10px 0 0;color:var(--lp-text);max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:auto}
:where(.lp-benefit h3){margin:0 0 10px;max-width:none;overflow-wrap:normal;word-break:normal}
:where(.lp-benefit p){margin:0;color:var(--lp-text);max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:auto}
:where(.lp-text){max-width:1050px;margin:0 auto 115px;padding:0 24px}
:where(.lp-text h2){margin:0 0 18px}
:where(.lp-text p,.lp-text li){color:var(--lp-text)}
:where(.lp-process){background:var(--lp-cream);padding:96px max(28px,4vw);margin:0}
:where(.lp-process h2){max-width:var(--lp-container);margin:0 auto 34px}
:where(.lp-process-grid){max-width:var(--lp-container);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
:where(.lp-process-card){background:#fff;border:1px solid var(--lp-line);border-radius:26px;padding:44px 38px;min-height:270px;box-shadow:0 16px 42px rgba(40,48,43,.04)}
:where(.lp-process-card h3){margin:0 0 16px}
:where(.lp-process-card p){margin:0;color:var(--lp-text)}
:where(.lp-trust){max-width:var(--lp-container);margin:110px auto;display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center;padding:0 24px}
:where(.lp-trust h2){margin:0 0 20px}
:where(.lp-trust-img){width:100%;border-radius:30px;height:auto;box-shadow:0 18px 55px rgba(40,48,43,.08)}
:where(.lp-faq){max-width:var(--lp-container);margin:100px auto;padding:0 24px}
:where(.lp-faq h2){text-align:center;margin:0 0 34px}
:where(.lp-faq details){border-bottom:1px solid var(--lp-line);padding:25px 0}
:where(.lp-faq summary){cursor:pointer;list-style:none;color:var(--lp-dark);position:relative;padding-right:44px}
:where(.lp-faq summary::-webkit-details-marker){display:none}
:where(.lp-faq summary:after){content:'›';position:absolute;right:0;top:-2px}
:where(.lp-faq details[open] summary:after){transform:rotate(90deg)}
:where(.lp-faq details div){max-width:980px;padding-top:18px}
:where(.lp-contact-template){margin-top:80px}
:where(.lp-overview-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
:where(.lp-overview-card){display:block;background:#fff;border:1px solid var(--lp-line);border-radius:24px;padding:24px;text-decoration:none;color:var(--lp-text);box-shadow:0 10px 35px rgba(39,48,43,.06)}
:where(.lp-overview-card img){width:100%;border-radius:18px;margin-bottom:20px}
:where(.lp-overview-card h3){margin:8px 0;color:var(--lp-dark)}
@media(max-width:1180px){.lp-service{--lp-container:calc(100vw - 40px)}:where(.lp-benefits){grid-template-columns:1fr;gap:34px;padding:38px 34px}:where(.lp-process-grid){grid-template-columns:repeat(2,minmax(0,1fr))}:where(.lp-trust){grid-template-columns:1fr}:where(.lp-overview-grid){grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.lp-service{--lp-container:calc(100vw - 28px)}:where(.lp-service-hero){border-radius:24px;min-height:auto;margin-bottom:38px;padding:300px 14px 18px}:where(.lp-service-hero):before{background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.44) 48%,rgba(255,255,255,.78))}:where(.lp-service-hero-card){width:100%;margin:0;padding:30px 26px;border-radius:24px}:where(.lp-btn){width:100%;padding:16px 18px}:where(.lp-benefits-wrap){width:var(--lp-container);margin-bottom:58px;padding:0}:where(.lp-benefits){padding:30px 24px;border-radius:24px;gap:28px}:where(.lp-benefit){grid-template-columns:44px minmax(0,1fr);gap:17px}:where(.lp-benefit-icon){width:40px;height:40px}:where(.lp-text){margin-bottom:64px}:where(.lp-process){padding:60px 18px}:where(.lp-process-grid){grid-template-columns:1fr}:where(.lp-process-card){padding:32px 28px;min-height:auto}:where(.lp-trust){margin:68px auto;gap:30px;padding:0 18px}:where(.lp-faq){margin:68px auto}:where(.lp-faq h2){text-align:left}:where(.lp-overview-grid){grid-template-columns:1fr}}
.lp-teaser-section{background:var(--lp-cream,#f7f5ef);padding:86px max(24px,4vw) 92px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
:where(.lp-teaser-head){max-width:var(--lp-container);margin:0 auto 44px;text-align:center}:where(:where(.lp-teaser-head) h2){margin:0 0 14px}:where(:where(.lp-teaser-head) p){margin:0 auto;max-width:760px;color:var(--lp-text)}
:where(.lp-service-teaser-grid){max-width:var(--lp-container);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}:where(.lp-service-teaser-card){min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:46px 42px;background:#fff;border:1px solid var(--lp-line,#e6dfd4);border-radius:30px;color:var(--lp-text);text-decoration:none;box-shadow:0 20px 70px rgba(40,48,43,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}:where(:where(.lp-service-teaser-card):hover){transform:translateY(-5px);box-shadow:0 28px 90px rgba(40,48,43,.10);border-color:rgba(137,150,90,.42)}:where(.lp-service-card-icon){width:78px;height:78px;object-fit:contain;margin:0 0 18px}:where(:where(.lp-service-teaser-card) h3){margin:0;color:var(--lp-dark)}:where(:where(.lp-service-teaser-card) p){margin:0;color:var(--lp-muted,#71776f);max-width:330px}:where(.lp-service-card-arrow){display:block;color:var(--lp-green);margin-bottom:22px}:where(:where(.lp-service-teaser-card)-all){background:linear-gradient(180deg,#fff 0%,#fbfaf7 100%)}:where(.lp-overview-grid-full .lp-overview-card){min-height:260px}:where(.lp-overview-card :where(.lp-service-card-icon)){width:70px;height:70px;margin-bottom:18px}
@media(max-width:1180px){:where(.lp-service-teaser-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}
@media(max-width:767px){.lp-teaser-section{padding:58px 18px 64px}:where(.lp-teaser-head){text-align:left;margin-bottom:28px}:where(.lp-service-teaser-grid){grid-template-columns:1fr;gap:18px}:where(.lp-service-teaser-card){min-height:230px;padding:34px 28px;border-radius:24px}:where(.lp-service-card-icon){width:64px;height:64px;margin-bottom:10px}:where(.lp-service-card-arrow){margin-bottom:14px}}


/* Hochwertige automatische Übersichtsseite /leistungen/ */
:where(.lp-services-archive){
  background:var(--lp-cream,#f7f5ef);
  padding:clamp(64px,7vw,110px) max(24px,4vw) clamp(76px,8vw,120px);
}
:where(.lp-services-archive-head){
  width:var(--lp-container);
  margin:0 auto clamp(38px,4vw,56px);
  text-align:center;
}
:where(:where(.lp-services-archive-head) h1){margin:0 0 14px;color:var(--lp-dark)}
:where(:where(.lp-services-archive-head) p){margin:0 auto;max-width:760px;color:var(--lp-text)}
:where(.lp-services-archive-grid){
  width:var(--lp-container);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;
}
:where(.lp-service-archive-card){
  min-height:320px;
  border-radius:30px;
  background:#fff;
  border:1px solid var(--lp-line,#e6dfd4);
  box-shadow:0 20px 70px rgba(40,48,43,.045);
}
:where(:where(.lp-service-archive-card):hover){
  transform:translateY(-5px);
  box-shadow:0 28px 90px rgba(40,48,43,.10);
  border-color:rgba(137,150,90,.42);
}
@media(max-width:1180px){:where(.lp-services-archive-grid){grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}
@media(max-width:767px){:where(.lp-services-archive){padding:58px 18px 64px}:where(.lp-services-archive-head){width:100%;text-align:left;margin-bottom:28px}:where(.lp-services-archive-grid){width:100%;grid-template-columns:1fr;gap:18px}:where(.lp-service-archive-card){min-height:230px;border-radius:24px}}


/* 0.2.5: belastbares Standard-Grid für Leistungsübersichten und Shortcodes */
:where(.lp-services-archive-grid, .lp-service-teaser-grid, .lp-overview-grid){
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(20px,2vw,32px);
  align-items:stretch;
}
:where(.lp-services-archive-grid > *, .lp-service-teaser-grid > *, .lp-overview-grid > *){
  width:100%;
  min-width:0;
}
:where(.lp-service-teaser-card, .lp-service-archive-card, .lp-overview-card){
  min-width:0;
  overflow:hidden;
}
@media(max-width:1180px){
  :where(.lp-services-archive-grid, .lp-service-teaser-grid, .lp-overview-grid){grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:767px){
  :where(.lp-services-archive-grid, .lp-service-teaser-grid, .lp-overview-grid){grid-template-columns:1fr;}
}


/* 0.2.6: Vorteile als Text-/USP-Elemente, nicht als semantische Headlines */
:where(.lp-benefit){
  grid-template-columns:64px minmax(0,1fr);
  gap:24px;
  align-items:center;
}
:where(.lp-benefit-label, .lp-benefit-title){
  display:block;
  line-height:1.18;
}
:where(.lp-benefit-label){
  color:var(--lp-green,#89965a);
}
:where(.lp-benefit-title){
  color:var(--lp-dark,#28302b);
}
@media(max-width:767px){
  :where(.lp-benefit){grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:flex-start;}
}

/* 0.2.7: Hero-Bild Fokussteuerung pro Leistungsseite */
:where(.lp-service-hero-img){
  object-position:var(--lp-hero-position-desktop, center center);
}
@media(max-width:767px){
  :where(.lp-service-hero-img){
    object-position:var(--lp-hero-position-mobile, var(--lp-hero-position-desktop, center center));
  }
}


/* 0.2.8: Sauberer Mobile-Hero ohne störende Überlagerung des Gesichts */
@media(max-width:767px){
  :where(.lp-service-hero){
    display:flex;
    flex-direction:column;
    min-height:0;
    padding:0 0 18px;
    overflow:hidden;
    background:var(--lp-cream,#f7f5ef);
  }
  :where(.lp-service-hero):before{
    display:none;
  }
  :where(.lp-service-hero-img){
    position:relative;
    inset:auto;
    display:block;
    width:100%;
    height:clamp(250px,58vw,340px);
    min-height:250px;
    object-fit:cover;
    border-radius:24px 24px 0 0;
  }
  :where(.lp-service-hero-card){
    width:auto;
    max-width:none;
    margin:-26px 16px 0;
    padding:30px 26px 28px;
    border-radius:24px;
    background:rgba(255,255,255,.92);
    box-shadow:0 18px 46px rgba(40,48,43,.10);
  }
  :where(.lp-service-hero h1){
    max-width:100%;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:auto;
  }
  :where(.lp-service-hero p){
    max-width:100%;
  }
  :where(.lp-service-hero .lp-btn){
    width:100%;
    min-height:54px;
  }
}
