/* Durchgehende, mittig lesbare Salespage-Struktur für alle Leistungsseiten. */
body .service-hero .hero-content,
body .letter > .shell,
body .breakdown > .shell,
body .scope > .shell,
body .process > .shell,
body .measurement > .shell,
body .fit > .shell,
body .faq > .shell,
body .related > .shell,
body .final-cta > .shell {
  width: min(1120px, calc(100% - clamp(30px, 8vw, 136px)));
  margin-inline: auto;
}

body .service-hero .hero-content {
  max-width: 1120px;
  text-align: center;
}

body .hero-index,
body .hero-actions,
body .hero-proof {
  justify-content: center;
}

body main .hero-index {
  display: none;
}

body .service-hero .hero-copy,
body .scope .lead,
body .measurement .lead {
  margin-inline: auto;
}

body .letter-layout,
body .faq-layout,
body .fit-grid,
body .final-cta-inner {
  display: block;
  max-width: 1040px;
  margin-inline: auto;
}

body .letter-heading {
  position: static;
  max-width: 980px;
  margin: 0 auto clamp(56px, 8vw, 100px);
  text-align: center;
}

body .letter-heading .section-title,
body .faq-layout .section-title {
  max-width: 1000px;
  margin-inline: auto;
  font-size: clamp(3.4rem, 7vw, 7.25rem);
  text-align: center;
}

body .long-copy {
  max-width: 980px;
  margin-inline: auto;
  text-align: left;
}

body .long-copy .opening {
  max-width: 900px;
  margin: 0 auto 45px;
  font-size: clamp(2.15rem, 4vw, 4rem);
  text-wrap: balance;
  text-align: left;
}

body .long-copy p {
  max-width: 940px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  font-size: clamp(1.16rem, 1.7vw, 1.55rem);
  line-height: 1.75;
  text-wrap: pretty;
}

body .long-copy h2,
body .long-copy h3 {
  max-width: 940px;
  margin: clamp(76px, 10vw, 132px) auto 32px;
  font-size: clamp(3rem, 6vw, 6rem);
  text-wrap: balance;
  text-align: center;
}

body .breakdown .eyebrow,
body .scope > .shell > .eyebrow,
body .process > .shell > .eyebrow,
body .measurement > .shell > .eyebrow,
body .faq-layout > div:first-child,
body .related > .shell > .eyebrow {
  text-align: center;
}

/* Kleine Abschnittsüberschriften bleiben, die dekorativen blauen Punkte entfallen. */
body main .eyebrow {
  gap: 0;
}

body main .eyebrow::before {
  display: none;
  content: none;
}

body .breakdown .section-title,
body .scope .section-title,
body .process .section-title,
body .measurement .section-title,
body .related .section-title {
  max-width: 1020px;
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

body .breakdown-list,
body .scope-grid,
body .process-list,
body .measurement-grid,
body .guarantee-steps,
body .related-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 980px;
  margin-inline: auto;
}

body .scope-grid,
body .measurement-grid,
body .guarantee-steps,
body .related-grid {
  margin-top: clamp(48px, 7vw, 82px);
}

body .scope-item,
body .scope-item:nth-child(even),
body .guarantee-step,
body .guarantee-step:first-child,
body .measurement-item,
body .related-link,
body .related-link:nth-child(3n + 1) {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: 0;
  padding: clamp(38px, 6vw, 70px) clamp(18px, 4vw, 54px);
  border-right: 0;
  border-left: 0;
  text-align: left;
}

body .scope-item h3,
body .guarantee-step h3,
body .measurement-item strong {
  font-size: clamp(2.25rem, 4.3vw, 4.6rem);
  text-wrap: balance;
}

body .scope-item p,
body .guarantee-step p,
body .measurement-item p {
  max-width: 800px;
  margin-inline: auto;
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
  text-align: left;
}

body .process-step,
body.google-ads-page .process-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 52px;
  grid-template-rows: auto auto;
  column-gap: 28px;
  row-gap: 16px;
  align-items: start;
  padding: clamp(40px, 6vw, 70px) 0;
  text-align: left;
}

body .process-step > span,
body.google-ads-page .process-step > span {
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 10px;
}

body .process-step h3,
body.google-ads-page .process-step h3 {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  font-size: clamp(2.4rem, 4.5vw, 4.7rem);
  line-height: 1;
  text-align: left;
}

body .process-step p,
body.google-ads-page .process-step p {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  max-width: 780px;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.65;
  text-align: left;
}

body .process-step svg,
body.google-ads-page .process-step svg {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
}

body .fit-grid {
  max-width: 980px;
}

body .fit-column {
  margin-bottom: 70px;
  text-align: left;
}

body .fit-column h2 { text-align: center; }

body .fit-column ul {
  max-width: 840px;
  margin-inline: auto;
}

body .fit-column li {
  grid-template-columns: 24px minmax(0, 1fr);
  text-align: left;
}

body .faq-list {
  max-width: 980px;
  margin: clamp(52px, 7vw, 84px) auto 0;
}

body summary {
  min-height: 100px;
  font-size: clamp(1.05rem, 1.5vw, 1.32rem);
}

body details p {
  max-width: 850px;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.7;
  text-align: left;
}

body .final-cta-inner,
body.google-ads-page .final-cta-inner {
  text-align: center;
}

body.google-ads-page .final-cta-inner {
  display: block;
}

body .final-cta h2,
body .final-cta p {
  max-width: 980px;
  margin-inline: auto;
}

body .final-cta h2 { text-align: center; }
body .final-cta p { text-align: left; }

body .guarantee-intro,
body .guarantee-closing,
body .guarantee-note,
body .mt-promise__note {
  text-align: left;
}

body .final-cta .btn {
  margin-top: 42px;
}

@media (max-width: 720px) {
  body .service-hero .hero-content,
  body .letter > .shell,
  body .breakdown > .shell,
  body .scope > .shell,
  body .process > .shell,
  body .measurement > .shell,
  body .fit > .shell,
  body .faq > .shell,
  body .related > .shell,
  body .final-cta > .shell {
    width: min(100% - 28px, 1120px);
  }

  body .hero-proof { align-items: center; }
  body .process-step,
  body.google-ads-page .process-step { display: block; text-align: left; }
  body .process-step > span,
  body.google-ads-page .process-step > span { display: block; padding-top: 0; margin: 0 0 18px; }
  body .process-step h3,
  body.google-ads-page .process-step h3 { margin-bottom: 18px; text-align: left; }
  body .process-step svg,
  body.google-ads-page .process-step svg { display: none; }
  body .process-step p,
  body.google-ads-page .process-step p { margin: 0; text-align: left; }
  body .scope-item,
  body .scope-item:nth-child(even),
  body .guarantee-step,
  body .measurement-item { padding-inline: 8px; }
}
