body {
    background: #fff;
    color: #333;
    font-family: 'Inter', sans-serif;
    line-height: 1.8;
}

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

h1 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #111;
}

h2 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #111;
}

p {
    margin-bottom: 20px;
}

.back-home {
    display: inline-block;
    margin-bottom: 40px;
    color: #8a2be2;
    text-decoration: none;
    font-weight: 600;
}
