.event-details-wrapper {
    padding: 40px 0;
    background: linear-gradient(135deg, #141414 0%, #000 100%);
    color: #e0e0e0;
    overflow-x: hidden;
}

.header-info {
    text-align: center;
    margin-bottom: 40px;
}

.event-title {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(229, 9, 20, 0.3);
}

.event-details-grid {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 15px;
}

.event-detail-section {
    background: #222;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

.event-detail-section:hover {
    transform: translateY(-5px);
}

.section-title {
    font-size: 1.8rem;
    color: #e50914;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.event-description {
    font-size: 0.95rem;
    color: #b3b3b3;
    margin-bottom: 15px;
    line-height: 1.4;
}

.detail-group {
    margin-bottom: 20px;
}

.detail-subtitle {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.detail-group p, .detail-group ul {
    font-size: 0.9rem;
    color: #e0e0e0;
    margin-bottom: 5px;
}

.lineup-list {
    list-style: none;
    padding-left: 0;
}

.lineup-list li {
    margin-bottom: 5px;
}

.btn-buy-large {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 12px;
    background: linear-gradient(90deg, #e50914 0%, #ff4d4d 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.btn-buy-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6);
}

@media (max-width: 767.98px) {
    .event-title {
        font-size: 2.2rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
    .btn-buy-large {
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .event-title {
        font-size: 1.8rem;
    }
    .section-title {
        font-size: 1.3rem;
    }
    .btn-buy-large {
        max-width: 200px;
    }
}



/*.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
}

.modal-content {
    background: #222;
    margin: 5% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 1.8rem;
    color: #e50914;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-close {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: #ff4d4d;
}

.modal-body {
    color: #e0e0e0;
}

.lote-info, .total-info {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #b3b3b3;
}

.quantity-selector {
    margin-bottom: 20px;
}

.quantity-selector label {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    color: #fff;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    background: #333;
    border: 1px solid #444;
    color: #fff;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.quantity-btn:hover {
    background: #444;
    transform: scale(1.1);
}

#quantity {
    width: 60px;
    padding: 5px;
    text-align: center;
    background: #333;
    border: 1px solid #444;
    color: #fff;
    font-size: 1rem;
}

.btn-buy-large {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 12px;
    background: linear-gradient(90deg, #e50914 0%, #ff4d4d 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin: 20px auto 0;
}

.btn-buy-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6);
}

@media (max-width: 767.98px) {
    .modal-content {
        margin: 10% auto;
    }
    .modal-title {
        font-size: 1.5rem;
    }
    .quantity-btn {
        width: 35px;
        height: 35px;
    }
}

.form-control {
    background: #ffffff; /* Cinza escuro para inputs 
    
    border: 2px solid transparent;
    padding: 12px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 5px;
    font-size: 1rem;
   
}

.form-control:focus {
    border-color: #e50914; /* Vermelho hda ao focar 
    box-shadow: 0 0 5px rgba(229, 9, 20, 0.5); /* Brilho sutil 
    outline: none;
}

.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

.modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        overflow: auto;
    }

    .modal-content {
        background: #222;
        margin: 5% auto;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 500px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
        position: relative;
        animation: slideIn 0.3s ease-out;
    }

    @keyframes slideIn {
        from { transform: translateY(-50px); opacity: 0; }
        to { transform: translateY(0); opacity: 1; }
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .modal-title {
        font-size: 1.8rem;
        color: #e50914;
        font-weight: 700;
        text-transform: uppercase;
    }

    .modal-close {
        background: none;
        border: none;
        font-size: 1.5rem;
        color: #fff;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .modal-close:hover {
        color: #ff4d4d;
    }

    .modal-body {
        color: #e0e0e0;
        text-align: center;
    }

    .redirect-message {
        font-size: 1.1rem;
        margin-bottom: 15px;
        color: #b3b3b3;
    }

    #countdown {
        color: #e50914;
        font-weight: bold;
    }

    .btn-buy-large {
        display: block;
        width: 100%;
        max-width: 300px;
        padding: 12px;
        background: linear-gradient(90deg, #e50914 0%, #ff4d4d 100%);
        color: #fff;
        border: none;
        border-radius: 6px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: transform 0.2s ease, box-shadow 0.3s ease;
        cursor: pointer;
        margin: 20px auto 0;
    }

    .btn-buy-large:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6);
    }

    @media (max-width: 767.98px) {
        .modal-content {
            margin: 10% auto;
        }
        .modal-title {
            font-size: 1.5rem;
        }
    }