/**
 * CUSTOM-ATACADO.CSS - VENVARITAOFICIAL.COM.BR
 * Versão 5.2 - CORRIGIDO - Espaçamento do Hero
 * Data: 19/10/2025
 * 
 * IMPORTANTE: Este arquivo deve ser importado DEPOIS do custom.css
 * Exemplo no atacado.html:
 * <link rel="stylesheet" href="css/custom.css">
 * <link rel="stylesheet" href="css/custom-atacado.css">
 */

/* ========================================
   ATACADO - REVENDEDORES
   ======================================== */

/* HERO ATACADO - CORRIGIDO */
.header-area-atacado {
    background: linear-gradient(135deg, #2C3E50 0%, #34495E 50%, #2C3E50 100%);
    min-height: 600px;
    position: relative;
    overflow: hidden;
    /* ✅ REMOVIDO margin-top negativo que causava sobreposição */
    margin-top: 0;
    /* ✅ AJUSTADO padding-top para compensar a altura do menu */
    padding: 180px 0 80px 0;
}

.header-area-atacado::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(241, 137, 26, 0.1) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
}

.header-area-atacado::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(241, 137, 26, 0.08) 0%, transparent 70%);
    bottom: -150px;
    left: -100px;
    border-radius: 50%;
}

.header-content-atacado {
    position: relative;
    z-index: 2;
}

.header-content-atacado h2 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.header-content-atacado .text-laranja {
    color: #F1891A;
}

.header-content-atacado .text-branco {
    color: #f1f1f1;
}

.header-content-atacado p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: #f1f1f1;
}

/* CARDS ATACADO */
.pricing-area-atacado {
    background: #FFFFFF;
    position: relative;
    padding: 110px 0 90px;
}

.pricing-area-atacado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(44, 62, 80, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.pricing-area-atacado::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 249, 250, 0.6) 50%, rgba(44, 62, 80, 0.08) 100%);
    pointer-events: none;
    z-index: 1;
}

.pricing-wrap-atacado {
    position: relative;
    z-index: 2;
}

.single-pricing-atacado {
    background: #fff;
    border: 2px solid rgba(241, 137, 26, 0.15);
    border-radius: 20px;
    padding: 25px 20px 20px 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    position: relative;
}

.single-pricing-atacado:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(241, 137, 26, 0.25);
    border-color: rgba(241, 137, 26, 0.5);
}

.pricing-icon-atacado {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 15px 0;
    padding: 10px;
}

.pricing-icon-atacado img {
    max-width: 100%;
    max-height: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 4px 12px rgba(241, 137, 26, 0.2));
}

.single-pricing-atacado:hover .pricing-icon-atacado img {
    transform: scale(1.06);
}

.pricing-info-atacado {
    margin-bottom: 15px;
}

.pricing-info-atacado h4 {
    color: #2C3E50;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
}

.pricing-info-atacado .plan-type {
    color: #666;
    font-size: 13px;
    display: block;
}

.frete-badge-atacado {
    background: linear-gradient(135deg, #27AE60 0%, #2ECC71 100%);
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 15px auto;
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.3);
}

.frete-badge-atacado i {
    font-size: 16px;
}

.price-simple-atacado {
    padding: 15px 10px;
    margin: 15px 0;
    text-align: center;
}

.price-installment {
    color: #F1891A;
    font-size: 15px;
    font-weight: 600;
    margin: 5px 0 0 0;
}

.price-big {
    color: #F1891A;
    font-size: 40px;
    font-weight: 700;
    display: block;
    margin: 2px 0 5px 0;
    text-shadow: 0 0 15px rgba(241, 137, 26, 0.3);
}

.price-big.best {
    font-size: 44px;
}

.price-cash {
    color: #666;
    font-size: 12px;
    margin: 8px 0 10px 0;
}

.pricing-btn-atacado {
    margin-top: auto;
    padding-top: 10px;
}

.btn-atacado {
    width: 100%;
    padding: 14px 25px;
    background: linear-gradient(135deg, #F1891A 0%, #FF6B35 100%);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 18px rgba(241, 137, 26, 0.4);
}

.btn-atacado:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(241, 137, 26, 0.6);
    color: #fff;
    text-decoration: none;
}

.btn-atacado i {
    font-size: 14px;
}

/* AVISO PARA REVENDEDORES */
.limited-stock-atacado {
    background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 100%);
    color: #1565C0;
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-left: 5px solid #1976D2;
    box-shadow: 0 4px 20px rgba(25, 118, 210, 0.2);
    margin-bottom: 20px;
}

/* TRUST BADGES ATACADO */
.trust-badges-atacado {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 20px;
}

.trust-item-atacado {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2C3E50;
    font-size: 14px;
    font-weight: 600;
}

.trust-item-atacado i {
    font-size: 20px;
    color: #F1891A;
}

/* FAQ ATACADO - CONFIGURAÇÃO IDÊNTICA AO INDEX */
.faq-area-atacado {
    background: #f8f9fa !important;
    position: relative;
}

.faq-area-atacado::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #7DCDE8 50%, transparent 100%);
}

/* ========================================
   RESPONSIVO - ATACADO
   ======================================== */

@media (max-width: 991px) {
    .header-area-atacado {
        /* ✅ Ajuste responsivo mantendo espaço para o menu */
        margin-top: 0;
        padding: 160px 0 80px 0;
    }
    
    .header-content-atacado h2 {
        font-size: 38px;
    }
    
    .header-content-atacado p {
        font-size: 18px;
    }
    
    .single-pricing-atacado {
        margin-bottom: 25px;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .header-area-atacado {
        padding: 140px 0 60px 0;
    }
    
    .header-content-atacado h2 {
        font-size: 32px;
    }
    
    .header-content-atacado p {
        font-size: 16px;
    }
    
    .price-big {
        font-size: 36px;
    }
    
    .price-big.best {
        font-size: 38px;
    }
    
    .pricing-icon-atacado {
        height: 120px;
        margin: 25px 0 12px 0;
    }
    
    .pricing-icon-atacado img {
        max-height: 120px;
    }
    
    .trust-badges-atacado {
        gap: 20px;
    }
    
    .trust-item-atacado {
        font-size: 13px;
    }
    
    .trust-item-atacado i {
        font-size: 18px;
    }
    
    /* ✅ FAQ MOBILE - BOLINHA MENOR */
    .faq-area-atacado .faq-wrapper .card-header {
        padding: 15px 18px;
    }
    
    .faq-area-atacado .btn-link {
        font-size: 14px;
    }
    
    .faq-area-atacado .btn-link::after {
        width: 24px;
        height: 24px;
        font-size: 18px;
        margin-left: 12px;
    }
    
    .faq-area-atacado .card-body p {
        font-size: 13px;
        line-height: 1.6;
        padding: 15px;
    }
    
    .faq-wrapper-padding {
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .faq-area-atacado .btn-link {
        font-size: 13px;
    }
    
    .faq-area-atacado .btn-link::after {
        width: 22px;
        height: 22px;
        font-size: 16px;
    }
}