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

.footer {
    background-color: var(--primary-red);
    color: var(--white);
    padding: 26px 0;
    position: relative;
    margin-top: auto;
}

.footer-minimal {
    display: flex;
    justify-content: center;
}

.footer-instagram {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-instagram:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.footer-instagram-icon {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.footer-instagram-dot {
    fill: currentColor;
    stroke: none;
}
