/* =====================================================
   QUICK SERVICES — supplementary styles
   Core layout lives in hero.css (.pit-services*) because the
   cards visually sit in the hero/content transition area.
   ===================================================== */

.pit-services-wrap { padding-bottom: 40px; }

.pit-service-card:active { transform: translateY(-1px); }

.pit-service-card[aria-disabled="true"] {
	opacity: .5;
	pointer-events: none;
}
