/**
 * WK 2026 landelijke poule België — spiegel NL (oranje → Belgisch rood).
 * Laatste laag na play-modes-be-unified.css.
 */

body.wk-poule-page.wk-land-national.wk-land-be {
    --wk-primary: #ef3340;
    --wk-primary-dark: #c41e3a;
    --wk-hero-bg: linear-gradient(180deg, #ef4444 0%, #dc2626 45%, #b91c1c 100%);
    --wk-band-bg: linear-gradient(180deg, #ef3340 0%, #c41e3a 100%);
    --wk-cta: linear-gradient(135deg, #ef3340 0%, #c41e3a 100%);
    --wk-be-red: #ef3340;
    --wk-be-red-dark: #c41e3a;
    --wk-be-red-deep: #b91c1c;
    --wk-be-red-grad: linear-gradient(180deg, #ef4444 0%, #dc2626 52%, #c41e3a 100%);
    --wk-be-red-line: #ef3340;
    --wk-be-red-line-dark: #c41e3a;
    --wk-be-red-surface: linear-gradient(180deg, #ffffff 0%, #fef2f2 55%, #fff5f5 100%);
    --wk-be-red-tint: #fef2f2;
    --wk-be-red-soft: #fecaca;
    --wk-card-be-border: var(--wk-be-red-line-dark);
    --wk-card-be-bg: var(--wk-be-red-surface);
    --wk-card-be-shadow: 0 2px 0 #fecaca, 0 10px 24px rgba(196, 30, 58, 0.1);
    background:
        radial-gradient(ellipse 88% 72% at 10% 0%, rgba(239, 68, 68, 0.22) 0%, transparent 52%),
        radial-gradient(ellipse 78% 60% at 96% 8%, rgba(254, 202, 202, 0.18) 0%, transparent 50%),
        radial-gradient(ellipse 65% 50% at 50% 108%, rgba(254, 226, 226, 0.28) 0%, transparent 55%),
        linear-gradient(168deg, #fff5f5 0%, #ffffff 45%, #f8fafc 100%) !important;
    background-attachment: fixed !important;
}

html:has(body.wk-poule-page.wk-land-national.wk-land-be) {
    background-color: #fff5f5;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-section-head {
    border-image: linear-gradient(90deg, transparent, rgba(239, 68, 68, 0.45), transparent) 1 !important;
}

/* —— Rode band-secties (spiegel NL .wk-band-orange) —— */
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange {
    background: var(--wk-band-bg) !important;
    border-radius: 1rem !important;
    padding: 1.75rem 1.25rem !important;
    margin-bottom: 1.5rem !important;
    border: none !important;
    box-shadow: 0 8px 28px rgba(196, 30, 58, 0.28) !important;
    color: #fff !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange .wk-section-head,
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange .wk-section-head h2,
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange .wk-section-head p,
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange h2,
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange p,
body.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange .wk-info-lead {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    border-image: none !important;
    border-bottom-color: rgba(255, 255, 255, 255, 0.25) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band {
    background:
        radial-gradient(ellipse 88% 58% at 18% 0%, rgba(255, 255, 255, 255, 0.35) 0%, transparent 52%),
        radial-gradient(ellipse 60% 45% at 100% 100%, rgba(254, 202, 202, 0.2) 0%, transparent 48%),
        linear-gradient(155deg, #ef4444 0%, #dc2626 40%, #c41e3a 92%) !important;
    border: 1px solid rgba(255, 255, 255, 255, 0.28) !important;
    box-shadow: 0 18px 52px rgba(196, 30, 58, 0.32) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-when,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-when,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-label,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-label,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-tot,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-tot,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-datetime,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-datetime,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-note,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-note {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-info-dl-title,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-info-dl-title {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-schedule-disclaimer--info,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-schedule-disclaimer--info {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-schedule-disclaimer--info strong,
body.wk-poule-page.wk-land-national.wk-land-be .wk-info-section.wk-band-orange .wk-info-dates-unified .wk-schedule-disclaimer--info strong {
    color: #fff !important;
}

/* —— Sectiekoppen: rood vlak, witte tekst —— */
body.wk-has-football-nav.wk-poule-page.wk-land-be #wkSpeelschema > .wk-section-head:first-child,
body.wk-has-football-nav.wk-poule-page.wk-land-be .wk-play-modes--pro .wk-play-modes-inner > .wk-section-head:first-child,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro .wk-play-modes-inner > .wk-section-head:first-child {
    background: linear-gradient(145deg, #f87171 0%, #ef3340 52%, #c41e3a 100%) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-section-head h2 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkPlayModes .wk-play-modes-head h2 {
    color: #fde047 !important;
    -webkit-text-fill-color: #fde047 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkPlayModes .wk-play-modes-head p,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkPlayModes .wk-play-modes-head p strong {
    color: #fef08a !important;
    -webkit-text-fill-color: #fef08a !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkPlayModes .wk-play-modes-head p strong {
    color: #fde047 !important;
    -webkit-text-fill-color: #fde047 !important;
    font-weight: 800 !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be :is(
    .wk-section-white > .wk-section-head:first-child,
    .wk-speelschema-section > .wk-section-head:first-child,
    .wk-play-modes--pro .wk-play-modes-inner > .wk-section-head:first-child,
    #wkPredictionStats > .wk-section-head:first-child
) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be :is(
    .wk-section-white > .wk-section-head:first-child,
    .wk-speelschema-section > .wk-section-head:first-child,
    .wk-play-modes--pro .wk-play-modes-inner > .wk-section-head:first-child,
    #wkPredictionStats > .wk-section-head:first-child
) :is(h1, h2, h3, h4, p, li, span, strong, b, label, a, small, time) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange > .wk-section-head,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band > .wk-section-head,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-band-orange > .wk-section-head :is(h2, p, strong),
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-info-dates-band .wk-section-head :is(h2, p) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-section-head .wk-pro-eyebrow {
    color: rgba(255, 255, 255, 255, 0.9) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 255, 0.9) !important;
}

/* —— Aftelling hero: rode kop, witte tekst —— */
body.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--hero-featured .wk-kickoff-countdown__head {
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 72%, #b91c1c 100%) !important;
    box-shadow: inset 0 -3px 0 #fecaca !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--hero-featured .wk-kickoff-countdown__head .wk-kickoff-countdown__eyebrow,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-kickoff-countdown--hero-featured .wk-kickoff-countdown__head .wk-kickoff-countdown__subtitle--head {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* —— Land-switcher actief: rood —— */
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-land-switcher a.is-active {
    background: linear-gradient(165deg, #f87171, #ef3340) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    box-shadow: 0 3px 12px rgba(196, 30, 58, 0.38) !important;
}

/* —— Speelschema tabs actief —— */
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-tab.active,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-filter.active {
    background: linear-gradient(135deg, #ef4444, #dc2626) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-color: transparent !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-group-card[data-group="G"] {
    background: linear-gradient(145deg, #ef4444 0%, #dc2626 100%) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-group-card[data-group="G"] h4 {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-group-card[data-group="G"] .wk-schema-team {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-bottom-color: rgba(255, 255, 255, 0.28) !important;
    font-weight: 600 !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-speelschema-section .wk-schema-group-card[data-group="G"] .wk-schema-team:last-child {
    border-bottom: none !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-schema-card--be {
    border-top: 3px solid var(--wk-be-red) !important;
}

/* —— Live tussenstand: goudgele kop op rode band (wint lokaal van witte .wk-band-orange) —— */
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head h2 {
    color: #fde047 !important;
    -webkit-text-fill-color: #fde047 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head p,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head p strong,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head p b {
    color: #fef08a !important;
    -webkit-text-fill-color: #fef08a !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head p strong,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkLeaderSection.wk-leader-section--pro.wk-band-orange > .wk-section-head p b {
    color: #fde047 !important;
    -webkit-text-fill-color: #fde047 !important;
    font-weight: 800 !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-podium .wk-podium-pts,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list h2,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list .wk-leader-name,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list .wk-leader-rank,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list .wk-leader-land {
    color: #991b1b !important;
    -webkit-text-fill-color: #991b1b !important;
    font-weight: 700 !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list .wk-leader-pts,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-leader-section--pro.wk-band-orange > .wk-leader-list .wk-leader-pts-fair {
    color: var(--wk-be-red-deep) !important;
    -webkit-text-fill-color: var(--wk-be-red-deep) !important;
    font-weight: 800 !important;
}

/* —— Hero-minimal: rode tekst op wit vlak —— */
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-inner--minimal,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-hook,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-story,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-story strong,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-benefits li,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-title,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-tagline,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-extras-panel__shell .wk-social-proof,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-extras-steps .wk-step-card strong,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-extras-steps .wk-step-card p {
    color: #991b1b !important;
    -webkit-text-fill-color: #991b1b !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-hook strong,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-title {
    color: #7f1d1d !important;
    -webkit-text-fill-color: #7f1d1d !important;
    text-align: center !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-lead--minimal,
body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-lead.wk-hero-lead--minimal {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-inner--minimal {
    border-top-color: var(--wk-be-red) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-extras-panel__shell {
    border-top-color: var(--wk-be-red) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-land-select-field .wk-select-field__label {
    color: #991b1b !important;
    -webkit-text-fill-color: #991b1b !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-land-select-field .wk-select-field__native {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    border: 2px solid #e2e8f0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06) !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-hero-minimal-cta .wk-btn-primary {
    background: linear-gradient(135deg, #ef4444, #c41e3a) !important;
    border-color: #c41e3a !important;
}

/* —— App-tabs actief BE —— */
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkAppSection nav.wk-tabs .wk-tab.active,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be #wkAppSection nav.wk-tabs button.wk-tab.active {
    background: linear-gradient(165deg, #1c1917 0%, #0a0a0a 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid var(--wk-be-red) !important;
}

/* —— Speelwijzen: witte kaarten, rode accent (zie play-modes-be-unified.css) —— */
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro .wk-poule-deadline-note--play,
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro .wk-poule-deadline-note--school {
    background: var(--wk-be-red-grad) !important;
    border-color: rgba(255, 255, 255, 255, 0.35) !important;
}

body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro .wk-poule-deadline-note--play :is(strong, p, .wk-poule-deadline-note__text),
body.wk-has-football-nav.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro .wk-poule-deadline-note--school :is(strong, p, .wk-poule-deadline-note__text) {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* Speelwijzen-kaarten: rode tekst op wit — zie play-modes-be-unified.css + mobile-readability.css */
