/**
 * Aanchal Fashions Legal Footer Styles (D2C Apparel)
 * BEM naming: .aanchal-legal-footer__{section}
 */

.aanchal-legal-footer {
    background: #14352a;
    color: #f5f5f5;
    padding: 40px 24px 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.aanchal-legal-footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.aanchal-legal-footer__brand {
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.aanchal-legal-footer__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 0;
    margin-bottom: 24px;
}

.aanchal-legal-footer__link {
    color: #f5f5f5;
    text-decoration: none;
    transition: color 0.15s ease;
    padding: 0 4px;
}

.aanchal-legal-footer__link:hover,
.aanchal-legal-footer__link:focus {
    color: #d4a373;
    text-decoration: underline;
}

.aanchal-legal-footer__link--prominent {
    font-weight: 600;
}

.aanchal-legal-footer__separator {
    color: #6f8a7e;
    margin: 0 6px;
    user-select: none;
}

.aanchal-legal-footer__company-block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #2a4a3d;
}

.aanchal-legal-footer__company {
    color: #cccccc;
    font-size: 12px;
}

.aanchal-legal-footer__address {
    color: #9fb3a9;
    font-size: 12px;
    margin-top: 6px;
}

.aanchal-legal-footer__vat {
    color: #9fb3a9;
    font-size: 12px;
    margin-top: 6px;
}

.aanchal-legal-footer__contact {
    color: #cccccc;
    font-size: 12px;
    margin-top: 14px;
}

.aanchal-legal-footer__contact a {
    color: #cccccc;
    text-decoration: underline;
}

.aanchal-legal-footer__contact a:hover {
    color: #d4a373;
}

@media (max-width: 768px) {
    .aanchal-legal-footer {
        padding: 32px 16px 24px;
    }
    .aanchal-legal-footer__nav {
        flex-direction: column;
        gap: 8px;
    }
    .aanchal-legal-footer__separator {
        display: none;
    }
    .aanchal-legal-footer__link {
        font-size: 13px;
        padding: 4px 0;
    }
}

/* Hide Astra default copyright bar to avoid duplication */
.ast-below-footer-section,
.footer-sml-section-1,
.ast-small-footer,
.ast-small-footer-section,
.site-below-footer-wrap,
.site-footer .ast-small-footer-wrap,
footer .ast-small-footer {
    display: none !important;
}
