.home-banner {
    background-color: var(--bs-primary);
    background-size: cover;
    background-position: center;
    color: white;
    margin-bottom: 1.5rem;
    padding: 4rem 0;
}

.home-banner.has-image {
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.4);
}

.home-banner-logo {
    max-height: 100px;
    margin-bottom: 1.5rem;
}

.home-banner-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin-bottom: 1.5rem;
}

.home-banner-slogan {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    opacity: 0.95;
}

.home-about {
    margin-bottom: 3rem;
}

.home-about-card {
    border: none;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.075);
}

.home-about-title {
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
}