/* === Checklist pagina === */

.checklist-page {
    background:
        radial-gradient(circle at 15% 10%, rgba(32,134,255,.18), transparent 34%),
        linear-gradient(180deg,#030b18 0%,#06142a 60%,#071634 100%);
    padding-bottom: 60px;
}

/* HERO */
.checklist-hero {
    padding: 60px 0 30px;
}

.checklist-hero h1 {
    font-size: clamp(36px, 5vw, 64px);
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.checklist-hero .lead {
    color: #cbd6e2;
    max-width: 700px;
    font-size: 18px;
}

/* GRID */
.checklist-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

/* CARD */
.card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 25px;
    transition: all .2s ease;
    position: relative;
}

.card:hover {
    transform: translateY(-4px);
    border-color: rgba(30,144,255,0.6);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.card h2 {
    margin-bottom: 15px;
    color: #fff;
}

.card p {
    color: #9fb3c8;
    margin-bottom: 10px;
}

/* LIST */
.card ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.card li {
    margin-bottom: 10px;
    color: #e6edf5;
    line-height: 1.5;
}

.card li:before {
    content: "✓ ";
    color: #f7c948;
    font-weight: bold;
}

/* HIGHLIGHT (jouw USP blok) */
.highlight {
    border: 2px solid #f7c948;
    background: rgba(247,201,72,0.04);
}

.highlight:before {
    content: "BELANGRIJK";
    position: absolute;
    top: -10px;
    left: 20px;
    background: #f7c948;
    color: #000;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: bold;
}

.subtle {
    color: #9fb3c8;
    font-size: 14px;
}

/* CTA */
.checklist-cta {
    margin-top: 40px;
}

.cta-box {
    background: rgba(255,255,255,0.04);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.08);
}

.cta-box h2 {
    margin-bottom: 10px;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg,#f7c948,#ffd666);
    color: #000;
    padding: 12px 22px;
    border-radius: 8px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
    transition: all .2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(247,201,72,0.3);
}

/* TIP */
.checklist-tip {
    margin-top: 25px;
}

.tip-box {
    background: rgba(0,255,150,0.05);
    border: 1px solid rgba(0,255,150,0.2);
    padding: 20px;
    border-radius: 12px;
}

.tip-box strong {
    color: #00ffa0;
    display: block;
    margin-bottom: 5px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .checklist-grid {
        grid-template-columns: 1fr;
    }

    .checklist-hero h1 {
        font-size: 38px;
    }
}

/* SUBTIELE ANIMATIE */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeUp .5s ease both;
}

.card:nth-child(1){animation-delay:.05s}
.card:nth-child(2){animation-delay:.1s}
.card:nth-child(3){animation-delay:.15s}
.card:nth-child(4){animation-delay:.2s}

/* MSP-Check.nl logo exact groot zoals voorbeeld */
.brand-logo-only {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    text-decoration: none !important;
    flex: 0 0 auto !important;
}

.brand-logo-only span,
.brand-logo-only strong,
.brand-logo-only small,
.brand-logo-only .m-logo {
    display: none !important;
}

.msp-logo-header {
    display: block !important;
    height: 56px !important;
    width: auto !important;
    max-width: 310px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 0 9px rgba(42,255,214,.42)) !important;
}

/* Header exact ruimer maken, zodat het grote logo niet wordt weggedrukt */
header,
.topbar,
.site-header,
.main-header,
.navbar {
    min-height: 90px !important;
    height: auto !important;
}

header .container,
.topbar .container,
.site-header .container,
.main-header .container,
.navbar .container,
.nav-wrap,
.navbar-inner {
    min-height: 90px !important;
    display: flex !important;
    align-items: center !important;
}

/* Navigation blijft rechts zoals in voorbeeld */
nav,
.nav,
.main-nav,
.nav-links {
    margin-left: auto !important;
}

/* Footer-logo iets kleiner */
footer .msp-logo-header,
.footer .msp-logo-header {
    height: 86px !important;
    max-width: 470px !important;
}

@media (max-width: 1100px) {
    .msp-logo-header {
        height: 44px !important;
        max-width: 215px !important;
    }
    header,
    .topbar,
    .site-header,
    .main-header,
    .navbar,
    header .container,
    .topbar .container,
    .site-header .container,
    .main-header .container,
    .navbar .container,
    .nav-wrap,
    .navbar-inner {
        min-height: 72px !important;
    }
}

@media (max-width: 700px) {
    .msp-logo-header {
        height: 32px !important;
        max-width: 150px !important;
    }
    header,
    .topbar,
    .site-header,
    .main-header,
    .navbar,
    header .container,
    .topbar .container,
    .site-header .container,
    .main-header .container,
    .navbar .container,
    .nav-wrap,
    .navbar-inner {
        min-height: 58px !important;
    }
}
