/* Turbine Catalog Styles 2025 - Updated Dec 2025 for DLE 18.0 */
/* С поддержкой мобильных и тёмной темы */

/* ========================================= */
/* БАННЕРЫ */
/* ========================================= */

.turb-banner-01 {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
    border-radius: 0px !important;
    position: relative;
    overflow: visible;
    pointer-events: auto !important;
    user-select: text;
}

.turb-banner-01::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none !important;
    z-index: 0;
}

.turb-banner-01 h2, .turb-banner-01 p {
    position: relative;
    z-index: 2 !important;
    user-select: text !important;
    margin: 0;
}

.turb-banner-01 h2 {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

.turb-banner-01 p {
    font-size: 20px;
    margin: 15px 0 30px;
}

/* ========================================= */
/* КНОПКИ */
/* ========================================= */

.turb-btn-sub-mini-04 {
    background: linear-gradient(135deg, #ff6b00 0%, #e55a00 100%);
    color: #fff;
    padding: 18px 60px;
    font-size: 22px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 16px rgba(255, 107, 0, 0.3);
    border: none;
    cursor: pointer !important;
    pointer-events: auto !important;
    white-space: nowrap;
    position: relative;
    z-index: 3 !important;
    text-align: center;
}

.turb-btn-sub-mini-04:hover {
    background: linear-gradient(135deg, #e55a00 0%, #cc4d00 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(255, 107, 0, 0.4);
}

.turb-btn-sub-mini-04:focus {
    outline: 2px solid #ff6b00 !important;
    outline-offset: 2px;
}

.turb-btn-sub-04 {
    background: linear-gradient(135deg, #ff6b00 0%, #e55a00 100%);
    color: #fff;
    padding: 22px 100px;
    font-size: 26px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin: 80px auto;
    max-width: 500px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 24px rgba(255,107,0,0.3);
    border: none;
    cursor: pointer;
}

.turb-btn-sub-04:hover {
    background: linear-gradient(135deg, #e55a00 0%, #cc4d00 100%);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(255,107,0,0.4);
}

.turb-btn-sub-04:focus {
    outline: 2px solid #ff6b00;
    outline-offset: 2px;
}

.turb-btn-go-03 {
    color: #ff6b00;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #ff6b00;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    background: transparent;
    box-shadow: 0 2px 6px rgba(255,107,0,0.2);
    white-space: nowrap;
    cursor: pointer;
}

.turb-btn-go-03:hover {
    background: #ff6b00;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255,107,0,0.3);
}

.turb-btn-go-03:focus {
    outline: 2px solid #ff6b00;
    outline-offset: 2px;
}

/* ========================================= */
/* ЗАГОЛОВКИ И ЛИНИИ */
/* ========================================= */

.turb-title-h1-01 {
    text-align: center;
    font-size: 40px;
    margin: 60px 0 30px;
    color: #212529;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: relative;
}

.turb-line-blue-01 {
    display: block;
    width: 80px;
    height: 4px;
    background: #0d6efd;
    margin: 10px auto 20px;
    border-radius: 2px;
}

.turb-desc-01 {
    text-align: center;
    font-size: 19px;
    max-width: 900px;
    margin: 0 auto 60px;
    color: #555;
    font-style: italic;
}

.turb-title-h2-01 {
    text-align: center;
    font-size: 32px;
    margin: 80px 0 40px;
    color: #212529;
    position: relative;
}

.turb-line-orange-01 {
    display: block;
    width: 60px;
    height: 3px;
    background: #ff6b00;
    margin: 10px auto 20px;
    border-radius: 2px;
}

.turb-latest-h2-05 {
    text-align: center;
    font-size: 30px;
    margin: 90px 0 40px;
    color: #212529;
}

/* ========================================= */
/* ТАБЛИЦЫ */
/* ========================================= */

.turb-table-02 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 70px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border-radius: 0px;
    background: #fff;
 
}


.turb-table-wrapper {
	width:100%; 
	overflow-x: auto;
	
}




.turb-thead-02 {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
    color: #fff;
}

.turb-th-02 {
    padding: 10px 10px;
    text-align: left;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    position: relative;
}

.turb-th-first-02 { 
    border-radius: 0px 0 0 0; 
}

.turb-th-last-02 { 
    border-radius: 0 0px 0 0; 
}

.turb-td-02 {
    padding: 10px 10px;
    border-bottom: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.turb-tr-even-02 {
    background: linear-gradient(to right, #f8f9fa, #fff);
}

.turb-tr-hover-02:hover {
    background: linear-gradient(to right, #e3f2fd, #f0f8ff);
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.15);
    z-index: 1;
}

.turb-model-name-03 {
    font-weight: bold;
    color: #0d6efd;
}

.turb-file-count-03 {
    text-align: center;
    font-weight: bold;
    color: #0d6efd;
    text-shadow: 0 1px 2px rgba(13,110,253,0.2);
    background: rgba(13,110,253,0.1);
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-block;
}

/* ========================================= */
/* СПИСКИ */
/* ========================================= */

.turb-advantages,
.turb-consultation,
.turb-contacts ul {
    list-style: none;
    padding-left: 40px;
    margin: 1.5rem 0;
    border: none;
	color: black;
}

/* ========================================= */
/* МОБИЛЬНАЯ АДАПТАЦИЯ */
/* ========================================= */

@media (max-width: 768px) {
    /* Баннеры */
    .turb-banner-01 { 
        padding: 30px 15px; 
        margin: -15px -15px 40px; 
        border-radius: 0px;
    }
    
    .turb-banner-01 h2 {
        font-size: 28px;
    }
    
    .turb-banner-01 p {
        font-size: 16px;
        margin: 10px 0 20px;
    }
    
    /* Кнопки */
    .turb-btn-sub-mini-04 { 
        padding: 15px 40px; 
        font-size: 20px;
        width: 100%;
        max-width: 300px;
    }
    
    .turb-btn-sub-04 { 
        padding: 18px 60px; 
        font-size: 22px;
        max-width: 100%;
        margin: 40px auto;
    }
    
    .turb-btn-go-03 {
        padding: 8px 16px;
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }
    
    /* Заголовки */
    .turb-title-h1-01 { 
        font-size: 32px;
        margin: 40px 0 20px;
    }
    
    .turb-title-h2-01, 
    .turb-latest-h2-05 { 
        font-size: 26px;
        margin: 50px 0 30px;
    }
    
    .turb-desc-01 {
        font-size: 16px;
        padding: 0 15px;
        margin: 0 auto 40px;
    }
    
    /* Таблицы */
    .turb-table-02 {
        font-size: 14px;
        min-width: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 40px;
    }
    
    .turb-th-02,
    .turb-td-02 {
        padding: 8px 6px;
    }
    
    .turb-file-count-03 {
        padding: 4px 8px;
        font-size: 13px;
    }
    
}




@media (max-width: 480px) {
    /* Баннеры */
    .turb-banner-01 h2 {
        font-size: 24px;
    }
    
    .turb-banner-01 p {
        font-size: 14px;
    }
    
    /* Кнопки */
    .turb-btn-sub-mini-04 { 
        padding: 12px 30px; 
        font-size: 18px;
    }
    
    .turb-btn-sub-04 { 
        padding: 15px 40px; 
        font-size: 20px;
    }
    
    /* Заголовки */
    .turb-title-h1-01 { 
        font-size: 26px;
    }
    
    .turb-title-h2-01, 
    .turb-latest-h2-05 { 
        font-size: 22px;
    }
    
    /* Таблицы */
    .turb-table-02 {
        font-size: 12px;
		width: 320px;
    }
    
    .turb-th-02,
    .turb-td-02 {
        padding: 6px 4px;
    }
}

/* ========================================= */
/* ТЁМНАЯ ТЕМА */
/* ========================================= */



body.dark-mode .turb-banner-01 {
    background: linear-gradient(135deg, #0a4a8a 0%, #003d7a 100%);
    box-shadow: 0 8px 25px rgba(10, 74, 138, 0.3);
}

body.dark-mode .turb-banner-01 h2,
body.dark-mode .turb-banner-01 p {
    color: #ffffff;
}

body.dark-mode .turb-btn-sub-mini-04 {
    background: linear-gradient(135deg, #e55a00 0%, #cc4d00 100%);
}

body.dark-mode .turb-btn-sub-mini-04:hover {
    background: linear-gradient(135deg, #cc4d00 0%, #b34300 100%);
}

body.dark-mode .turb-btn-sub-04 {
    background: linear-gradient(135deg, #e55a00 0%, #cc4d00 100%);
}

body.dark-mode .turb-btn-sub-04:hover {
    background: linear-gradient(135deg, #cc4d00 0%, #b34300 100%);
}

body.dark-mode .turb-btn-go-03 {
    color: #ff8533;
    border-color: #ff8533;
    background: rgba(255, 133, 51, 0.1);
}

body.dark-mode .turb-btn-go-03:hover {
    background: #ff8533;
    color: #000;
}

body.dark-mode .turb-title-h1-01,
body.dark-mode .turb-title-h2-01,
body.dark-mode .turb-latest-h2-05 {
    color: #f8fafc;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

body.dark-mode .turb-desc-01 {
    color: #cbd5e1;
}

body.dark-mode .turb-line-blue-01 {
    background: #3b82f6;
}

body.dark-mode .turb-line-orange-01 {
    background: #ff8533;
}

body.dark-mode .turb-table-02 {
    background: #1e293b;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

body.dark-mode .turb-thead-02 {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
}

body.dark-mode .turb-td-02 {
    border-bottom-color: #334155;
    color: #f8fafc;
}

body.dark-mode .turb-tr-even-02 {
    background: linear-gradient(to right, #1e293b, #283548);
}

body.dark-mode .turb-tr-hover-02:hover {
    background: linear-gradient(to right, #1e3a8a, #1e40af);
}

body.dark-mode .turb-model-name-03 {
    color: #60a5fa;
}

body.dark-mode .turb-file-count-03 {
    color: #60a5fa;
    background: rgba(96, 165, 250, 0.2);
    text-shadow: 0 1px 2px rgba(96, 165, 250, 0.3);
}

body.dark-mode .turb-advantages,
body.dark-mode .turb-consultation,
body.dark-mode .turb-contacts ul {
    color: #cbd5e1;
}

body.dark-mode .turb-advantages li,
body.dark-mode .turb-consultation li,
body.dark-mode .turb-contacts li {
    color: #cbd5e1;
}

body.dark-mode .turb-advantages a,
body.dark-mode .turb-consultation a,
body.dark-mode .turb-contacts a {
    color: #60a5fa;
}

body.dark-mode .turb-advantages a:hover,
body.dark-mode .turb-consultation a:hover,
body.dark-mode .turb-contacts a:hover {
    color: #93c5fd;
}