
/* === LEGAL & FOOTER UPGRADES v2.1 === */

/* Page Background */
.legal-page { 
    background-color: var(--background, #fff);
}

/* Premium Hero (v2.1) */
.legal-page__hero { 
    background-color: var(--ink, #121109);
    background-image: 
        linear-gradient(rgba(201, 162, 39, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 162, 39, 0.08) 1px, transparent 1px);
    background-size: 96px 96px;
    padding: 10rem 0 6rem; 
    border-bottom: 2px solid var(--gold, #C9A227);
    position: relative;
    overflow: hidden;
}

/* Decorative Ghost Typography */
.legal-page__hero::after {
    content: "LG";
    position: absolute;
    right: -2rem;
    bottom: -4rem;
    font-family: 'Syne', sans-serif;
    font-size: 20rem;
    font-weight: 800;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(201, 162, 39, 0.04);
    color: transparent;
    pointer-events: none;
    z-index: 0;
}

.legal-page__hero .container {
    position: relative;
    z-index: 1;
}

.legal-page__label { 
    color: var(--gold, #C9A227); 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.25em; 
    font-size: 0.75rem; 
    margin-bottom: 1.5rem; 
    display: block;
    font-family: 'Instrument Sans', sans-serif;
}

.legal-page__title { 
    font-family: 'Syne', sans-serif;
    font-size: clamp(3rem, 6vw, 5rem); 
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.04em;
    color: var(--cream, #F4F0E6);
    margin: 0 0 1.5rem;
}

.legal-page__meta { 
    color: var(--stone, #7D7563); 
    font-size: 0.875rem; 
    font-weight: 500;
}

/* Body Content */
.legal-page__body { 
    padding: 6rem 0; 
    max-width: 850px; 
    margin: 0 auto; 
    color: var(--ink, #121109);
}

.legal-section { 
    margin-bottom: 4rem; 
}

.legal-section h2 { 
    font-family: 'Syne', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 2rem; 
    color: var(--ink, #121109); 
    letter-spacing: -0.02em;
}

.legal-section h3 { 
    font-size: 1.25rem;
    font-weight: 700;
    margin: 2.5rem 0 1rem; 
    color: var(--ink, #121109); 
}

.legal-section p, .legal-section ul { 
    margin-bottom: 1.5rem; 
    color: #333; 
    line-height: 1.8; 
    font-size: 1.0625rem;
}

.legal-section ul { 
    padding-left: 1.5rem; 
}

.legal-section li { 
    margin-bottom: 0.75rem; 
}

.legal-section a {
    color: var(--gold, #C9A227);
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 600;
}

/* Footer Bottom Bar */
/* Premium Tiered Footer Hierarchy */
.footer__mid-bar {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    text-align: center;
    margin-top: 0;
}

.footer__tagline {
    color: var(--gold, #C9A227);
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin: 0;
    font-family: 'Instrument Sans', sans-serif;
}

.footer__bottom { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 2.5rem 0; 
    gap: 2rem;
}

.footer__copyright {
    color: var(--stone, #5A564A);
    font-size: 0.75rem;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.footer__legal-links { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    display: flex; 
    align-items: center; 
    gap: 1.25rem; 
}

.footer__legal-links li { 
    font-size: 0.75rem; 
    color: var(--stone, #5A564A);
    display: flex;
    align-items: center;
}

.footer__legal-links a, .footer__cookie-btn { 
    color: var(--stone, #5A564A); 
    text-decoration: none; 
    font-size: 0.75rem; 
    font-weight: 500;
    transition: all 0.2s ease; 
    background: none; 
    border: none; 
    padding: 0; 
    cursor: pointer; 
    font-family: inherit; 
}

.footer__legal-links a:hover, .footer__cookie-btn:hover { 
    color: var(--gold, #C9A227); 
}

.footer__legal-links li + li::before { 
    content: ""; 
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(201, 162, 39, 0.2);
    margin-right: 1.25rem;
}

@media (max-width: 1024px) {
    .footer__bottom {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
        padding: 3rem 0;
    }
    .footer__legal-links {
        justify-content: center;
    }
}

/* === COOKIE BANNER BRANDING (COMPLIANZ) === */
.cmplz-cookiebanner { background: rgba(18, 17, 9, 0.95) !important; backdrop-filter: blur(12px) !important; -webkit-backdrop-filter: blur(12px) !important; border-top: 2px solid var(--gold, #C9A227) !important; box-shadow: 0 -10px 40px rgba(0,0,0,0.5) !important; padding: 2rem !important; border-radius: 12px 12px 0 0 !important; }
.cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-category { color: var(--cream, #F4F0E6) !important; font-size: 0.9375rem !important; line-height: 1.6 !important; }
.cmplz-cookiebanner a { color: var(--gold, #C9A227) !important; text-decoration: underline !important; }
.cmplz-btn.cmplz-accept { background-color: var(--gold, #C9A227) !important; color: var(--ink, #121109) !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; border-radius: 4px !important; border: none !important; padding: 0.75rem 2rem !important; transition: all 0.2s ease !important; }
.cmplz-btn.cmplz-accept:hover { background-color: var(--gold-dark, #A8861F) !important; transform: translateY(-2px) !important; }
.cmplz-btn.cmplz-deny, .cmplz-btn.cmplz-view-preferences, .cmplz-btn.cmplz-save-settings { background: transparent !important; color: var(--cream, #F4F0E6) !important; border: 1px solid rgba(244, 240, 230, 0.2) !important; border-radius: 4px !important; font-weight: 600 !important; padding: 0.75rem 1.5rem !important; }
.cmplz-btn.cmplz-deny:hover, .cmplz-btn.cmplz-view-preferences:hover { border-color: var(--gold, #C9A227) !important; color: var(--gold, #C9A227) !important; }
#cmplz-manage-consent .cmplz-manage-consent { background: var(--ink, #121109) !important; color: var(--gold, #C9A227) !important; border: 1px solid var(--gold, #C9A227) !important; border-radius: 4px 4px 0 0 !important; font-weight: 700 !important; }

/* Fix Banner Visibility Regressions */
.cmplz-cookiebanner .cmplz-title { color: var(--cream, #F4F0E6) !important; }
.cmplz-cookiebanner .cmplz-close { color: var(--cream, #F4F0E6) !important; opacity: 1 !important; }
#cmplz-manage-consent .cmplz-manage-consent { color: var(--cream, #F4F0E6) !important; }
