/* MELHORIAS DE DESIGN PARA PROVITALE CAPS */

/* Hero - Imagem maior do frasco */
.hero-product-img {
    width: 90% !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Correção do badge "Mais Vendido" */
.kit-card .badge {
    z-index: 10;
    position: relative;
    top: 0;
    margin-bottom: 15px;
}

/* Cards de Kit Clicáveis */
.kit-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: all 0.3s ease;
}

.kit-card-link:hover .kit-card {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.kit-card {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.kit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s;
}

.kit-card-link:hover .kit-card::before {
    left: 100%;
}

/* Imagens dos Kits */
.kit-image {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 0;
}

.kit-image img {
    max-width: 220px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}

.kit-card-link:hover .kit-image img {
    transform: scale(1.05);
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

/* Seção de Benefícios Melhorada */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.benefit-card {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #28a745, #20c997);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

.benefit-icon i {
    font-size: 28px;
    color: white;
}

.benefit-card h4 {
    color: #2d1b69;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-card p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Seção de Ingredientes Melhorada */
.ingredients {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.ingredients-showcase {
    margin: 40px 0;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.ingredients-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ingredient-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: linear-gradient(145deg, #ffffff, #f1f3f4);
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.ingredient-img:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.ingredient-card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-left: 4px solid #ff6b35;
    position: relative;
}

.ingredient-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ingredient-number {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.ingredient-card h3 {
    color: #2d1b69;
    font-size: 20px;
    margin-bottom: 15px;
}

.ingredient-card p {
    color: #666;
    line-height: 1.6;
}

.ingredients-guarantee {
    text-align: center;
    margin-top: 50px;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

/* Seção Antes e Depois */
.before-after-section {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 50px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.before-after-title {
    text-align: center;
    color: #2d1b69;
    font-size: 28px;
    margin-bottom: 30px;
}

.before-after-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.before-after-card {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.before-image, .after-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.before-image img, .after-image img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    display: block;
}

.image-label {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
}

.transformation-arrow {
    font-size: 30px;
    color: #ff6b35;
    background: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.transformation-description {
    text-align: center;
    max-width: 600px;
    padding: 30px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.testimonials-subtitle {
    text-align: center;
    color: #2d1b69;
    font-size: 24px;
    margin: 50px 0 30px;
}

/* Footer Logo */
.footer-logo-img {
    max-width: 150px;
    height: auto;
}

/* Seção Bônus Centralizada */
.bonus-content-centered {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.bonus-content-centered .bonus-description {
    font-size: 18px;
    margin-bottom: 30px;
}

.bonus-content-centered .bonus-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.bonus-content-centered .bonus-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
}

.bonus-content-centered .bonus-item i {
    color: #28a745;
    font-size: 20px;
}

/* Seção Antes/Depois Limpa */
.before-after-section {
    background: transparent;
    padding: 60px 40px;
    border-radius: 20px;
    margin: 40px 0;
    box-shadow: none;
    color: white;
    text-align: center;
}

.before-after-title {
    color: #2d1b69;
    font-size: 36px;
    margin-bottom: 40px;
}

.before-after-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.transformation-description {
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
}

/* Nova imagem de garantia */
.guarantee-image {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Responsividade */
@media (max-width: 768px) {
    .benefit-card,
    .ingredient-card {
        margin-bottom: 20px;
    }
    
    .before-after-card {
        flex-direction: column;
    }
    
    .transformation-arrow {
        transform: rotate(90deg);
    }
    
    .ingredients-images {
        gap: 15px;
    }
    
    .ingredient-img {
        width: 60px;
        height: 60px;
    }
    
    .kit-image img {
        max-width: 180px;
    }

    .kit-card .free-shipping {
        display: block;
        margin: 15px auto;
        width: fit-content;
    }

    .kit-card .cta-button {
        display: block;
        width: 100%;
    }
    
    .benefits-grid,
    .ingredients-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
