.elementor-5141 .elementor-element.elementor-element-a73477c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9407429 *//* 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: 60px;
}

.s-header h1 {
    color: #004b93;
    font-size: clamp(30px, 6vw, 48px);
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0;
}

/* INTRODUCCIÓN */
.s-intro-block {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 50px;
    border: 1px solid #e2e8f0;
}

.s-intro-block p {
    font-size: 18px;
    color: #475569;
    max-width: 850px;
    margin: 0 auto;
}

/* SECCIÓN TÉCNICA MIXTA */
.s-technical-section {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
    align-items: start;
    margin-bottom: 60px;
}

.s-schema-wrapper {
    position: sticky;
    top: 40px;
    background: #ffffff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    border: 1px solid #e2e8f0;
}

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

/* CUERPO DE TEXTO */
.s-text-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.s-text-content h2 {
    color: #004b93;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

.s-text-content p {
    font-size: 16px;
    margin-bottom: 25px;
}

.s-text-content strong {
    color: #007bc4;
}

/* GALERÍA DE PRODUCTOS */
.s-products-section {
    background: #ffffff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.s-products-section h3 {
    color: #004b93;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

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

.p-card {
    background: #f8f9fa;
    border: 1px solid #e2e8f0;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-card:hover {
    transform: translateY(-8px);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 75, 147, 0.1);
}

.p-name-badge {
    background-color: #004b93;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

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