/**
 * CUSTOM-ASSINATURA.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
 */

/* ========================================
   ASSINATURA - PLANOS MENSAIS
   ======================================== */

/* HERO ASSINATURA - CORRIGIDO */
.header-area-assinatura {
    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-assinatura::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-assinatura::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-assinatura {
    position: relative;
    z-index: 2;
}

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

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

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

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

.header-content-assinatura p strong {
    font-weight: 700;
    color: #fff;
}

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

.pricing-area-assinatura::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-assinatura::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-assinatura {
    position: relative;
    z-index: 2;
}

.single-pricing-assinatura {
    background: #fff;
    border: 2px solid rgba(241, 137, 26, 0.15);
    border-radius: 20px;
    padding: 25px 20px 20px 20px;
    min-height: 540px;
    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-assinatura:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 50px rgba(241, 137, 26, 0.25);
    border-color: rgba(241, 137, 26, 0.5);
}

.discount-badge-assinatura {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #F1891A 0%, #FF6B35 100%);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(241, 137, 26, 0.5);
    z-index: 10;
    white-space: nowrap;
}

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

.pricing-icon-assinatura 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-assinatura:hover .pricing-icon-assinatura img {
    transform: scale(1.06);
}

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

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

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

.frete-badge-assinatura {
    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-assinatura i {
    font-size: 16px;
}

.price-simple-assinatura {
    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-assinatura {
    margin-top: auto;
    padding-top: 10px;
}

.btn-assinatura {
    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-assinatura:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(241, 137, 26, 0.6);
    color: #fff;
    text-decoration: none;
}

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

/* AVISO GARANTIA */
.limited-stock-assinatura {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    color: #2E7D32;
    padding: 15px 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border-left: 5px solid #27AE60;
    box-shadow: 0 4px 20px rgba(39, 174, 96, 0.2);
    margin-bottom: 20px;
}

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

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

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

/* ========================================
   RESPONSIVO - ASSINATURA
   ======================================== */

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

@media (max-width: 768px) {
    .header-area-assinatura {
        padding: 140px 0 60px 0;
    }
    
    .header-content-assinatura h2 {
        font-size: 32px;
    }
    
    .header-content-assinatura p {
        font-size: 16px;
    }
    
    .price-big {
        font-size: 36px;
    }
    
    .price-big.best {
        font-size: 38px;
    }
    
    .pricing-icon-assinatura {
        height: 120px;
        margin: 45px 0 12px 0;
    }
    
    .pricing-icon-assinatura img {
        max-height: 120px;
    }
    
    .trust-badges-assinatura {
        gap: 20px;
    }
    
    .trust-item-assinatura {
        font-size: 13px;
    }
    
    .trust-item-assinatura i {
        font-size: 18px;
    }
}