.legal-hero {
    background: linear-gradient(135deg, #050505 0%, #1a1a1a 60%, #2d2d2d 100%);
    color: #ffffff;
    padding: 4.5rem 0;
    text-align: center;
}

.legal-hero-title {
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.18rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #ffffff;
}

.legal-hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 720px;
    margin: 0.5rem auto 0;
}

.legal-content-wrapper {
    position: relative;
    top: -60px;
    margin-bottom: -60px;
}

.legal-content {
    background: #efede7;
    border-radius: 20px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
    padding: 3rem;
}

.legal-content .legal-notice {
    background: rgba(26, 29, 36, 0.08);
    border-left: 4px solid #1a1d24;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
    color: #1a1d24;
    font-weight: 600;
}

.legal-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #1f2937;
}

.legal-content h3,
.legal-content h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #1a1d24;
}

.legal-content p {
    color: #4c4f57;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.legal-content a {
    color: #2563eb;
    text-decoration: underline;
}

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

@media (max-width: 768px) {
    .legal-hero {
        padding: 3.5rem 0;
    }

    .legal-content {
        padding: 2.25rem 1.5rem;
    }

    .legal-content-wrapper {
        top: -40px;
        margin-bottom: -40px;
    }
}
