.legal-container {
    max-width: 900px;
    margin: 80px auto;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.legal-header {
    text-align: right;
    margin-bottom: 50px;
}

.legal-header .brand-logo-wrapper {
    text-align: right !important;
}

.legal-header h1 {
    font-weight: 900;
    color: #2d3748;
    margin-bottom: 15px;
}

.legal-header p {
    color: #718096;
}

.legal-content {
    text-align: right;
}

.legal-content h2 {
    color: #4a5568;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.5rem;
    border-right: 4px solid #667eea;
    padding-right: 15px;
}

.legal-content p, .legal-content li {
    color: #4a5568;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.legal-content ul {
    padding-right: 25px;
    margin-bottom: 25px;
}

.legal-footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.btn-back-home {
    display: inline-block;
    color: #667eea;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.btn-back-home:hover {
    color: #764ba2;
    transform: translateX(-5px);
}

@media (max-width: 768px) {
    .legal-container {
        margin: 40px 15px;
        padding: 25px;
    }
}
