body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    margin: 0;
    padding: 40px 20px;
    background: #fff;
    color: #222;
    line-height: 1.5;
}

.wrap {
    max-width: 560px;
    margin: 0 auto;
}

footer {
    margin-top: 2rem;
    font-size: 0.85rem;
    color: #777;
    text-align: center;
}

.siret-box {
    text-align: center;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #0056b3;
}

.siret-box p {
    margin: 0;
    text-decoration: underline;
}

.info-box {
    text-align: center;
    margin-top: 2rem;
}