#scrollToTopBtn {
    display: none; /* Спочатку кнопка прихована */
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(90deg, #00856f, #054792); /* Фірмовий градієнт */
    color: white;
    cursor: pointer;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Робимо кнопку круглою */
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: opacity 0.3s ease, transform 0.3s ease, filter 0.3s ease;
}

/* Ефект при наведенні курсору */
#scrollToTopBtn:hover {
    filter: brightness(1.2);
    transform: scale(1.1); /* Легке збільшення */
}





/* Затемнення фону */
.modal-overlay {
    display: none; /* Вікно приховано за замовчуванням */
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    font-family: Tahoma, sans-serif;
}

/* Само вікно */
.modal-content {
    background: #ffffff;
    width: 90%;
    max-width: 650px;
    max-height: 80vh; /* Вікно займає максимум 80% висоти екрану */
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: modal-appear 0.3s ease-out; /* Плавна поява */
}

/* Заголовок вікна */
.modal-title {
    margin: 0;
    padding: 18px 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

/* Зона для тексту (з прокруткою) */
.modal-body {
    padding: 25px;
    overflow-y: auto; /* Додає скрол, якщо текст довгий */
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
    flex-grow: 1;
    
    /* ВАЖЛИВО: Ця властивість зберігає абзаци і переноси рядків з вашого .txt файлу */
    white-space: pre-wrap; 
}

/* Підвал з кнопкою */
.modal-footer {
    padding: 15px 25px;
    background: #f8f9fa;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

/* Фірмова кнопка ОК */
.modal-ok-btn {
    background: linear-gradient(90deg, #00856f, #033164);
    color: #ffffff;
    border: none;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

.modal-ok-btn:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

/* Анімація появи вікна */
@keyframes modal-appear {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}











.info-container {
    max-width: 1350px;
    margin: 20px auto;
}

.info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.info-text {
    margin: 40px auto 20px auto;
    padding: 20px 25px;
    background-color: #fafafa;

    border: 1px solid #eaeaea;

    border-radius: 15px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #666666;
}

.info-text strong {
    color: #000000;
    display: block;
    margin-bottom: 5px;
}




.animated-gradient-line {
    height: 16px;
    width: 100%;
    
   
    background: linear-gradient(90deg, #00947b, #054792, #00947b, #054792, #00947b);
    background-size: 300% 100%;
   
    animation: chaotic-seamless-flow 24s ease-in-out infinite;
}

@keyframes chaotic-seamless-flow {
    0% { 
        background-position: 0% 50%; 
    }
    20% { 
        background-position: 60% 50%;
    }
    35% { 
        background-position: 45% 50%;
    }
    55% { 
        background-position: 180% 50%;
    }
    75% { 
        background-position: 150% 50%;
    }
    90% { 
        background-position: 240% 50%;
    }
    100% { 
        background-position: 300% 50%; 
    }
}



.logo-img {
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 20px rgba(220, 252, 255, 0.8));
}





.top-menu-container {
    display: flex;
    justify-content: flex-end; /* Меню чітко справа */
    align-items: center;
    max-width: 1100px;         /* Ширина підлаштована під ваш банер */
    margin: 15px auto 5px auto; /* Мінімальний нижній відступ (5px) до зображення */
    padding: 0 10px;
    font-family: Tahoma, sans-serif;
    box-sizing: border-box;
}

/* Окремий контейнер, що тримає всі елементи в один рядок */
.top-menu-items {
    display: flex;
    align-items: center;
}

/* --- СТИЛЬ ПУНКТІВ МЕНЮ --- */
.topmenu {
    color: #07276d;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal; /* Звичайний витончений шрифт */
    position: relative;  /* Обов'язково для правильного позиціонування лінії */
    padding: 4px 0;      /* Компактні вертикальні відступи */
    cursor: pointer;
    display: inline-block;
    transition: color 0.2s ease;
}

/* --- АНІМАЦІЯ ПІДХРЕСЛЕННЯ ВІД ЦЕНТРУ --- */
.topmenu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px; /* Товщина лінії підкреслення */
    bottom: 0;
    left: 0;
    background-color: #004d40; /* Фірмовий темно-зелений колір ліній */
    transform: scaleX(0);       /* Спочатку лінія стиснута в точку по центру */
    transform-origin: center;   /* Розгортання відбувається від центру */
    transition: transform 0.3s ease-in-out; /* Плавний рух */
}

/* Зміна кольору тексту при наведенні */
.topmenu:hover {
    color: #004d40;
}

/* Активація лінії підкреслення в обидва боки */
.topmenu:hover::after {
    transform: scaleX(1);
}

/* Розділювальні палички (|) між пунктами */
.menu-sep {
    color: #b0b0b0; /* Світло-сірий колір, щоб не кидався в очі */
    font-size: 14px;
    padding: 0 12px; /* Надійні бічні відступи */
    user-select: none;
    display: inline-block;
}

/* --- СТИЛІ ВИПАДАЮЧОГО СПИСКУ (DROPDOWN) --- */
.dropdown {
    position: relative;
    display: inline-block;
    
    /* Створюємо монолітну зону під кнопкою Language, 
       щоб мишка не втрачала зв'язок зі списком */
    padding-bottom: 12px; 
    
    /* Компенсуємо цей padding, щоб він не штовхав банер сайту вниз */
    margin-bottom: -12px; 
}

/* Кнопка Language */
.dropdown-toggle {
    padding-right: 5px;
}

/* Контейнер з мовами (ховається за замовчуванням, відкривається без дірок) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;    /* Вирівнювання вікна по правому краю слова Language */
    top: 100%;   /* Сідає чітко під активну зону padding кнопки */
    background-color: #ffffff;
    min-width: 140px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); /* Елегантна м'яка тінь */
    border: 1px solid #eaeaea;
    border-radius: 6px;
    z-index: 100;
    overflow: hidden;
}

/* Посилання всередині випадаючого списку мов */
.dropdown-content a {
    color: #444444;
    padding: 9px 15px; /* Акуратні компактні поля */
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: Tahoma, sans-serif;
    transition: background-color 0.2s ease, color 0.2s ease;
}

/* Наведення на конкретну мову в списку */
.dropdown-content a:hover {
    background-color: #f5f5f5; /* Світле підсвічування рядка */
    color: #054792;            /* Текст стає синім */
}

/* Головний тригер: показувати список при наведенні курсору на зону кнопки */
.dropdown:hover .dropdown-content {
    display: block;
}

/* --- АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ --- */
@media (max-width: 768px) {
    .top-menu-container {
        justify-content: center; /* Центруємо на телефонах */
        margin-bottom: 15px;
    }
    .top-menu-items {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 0;
    }
    .dropdown-content {
        left: 50%;
        transform: translateX(-50%); /* Центруємо випадаюче вікно на мобільних */
    }
}













.breathing-logo {
    display: inline-block;
    /* Анімація триває 5 секунд, використовуємо хаотичні кроки */
    animation: chaotic-breathing 20s ease-in-out infinite;
    transform-origin: center;
}

@keyframes chaotic-breathing {
    0% { transform: scale(1.0); }
    15% { transform: scale(1.15); } /* Різке збільшення */
    30% { transform: scale(0.95); } /* Легке стиснення */
    45% { transform: scale(1.25); } /* Сильне збільшення */
    60% { transform: scale(1.0); }  /* Повернення до норми */
    75% { transform: scale(1.1); }  /* Помірне збільшення */
    90% { transform: scale(0.9); }  /* Різке зменшення */
    100% { transform: scale(1.0); } /* Повернення до вихідного */
}







/* Універсальний стиль для всіх картинок, які мають бути заокругленими */

.img-rounded {
    max-width: 100%;
    height: auto;
    border-radius: 15px;      /* Ваш радіус */
    display: block;
    margin: 20px auto;       /* Відступи зверху/знизу та вирівнювання по центру */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);  
     
    /* Додатково можна додати тонку рамку, щоб тінь виглядала чіткіше */
    border: 1px solid rgba(0, 0, 0, 0.05);

}



.img-rounded-anim {
    max-width: 100%;
    height: auto;
    border-radius: 15px;      /* Ваш радіус */
    display: block;
    margin: 20px auto;       /* Відступи зверху/знизу та вирівнювання по центру */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);  
    transition: transform 0.3s ease; /* Плавність при наведенні */

    
    /* Додатково можна додати тонку рамку, щоб тінь виглядала чіткіше */
    border: 1px solid rgba(0, 0, 0, 0.05);

}

/* Ефект легкого наближення при наведенні (опціонально) */
.img-rounded-anim:hover {
    transform: scale(1.01);

    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);    
}


.media-section-container {
    max-width: 1350px;
    margin: 40px auto;
    font-family: sans-serif;
}

/* СОЦМЕРЕЖІ */
.social-networks-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    text-align: center;
}

.social-networks-box h4, .video-tutorials-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.social-networks-box p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 20px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.1s;
}

.fb-btn { background-color: #1877f2; color: #ffffff; }
.fb-btn:hover { background-color: #166fe5; }

.yt-btn { background-color: #ff0000; color: #ffffff; }
.yt-btn:hover { background-color: #e60000; }

.social-btn:active { transform: translateY(1px); }

.soc-icon { width: 18px; height: 18px; fill: currentColor; }

/* КАРТКИ ВІДЕО */
.video-tutorials-box {
    background: #ffffff;
    padding: 30px 25px;
    border: 1px solid #e0e0e0;

    
    padding: 40px 30px; /* Трохи збільшено внутрішні відступи для просторості */
    border-radius: 15px; /* Більш м'які кути */
    margin: 40px 0;
    font-family: inherit; /* Успадковує шрифт з усього сайту (замість жорсткого sans-serif) */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Елегантна тінь рамки */
}

.section-desc { color: #555555; font-size: 16px; margin-bottom: 25px; }

.video-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.video-card {
    flex: 1;
    min-width: 300px;
    background: #fbfbfb;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.video-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-color: #cccccc;
}

.video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Співвідношення сторін 16:9 */
    background-color: #000; /* Фон на випадок відсутності картинки */
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.03);
}

/* Накладання кнопки Play */
.play-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.video-card:hover .play-overlay { background: rgba(0,0,0,0.4); }

.play-svg {
    width: 50px;
    height: 50px;
    fill: #ffffff;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
    transition: transform 0.2s;
}

.video-card:hover .play-svg { transform: scale(1.1); }

/* Інфо під відео */
.video-info { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; }
.video-info h5 { margin: 0 0 8px 0; font-size: 15px; color: #000000; font-weight: 600; line-height: 1.4; }
.video-info p { margin: 0; font-size: 13px; color: #666666; line-height: 1.5; }

/* Адаптивність для планшетів та телефонів */
@media (max-width: 768px) {
    .video-grid { flex-direction: column; }
    .video-card { min-width: 100%; }
}












.third-party-section {
    max-width: 1350px;
    margin: 40px auto 20px auto;
    padding: 20px 25px;
    background-color: #fafafa; /* Дуже світлий, майже білий фон */
    border: 1px solid #eaeaea;   /* Тонка, ледь помітна сіра рамка */
    border-radius: 15px;
    font-family: Tahoma, sans-serif;
    color: #666666;             /* Стриманий сірий колір тексту замість чорного */
}

.third-party-section h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #444444;             /* Трішки темніший заголовок, але не кричущий */
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.third-party-section p {
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0;
}

.tp-list {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 13px;
}

.tp-list li {
    margin-bottom: 5px;
    color: #555555;
}

.tp-list strong {
    color: #444444;
}

.third-party-section code {
    background-color: #eee;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 12px;
    color: #333;
}

.tp-notice {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 15px !important;
}

.tp-copyright {
    font-size: 12px !important;
    color: #888888;             /* Найдрібніший і найблідший текст для авторських прав */
    font-style: italic;
    margin-top: 5px;
}










.support-section-container {
    max-width: 1350px;
    margin: 20px auto;
    font-family: sans-serif;
}

.support-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.support-table td {
    background: #ffffff;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    color: #333333;
    line-height: 1.6;
}

.support-icon-cell {
    width: 70px;
    text-align: center;
    vertical-align: top;
    padding-right: 5px !important;
}

.support-icon {
    width: 32px;
    height: 32px;
    stroke: #004d40; /* Стриманий темно-зелений акцент для світлої теми */
    margin-top: 2px;
}



.support-email-box {
    margin-top: 10px;
    font-weight: 600;
    color: #000000;
}

.support-email-box a {
    color: #004d40;
    text-decoration: none;
    border-bottom: 1px dashed #004d40;
    transition: color 0.2s, border-color 0.2s;
}

.support-email-box a:hover {
    color: #00796b;
    border-bottom-style: solid;
}

/* Адаптивність для мобільних екранів */
@media (max-width: 480px) {
    .support-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .support-icon-cell {
        text-align: left;
        padding-bottom: 10px !important;
    }
}








.order-form-container {
    max-width: 600px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    font-family: sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    overflow: hidden; /* Заокруглює кути також і для темного заголовка */
}

/* СТИЛЬ ТЕМНОГО ЗАГОЛОВКА */
.form-header {
    background: linear-gradient(90deg, #004d40 0%, #054792 100%);
    padding: 20px 30px;
    text-align: center;
    border-bottom: 2px solid #054792; /* Тонка неонова лінія знизу для стилю */
}

.form-header h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 0px 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ТІЛО ФОРМИ */
.order-form {
    padding: 30px;
}

.order-form .form-group {
    margin-bottom: 15px;
}

.order-form input[type="text"],
.order-form input[type="email"],
.order-form input[type="number"],
.order-form select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    background-color: #fcfcfc;
    transition: border-color 0.3s;
}

/* Колір підказок (placeholder) */
.order-form input::placeholder,
.order-form select:invalid {
    color: #888888;
}

.order-form input:focus,
.order-form select:focus {
    border-color: #004d40;
    outline: none;
    background-color: #ffffff;
}

.submit-group {
    text-align: center;
    margin-top: 25px;
}



.linkbutton_form {
    display: inline-block;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;

    /* Базовий градієнт із зацикленням */
    background: linear-gradient(90deg, #00856f, #033164, #004d40, #00856f);
    background-size: 300% 100%;
    
    /* Плавні переходи для фільтрів (яскравість) та швидкості градієнта */
    transition: filter 0.4s ease, background-position 0.4s ease;
    
    /* Дві автономні анімації: рух градієнта та хаотичне дихання */
    animation: gradient-move 4s linear infinite, 
               chaotic-scale 6s ease-in-out infinite;
}

/* ПРИ НАВЕДЕННІ КУРСОРУ */
.linkbutton_form:hover {
    /* Кольори стають яскравішими */
    filter: brightness(1.2) saturate(1.2);
    
    /* Градієнт починає бігти у 2 рази швидше */
    animation-duration: 2s, 6s; /* Перша анімація (градієнт) стає 2с, друга залишається 6с */
    
    /* КЛЮЧОВИЙ МОМЕНТ: Ставимо анімацію масштабу на паузу. 
       Кнопка завмирає в тому розмірі, в якому була! */
    animation-play-state: running, paused; 
}

/* ПРИ НАТИСКАННІ */
.linkbutton_form:active {
    /* Легкий клік (зсув вниз), не ламаючи поточний розмір кнопки */
    margin-top: 2px;
}

/* --- КЛЮЧОВИЙ РУХ --- */

/* 1. Рух градієнта */
@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    100% { background-position: 300% 50%; }
}

/* 2. Хаотичне дихання */
@keyframes chaotic-scale {
    0% { transform: scale(1.0); }
    15% { transform: scale(1.08); }
    32% { transform: scale(0.96); }
    50% { transform: scale(1.12); }
    68% { transform: scale(0.98); }
    82% { transform: scale(1.05); }
    100% { transform: scale(1.0); }
}









/* === ОСНОВНИЙ КОНТЕЙНЕР === */
.sinnrag-pricing-section {
    background: radial-gradient(circle at 50% 0%, #152744 0%, #070d18 100%);
    padding: 40px;
    border-radius: 16px;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
    max-width: 1024px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* === ШАПКА === */
.sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sp-logo-area { display: flex; align-items: center; gap: 15px; }

.sp-logo-img {
    width: 60px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 229, 255, 0.4));
}

.sp-logo-text { font-size: 38px; font-weight: 700; letter-spacing: 1px; }
.sp-logo-text span { color: #00e5ff; }

.sp-title-area { text-align: right; }
.sp-title { font-size: 28px; font-weight: 700; margin: 0 0 5px 0; letter-spacing: 1px; }
.sp-subtitle { font-size: 13px; color: #8ab4f8; text-transform: uppercase; letter-spacing: 1px; margin: 0; }

/* === ТАБЛИЦЯ ТА ВЕРТИКАЛЬНІ КОЛОНКИ (ДЕСКТОП) === */
.sp-table-wrapper {
    overflow: hidden; /* Забираємо скрол */
    padding-bottom: 20px;
}

.sp-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 12px 0; 
    text-align: center;
    font-size: 14px;
}

.sp-table th, .sp-table td {
    padding: 16px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.sp-table th {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sp-table tr:last-child td {
    border-bottom: none;
    padding-bottom: 25px;
    font-size: 15px;
}

/* 1. Колонка властивостей (Описи) - ЗБІЛЬШЕНА ШИРИНА */
.sp-table th:nth-child(1), 
.sp-table td:nth-child(1) {
    text-align: left;
    min-width: 100px;
    color: #d1d5db;
    border: none;
    background: transparent;
}
.sp-table td:nth-child(1) { display: flex; align-items: center; gap: 12px; }
.feature-icon { width: 18px; height: 18px; fill: #8ab4f8; flex-shrink: 0; }

/* Іконки в шапці */
.plan-header-content { display: flex; align-items: center; justify-content: center; gap: 8px; }
.plan-header-icon { width: 12px; height: 20px; }

/* Кольорові колонки */
.sp-table th:nth-child(2), .sp-table td:nth-child(2) { border-left: 2px solid #3b82f6; border-right: 2px solid #3b82f6; background: rgba(59, 130, 246, 0.03); color: #60a5fa; }
.sp-table th:nth-child(2) { border-top: 2px solid #3b82f6; border-radius: 16px 16px 0 0; color: #3b82f6; }
.sp-table tr:last-child td:nth-child(2) { border-bottom: 2px solid #3b82f6; border-radius: 0 0 16px 16px; font-weight: bold;}

.sp-table th:nth-child(3), .sp-table td:nth-child(3) { border-left: 2px solid #06b6d4; border-right: 2px solid #06b6d4; background: rgba(6, 182, 212, 0.03); color: #22d3ee; }
.sp-table th:nth-child(3) { border-top: 2px solid #06b6d4; border-radius: 16px 16px 0 0; color: #06b6d4; }
.sp-table tr:last-child td:nth-child(3) { border-bottom: 2px solid #06b6d4; border-radius: 0 0 16px 16px; font-weight: bold;}

.sp-table th:nth-child(4), .sp-table td:nth-child(4) { border-left: 2px solid #10b981; border-right: 2px solid #10b981; background: rgba(16, 185, 129, 0.06); color: #34d399; }
.sp-table th:nth-child(4) { border-top: 2px solid #10b981; border-radius: 16px 16px 0 0; color: #10b981; }
.sp-table tr:last-child td:nth-child(4) { border-bottom: 2px solid #10b981; border-radius: 0 0 16px 16px; font-weight: bold;}

.sp-table th:nth-child(5), .sp-table td:nth-child(5) { border-left: 2px solid #84cc16; border-right: 2px solid #84cc16; background: rgba(132, 204, 22, 0.03); color: #a3e635; }
.sp-table th:nth-child(5) { border-top: 2px solid #84cc16; border-radius: 16px 16px 0 0; color: #84cc16; }
.sp-table tr:last-child td:nth-child(5) { border-bottom: 2px solid #84cc16; border-radius: 0 0 16px 16px; font-weight: bold;}

.sp-table th:nth-child(6), .sp-table td:nth-child(6) { border-left: 2px solid #a3e635; border-right: 2px solid #a3e635; background: rgba(163, 230, 53, 0.03); color: #bef264; }
.sp-table th:nth-child(6) { border-top: 2px solid #a3e635; border-radius: 16px 16px 0 0; color: #a3e635; }
.sp-table tr:last-child td:nth-child(6) { border-bottom: 2px solid #a3e635; border-radius: 0 0 16px 16px; font-weight: bold;}

.sp-table th:nth-child(7), .sp-table td:nth-child(7) { border-left: 2px solid #d9f99d; border-right: 2px solid #d9f99d; background: rgba(217, 249, 157, 0.03); color: #ecfccb; }
.sp-table th:nth-child(7) { border-top: 2px solid #d9f99d; border-radius: 16px 16px 0 0; color: #d9f99d; }
.sp-table tr:last-child td:nth-child(7) { border-bottom: 2px solid #d9f99d; border-radius: 0 0 16px 16px; font-weight: bold;}

.dash { color: #374151 !important; font-weight: bold; }

/* === ПІДВАЛ (ОДИН РЯДОК ЖОРСТКО) === */
.sp-footer-features {
    display: flex;
    flex-wrap: nowrap; /* Гарантує один рядок */
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
    gap: 15px;
}

.footer-item {
    flex: 1;
    min-width: 0; /* Дозволяє блокам безпечно стискатися */
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.02);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-icon { width: 40px; height: 40px; fill: none; stroke: #00e5ff; stroke-width: 1.5; flex-shrink: 0; }
.footer-icon-green { stroke: #34d399; }
.footer-text h4 { margin: 0 0 4px 0; font-size: 14px; color: #fff; letter-spacing: 0.5px; white-space: nowrap; }
.footer-text p { margin: 0; font-size: 12px; color: #9ca3af; line-height: 1.3; }

/* === АДАПТИВНІСТЬ ДЛЯ МОБІЛЬНИХ ПРИСТРОЇВ (БЕЗ СКРОЛУ) === */
@media (max-width: 1024px) {
    /* Зменшуємо шрифти та відступи на планшетах */
    .sp-table { font-size: 12px; border-spacing: 6px 0; }
    .sp-table th, .sp-table td { padding: 12px 6px; }
    .sp-header { flex-direction: column; text-align: center; gap: 20px; }
    .sp-title-area { text-align: center; }
}

@media (max-width: 768px) {
    .sinnrag-pricing-section { padding: 20px 10px; }
    
    /* ТРАНСФОРМАЦІЯ ТАБЛИЦІ В КАРТКИ */
    .sp-table, .sp-table tbody, .sp-table tr, .sp-table td { display: block; width: 100%; box-sizing: border-box; }
    .sp-table thead { display: none; } /* Ховаємо шапку, назви тарифів будуть у рядках */
    
    .sp-table tr {
        margin-bottom: 25px;
        background: #0b1423;
        border-radius: 12px;
        border: 1px solid rgba(0, 200, 255, 0.2);
        overflow: hidden;
    }
    
    .sp-table td {
        display: flex;
        justify-content: space-between; /* Розносить назву тарифу і значення по краях */
        align-items: center;
        text-align: right;
        padding: 12px 15px !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        background: transparent !important;
        border-radius: 0 !important;
    }
    .sp-table td:last-child { border-bottom: none !important; }
    
    /* Перший рядок всередині кожної картки (Опис властивості) */
    .sp-table td:nth-child(1) {
        background: rgba(255, 255, 255, 0.05) !important;
        font-weight: bold;
        color: #fff !important;
        text-align: left;
        justify-content: flex-start;
    }
    
    /* Автоматичне додавання назв тарифів перед значеннями */
    .sp-table td:nth-child(2)::before { content: "TRIAL"; color: #3b82f6; font-weight: bold; font-size: 13px; }
    .sp-table td:nth-child(3)::before { content: "STARTER"; color: #06b6d4; font-weight: bold; font-size: 13px; }
    .sp-table td:nth-child(4)::before { content: "EXPERT"; color: #10b981; font-weight: bold; font-size: 13px; }
    .sp-table td:nth-child(5)::before { content: "PRO"; color: #84cc16; font-weight: bold; font-size: 13px; }
    .sp-table td:nth-child(6)::before { content: "BUSINESS"; color: #a3e635; font-weight: bold; font-size: 13px; }
    .sp-table td:nth-child(7)::before { content: "ENTERPRISE"; color: #d9f99d; font-weight: bold; font-size: 13px; }

    /* ОПТИМІЗАЦІЯ ПІДВАЛУ (Щоб залишився в 1 рядок на телефоні) */
    .sp-footer-features { gap: 5px; }
    .footer-item {
        flex-direction: column; /* Іконка стає над текстом */
        text-align: center;
        padding: 10px 5px;
        gap: 6px;
    }
    .footer-icon { width: 24px; height: 24px; margin: 0 auto; }
    .footer-text h4 { font-size: 10px; margin: 0; white-space: normal; }
    .footer-text p { display: none; } /* Ховаємо дрібний опис, щоб усе гарантовано вмістилося */
}






















.download-section {
    padding: 40px 30px; /* Трохи збільшено внутрішні відступи для просторості */
    background-color: #ffffff; /* Змінено на чисто білий для кращого контрасту з тінню */
    border: 1px solid #eaeaea;
    border-radius: 15px; /* Більш м'які кути */
    margin: 40px 0;
    font-family: inherit; /* Успадковує шрифт з усього сайту (замість жорсткого sans-serif) */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Елегантна тінь рамки */
}

/* Новий виразний заголовок */
.download-title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 1px;
}






.download-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px; /* Відступ від тексту */
}

.download-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
    min-width: 250px;
    transition: background-color 0.2s, transform 0.1s;
}

.btn:active {
    transform: translateY(1px);
}

.btn-primary {
    /* Базові параметри */
    background: linear-gradient(90deg, #00856f, #033164, #004d40);
    background-size: 300% 100%;
    border: none;
    cursor: pointer;
    transition: transform 0.4s ease, background 0.4s ease;
    
    /* Постійна анімація руху */
    animation: gradient-move 4s linear infinite;
}

.btn-primary:hover {
    /* Зміна кольорів на яскравіші при наведенні */
    background: linear-gradient(90deg, #00a88c, #0a74e6, #008f7a);
    background-size: 300% 100%;
    
    /* Рух у 2 рази швидший (2s замість 4s) */
    animation: gradient-move 2s linear infinite;
    
    /* Плавне збільшення на 10% */
    transform: scale(1.10);
}

/* Ключові кадри для руху градієнта */
@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}






.btn-secondary {
    /* Базові параметри */
    background: linear-gradient(90deg, #2d665c, #3c6491d2, #1e4740d2);
    background-size: 300% 100%;
    border: none;
    cursor: pointer;
    transition: transform 0.4s ease, background 0.4s ease;
    
    /* Постійна анімація руху */
    animation: gradient-move 4s linear infinite;
}

.btn-secondary:hover {
    /* Зміна кольорів на яскравіші при наведенні */
    background: linear-gradient(90deg, #00a88c, #0a74e6, #008f7a);
    background-size: 300% 100%;
    
    /* Рух у 2 рази швидший (2s замість 4s) */
    animation: gradient-move 2s linear infinite;
    
    /* Плавне збільшення на 10% */
    transform: scale(1.10);
}







.win-icon {
    margin-right: 10px;
}

.file-info {
    font-size: 15px;
    color: #666;
}

.file-title {
    font-weight: bold;
    color: #333;
}

.eula-note {
    font-size: 13px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 30px;
}

.eula-note a {
    color: #004d40;
    text-decoration: underline;
}

.eula-note a:hover {
    color: #000;
}

@media (max-width: 768px) {
    .download-section {
        padding: 25px 20px;
    }
    
    .download-title {
        font-size: 24px;
    }

    .download-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        background-color: #fcfcfc;
        padding: 15px;
        border: 1px solid #eee;
        border-radius: 6px;
    }
    
    .btn {
        width: 100%;
        box-sizing: border-box;
    }
}





























/* Основний контейнер таблиці */
.sinnrag-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px; /* Білий простір між плитками */
    font-family: Tahoma;
    color: #333;
}

/* Стилі для всіх ячейок (плиток) */
.sinnrag-table td, 
.sinnrag-table th {
    padding: 20px;
    background-color: #f4f4f4; 
    border-radius: 10px;        
    vertical-align: top;
}


.header-cell, 
.feature-cell {
    background-color: #004d40 !important; 
    color: #ffffff;                       
    font-weight: 600;
}


.header-cell2 {
    background-color: #00414d !important; 
    color: #ffffff;                       
    font-weight: 600;
}

.header-cell3 {
    background-color: #00685a !important;
    color: #ffffff;                       
    font-weight: 600;
}




.feature-cell strong {
    display: block;
    margin-bottom: 5px;
}

/* Адаптивність: на мобільних перетворюємо в стовпчик */
@media (max-width: 768px) {
    .sinnrag-table, .sinnrag-table thead, .sinnrag-table tbody, 
    .sinnrag-table th, .sinnrag-table td, .sinnrag-table tr {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .sinnrag-table thead { display: none; } /* Ховаємо шапку на мобільних */
    .sinnrag-table { border-spacing: 0 10px; } 
}








body {
    margin: 0;
    padding: 0;
    color: #000000;
    background-color: #ffffff;
}


.text  {color:#4a4a4a;font-size:12pt;font-weight:normal;font-family:Tahoma;text-decoration:none;line-height: 1.4;}
.text_white  {color:#ffffff;font-size:12pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.textBIG  {color:#4a4a4a;font-size:16pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.textBIG2  {color:#ffffff;font-size:40pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.header1  {color:#4a4a4a;font-size:20pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.headerBlack  {color:#000000;font-size:20pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}





.bigmenu {color:#000000;font-size:40pt;font-weight:normal;font-family:Arial;text-decoration:none;}
A.bigmenu:Active {color:#000000;}
A.bigmenu:Hover  {color:#787878;}


.smalltext  {color:#505050;font-size:8pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.smalltext_w  {color:#F0F0F0;font-size:8pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}
.header  {color:#4a4a4a;font-size:18pt;font-weight:bold;font-family:Tahoma;text-decoration:none;}
.header2  {color:#aaaaaa;font-size:20pt;font-weight:normal;font-family:Tahoma;text-decoration:none;}


.animate-element {
    opacity: 0; 
    transform: translateX(-100px); 
    animation: fadeIn 1s ease-in-out forwards;
}


@keyframes fadeIn {
    0% {
        opacity: 0; 
        transform: translateX(-100px); 
    }
    100% {
        opacity: 1; 
        transform: translateX(0);
    }
}


.animate-element_y {
    opacity: 0;
    transform: translateY(100px);
    animation: fadeIn_y 0.5s ease-in-out forwards;
}

@keyframes fadeIn_y {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.container {
    display: flex;
    flex-wrap: wrap;
    font-family:Tahoma;
    text-decoration:none;
    font-weight:normal;
    justify-content: center;
}

.column {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.column img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .column {
        flex-basis: 100%;
    }
}




.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column2 {
    flex: 1;
}

.column2:first-child {
    flex-basis: 60px;
}