/* =========================================================================
   curative.css
   Auto-loaded by the child theme via slug-match.
   Imports shared insurance-carrier structure + sets page background gradient.
   ========================================================================= */

@import url('insurance-carrier.css');

body.page-curative {
  /* Page-level gradient. Shared across all 8 carrier subpages for a
     consistent "insurance section" identity. Pink wash at top, fading
     to navy at bottom for the final-CTA band. */
  background: var(--grad-page-v3-short) no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
