.legal-page-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 150px 0 0;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}

.legal-page-header h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    background: linear-gradient(90deg, #1a1a1a 0%, #4a4a4a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.legal-page-header .last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 30px;
}

.legal-content-section {
    padding: 60px 0;
    line-height: 1.8;
    color: #333;
    font-family: 'Inter', sans-serif;
}

.legal-content-section h2, 
.legal-content-section h3, 
.legal-content-section h4 {
    font-family: 'Outfit', sans-serif;
    color: #000;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-content-section h2 {
    font-size: 1.5rem;
    border-bottom: 2px solid #ff6600; /* Primary orange brand color */
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.legal-content-section p {
    margin-bottom: 20px;
}

.legal-content-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-content-section ul li {
    margin-bottom: 10px;
}

.legal-content-section a {
    color: #ff6600;
    text-decoration: none;
    font-weight: 500;
}

.legal-content-section a:hover {
    text-decoration: underline;
}

.legal-illustration {
    text-align: center;
    margin-bottom: 40px;
}

.legal-illustration img {
    max-width: 80px;
    height: auto;
}

@media (max-width: 768px) {
    .legal-illustration {
    margin-bottom: 0;
}
    .legal-page-header {
        padding: 120px 15px 60px;
    }
    .legal-page-header h1 {
        font-size: 2.2rem;
    }
    .legal-content-section {
        padding: 40px 15px;
    }
}
