/* ============================
   SERVICES PAGE – TRIMMED STYLES
   Relies on global marketing.css
   ============================ */

/* Slightly taller hero + max-width tuning just for Services */
.cm-page--services .cm-hero {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.cm-page--services .cm-hero-title {
  max-width: 34rem;
}

.cm-page--services .cm-hero-subtitle {
  max-width: 42rem;
  margin-bottom: 2rem;
}

/* Optional: small tweak to CTA spacing */
.cm-page--services .cm-hero-cta-group .btn {
  margin-right: 0.75rem;
}

/* Footer band fine-tune */
.cm-page--services .cm-section--footer-band .cm-section-title {
  margin-bottom: 0.4rem;
}

.cm-page--services .cm-section-subtext {
  max-width: 34rem;
}

/* Responsive tweaks specific to Services */
@media (max-width: 767px) {
  .cm-page--services .cm-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .cm-page--services .cm-hero-title {
    font-size: 1.75rem;
  }
}
