/* 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; /* Полное скругление с !important */
    position: relative;
    overflow: visible; /* Изменено на 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-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-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;
    overflow: hidden;
    background: #fff;
    min-width: 800px;
}
.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-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-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-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; /* Убеждаемся в кликабельности */
    white-space: nowrap;
}
.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;
    outline-offset: 2px;
}
.turb-latest-h2-05 {
    text-align: center;
    font-size: 30px;
    margin: 90px 0 40px;
    color: #212529;
}

/* Responsive для мобильных */
@media (max-width: 768px) {
    .turb-table-02 {
        font-size: 15px;
        min-width: auto;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .turb-title-h1-01 { font-size: 32px; }
    .turb-title-h2-01, .turb-latest-h2-05 { font-size: 26px; }
    .turb-btn-sub-mini-04 { padding: 15px 40px; font-size: 20px; }
    .turb-btn-sub-04 { padding: 18px 60px; font-size: 22px; }
    .turb-banner-01 { padding: 30px 15px; margin: -15px -15px 40px; border-radius: 12px; } /* Адаптация скругления для мобилок */
}