.elementor-224 .elementor-element.elementor-element-d2597e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-224 .elementor-element.elementor-element-200719d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4e48973 *//* --- СЕКЦІЯ --- */
.bio-section {
    padding: 100px 0;
    background-color: #fff;
    color: #333;
}

/* --- ВЕРХНІЙ БЛОК (Центрований) --- */
.bio-header-center {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 80px auto;
}

.bio-subtitle {
    color: var(--brand-orange);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.bio-main-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 25px 0;
}

.bio-header-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

/* --- СІТКА (GRID) --- */
.bio-grid {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* --- ЛІВА КОЛОНКА (ФОТО) --- */
.bio-image-col {
    flex: 1;
    max-width: 50%;
}

.bio-img-wrapper {
    width: 100%;
    /* Висота підлаштовується під контент, або можна фіксувати */
    border-radius: 4px;
    overflow: hidden;
}

.bio-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- ПРАВА КОЛОНКА (ІНФО) --- */
.bio-info-col {
    flex: 1;
    padding-top: 10px;
}

.bio-role {
    color: var(--brand-orange);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.bio-name {
    font-family: var(--font-primary);
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 25px 0;
}

.bio-text-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

/* --- КОНТАКТИ --- */
.bio-contacts {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.bio-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bio-icon {
    width: 24px;
    height: 24px;
    background-color: var(--brand-orange);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.bio-contact-details {
    display: flex;
    flex-direction: column;
}

.bio-c-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--maine-black);
    margin-bottom: 2px;
}

.bio-c-link {
    font-size: 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.bio-c-link:hover {
    color: var(--brand-orange);
}

/* --- КНОПКА --- */
.bio-btn {
    display: inline-block;
    background: linear-gradient(90deg, #ff9d4d 0%, #f37021 100%);
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: opacity 0.3s, transform 0.3s;
    box-shadow: 0 4px 15px rgba(243, 112, 33, 0.3);
}

.bio-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .bio-grid {
        flex-direction: column;
        gap: 40px;
    }
    
    .bio-image-col {
        max-width: 100%;
        width: 100%;
    }
    
    .bio-header-center {
        margin-bottom: 40px;
    }
    
    .bio-main-title {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eea3e3d *//* --- СЕКЦІЯ --- */
.results-section {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden;
}

/* --- ЗАГОЛОВОК --- */
.results-header {
    margin-bottom: 60px;
}

.results-subtitle {
    color: var(--brand-orange);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: block;
}

.results-title {
    font-family: var(--font-primary);
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

/* --- WRAPPER (Контейнер для накладання) --- */
.results-wrapper {
    position: relative;
    width: 100%;
    min-height: 550px; /* Висота композиції */
    display: flex;
    align-items: center; /* Центруємо картку по вертикалі відносно фото */
}

/* --- ФОТО (Зліва) --- */
.results-image-box {
    width: 65%; /* Займає 65% ширини контейнера */
    height: 550px;
    position: relative;
    overflow: hidden;
    /* Тінь для фото */
    box-shadow: 0 15px 40px rgba(0,0,0,0.1); 
}

.results-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- КАРТКА (Справа, накладається) --- */
.results-card {
    position: absolute;
    right: 0; /* Притиснута до правого краю */
    width: 45%; /* Ширина картки */
    background-color: #fffaf7; /* Кремовий фон, як на макеті */
    padding: 50px;
    box-shadow: -10px 20px 50px rgba(0,0,0,0.05); /* Легка тінь */
    z-index: 2; /* Поверх фото */
}

.card-heading {
    font-family: var(--font-primary);
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

/* --- СТАТИСТИКА (Grid) --- */
.results-stats-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--brand-orange);
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

/* Розділювач */
.divider-line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-bottom: 40px;
}

/* --- ПРОГРЕС БАРИ --- */
.progress-bars-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.progress-item {
    width: 100%;
}

.progress-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand-orange);
}

.progress-track {
    width: 100%;
    height: 2px; /* Тонка лінія, як на макеті */
    background-color: #ddd;
    position: relative;
}

.progress-fill {
    height: 100%;
    background-color: #666; /* Темно-сірий заповнювач */
    position: absolute;
    top: 0;
    left: 0;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .results-wrapper {
        flex-direction: column; /* Вертикальне розташування */
        min-height: auto;
    }

    .results-image-box {
        width: 100%;
        height: 300px;
        margin-bottom: -50px; /* Картка трохи наїде на фото знизу */
        z-index: 1;
    }

    .results-card {
        position: relative;
        width: 90%; /* Ширина картки на мобільному */
        right: auto;
        padding: 30px;
        z-index: 2;
        /* Вирівнюємо по центру */
        margin: 0 auto; 
    }

    .results-stats-grid {
        flex-direction: column;
        gap: 20px;
    }

    .stat-number { font-size: 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-338f70f *//* --- ОБГОРТКА --- */
.cta-section-wrapper {
    width: 100%;
    padding: 80px 0; /* Відступи зверху і знизу для простору анімації */
    display: flex;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

/* --- БАНЕР (Що анімується) --- */
.cta-banner {
    width: 100%;
    max-width: 100%; /* Спочатку він може бути меншим через JS */
    /* ГРАДІЄНТ: Темно-сірий -> Помаранчевий */
    background: linear-gradient(90deg, #2a2a2a 0%, #2a2a2a 30%, #a64d16 60%, #e0691e 100%);
    padding: 80px 10%; /* Внутрішні відступи */
    
    /* Початковий стан (змінюється скриптом) */
    transform: scale(0.92); 
    border-radius: 20px;
    transition: transform 0.1s linear, border-radius 0.1s linear; /* Плавність для скрипта */
}

.cta-inner-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

/* --- ТЕКСТ --- */
.cta-content {
    flex: 1;
    color: #fff;
}

.cta-title {
    font-family: var(--font-primary);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.cta-desc {
    font-size: 16px;
    opacity: 0.9;
    max-width: 400px;
    line-height: 1.5;
    margin: 0;
}

/* --- ПРАВА ЧАСТИНА (КНОПКИ) --- */
.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Стиль "Glassmorphism" для кнопок */
.cta-box {
    display: block;
    background: rgba(255, 255, 255, 0.1); /* Напівпрозорий білий */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Тонка рамка */
    padding: 20px 30px;
    min-width: 280px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(5px); /* Ефект розмиття фону під кнопкою */
}

.cta-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-5px); /* Легкий зсув вліво */
}

.cta-label {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.cta-value {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px; /* Відступ підкреслення */
    text-decoration-thickness: 1px;
}

/* --- МОБІЛЬНА АДАПТАЦІЯ --- */
@media (max-width: 991px) {
    .cta-banner {
        transform: none !important; /* Вимикаємо анімацію масштабу на мобільних */
        border-radius: 0 !important;
        padding: 60px 20px;
        background: linear-gradient(180deg, #2a2a2a 0%, #e0691e 100%); /* Градієнт зверху вниз */
    }

    .cta-inner-grid {
        flex-direction: column;
        gap: 40px;
        text-align: left;
    }

    .cta-title {
        font-size: 36px;
    }
    
    .cta-actions {
        width: 100%;
    }
    
    .cta-box {
        width: 100%;
    }
}/* End custom CSS */