* { box-sizing: border-box; margin: 0; padding: 0; }

@font-face {
    font-family: "PoppinsLocal";
    src: url("font/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PoppinsLocal";
    src: url("font/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "PoppinsLocal";
    src: url("font/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "PoppinsLocal", sans-serif;
    font-weight: 600;
    background: #f0f2f4;
    color: #1e2768;
    line-height: 1.35;
}

.site-kop {
    min-height: 88px;
    padding: 22px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.site-titel {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #1e2768;
}

.site-titel:visited,
.site-titel:hover,
.site-titel:active {
    text-decoration: none;
    color: #1e2768;
}

.navigatie-links {
    display: flex;
    gap: 38px;
}

.navigatie-links a {
    text-decoration: none;
    color: #1e1e1e;
    font-size: 0.95rem;
    font-weight: 600;
}

.navigatie-links a:hover {
    color: #21b451;
}

.kop-knoppen {
    display: flex;
    gap: 12px;
}

.main-knop {
    border: none;
    border-radius: 999px;
    background: #31d866;
    color: #0c2744;
    font-size: 1rem;
    font-family: "PoppinsLocal", sans-serif;
    font-weight: 600;
    padding: 12px 32px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

.main-knop:hover {
    transform: translateY(-2px);
    background: #21b451;
}

.main-knop-licht {
    background: #f2f4f8;
}

.article-wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 72px 84px 96px;
}

.panel {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(30, 39, 104, 0.08);
}

.section-label {
    font-size: 0.75rem;
    letter-spacing: 0.42em;
    color: #646d9e;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #1e2768;
}

.subtitle {
    color: #4a548f;
    line-height: 1.75;
    margin-bottom: 24px;
}

.meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.meta-pill {
    background: #eef0f9;
    color: #1e2768;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 0.86rem;
    font-weight: 600;
}

.ranking-table {
    width: 100%;
    border-collapse: collapse;
    font-family: "PoppinsLocal", sans-serif;
    font-size: 0.95rem;
}

.ranking-table th {
    text-align: left;
    padding: 10px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #646d9e;
    border-bottom: 2px solid #eef0f9;
}

.ranking-table td {
    padding: 12px 14px;
    color: #1e2768;
    border-bottom: 1px solid #eef0f9;
}

.ranking-table tr:last-child td {
    border-bottom: none;
}

.ranking-table tr:hover td {
    background: #f8f9fc;
}

.rank-cell {
    font-weight: 700;
}

.rank-1 {
    color: #d4af37;
}

.rank-2 {
    color: #a8a8a8;
}

.rank-3 {
    color: #cd7f32;
}

.empty-state {
    color: #646d9e;
    font-style: italic;
    margin-top: 18px;
}

.site-voet {
    min-height: 290px;
    background: #090a0f;
    color: #ffffff;
    padding: 58px 84px;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}

.voet-links {
    max-width: 430px;
}

.voet-links h3 {
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.voet-links p {
    color: #c8c8cf;
    font-size: 0.98rem;
    margin-bottom: 36px;
}

.voet-links h4 {
    font-size: 2rem;
    font-weight: 600;
}

.voet-rechts {
    display: flex;
    gap: 54px;
}

.voet-kolom {
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.voet-kolom h3 {
    margin-bottom: 8px;
}

.voet-kolom a {
    text-decoration: none;
    color: #dbdbea;
    font-weight: 600;
}

.voet-kolom a:hover {
    color: #31d866;
}

@media (max-width: 1000px) {
    .site-kop {
        flex-wrap: wrap;
        gap: 18px;
        padding: 20px;
    }

    .article-wrap {
        padding: 48px 20px 72px;
    }

    .site-voet {
        flex-direction: column;
        padding: 44px 20px;
    }
}

@media (max-width: 620px) {
    .navigatie-links {
        width: 100%;
        justify-content: space-between;
        gap: 12px;
    }

    .kop-knoppen {
        width: 100%;
    }

    .kop-knoppen .main-knop {
        flex: 1;
        text-align: center;
    }

    .voet-rechts {
        flex-direction: column;
        gap: 28px;
    }
}
