/* /Components/Home/Contact.razor.rz.scp.css */
.status-ok[b-2h7874iriw] {
    color: green;
    text-align: center;
}
.status-ko[b-2h7874iriw] {
    color: red;
    text-align: center;
}
/* /Pages/PackZen.razor.rz.scp.css */
.services[b-kpn4dkvr9x],.tarifs[b-kpn4dkvr9x] {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
}

.pack-zen[b-kpn4dkvr9x] {
    height: 100vh; /* pour laisser un petit espace en bas */
    background: url('https://images.unsplash.com/photo-1522199710521-72d69614c702?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat !important;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .pack-zen[b-kpn4dkvr9x]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .pack-zen h1[b-kpn4dkvr9x], .pack-zen p[b-kpn4dkvr9x], .pack-zen a[b-kpn4dkvr9x] {
        z-index: 2;
        position: relative;
        color: white;
    }

.tarif[b-kpn4dkvr9x] {
    background: white;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pack-details[b-kpn4dkvr9x] {
    background: #fff;
    padding: 40px;
    margin-top: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

    .pack-details ul[b-kpn4dkvr9x] {
        list-style: none;
        padding: 0;
    }

    .pack-details li[b-kpn4dkvr9x] {
        margin: 10px 0;
        padding-left: 1.5em;
        position: relative;
    }

        .pack-details li[b-kpn4dkvr9x]::before {
            content: "✔";
            position: absolute;
            left: 0;
            color: #28a745;
        }
