/* Depurarte Footer Styles - High Contrast & Pixel Perfect Match */

.depurarte-main-footer {
    background: #12031B !important;
    color: #F8F3E8 !important;
    font-family: var(--font-body, 'Montserrat', sans-serif);
    padding: 48px 0 36px 0;
    margin-top: 64px;
    border-top: 1px solid rgba(208, 167, 97, 0.25);
    width: 100%;
}

.depurarte-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* Top Trust Bar Section */
.depurarte-footer-trustbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(208, 167, 97, 0.25);
}

.depurarte-main-footer .depurarte-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #F8F3E8 !important;
    font-size: 14px;
    font-weight: 500;
}

.depurarte-main-footer .depurarte-trust-item span {
    color: #F8F3E8 !important;
    font-weight: 500;
}

.depurarte-main-footer .depurarte-trust-item svg {
    stroke: #EAD095 !important;
    color: #EAD095 !important;
    flex-shrink: 0;
}

/* 4 Columns Grid */
.depurarte-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 48px;
}

.depurarte-main-footer .depurarte-footer-logo {
    font-family: 'Cinzel Decorative', 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .25em;
    color: #F8F3E8 !important;
    margin-bottom: 16px;
}

.depurarte-main-footer .depurarte-footer-tagline {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(248, 243, 232, 0.88) !important;
    margin: 0;
    max-width: 34ch;
}

.depurarte-main-footer .depurarte-footer-heading {
    font-family: var(--font-body, 'Montserrat', sans-serif);
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #EAD095 !important;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.depurarte-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.depurarte-footer-links li {
    margin: 0;
    padding: 0;
}

.depurarte-main-footer .depurarte-footer-links a {
    font-size: 13px;
    color: rgba(248, 243, 232, 0.88) !important;
    text-decoration: none;
    transition: color 0.16s ease;
    display: inline-block;
}

.depurarte-main-footer .depurarte-footer-links a:hover,
.depurarte-main-footer .depurarte-footer-links a.is-highlight {
    color: #EAD095 !important;
}

/* Bottom Bar */
.depurarte-main-footer .depurarte-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 24px;
    border-top: 1px solid rgba(208, 167, 97, 0.25);
    font-size: 11px;
    letter-spacing: .1em;
    color: rgba(248, 243, 232, 0.75) !important;
}

.depurarte-payment-pills {
    display: flex;
    gap: 10px;
}

.depurarte-main-footer .depurarte-pill {
    padding: 5px 12px;
    border: 1px solid rgba(208, 167, 97, 0.45);
    border-radius: 6px;
    font-size: 10px;
    letter-spacing: .1em;
    color: #F8F3E8 !important;
    background: transparent;
}

/* Suppress Twenty Twenty-Five Theme Default Duplicate Footer */
.wp-site-blocks > footer:not(.depurarte-main-footer),
.wp-site-blocks > div > footer:not(.depurarte-main-footer),
.wp-block-template-part[data-slug*="footer"]:not(.depurarte-main-footer) {
    display: none !important;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .depurarte-footer-trustbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .depurarte-footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
