
        .status-container {
            max-width: 50rem;
            margin: 4rem auto;
            padding: 2rem;
        }
        
        .status-header {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .status-title {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            background: linear-gradient(90deg, #00cbff 0%, #ff6200 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-family: 'Exo', sans-serif;
            font-weight: 600;
        }
        
        .email-form {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1rem;
            padding: 2rem;
            margin-bottom: 3rem;
            text-align: center;
        }
        
        .form-group {
            margin-bottom: 1.5rem;
        }
        
        .form-label {
            display: block;
            margin-bottom: 0.5rem;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 500;
        }
        
        .form-input {
            width: 100%;
            max-width: 400px;
            padding: 12px 16px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .form-input:focus {
            outline: none;
            border-color: #00cbff;
            box-shadow: 0 0 0 2px rgba(0, 203, 255, 0.2);
        }
        
        .form-input::placeholder {
            color: rgba(255, 255, 255, 0.5);
        }
        
        .form-button {
            background: linear-gradient(277.59deg, #ff6200 7.17%, #00baff 92.47%);
            border: none;
            border-radius: 50px;
            padding: 12px 30px;
            color: #fff;
            font-family: "Raleway", sans-serif;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }
        
        .form-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0, 203, 255, 0.3);
        }
        
        .application-info {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1rem;
            padding: 2rem;
            margin-bottom: 3rem;
        }
        
        .info-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
            flex-wrap: wrap;
        }
        
        .info-label {
            font-weight: 600;
            color: rgba(255, 255, 255, 0.7);
            margin-right: 1rem;
        }
        
        .info-value {
            color: #fff;
            flex: 1;
            text-align: right;
        }
        
        .current-status {
            background: rgba(0, 203, 255, 0.1);
            border: 1px solid rgba(0, 203, 255, 0.3);
            border-radius: 0.5rem;
            padding: 1rem;
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .current-status-label {
            font-size: 1.2rem;
            font-weight: 600;
            color: #00cbff;
            margin-bottom: 0.5rem;
        }
        
        .current-status-description {
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Stepper Styles */
        .stepper {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 3rem 0;
            position: relative;
        }
        
        .stepper::before {
            content: '';
            position: absolute;        
            top: 20px;
            left: 20px;
            right: 20px;
            height: 2px;
            background: rgba(255, 255, 255, 0.2);
            z-index: 1;
        }
        
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
            flex: 1;
            max-width: 120px;
        }
        
        .step-circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            margin-bottom: 0.5rem;
            transition: all 0.3s ease;
            border: 2px solid rgba(255, 255, 255, 0.3);
            background: rgba(0, 0, 0, 0.5);
            color: rgba(255, 255, 255, 0.5);
        }
        
        .step.active .step-circle {
            background: linear-gradient(135deg, #00cbff 0%, #0099cc 100%);
            border-color: #00cbff;
            color: #fff;
            box-shadow: 0 0 20px rgba(0, 203, 255, 0.3);
        }
        
        .step.completed .step-circle {
            background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
            border-color: #00ff88;
            color: #fff;
        }
        
        .step.rejected .step-circle {
            background: linear-gradient(135deg, #ff4444 0%, #cc3333 100%);
            border-color: #ff4444;
            color: #fff;
        }
        
        .step-label {
            text-align: center;
            font-size: 0.85rem;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.6);
            line-height: 1.3;
        }
        
        .step.active .step-label {
            color: #00cbff;
            font-weight: 600;
        }
        
        .step.completed .step-label {
            color: #00ff88;
        }
        
        .step.rejected .step-label {
            color: #ff4444;
        }
        
        .error-message {
            background: rgba(255, 0, 0, 0.1);
            border: 1px solid rgba(255, 0, 0, 0.3);
            border-radius: 1rem;
            padding: 2rem;
            color: #ff4444;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .back-button {
            display: inline-block;
            background: transparent;
            border: 1.5px solid #ffffff;
            border-radius: 50px;
            padding: 12px 30px;
            color: #fff;
            text-decoration: none;
            font-family: "Raleway", sans-serif;
            font-size: 1rem;
            transition: all 0.3s ease;
            margin-top: 2rem;
        }
        
        .back-button:hover {
            background: linear-gradient(277.59deg, #ff6200 7.17%, #00baff 92.47%);
        }
        
        .next-steps {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 1rem;
            padding: 2rem;
            margin-top: 2rem;
        }
        
        .next-steps-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: #00cbff;
            margin-bottom: 1rem;
        }
        
        .next-steps-content {
            color: rgba(255, 255, 255, 0.8);
            line-height: 1.6;
        }
        
        @media (max-width: 768px) {
            .stepper {
                flex-direction: column;
                gap: 2rem;
            }
            
            .stepper::before {
                display: none;
            }
            
            .step {
                max-width: none;
                width: 100%;
            }
            
            .info-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.5rem;
            }
            
            .info-value {
                text-align: left;
            }
        }