.legal-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.back-btn {
    display: inline-block;
    margin-bottom: 30px;
    color: #668d8a;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
}

.back-btn:hover {
    color: #56716e;
}

.legal-content {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.legal-content h1 {
    color: #3e4d4e;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
}

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

.legal-content h2 {
    color: #668d8a;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 400;
}

.legal-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.legal-content ul {
    color: #555;
    line-height: 1.8;
    margin-left: 20px;
}

.legal-content ol {
    color: #555;
    line-height: 1.8;
    margin-left: 20px;
}

@media (max-width: 768px) {
    .legal-content {
        padding: 20px;
    }

    .legal-content h1 {
        font-size: 1.8rem;
    }

    .legal-content h2 {
        font-size: 1.2rem;
    }
}
