        body {
            background-color: #000;
            color: #ffffff;
            font-family: 'Figtree', sans-serif;
            margin: 0;
            overflow-x: hidden;
        }

        /* Navigatiebalk */
        .navbar {
            background-color: rgba(0, 0, 10, 0.5);
            backdrop-filter: blur(10px);
            padding: 1rem 5%;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }
        .navbar-brand {
            font-size: 1.5rem;
            font-weight: 600;
            background: linear-gradient(to bottom, #fff 0%, #999 100%);    
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
        }
        .navbar-brand:hover {
            color: #efefef;
        }
        .navbar-nav .nav-link {
            color: #ffffff;
            font-size: 1rem;
            margin-left: 1.5rem;
            transition: color 0.3s ease;
        }
        .navbar-nav .nav-link:hover {
            color: #fff;
        }
        .navbar-nav .btn-top {
            background: #000;
            border: 1px solid #000;
            font-weight: 500;
            font-size: 0.9rem;
        }
        .navbar-nav .btn-top:hover {
            background: #010101;
            border: 1px solid #222;
        }
        .navbar .btn-primary {
            background-color: #814AC8;
            border: none;
            padding: 0.25rem 1rem;
            font-size: 0.9rem;
        }
        .navbar .btn-primary:hover {
            background-color: #763FBE;
        }
        .navbar-toggler {
            border-color: #333;
        }
        .navbar-toggler-icon .bar {
            display: block;
            width: 1.5em;
            height: 0.1em;
            background-color: #ffffff;
            position: absolute;
            transition: all 0.3s ease;
        }

        /* Hero-sectie */
        .hero-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url('img/background_hero.png');
            background-size: cover;
            background-position: center;
            background-color: #0a0a0a;
            padding: 0 10%;
            text-align: center;
        }
        .hero-content .badge {
            background-color: #000;
            border: 1px solid #777;
            border-radius: 30px;
            padding: 1px 1rem 1px 1px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
        }
        .hero-content .badge .new-badge {
            background-color: #814AC8;
            color: #fff;
            border-radius: 20px;
            padding: 0.5rem 1rem;
            margin-right: 0.5rem;
            display: inline-block;
            font-size: 0.9rem;
        }
        .container { max-width: 1200px; }
        .hero-content h1 {
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 1rem;
            text-transform: capitalize;
            background: linear-gradient(to bottom, #fff 0%, #999 100%);    
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
        }
        .hero-content p {
            font-size: 1.1rem;
            opacity: 0.8;
            max-width: 80%;
            margin: 0 auto 2rem;
            line-height: 1.6;
        }
        .hero-content .btn-primary {
            background-color: #814AC8;
            border: 1px solid #8E5CCE;
            padding: 0.75rem 2rem;
            font-size: 1.1rem;
            margin-right: 1rem;
            transition: background-color 0.3s ease;
        }
        .hero-content .btn-primary:hover {
            background-color: #763FBE;
        }
        .hero-content .btn-secondary {
            background-color: transparent;
            border: 1px solid #ffffff;
            color: #ffffff;
            padding: 0.75rem 2rem;
            font-size: 1.1rem;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        .hero-content .btn-secondary:hover {
            background-color: #ffffff;
            color: #0a0a0a;
        }

        .h-100 { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
        .h-50 { min-height: 50vh; display: flex; justify-content: center; align-items: center; }
        .r-18 { border-radius: 18px; }
        .frame_l-2-r {
            border-radius: 8px;
            border: 1px solid #222222;
            background: #0A0A0A;
            background: linear-gradient(315deg, #25153B 0%, #0A0A0A 50%);
        }
        .frame_l-2-r p { color: #999; }
        .box {
            border-radius: 10px;
            background: #0a0a0a;
            border: 1px solid #222222;
            padding: 4px 12px;
            text-align: center;
            display: inline-block;
            margin: 12px auto;
        }
        .UCFirst { text-transform: capitalize; }
        .bg-offblack { background: #0A0A0A; }
        .text-fade-gray {
            background: linear-gradient(to bottom, #fff 0%, #999 100%);    
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            text-fill-color: transparent;
        }
        .highlight-box {
            background: linear-gradient(135deg, #814AC8 0%, #25153B 100%);
            padding: 40px;
            border-radius: 10px;
            margin: 30px 0;
        }
        .warning-box {
            background: #1a1a1a;
            border-left: 5px solid #8E5CCE;
            padding: 25px;
            margin: 30px 0;
        }
        .not-for-you {
            background: #1a1a1a;
            border-left: 5px solid #814AC8;
            padding: 30px;
            margin: 30px 0;
        }
        .not-for-you h3, .warning-box h3 {
            color: #fff;
        }
        .not-for-you li {
            color: #999;
        }
        .guarantee {
            background: #1a1a1a;
            border-left: 5px solid #814AC8;
            padding: 30px;
            margin: 40px 0;
        }
        .guarantee h3 {
            color: #fff;
        }
        .footer-section {
            min-height: 30vh;
            border-top: 2px solid rgba(255,255,255,0.2);
            background-image: url('img/background_footer.png');
            background-size: 100%;
            background-position: top;
            background-repeat: no-repeat;
        }
        .accordion-item {
            background: transparent;
            border: none;
            margin-bottom: 1rem;
        }
        .accordion-button {
            background: #0a0a0a;
            color: #ffffff;
            border: 1px solid #222222;
            border-radius: 8px !important;
        }
        .accordion-button:not(.collapsed) {
            background: linear-gradient(315deg, #25153B 0%, #0A0A0A 50%);
            color: #ffffff;
        }
        .accordion-button:focus {
            box-shadow: none;
            border-color: #222222;
        }
        .accordion-body {
            background: #0a0a0a;
            color: #999;
            border-radius: 0 0 8px 8px;
            border: 1px solid #222222;
            border-top: none;
        }

        /* Responsieve aanpassingen */
        @media (max-width: 992px) {    
            .hero-section {
                min-height: 50vh;
                background-image: url('img/background_hero_mobile.png');
                background-position: top;
            }
            .hero-content h1 { font-size: 3rem; }
            .hero-content p { font-size: 1rem; }
        }
        @media (max-width: 768px) {
            .hero-section { min-height: 60vh; }
            .hero-content h1 { font-size: 2.5rem; }
            .hero-content p { font-size: 0.9rem; }
            .hero-content .btn-primary, .hero-content .btn-secondary {
                padding: 0.5rem 1.5rem;
                font-size: 0.9rem;
                margin-right: 0.5rem;
            }
            .navbar-nav .nav-link {
                margin-left: 0;
                padding: 0.5rem 0;
            }
        }
        @media (max-width: 576px) {
            .hero-section {
                min-height: 60vh;
                background-image: url('img/background_hero_mobile_small.png');
                background-position: top;
            }
            .hero-content h1 { font-size: 2rem; }
            .hero-content p { font-size: 0.8rem; }
            .hero-content .btn-primary, .hero-content .btn-secondary {
                display: block;
                width: 100%;
                margin-bottom: 0.5rem;
            }
        }