.legal-page-wrapper {
    padding: 120px 0 60px;
    background: #fff;
    min-height: calc(100vh - 200px);
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 0;
}

.page-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px solid #13b629;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.last-updated {
    color: #666;
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.legal-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.legal-text h2 {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 40px 0 20px 0;
    border-left: 4px solid #13b629;
    padding-left: 15px;
}

.legal-text h2:first-child {
    margin-top: 0;
}

.legal-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1b2a41;
    margin: 30px 0 15px 0;
}

.legal-text p {
    margin-bottom: 20px;
    text-align: justify;
}

.legal-text ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-text li {
    margin-bottom: 8px;
    color: #333;
}

.legal-text strong {
    color: #13b629;
    font-weight: 600;
}

@media (max-width: 767px) {
    .legal-page-wrapper {
        padding: 100px 0 40px;
    }
    
    .legal-content {
        padding: 0 10px;
    }
    
    .page-header h1 {
        font-size: 32px;
    }
    
    .legal-text {
        font-size: 15px;
    }
    
    .legal-text h2 {
        font-size: 24px;
        margin: 30px 0 15px 0;
    }
    
    .legal-text h3 {
        font-size: 20px;
        margin: 25px 0 12px 0;
    }
    
    .legal-text ul {
        padding-left: 25px;
    }
}

@media (max-width: 480px) {
    .legal-page-wrapper {
        padding: 90px 0 30px;
    }
    
    .page-header h1 {
        font-size: 28px;
    }
    
    .last-updated {
        font-size: 14px;
    }
    
    .legal-text {
        font-size: 14px;
    }
    
    .legal-text h2 {
        font-size: 22px;
        padding-left: 12px;
    }
    
    .legal-text h3 {
        font-size: 18px;
    }
}

.legal-page-wrapper {
    padding: 120px 0 60px;
    background: #fff;
    min-height: calc(100vh - 200px);
}

.site-header {
    background: #1b2a41;
    position: relative;
    padding: 20px 0;
}

.site-logo img {
    filter: brightness(0) invert(1);
}

.site-menu-toggle span {
    background: #fff;
}

.menu-open .site-menu-toggle span {
    background: #000000;
}