body {
    font-family: "Poppins", sans-serif;
}

.hero {
    background: url("/images/background_landscape_vesnation.jpg");
    background-repeat: round;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    z-index: 2;
}

@media (max-width: 768px) {
    .hero {
        background: url("/images/vespa_camp_bg_hp.png") center/cover no-repeat;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-align: center;
        position: relative;
    }
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}
