        body {
            font-family: 'Inter', sans-serif;
        }

        .gradient-bg {
            background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
        }

        .gradient-text {
            background: linear-gradient(90deg, #6A11CB 0%, #2575FC 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .hero-bg {
            background-color: #f8fafc;
        }

        /* Mobile menu toggle */
        .menu-open {
            display: block;
        }

        .menu-closed {
            display: none;
        }


        .logo {
            width: 90px;
            height: auto;
            margin-bottom: -10px;
        }

        .bwlogo {
            width: 250px;
            height: auto;
            margin-bottom: 5px;
        }