        .hero-section {
            background-size: cover;
            background-position: center;
            min-height: 70vh;
            color: white;
        }
        .progress-bar-custom {
            height: 25px;
            font-weight: bold;
        }
        .ticket-progress {
            background-color: #f8f9fa;
            border: 2px solid #dc3545;
            border-radius: 10px;
            padding: 15px;
            margin: 20px 0;
        }
        .btn-ferrari {
            background-color: #dc3545;
            border-color: #dc3545;
            color: white;
            font-weight: bold;
            padding: 12px 30px;
        }
        .btn-ferrari:hover {
            background-color: #c82333;
            border-color: #bd2130;
            color: white;
        }
        .feature-icon {
            font-size: 3rem;
            color: #dc3545;
            margin-bottom: 20px;
        }
        .navbar-brand img {
            max-height: 40px;
        }
        .footer {
            background-color: #343a40;
            color: white;
            padding: 40px 0;
        }