.elementor-5135 .elementor-element.elementor-element-9c88cd4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d28e423 *//* BASE & BRANDING KÖSTER PROFESIONAL */
body {
    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;
    box-sizing: border-box;
}

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

.s-header h1 {
    color: #004b93;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}

/* CONTENEDOR PRINCIPAL */
.s-main-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr; /* Esquema grande a la izquierda */
    gap: 40px;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    align-items: center;
}

.s-image-container {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
}

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

/* LISTA DE PRODUCTOS TÉCNICOS */
.s-product-list {
    padding-left: 20px;
}

.s-product-list h2 {
    color: #004b93;
    font-size: 24px;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 10px;
}

.p-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.p-number {
    background: #004b93;
    color: white;
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
}

.p-name {
    color: #334155;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    flex-grow: 1;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.p-item:hover .p-name {
    background: #004b93;
    color: white;
    transform: translateX(10px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .s-main-grid {
        grid-template-columns: 1fr;
    }
    .s-header h1 { font-size: 28px; }
}/* End custom CSS */