.elementor-9076 .elementor-element.elementor-element-fff858c{--display:flex;}.elementor-9076 .elementor-element.elementor-element-6da5761 > .elementor-widget-container{margin:-60px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6da5761 */* {
    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 sin emojis */
.vertical-metrics {
    display: flex;
    justify-content: space-around;
    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-column {
    text-align: center;
    flex: 1;
}

.metric-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1c0a41;
    display: block;
    margin-bottom: 12px;
}

.metric-description {
    color: #49326b;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
}

/* Tabla comparativa mejorada */
.comparison-table {
    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-table table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th {
    background: linear-gradient(135deg, #1c0a41, #49326b);
    color: white;
    padding: 20px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
}

.comparison-table td {
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #1c0a41;
    font-size: 0.95rem;
}

.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;
}

/* Ventajas mejoradas */
.advantages-section {
    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);
}

.advantages-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 24px;
    text-align: center;
}

.advantages-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.advantage-item {
    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;
}

.advantage-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
    border-color: #baacee;
}

.advantage-title {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

.advantage-description {
    color: #49326b;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* Casos de uso mejorados */
.use-cases {
    margin: 40px 0;
}

.use-case {
    margin-bottom: 20px;
    padding: 24px;
    background: white;
    border: 1px solid #dcd3ff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(220, 211, 255, 0.1);
    transition: all 0.3s ease;
}

.use-case:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 211, 255, 0.18);
    border-color: #baacee;
}

.use-case-title {
    font-weight: 600;
    color: #1c0a41;
    margin-bottom: 12px;
    font-size: 1.125rem;
}

.use-case-description {
    color: #49326b;
    line-height: 1.6;
    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;
    }

    .vertical-metrics {
        flex-direction: column;
        gap: 24px;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }

    .comparison-table {
        overflow-x: auto;
    }
    
    .cta-section {
        padding: 32px 24px;
    }
}/* End custom CSS */