<style>
/* ============================================
   СТИЛИЗАЦИЯ СТРАНИЦЫ "КОМПЛЕКТУЮЩИЕ"
   ============================================ */

.steel-info {
    max-width: 950px;
    margin: 40px auto;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #2c3e50;
    line-height: 1.7;
    padding: 0 15px;
}

.steel-header {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e8ba3 100%);
    border-radius: 16px;
    margin-bottom: 35px;
    color: #fff;
    box-shadow: 0 10px 40px rgba(30, 60, 114, 0.3);
    position: relative;
    overflow: hidden;
}

.steel-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: shimmer 8s infinite linear;
}

@keyframes shimmer {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.steel-title {
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}

.steel-subtitle {
    font-size: 18px;
    margin: 0;
    color: #e8f4f8;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.steel-subtitle strong {
    color: #ffd700;
    font-weight: 800;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.steel-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-left: 5px solid #e74c3c;
    transition: all 0.3s ease;
}

.steel-section:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.steel-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #ecf0f1;
    position: relative;
}

.steel-table-wrap {
    overflow-x: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin: 15px 0;
}

.steel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    font-size: 15px;
}

.steel-table thead {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #fff;
}

.steel-table th {
    padding: 16px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none;
}

.steel-table th:first-child {
    border-top-left-radius: 10px;
}

.steel-table th:last-child {
    border-top-right-radius: 10px;
}

.steel-table td {
    padding: 16px 12px;
    text-align: center;
    border-bottom: 1px solid #ecf0f1;
    transition: all 0.2s ease;
}

.steel-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.steel-table tbody tr:hover {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    transform: scale(1.01);
}

.steel-table tbody tr:last-child td {
    border-bottom: none;
}

.steel-table td:first-child {
    font-weight: 700;
    color: #e74c3c;
    font-size: 16px;
}

.hrc-badge {
    display: inline-block;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    padding: 6px 16px;
    border-radius: 25px;
    font-weight: 800;
    font-size: 15px;
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.steel-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steel-features li {
    padding: 15px 18px;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-radius: 10px;
    border-left: 4px solid #f39c12;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    padding-left: 30px;
}

.steel-features li::before {
    content: '—';
    position: absolute;
    left: 15px;
    color: #f39c12;
    font-weight: 700;
}

.steel-features li:hover {
    background: linear-gradient(135deg, #fff3cd 0%, #fff 100%);
    transform: translateX(8px);
    border-left-color: #e74c3c;
    border-left-width: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.steel-delivery {
    border-left-color: #27ae60;
    background: linear-gradient(135deg, #fff 0%, #e8f8f5 100%);
}

.steel-delivery .steel-section-title {
    color: #27ae60;
}

.steel-delivery p {
    font-size: 17px;
    margin: 0;
    line-height: 1.8;
}

.highlight {
    display: inline-block;
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    padding: 4px 12px;
    border-radius: 6px;
    font-weight: 700;
    border: 2px solid #ffc107;
    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.3);
}

.steel-contacts {
    background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
    border-left-color: #3498db;
}

.steel-contacts .steel-section-title {
    color: #2980b9;
}

.contact-block {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.contact-item {
    padding: 22px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    border: 2px solid #ecf0f1;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #3498db, #2980b9);
    transition: width 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.2);
    border-color: #3498db;
}

.contact-item:hover::before {
    width: 6px;
}

.contact-item strong {
    color: #2980b9;
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.phone-link {
    color: #e74c3c;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.phone-link:hover {
    color: #c0392b;
    transform: scale(1.05);
    text-decoration: none;
}

@media (max-width: 768px) {
    .steel-info { padding: 0 10px; margin: 20px auto; }
    .steel-header { padding: 30px 20px; border-radius: 12px; }
    .steel-title { font-size: 26px; }
    .steel-subtitle { font-size: 15px; }
    .steel-section { padding: 20px; border-radius: 10px; }
    .steel-section-title { font-size: 20px; }
    .steel-table th, .steel-table td { padding: 12px 8px; font-size: 13px; }
    .steel-features li { font-size: 14px; padding: 12px 12px 12px 28px; }
    .contact-block { grid-template-columns: 1fr; gap: 15px; }
    .contact-item { padding: 18px; }
    .phone-link { font-size: 18px; }
}
</style>