.elementor-5250 .elementor-element.elementor-element-15513d7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f1e8934 */body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f1f5f9;
    color: #1e293b;
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

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

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

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

.s-intro-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    border-left: 8px solid #475569;
    margin-bottom: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.s-technical-section {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 30px;
    margin-bottom: 50px;
}

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

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

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

.s-text-content h2 {
    color: #004b93;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f5f9;
}

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

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

.p-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.p-card:hover {
    background: #004b93;
    border-color: #004b93;
}

.p-card:hover .p-name-badge {
    color: #ffffff;
}

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

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