
        body {
            background-color: #0F0F10;
            font-family: 'Urbanist', sans-serif;
            color: #ffffff;
        }
        .mesh-gradient {
            background: radial-gradient(circle at 50% -20%, rgba(191, 43, 55, 0.15) 0%, rgba(15, 15, 16, 0) 50%);
        }
        .card-hover:hover {
            transform: scale(1.02);
            box-shadow: 0 0 30px rgba(191, 43, 55, 0.2);
            transition: all 0.3s ease;
        }
    
