/* ============================
   FOOTER PROFISSIONAL FRUTAG
=============================== */

.fru-footer {
    background: #f8f8f8;
    border-top: 2px solid #27A99A;
    padding: 60px 0 40px;
    font-family: "Inter", Arial, sans-serif;
    color: #444;
}

/* WRAPPER CENTRAL */
.footer-wrapper {
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

/* COLUNAS */
.footer-col {
    max-width: 350px;
    text-align: center;
}

/* LOGO */
.footer-logo {
    width: 160px;
    margin-bottom: 20px;
}

/* DESCRIÇÃO */
.footer-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* TÍTULO */
.footer-title {
    font-size: 16px;
    font-weight: 600;
    color: #27A99A;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 10px 0;
}

.footer-links a {
    text-decoration: none;
    font-size: 15px;
    color: #444;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #27A99A;
    padding-left: 4px;
}

/* ÍCONES SOCIAIS */
.footer-social a {
    font-size: 26px;
    margin: 0 12px;
    color: #27A99A;
    transition: 0.25s ease;
}

.footer-social a:hover {
    transform: translateY(-4px);
    opacity: 0.8;
}

/* RODAPÉ INFERIOR */
.footer-bottom {
    text-align: center;
    margin-top: 45px;
    font-size: 14px;
    color: #777;
}

/* MOBILE */
@media (max-width: 768px) {
    .footer-wrapper {
        gap: 40px;
    }

    .footer-col {
        max-width: 100%;
    }
}
