/* ========================================
   Footer Styles - LAMA Minimal Design
   White background, clean typography
   ======================================== */

.site-footer {
    background: #fff !important;
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0;
    border-top: 1px solid #e5e5e5;
}

.site-footer,
.site-footer p,
.site-footer span,
.site-footer li,
.site-footer div {
    color: #000 !important;
}

.site-footer a {
    color: #000 !important;
    text-decoration: none !important;
    transition: opacity 0.2s;
}

.site-footer a:hover {
    opacity: 0.6;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #000 !important;
}

/* Main Footer Section */
.footer-main {
    padding: 50px 0 30px;
}

.footer-main::before {
    display: none;
}

/* Footer Title */
.footer-title {
    font-size: 0.7rem;
    font-weight: 600;
    color: #000 !important;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    position: relative;
}

.footer-title::after {
    display: none;
}

/* Footer Links (flat list, no bullets) */
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links a {
    font-size: 0.75rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #000 !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

.footer-links a::before {
    display: none;
}

.footer-links a:hover {
    opacity: 0.6;
    padding-left: 0;
}

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

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Newsletter Input - LAMA style */
.footer-newsletter-input {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.footer-newsletter-input input {
    flex: 1;
    background: none;
    border: none;
    padding: 8px 0;
    font-size: 0.75rem;
    letter-spacing: 1px;
    color: #000;
    outline: none;
}

.footer-newsletter-input input::placeholder {
    color: #999;
    text-transform: none;
}

.footer-newsletter-input button {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 8px;
    font-size: 0.85rem;
}

.footer-newsletter-input button img {
    width: 14px;
    height: 14px;
}

/* Social Media Icons */
.footer-social {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    background: none !important;
    border: none !important;
    border-radius: 0;
    color: #000 !important;
    font-size: 1.1rem;
    transition: opacity 0.2s;
}

.footer-social a:hover {
    background: none !important;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.footer-social a img {
    width: 20px;
    height: 20px;
}

/* Contact Info */
.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-contact-info a {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-decoration: underline !important;
}

.footer-contact-info p {
    font-size: 0.75rem;
    margin: 0;
    color: #666 !important;
    letter-spacing: 0.5px;
}

/* Legacy contact list support */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px;
    font-size: 0.8rem;
}

.contact-list li i {
    color: #000 !important;
    font-size: 0.9rem;
    margin-top: 2px;
}

.contact-list li a,
.contact-list li span {
    color: #000 !important;
}

/* Newsletter Section (legacy) */
.footer-newsletter {
    margin-top: 15px;
}

.footer-newsletter h5 {
    font-size: 0.7rem;
    color: #000 !important;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.newsletter-form .input-group {
    border-radius: 0;
    overflow: hidden;
}

.newsletter-form .form-control {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 8px 0;
    font-size: 0.8rem;
    color: #000;
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form .form-control:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
}

.btn-newsletter {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 600;
    transition: opacity 0.2s;
}

.btn-newsletter:hover {
    background: #333;
    color: #fff;
}

/* Footer Bottom */
.footer-bottom {
    background: transparent;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.copyright {
    margin: 0;
    font-size: 0.7rem;
    color: #999 !important;
    letter-spacing: 1px;
}

.copyright strong {
    color: #000 !important;
    font-weight: 400;
}

/* Payment Methods (hidden in LAMA style) */
.payment-methods {
    display: none;
}

/* Mobile footer hidden on desktop, desktop hidden on mobile */
.footer-mobile {
    display: none;
}

/* ========================================
   Responsive Styles
   ======================================== */

@media (max-width: 991px) {
    .footer-main {
        padding: 40px 0 20px;
    }
}

@media (max-width: 767px) {
    .footer-main {
        padding: 30px 0 15px;
    }

    /* Hide desktop footer, show mobile */
    .footer-desktop {
        display: none !important;
    }

    .footer-mobile {
        display: block;
    }

    /* Mobile links: centered vertical list */
    .footer-mobile-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .footer-mobile-links a {
        font-size: 0.8rem;
        font-weight: 400;
        letter-spacing: 1px;
        color: #333 !important;
        text-decoration: none !important;
    }

    /* Accordion sections */
    .footer-accordion {
        border-bottom: 1px solid #e5e5e5;
    }

    .footer-accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 18px 15px;
        background: none;
        border: none;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #000;
        cursor: pointer;
        gap: 8px;
    }

    .footer-accordion-toggle i,
    .footer-accordion-toggle img {
        font-size: 0.7rem;
        width: 12px;
        height: 12px;
        transition: transform 0.3s;
    }

    .footer-accordion.open .footer-accordion-toggle i,
    .footer-accordion.open .footer-accordion-toggle img {
        transform: rotate(180deg);
    }

    .footer-accordion-content {
        display: none;
        padding: 0 15px 18px;
        text-align: center;
    }

    .footer-accordion.open .footer-accordion-content {
        display: block;
    }

    .footer-accordion-content a {
        display: block;
        font-size: 0.75rem;
        margin-bottom: 6px;
        text-decoration: underline !important;
    }

    .footer-accordion-content p {
        font-size: 0.75rem;
        margin: 4px 0;
        color: #666 !important;
    }

    .footer-accordion-content .footer-social {
        justify-content: center;
        margin-top: 10px;
    }

    .footer-accordion-content .footer-newsletter-input {
        max-width: 250px;
        margin: 0 auto 10px;
    }

    .footer-bottom {
        padding: 15px 0;
    }
}
