*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background-color: #05060b;
    color: #f4f4f4;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

a {
    color: #ffd447;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.knop {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.knop-primaire {
    background: linear-gradient(135deg, #ffd447, #00ff88);
    color: #111;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

.knop-primaire:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.5);
}

.knop-secundair {
    background: transparent;
    color: #ffd447;
    border: 1px solid #ffd447;
}

.knop-secundair:hover {
    background: rgba(255, 212, 71, 0.08);
}

.knop-held {
    background: linear-gradient(135deg, #ffd447, #ff7b2c);
    color: #111;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    margin-top: 16px;
}

.knop-held:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.75);
}

.knop-tekst-link {
    padding: 0;
    border-radius: 0;
    background: none;
    color: #ffd447;
    text-transform: none;
    letter-spacing: 0;
    box-shadow: none;
}

.knop-tekst-link:hover {
    text-decoration: underline;
    transform: none;
}

.knop-groot {
    font-size: 1rem;
    padding: 14px 34px;
}

.knop-tabel {
    padding: 8px 16px;
    font-size: 0.8rem;
    text-transform: none;
    letter-spacing: 0.02em;
}

/* kopbalk */

.site-kop {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(5, 6, 11, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kop-inhoud {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
}

.logo-blok img {
    height: 40px;
    display: block;
}

.hoofd-menu ul {
    list-style: none;
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.hoofd-menu a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #f4f4f4;
    position: relative;
}

.hoofd-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd447, #00ff88);
    transition: width 0.15s ease;
}

.hoofd-menu a:hover::after {
    width: 100%;
}

.kop-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* held */

.held {
    position: relative;
    min-height: 60vh;
    background-image: url("images/bet777-hero.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

.held-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(0, 255, 136, 0.2), transparent),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(5, 6, 11, 0.95));
}

.held-inhoud {
    position: relative;
    padding: 80px 0;
    max-width: 620px;
}

.held-titel {
    font-size: 2.4rem;
    margin: 0 0 16px 0;
}

.held-tekst {
    font-size: 1.05rem;
    margin: 0;
}

/* blokken */

.blok {
    padding: 60px 0;
}

.blok-alt {
    background: radial-gradient(circle at top right, rgba(0, 255, 136, 0.05), rgba(5, 6, 11, 1));
}

.merk-intro {
    padding-top: 40px;
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    color: #ffffff;
}

h1 {
    font-size: 2.1rem;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

p {
    margin: 0 0 12px 0;
    color: #d8d8df;
}

/* lijsten en tabellen */

.stappen-lijst {
    padding-left: 20px;
    margin: 12px 0 4px 0;
}

.stappen-lijst li {
    margin-bottom: 6px;
}

.tabel-wrapper {
    width: 100%;
    overflow-x: auto;
    margin: 18px 0;
}

.bonus-tabel,
.spellen-tabel,
.betalingen-tabel,
.uitbetalingen-tabel {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    font-size: 0.9rem;
}

.bonus-tabel thead tr,
.spellen-tabel thead tr,
.betalingen-tabel thead tr,
.uitbetalingen-tabel thead tr {
    background: rgba(255, 255, 255, 0.05);
}

.bonus-tabel th,
.bonus-tabel td,
.spellen-tabel th,
.spellen-tabel td,
.betalingen-tabel th,
.betalingen-tabel td,
.uitbetalingen-tabel th,
.uitbetalingen-tabel td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.bonus-tabel tbody tr:nth-child(even),
.spellen-tabel tbody tr:nth-child(even),
.betalingen-tabel tbody tr:nth-child(even),
.uitbetalingen-tabel tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

.slot-preview {
    width: 60px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 8px;
    vertical-align: middle;
}

/* FAQ */

.faq-lijst {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.faq-item {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(17, 19, 30, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* CTA zwevend */

.zwevende-knop {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1100;
    padding: 12px 24px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd447, #00ff88);
    color: #111;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

.zwevende-knop:hover {
    text-decoration: none;
    transform: translateY(-1px);
}

/* voet */

.site-voet {
    background: #05060b;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 40px;
}

.voet-inhoud {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    padding: 32px 16px 24px;
}

.voet-kolom h4 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.voet-navigatie,
.voet-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.voet-navigatie li,
.voet-links li {
    margin-bottom: 6px;
}

.voet-navigatie a,
.voet-links a {
    font-size: 0.9rem;
    color: #c4c4cf;
}

.voet-navigatie a:hover,
.voet-links a:hover {
    color: #ffd447;
}

.voet-adres {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #d8d8df;
}

.voet-licentie {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #9c9caf;
}

.voet-onder {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0 14px;
    text-align: center;
    font-size: 0.8rem;
    color: #8b8b99;
}

/* responsief */

@media (max-width: 900px) {
    .kop-inhoud {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hoofd-menu ul {
        gap: 16px;
    }

    .faq-lijst {
        grid-template-columns: 1fr;
    }

    .held {
        min-height: 55vh;
    }

    .held-inhoud {
        padding: 60px 0;
    }
}

@media (max-width: 640px) {
    .kop-inhoud {
        flex-direction: column;
        align-items: flex-start;
    }

    .kop-cta {
        align-self: flex-end;
    }

    .voet-inhoud {
        grid-template-columns: 1fr;
    }

    .zwevende-knop {
        left: 50%;
        transform: translateX(-50%);
        bottom: 16px;
    }

    .zwevende-knop:hover {
        transform: translateX(-50%) translateY(-1px);
    }

    .bonus-tabel,
    .spellen-tabel,
    .betalingen-tabel,
    .uitbetalingen-tabel {
        min-width: 0;
        font-size: 0.8rem;
    }
}
