*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, .span-logo{
    scroll-behavior: smooth;
    font-family: 'Manrope', sans-serif;
}

.nav-logo, .divider-logo, h1, h2, h3{
    font-family: 'Franceus';
}

body{
    background-color: #FFFFFF;
    overflow-x: hidden;
}

h1{
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 22px;
}

h2{
    color: #000000;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1;
    max-width: 580px;
    margin-bottom: 54px;
}

.tagline{
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #D2AC54;
    margin-bottom: 16px;
}

/* 
================================
            COMPONENTS
================================
*/

.whatsapp-float{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    background-color: #3BB360;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-float .icon-whatsapp-float {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #FFFFFF;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01zm-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.217 8.217 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24 2.2 0 4.27.86 5.82 2.42a8.204 8.204 0 0 1 2.41 5.83c0 4.54-3.7 8.24-8.24 8.24zm4.52-6.18c-.25-.12-1.47-.72-1.69-.81-.23-.08-.39-.12-.56.12-.17.25-.64.81-.78.97-.15.17-.29.19-.54.06-.25-.12-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.15-.25-.02-.38.1-.5.11-.11.25-.29.37-.44.12-.15.17-.25.25-.42.08-.17.04-.31-.02-.44-.06-.12-.56-1.34-.76-1.83-.2-.48-.4-.41-.56-.42h-.48c-.17 0-.44.06-.67.31-.23.25-.88.86-.88 2.1 0 1.24.9 2.44 1.03 2.61.12.17 1.76 2.68 4.26 3.76.6.26 1.06.41 1.43.53.6.19 1.15.16 1.58.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.07.15-1.18-.06-.11-.23-.18-.48-.3z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M19.05 4.91A9.816 9.816 0 0 0 12.04 2c-5.46 0-9.91 4.45-9.91 9.91 0 1.75.46 3.45 1.32 4.95L2.05 22l5.25-1.38c1.45.79 3.08 1.21 4.74 1.21 5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.9-7.01zm-7.01 15.24c-1.48 0-2.93-.4-4.2-1.15l-.3-.18-3.12.82.83-3.04-.2-.31a8.217 8.217 0 0 1-1.26-4.38c0-4.54 3.7-8.24 8.24-8.24 2.2 0 4.27.86 5.82 2.42a8.204 8.204 0 0 1 2.41 5.83c0 4.54-3.7 8.24-8.24 8.24zm4.52-6.18c-.25-.12-1.47-.72-1.69-.81-.23-.08-.39-.12-.56.12-.17.25-.64.81-.78.97-.15.17-.29.19-.54.06-.25-.12-1.05-.39-1.99-1.23-.74-.66-1.23-1.47-1.38-1.72-.15-.25-.02-.38.1-.5.11-.11.25-.29.37-.44.12-.15.17-.25.25-.42.08-.17.04-.31-.02-.44-.06-.12-.56-1.34-.76-1.83-.2-.48-.4-.41-.56-.42h-.48c-.17 0-.44.06-.67.31-.23.25-.88.86-.88 2.1 0 1.24.9 2.44 1.03 2.61.12.17 1.76 2.68 4.26 3.76.6.26 1.06.41 1.43.53.6.19 1.15.16 1.58.1.48-.07 1.47-.6 1.68-1.18.21-.58.21-1.07.15-1.18-.06-.11-.23-.18-.48-.3z'/></svg>") no-repeat center / contain;
}

.whatsapp-float:hover{
    background-color: #138F39;
}

.btn-header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D2AC54;
    color: #000000;
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 32px;
    height: 44px;
    width: 168px;
}

.btn-header:hover{
    background-color: #C89217;
}

.btn-primary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #D1AC54;
    color: #000000;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 24px;
    border-radius: 32px;
    text-decoration: none;
    gap: 10px;
}

.btn-primary img{
    width: 20px;
    height: 20px;
}

.btn-primary:hover{
    background-color: #C89217;
}

.btn-secondary{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 13px 24px;
    border: 1px solid #F8FAFE;
    border-radius: 32px;
    text-decoration: none;
}

.btn-secondary .icon-seta {
    width: 10px;
    height: 16px;
    display: inline-block;
    background-color: #FFFFFF; /* Cor inicial (branca) */
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 20' fill='white'><path d='M2.47368 0L0 2.35L8.03509 10L0 17.65L2.47368 20L13 10L2.47368 0Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 20' fill='white'><path d='M2.47368 0L0 2.35L8.03509 10L0 17.65L2.47368 20L13 10L2.47368 0Z'/></svg>") no-repeat center / contain;
}

.btn-secondary:hover{
    color: #D2AC54;
    border: 1px solid #D2AC54;
}

.btn-secondary:hover .icon-seta {
    background-color: #D2AC54;
}

/* 
================================
            HEADER
================================
*/

header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1226px;
    max-height: 44px;
}

 .header-container nav ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.header-container nav a {
    display: inline-block;
    text-decoration: none;
    color: #616978;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-bottom: 6px;
}

.header-container nav a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #D1AC54;
}

.header-container nav a:hover{
    color: #D1AC54;
}

.header-container nav a:hover::after {
    width: 100%;
}

.nav-logo{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #0E1C36;
    text-decoration: none;
    height: 28px;
}

.divider-logo{
    color: #FFD900;
}

.span-logo{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3.5px;
    color: #616978;
}

.tagline-hero{
    display: inline-block;
    border: 1px solid #D1AC54;
    border-radius: 32px;
    padding: 6px 18px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E6D3A0;
    margin-bottom: 24px;
}

/* 
================================
            HERO
================================
*/

.hero{
    background-color: #0E1C36;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
    gap: 60px;
}

.hero-content{
    flex: 1;
    max-width: 580px;
}

.hero p{
    font-size: 1rem;
    line-height: 1.6;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.hero-buttons{
    display: flex;
    align-items: center;
    gap: 16px;
}

.hero-image{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image-wrapper{
    width: 588px;
    height: 520px;
    padding: 16px;
    border: 1px solid #D2AC54;
    border-radius: 32px;
    box-sizing: border-box;
    overflow: hidden;
}

.hero-image img{
    width: 100%;
    height: 100%;
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 32px;
    display: block;
}

/* 
================================
            SECTION 1
================================
*/

.section1{
    padding: 75px 0;
    display: flex;
    justify-content: center;
}

.section1 .container{
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
}

.cards-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.card{
    border: 1px solid #E0E3E8;
    border-radius: 32px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.5);
}

.card-icon{
    width: 48px;
    height: 48px;
    background-color: #0E1C36;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.icon-svg {
    width: 24px;
    height: 24px;
    background-color: #D2AC54;
    display: inline-block;
}

.icon-empresarial {
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-6 0h-4V4h4v2z'/></svg>") no-repeat center / contain;
}

.icon-trabalhista {
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-5.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-5.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/></svg>") no-repeat center / contain;
}

.icon-digital {
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z'/></svg>") no-repeat center / contain;
}

.icon-civil {
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2L1 7l11 5 9-4.09V17h2V7L12 2zm0 13l-7-3.18V17l7 3.18 7-3.18v-5.18L12 15z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M12 2L1 7l11 5 9-4.09V17h2V7L12 2zm0 13l-7-3.18V17l7 3.18 7-3.18v-5.18L12 15z'/></svg>") no-repeat center / contain;
}

.card h3{
    font-size: 1.25rem;
    color: #0E1C36;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

.card p{
    font-size: 0.875rem;
    color: #616978;
    line-height: 1.5;
}

.card:hover{
    background-color: #0E1C36;
    border-color: #D2AC54;
    box-shadow: 0px 4px 10px #D2AC54;
}

.card:hover .card-icon{
    background-color: #D2AC54;
}

.card:hover .icon-svg{
    background-color: #FFFFFF;
}

.card:hover h3{
    color: #D2AC54;
}

.card:hover p{
    color: #D2AC54;
}

/* 
================================
            SECTION 2
================================
*/

.section2{
    background-color: #EFF2F6;
    padding: 75px 0;
    display: flex;
    justify-content: center;
}

.section2 .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
    gap: 60px;
}

.about-text{
    flex: 1;
    max-width: 520px;
}

.about-text h2{
    color: #0E1C36;
    margin-bottom: 24px;
}

.about-text p{
    font-size: 1rem;
    color: #616978;
    line-height: 1.6;
}

.stats-grid{
    display: flex;
    gap: 16px;
}

.stat-item{
    border: 1px solid #E0E3E8;
    background-color: #FFFFFF;
    width: 185px;
    height: 150px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgb(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
}

.stat-item:hover{
    background-color: #0E1C36;
    box-shadow: 0px 4px 10px #D2AC54;
    border: 1px solid #D2AC54;
}

.stat-item h3{
    font-size: 2.5rem;
    font-weight: 500;
    color: #D2AC54;
    margin-bottom: 8px;
}

.stat-item p{
    font-size: 0.875rem;
    color: #616978;
    line-height: 1.3;
}

.stat-item:hover p{
    color: #D2AC54;
}

/* 
================================
            SECTION 3
================================
*/

.section3{
    padding: 75px 0;
    display: flex;
    justify-content: center;
}

.section3 .container{
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
}

.section3 h2{
    color: #0E1C36;
    margin-bottom: 50px;
    max-width: 500px;
}

.diferenciais-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.diferencial-item{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.icon{
    width: 44px;
    height: 44px;
    min-width: 44px;
    background-color: #F8F3E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diferencial-content{
    display: flex;
    flex-direction: column;
}

.diferencial-content h3{
    font-size: 1.25rem;
    color: #0E1C36;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.3;
}

.diferencial-content p{
    font-size: 0.850rem;
    color: #616978;
    line-height: 1.5;
}

/* 
================================
            FOOTER
================================
*/

footer{
    background-color: #051027;
    color: #F8FAFE;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-info-group {
    display: flex;
    gap: 120px;
    align-items: flex-start;
}

.footer-content{
    width: 100%;
    max-width: 1226px;
    padding: 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 120px;
    margin-bottom: 60px;
}

.footer-brand{
    max-width: 325px;
}

.footer-logo{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-logo .span-logo{
    color: #FFFFFF;
}

.footer-brand p{
    font-size: 0.938rem;
    line-height: 1.6;
}

.footer-tagline{
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #D2AC54;
    margin-bottom: 24px;
}

.footer-contacts, .footer-hours{
    display: flex;
    flex-direction: column;
}

.footer-contacts ul, .footer-hours ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-contacts li, .footer-hours li{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.938rem;
}

.footer-contacts a{
    color: #F8FAFE;
    text-decoration: none;
}

.footer-contacts img, .footer-hours img{
    display: flex;
    justify-content: center;
}

.footer-hours .btn-header{
    margin-top: 16px;
}

.footer-divider{
    border: 0px;
    border-top: 1px solid #F8FAFE;
    width: 100%;
    margin-bottom: 24px;
}

.footer-bottom{
    width: 100%;
    max-width: 1226px;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.footer-bottom p{
    font-size: 0.813rem;
}

/* 
================================
        RESPONSIVIDADE
================================
*/

@media (max-width: 1024px){
    /*
    ============================
                HEADER
    ============================
    */

    .header-container{
        padding: 0 20px;
    }

    .header-container nav{
        display: none;
    }

    /*
    ============================
                HERO
    ============================
    */

    .hero .container{
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hero-content{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-buttons{
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-image{
        justify-content: center;
        width: 100%;
    }

    .hero-image-wrapper{
        width: 100%;
        max-width: 588px;
    }

    /*
    ============================
            SECTION 1
    ============================
    */

    .section1 .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section1 h2{
        margin-left: auto;
        margin-right: auto;
    }

    .cards-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .card{
        text-align: left;
    }

    /*
    ============================
            SECTION 2
    ============================
    */

    .section2 .container{
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .about-text{
        max-width: 100%;
    }

    .about-text h2{
        margin-left: auto;
        margin-right: auto;
    }

    .stats-grid{
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }

    /*
    ============================
            SECTION 3
    ============================
    */

    .section3 .container{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section3 h2{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .diferenciais-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 32px;
        text-align: left;
    }

    .diferenciais-grid .diferencial-item:nth-child(3){
        grid-column: span 2;
        justify-self: center;
        max-width: 480px;
    }

    /*
    ============================
            FOOTER
    ============================
    */

    footer{
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-content{
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 40px;
        margin-bottom: 40px;
    }

    .footer-brand{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contacts, .footer-hours{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-info-group{
        display: flex;
        justify-content: center;
        gap: 60px;
        width: 100%;
        flex-wrap: wrap;
    }

    .footer-contacts li, .footer-hours li{
        justify-content: center;
    }

    .footer-hours .btn-header{
        margin-top: 24px;
    }
}

@media (max-width: 768px){
    .header-container{
        display: flex;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0 16px;
    }
    .nav-logo{
        font-size: 15px;
        margin: 0 auto;
    }

    .span-logo{
        letter-spacing: 1.5px;
    }

    .header-container .btn-header{
        display: none;
    }

    .hero{
        padding: 40px 0;
    }

    h1{
        font-size: 2.125rem;
        line-height: 1.15;
    }

    .hero p{
        font-size: 0.938rem;
        margin-bottom: 24px;
    }

    .hero-buttons{
        flex-direction: column;
        width: 100%;
        gap: 14px;
    }

    .btn-primary, .btn-secondary{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-image-wrapper{
        height: 360px;
    }

    .section1, .section2, .section3{
        padding: 45px 0;
    }

    h2{
        font-size: 1.625rem;
        margin-bottom: 32px;
    }

    .diferenciais-grid{
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .diferenciais-grid .diferencial-item:nth-child(3){
        grid-column: span 1;
        max-width: 100%;
    }

    .diferencial-item{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer{
        padding: 40px 16px 20px;
    }

    .footer-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .footer-brand, .footer-contacts, .footer-hours, .footer-info-group {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    .footer-brand p{
        font-size: 0.875rem;
    }

    .footer-logo{
        justify-content: center;
    }

    .footer-contacts h3, .footer-hours h3 {
        text-align: center !important;
        width: 100%;
    }

    .footer-contacts ul, .footer-hours ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        width: 100%;
    }

    .footer-contacts li, .footer-hours li{
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .cards-grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .card{
        padding: 24px 20px;
        border-radius: 20px;
    }

    .whatsapp-float{
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }

    .whatsapp-float .icon-whatsapp-float{
        width: 26px;
        height: 26px;
    }
}