/* Seção Sobre Nós */
#sobre-nos .card {
    min-height: 500px;
}

#sobre-nos h2 {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

#sobre-nos .accordion-button {
    padding: 1rem;
    font-weight: 500;
    border-radius: 8px !important;
    box-shadow: none !important;
}

#sobre-nos .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

/* Seção Base Operacional */
#base-operacional .feature-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

#base-operacional .card {
    transition: transform 0.3s ease;
}

#base-operacional .card:hover {
    transform: translateY(-5px);
}

/* Seção Contato */
#contato .icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
}

#contato .contact-option {
    transition: all 0.3s ease;
}

#contato .contact-option:hover {
    transform: translateY(-3px);
}

/* Footer */
#footer .footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    color: var(--bs-primary);
}

/* (table refinements removed — using default table styles) */

#footer .footer-links li {
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

#footer .social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

#footer .footer-payments i {
    font-size: 24px;
    color: rgba(255,255,255,0.8);
    transition: all 0.3s ease;
}
