/* =====================================================================
   FINANCING PAGE
   ===================================================================== */

body.page-template-page-financing,
body.page-template-page-financing .site-main,
body.page-template-page-financing section { background: #0d0f14; color: var(--text); }

body.page-template-page-financing .dag-section,
body.page-template-page-financing .dag-lead,
body.page-template-page-financing .team-card,
body.page-template-page-financing .testimonial-card,
body.page-template-page-financing .dag-notice {
  background: linear-gradient(180deg,#151820 0%,#101218 100%);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-card);
}
