/* ============================================================
   7. SEÇÃO HISTÓRIAS DE SUCESSO
   ============================================================ */
.results-section {
    padding: 80px 20px;
    background-color: #ffffff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.results-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.results-header {
    margin-bottom: 50px;
}

.results-header .badge {
    display: inline-block;
    padding: 6px 20px;
    border: 1.5px solid #20dfb1;
    border-radius: 50px;
    color: #263570;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.results-header .title-main {
    font-size: 2.5rem;
    color: #263570;
    font-weight: 800;
    margin: 0;
}

.results-header .highlight {
    color: #20dfb1;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.result-card {
    background-color: #263570;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(38, 53, 112, 0.15);
    transition: transform 0.3s ease;
}

.result-card:hover {
    transform: translateY(-10px);
}

.comparison-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.comparison-container img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.labels {
    display: flex;
    justify-content: space-around;
    padding: 15px 0 5px;
}

.label-before, .label-after {
    background: #20dfb1;
    color: #263570;
    font-weight: 900;
    font-size: 0.8rem;
    padding: 5px 25px;
    border-radius: 4px;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.results-section .cta-container {
    margin-top: 40px;
}

.results-section .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #263570;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(38, 53, 112, 0.2);
}

.results-section .cta-button:hover {
    background: #20dfb1;
    color: #263570;
    transform: scale(1.05);
}

/* ============================================================
   8. RESPONSIVIDADE GERAL
   ============================================================ */
@media (max-width: 992px) {
    .hero-ozenvitta .container { 
        grid-template-columns: 1fr; 
        text-align: center; 
    }
    
    .benefits-grid { 
        grid-template-columns: 1fr; 
    }
    
    .kits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-bar .container {
        flex-direction: column;
        gap: 25px;
    }
    
    .benefits-bar .benefit-item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 768px) {
    .benefits-bar {
        padding: 20px 0;
    }
    
    .benefits-bar .benefit-icon {
        width: 55px;
        height: 55px;
    }
    
    .benefits-bar .benefit-icon svg {
        width: 28px;
        height: 28px;
    }
    
    .benefits-bar .benefit-text h3 {
        font-size: 1rem;
    }
    
    .benefits-bar .benefit-text p {
        font-size: 0.9rem;
    }
    
    .benefits-transform {
        padding: 60px 20px;
    }
    
    .benefits-transform .main-title {
        font-size: 2rem;
    }
    
    .benefits-transform .sub-title {
        font-size: 1.5rem;
    }
    
    .benefits-transform .benefit-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 25px 20px;
    }
    
    .benefits-transform .benefit-icon {
        width: 70px;
        height: 70px;
    }
    
    .benefits-transform .benefit-icon img {
        width: 45px;
        height: 45px;
    }
    
    .benefits-transform .benefit-title {
        font-size: 1.3rem;
    }
    
    .benefits-transform .benefit-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .benefits-transform .benefit-description {
        font-size: 1rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .pricing-title {
        font-size: 2rem;
    }
    
    .kits-grid {
        grid-template-columns: 1fr;
    }
    
    .btn-primary-pulse {
        font-size: 1.1rem;
        padding: 15px 25px;
    }
    
    .how-it-works .container {
        padding: 40px 20px;
    }
}

@media (max-width: 600px) {
    .results-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .benefit-card {
        flex-direction: column;
        text-align: center;
    }
    
    .card-image img {
        margin: 0 auto 15px;
    }
}

@media (max-width: 480px) {
    .btn-cta,
    .btn-buy,
    .btn-primary-pulse,
    .cta-button {
        width: 90%;
        text-align: center;
        justify-content: center;
    }
    
    .benefits-bar .benefit-item {
        min-width: 100%;
        padding: 15px 10px;
    }
}

/* ============================================================
   9. SEÇÃO DE INGREDIENTES
   ============================================================ */

.ingredients-section {
    background-color: #263570; /* Azul Marinho */
    padding: 80px 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

/* Cabeçalho */
.badge-natural {
    border: 1px solid #20dfb1;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
}

.main-title {
    color: #ffffff;
    font-size: 2.2rem;
    margin-top: 20px;
    font-weight: 800;
}

.sub-title-green {
    color: #20dfb1; /* Verde Água */
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.description {
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

/* Grid de Cards */
.ingredients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.ingredient-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    transition: transform 0.3s;
}

.ingredient-card:hover {
    transform: translateY(-10px);
}

.img-container {
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    border: 3px solid #20dfb1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container img {
    width: 100%;
    height: auto;
}

.ingredient-card h4 {
    color: #263570;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.ingredient-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Botão Estilo Imagem */
.cta-wrapper {
    margin-top: 60px;
}

.btn-primary-ozen {
    display: inline-flex;
    align-items: center;
    background-color: #263570;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 2px solid #20dfb1;
}

.icon-arrow {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}


/* ============================================================
   9. SEÇÃO DE DEPOIMENTOS
   ============================================================ */
.testimonials-section {
    padding: 60px 0;
    background: #fff;
    max-width: 1000px; /* Reduz a largura total para não cobrir a página toda */
    margin: 0 auto;    /* Centraliza o bloco inteiro na página */
}

.title-depo {
    color: #263570;
    font-size: 2.2rem;
    font-weight: 800;
    margin: 20px 0;
    text-align: center;
}

.title-depo span {
    color: #20dfb1;
}

/* Ajuste do Grid para centralizar os cards menores */
.depoimentos-grid {
    display: flex;
    justify-content: center; /* Centraliza os itens horizontalmente */
    gap: 12px;
    flex-wrap: nowrap;
    padding: 20px;
}

.testimonial-card {
    border: 2px solid #20dfb1 !important;
    border-radius: 15px !important;
    overflow: hidden;
    /* Reduzindo a largura de cada card */
    flex: 0 0 15%; 
    min-width: 130px; 
    transition: transform 0.3s ease;
}

.testimonial-card img {
    width: 100% !important;
    height: 280px !important; /* Imagens mais baixas para ficarem menores */
    object-fit: cover !important;
    display: block;
}

/* Ajuste Mobile */
@media (max-width: 768px) {
    .title-depo { font-size: 1.6rem; }
    .depoimentos-grid {
        overflow-x: auto; /* Permite deslizar no celular se ficar apertado */
        justify-content: flex-start;
    }
    .testimonial-card {
        flex: 0 0 40%;
        height: 250px;
    }
}


/* ============================================================
   10. SEÇÃO DE GARANTIA
   ============================================================ */
.garantia-section {
    background-color: #263570; /* Azul Marinho da referência */
    padding: 60px 20px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.container-garantia {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* Para funcionar no celular */
}

/* Coluna da Imagem */
.garantia-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.garantia-image img {
    max-width: 100%;
    height: auto;
    /* Ajuste para a imagem não ficar gigante */
    max-height: 400px; 
}

/* Coluna do Conteúdo */
.garantia-content {
    flex: 1;
    min-width: 300px;
}

.garantia-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.2;
}

.garantia-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.garantia-text strong {
    color: #ffffff;
}

.prioridade {
    font-weight: 700;
    font-size: 1.2rem !important;
    margin-top: 10px;
}

/* Responsivo para Celular */
@media (max-width: 768px) {
    .container-garantia {
        flex-direction: column;
        text-align: center;
    }
    
    .garantia-title {
        font-size: 1.8rem;
    }
}

/* ============================================================
   11. SEÇÃO DO RODAPÉ
   ============================================================ */
.site-footer {
    background-color: #2c3e75; /* Azul um pouco mais claro que o original */
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 colunas iguais */
    gap: 30px;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

/* Logo Column */
.logo-col {
    align-items: center;
    text-align: center;
}

.footer-logo {
    max-width: 120px;
    height: auto;
}

.brand-name {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

/* Texto de Aviso */
.footer-text {
    font-size: 13px;
    line-height: 1.5;
    color: #e0e0e0;
}

/* Imagens de Pagamento e Segurança */
.payment-img, .security-img {
    max-width: 100%;
    height: auto;
}

/* Responsividade */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr); /* 2 colunas no tablet */
    }
}

@media (max-width: 600px) {
    .footer-container {
        grid-template-columns: 1fr; /* 1 coluna no celular */
        text-align: center;
    }
    
    .footer-column {
        align-items: center;
    }
}

/* 1. Remove margens que podem empurrar o footer para baixo */
.benefits-section, 
.guarantee-section,
section {
    margin-bottom: 0 !important;
    padding-bottom: 60px; /* Controle o respiro apenas com padding */
}

/* 2. Garante que o footer não tenha margem superior */
.site-footer {
    background-color: #2c3e75;
    color: #ffffff;
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
    margin-top: 0 !important; /* Remove qualquer espaço acima */
    display: block;
    width: 100%;
}

/* 3. Reset de margens internas que causam "vazamento" de espaço */
.footer-container, 
.footer-column, 
.footer-title, 
.footer-links {
    margin-top: 0;
}

/* 4. Remove espaços em branco fantasmas causados por elementos inline-block */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}