        /* ========================================
           GLOBAL RESET & BASE STYLES
           ======================================== */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { 
            font-family: "Helvetica Neue", Helvetica, Arial, "Segoe UI", Tahoma, sans-serif; 
            line-height: 1.5; 
            color: #0a0a0a; 
            overflow-x: hidden; 
        }
        .container { max-width: 100%; margin: 0; padding: 0; width: 100%; }

        /* ========================================
           HERO SECTION — Главный экран
           ======================================== */
        .hero-section-new { 
            background: transparent; 
            padding: 40px 0; 
            position: relative; 
            overflow: hidden; 
        }
        .hero-wrapper { 
            display: flex; 
            flex-wrap: nowrap; 
            align-items: stretch; 
            gap: 30px; 
            width: 100%; 
        }
        .hero-content-left { 
            flex: 0 0 55%; 
            min-width: 300px; 
            z-index: 2; 
            display: flex; 
            flex-direction: column; 
            padding: 0 20px; 
        }
        .hero-image-right { 
            flex: 1; 
            position: relative; 
            display: flex; 
            align-items: stretch; 
            padding-right: 0; 
        }
        .hero-image-right img { 
            width: 100%; 
            height: 100%; 
            object-fit: contain; 
            display: block; 
            border-radius: 5px; 
            box-shadow: 0 10px 40px rgba(0,0,0,0.15); 
        }
        .hero-line { 
            width: 100px; 
            height: 4px; 
            background-color: #c51230; 
            margin: 0 0 15px 0; 
        }
        .hero-subtitle-new { 
            font-size: 20px; 
            color: #333; 
            line-height: 1.5; 
            margin: 0 0 20px 0; 
            padding: 11px 15px; 
            background-color: #fff; 
            border-left: 4px solid #c51230; 
        }
        .trust-triggers-new { 
            display: grid; 
            grid-template-columns: repeat(2, 1fr); 
            gap: 20px; 
            margin: 0 0 20px 0; 
        }
        .trust-item-new { 
            display: flex; 
            align-items: flex-start; 
            gap: 8px; 
        }
        .trust-icon-new { 
            font-size: 20px; 
            flex-shrink: 0; 
            line-height: 1; 
        }
        .trust-text-new { 
            font-size: 20px; 
            color: #333; 
            line-height: 1.4; 
        }
        .trust-text-new strong { 
            display: block; 
            margin: 0 0 5px 0; 
            font-weight: 700; 
            color: #0a0a0a; 
        }
        .hero-contacts-block { 
            margin-top: auto; 
            padding-top: 20px; 
        }
        .hero-contacts-title { 
            display: block; 
            font-size: 20px; 
            font-weight: 600; 
            color: #666; 
            margin: 0 0 10px 0; 
            line-height: 1.4; 
        }
        .hero-contacts-divider { 
            width: 100%; 
            height: 1px; 
            background-color: #e0e0e0; 
            margin: 0 0 15px 0; 
        }
        .hero-contacts-grid { 
            display: grid; 
            grid-template-columns: 1fr 1fr; 
            gap: 20px; 
        }
        .hero-contact-item { 
            display: flex; 
            flex-direction: column; 
            align-items: flex-start; 
            gap: 6px; 
            text-decoration: none; 
            color: inherit; 
            transition: opacity 0.2s; 
        }
        .hero-contact-item:hover { opacity: 0.9; }
        .hero-contact-item:hover .hero-contact-value { color: #c51230; }
        .hero-contact-top { 
            display: flex; 
            align-items: center; 
            gap: 8px; 
        }
        .hero-contact-icon { 
            width: 20px; 
            height: 20px; 
            flex-shrink: 0; 
            fill: #005693; 
        }
        .hero-contact-value { 
            font-size: 26px; 
            font-weight: 600; 
            color: #005693; 
            transition: color 0.2s ease; 
            line-height: 1.2; 
        }
        .hero-contact-label { 
            font-size: 20px; 
            color: #666; 
            line-height: 1.3; 
        }

        /* ========================================
           WHY US — Преимущества
           ======================================== */
        .why-us-section { padding: 10px 0; }
        .why-us-grid { 
            display: grid; 
            grid-template-columns: repeat(5, 1fr); 
            gap: 9px; 
            margin: 0 0 14px 0; 
        }
        .why-us-item { 
            background-color: #ffffff; 
            padding: 25px 20px; 
            text-align: left; 
            border-radius: 5px; 
            box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
            min-width: 0; 
            width: 100%; 
        }
        .why-us-item svg { 
            width: 40px; 
            height: 40px; 
            margin: 0 0 15px 0; 
            stroke: #c51230; 
            stroke-width: 2; 
            stroke-linecap: round; 
            stroke-linejoin: round; 
            fill: none; 
        }
        .why-us-item h3 { 
            font-size: 18px; 
            font-weight: 700; 
            margin: 0 0 10px 0; 
            color: #0a0a0a; 
            line-height: 1.3; 
            text-transform: uppercase; 
        }
        .why-us-item p { 
            font-size: 18px; 
            color: #555; 
            line-height: 1.5; 
            margin: 0; 
        }

        /* ========================================
           MATERIALS & SECTIONS — Материалы и таблицы
           ======================================== */
        .materials-section { max-width: 100%; width: 100%; margin: 0; padding: 40px 0; }
        .materials-grid { 
            padding: 0 20px; 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
            gap: 20px; 
            margin: 30px 0; 
        }
        .material-card { 
            background: #f5f7fa; 
            border-left: 4px solid #1976D2; 
            padding: 20px; 
            border-radius: 4px; 
            transition: all 0.3s ease; 
        }
        .material-card:hover { 
            box-shadow: 0 4px 12px rgba(25, 118, 210, 0.15); 
            transform: translateY(-2px); 
        }
        .material-card strong { 
            color: #1565C0; 
            font-size: 18px; 
            display: block; 
            margin-bottom: 8px; 
        }
        .material-card span { 
            color: #616161; 
            font-size: 18px; 
            line-height: 1.6; 
        }
        
        .certificates-section { margin: 50px 0; text-align: center; }
        .certificates-grid { 
            display: grid; 
            grid-template-columns: repeat(5, 1fr); 
            gap: 20px; 
            margin: 30px 0; 
        }
        .certificate-item { 
            background: #fff; 
            border: 2px solid #e0e0e0; 
            border-radius: 8px; 
            padding: 20px; 
            transition: all 0.3s ease; 
            cursor: pointer; 
        }
        .certificate-item:hover { 
            border-color: #1976D2; 
            box-shadow: 0 4px 12px rgba(25, 118, 210, 0.1); 
        }
        .certificate-item img { 
            max-width: 100%; 
            height: auto; 
            filter: grayscale(100%); 
            transition: all 0.3s ease; 
            display: block; 
        }
        .certificate-item:hover img { filter: grayscale(0%); }
        .certificate-item a.modal { 
            display: block; 
            text-decoration: none; 
            outline: none; 
        }
        
        .price-table-container { 
            margin: 30px 0; 
            overflow-x: auto; 
            box-shadow: 0 2px 8px rgba(0,0,0,0.1); 
            border-radius: 8px; 
        }
        .modern-table { 
            width: 100%; 
            border-collapse: collapse; 
            background: #fff; 
            font-size: 18px; 
        }
        .modern-table thead { 
            background: #1976D2; 
            color: black; 
        }
        .modern-table th { 
            padding: 16px 12px; 
            text-align: left; 
            font-weight: 600; 
            text-transform: uppercase; 
            font-size: 18px; 
            letter-spacing: 0.5px; 
        }
        .modern-table td { 
            padding: 14px 12px; 
            border-bottom: 1px solid #e0e0e0; 
            color: #424242; 
        }
        .modern-table tbody tr { transition: background 0.2s ease; }
        .modern-table tbody tr:hover { background: #f5f7fa; }
        .modern-table tbody tr:nth-child(even) { background: #fafafa; }
        .modern-table tbody tr:nth-child(even):hover { background: #f0f4f8; }
        .price-highlight { 
            color: #1976D2; 
            font-weight: 600; 
            white-space: nowrap; 
        }
        
        .info-text { 
            background: #e3f2fd; 
            border-left: 4px solid #1976D2; 
            padding: 20px; 
            margin: 30px 0; 
            border-radius: 4px; 
            color: #424242; 
            line-height: 1.8; 
        }
        .info-list { 
            list-style: none; 
            padding: 0; 
            margin: 15px 0 0 0; 
        }
        .info-list li { 
            padding: 8px 0 8px 30px; 
            position: relative; 
            color: #424242; 
            font-size: 18px; 
            line-height: 1.6; 
        }
        .info-list li::before { 
            content: '•'; 
            position: absolute; 
            left: 0; 
            color: #1976D2; 
            font-weight: bold; 
            font-size: 18px; 
        }

        /* ========================================
           SECTION TITLE — Декоративная линия под заголовками
           ======================================== */
        .section-title { 
            position: relative; 
            padding-bottom: 15px; 
            margin: 30px 0 20px; 
            text-align: center; 
        }
        .section-title::after { 
            content: ''; 
            position: absolute; 
            bottom: 0; 
            left: 50%; 
            transform: translateX(-50%); 
            width: 80px; 
            height: 3px; 
            background: #1976D2; 
        }

        /* ========================================
           UTILITIES — Вспомогательные классы
           ======================================== */
        .highlight-blue { color: #1976D2; font-weight: 700; }

        /* ========================================
           RESPONSIVE — Адаптивность
           ======================================== */
        @media (max-width: 992px) { 
            .certificates-grid { grid-template-columns: repeat(3, 1fr); } 
        }
        @media (max-width: 768px) { 
            .certificates-grid { grid-template-columns: repeat(2, 1fr); } 
            .materials-grid { grid-template-columns: 1fr; } 
            .why-us-grid { grid-template-columns: repeat(2, 1fr); }
            h1[style] { font-size: 32px !important; }
            h2[style] { font-size: 26px !important; }
        }
        @media (max-width: 480px) { 
            .certificates-grid { grid-template-columns: 1fr; } 
            .hero-wrapper { flex-wrap: wrap; } 
            .hero-content-left, .hero-image-right { flex: 0 0 100%; } 
            .trust-triggers-new { grid-template-columns: 1fr; } 
            .hero-contacts-grid { grid-template-columns: 1fr; } 
        }

        /* ========================================
           MODAL — Модальное окно для изображений
           ======================================== */
        .part-modal { 
            position: fixed; 
            z-index: 10000; 
            left: 0; 
            top: 0; 
            width: 100%; 
            height: 100%; 
            background: rgba(0,0,0,0.85); 
            justify-content: center; 
            align-items: center; 
            cursor: zoom-out; 
            display: flex; 
            visibility: hidden; 
            opacity: 0; 
            pointer-events: none; 
            transition: opacity 0.18s ease, visibility 0.18s; 
        }
        .part-modal.active { 
            visibility: visible; 
            opacity: 1; 
            pointer-events: auto; 
        }
        .part-modal img { 
            max-width: 90%; 
            max-height: 90vh; 
            border-radius: 6px; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.5); 
            pointer-events: auto; 
            transform: scale(0.95); 
            transition: transform 0.2s ease; 
        }
        .part-modal.active img { transform: scale(1); }
        .part-modal-close { 
            position: absolute; 
            top: 15px; 
            right: 25px; 
            color: #fff; 
            font-size: 32px; 
            font-weight: bold; 
            cursor: pointer; 
            line-height: 1; 
            z-index: 10001; 
            transition: color 0.2s; 
        }
        .part-modal-close:hover { color: #ccc; }
        
        table { 
            width: 100%; 
            border-collapse: collapse; 
            font-family: system-ui, -apple-system, sans-serif; 
            margin: 20px 0; 
        }
        th, td { 
            padding: 12px; 
            border: 1px solid #adb5bd; 
            font-size: 18px; 
            color: #000; 
            vertical-align: middle; 
        }
        th { background: #d6d8db; text-align: center; }
        td { background: #f2f2f2; }
        td:last-child { text-align: center; }
        .modal-trigger img { 
            max-width: 150px; 
            height: auto; 
            border-radius: 4px; 
            cursor: zoom-in; 
            transition: opacity 0.2s; 
        }
        .modal-trigger img:hover { opacity: 0.85; }
      
        /* ========================================
           STEPS SECTION — Шаги заказа
           ======================================== */
        .steps-fullwidth {
            width: 100% !important;
            max-width: none !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            box-sizing: border-box !important;
            background: #fff;
        }
        .steps-inner {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 40px 20px;
            box-sizing: border-box;
        }
        .steps-row {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            margin-bottom: 30px;
        }
        .steps-row:last-child { margin-bottom: 0; }
        .step-item {
            flex: 1 1 300px;
            min-width: 280px;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 9px;
            border: 1px solid #e9ecef;
            box-sizing: border-box;
        }
        .step-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
            gap: 15px;
        }
        .step-name {
            flex: 1;
            font-size: 18px;
            font-weight: 700;
            color: #222;
            line-height: 1.4;
            text-transform: uppercase;
        }
        .step-number {
            flex-shrink: 0;
            font-size: 18px;
            font-weight: 800;
            color: #1976D2;
            background: #e3f2fd;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
        .step-text {
            font-size: 18px;
            line-height: 1.7;
            color: #555;
        }
        @media (max-width: 992px) { .step-item { flex: 1 1 calc(50% - 15px); } }
        @media (max-width: 650px) {
            .steps-inner { padding: 30px 15px; }
            .step-item { flex: 1 1 100%; padding: 25px; }
        }

        /* ========================================
           EQUIPMENT SECTION — Оборудование
           ======================================== */
        .equipment-section { padding: 15px 0; background-color: #fff; }
        
        /* ========================================
           STATS SECTION — Компания в цифрах
           ======================================== */
        .stats-section { 
            width: 100%; 
            max-width: 100%; 
            padding: 5px 5px; 
            font-family: Arial, sans-serif; 
            border-radius: 10px; 
            color: #000; 
            box-sizing: border-box; 
            margin: 0 auto; 
            overflow-x: hidden; 
        }
        
        /* ========================================
           CLIENT GOAL SECTION — О вашей задаче
           ======================================== */
        .why-us-content {
            display: flex; 
            flex-wrap: wrap; 
            gap: 40px; 
            align-items: center; 
            margin-bottom: 40px; 
            background: #f5f5f5; 
            padding: 30px; 
            border-radius: 8px;
        }
        
        /* ========================================
           SERVICES SECTION — Другие услуги
           ======================================== */
        .services-section {
            padding: 60px 0 80px;
            background-color: #fff;
        }
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 25px;
        }
        .service-card {
            border: 2px solid #e0e0e0;
            padding: 30px 25px;
            text-align: center;
            transition: all 0.3s ease;
            background: #fff;
        }
        .service-card:hover {
            border-color: #c51230;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        .service-card img {
            width: 100%;
            max-width: 280px;
            height: 200px;
            object-fit: cover;
            margin-bottom: 25px;
            border: 1px solid #e0e0e0;
        }
        .service-card h3 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #0a0a0a;
            text-transform: uppercase;
        }
        .service-card p {
            color: #000;
            font-size: 18px;
            line-height: 1.6;
        }
        
        /* ========================================
           CONTACT BLOCK — Контакты внизу
           ======================================== */
        .contact-block {
            background-color: #f8f9fa; 
            padding: 40px 20px; 
            text-align: center; 
            font-family: Arial, sans-serif;
        }
        .contact-grid {
            display: flex; 
            flex-wrap: wrap; 
            justify-content: center; 
            gap: 60px; 
            max-width: 800px; 
            margin: 0 auto;
        }
        .contact-item {
            flex: 1; 
            min-width: 250px;
        }
        .contact-link {
            display: inline-flex; 
            align-items: center; 
            margin-bottom: 10px;
            text-decoration: none;
            color: inherit;
        }
        .contact-icon {
            width: 24px; 
            height: 24px; 
            margin-right: 10px; 
            fill: #1e5fbf;
        }
        .contact-value {
            font-size: 26px; 
            font-weight: bold; 
            color: #1e5fbf;
        }
        .contact-label {
            font-size: 18px; 
            color: #666;
        }
        
        /* ========================================
           ADDITIONAL RESPONSIVE
           ======================================== */
        @media (max-width: 1200px) {
            .hero-image-right { flex: 0 0 500px; }
        }
        @media (max-width: 968px) {
            .hero-wrapper { flex-direction: column; }
            .hero-image-right { flex: 1; width: 100%; }
            .trust-triggers-new { grid-template-columns: 1fr; }
            .why-us-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 768px) {
            .hero-contacts-grid { grid-template-columns: 1fr; gap: 16px; }
            .hero-contact-value { font-size: 18px; }
            .hero-contact-icon { width: 22px; height: 22px; }
        }