/* FAMILY: PERSONAL & CARE SERVICES (pet grooming, cleaning, concierge) —
   friendlier, softer, large rounded shapes, a rounded display face, a
   centered hero, booking-oriented tone. */
:root {
  --font-heading: "Quicksand", "Segoe UI", Arial, sans-serif;
  --font-body: "Nunito Sans", "Segoe UI", Arial, sans-serif;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --hero-pattern-opacity: 0.07;
}
.btn {
  border-radius: 999px;
}
.hero h1 {
  font-weight: 700;
}
.service-card {
  border-width: 0;
}
.service-card__icon,
.trust-strip__icon,
.feature-list__icon,
.facts-item__icon {
  border-radius: 999px;
}
