.elementor-4731 .elementor-element.elementor-element-b8ddd4e{width:100%;max-width:100%;}.elementor-4731 .elementor-element.elementor-element-8c1d965{width:100%;max-width:100%;}@media(min-width:768px){.elementor-4731 .elementor-element.elementor-element-f435ae7{width:100%;}.elementor-4731 .elementor-element.elementor-element-21575fe{width:100%;}}/* Start custom CSS for html, class: .elementor-element-b8ddd4e */:root {
    --tk-blue: #0056b3;
    --tk-dark: #333;
    --tk-muted: #666;
}

.takurra-product-showcase {
    padding: 80px 0;
    background-color: #fff;
    font-family: 'Inter', -apple-system, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Стили заголовка */
.product-intro {
    text-align: center;
    margin-bottom: 60px;
}

.model-name {
    font-size: 38px;
    font-weight: 700 !important;
    color: var(--tk-dark);
    margin-bottom: 10px;
    font-family: Xolonium !important;
}

.tagline {
    font-size: 18px;
    color: var(--tk-muted);
    margin-bottom: 25px;
}

.intro-description {
    max-width: 850px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.6;
    color: #888;
}

/* Сетка основного блока */
.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}

.image-box {
    background: #fdfdfd;
    border-radius: 15px;
    padding: 20px;
    /* Легкая тень в стиле Takurra */
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}

.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Инфо-блок справа */
.info-title {
    font-size: 26px;
    font-weight: 500;
    color: var(--tk-dark);
    margin-bottom: 15px;
}

.blue-divider {
    width: 100%;
    height: 3px;
    background-color: var(--tk-blue);
    margin-bottom: 40px;
}

.features-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.feature-item {
    margin-bottom: 30px;
}

.feature-item h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--tk-dark);
    margin: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
    .showcase-grid {
        grid-template-columns: 1fr;
    }
    .features-columns {
        grid-template-columns: 1fr;
        gap: 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c1d965 */:root {
    --tk-blue: #0056b3;
    --tk-text: #2c3e50;
    --tk-muted: #606f7b;
}

/* Стили блока */
.takurra-uptime-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.uptime-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.blue-line {
    width: 120px;
    height: 3px;
    background: var(--tk-blue);
    margin: 20px 0 40px;
}

.main-title {
    font-size: 32px;
    color: var(--tk-text);
    font-weight: 600;
    line-height: 1.3;
}

/* Сетка характеристик */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-block h3, .info-block-bottom h3 {
    font-size: 18px;
    color: var(--tk-text);
    margin-bottom: 10px;
}

.stat-block p, .info-block-bottom p {
    font-size: 14px;
    color: var(--tk-muted);
    line-height: 1.6;
}

/* Изображение */
.image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
}

.image-card img {
    width: 100%;
    display: block;
}

/* --- МАГИЯ ПОЯВЛЕНИЯ --- */

/* Начальное состояние: прозрачный и чуть смещен вниз */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Состояние при появлении в зоне видимости */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeb1976 */:root {
    --tk-blue: #0056b3; /* Фирменный синий Takurra */
    --tk-dark: #2c3e50;
    --tk-text: #54667a;
}

.takurra-quality-section {
    padding: 80px 0;
    background-color: #fff;
    font-family: 'Inter', -apple-system, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.quality-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

/* Изображение с мягким стилем */
.image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid #f0f0f0;
}

.image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

.image-wrapper:hover img {
    transform: scale(1.03);
}

/* Текстовый блок */
.main-title {
    font-size: 30px;
    line-height: 1.3;
    color: var(--tk-dark);
    font-weight: 600;
    margin-bottom: 15px;
}

.blue-line {
    width: 100%;
    height: 3px;
    background-color: var(--tk-blue);
    margin-bottom: 40px;
}

/* Сетка преимуществ */
.features-subgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
}

.feature-item p {
    font-size: 15px;
    line-height: 1.5;
    color: var(--tk-text);
    margin: 0;
    position: relative;
}

/* Опционально: добавим небольшую синюю точку перед пунктами для стиля */
.feature-item p::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: var(--tk-blue);
    border-radius: 50%;
}

/* Адаптивность */
@media (max-width: 992px) {
    .quality-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .quality-visual {
        order: 2; /* Картинка уходит вниз на мобильных */
    }
    
    .features-subgrid {
        gap: 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9259880 */:root {
    --tk-blue: #0056b3;
    --tk-text: #2c3e50;
    --tk-muted: #606f7b;
}

/* Стили блока */
.takurra-uptime-section {
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.uptime-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.blue-line {
    width: 120px;
    height: 3px;
    background: var(--tk-blue);
    margin: 20px 0 40px;
}

.main-title {
    font-size: 32px;
    color: var(--tk-text);
    font-weight: 600;
    line-height: 1.3;
}

/* Сетка характеристик */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-block h3, .info-block-bottom h3 {
    font-size: 18px;
    color: var(--tk-text);
    margin-bottom: 10px;
}

.stat-block p, .info-block-bottom p {
    font-size: 14px;
    color: var(--tk-muted);
    line-height: 1.6;
}

/* Изображение */
.image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
}

.image-card img {
    width: 100%;
    display: block;
}

/* --- МАГИЯ ПОЯВЛЕНИЯ --- */

/* Начальное состояние: прозрачный и чуть смещен вниз */
.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Состояние при появлении в зоне видимости */
.reveal.active {
    opacity: 1;
    transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-241a883 */:root {
    --tk-blue: #0056b3;
    --tk-dark: #2c3e50;
    --tk-text: #54667a;
}

.takurra-biosafety-section {
    padding: 100px 0;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.biosafety-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

/* Стилизация изображения */
.image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    background: #f8f9fa;
}

.image-wrapper img {
    width: 100%;
    display: block;
}

/* Текстовое наполнение */
.main-title {
    font-size: 32px;
    color: var(--tk-dark);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
}

.blue-line {
    width: 150px;
    height: 3px;
    background-color: var(--tk-blue);
    margin-bottom: 45px;
}

.features-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.feature-col h3 {
    font-size: 19px;
    color: var(--tk-dark);
    margin-bottom: 15px;
    font-weight: 500;
}

.feature-col p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--tk-text);
}

.accent-p {
    font-weight: 400;
    color: var(--tk-dark);
}

/* Адаптивность */
@media (max-width: 992px) {
    .biosafety-grid {
        grid-template-columns: 1fr;
    }
    .features-columns {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd4f924 */:root {
    --tk-blue: #0056b3;
    --tk-dark: #2c3e50;
    --tk-muted: #606f7b;
}

.takurra-automation-section {
    padding: 100px 0;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.automation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Заголовок и линия */
.main-title {
    font-size: 32px;
    color: var(--tk-dark);
    font-weight: 600;
    line-height: 1.3;
}

.blue-line {
    width: 100%;
    height: 3px;
    background: var(--tk-blue);
    margin: 25px 0 45px;
}

/* Сетка характеристик */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.stat-block h3, .info-block-bottom h3 {
    font-size: 18px;
    color: var(--tk-dark);
    margin-bottom: 12px;
    font-weight: 500;
}

.stat-block p, .info-block-bottom p {
    font-size: 13.5px;
    color: var(--tk-muted);
    line-height: 1.6;
}

/* Изображение */
.image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.06);
}

.image-wrapper img {
    width: 100%;
    display: block;
}

/* Адаптивность */
@media (max-width: 992px) {
    .automation-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .blue-line {
        margin: 20px auto 40px;
        width: 80px;
    }
}/* End custom CSS */