
/* Minimal modern styling for ELTPub */
:root { --radius: 1rem; }
.bg-body { background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 60%); }
.hero { background: radial-gradient(60% 80% at 0% 0%, #f1f3f5 0%, #ffffff 60%); }
.card { border-radius: var(--radius) !important; }
.icon-badge { width:48px;height:48px;display:inline-grid;place-items:center;border-radius:12px;background:#f1f3f5;font-size:1.1rem; }
.badge.w-fit { width: fit-content; }
.btn-lg { border-radius: calc(var(--radius) - .25rem); }
.navbar-brand { letter-spacing: .2px; }
footer { background: #fff; }
