/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0730wfy39j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0730wfy39j] {
    flex: 1;
}

.sidebar[b-0730wfy39j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0730wfy39j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0730wfy39j]  a, .top-row[b-0730wfy39j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0730wfy39j]  a:hover, .top-row[b-0730wfy39j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0730wfy39j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0730wfy39j] {
        justify-content: space-between;
    }

    .top-row[b-0730wfy39j]  a, .top-row[b-0730wfy39j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0730wfy39j] {
        flex-direction: row;
    }

    .sidebar[b-0730wfy39j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0730wfy39j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0730wfy39j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0730wfy39j], article[b-0730wfy39j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0730wfy39j] {
    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-0730wfy39j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f9khtgacqe] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-f9khtgacqe] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-f9khtgacqe] {
    min-height: 3.5rem;
    background-color: transparent;
}

.navbar-brand[b-f9khtgacqe] {
    font-size: 1.1rem;
}

.bi[b-f9khtgacqe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: 0;
    font-size: 1.1rem;
    vertical-align: middle;
}

.bi[b-f9khtgacqe]::before {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item[b-f9khtgacqe] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-f9khtgacqe] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-f9khtgacqe] {
        padding-bottom: 1rem;
    }

    .nav-item[b-f9khtgacqe]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-f9khtgacqe]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-f9khtgacqe]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-f9khtgacqe] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-f9khtgacqe] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-f9khtgacqe] {
        display: none;
    }

    .nav-scrollable[b-f9khtgacqe] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-page[b-k5ymu2hbld] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    color: #1a2540;
}

.public-header[b-k5ymu2hbld] {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #eef0f5;
}

.public-brand[b-k5ymu2hbld] {
    display: flex;
    align-items: center;
    color: #1a2540;
    font-weight: 700;
    font-size: 1.25rem;
}

.brand-mark[b-k5ymu2hbld] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 100%);
    color: #fff;
    margin-right: 0.6rem;
    font-size: 1.1rem;
}

.public-nav a[b-k5ymu2hbld] {
    margin: 0 0.9rem;
    color: #475068;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.public-nav a:hover[b-k5ymu2hbld] {
    color: #4f7cff;
}

.btn-login[b-k5ymu2hbld] {
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 100%);
    border: none;
}

.public-main[b-k5ymu2hbld] {
    flex: 1;
}

.public-footer[b-k5ymu2hbld] {
    background: #0e1730;
    color: #cbd2e2;
    margin-top: 4rem;
}

    .public-footer[b-k5ymu2hbld]  a {
        color: #cbd2e2;
        text-decoration: none;
    }

    .public-footer[b-k5ymu2hbld]  a:hover {
        color: #ffffff;
    }

.footer-title[b-k5ymu2hbld] {
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.public-footer hr[b-k5ymu2hbld] {
    border-color: #1f2a48;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
/* ============================================================
   Audit Copilot - Public landing page styles
   ============================================================ */

[b-jz8s5p9yqe] .section {
    padding: 13rem 0 6rem;
    scroll-margin-top: 80px; /* offset for sticky header so anchors land below it */
}
[b-jz8s5p9yqe] .section-alt { background: #f6f8fc; }
[b-jz8s5p9yqe] .hero { scroll-margin-top: 80px; }
[b-jz8s5p9yqe] #voordelen, [b-jz8s5p9yqe] #hoe-het-werkt, [b-jz8s5p9yqe] #beveiliging, [b-jz8s5p9yqe] #contact { scroll-margin-top: 80px; }

[b-jz8s5p9yqe] .section-head { max-width: 720px; margin: 0 auto 1.75rem; }
[b-jz8s5p9yqe] .section-eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #4f7cff;
    margin-bottom: 0.75rem;
}
[b-jz8s5p9yqe] .section-head h2 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0e1730;
    margin-bottom: 0.75rem;
}
[b-jz8s5p9yqe] .section-sub { color: #5b6680; font-size: 1.05rem; }
[b-jz8s5p9yqe] .lead-muted { color: #5b6680; font-size: 1.05rem; }
[b-jz8s5p9yqe] .gradient-text {
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 60%, #b14fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* -------- HERO -------- */
[b-jz8s5p9yqe] .hero {
    background: radial-gradient(1200px 600px at 20% -10%, rgba(79,124,255,0.12), transparent 60%),
                radial-gradient(900px 500px at 100% 0%, rgba(106,79,255,0.10), transparent 60%),
                #ffffff;
    padding: 5rem 0 6rem;
    overflow: hidden;
}
[b-jz8s5p9yqe] .hero-badge {
    display: inline-block;
    background: rgba(79,124,255,0.10);
    color: #4f7cff;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}
[b-jz8s5p9yqe] .hero-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0e1730;
    margin-bottom: 1.25rem;
}
[b-jz8s5p9yqe] .hero-lead {
    font-size: 1.15rem;
    color: #475068;
    margin-bottom: 2rem;
    max-width: 580px;
}
[b-jz8s5p9yqe] .hero-cta { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
[b-jz8s5p9yqe] .hero-cta .btn-primary {
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 100%);
    border: none;
    border-radius: 999px;
    padding: 0.85rem 2rem;
    box-shadow: 0 12px 30px -10px rgba(79,124,255,0.55);
}
[b-jz8s5p9yqe] .hero-cta .btn-outline-primary {
    border-radius: 999px;
    padding: 0.85rem 2rem;
    border-width: 2px;
}

[b-jz8s5p9yqe] .hero-stats { display: flex; gap: 2.5rem; flex-wrap: wrap; }
[b-jz8s5p9yqe] .hero-stats > div { display: flex; flex-direction: column; }
[b-jz8s5p9yqe] .hero-stats strong {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0e1730;
    line-height: 1;
}
[b-jz8s5p9yqe] .hero-stats span { font-size: 0.85rem; color: #6b7794; margin-top: 0.25rem; }

[b-jz8s5p9yqe] .hero-illustration {
    position: relative;
    height: 440px;
}
[b-jz8s5p9yqe] .hero-orb {
    position: absolute;
    inset: 10% 10% 10% 10%;
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 60%, #b14fff 100%);
    border-radius: 32% 68% 53% 47% / 38% 56% 44% 62%;
    filter: blur(2px);
    opacity: 0.85;
    animation: morph-b-jz8s5p9yqe 12s ease-in-out infinite;
    box-shadow: 0 30px 80px -20px rgba(106,79,255,0.55);
}
@keyframes morph-b-jz8s5p9yqe {
    0%,100% { border-radius: 32% 68% 53% 47% / 38% 56% 44% 62%; }
    50%     { border-radius: 58% 42% 40% 60% / 60% 40% 60% 40%; }
}

[b-jz8s5p9yqe] .float-card {
    position: absolute;
    background: #fff;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    box-shadow: 0 20px 40px -15px rgba(14,23,48,0.18);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 220px;
    z-index: 2;
    animation: floaty-b-jz8s5p9yqe 6s ease-in-out infinite;
}
[b-jz8s5p9yqe] .float-card i { font-size: 1.5rem; }
[b-jz8s5p9yqe] .float-card strong { display: block; font-size: 0.92rem; color: #0e1730; }
[b-jz8s5p9yqe] .float-card small { color: #6b7794; font-size: 0.78rem; }
[b-jz8s5p9yqe] .card-1 { top: 5%; left: -5%; }
[b-jz8s5p9yqe] .card-2 { top: 42%; right: -5%; animation-delay: -2s; }
[b-jz8s5p9yqe] .card-3 { bottom: 5%; left: 8%; animation-delay: -4s; }

@keyframes floaty-b-jz8s5p9yqe {
    0%,100% { transform: translateY(0); }
    50%     { transform: translateY(-10px); }
}

/* -------- BENEFITS -------- */
[b-jz8s5p9yqe] .benefit-card {
    background: #fff;
    border: 1px solid #eef0f5;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
[b-jz8s5p9yqe] .benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 50px -20px rgba(14,23,48,0.18);
    border-color: transparent;
}
[b-jz8s5p9yqe] .benefit-card h5 { font-weight: 700; color: #0e1730; margin-bottom: 0.6rem; }
[b-jz8s5p9yqe] .benefit-card p { color: #5b6680; margin: 0; }
[b-jz8s5p9yqe] .benefit-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 1.1rem;
}
[b-jz8s5p9yqe] .bg-primary-soft { background: rgba(79,124,255,0.12); color: #4f7cff; }
[b-jz8s5p9yqe] .bg-purple-soft  { background: rgba(106,79,255,0.12); color: #6a4fff; }
[b-jz8s5p9yqe] .bg-success-soft { background: rgba(34,197,94,0.12); color: #22c55e; }
[b-jz8s5p9yqe] .bg-warning-soft { background: rgba(245,158,11,0.14); color: #d97706; }
[b-jz8s5p9yqe] .bg-info-soft    { background: rgba(14,165,233,0.12); color: #0ea5e9; }
[b-jz8s5p9yqe] .bg-danger-soft  { background: rgba(239,68,68,0.12); color: #ef4444; }

/* -------- STEPS -------- */
[b-jz8s5p9yqe] .step-card {
    background: #fff;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 1px solid #eef0f5;
    text-align: center;
}
[b-jz8s5p9yqe] .step-num {
    width: 48px; height: 48px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 100%);
    color: #fff;
    font-weight: 800;
    font-size: 1.25rem;
    display: flex; align-items: center; justify-content: center;
}
[b-jz8s5p9yqe] .step-card h5 { font-weight: 700; color: #0e1730; }
[b-jz8s5p9yqe] .step-card p { color: #5b6680; margin: 0; }

/* -------- SECURITY -------- */
[b-jz8s5p9yqe] .security-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
[b-jz8s5p9yqe] .security-list li {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px dashed #e3e7ef;
}
[b-jz8s5p9yqe] .security-list li:last-child { border-bottom: none; }
[b-jz8s5p9yqe] .security-list i {
    font-size: 1.4rem;
    color: #4f7cff;
    flex-shrink: 0;
    margin-top: 0.15rem;
}
[b-jz8s5p9yqe] .security-list strong { display: block; color: #0e1730; }
[b-jz8s5p9yqe] .security-list span { color: #5b6680; font-size: 0.95rem; }

[b-jz8s5p9yqe] .security-card {
    background: linear-gradient(135deg, #0e1730 0%, #1a2961 100%);
    color: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 30px 60px -20px rgba(14,23,48,0.4);
}
[b-jz8s5p9yqe] .security-card-head {
    display: flex; align-items: center; gap: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 1rem; margin-bottom: 1.25rem;
}
[b-jz8s5p9yqe] .security-card-head i { font-size: 2rem; color: #6a4fff; }
[b-jz8s5p9yqe] .security-card-head strong { display: block; font-size: 1.1rem; }
[b-jz8s5p9yqe] .security-card-head small { opacity: 0.7; }
[b-jz8s5p9yqe] .security-card-body {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin-bottom: 1.25rem;
}
[b-jz8s5p9yqe] .sec-pill {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.85rem;
    font-weight: 500;
}
[b-jz8s5p9yqe] .security-note { font-size: 0.9rem; opacity: 0.8; margin: 0; }

/* -------- CONTACT -------- */
[b-jz8s5p9yqe] .contact-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
[b-jz8s5p9yqe] .contact-list li { padding: 0.4rem 0; color: #475068; }
[b-jz8s5p9yqe] .contact-list i { color: #4f7cff; margin-right: 0.5rem; }
[b-jz8s5p9yqe] .contact-list a { color: #4f7cff; text-decoration: none; }

[b-jz8s5p9yqe] .contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 25px 60px -25px rgba(14,23,48,0.25);
    border: 1px solid #eef0f5;
}
[b-jz8s5p9yqe] .contact-card .form-label { font-weight: 600; color: #0e1730; }
[b-jz8s5p9yqe] .contact-card .form-control {
    border-radius: 10px;
    border: 1px solid #e3e7ef;
    padding: 0.7rem 0.9rem;
}
[b-jz8s5p9yqe] .contact-card .form-control:focus {
    border-color: #4f7cff;
    box-shadow: 0 0 0 3px rgba(79,124,255,0.15);
}
[b-jz8s5p9yqe] .contact-card .btn-primary {
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 100%);
    border: none;
    border-radius: 999px;
    padding: 0.8rem 2rem;
}

/* -------- CTA -------- */
[b-jz8s5p9yqe] .cta-section {
    background: linear-gradient(135deg, #4f7cff 0%, #6a4fff 60%, #b14fff 100%);
    color: #fff;
    padding: 9rem 0 6rem;
}
[b-jz8s5p9yqe] .cta-section h2 { font-weight: 800; font-size: 2rem; margin-bottom: 0.5rem; }
[b-jz8s5p9yqe] .cta-section p { opacity: 0.92; margin-bottom: 1.5rem; }
[b-jz8s5p9yqe] .cta-section .btn-light {
    border-radius: 999px;
    padding: 0.85rem 2.25rem;
    font-weight: 600;
    color: #4f7cff;
}

@media (max-width: 991px) {
    [b-jz8s5p9yqe] .hero-illustration { height: 360px; margin-top: 2rem; }
}
