.elementor-10216 .elementor-element.elementor-element-3ea187b{--display:flex;}.elementor-10216 .elementor-element.elementor-element-a14d11b > .elementor-widget-container{margin:-65px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-a14d11b */* {
    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 proyectadas mejoradas */
.projected-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    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);
}

.metric-projection {
    text-align: center;
    padding: 16px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.metric-projection:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
}

.projection-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1c0a41;
    display: block;
    margin-bottom: 8px;
}

.projection-label {
    color: #49326b;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Análisis de comparación mejorado */
.comparison-analysis {
    margin: 40px 0;
    background: white;
    border: 2px solid #dcd3ff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.12);
}

.comparison-title {
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: white;
    padding: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.comparison-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th {
    background: linear-gradient(135deg, #49326b, #8761d6);
    color: white;
    padding: 16px;
    text-align: left;
    font-weight: 600;
}

.comparison-table td {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #1c0a41;
}

.comparison-table tr:nth-child(even) td {
    background: linear-gradient(135deg, #fafafa 0%, #f8f7ff 100%);
}

.comparison-table tr:hover td {
    background: linear-gradient(135deg, #f0efff 0%, #dcd3ff 50%);
}

.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;
}

/* Análisis de impacto mejorado */
.impact-analysis {
    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);
}

.impact-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 24px;
    text-align: center;
}

.impact-areas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.impact-area {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #dcd3ff;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.impact-area:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
    border-color: #baacee;
}

.impact-area-title {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

.impact-description {
    color: #49326b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Timeline de adopción mejorada */
.adoption-timeline {
    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);
}

.timeline-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 24px;
    text-align: center;
}

.timeline-phases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.timeline-phase {
    background: white;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #dcd3ff;
    text-align: center;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.timeline-phase:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
}

.phase-period {
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 12px;
    display: inline-block;
    box-shadow: 0 4px 12px rgba(28, 10, 65, 0.3);
}

.phase-title {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 8px;
}

.phase-description {
    color: #49326b;
    font-size: 0.875rem;
    line-height: 1.5;
}

.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;
    }

    .projected-metrics {
        grid-template-columns: 1fr;
    }

    .impact-areas {
        grid-template-columns: 1fr;
    }

    .timeline-phases {
        grid-template-columns: 1fr;
    }

    .comparison-table {
        overflow-x: auto;
    }

    .comparison-table table {
        min-width: 600px;
    }
    
    .cta-section {
        padding: 32px 24px;
    }
}/* End custom CSS */