.qqcp-info-moderna {
    padding: 6.67rem 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

/* Encabezado Hero */
.qqcp-hero-header {
    text-align: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.qqcp-main-heading {
    font-size: 2.67rem;
    font-weight: 800;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.33rem;
    line-height: 1.1;
}

.qqcp-hero-subtitle-sec {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2rem;
    color: #64748b;
}

.qqcp-divider {
    width: 6.67rem;
    height: 0.27rem;
    background: linear-gradient(90deg, #005A9C, #2A9D8F);
    margin: 0 auto;
    border-radius: 0.13rem;
}

/* Tarjetas de sección */
.qqcp-section-card {
    align-items: center;
}

.qqcp-section-card:last-child {
    margin-bottom: 0;
}

/* Contenedor de contenido */
.qqcp-content-wrapper {
    padding: 2.67rem;
    position: relative;
    z-index: 2;
}

.qqcp-badge {
    display: inline-block;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    color: white;
    padding: 0.53rem 1.33rem;
    border-radius: 1.33rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
}

.qqcp-section-title {
    font-size: 1.87rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.qqcp-lead-text {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.6;
    font-weight: 500;
}

.qqcp-body-text {
    font-size: 1.07rem;
    color: #64748b;
    line-height: 1.7;
}

.qqcp-highlight {
    color: #005A9C;
    font-weight: 700;
}

/* Contenedor de imagen */
.qqcp-image-container {
    position: relative;
    border-radius: 1.33rem;
    overflow: hidden;
    box-shadow: 0 1.67rem 3.33rem -0.8rem rgba(0, 0, 0, 0.25);
    height: 100%;
    display: flex;
    align-items: stretch;
}

.qqcp-modern-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Componentes específicos */
.qqcp-features-mini {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.qqcp-feature-mini {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 500;
    color: #475569;
}

.qqcp-feature-dot {
    width: 0.53rem;
    height: 0.53rem;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    border-radius: 50%;
    flex-shrink: 0;
}

.qqcp-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.33rem;
    margin-bottom: 2rem;
}

.qqcp-stat {
    text-align: center;
    padding: 1.33rem 1rem;
    background: white;
    border-radius: 0.8rem;
    box-shadow: 0 0.27rem 0.4rem -0.07rem rgba(0, 0, 0, 0.1);
    border: 0.07rem solid #f1f5f9;
}

.qqcp-stat-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
}

.qqcp-stat-text {
    font-size: 0.87rem;
    color: #64748b;
    font-weight: 500;
}

.qqcp-process-steps {
    display: flex;
    flex-direction: column;
    gap: 0.44rem;
    margin-bottom: 1rem;
}

.qqcp-process-step {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.67rem;
    background: white;
    border-radius: 0.8rem;
    box-shadow: 0 0.27rem 0.4rem -0.07rem rgba(0, 0, 0, 0.1);
    border-left: 0.27rem solid #005A9C;
}

.qqcp-step-number {
    width: 2.67rem;
    height: 2.67rem;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.qqcp-step-content h4 {
    margin: 0 0 0.33rem 0;
    color: #1e293b;
    font-size: 1.07rem;
}

.qqcp-step-content p {
    margin: 0;
    color: #64748b;
    font-size: 0.87rem;
}

.qqcp-purpose-cards {
    display: flex;
    flex-direction: column;
    gap: 0.67rem;
    margin-bottom: 2rem;
}

.qqcp-purpose-card {
    display: flex;
    align-items: center;
    gap: 0.67rem;
    padding: 0.67rem;
    background: white;
    border-radius: 0.8rem;
    box-shadow: 0 0.27rem 0.4rem -0.07rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.qqcp-purpose-card:hover {
    transform: translateX(0.33rem);
}

.qqcp-purpose-icon {
    font-size: 1.2rem;
    width: 3.33rem;
    text-align: center;
    flex-shrink: 0;
}

.qqcp-purpose-card h4 {
    margin: 0 0 0.33rem 0;
    color: #1e293b;
    font-size: 1.07rem;
}

.qqcp-purpose-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.87rem;
}

/* Botones modernos */
.qqcp-modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.07rem 2.13rem;
    background: linear-gradient(135deg, #005A9C, #004578);
    color: white;
    text-decoration: none;
    border-radius: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 0.53rem 1.33rem rgba(0, 90, 156, 0.3);
}

.qqcp-btn-outline {
    background: transparent;
    border: 0.13rem solid #005A9C;
    color: #005A9C;
    box-shadow: none;
}

.qqcp-btn-outline:hover {
    background: #005A9C;
    color: white;
}

.qqcp-modern-btn:hover {
    transform: translateY(-0.13rem);
    box-shadow: 0 0.8rem 1.67rem rgba(0, 90, 156, 0.4);
}

.qqcp-btn-arrow {
    transition: transform 0.3s ease;
}

.qqcp-modern-btn:hover .qqcp-btn-arrow {
    transform: translateX(0.2rem);
}

/* MEJORAS MÍNIMAS - SOLO TÍTULO Y PÁRRAFO */
.ip-titulo-principal {
    font-size: 2.33rem;
    font-weight: 800;
    color: #005A9C;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    letter-spacing: -0.03rem;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ip-parrafo-descripcion {
    font-size: 1.07rem;
    line-height: 1.6;
    color: #4A5568;
    text-align: justify;
    margin-bottom: 1.33rem;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
    .qqcp-info-moderna {
        padding: 4rem 0;
    }
    
    .qqcp-main-heading {
        font-size: 1.67rem;
    }
    
    .qqcp-section-title {
        font-size: 1.33rem;
    }
    
    .qqcp-section-card {
        margin-bottom: 5.33rem;
    }
    
    .qqcp-content-wrapper {
        padding: 1.33rem 0;
    }
    
    .qqcp-image-container {
        transform: none !important;
        margin-bottom: 2rem;
    }
    
    .qqcp-stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .qqcp-modern-image {
        height: 23.33rem;
    }
    
    .ip-titulo-principal {
        font-size: 1.67rem;
    }
    
    .ip-parrafo-descripcion {
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .qqcp-main-heading {
        font-size: 1.33rem;
    }
    
    .qqcp-section-title {
        font-size: 1.13rem;
    }
    
    .qqcp-lead-text {
        font-size: 1rem;
    }
    
    .qqcp-modern-btn {
        width: 100%;
        justify-content: center;
    }
    
    .ip-titulo-principal {
        font-size: 1.33rem;
    }
    
    .ip-parrafo-descripcion {
        font-size: 0.93rem;
        line-height: 1.5;
    }
}

.qqcp-section-reverse {
    flex-direction: row-reverse;
}

/* Overlays para imágenes (si los necesitas) */
.qqcp-overlay-teal {
    background: linear-gradient(45deg, rgba(42, 157, 143, 0.1), rgba(0, 90, 156, 0.1));
}

.qqcp-overlay-purple {
    background: linear-gradient(45deg, rgba(147, 51, 234, 0.1), rgba(79, 70, 229, 0.1));
}

.qqcp-overlay-orange {
    background: linear-gradient(45deg, rgba(245, 158, 11, 0.1), rgba(234, 88, 12, 0.1));
}

/* PREGUNTAS FRECUENTES - CSS CORREGIDO */

.qqcp-faq-section {
    padding: 6.67rem 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.qqcp-faq-category-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #005A9C;
    margin-bottom: 1.33rem;
    padding-bottom: 0.67rem;
    border-bottom: 0.13rem solid #cbd5e1;
}

.qqcp-faq-item {
    background: #ffffff;
    border-radius: 0.8rem;
    margin-bottom: 1rem;
    box-shadow: 0 0.13rem 0.67rem rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-left: 0.27rem solid transparent;
    transition: all 0.3s ease;
}

.qqcp-faq-item:hover {
    border-left-color: #06b6d4;
    box-shadow: 0 0.27rem 1.33rem rgba(0, 0, 0, 0.12);
}

.qqcp-faq-question {
    padding: 1.33rem 1.5rem;
    font-size: 1.13rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
}

.qqcp-faq-question:hover {
    background-color: #f8fafc;
}

.qqcp-faq-icon {
    font-size: 1.33rem;
    color: #06b6d4;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.qqcp-faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    color: #475569;
    line-height: 1.7;
    background: #ffffff;
}

.qqcp-faq-answer p {
    margin-bottom: 1rem;
}

.qqcp-faq-answer p:last-child {
    margin-bottom: 0;
}

.qqcp-faq-item.active .qqcp-faq-answer {
    padding: 0 1.5rem 1.33rem;
    max-height: 1000px;
}

.qqcp-faq-item.active .qqcp-faq-icon {
    transform: rotate(180deg);
}

.qqcp-faq-survey-btn {
    display: inline-block;
    background: linear-gradient(135deg, #005A9C, #2A9D8F);
    color: white;
    padding: 0.8rem 1.6rem;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: 600;
    margin-top: 0.67rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.27rem 0.8rem rgba(0, 90, 156, 0.3);
    border: none;
    cursor: pointer;
}

.qqcp-faq-survey-btn:hover {
    transform: translateY(-0.13rem);
    box-shadow: 0 0.53rem 1.33rem rgba(0, 90, 156, 0.4);
    color: white;
}

.qqcp-faq-highlight {
    color: #005A9C;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .qqcp-faq-section {
        padding: 4rem 1.33rem;
    }
    
    .qqcp-faq-question {
        padding: 1.07rem 1.33rem;
        font-size: 1.07rem;
    }
    
    .qqcp-faq-answer {
        padding: 0 1.33rem;
    }
    
    .qqcp-faq-item.active .qqcp-faq-answer {
        padding: 0 1.33rem 1.07rem;
    }
    
    .qqcp-faq-category-title {
        font-size: 1.33rem;
    }
}

@media (max-width: 480px) {
    .qqcp-faq-question {
        font-size: 1rem;
        padding: 1rem 1.33rem;
    }
    
    .qqcp-faq-icon {
        font-size: 1.2rem;
    }
}