.elementor-712 .elementor-element.elementor-element-1cfee22{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-b2bee35 *//* Основний контейнер статті */
.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;
    list-style-type: none; /* Забираємо стандартні крапки */
}

.detailing-article ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

.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;
    font-size: 1.05rem;
}

/* Блок заклику до дії (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);
    border: none; /* Відміняємо стилі звичайних h3, якщо вони є */
}

.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; }
    .expert-tip { padding: 20px; }
    .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 */