/* Melhorias de legibilidade e espaçamento */

:root {
    --color-text: #333333;
    --color-text-light: #555555;
    --color-background: #ffffff;
    --color-background-light: #f9f9f9;
}

/* Melhorias gerais de legibilidade */
body {
    line-height: 1.8;
    color: var(--color-text);
}

/* Aumentar contraste e tamanho para melhor legibilidade */
p, .answer, .quote, .content p, .benefit-item .text p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #222222;
    margin-bottom: 1.2em;
}

/* Melhorar legibilidade dos títulos */
h1, h2, h3, h4, h5, h6 {
    color: #111111;
    line-height: 1.4;
    letter-spacing: -0.01em;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

h2 {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Melhorar espaçamento entre seções */
section {
    padding: 90px 0;
    margin-bottom: 0;
}

/* Melhorar espaçamento interno dos elementos */
.benefit-item, .testimonial-item, .expert-opinion, .security-item-elegant {
    padding: 40px;
    margin-bottom: 35px;
    border-radius: 12px;
}

/* Melhorar espaçamento dos elementos de FAQ */
.faq-item {
    margin-bottom: 35px;
    padding-bottom: 35px;
}

.faq-item .question {
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #111111;
}

.faq-item .answer {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #222222;
}

/* Melhorar legibilidade dos botões */
.button-elegant, .cta-button {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 20px 36px;
    letter-spacing: 0.5px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Melhorar contraste e legibilidade do preço */
.price-tag .original {
    font-size: 1.3rem;
    color: #555555;
    margin-bottom: 10px;
    text-decoration: line-through;
}

.price-tag .current {
    font-size: 3rem;
    font-weight: 800;
    color: #1e6f5c;
    margin-bottom: 10px;
}

.price-tag .installment {
    font-size: 1.25rem;
    color: #333333;
    font-weight: 500;
}

/* Melhorar espaçamento dos elementos de confiança */
.client-trust {
    margin: 50px 0;
    padding: 25px 0;
}

.client-trust .trust-text {
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 600;
}

.client-trust .trust-icons {
    gap: 50px;
}

.client-trust .trust-icon i {
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.client-trust .trust-icon span {
    font-size: 1.1rem;
    font-weight: 500;
}

/* Melhorar espaçamento na seção de segurança */
.security-section-elegant {
    padding: 90px 0;
}

.security-content-elegant {
    gap: 50px;
}

.security-item-elegant .header {
    margin-bottom: 30px;
}

.security-item-elegant .header h3 {
    font-size: 1.8rem;
    color: #111111;
    font-weight: 700;
}

.security-badges-elegant {
    margin-top: 70px;
    gap: 60px;
}

.security-badge-elegant .label {
    font-size: 1.15rem;
    font-weight: 600;
    color: #222222;
}

/* Melhorar espaçamento na seção de garantia */
.guarantee-box {
    padding: 60px;
    margin-bottom: 50px;
    border-radius: 12px;
}

.guarantee-box .seal {
    margin-right: 50px;
}

.guarantee-box h2 {
    font-size: 2.5rem;
    color: #111111;
    font-weight: 800;
}

.guarantee-box p {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #222222;
}

/* Melhorar legibilidade dos depoimentos */
.testimonial-item .quote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #222222;
    font-style: italic;
}

.testimonial-item .author {
    font-size: 1.15rem;
    font-weight: 600;
    color: #111111;
}

.expert-opinion .quote {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #222222;
    font-style: italic;
}

.expert-opinion .author {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111111;
}

.expert-opinion .credentials {
    font-size: 1.1rem;
    color: #444444;
    font-weight: 500;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
    h1 {
        font-size: 2.4rem;
    }
    
    h2 {
        font-size: 2.1rem;
    }
    
    h3 {
        font-size: 1.5rem;
    }
    
    p, .answer, .quote, .content p, .benefit-item .text p {
        font-size: 1.15rem;
    }
    
    section {
        padding: 70px 0;
    }
    
    .benefit-item, .testimonial-item, .expert-opinion, .security-item-elegant {
        padding: 30px;
        margin-bottom: 30px;
    }
    
    .guarantee-box {
        padding: 40px;
    }
    
    .client-trust .trust-icons {
        gap: 35px;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 2.1rem;
    }
    
    h2 {
        font-size: 1.9rem;
    }
    
    h3 {
        font-size: 1.4rem;
    }
    
    p, .answer, .quote, .content p, .benefit-item .text p {
        font-size: 1.1rem;
    }
    
    .button-elegant, .cta-button {
        font-size: 1.2rem;
        padding: 18px 28px;
    }
    
    .price-tag .current {
        font-size: 2.6rem;
    }
    
    .price-tag .installment {
        font-size: 1.15rem;
    }
    
    .client-trust .trust-icons {
        gap: 25px;
    }
    
    .faq-item .question {
        font-size: 1.3rem;
    }
    
    .faq-item .answer {
        font-size: 1.1rem;
    }
}
