/* Små helpers – udvid efter behov */
.center { text-align: center; }
.mt-5 { margin-top: 24px; }
.mb-5 { margin-bottom: 24px; }
.p-5 { padding: 24px; }
.flex { display: flex; align-items: center; gap: 12px; }
