.legal-hero {
    background: linear-gradient(135deg, #0f1b2d 0%, #16294a 60%, #1d3557 100%);
    color: #fff;
    padding: 70px 0 50px;
    text-align: center;
}

.legal-hero h1 {
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

.legal-hero p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.legal-content {
    padding: 50px 0 80px;
    color: #3a4250;
}

.legal-content .lead {
    font-size: 1.05rem;
    color: #5a6372;
}

.legal-content section {
    margin-top: 34px;
}

.legal-content h2 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f1b2d;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e6e9ef;
}

.legal-content p {
    line-height: 1.7;
}

.legal-content ul {
    padding-left: 20px;
    line-height: 1.9;
}

.legal-content a {
    color: #1d3557;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #c9971e;
}
