html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus,
.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}



body {
    margin-bottom: 0;
}

.np-main {
    margin: 0;
    padding: 0;
}

.np-hero--full {
    margin-top: 0 !important;
}

.np-topbar {
    background: #000;
    color: #fff;
    font-size: 0.9rem;
}

.np-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.np-topbar-text {
    color: #fff;
    font-weight: 500;
    margin-right: 12px;
}

.np-topbar-mail {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}

    .np-topbar-mail:hover {
        color: #ddd;
    }

.np-navbar {
    background: #b30000;
    padding-top: 0.25rem;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.navbar {
    --bs-navbar-padding-y: 0.25rem;
}

.np-header .navbar-brand,
.np-header .nav-link {
    color: #fff !important;
}

.btn-np {
    background: #b30000;
    border-color: #b30000;
    color: #fff;
    border-radius: 14px;
    transition: transform .12s ease, filter .12s ease;
}

    .btn-np:hover {
        filter: brightness(.95);
        transform: translateY(-1px);
        color: #fff;
    }

.np-hero {
    position: relative;
    overflow: hidden;
    background-image: url('/img/noodpakketbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border: 1px solid #f1caca;
}

    .np-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 0;
    }

    .np-hero > * {
        position: relative;
        z-index: 1;
    }

    .np-hero p {
        opacity: 0.95;
    }


    .np-hero--full .container {
        padding-left: 32px;
        padding-right: 32px;
    }

@media (max-width: 767.98px) {
    .np-hero--full .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.np-page {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 992px) {
    .np-page {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.np-btn-cta {
    padding: 24px 45px;
    font-size: 2.50rem;
    border-radius: 28px;
}

    .np-btn-cta:hover {
        text-shadow: 0 0 8px white;
    }

.np-hero-card {
    max-width: 420px;
    margin-left: auto;
    border-radius: 18px;
    overflow: hidden;
    transition: transform .12s ease, box-shadow .12s ease;
}

    .np-hero-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 25px rgba(0,0,0,.08);
    }

.np-pricebox, .np-thanks, .np-info, .np-note, .np-long {
    border: 1px solid #f1caca;
    background: #fff;
    border-radius: 18px;
}

.np-footer {
    background: #b30000;
    color: #fff;
    border-top: none;
}
    .np-footer a {
        color: #fff;
        text-decoration: none;
    }

        .np-footer a:hover {
            text-decoration: underline;
        }

.np-pay-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
}

.np-pay-logos {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.np-pay-logo {
    height: 22px;
    width: auto;
    filter: brightness(1.05);
}

@media (max-width: 767.98px) {

    .np-topbar-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
        z-index: 1;
    }

    .np-btn-cta {
        width: 100%;
        padding: 16px 18px;
        font-size: 1.4rem;
        border-radius: 18px;
    }

    .np-hero-card {
        max-width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {

    .np-navbar .navbar-collapse {
        width: 100%;
    }

    .np-nav-mobile-centered {
        width: 100%;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }

        .np-nav-mobile-centered .nav-item {
            width: 100%;
        }

        .np-nav-mobile-centered .nav-link {
            display: inline-block;
            width: 100%;
            padding: 10px 0;
        }
}

.np-product-image {
    display: block;
    margin-top: 20px !important;
}

:root {
    --np-red: #b30000;
    --np-red-2: #ff2b2b;
    --np-border: rgba(179,0,0,.25);
    --np-soft: rgba(0,0,0,.06);
}

.np-home-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    background-image: url('/img/noodpakketbanner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}

    .np-home-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.55) 50%, rgba(0,0,0,.70) 100%);
        z-index: 0;
    }

.np-hero-inner {
    position: relative;
    z-index: 1;
}

.np-home-blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.np-blob {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    filter: blur(32px);
    opacity: .30;
    animation: npFloat 12s ease-in-out infinite;
}

.np-blob--1 {
    left: -120px;
    top: 40px;
    background: rgba(255,0,0,.55);
}

.np-blob--2 {
    right: -140px;
    top: 100px;
    background: rgba(255,255,255,.18);
    animation-duration: 14s;
}

.np-blob--3 {
    left: 35%;
    bottom: -200px;
    background: rgba(179,0,0,.35);
    animation-duration: 16s;
}

@keyframes npFloat {
    0%,100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(14px,-18px) scale(1.05);
    }
}

.np-hero-inner {
    position: relative;
    z-index: 1;
}

.np-kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    font-weight: 800;
    font-size: .85rem;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.np-home-title {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 900;
    margin: 14px 0 10px;
    text-shadow: 0 18px 45px rgba(0,0,0,.45);
}

.np-home-sub {
    font-size: 1.1rem;
    opacity: .92;
    max-width: 62ch;
}

.np-pill {
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.np-glow-btn {
    position: relative;
    box-shadow: 0 14px 40px rgba(179,0,0,.35);
}

    .np-glow-btn:hover {
        box-shadow: 0 18px 55px rgba(255,0,0,.35);
        transform: translateY(-1px);
    }

.np-outline-glow {
    border-color: rgba(255,255,255,.50) !important;
    color: #fff !important;
}

    .np-outline-glow:hover {
        border-color: rgba(255,255,255,.80) !important;
        box-shadow: 0 16px 45px rgba(255,255,255,.12);
    }

.np-card-pro {
    border-radius: 18px;
    border: 1px solid #eee;
    background: #fff;
    padding: 18px;
    box-shadow: 0 14px 40px rgba(0,0,0,.06);
    position: relative;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .np-card-pro::before {
        content: "";
        position: absolute;
        inset: -2px;
        background: radial-gradient(420px 140px at 20% 0%, rgba(179,0,0,.16), transparent 60%);
        opacity: 0;
        transition: opacity .18s ease;
    }

    .np-card-pro:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 70px rgba(0,0,0,.12);
        border-color: var(--np-border);
    }

        .np-card-pro:hover::before {
            opacity: 1;
        }

.np-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 900;
    background: rgba(179,0,0,.10);
    border: 1px solid rgba(179,0,0,.22);
    margin-bottom: 10px;
}

.np-product-pro {
    border-radius: 20px;
    border: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .np-product-pro:hover {
        transform: translateY(-7px);
        box-shadow: 0 28px 78px rgba(0,0,0,.14);
        border-color: var(--np-border);
    }

.np-product-media {
    position: relative;
    display: block;
    overflow: hidden;
}

    .np-product-media img {
        display: block;
        width: 100%;
        height: 330px;
        object-fit: cover;
        transition: transform .28s ease;
    }

.np-product-pro:hover .np-product-media img {
    transform: scale(1.04);
}

.np-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.28) 48%, transparent 62%);
    transform: translateX(-130%);
    transition: transform .65s ease;
}

.np-product-pro:hover .np-shine {
    transform: translateX(130%);
}

.np-product-body {
    padding: 16px 16px 18px;
}

.np-product-name {
    font-weight: 900;
    font-size: 1.2rem;
}

.np-product-desc {
    color: #666;
    margin-top: 4px;
}

.np-price {
    font-weight: 900;
    font-size: 1.25rem;
}

.np-muted {
    color: #777;
    font-size: .85rem;
}

.np-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.np-products-zone {
    margin-top: 0 !important;
    padding-top: 56px;
    padding-bottom: 96px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(900px 520px at 20% 10%, rgba(255,0,0,.18), transparent 60%), radial-gradient(900px 520px at 80% 30%, rgba(179,0,0,.22), transparent 65%), linear-gradient(180deg, #130000 0%, #1b0000 100%);
}

    .np-products-zone::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(600px 260px at 50% 0%, rgba(255,255,255,.06), transparent 60%);
        pointer-events: none;
    }

    .np-products-zone h2,
    .np-products-zone .text-muted {
        color: #fff !important;
    }

    .np-products-zone .text-muted {
        opacity: .78;
    }


.np-hero--full,
.np-fullbleed {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
}

.np-header,
.np-footer {
    width: 100%;
}


.np-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(19,0,0,.9));
    z-index: 1;
    pointer-events: none;
}
.np-trust-zone {
    background: linear-gradient( 180deg, #f5f5f5 0%, #f0eaea 100% );
    padding: 64px 0;
}

    .np-trust-zone .np-card-pro {
        background: #ffffff;
    }

.np-faq-zone {
    background: linear-gradient( 180deg, #f5f5f5 0%, #f0eaea 100% );
    padding: 72px 0;
}

    .np-faq-zone h2 {
        color: #1a0000;
    }

    .np-faq-zone .accordion-item {
        background: #ffffff;
        border: 1px solid rgba(0,0,0,.08);
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 14px 40px rgba(0,0,0,.06);
        margin-bottom: 12px;
    }

    .np-faq-zone .accordion-button {
        background: #ffffff;
        color: #1a0000;
        font-weight: 700;
    }

        .np-faq-zone .accordion-button:not(.collapsed) {
            background: #f4f4f4;
        }

    .np-faq-zone .accordion-body {
        background: #ffffff;
        color: #333;
    }

.np-page-wrap {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 992px) {
    .np-page-wrap {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Default: pagina's blijven "container" breed */
.np-page-inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
html, body {
    overflow-x: hidden;
}



.np-main {
    padding-bottom: 6px;
}
