body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #1f2937;
}

.hero {
    min-height: 520px;
    display: flex;
    align-items: center;
}

.hero h1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero .lead {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.card {
    border-radius: 1rem;
}

.btn-lg {
    border-radius: 0.75rem;
    font-weight: 600;
}

#navody {
    scroll-margin-top: 30px;
}

html {
    scroll-behavior: smooth;
}

footer {
    border-top: 1px solid #e5e7eb;
}