/* Basisopmaak en kleurpalet in Betify-stijl */
:root {
    --kleur-achtergrond: #050608;
    --kleur-achtergrond-alt: #111827;
    --kleur-kaart: #0b1020;
    --kleur-tekst: #f9fafb;
    --kleur-tekst-sekundair: #9ca3af;
    --kleur-accent: #00d25b;
    --kleur-accent-donker: #00a347;
    --kleur-rand: #1f2933;
    --schaduw-zacht: 0 14px 30px rgba(0, 0, 0, 0.45);
    --radius-groot: 1rem;
    --radius-pill: 999px;
    --font-basis: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-basis);
    background: radial-gradient(circle at top, #111827 0, #030712 55%, #000000 100%);
    color: var(--kleur-tekst);
}

body {
    line-height: 1.6;
}

a {
    color: var(--kleur-accent);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3 {
    margin: 0 0 0.75rem;
    font-weight: 700;
}

p {
    margin: 0 0 1rem;
}

/* Koptekst met navigatie en actiekoppen */

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(3, 7, 18, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--kleur-rand);
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.logo img {
    height: 36px;
    display: block;
}

.main-nav {
    flex: 1;
}

.main-nav ul {
    display: flex;
    justify-content: center;
    gap: 1.75rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav a {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--kleur-tekst-sekundair);
}

.main-nav a:hover {
    color: var(--kleur-tekst);
}

.header-actions {
    display: flex;
    gap: 0.75rem;
}

/* Knoppen in Betify-stijl */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border-radius: var(--radius-pill);
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition:
        background 0.18s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease;
}

.btn-primary {
    background: var(--kleur-accent);
    color: #020617;
    box-shadow: var(--schaduw-zacht);
}

.btn-primary:hover {
    background: var(--kleur-accent-donker);
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: var(--kleur-tekst);
    border-color: var(--kleur-accent);
}

.btn-outline:hover {
    background: rgba(16, 185, 129, 0.08);
}

.btn-large {
    padding: 0.85rem 1.8rem;
    font-size: 1rem;
}

/* Hero-blok met grote visual */

.hero {
    max-width: 1200px;
    margin: 1.5rem auto 2rem;
    padding: 1.5rem 1.5rem 1.75rem;
    border-radius: 1.5rem;
    background:
        radial-gradient(circle at top left, rgba(0, 210, 91, 0.32), transparent 55%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.25), transparent 55%),
        #020617;
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    gap: 1.5rem;
    align-items: center;
    box-shadow: var(--schaduw-zacht);
}

.hero-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.3rem);
    margin-bottom: 0.75rem;
}

.hero-content p {
    max-width: 32rem;
    color: var(--kleur-tekst-sekundair);
    margin-bottom: 1.25rem;
}

.hero-image {
    border-radius: 1.25rem;
    min-height: 220px;
    background-image: url("images/hero-betify.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
}

/* Secties met inhoud */

.content-section {
    max-width: 900px;
    margin: 0 auto 2rem;
    padding: 1.75rem 1.5rem;
    background: rgba(11, 16, 32, 0.9);
    border-radius: var(--radius-groot);
    border: 1px solid var(--kleur-rand);
}

.content-section h1 {
    font-size: 1.6rem;
}

.content-section h2 {
    font-size: 1.3rem;
}

.content-section ul,
.content-section ol {
    padding-left: 1.4rem;
    margin: 0 0 1rem;
}

.content-section li {
    margin-bottom: 0.35rem;
}

.cta-center {
    text-align: center;
    margin-top: 1rem;
}

/* Tabellen voor bonussen en betalingen */

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.25rem;
}

.bonus-table,
.payment-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.bonus-table th,
.bonus-table td,
.payment-table th,
.payment-table td {
    border: 1px solid var(--kleur-rand);
    padding: 0.6rem 0.75rem;
    text-align: left;
}

.bonus-table thead,
.payment-table thead {
    background: #020617;
}

/* Raster met spellen */

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.game-card {
    display: flex;
    flex-direction: column;
    background: var(--kleur-kaart);
    border-radius: 0.9rem;
    border: 1px solid var(--kleur-rand);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
    text-decoration: none;
}

.game-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.game-info {
    padding: 0.7rem 0.85rem 0.9rem;
}

.game-title {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--kleur-tekst);
}

.game-tag {
    display: block;
    font-size: 0.8rem;
    color: var(--kleur-tekst-sekundair);
}

.game-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.6);
}

/* FAQ-lijst */

.faq-list details {
    background: rgba(15, 23, 42, 0.9);
    border-radius: 0.75rem;
    border: 1px solid var(--kleur-rand);
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 600;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

/* Voettekst met navigatie en verantwoord spelen */

.site-footer {
    margin-top: 2rem;
    background: #020617;
    border-top: 1px solid var(--kleur-rand);
    padding: 2rem 1.5rem 1.5rem;
    color: var(--kleur-tekst-sekundair);
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto 1.5rem;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footer-column h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: var(--kleur-tekst);
}

.footer-column p {
    font-size: 0.9rem;
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column li {
    margin-bottom: 0.4rem;
}

.footer-links a {
    font-size: 0.9rem;
}

.footer-address {
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    border-top: 1px solid var(--kleur-rand);
    padding-top: 0.75rem;
    text-align: center;
    font-size: 0.8rem;
    color: var(--kleur-tekst-sekundair);
}

/* Zwevende CTA-knop om te spelen */

.floating-cta {
    position: fixed;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 60;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-pill);
    background: var(--kleur-accent);
    color: #020617;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--schaduw-zacht);
    text-decoration: none;
}

.floating-cta:hover {
    background: var(--kleur-accent-donker);
    text-decoration: none;
}

/* Aangepaste weergave voor kleinere schermen */

@media (max-width: 900px) {
    .hero {
        grid-template-columns: 1fr;
    }

    .hero-image {
        order: -1;
        min-height: 180px;
    }

    .header-inner {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0.75rem;
    }

    .main-nav ul {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .header-actions {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .hero {
        margin: 1rem auto 1.5rem;
        padding: 1.25rem;
    }

    .content-section {
        margin: 0 0.75rem 1.5rem;
        padding: 1.25rem;
    }

    .floating-cta {
        left: 50%;
        transform: translateX(-50%);
    }
}
