/* /Components/Layout/MainLayout.razor.rz.scp.css */
:global(body)[b-e1cj9uopyv] {
    margin: 0;
    font-family: "Outfit", "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
    color: #0f1628;
    background-color: #050b1d;
}

:global(a)[b-e1cj9uopyv] {
    color: inherit;
    text-decoration: none;
}

.page-shell[b-e1cj9uopyv] {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.container[b-e1cj9uopyv] {
    width: min(1180px, 100% - 2rem);
    margin: 0 auto;
}

.top-bar[b-e1cj9uopyv] {
    /*background: #0a1028;*/
    background: #8f008f;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: #dce6ff;
    font-size: 0.95rem;
}

.top-bar-content[b-e1cj9uopyv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem 0;
    gap: 1rem;
}

.top-bar-spacer[b-e1cj9uopyv] {
    flex: 1;
}

.top-bar-links[b-e1cj9uopyv] {
    display: flex;
    gap: 1.1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.top-bar a[b-e1cj9uopyv] { color: #dce6ff; }
.top-bar .contact[b-e1cj9uopyv] { font-weight: 700; }

.site-header[b-e1cj9uopyv] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 16, 40, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav-shell[b-e1cj9uopyv] {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    padding: 0.85rem 0;
}

.brand img[b-e1cj9uopyv] {
    height: 44px;
    width: auto;
}

.site-nav[b-e1cj9uopyv] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f5f7ff;
}

.site-nav a[b-e1cj9uopyv],
.site-nav .cta[b-e1cj9uopyv],
.site-nav .btn[b-e1cj9uopyv] {
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.site-nav a.active[b-e1cj9uopyv] {
    color: #ffb4f3;
    background: rgba(255, 180, 243, 0.12);
}

.site-nav .btn.ghost[b-e1cj9uopyv] {
    border: 1px solid rgba(255,255,255,0.3);
    color: #f5f7ff;
}

.site-nav .cta[b-e1cj9uopyv] {
    background: linear-gradient(135deg, #2b4b9b, #a6539b);
    color: #fff;
    padding: 0.45rem 0.95rem;
    box-shadow: 0 10px 20px rgba(43, 75, 155, 0.35);
}

.nav-divider[b-e1cj9uopyv] {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,0.12);
}

.nav-social[b-e1cj9uopyv] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.nav-social svg path[b-e1cj9uopyv] { fill: #f5f7ff; }

.menu-toggle[b-e1cj9uopyv] {
    display: none;
    width: 44px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    background: transparent;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.menu-toggle span[b-e1cj9uopyv] {
    display: block;
    height: 2px;
    width: 100%;
    background: #f5f7ff;
}

@media (max-width: 1024px) {
    .nav-shell[b-e1cj9uopyv] {
        grid-template-columns: auto auto auto;
    }

    .nav-social[b-e1cj9uopyv] { display: none; }
}

@media (max-width: 900px) {
    .site-nav[b-e1cj9uopyv] {
        position: absolute;
        right: 1rem;
        top: 86px;
        flex-direction: column;
        align-items: flex-start;
        background: #0a1028;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        padding: 1rem;
        box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
        display: none;
        min-width: 240px;
    }

    .site-nav[data-open="True"][b-e1cj9uopyv] {
        display: flex;
    }

    .menu-toggle[b-e1cj9uopyv] {
        display: inline-flex;
        justify-self: end;
    }
}

.site-footer[b-e1cj9uopyv] {
    background: #060e28;
    color: #dce6ff;
    padding: 3rem 0 1.5rem;
    margin-top: 3rem;
}

.footer-grid[b-e1cj9uopyv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.footer-logo[b-e1cj9uopyv] {
    height: 44px;
    margin-bottom: 0.8rem;
}

.site-footer h4[b-e1cj9uopyv] {
    margin-top: 0;
    margin-bottom: 0.6rem;
}

.site-footer ul[b-e1cj9uopyv] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.35rem;
}

.site-footer a[b-e1cj9uopyv] {
    color: #f4f6ff;
}

.footer-contact p[b-e1cj9uopyv] { margin: 0.2rem 0; }

.footer-bottom[b-e1cj9uopyv] {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 1.5rem;
    padding-top: 1rem;
    font-size: 0.95rem;
}

.footer-bottom .container[b-e1cj9uopyv] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bullet[b-e1cj9uopyv] { opacity: 0.6; }

#blazor-error-ui[b-e1cj9uopyv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-e1cj9uopyv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/About.razor.rz.scp.css */
.about-grid[b-fbmo5jmcju] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    align-items: center;
}

.photo-block img[b-fbmo5jmcju] {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.pill-list[b-fbmo5jmcju] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-grid[b-r4px6qkonr] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.4rem;
    align-items: start;
}

.form-card[b-r4px6qkonr] {
    background: #fff;
    border: 1px solid rgba(15, 22, 40, 0.08);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.field[b-r4px6qkonr] {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.75rem;
}

.field input[b-r4px6qkonr],
.field textarea[b-r4px6qkonr] {
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(15, 22, 40, 0.14);
    font: inherit;
}

button.primary[b-r4px6qkonr] {
    background: #0b6bcb;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.65rem 1rem;
    font-weight: 700;
    cursor: pointer;
}

.success[b-r4px6qkonr] {
    background: #e9f7ec;
    color: #1b5633;
    border: 1px solid #b9e1c7;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}
/* /Components/Pages/Faq.razor.rz.scp.css */
.faq-list[b-fg2rh3acdr] {
    display: grid;
    gap: 0.8rem;
}

.faq-list details[b-fg2rh3acdr] {
    border: 1px solid rgba(15, 22, 40, 0.08);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    background: #fff;
}

.faq-list summary[b-fg2rh3acdr] {
    cursor: pointer;
    font-weight: 700;
}

.faq-list p[b-fg2rh3acdr] {
    margin: 0.6rem 0 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ===== HOME - pass audacieux (scoped a la page d'accueil). Complete la DA. ===== */

/* --- HERO : accent du H1 en degrade de marque --- */
.section-accueil h1 span[b-grjifgmj3d] {
    background: linear-gradient(90deg, #2B4B9B, #A6539B) !important;
    border-radius: 6px;
    box-shadow: 0 6px 24px rgba(166, 83, 155, .40);
}

/* --- CARTES MEET+ : borde degrade anime + reaction au survol --- */
@keyframes mpBorderFlow-b-grjifgmj3d { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
.solution .solution-card-warp[b-grjifgmj3d] {
    background-size: 220% 220%;
    animation: mpBorderFlow-b-grjifgmj3d 9s linear infinite alternate;
    transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s ease;
    will-change: transform;
}
.solution .solution-card-warp:hover[b-grjifgmj3d] {
    transform: translateY(-10px);
    box-shadow: 0 22px 55px rgba(166, 83, 155, .40);
    animation-duration: 3s;
}
.solution .solution-card-warp:hover .content-card h3[b-grjifgmj3d] { text-shadow: 0 0 24px rgba(255, 153, 255, .65); }
.solution .solution-card-warp .link-card .btn-light[b-grjifgmj3d] { transition: transform .2s ease, box-shadow .2s ease; }
.solution .solution-card-warp:hover .link-card .btn-light[b-grjifgmj3d] { transform: translateY(-2px) scale(1.04); box-shadow: 0 8px 22px rgba(43, 75, 155, .45); }

/* --- APPARITION AU DEFILEMENT (si non supporte : tout reste visible) --- */
@keyframes mpReveal-b-grjifgmj3d { from { opacity: 0; transform: translateY(38px); } to { opacity: 1; transform: translateY(0); } }
@supports (animation-timeline: view()) {
    .solution .title[b-grjifgmj3d], .usage .title[b-grjifgmj3d], .usage .usage-card[b-grjifgmj3d], .securite h2[b-grjifgmj3d] {
        animation: mpReveal-b-grjifgmj3d linear both;
        animation-timeline: view();
        animation-range: entry 0% entry 60%;
    }
}

/* --- FAQ premium : cartes degradees, filet de marque, pastille +/- --- */
.mp-faq[b-grjifgmj3d] { max-width: 880px; margin: 36px auto 0; }
.mp-faq details[b-grjifgmj3d] {
    position: relative;
    border: 1px solid rgba(166, 83, 155, .30);
    border-radius: 14px;
    margin-bottom: 14px;
    background: linear-gradient(160deg, rgba(43, 75, 155, .16), rgba(166, 83, 155, .08));
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease;
}
.mp-faq details[b-grjifgmj3d]::before {
    content: "";
    position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
    background: linear-gradient(180deg, #2B4B9B, #A6539B);
    opacity: .65;
}
.mp-faq details:hover[b-grjifgmj3d] { border-color: rgba(166, 83, 155, .60); box-shadow: 0 14px 34px rgba(166, 83, 155, .18); }
.mp-faq summary[b-grjifgmj3d] {
    color: #e4ebf9; font-weight: 600; font-size: 1.08rem; cursor: pointer; list-style: none;
    display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 24px;
}
.mp-faq summary[b-grjifgmj3d]::-webkit-details-marker { display: none; }
.mp-faq summary[b-grjifgmj3d]::after {
    content: "+"; flex: 0 0 auto; width: 28px; height: 28px;
    display: grid; place-items: center; border-radius: 50%;
    background: linear-gradient(135deg, #2B4B9B, #A6539B);
    color: #fff; font-weight: 700; font-size: 1.15rem; line-height: 1;
    transition: transform .25s ease;
}
.mp-faq details[open] summary[b-grjifgmj3d] { color: #ff99ff; }
.mp-faq details[open] summary[b-grjifgmj3d]::after { content: "-"; transform: rotate(180deg); }
.mp-faq p[b-grjifgmj3d] { color: #cfd6e6; margin: 0; padding: 0 24px 20px; line-height: 1.7; animation: mpFaqIn-b-grjifgmj3d .3s ease; }
@keyframes mpFaqIn-b-grjifgmj3d { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
/* /Components/Pages/Magazine/Magazine.razor.rz.scp.css */
.filter-row[b-1oz00stik8] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.chip[b-1oz00stik8] {
    border: 1px solid rgba(15, 22, 40, 0.15);
    background: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    cursor: pointer;
    font-weight: 600;
}

.chip.active[b-1oz00stik8] {
    background: #0b6bcb;
    color: #fff;
    border-color: #0b6bcb;
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.page-hero[b-hhsywu0r8c] {
    background-size: cover;
    background-position: center;
    color: #f7f7ff;
    padding: clamp(3rem, 6vw, 5.5rem) 1.5rem;
    position: relative;
    overflow: hidden;
}

.page-hero__content[b-hhsywu0r8c] {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.page-hero h1[b-hhsywu0r8c] {
    font-size: clamp(2.4rem, 4vw, 3.25rem);
    margin: 0;
}

.page-hero p[b-hhsywu0r8c] {
    font-size: 1.1rem;
    max-width: 720px;
    margin: 0;
    color: #e4e7ff;
}

.badge[b-hhsywu0r8c] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.8rem;
}
