/* ——————————————————————————————
   Service Card (About‑page only)
   —————————————————————————————— */
.service-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}
.service-card h3 {
  margin-top: 0;
}
.service-card p,
.service-card ul {
  margin: 0.5rem 0 0 0;
  line-height: 1.6;
}
.service-card ul {
  padding-left: 1rem;
  list-style: disc;
}

/* ——————————————————————————————
   CTA Area (About‑page only)
   —————————————————————————————— */
.cta-area {
  text-align: center;
  margin-top: 2rem;
}
.cta-area .cta-button,
.cta-area .more-info-button {
  display: inline-block;
  margin: 0.5rem 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}

