
        html, body {
            margin: 0;
            padding: 0;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%);
            color: #ffffff;
            overflow-x: hidden;
        }

        header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: #0f0f23;
        }




        .card {
            background: rgba(128, 0, 128, 0.2);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            color: #ffffff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        }

        .btn-custom {
            border-radius: 50px;
            padding: 0.8rem 2rem;
            font-weight: 700;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        .btn-primary-custom {
            background: linear-gradient(45deg, #0dcaf0, #17a2b8);
            border: none;
            color: #ffffff;
        }

        .btn-primary-custom:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 20px rgba(13, 202, 240, 0.4);
        }

        .btn-outline-custom {
            border: 2px solid #ffc107;
            color: #ffc107;
            background: transparent;
        }

        .btn-outline-custom:hover {
            background: #ffc107;
            color: #000;
            box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            margin-bottom: 1rem;
            display: block;
            margin-left: auto;
            margin-right: auto;
            object-fit: contain;
        }

        .testimonial-card {
            background: rgba(128, 0, 128, 0.3);
            border-radius: 15px;
            color: #ffffff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }

        @keyframes floatUpDown {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .floating-mascot {
            animation: floatUpDown 5s ease-in-out infinite;
        }

        h1, h2, h3, h4, h5, h6 {
            color: #0dcaf0 !important;
        }

        .logo {
            max-width: 150px;
            margin-bottom: 1rem;
            animation: fadeInDown 1s ease-out;
        }

        @keyframes fadeInDown {
            0% { opacity: 0; transform: translateY(-20px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        .video-container {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        }

        .video-container video {
            width: 100%;
            height: auto;
            border: 2px solid #0dcaf0;
        }
    


    /* Hero knoppen kleinere en mobielvriendelijk */
    .btn-hero-primary {
        background: linear-gradient(135deg, #0dcaf0, #0a8ed1);
        color: #fff;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: 0 4px 15px rgba(13, 202, 240, 0.3);
        transition: all 0.3s ease;
        font-size: 0.9rem;
    }
    .btn-hero-primary:hover {
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(13, 202, 240, 0.5);
        background: linear-gradient(135deg, #17a2b8, #0a8ed1);
    }

    .btn-hero-outline {
        border: 2px solid #0dcaf0;
        color: #0dcaf0;
        background: transparent;
        border-radius: 50px;
        padding: 0.5rem 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 0.3s ease;
        font-size: 0.9rem;
    }
    .btn-hero-outline:hover {
        background: #0dcaf0;
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 6px 20px rgba(13, 202, 240, 0.4);
    }

    /* Extra responsive spacing voor mobiele apparaten */
    @media (max-width: 576px) {
        .btn-hero-primary, .btn-hero-outline {
            font-size: 0.85rem;
            padding: 0.45rem 1.2rem;
        }
        .gap-2 {
            gap: 0.5rem !important;
        }
    }



/* Make only the FEATURES section icons white */
#features .feature-icon {
    filter: brightness(0) invert(1); /* turns colored icons white */
}



@media (max-width: 768px) {
    #hero {
        padding-top: 60px;
    }

    .floating-mascot {
        right: 2%;
        max-width: 100px;
    }

    #hero h1 {
        font-size: 2rem;
    }

    #hero p {
        font-size: 1rem;
    }

    .btn-lg {
        font-size: 0.9rem;
        padding: 0.6rem 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 576px) {
    .btn-custom {
        font-size: 0.85rem;
        padding: 0.5rem 1rem;
    }
}



        :root {
            --primary-color: #0dcaf0;
            --secondary-color: #17a2b8;
            --bg-dark: #1a1a2e;
            --bg-darker: #0f0f23;
            --text-light: #d1d1d1;
            --shadow-color: rgba(13, 202, 240, 0.5);
        }

        #services {
            font-family: 'Inter', sans-serif;
        }

        .feature-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
            filter: drop-shadow(0 0 10px rgba(13, 202, 240, 0.3));
        }

        .pricing-card {
            background: linear-gradient(145deg, var(--bg-dark) 0%, #16213e 100%);
            border: 1px solid rgba(13, 202, 240, 0.3);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            backdrop-filter: blur(10px);
            position: relative;
            z-index: 1;
            min-height: 500px; /* Ensures all cards are the same size */
        }

        .pricing-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(13, 202, 240, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }

        .pricing-card:hover::before {
            opacity: 1;
        }

        .pricing-card:hover {
            transform: translateY(-15px) scale(1.02);
            box-shadow: 0 20px 50px var(--shadow-color);
            border-color: var(--primary-color);
        }

        .card-glow {
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(13, 202, 240, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .pricing-card:hover .card-glow {
            opacity: 1;
        }

        .pricing-card h3, .pricing-card h6 {
            color: #ffffff;
        }

        .pricing-card ul li {
            color: var(--text-light);
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            text-align: center;
        }

        .custom-checkmark {
            position: relative;
            padding-left: 30px;
        }

        .custom-checkmark::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(13, 202, 240, 0.5);
        }

        .custom-checkmark::after {
            content: '✓';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            font-weight: bold;
            font-size: 12px;
        }

        .btn-primary {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border: none;
            font-weight: 600;
            padding: 12px 0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn-primary:hover::before {
            left: 100%;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(13, 202, 240, 0.6);
        }

        @media (max-width: 768px) {
            .pricing-card {
                padding: 2rem 1.5rem;
                margin-bottom: 2rem;
                min-height: 450px;
            }
            .pricing-card:hover {
                transform: translateY(-5px) scale(1.01);
            }
            .feature-icon {
                width: 50px;
                height: 50px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .pricing-card, .btn-primary {
                transition: none;
            }
            .pricing-card:hover {
                transform: none;
            }
        }
    


        :root {
            --primary-color: #0dcaf0;
            --secondary-color: #17a2b8;
            --bg-dark: #1a1a2e;
            --bg-darker: #0f0f23;
            --text-light: #d1d1d1;
            --shadow-color: rgba(13, 202, 240, 0.5);
        }

        #pterodactyl {
            font-family: 'Inter', sans-serif;
        }

        .pterodactyl-card {
            background: linear-gradient(145deg, var(--bg-dark) 0%, #16213e 100%);
            border: 1px solid rgba(13, 202, 240, 0.3);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            backdrop-filter: blur(10px);
            position: relative;
            z-index: 1;
        }

        .pterodactyl-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(13, 202, 240, 0.1), transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: -1;
        }

        .pterodactyl-card:hover::before {
            opacity: 1;
        }

        .pterodactyl-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 50px var(--shadow-color);
            border-color: var(--primary-color);
        }

        .card-glow {
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(13, 202, 240, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
            pointer-events: none;
        }

        .pterodactyl-card:hover .card-glow {
            opacity: 1;
        }

        .pterodactyl-card ul li {
            color: var(--text-light);
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            text-align: left;
        }

        .custom-checkmark {
            position: relative;
            padding-left: 30px;
        }

        .custom-checkmark::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border-radius: 50%;
            box-shadow: 0 0 10px rgba(13, 202, 240, 0.5);
        }

        .custom-checkmark::after {
            content: '✓';
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            color: #ffffff;
            font-weight: bold;
            font-size: 12px;
        }

        .btn-primary {
            background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
            border: none;
            font-weight: 600;
            padding: 12px 0;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-primary::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn-primary:hover::before {
            left: 100%;
        }

        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(13, 202, 240, 0.6);
        }

        .video-container video {
            width: 100%;
            max-width: 800px;
        }

        @media (max-width: 768px) {
            .pterodactyl-card {
                padding: 2rem 1.5rem;
            }
            .pterodactyl-card:hover {
                transform: translateY(-5px) scale(1.01);
            }
            .img-fluid {
                max-height: 300px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .pterodactyl-card, .btn-primary {
                transition: none;
            }
            .pterodactyl-card:hover {
                transform: none;
            }
        }
    