/*
 * Unifies the primary gradient-backed feature panels with a thin white frame.
 * Remove this stylesheet to restore each component's original border treatment.
 */
body.index-page .service-area .service-area-panel,
body.index-page .call-to-action .cta-wrapper,
body.index-page .quote .quote-form-container,
body.index-page .consultation-drawer {
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}
