/* chopp_havaiano_2025/css/chopp_havaiano.css */

/* Banner do Evento - CORREÇÃO COMPLETA */
.chopp-banner {
    background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    color: white;
    padding: 100px 0;
    margin-top: 76px;
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

@keyframes gradientBG {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.chopp-illustration {
    animation: float 3s ease-in-out infinite;
    text-align: center;
    padding: 2rem 0;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Container de Vídeo */
.video-container-chopp {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    margin-bottom: 1rem;
}

/* Vídeo pequeno para as seções */
.video-container-small {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
}

.video-container-small .ratio {
    border-radius: 8px;
}

.video-container-small iframe {
    border-radius: 8px;
}

/* Cards Especiais */
.chopp-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
}

.chopp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Botão de Compra */
.btn-warning {
    background: linear-gradient(45deg, #ff8a00, #ffc400);
    border: none;
    font-weight: bold;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 50px;
    padding: 12px 30px;
}

.btn-warning:hover {
    background: linear-gradient(45deg, #ff6a00, #ffb400);
    transform: scale(1.05);
    color: #000;
    box-shadow: 0 5px 15px rgba(255, 138, 0, 0.4);
}

/* Contador */
.contador-chopp {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1rem;
}

.contador-item {
    text-align: center;
    background: rgba(255,255,255,0.2);
    padding: 1rem 1.5rem;
    border-radius: 15px;
    min-width: 100px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

.contador-numero {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #ffc400;
    margin-bottom: 0.5rem;
}

.contador-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    color: rgba(255,255,255,0.9);
    font-weight: 600;
}

/* Lotes - ATUALIZADO PARA LINHA ÚNICA */
.lote-item {
    border-left: 4px solid #0d6efd;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.lote-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.lote-header strong {
    font-size: 1.1rem;
}

/* Combo Items - ATUALIZADO COM IMAGENS/GIFs */
.combo-item {
    padding: 1.5rem 1rem;
    border-bottom: 2px solid #e9ecef;
    transition: all 0.3s ease;
}

.combo-item:last-child {
    border-bottom: none;
}

.combo-item:hover {
    background: #f8f9fa;
    border-radius: 12px;
}

/* Container de Ícones do Combo - ATUALIZADO */
.combo-icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 12px;
    padding: 8px;
    position: relative;
}

.combo-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.combo-icon-fallback {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-size: 2rem;
    border-radius: 8px;
}

/* Info Items */
.info-item {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #f8f9fa;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: #f8f9fa;
    border-radius: 8px;
    padding-left: 1rem;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item i {
    width: 25px;
    text-align: center;
}

/* Regras Evento */
.regras-evento {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 5px solid #ffc107;
    margin-top: 1.5rem;
}

.regras-evento ul {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.regras-evento li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
    color: #6c757d;
}

.regras-evento li:before {
    content: "•";
    color: #ffc107;
    font-weight: bold;
    position: absolute;
    left: 0.5rem;
    font-size: 1.2em;
}

/* Seção PIX */
.pix-info-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.chave-pix .btn {
    padding: 0.25rem 0.5rem;
}

.chave-pix code {
    font-family: 'Courier New', monospace;
    font-weight: bold;
}

/* Acessibilidade */
.acessibilidade-info {
    padding: 1rem;
}

/* Seção Final de Compra - ATUALIZADA */
.info-compra-adicional .card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.info-compra-adicional .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Responsividade */
@media (max-width: 768px) {
    .chopp-banner {
        padding: 80px 0 60px;
        margin-top: 76px;
        text-align: center;
        min-height: auto;
    }
    
    .contador-chopp {
        gap: 1rem;
        flex-wrap: wrap;
    }
    
    .contador-item {
        min-width: 70px;
        padding: 0.8rem 1rem;
        flex: 1;
    }
    
    .contador-numero {
        font-size: 1.5rem;
    }
    
    .video-container-chopp {
        margin-top: 2rem;
    }
    
    .pix-info-card {
        padding: 2rem 1rem;
    }
    
    /* Ajuste dos ícones para mobile */
    .combo-icon-container {
        width: 60px;
        height: 60px;
    }
    
    .combo-icon-fallback {
        font-size: 1.5rem;
    }
    
    .chopp-illustration {
        margin-top: 2rem;
        padding: 1rem 0;
    }
    
    /* Valores e Lotes em linha única - mobile */
    .lote-item {
        padding: 0.8rem;
        margin-bottom: 1rem;
    }
    
    .lote-header strong {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .contador-item {
        min-width: 60px;
        padding: 0.6rem 0.8rem;
    }
    
    .contador-numero {
        font-size: 1.3rem;
    }
    
    .contador-label {
        font-size: 0.8rem;
    }
    
    .combo-icon-container {
        width: 50px;
        height: 50px;
    }
    
    .combo-icon-fallback {
        font-size: 1.2rem;
    }
}

/* Tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .combo-icon-container {
        width: 70px;
        height: 70px;
    }
    
    .combo-icon-fallback {
        font-size: 1.8rem;
    }
    
    .contador-item {
        min-width: 90px;
    }
}

/* Animações suaves */
.fade-in {
    animation: fadeIn 1s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Badges especiais */
.badge {
    font-size: 0.8em;
    padding: 0.5em 0.8em;
    border-radius: 20px;
}

/* Cards de informação */
.card {
    border-radius: 12px;
    overflow: hidden;
}

.card-header {
    border-bottom: none;
    padding: 1.5rem;
}

.card-body {
    padding: 2rem;
}

/* Alertas personalizados */
.alert {
    border-radius: 12px;
    border: none;
    padding: 1.5rem;
}

.alert-info {
    background-color: #d1ecf1;
    border-left: 5px solid #17a2b8;
}

/* Melhorias de espaçamento */
.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

/* Estilos para a chave PIX */
.chave-pix .bg-light {
    background-color: #f8f9fa !important;
    border: 2px dashed #dee2e6 !important;
}

/* Gradientes especiais */
.bg-gradient-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bg-gradient-warning {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.bg-gradient-success {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

/* Melhorias de tipografia */
.display-4 {
    font-weight: 700 !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Sombras suaves */
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Bordas arredondadas consistentes */
.rounded {
    border-radius: 0.375rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}