/* ==========================================================================
   EXCEL TEMPLATE CONTENT - ESTILOS COMUNES
   Clases CSS para contenido SEO generado por Excel Generator AI
   ========================================================================== */

/* Contenedor principal */
.excel-template-content {
    margin: 0 auto;
    line-height: 1.6;
}

/* Headers principales */
.excel-header-main {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 30px 0;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 15px;
}

.excel-header-section {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 40px 0 20px 0;
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
}


.excel-header-sub {
    font-size: 1.3rem;
    font-weight: 600;
    color: #374151;
    margin: 25px 0 15px 0;
    line-height: 1.4;
}

/* Bloques de texto */
.excel-text-block {
    margin: 20px 0;
    padding: 0;
}

.excel-text-block p {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: justify;
}

.excel-text-block p:last-child {
    margin-bottom: 0;
}

/* Listas de características */
.excel-feature-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.excel-feature-list li {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 10px 0;
    position: relative;
    padding-left: 50px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.excel-feature-list li::before {
    content: "✅";
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 1.2rem;
}

/* Texto destacado - Ahora se usa <strong> en lugar de clases */
strong {
    font-weight: 600;
    color: #1f2937;
}

/* Sección FAQ */
.excel-faq-section {
    background: #fafafa;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #e5e7eb;
}

.excel-faq-section .excel-header-sub {
    color: #1f2937;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.excel-faq-section .excel-text-block {
    margin: 0 0 25px 0;
}

/* Sección CTA */
.excel-cta-section {
    background: linear-gradient(135deg, #1e6c4c 0%, #29aa78 100%);
    color: white;
    padding: 40px;
    margin: 50px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.excel-cta-section .excel-header-section {
    color: white;
    margin: 0 0 20px 0;
    padding-left: 0;
    font-size: 2rem;
}

.excel-cta-section .excel-header-section::before {
    display: none;
}

.excel-cta-section .excel-text-block p {
    font-size: 1.2rem;
    margin: 0 0 20px 0;
    text-align: center;
}

/* Botón de descarga */
.excel-download-button {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white !important;
    padding: 18px 35px;
    text-decoration: none !important;
    border-radius: 50px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(238, 90, 36, 0.3);
    border: none;
    cursor: pointer;
}

.excel-download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(238, 90, 36, 0.4);
    background: linear-gradient(45deg, #ee5a24, #ff6b6b);
}

.excel-download-button:active {
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .excel-template-content {
        padding: 15px;
    }
    
    .excel-header-main {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .excel-header-section {
        font-size: 1.5rem;
        margin: 30px 0 15px 0;
    }
    
    .excel-header-sub {
        font-size: 1.2rem;
    }
    
    .excel-text-block p {
        font-size: 1rem;
        text-align: left;
    }
    
    .excel-feature-list li {
        padding: 12px 15px;
        padding-left: 45px;
        font-size: 1rem;
    }
    
    .excel-cta-section {
        padding: 25px 20px;
        margin: 30px 0;
    }
    
    .excel-cta-section .excel-header-section {
        font-size: 1.6rem;
    }
    
    .excel-download-button {
        padding: 15px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .excel-header-main {
        font-size: 1.7rem;
    }
    
    .excel-header-section {
        font-size: 1.3rem;
        padding-left: 15px;
    }
    
    .excel-feature-list li {
        padding: 10px 12px;
        padding-left: 40px;
        font-size: 0.95rem;
    }
    
    .excel-cta-section .excel-header-section {
        font-size: 1.4rem;
    }
} 