/* Legal Pages Styles */

.page.legal {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .page.legal {
        padding-top: 80px;
    }
}

.legal-intro {
    margin-bottom: 60px;
}

.legal-intro h1 {
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .legal-intro h1 {
        font-size: 1.75rem;
    }
}

.legal-intro .last-updated {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5);
}

.legal-content {
    margin-bottom: 80px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-section p,
.legal-section li {
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.legal-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.legal-section li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.legal-section li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: rgba(255, 255, 255, 0.5);
}

.legal-section a {
    color: #fff;
    text-decoration: none;
}

.legal-section a:hover {
    opacity: 0.7;
}

.legal-contact {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    margin-top: 40px;
}

.legal-contact h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.legal-contact p {
    margin-bottom: 0;
}

.legal-contact a {
    color: #D8B184 !important;
    text-decoration: none;
}

.legal-contact a:hover {
    opacity: 0.8;
}
