/* static/css/hero.css */
.hero-band {
    background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* static/css/hero.css */
.hero-band .btn {
    min-width: 200px;
    /* keeps buttons aligned */
}

.hero-band .d-flex {
    gap: 1rem;
    /* slightly more space between */
}


.letter-1 {
    letter-spacing: .08em;
}

.hero-img {
    object-fit: cover;
    aspect-ratio: 4 / 3;
    width: 100%;
}

@media (min-width: 992px) {
    .hero-band {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}