.legal-page {
    padding-bottom: 80px;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.legal-hero {
    min-height: 60vh !important;
    padding-top: 140px !important;
    padding-bottom: 60px !important;
}

.legal-hero .hero-main-logo {
    width: 120px !important;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.legal-content-section {
    margin-top: -60px;
    position: relative;
    z-index: 10;
    padding-bottom: 80px;
}

.legal-content {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.legal-content h2 {
    color: #FFCA04;
    font-family: 'Syne', sans-serif;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-content {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p {
    margin-bottom: 15px;
}

.legal-content ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.legal-content li {
    margin-bottom: 8px;
    position: relative;
    list-style: none;
}

.legal-content li::before {
    content: "•";
    color: #FFCA04;
    position: absolute;
    left: -20px;
    font-weight: bold;
}

.legal-content strong {
    color: #fff;
    font-weight: 600;
}

.legal-last-updated {
    display: block;
    margin-top: 40px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

@media (max-width: 768px) {
    .legal-hero {
        min-height: 50vh !important;
        padding-top: 120px !important;
    }
    
    .legal-content {
        padding: 25px;
    }
    
    .legal-content-section {
        margin-top: -40px;
    }
}
