
        body {
            font-family: 'Urbanist', sans-serif;
            background-color: #0F0F10;
        }
        .glow-effect {
            position: absolute;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(191, 43, 56, 0.15) 0%, rgba(15, 15, 16, 0) 70%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
        }
        .tab-active {
            border-color: #bf2b38 !important;
            background-color: rgba(191, 43, 56, 0.05);
        }
        .tab-inactive {
            border-color: #2D2D30;
            background-color: #1A1A1C;
        }
        .hidden-form {
            display: none;
        }
        .step-content {
            display: none;
        }
        .step-content.active {
            display: block;
        }
    
