/* ==========================================================================
   Tax Preparation — page-specific bits only.
   Everything reusable lives in service-page.css. Tax Planning (the sibling
   page in this sub-family) should reuse this same set of classes.
   ========================================================================== */

.hero-photo--tax-prep {
  background-image: url("../assets/images/tax-preparation-hero.webp");
  background-size: cover;
  background-position: center;
}

.split-image--tax-prep-detail {
  background-image: url("../assets/images/tax-preparation-detail.webp");
}
