.elementor-683 .elementor-element.elementor-element-c559e0e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-aee8ec9 *//* Основний контейнер статті */
.detailing-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.7;
    color: #000000;
    background-color: #ffffff;
}

/* --- Виправлені заголовки --- */
.detailing-article h1 {
    font-size: 2.2rem;
    color: #000000;
    line-height: 1.2; /* Трохи збільшив міжрядковий інтервал */
    margin-bottom: 30px;
    border-left: 8px solid #C8EC66;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 800; /* Оптимальна жирність */
    letter-spacing: 0.04em; /* ДОДАНО: відступ між літерами для кращого читання */
}

.detailing-article h2 {
    font-size: 1.6rem;
    color: #000000;
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 3px solid #C8EC66; /* Трохи товстіша лінія */
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.02em; /* ДОДАНО: легкий відступ між літерами */
}

/* --- Тексти та списки --- */
.detailing-article p {
    margin-bottom: 20px;
    font-size: 1.05rem; /* Трохи більший шрифт для зручності */
}

.detailing-article ul, .detailing-article ol {
    margin-bottom: 30px;
    padding-left: 5px;
}

.detailing-article ul li {
    margin-bottom: 10px;
}

.detailing-article ul li::before {
    content: "—";
    color: #C8EC66;
    font-weight: bold;
    display: inline-block;
    width: 1.8em; /* Більше простору для буліта */
}

/* Посилання в тексті */
.detailing-article a.inline-link {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    box-shadow: inset 0 -3px 0 #C8EC66;
    transition: background-color 0.2s ease-in-out;
    padding: 2px 0;
}

.detailing-article a.inline-link:hover {
    background-color: #C8EC66;
    color: #000000;
    box-shadow: none;
}

/* Цитата експерта */
.expert-tip {
    background: #f8fdf0; /* Дуже світлий фон */
    border-left: 5px solid #C8EC66; /* Акцент зліва, а не рамка */
    padding: 25px 30px;
    margin: 40px 0;
    color: #333;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* --- ВИПРАВЛЕНИЙ БЛОК ЗАКЛИКУ ДО ДІЇ (CTA) --- */
.cta-section {
    background-color: #000000;
    padding: 60px 30px;
    text-align: center;
    margin-top: 70px;
    border-radius: 0; /* Суворий квадратний стиль */
}

.cta-section h3 {
    color: #ffffff !important; /* Гарантуємо білий колір */
    text-transform: uppercase;
    font-weight: 800; /* Жирний шрифт для контрасту */
    font-size: 1.8rem;
    letter-spacing: 0.05em; /* Виразний відступ між літерами */
    margin-bottom: 25px;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Легка тінь для об'єму */
}

.cta-section p {
    color: #ffffff !important;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 35px;
    opacity: 0.95; /* Майже повна непрозорість для кращого читання */
}

.cta-button {
    display: inline-block;
    background-color: #C8EC66;
    color: #000000 !important;
    padding: 20px 45px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(200, 236, 102, 0.4); /* Світіння кнопки */
}

.cta-button:hover {
    background-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Мобільна адаптація */
@media (max-width: 768px) {
    .detailing-article { padding: 15px; }
    .detailing-article h1 { font-size: 1.7rem; line-height: 1.2; }
    .detailing-article h2 { font-size: 1.4rem; }
    .cta-section { padding: 40px 20px; }
    .cta-section h3 { font-size: 1.5rem; }
    .cta-button { width: 100%; box-sizing: border-box; padding: 18px 30px; }
}/* End custom CSS */