:root {
  --cx-primary: #2563EB;
  --cx-accent: #10B981;
  --cx-dark: #111827;
  --cx-light: #F3F4F6;
}
body { font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--cx-dark); }
.navbar-brand img { height: 28px; }
.btn-cx { background: var(--cx-primary); color: #fff; border: none; }
.btn-cx:hover { filter: brightness(0.95); }
.badge-accent { background: var(--cx-accent); }
.hero { background: linear-gradient(120deg, rgba(37,99,235,.08), rgba(16,185,129,.08)); }
.feature-icon { width: 44px; height: 44px; display:flex; align-items:center; justify-content:center; border-radius: 12px; background: #EFF6FF; }
.pricing-card { border-radius: 16px; }
footer a { color: inherit; text-decoration: none; }
footer a:hover { text-decoration: underline; }