/*
Layer: 04-components
Datei: service-page-cards.css
*/

/* Service-Page: Card-Systeme (Pillars, Packages, Tiles, …) */

.package-card__title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.package-card__icon {
  width: 1.15rem;
  height: 1.15rem;
  color: var(--color-secondary, #009fc2);
  flex: 0 0 auto;
}

.service-kpis {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.25rem;
}

.service-kpi {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  font-weight: 700;
  font-size: var(--adi-font-meta);
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
}

.service-page-packages {
  margin: 3rem 0;
  padding: 3.5rem clamp(1.25rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border-radius: 1.25rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-packages > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-page-packages > .wp-block-paragraph {
  margin-bottom: 2.5rem;
  font-size: var(--adi-font-lead);
  color: var(--color-dark, #1c1c1c);
  opacity: 0.9;
}

.service-page-packages__grid {
  gap: 1.5rem !important;
  align-items: stretch !important;
  margin-bottom: 0 !important;
}

.package-card {
  min-width: 0 !important;
}

.package-card__inner {
  height: 100%;
  padding: 1.6rem 1.4rem 1.7rem;
  background: var(--color-white, #fff);
  border-radius: 1rem;
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  box-shadow: 0 10px 28px rgba(16, 45, 68, 0.06);
}

.package-card__title {
  margin: 0 0 0.5rem;
  font-size: var(--adi-font-lead);
  color: var(--color-primary, #0066b3);
}

.package-card__text {
  margin: 0 0 1rem;
  font-size: var(--adi-font-small);
  line-height: 1.55;
  opacity: 0.92;
}

.package-card__list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.4rem;
}

.service-page-faq {
  margin: 3rem 0;
  padding: 3rem 2.25rem;
  background: var(--color-white, #fff);
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  border-radius: 1rem;
}

.service-page-faq > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.service-faq details {
  border: 1px solid var(--color-neutral-border, #e8eef3);
  background: var(--color-light, #f5f6f8);
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
}

.service-faq details + details {
  margin-top: 0.75rem;
}

.service-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--color-primary, #0066b3);
}

.service-faq p {
  margin: 0.75rem 0 0;
  line-height: 1.6;
}

/* ===== Drei Säulen (Karten-Spalten) ===== */
.service-page-pillars {
  margin: 4rem 0;
  padding: 3rem clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border-radius: 1.25rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-pillars > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-page-pillars > .wp-block-paragraph {
  margin-bottom: 2.5rem;
  font-size: var(--adi-font-lead);
  color: var(--color-dark, #1c1c1c);
  opacity: 0.9;
}

.service-page-pillars__grid {
  gap: 2rem !important;
  align-items: stretch !important;
  margin-bottom: 0 !important;
}

.service-page-pillars__grid + .service-page-pillars__grid {
  margin-top: 2rem !important;
}

.service-pillar {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.service-pillar__link,
.service-pillar__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem 1.5rem 1.85rem;
  background: var(--color-white, #fff);
  border-radius: 1rem;
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  box-shadow: 0 8px 24px rgba(16, 45, 68, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-pillar__link {
  text-decoration: none;
  color: inherit;
}

.service-pillar__link:hover,
.service-pillar__inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(240, 90, 40, 0.22);
  border-color: rgba(240, 90, 40, 0.45);
}

.service-pillar__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  font-size: var(--adi-font-meta);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-white, #fff);
  background: linear-gradient(135deg, var(--color-primary, #0066b3), var(--color-secondary, #009fc2));
  border-radius: 50%;
}

.service-pillar__media {
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 0.65rem;
  aspect-ratio: 4 / 3;
}

.service-pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-pillar__title {
  margin: 0 0 0.75rem;
  font-size: var(--adi-font-lead);
  line-height: 1.3;
  color: var(--color-primary, #0066b3);
  font-weight: 600;
}

.service-pillar__text {
  margin: 0;
  font-size: var(--adi-font-small);
  line-height: 1.6;
  color: var(--color-dark, #1c1c1c);
  flex-grow: 1;
}

.service-pillar__text strong {
  color: var(--color-primary, #0066b3);
}

.service-pillar__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-weight: 600;
  font-size: var(--adi-font-caption);
  color: var(--color-secondary, #009fc2);
}

.service-pillar__cta::after {
  content: "→";
}

/* Zitat */
.service-page-quote {
  margin: 3.5rem 0;
  padding: 1.75rem 2rem;
  background: var(--color-neutral-light, #f5f8fa);
  border-radius: 1rem;
  border-left: 4px solid var(--color-secondary, #009fc2);
}

.service-page-quote .wp-block-quote {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-style: italic;
  color: var(--color-primary, #0066b3);
}

.service-page-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: var(--adi-font-caption);
  color: var(--color-dark, #1c1c1c);
  opacity: 0.8;
}

/* Vorteile */
.service-page-benefits {
  margin: 2.5rem 0;
  padding: 2.75rem 2rem;
  background: var(--color-white, #fff);
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  border-radius: 1rem;
}

.service-page-benefits > .wp-block-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}

.service-page-benefits .wp-block-columns {
  gap: 1rem;
  margin-bottom: 0;
}

.service-page-benefits .wp-block-column {
  background: var(--color-light, #f5f6f8);
  border-radius: 0.75rem;
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-benefits h3 {
  margin-top: 0;
  font-size: var(--adi-font-small);
  color: var(--color-primary, #0066b3);
}

.service-page-benefits p {
  font-size: var(--adi-font-caption);
  margin-bottom: 0;
  line-height: 1.5;
}

.service-page-examples__list li::marker {
  color: var(--color-secondary, #009fc2);
}

.package-card__list li::marker {
  color: var(--color-secondary, #009fc2);
}

.service-faq summary::marker {
  color: var(--color-secondary, #009fc2);
}

.service-page-deliverables .wp-block-columns {
  gap: 1rem;
}

.service-page-deliverables .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-page-tools {
  margin: 2.5rem 0;
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.25rem, 4vw, 2.5rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border: 1px solid var(--color-neutral-border, #e8eef3);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

/*
 * service-page-tools nie am Section-Wrapper (nur innen auf Hub/Leistungsseiten).
 * Falls doch gesetzt: Section-Fullbleed aus sections.css, kein zweites Kartenfeld.
 */
.wp-block-group[class*="is-style-section-"].service-page-tools {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow-x: clip;
}

.wp-block-group[class*="is-style-section-"].service-page-tools::before,
.wp-block-group[class*="is-style-section-"].service-page-tools::after {
  display: none !important;
}

/* Tech-Stack auf Leistungs-Unterseiten – gleiches Muster wie Startseiten-Teaser (kein service-page-tools am Section-Wrapper) */
.service-page-tech-stack .adiumento-tech-cards,
.service-page-tech-stack .service-page-tools__grid,
.startseite-technologien-teaser .adiumento-tech-cards,
.startseite-technologien-teaser .service-page-tools__grid {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  box-sizing: border-box;
}

.service-page-tech-stack .service-page-tools__grid,
.startseite-technologien-teaser .service-page-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 56rem;
}

.service-page-tech-stack .service-page-tools__note,
.startseite-technologien-teaser .service-page-tools__note {
  max-width: 46rem;
  margin-inline: auto;
  text-align: center;
}

.startseite-technologien-teaser .service-tool-card {
  min-height: 8.5rem;
}

.startseite-technologien-teaser .service-tool-card__logo img {
  max-height: 2.5rem;
}

@media (max-width: 900px) and (min-width: 782px) {
  .service-page-tech-stack .service-page-tools__grid,
  .startseite-technologien-teaser .service-page-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .service-page-tech-stack .service-page-tools__grid,
  .startseite-technologien-teaser .service-page-tools__grid {
    grid-template-columns: 1fr !important;
  }
}

.service-page-tools::before {
  content: "";
  position: absolute;
  inset: -60px -60px auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 159, 194, 0.22), rgba(0, 159, 194, 0) 65%);
  filter: blur(10px);
  pointer-events: none;
}

.service-page-tools::after {
  content: "";
  position: absolute;
  inset: auto auto -70px -70px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle at 30% 30%, rgba(0, 102, 179, 0.18), rgba(0, 102, 179, 0) 65%);
  filter: blur(12px);
  pointer-events: none;
}

.service-page-tools > * {
  position: relative;
  z-index: 1;
}

.service-page-tools > .wp-block-heading,
.service-page-tools > .service-section-lead {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.service-page-tools > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-page-tools > .service-section-lead {
  margin-bottom: 1.75rem;
}

.service-page-tools__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.service-tool-card {
  position: relative;
  margin: 0;
  padding: 1.15rem 1.2rem 1.2rem 1.35rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(0, 102, 179, 0.14);
  border-radius: 0.75rem;
  box-shadow: 0 12px 28px rgba(16, 45, 68, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-decoration: none;
  cursor: pointer;
}

.service-tool-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--color-primary, #0066b3), var(--color-secondary, #f05a28));
}

.service-tool-card__logo {
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  margin: 0 0 0.65rem;
}

.service-tool-card__logo img {
  display: block;
  max-width: 100%;
  max-height: 2.25rem;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
}

.service-tool-card__name {
  margin: 0 0 0.5rem;
  font-size: var(--adi-font-lead);
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-primary, #0066b3);
}

.service-tool-card__text {
  margin: 0;
  font-size: var(--adi-font-small);
  line-height: 1.5;
  color: rgba(14, 42, 60, 0.82);
}

.service-page-tools__note {
  max-width: 42rem;
  margin: 1.5rem auto 0;
  padding-top: 0.25rem;
  text-align: center;
  font-size: var(--adi-font-caption);
  line-height: 1.45;
  color: rgba(14, 42, 60, 0.72);
}

@media (hover: hover) {
  .service-tool-card:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 90, 40, 0.35);
    box-shadow: 0 18px 36px rgba(16, 45, 68, 0.12);
  }
}

.service-tool-card:focus-visible {
  outline: 3px solid rgba(0, 174, 239, 0.5);
  outline-offset: 3px;
}

@media (max-width: 992px) {
  .service-page-tools__grid,
  .adiumento-tech-cards .service-page-tools__grid,
  .hub-tech-stack__grid .service-page-tools__grid,
  .technologien-category__grid .service-page-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .service-page-tools__grid,
  .adiumento-tech-cards .service-page-tools__grid,
  .startseite-technologien-teaser__grid .service-page-tools__grid,
  .hub-tech-stack__grid .service-page-tools__grid,
  .technologien-category__grid .service-page-tools__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Editor: Tech-Stack – Steuerung an den Kacheln */
.adiumento-tech-stack-editor__preview .service-page-tools__grid {
  align-items: stretch;
}

.adiumento-tech-stack-editor__card-wrap {
  position: relative;
  height: 100%;
  min-height: 0;
}

.adiumento-tech-stack-editor__card-actions-bar {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.2rem 0.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.adiumento-tech-stack-editor__card-actions-bar .adiumento-cards-grid-editor__card-num {
  min-width: 1.25rem;
  text-align: center;
  font-size: var(--adi-font-meta);
  font-weight: 700;
  opacity: 0.65;
}

.adiumento-tech-stack-editor__card-actions-bar .components-button {
  min-width: 2rem;
  min-height: 2rem;
  padding: 0 !important;
}

.adiumento-tech-stack-editor__remove.components-button {
  color: #b32d2e !important;
}

.adiumento-tech-stack-editor__card.service-tool-card {
  height: 100%;
  box-sizing: border-box;
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

.adiumento-tech-stack-editor__card-wrap:focus-within .service-tool-card {
  outline: 2px solid rgba(34, 113, 177, 0.35);
  outline-offset: 2px;
}

/* Legacy: alte Chip-Zeile (falls noch im Content) */
.service-page-tools__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.service-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  font-weight: 600;
  font-size: var(--adi-font-caption);
  color: var(--color-primary, #0066b3);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 102, 179, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(16, 45, 68, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-chip::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  background: linear-gradient(135deg, var(--color-primary, #0066b3), var(--color-secondary, #009fc2));
  opacity: 0.95;
}

.service-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(16, 45, 68, 0.1);
  border-color: rgba(0, 159, 194, 0.35);
}

.service-page-examples {
  margin: 2.5rem 0;
  padding: 2.75rem 2rem;
  background: var(--color-white, #fff);
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  border-radius: 1rem;
}

.service-page-examples > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-align: center;
}

.service-page-examples__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-page-examples__list li {
  margin: 0;
  line-height: 1.5;
}

/* Referenzen: Projektkarten */
.service-page-projects {
  margin: 3rem 0;
  padding: 3rem clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border-radius: 1.25rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-projects > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-page-projects > .wp-block-paragraph {
  margin-bottom: 2.5rem;
  font-size: var(--adi-font-lead);
  color: var(--color-dark, #1c1c1c);
  opacity: 0.9;
}

.service-page-projects__grid {
  gap: 2rem !important;
  align-items: stretch !important;
  margin-bottom: 0 !important;
}

.service-page-projects__grid + .service-page-projects__grid {
  margin-top: 2rem !important;
}

.project-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.project-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.5rem 1.75rem;
  background: var(--color-white, #fff);
  border-radius: 1rem;
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  box-shadow: 0 8px 24px rgba(16, 45, 68, 0.06);
}

.project-card__tag {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 1rem;
  padding: 0.25rem 0.65rem;
  font-size: var(--adi-font-meta-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-secondary, #009fc2);
  background: rgba(0, 159, 194, 0.1);
  border-radius: 999px;
}

.project-card__media {
  margin: 0 0 1.25rem;
  overflow: hidden;
  border-radius: 0.65rem;
  aspect-ratio: 16 / 9;
  background: #0e2a3c;
}

.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card__title {
  margin: 0 0 0.65rem;
  font-size: var(--adi-font-lead);
  line-height: 1.3;
  color: var(--color-primary, #0066b3);
  font-weight: 600;
}

.project-card__text {
  margin: 0;
  font-size: var(--adi-font-small);
  line-height: 1.6;
  color: var(--color-dark, #1c1c1c);
  flex-grow: 1;
}

/* Branchen: Karten mit Piktogrammen */
.service-page-industries {
  margin: 3rem 0;
  padding: 3rem clamp(1rem, 3vw, 2rem);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  border-radius: 1.25rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-industries > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.service-page-industries > .wp-block-paragraph {
  margin-bottom: 2.5rem;
  font-size: var(--adi-font-lead);
  color: var(--color-dark, #1c1c1c);
  opacity: 0.9;
}

.service-page-industries__grid {
  gap: 1.5rem !important;
  align-items: stretch !important;
  margin-bottom: 0 !important;
}

.service-page-industries__grid + .service-page-industries__grid {
  margin-top: 1.5rem !important;
}

.industry-card {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.industry-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.25rem 1.65rem;
  background: var(--color-white, #fff);
  border-radius: 1rem;
  border: 1px solid var(--color-neutral-border, #e2e8f0);
  box-shadow: 0 6px 20px rgba(16, 45, 68, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.industry-card__inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(16, 45, 68, 0.09);
}

.industry-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1.1rem;
  color: var(--color-secondary, #009fc2);
  background: linear-gradient(135deg, rgba(0, 102, 179, 0.08), rgba(0, 159, 194, 0.14));
  border-radius: 0.85rem;
  border: 1px solid rgba(0, 159, 194, 0.2);
}

.industry-card__icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.industry-card__title {
  margin: 0 0 0.6rem;
  font-size: var(--adi-font-body);
  line-height: 1.35;
  color: var(--color-primary, #0066b3);
  font-weight: 600;
}

.industry-card__text {
  margin: 0;
  font-size: var(--adi-font-caption);
  line-height: 1.55;
  color: var(--color-dark, #1c1c1c);
}

/* Vorgehen (4 Phasen) */
.service-page-steps {
  margin: 3rem 0;
  padding: 2rem 1.5rem;
  background: var(--color-light, #f5f6f8);
  border-radius: 1rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-steps > .wp-block-heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.service-page-steps .wp-block-columns {
  gap: 1rem;
  margin-bottom: 0;
}

.service-page-steps .wp-block-column {
  background: var(--color-white, #fff);
  border-radius: 0.75rem;
  padding: 1.25rem 1rem;
  border: 1px solid var(--color-neutral-border, #e8eef3);
}

.service-page-steps h3 {
  margin-top: 0;
  font-size: var(--adi-font-body);
  color: var(--color-primary, #0066b3);
}

.service-page-steps p {
  margin-bottom: 0;
  font-size: var(--adi-font-caption);
  line-height: 1.5;
}

/* CTA */
.service-page-cta {
  margin-top: 3rem;
  padding: 2.5rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, #e8f4fc 0%, #d4edf9 100%);
  border-radius: 1rem;
}

.service-page-cta h2,
.service-page-cta p {
  color: var(--color-primary, #102d44) !important;
}

.service-page-cta .wp-block-buttons {
  justify-content: center;
}

/* Passende Lösungen – zentriert (nicht nur Startseite) */
.service-page-related-solutions {
  text-align: center;
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.service-page-related-solutions .service-section-kicker,
.service-page-related-solutions .wp-block-heading,
.service-page-related-solutions .service-section-lead {
  text-align: center;
}

.service-page-related-solutions__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem 1rem;
  max-width: 52rem;
  margin: 1.25rem auto 0;
  padding: 0;
  list-style: none;
}

.service-page-related-solutions__list li {
  margin: 0;
}

.service-page-related-solutions__list a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: var(--adi-font-small);
  line-height: 1.35;
  color: var(--color-link, #0066b3);
  text-decoration: none;
  background: var(--color-white, #fff);
  border: 1px solid rgba(0, 102, 179, 0.2);
  border-radius: 999px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) {
  .service-page-related-solutions__list a:hover {
    border-color: rgba(240, 90, 40, 0.45);
    box-shadow: 0 6px 16px rgba(14, 42, 60, 0.08);
    transform: translateY(-1px);
  }
}

.service-page-related-solutions__more {
  margin-top: 1.25rem !important;
  text-align: center;
}

/* Outcome-Grid: Body-Wrapper zentriert Kartenblock */
.service-outcomes__body {
  width: 100%;
  max-width: var(--layout-wide, 72rem);
  margin-inline: auto;
}
