.elementor-5257 .elementor-element.elementor-element-76e4ee8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e1fdc72 */body {
    /* Volvemos a la fuente original para mantener la consistencia */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8f9fa;
    color: #334155;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

.s-container {
    max-width: 1200px;
    margin: 60px auto;
    padding: 0 20px;
}

.s-header {
    text-align: center;
    margin-bottom: 50px;
}

.s-header h1 {
    color: #004b93;
    font-size: clamp(24px, 5vw, 38px);
    font-weight: 800;
}

.s-intro-block {
    background: #ffffff;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.s-technical-section {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 40px;
    margin-bottom: 60px;
}

.s-schema-wrapper {
    position: sticky;
    top: 40px;
    background: #ffffff;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.s-schema-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.s-text-content {
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.s-products-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.p-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
}

.p-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.p-card:hover {
    transform: translateY(-5px);
    border-color: #004b93;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 75, 147, 0.06);
}

.p-name-badge {
    color: #004b93;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .s-technical-section { grid-template-columns: 1fr; }
    .s-schema-wrapper { position: relative; top: 0; }
}/* End custom CSS */