/* ----------------------------------------------------------
   SERVICE PAGES – CLEAN SECTIONS (shared)
   Used by: webdesign-salzburg.html, app-entwicklung-salzburg.html,
            tiktok-marketing-salzburg.html
----------------------------------------------------------- */

.service-section {
  margin-top: 3rem; /* replaces inline margin-top */
}

.service-section h2 {
  margin: 0 0 0.9rem;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.service-section__content {
  max-width: 54rem;
}

.service-section__content p,
.service-section__content ul,
.service-section__content ol {
  max-width: 54rem;
}

.service-section__content p {
  margin: 0.65rem 0;
  line-height: 1.75;
  color: var(--color-text-muted);
}

.service-section__content ul,
.service-section__content ol {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
  line-height: 1.75;
  color: var(--color-text-muted);
}

.service-faq h3 {
  margin: 1.1rem 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
}

.service-cta__card {
  padding: 1.7rem;
}

.service-cta__card h2 {
  margin-top: 0;
}

.service-cta__actions {
  margin-top: 0.9rem;
}

@media (max-width: 768px) {
  .service-section {
    margin-top: 2.4rem;
  }
}
