/* Custom Styles for ArenaPass - Tela 01 */

/* Importar estilos globais */
@import url("/assets/global-44ff0f85.css");

/* Estilos específicos da tela 01 */
body {
    background-image: url("/assets/tela01/imagem_1-cfc1efbf.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Coluna Esquerda */
.left-column {
    position: relative;
    padding: 00px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    backdrop-filter: blur(2px);
}

.left-column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><circle cx="500" cy="500" r="400" fill="rgba(255,255,255,0.05)"/><path d="M200,200 Q500,300 800,200" stroke="rgba(255,255,255,0.1)" stroke-width="2" fill="none"/></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    z-index: 0;
}

.left-content {
    position: relative;
    z-index: 1;
    max-width: 600px;
    width: 100%;
}

.main-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.subtitle {
    font-size: 1rem;
    color: var(--white);
    margin-bottom: 20px;
    opacity: 0.95;
    font-weight: 700;
}

/* Formulário de Check-in */
.checkin-form {
    background: var(--white);
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.checkin-form .mb-3 {
    margin-bottom: 0.5rem !important;
}

.checkin-form .form-label {
    color: var(--text-dark);
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 0.8rem;
}

.checkin-form .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 0.85rem;
    color: var(--text-dark);
    transition: all 0.3s ease;
}

.checkin-form .form-control:focus {
    border-color: var(--bright-green);
    box-shadow: 0 0 0 0.2rem rgba(0, 208, 132, 0.25);
    outline: none;
}

.checkbox-group {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.checkbox-group .form-check {
    margin: 0;
}

.checkbox-group .form-check-label {
    color: var(--text-dark);
    font-weight: 500;
    margin-left: 4px;
    font-size: 0.8rem;
}

.checkbox-group .form-check-input {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.checkbox-group .form-check-input:checked {
    background-color: var(--bright-green);
    border-color: var(--bright-green);
}

/* Coluna Direita */
.right-column {
    background: var(--bright-green);
    padding: 60px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    /* backdrop-filter: blur(2px); */
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.img-right {
    width: 70%;
    height: 44%;
    object-fit: contain;
    /* object-fit: cover; */
}

.right-content {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.button-fazerCheckin {
    background: var(--button-blue);
    color: var(--white);
    border: none;
    padding: 4px 18px;
    font-size: 2rem;
    font-weight: bold;
    width: max-content;
    border-radius:18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button-fazerCheckin:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.button-fazerCheckin:active {
    transform: translateY(0);
}


/* Responsive Design */
@media (max-width: 991.98px) {
    .left-column,
    .right-column {
        min-height: auto;
        padding: 40px 30px;
    }
    
    .main-title {
        font-size: 2rem;
    }
    
    .subtitle {
        font-size: 1rem;
    }
    
    .checkin-form {
        padding: 25px;
    }
    
    .images-container {
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .beer-placeholder,
    .ball-placeholder {
        width: 100px;
        height: 100px;
    }
    
    .beer-placeholder::before,
    .ball-placeholder::before {
        font-size: 50px;
    }
    
    .btn-checkin {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .left-column,
    .right-column {
        padding: 30px 20px;
    }
    
    .main-title {
        font-size: 1.75rem;
    }
    
    .subtitle {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
    
    .checkin-form {
        padding: 20px;
    }
    
    .checkbox-group {
        flex-direction: column;
        gap: 10px;
    }
    
    .images-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .beer-placeholder,
    .ball-placeholder {
        width: 80px;
        height: 80px;
    }
    
    .beer-placeholder::before,
    .ball-placeholder::before {
        font-size: 40px;
    }
    
    .btn-checkin {
        padding: 14px 25px;
        font-size: 1rem;
    }
    
    .description-text {
        font-size: 0.9rem;
    }

    .disclaimers p {
        font-size: 0.8rem;
    }

    body {
        background-attachment: scroll;
    }
}
