:root {
    --diet-primary: #0d47a1;
}
body { font-family: "Segoe UI", sans-serif; background: #f6f9ff; }
.logo-circle { width: 48px; height: 48px; border-radius: 50%; background: var(--diet-primary); color: #fff; display: grid; place-items: center; font-weight: 700; }
.hero-slide { height: 420px; object-fit: cover; }
.section-title { color: var(--diet-primary); font-weight: 700; margin-bottom: 1rem; }
.stats-card { background: #fff; border-radius: 14px; padding: 1.25rem; text-align: center; box-shadow: 0 2px 12px rgba(13, 71, 161, .08); }
.hover-rise { transition: transform .2s ease, box-shadow .2s ease; }
.hover-rise:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0,0,0,.08); }
.card-img-top { height: 210px; object-fit: cover; }
.profile-photo { width: 100%; height: 240px; object-fit: cover; }
