/* =========================================================
 PAARTHERAPIE COLOR OVERRIDES
 Intervention / Vertrauen
 ========================================================= */

 :root {

  /* SECTION BACKGROUNDS */

  --bg-soft: var(--petrol6);



  /* TESTIMONIALS */

  --testimonials-section-bg: hsl(208,12%,91%);
  --testimonials-card-bg: #F7F8F9;
  --testimonials-lead-bg: #ffffff;



  /* CTA STRATEGY */

  --cta-primary-bg: var(--petrol);
  --cta-primary-text: #ffffff;
  --cta-primary-hover-bg: var(--petrol-2);
  --cta-primary-focus: var(--petrol4);
  --cta-primary-border: var(--petrol-2);

  --cta-secondary-bg: #ffffff;
  --cta-secondary-text: var(--petrol);
  --cta-secondary-border: var(--petrol-1);

  --cta-secondary-hover-bg: var(--petrol6);



  /* CONTACT EMPHASIS */

  --contact-section-bg: #ffffff;


  /* TRUST ELEMENTS */

  --trust-box-bg: var(--bg-card);
  --trust-box-border: var(--border-subtle);



  /* ALERT AREAS */

  --alert-bg-soft: hsl(0,69%,96%);
  --alert-text: var(--brand-alert);

}
