/* =====================================================
   BRAND CONFIGURATION — Campaign Color Controls
   Edit ONLY these values for rebranding
   No rebuild required when editing in /build
   ===================================================== */

:root {
  /* ── Primary Brand Colors ─────────────────────────── */
  --brand-primary: #7B6756;
  --brand-primary-hover: #68625C;
  --brand-accent: #D6ECEF;
  --brand-bg: #D6ECEF;
  --brand-text: #000000;



  /* ── CTA "Direct Investeren" Button Override ──────── */
  /* Leave empty to inherit from primary; set values to override */
  --cta-primary-bg: #FF7300;
  --cta-primary-bg-hover: #FF8A2A;
  --cta-primary-border: #FF7300;
  --cta-primary-border-hover: #FF8A2A;
  --cta-primary-text: #fff;

  /* ── Header / Navigation ──────────────────────────── */
  --header-bg: rgba(27, 26, 48, 0.3);
  --header-blur: 13.6px;
  --header-nav-link-color: #fff;
  --header-nav-link-hover: var(--brand-accent);

  /* ── Check List (Hero USPs) ───────────────────────── */
  --checklist-icon-color: #FF7300;
  --checklist-text-color: inherit;
}
