.elementor-9085 .elementor-element.elementor-element-c948995{--display:flex;}.elementor-9085 .elementor-element.elementor-element-b3b8e7f > .elementor-widget-container{margin:-65px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b3b8e7f */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #1c0a41;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 40px;
}

.blog-content {
    color: #1c0a41;
    font-size: 1.125rem;
    line-height: 1.7;
}

.blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1c0a41;
    margin-bottom: 16px;
    line-height: 1.2;
}

.blog-meta {
    color: #49326b;
    font-size: 0.875rem;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.reading-time {
    background: #dcd3ff;
    padding: 4px 12px;
    border-radius: 12px;
    font-weight: 500;
}

.blog-content h2 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1c0a41;
    margin-top: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
}

.blog-content h2::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, #f2645c, #8761d6);
    border-radius: 2px;
}

.blog-content h3 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #49326b;
    margin-top: 36px;
    margin-bottom: 16px;
    line-height: 1.4;
}

.blog-content p {
    margin-bottom: 20px;
    color: #1c0a41;
}

.blog-content ul, .blog-content ol {
    margin-bottom: 20px;
    padding-left: 24px;
}

.blog-content li {
    margin-bottom: 8px;
    color: #1c0a41;
}

/* Métricas mejoradas */
.impact-metrics {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    padding: 32px;
    background: linear-gradient(135deg, #f8f7ff 0%, #f0efff 100%);
    border-radius: 16px;
    border: 1px solid #dcd3ff;
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.15);
}

.impact-metric {
    text-align: center;
    flex: 1;
}

.impact-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1c0a41;
    display: block;
    margin-bottom: 12px;
}

.impact-label {
    color: #49326b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Aplicaciones mejoradas */
.applications-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin: 40px 0;
}

.application-card {
    background: white;
    padding: 24px;
    border: 1px solid #dcd3ff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.application-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
    border-color: #baacee;
}

.application-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 12px;
}

.application-description {
    color: #49326b;
    font-size: 1rem;
    line-height: 1.6;
}

.highlight-box {
    background: linear-gradient(135deg, #faf9ff 0%, #dcd3ff 100%);
    padding: 24px;
    border-radius: 16px;
    margin: 32px 0;
    border: 1px solid #baacee;
    box-shadow: 0 8px 24px rgba(186, 172, 238, 0.15);
    position: relative;
}

.highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f2645c, #8761d6, #49326b);
    border-radius: 16px 16px 0 0;
}

.highlight-box p {
    margin-bottom: 0;
    font-weight: 500;
    color: #1c0a41;
}

/* Casos de estudio mejorados */
.case-studies {
    margin: 40px 0;
}

.case-study {
    margin-bottom: 24px;
    padding: 24px;
    background: linear-gradient(135deg, #f8f7ff 0%, #f0efff 100%);
    border-radius: 12px;
    border: 1px solid #dcd3ff;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.case-study:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
}

.case-study-header {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.case-study-company {
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-right: 12px;
    box-shadow: 0 4px 12px rgba(28, 10, 65, 0.3);
}

.case-study-industry {
    color: #49326b;
    font-size: 0.875rem;
    font-weight: 500;
}

.case-study-title {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

.case-study-description {
    color: #49326b;
    line-height: 1.6;
}

/* Implementation guide mejorado y centrado */
.implementation-guide {
    margin: 40px 0;
    padding: 32px;
    background: linear-gradient(135deg, #f8f7ff 0%, #f0efff 100%);
    border-radius: 16px;
    border: 1px solid #dcd3ff;
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.12);
}

.implementation-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 32px;
    text-align: center;
}

.implementation-steps {
    max-width: 700px;
    margin: 0 auto;
}

.implementation-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 1px solid #dcd3ff;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.implementation-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
    border-color: #baacee;
}

.step-number {
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-right: 16px;
    flex-shrink: 0;
    font-size: 0.875rem;
    box-shadow: 0 4px 12px rgba(28, 10, 65, 0.3);
}

.step-content h4 {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 4px;
}

.step-content p {
    margin: 0;
    color: #49326b;
    font-size: 0.95rem;
}

.cta-section {
    background: linear-gradient(135deg, #1c0a41 0%, #49326b 100%);
    padding: 48px 40px;
    border-radius: 20px;
    margin-top: 60px;
    text-align: center;
    color: white;
    box-shadow: 0 16px 40px rgba(28, 10, 65, 0.3);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f2645c, #8761d6, #baacee);
}

.cta-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff !important;
}

.cta-description {
    font-size: 1.125rem;
    margin-bottom: 32px;
    color: #ffffff !important;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: #ffffff !important;
    padding: 18px 32px;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px rgba(28, 10, 65, 0.3);
}

.cta-button:hover {
    background: linear-gradient(135deg, #49326b, #8761d6);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(28, 10, 65, 0.4);
    color: #ffffff !important;
}

.emphasis {
    background: #dcd3ff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .container {
        padding: 40px 20px;
    }
    
    .blog-title {
        font-size: 2rem;
    }
    
    .blog-content {
        font-size: 1rem;
    }

    .blog-content h2::before {
        display: none;
    }

    .impact-metrics {
        flex-direction: column;
        gap: 24px;
    }

    .applications-grid {
        grid-template-columns: 1fr;
    }

    .case-study-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .cta-section {
        padding: 32px 24px;
    }
}/* End custom CSS */