/**
 * WK 2026 – gedeeld design system (ritme, secties, knoppen).
 * Poule + school/werk-landings: gelijke spacing, witte panels, gekleurde bands.
 */

/* —— Tokens (poule) —— */
body.wk-poule-page.wk-land-national {
    --wk-gap-section: 1.5rem;
    --wk-gap-section-lg: 2rem;
    --wk-outline: 2px;
    --wk-outline-thick: 3px;
}

body.wk-poule-page.wk-land-national .wk-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.wk-poule-page.wk-land-national .wk-wrap > * {
    margin-bottom: var(--wk-gap-section);
}

body.wk-poule-page.wk-land-national .wk-wrap > *:last-child {
    margin-bottom: 0;
}

/* Sectiekoppen: één stijl, subtiel scheidingslijn */
body.wk-poule-page.wk-land-national .wk-section-head {
    text-align: center;
    padding-bottom: 0.85rem;
    margin-bottom: 1rem;
    border-bottom: var(--wk-pro-border);
}

body.wk-poule-page.wk-land-national .wk-section-head h2 {
    font-weight: 600 !important;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-section-head {
    border-bottom-color: #fed7aa;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-section-head {
    border-bottom-color: #fde68a;
}

/* —— Witte content-blokken (info, nieuws, auth) —— */
body.wk-poule-page.wk-land-national .wk-section-white {
    background: var(--wk-pro-surface) !important;
    border: var(--wk-outline) solid #e2e8f0 !important;
    border-radius: var(--wk-pro-radius-lg) !important;
    box-shadow: var(--wk-pro-shadow) !important;
    padding: 1.25rem 1.15rem !important;
    margin-bottom: var(--wk-gap-section) !important;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-section-white {
    border-top: var(--wk-outline-thick) solid #ea580c !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-section-white {
    border-top: var(--wk-outline-thick) solid #fbbf24 !important;
}

/* —— Hero: stappen & prijs (variatie binnen hero) —— */
body.wk-poule-page.wk-land-national .wk-steps {
    gap: 0.55rem;
    margin: 1rem 0 0.85rem;
}

body.wk-poule-page.wk-land-national .wk-step-card {
    background: #fff !important;
    border: var(--wk-outline) solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 0 #e2e8f0, 0 4px 12px rgba(15, 23, 42, 0.05) !important;
    padding: 0.65rem 0.5rem !important;
    transition: border-color 0.15s ease, transform 0.12s ease;
}

body.wk-poule-page.wk-land-national .wk-step-card:hover,
body.wk-poule-page.wk-land-national .wk-step-card:focus-visible {
    transform: translateY(-1px);
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-step-card:hover {
    border-color: #ea580c !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-step-card:hover {
    border-color: #fbbf24 !important;
}

body.wk-poule-page.wk-land-national .wk-step-num {
    font-weight: 700;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-step-num {
    background: linear-gradient(135deg, #f97316, #ea580c) !important;
    color: #fff !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-step-num {
    background: linear-gradient(135deg, #1a1a1a, #404040) !important;
    color: #fbbf24 !important;
}

body.wk-poule-page.wk-land-national .wk-prize-card {
    border: var(--wk-outline) solid #fde68a !important;
    border-radius: var(--wk-pro-radius) !important;
    background: linear-gradient(135deg, #fffbeb 0%, #fff 100%) !important;
    box-shadow: 0 4px 14px rgba(251, 191, 36, 0.15) !important;
    padding: 0.85rem 1rem !important;
    margin-top: 0.75rem;
}

body.wk-poule-page.wk-land-national .wk-prize-card strong {
    font-weight: 600;
    color: #0f172a;
}

/* Hero-knoppen: duidelijke hiërarchie */
body.wk-poule-page.wk-land-national .wk-hero-cta-row {
    gap: 0.5rem;
    margin: 0.85rem 0 0.5rem;
}

body.wk-poule-page.wk-land-national .wk-btn-hero.wk-btn-primary {
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35) !important;
}

body.wk-poule-page.wk-land-national .wk-btn-hero-alt {
    background: #fff !important;
    color: #0f172a !important;
    border: var(--wk-outline) solid #cbd5e1 !important;
    font-weight: 600 !important;
}

body.wk-poule-page.wk-land-national .wk-btn-share-hero {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    color: #fff !important;
    font-weight: 500 !important;
}

body.wk-poule-page.wk-land-national .wk-hero.wk-hero--land-banner .wk-btn-share-hero {
    background: #f1f5f9 !important;
    border: var(--wk-outline) solid #e2e8f0 !important;
    color: #475569 !important;
}

/* —— Speelmodus-sectie: wit kader om grid —— */
body.wk-poule-page.wk-land-national .wk-play-modes--pro {
    background: var(--wk-pro-surface);
    border: var(--wk-outline) solid #e2e8f0;
    border-radius: var(--wk-pro-radius-lg);
    box-shadow: var(--wk-pro-shadow);
    padding: 1.15rem 1rem 1.25rem;
    margin-bottom: var(--wk-gap-section-lg);
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-play-modes--pro {
    border-top: var(--wk-outline-thick) solid #16a34a;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-play-modes--pro {
    border-top: var(--wk-outline-thick) solid #16a34a;
}

body.wk-poule-page.wk-land-national .wk-play-modes--pro .wk-section-head {
    border-bottom: none;
    padding-bottom: 0.5rem;
    margin-bottom: 0.85rem;
}

/* —— Info-sectie: wit + oranje band —— */
body.wk-poule-page.wk-land-national .wk-info-section--national {
    margin-bottom: var(--wk-gap-section-lg);
}

body.wk-poule-page.wk-land-national .wk-info-section--national .wk-section-white {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

body.wk-poule-page.wk-land-national .wk-info-dates-band.wk-band-orange {
    margin: 0 !important;
    border-radius: 0 !important;
}

/* Info-kaartjes in grid (niet fotobanner — die via info-hero-banner.css) */
body.wk-poule-page.wk-land-national .wk-info-card:not(.wk-info-card--banner) {
    border: var(--wk-outline) solid #e2e8f0 !important;
    border-radius: var(--wk-pro-radius) !important;
    background: #fff !important;
    box-shadow: 0 2px 0 #f1f5f9 !important;
    padding: 0.85rem 0.9rem !important;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-info-card:not(.wk-info-card--banner) {
    border-left: var(--wk-outline-thick) solid #ea580c !important;
}

body.wk-poule-page.wk-land-national.wk-land-be .wk-info-card:not(.wk-info-card--banner) {
    border-left: var(--wk-outline-thick) solid #fbbf24 !important;
}

/* —— Nieuws —— */
body.wk-poule-page.wk-land-national .wk-nieuws-section h2 {
    font-weight: 600;
    text-align: center;
}

body.wk-poule-page.wk-land-national .wk-nieuws-lead {
    text-align: center;
    color: var(--wk-pro-muted);
    font-size: 0.875rem;
}

body.wk-poule-page.wk-land-national .wk-nieuws-item,
body.wk-poule-page.wk-land-national .wk-nieuws-card {
    border: var(--wk-outline) solid #e2e8f0 !important;
    border-radius: var(--wk-pro-radius) !important;
    background: #f8fafc !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

body.wk-poule-page.wk-land-national .wk-nieuws-item:hover,
body.wk-poule-page.wk-land-national .wk-nieuws-card:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06) !important;
}

/* —— Inschrijven: formulier-cards —— */
body.wk-poule-page.wk-land-national .wk-auth-block {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.wk-poule-page.wk-land-national .wk-auth-block .wk-pro-benefits,
body.wk-poule-page.wk-land-national .wk-auth-block .wk-auth-signup {
    max-width: 100%;
}

body.wk-poule-page.wk-land-national .wk-auth-grid .wk-card {
    border: var(--wk-outline-thick) solid #e2e8f0 !important;
    border-radius: var(--wk-pro-radius-lg) !important;
    background: #fff !important;
    box-shadow: var(--wk-pro-shadow) !important;
    padding: 1.1rem 1rem !important;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-auth-grid .wk-card:first-child {
    border-top-color: #16a34a !important;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-auth-grid .wk-card:last-child {
    border-top-color: #ea580c !important;
}

body.wk-poule-page.wk-land-national .wk-auth-grid .wk-card h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

body.wk-poule-page.wk-land-national .wk-btn-primary:not(.wk-play-mode-cta) {
    border-radius: 10px !important;
    font-weight: 600 !important;
    min-height: 44px;
}

/* Stats-panel accent */
body.wk-poule-page.wk-land-national .wk-pro-panel.wk-pred-stats {
    border-top: var(--wk-outline-thick) solid #64748b;
}

body.wk-poule-page.wk-land-national.wk-land-nl .wk-pro-panel.wk-pred-stats {
    border-top-color: #ea580c;
}

/* Paginanav */
body.wk-poule-page.wk-land-national .wk-page-nav:not(.wk-quick-nav) {
    background: #fff;
    border: var(--wk-outline) solid #e2e8f0;
    border-radius: 12px;
    box-shadow: var(--wk-pro-shadow);
    padding: 0.35rem 0.5rem;
    margin-bottom: var(--wk-gap-section);
}

/* =============================================================================
   Landings (school / werk / aanmelden)
   ============================================================================= */
body.wk-scholen-page {
    --wk-gap-section: 1.35rem;
    --wk-outline: 2px;
    --wk-outline-thick: 3px;
}

body.wk-scholen-page h1 {
    font-weight: 700 !important;
}

body.wk-scholen-page h2,
body.wk-scholen-page h3 {
    font-weight: 600 !important;
}

body.wk-scholen-page .wk-scholen-wrap {
    display: flex;
    flex-direction: column;
    gap: var(--wk-gap-section);
}

body.wk-scholen-page .wk-scholen-section-head,
body.wk-scholen-page .wk-scholen-section-head h2 {
    text-align: center;
}

body.wk-scholen-page .wk-scholen-section-head {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 0.25rem;
}

body.wk-scholen-page .wk-scholen-card {
    border: var(--wk-outline-thick) solid #e2e8f0 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 0 #f1f5f9, 0 8px 24px rgba(15, 23, 42, 0.06) !important;
}

body.wk-scholen-page.wk-scholen-nl .wk-scholen-card {
    border-top-color: #ea580c !important;
}

body.wk-scholen-page.wk-scholen-be .wk-scholen-card {
    border-top-color: #fbbf24 !important;
}

body.wk-scholen-page .wk-step-visual {
    border: var(--wk-outline) solid #e2e8f0 !important;
    box-shadow: 0 2px 0 #f1f5f9 !important;
}

body.wk-scholen-page .wk-land-card {
    border-width: var(--wk-outline-thick) !important;
    box-shadow: 0 3px 0 rgba(15, 23, 42, 0.04), 0 8px 20px rgba(15, 23, 42, 0.06) !important;
}

body.wk-scholen-page .wk-scholen-deadline-banner {
    border-width: var(--wk-outline) !important;
}

body.wk-scholen-page .wk-scholen-btn-primary {
    font-weight: 600 !important;
    min-height: 44px;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12) !important;
}

body.wk-scholen-page.wk-scholen-be .wk-scholen-hero--photo h1 {
    font-weight: 700 !important;
}

body.wk-scholen-page .wk-beheer-stat {
    border: var(--wk-outline) solid #e2e8f0 !important;
    border-radius: 12px !important;
    box-shadow: var(--wk-lp-shadow, 0 1px 3px rgba(15, 23, 42, 0.06)) !important;
}

body.wk-scholen-page.wk-scholen-nl .wk-beheer-stat {
    border-top: var(--wk-outline-thick) solid #ea580c !important;
}

body.wk-scholen-page.wk-scholen-be .wk-beheer-stat {
    border-top: var(--wk-outline-thick) solid #fbbf24 !important;
}

@media (max-width: 640px) {
    body.wk-poule-page.wk-land-national {
        --wk-gap-section: 1.25rem;
    }
    body.wk-poule-page.wk-land-national .wk-play-modes--pro {
        padding: 1rem 0.85rem;
    }
}
