/**
 * WK 2026 – Info-sectie bovenkant: banner-achtergrond, witte typografie, afgeronde bovenhoeken.
 * Afbeelding: /wk2026-info-banner.webp (~100 KB; bron PNG gecomprimeerd).
 */

body.wk-poule-page.wk-land-national .wk-info-hero-panel {
    position: relative;
    margin: 0;
    padding: 0;
    border: none !important;
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden;
    background: #0f172a;
    box-shadow: none !important;
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/wk2026-info-banner.png');
    background-image: image-set(
        url('/wk2026-info-banner.webp') type('image/webp'),
        url('/wk2026-info-banner.png') type('image/png')
    );
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(8, 15, 35, 0.72) 0%, rgba(8, 15, 35, 0.55) 42%, rgba(8, 15, 35, 0.78) 100%),
        linear-gradient(90deg, rgba(8, 15, 35, 0.35) 0%, transparent 28%, transparent 72%, rgba(8, 15, 35, 0.35) 100%);
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel__content {
    position: relative;
    z-index: 2;
    padding: 1.5rem 1.15rem 1.35rem;
    max-width: min(100%, 56rem);
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

@media (min-width: 720px) {
    body.wk-poule-page.wk-land-national .wk-info-hero-panel__content {
        padding: 1.75rem 1.5rem 1.5rem;
    }
}

/* —— Witte, dikke koppen en lead —— */
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-section-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 44rem;
    margin: 0 auto 0.85rem !important;
    text-align: center;
    border: none !important;
    border-bottom: none !important;
    padding: 0 !important;
    box-sizing: border-box;
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-section-head h2 {
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: clamp(1.2rem, 3.8vw, 1.55rem) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em;
    text-align: center !important;
    width: 100%;
    text-shadow:
        0 2px 12px rgba(0, 0, 0, 0.55),
        0 1px 2px rgba(0, 0, 0, 0.85);
    margin: 0 0 0.5rem !important;
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-section-head h2::after {
    display: none !important;
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-lead,
body.wk-poule-page.wk-land-national .wk-info-hero-panel #wkInfoLead {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
    font-size: clamp(0.92rem, 2.8vw, 1.06rem) !important;
    line-height: 1.5 !important;
    margin: 0 auto !important;
    max-width: 40rem;
    width: 100%;
    text-align: center !important;
    text-shadow:
        0 2px 14px rgba(0, 0, 0, 0.75),
        0 1px 3px rgba(0, 0, 0, 0.9);
}

/* —— Pijlerkaarten op banner —— */
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
    margin: 0 !important;
}

@media (min-width: 640px) {
    body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact .wk-info-card,
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-card--banner {
    padding: 0.95rem 0.8rem !important;
    border-radius: 12px !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.28) !important;
    border: 1px solid rgba(255, 255, 255, 0.52) !important;
    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact .wk-info-card h3,
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-card--banner h3 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 0.92rem !important;
    margin: 0 0 0.35rem !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact .wk-info-card p,
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-card--banner p {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 600 !important;
    font-size: clamp(0.82rem, 2.4vw, 0.92rem) !important;
    line-height: 1.48 !important;
    margin: 0 !important;
    text-shadow:
        0 2px 10px rgba(0, 0, 0, 0.65),
        0 1px 2px rgba(0, 0, 0, 0.85);
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact .wk-info-card p strong,
body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-card--banner p strong {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 800 !important;
}

body.wk-poule-page.wk-land-national .wk-info-hero-panel .wk-info-grid--compact .wk-info-icon {
    display: none !important;
}

/* Rechte onderkant hero → oranje data-band */
body.wk-poule-page.wk-land-national .wk-info-dates-band.wk-band-orange {
    border-radius: 0 0 14px 14px !important;
}

body.wk-poule-page.wk-land-national .wk-info-section--national {
    background: transparent !important;
}

/* Oude intro-witregels neutraliseren */
body.wk-poule-page.wk-land-national .wk-info-hero-panel.wk-section-white,
body.wk-poule-page.wk-land-national .wk-info-intro.wk-section-white {
    background: transparent !important;
}
