body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.section-title {
    font-weight: 700;
}

.text-light-50 {
    opacity: 0.8;
}
