.service-page { background: #f6f6f1; }
.service-page .site-header { position: absolute; }
.service-page .site-header.is-scrolled { position: fixed; }

.service-hero { min-height: 870px; position: relative; overflow: hidden; color: #fff; background: #090c0e; }
.service-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(104deg, rgba(9,12,14,.96) 0%, rgba(9,12,14,.9) 24%, rgba(9,12,14,.68) 43%, rgba(9,12,14,.24) 67%, rgba(9,12,14,.04) 86%),
    linear-gradient(180deg, rgba(9,12,14,.34) 0%, transparent 38%, rgba(9,12,14,.72) 100%);
}
.service-hero-grid { min-height: 870px; padding-top: 165px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.service-hero-copy { position: relative; z-index: 3; padding-bottom: 70px; }
.service-hero h1 { margin: 0; font-size: clamp(60px, 5.5vw, 82px); line-height: 1; letter-spacing: -.065em; }
.service-hero h1 em { color: #eab936; font-style: normal; }
.service-hero-lead { max-width: 570px; margin: 36px 0 42px; color: #a1a8a8; font-size: 17px; line-height: 1.65; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px 30px; color: #737b7b; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.hero-meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 10px; background: #eab936; }
.service-hero-cta { display: none; }
.service-hero-media { position: absolute; inset: 0; margin: 0; }
.service-hero-media img { height: 100%; min-height: 870px; object-fit: cover; filter: saturate(.72) contrast(1.03); }

.service-intro { padding: 130px 0 125px; }
.service-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: start; }
.service-intro h2, .scope-heading h2, .service-proof h2, .service-faq h2, .sub-cta h2 { margin: 0; font-size: clamp(43px, 4vw, 60px); line-height: .96; letter-spacing: -.055em; }
.service-intro-copy { padding-top: 52px; }
.service-intro-copy > p { margin: 0 0 28px; color: #6e7474; font-size: 16px; line-height: 1.7; }
.fact-line { margin-top: 45px; padding-top: 27px; border-top: 1px solid rgba(9,12,14,.16); display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.fact-line strong { display: block; font-size: 26px; letter-spacing: -.04em; }
.fact-line span { display: block; margin-top: 5px; color: #626868; font-size: 11px; line-height: 1.5; }

.scope { padding: 120px 0 90px; background: #fff; }
.scope-heading { margin-bottom: 70px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.scope-heading > p { margin: 0; color: #6e7474; font-size: 15px; line-height: 1.65; }
.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.scope-card { min-height: 290px; padding: 38px 32px 32px 0; border-bottom: 1px solid rgba(9,12,14,.16); border-right: 1px solid rgba(9,12,14,.16); display: flex; flex-direction: column; }
.scope-card:nth-child(3n+2), .scope-card:nth-child(3n+3) { padding-left: 32px; }
.scope-card:nth-child(3n) { border-right: 0; }
.scope-card:nth-last-child(-n+3) { border-bottom: 0; }
.scope-card::before { content: ""; width: 32px; height: 2px; margin-bottom: 48px; background: #eab936; }
.scope-card h3 { margin: 0 0 16px; font-size: 25px; letter-spacing: -.04em; }
.scope-card p { margin: 0; color: #626868; font-size: 13px; line-height: 1.6; }

.service-proof { padding: 110px 0 125px; background: #f6f6f1; overflow: hidden; }
.proof-head { margin-bottom: 65px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.proof-head a { min-width: 210px; padding-bottom: 12px; border-bottom: 1px solid #090c0e; display: flex; justify-content: space-between; font-size: 11px; font-weight: 700; }
.proof-gallery { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: 260px 260px; gap: 20px; }
.proof-gallery:has(> .proof-photo:nth-child(2):last-child) { grid-template-columns: repeat(2, 1fr); grid-template-rows: 520px; }
.proof-gallery:has(> .proof-photo:nth-child(2):last-child) .proof-photo:first-child { grid-row: auto; }
.proof-photo { position: relative; overflow: hidden; background: #252a2d; }
.proof-photo:first-child { grid-row: 1 / 3; }
.proof-photo img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.proof-photo:hover img { transform: scale(1.035); }
.proof-photo span { position: absolute; left: 22px; bottom: 20px; padding: 8px 10px; color: #fff; background: rgba(9,12,14,.72); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.service-faq { padding: 120px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 130px; }
.faq-list { border-top: 0; }
.faq-item { border-bottom: 1px solid rgba(9,12,14,.16); }
.faq-question { width: 100%; min-height: 95px; padding: 0; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; color: #090c0e; background: transparent; cursor: pointer; font-size: 17px; font-weight: 650; }
.faq-question span { width: 29px; height: 29px; border: 1px solid #b9bdb9; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; transition: transform .25s, background .25s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-answer p { margin: 0; padding: 0 55px 30px 0; color: #6e7474; font-size: 14px; line-height: 1.7; }
.faq-item.is-open .faq-answer { max-height: 600px; }
.faq-item.is-open .faq-question span { transform: rotate(45deg); color: #090c0e; border-color: #eab936; background: #eab936; }

.sub-cta { position: relative; padding: 145px 0; overflow: hidden; color: #fff; background: #071018 url("../assets/images/Anfrage-background-image.webp") center / cover no-repeat; }
.sub-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,24,.96) 0%, rgba(7,16,24,.82) 48%, rgba(7,16,24,.55) 100%); }
.sub-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 120px; align-items: center; }
.sub-cta h2 { font-size: clamp(48px,5vw,72px); }
.sub-cta-copy p { margin: 0 0 36px; color: #929a9a; font-size: 16px; line-height: 1.7; }
.sub-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-outline { border: 1px solid #3a4243; color: #fff; }
.pill-outline:hover { border-color: #fff; }

@media (max-width: 1050px) {
  .service-hero-grid { grid-template-columns: .95fr 1.05fr; gap: 35px; }
  .service-intro-grid, .scope-heading { gap: 65px; }
  .faq-grid { gap: 70px; }
}

@media (max-width: 760px) {
  .service-hero, .service-hero-grid { min-height: 680px; }
  .service-hero-grid { padding-top: 121px; display: block; }
  .service-hero-copy { padding-bottom: 0; }
  .service-hero h1 { font-size: clamp(48px,12.7vw,56px); line-height: .97; }
  .service-hero-lead { max-width: 100%; margin: 30px 0 0; color: #bbc0c0; font-size: 15px; line-height: 1.55; }
  .hero-meta { margin-top: 22px; flex-direction: column; gap: 10px; color: #c6cdcd; font-size: 11.5px; letter-spacing: .025em; }
  .hero-meta span { display: flex; align-items: center; }
  .hero-meta span::before { flex: 0 0 6px; }
  .service-hero-cta { width: fit-content; min-height: 50px; margin-top: 23px; padding: 0 29px; display: inline-flex; align-items: center; justify-content: center; color: #090c0e; background: #eab936; clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%); font-size: 11.5px; font-weight: 750; }
  .service-hero::before { background: linear-gradient(90deg, rgba(9,12,14,.84), rgba(9,12,14,.34)), linear-gradient(180deg, rgba(9,12,14,.12), rgba(9,12,14,.9) 94%); }
  .service-hero-media { opacity: 1; }
  .service-hero-media img { min-height: 680px; }
  .service-intro { padding: 90px 0; }
  .service-intro-grid, .scope-heading, .faq-grid, .sub-cta-grid { grid-template-columns: 1fr; gap: 45px; }
  .service-intro-copy { padding-top: 0; }
  .scope { padding: 82px 0 58px; }
  .scope-grid { grid-template-columns: 1fr; }
  .scope-card, .scope-card:nth-child(3n+2), .scope-card:nth-child(3n+3) { min-height: 185px; padding: 26px 0; border-right: 0; }
  .scope-card:nth-last-child(-n+3) { border-bottom: 1px solid rgba(9,12,14,.16); }
  .scope-card:last-child { border-bottom: 0; }
  .scope-card::before { margin-bottom: 28px; }
  .proof-head { align-items: flex-start; flex-direction: column; }
  .service-proof { padding: 76px 0 84px; }
  .proof-gallery { grid-template-columns: 1fr; grid-template-rows: 300px 300px; }
  .proof-gallery > .proof-photo:nth-child(n+3) { display: none; }
  .proof-gallery:has(> .proof-photo:nth-child(2):last-child) { grid-template-columns: 1fr; grid-template-rows: 300px 300px; }
  .proof-photo:first-child { grid-row: auto; }
  .service-faq { padding: 84px 0; }
  .sub-cta { padding: 72px 0; background-position: 62% center; }
  .sub-cta::before { background: linear-gradient(90deg, rgba(7,16,24,.96) 0%, rgba(7,16,24,.82) 48%, rgba(7,16,24,.55) 100%); }
}

@media (max-width: 430px) {
  .service-intro h2, .scope-heading h2, .service-proof h2, .service-faq h2, .sub-cta h2 { font-size: 38px; }
}
