﻿.hero-section {
    background: linear-gradient(to right, #000000, #152331);
    color: white;
    padding: 25px 0;
    margin-top: 50px;
}


.hero-content {
    text-align: center;
}


.hero-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.hero-logo {
    width: 160px;
    height: auto;
    margin-bottom: 20px;
}



.hero-brand-text h1 {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
}



    .hero-brand-text h1 span {
        display: block;
        color: var(--primary-red);
    }



.hero-brand-text p {
    font-size: 18px;
    margin-top: 15px;
}



.hero-message {
    margin-top: 45px;
}



    .hero-message h2 {
        font-size: 32px;
        font-weight: 700;
    }



    .hero-message strong {
        display: block;
        color: var(--accent-yellow);
        font-size: 24px;
        margin-top: 20px;
    }



.hero-actions {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}



    .hero-actions a {
        padding: 18px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 700;
        text-decoration: none;
    }



.hero-call {
    background: var(--primary-red);
    color: white;
}



.hero-whatsapp {
    background: #25D366;
    color: white;
}



.hero-location {
    margin-top: 10px;
    opacity: .9;
}



@media(min-width:768px) {


    .hero-brand {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }


    .hero-actions {
        flex-direction: row;
        justify-content: center;
    }


        .hero-actions a {
            min-width: 250px;
        }
}
