/* ============================================================
   LEGAL PAGES (Privacy Policy & TERMS)
   ============================================================ */
.legal-page {
    padding: 80px 0;
    background-color: #FAFAFA;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

.legal-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    color: #1a1a1a;
    margin: 40px 0 20px;
    border-bottom: 2px solid #D4AF37;
    display: inline-block;
    padding-bottom: 5px;
}

.legal-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #333;
    margin: 30px 0 15px;
}

.legal-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.legal-content ul, .legal-content ol {
    margin-bottom: 25px;
    padding-left: 20px;
}

.legal-content li {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 10px;
}

.legal-last-updated {
    font-size: 0.9rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    display: block;
    border-left: 3px solid #D4AF37;
    padding-left: 15px;
}

/* Page Header Mini */
.legal-header {
    background: #FDFBF7; /* Light luxury cream background */
    padding: 140px 0 100px;
    text-align: center;
    color: #1a1a1a;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(212,175,55,0.2);
}

.legal-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+CjxwYXRoIGQ9Ik0wIDZoNjB2MWgtNjB6bTAgMTBoNjB2MWgtNjB6bTAgMTBoNjB2MWgtNjB6bTAgMTBoNjB2MWgtNjB6bTAgMTBoNjB2MWgtNjB6bTAgMTBoNjB2MWgtNjB6IiBmaWxsPSIjZDRhZjM3IiBmaWxsLW9wYWNpdHk9IjAuMDgiLz4KPC9zdmc+');
    opacity: 0.5;
}

.legal-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
    color: #1a1a1a !important; /* Force visibility */
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    font-weight: 700;
}

.legal-header .subtitle {
    color: #B8962E;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.subtitle-line {
    width: 80px;
    height: 3px;
    background: #D4AF37;
    margin: 25px auto 0;
    position: relative;
    z-index: 1;
}

/* Sidebar Nav for long legal text */
.legal-sidebar {
    position: sticky;
    top: 120px;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.02);
}

.legal-sidebar h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-nav {
    list-style: none;
    padding: 0;
}

.legal-nav li {
    margin-bottom: 12px;
}

.legal-nav a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.legal-nav a:hover {
    color: #D4AF37;
    padding-left: 8px;
}

@media (max-width: 991px) {
    .legal-container {
        padding: 40px 20px;
    }
    .legal-header h1 {
        font-size: 2.5rem;
    }
}
