/* Estilos para a seção expandida "Por que comparar cartões de crédito?" */
.why-compare-expanded {
    padding: 60px 0;
    background-color: #f9f6f0;
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #e0d5c1;
    border-bottom: 1px solid #e0d5c1;
}

.why-compare-expanded .section-title {
    color: #453630;
    margin-bottom: 30px;
    font-size: 2.5rem;
    text-align: center;
}

.why-compare-expanded .section-subtitle {
    color: #6c5f57;
    margin-bottom: 40px;
    text-align: center;
    font-size: 1.2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.why-compare-expanded .benefit-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border-left: 4px solid #9b7e4b;
}

.why-compare-expanded .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.why-compare-expanded .benefit-icon {
    color: #9b7e4b;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.why-compare-expanded .benefit-title {
    color: #453630;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.why-compare-expanded .benefit-description {
    color: #6c5f57;
    line-height: 1.6;
}

.why-compare-expanded .benefit-list {
    margin-top: 15px;
    padding-left: 20px;
}

.why-compare-expanded .benefit-list li {
    margin-bottom: 8px;
    color: #6c5f57;
}

.why-compare-expanded .cta-container {
    margin-top: 50px;
    text-align: center;
}

.why-compare-expanded .btn-cta {
    background-color: #9b7e4b;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    font-size: 1.1rem;
}

.why-compare-expanded .btn-cta:hover {
    background-color: #7d6539;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(155, 126, 75, 0.3);
}

.why-compare-expanded .testimonial {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 40px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}

.why-compare-expanded .testimonial-text {
    font-style: italic;
    color: #6c5f57;
    margin-bottom: 15px;
    line-height: 1.6;
}

.why-compare-expanded .testimonial-author {
    font-weight: 600;
    color: #453630;
}

.why-compare-expanded .testimonial-rating {
    color: #9b7e4b;
    margin-top: 10px;
}

.why-compare-expanded .statistics-container {
    margin-top: 50px;
    text-align: center;
}

.why-compare-expanded .statistic-item {
    margin-bottom: 30px;
}

.why-compare-expanded .statistic-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #9b7e4b;
    margin-bottom: 10px;
}

.why-compare-expanded .statistic-label {
    color: #6c5f57;
    font-size: 1.1rem;
}

.why-compare-expanded .faq-section {
    margin-top: 50px;
}

.why-compare-expanded .faq-title {
    color: #453630;
    margin-bottom: 30px;
    font-size: 2rem;
    text-align: center;
}

.why-compare-expanded .faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0d5c1;
    padding-bottom: 20px;
}

.why-compare-expanded .faq-question {
    font-weight: 600;
    color: #453630;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.why-compare-expanded .faq-answer {
    color: #6c5f57;
    line-height: 1.6;
}
