
.btn-primary {
  @apply bg-brand-600 text-white px-5 py-2 rounded-md hover:bg-brand-700;
}
.btn-secondary {
  @apply border border-slate-300 text-slate-800 px-5 py-2 rounded-md hover:bg-slate-100;
}
.btn-link {
  @apply text-brand-600 hover:text-brand-700 underline underline-offset-2;
}
.nav-link { @apply text-slate-700 hover:text-brand-700; }
.nav-link.active { @apply text-brand-700; }
.nav-mobile-link { @apply block py-2 text-slate-700 hover:text-brand-700; }
.nav-mobile-link.active { @apply text-brand-700; }
.footer-link { @apply text-slate-600 hover:text-brand-700; }
.form-label { @apply block text-sm font-medium text-slate-700 mb-1; }
.form-input { @apply w-full border border-slate-300 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-brand-500; }
.service-card { @apply p-6 border border-slate-200 rounded-xl; }
.service-title { @apply text-xl font-semibold; }
.service-desc { @apply mt-2 text-slate-700; }
.cookie-banner { @apply fixed bottom-0 inset-x-0 bg-white/95 backdrop-blur border-t border-slate-200; }
.prose a { @apply text-brand-700 hover:text-brand-600; }
