.elementor-737 .elementor-element.elementor-element-4a0735e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-d65b9aa *//* Основний контейнер статті */
.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;
    box-sizing: border-box;
}

/* Заголовки */
.detailing-article h1 {
    font-size: 2.2rem;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 30px;
    border-left: 8px solid #C8EC66;
    padding-left: 20px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.detailing-article h2 {
    font-size: 1.6rem;
    color: #000000;
    margin-top: 45px;
    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 {
    margin-bottom: 30px;
    padding-left: 5px;
    list-style-type: none;
}

.detailing-article ul li {
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.detailing-article ul li::before {
    content: "—";
    color: #C8EC66;
    font-weight: bold;
    display: inline-block;
    width: 1.5em;
}

/* Посилання в тексті (SEO лінк) */
.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 2px;
}

.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: 50px 30px;
    text-align: center;
    margin-top: 60px;
    border-radius: 0;
}

.cta-section h3 {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-section p {
    color: #cccccc !important;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    background-color: #C8EC66;
    color: #000000 !important;
    padding: 18px 40px;
    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.2);
}

.cta-button:hover {
    background-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Мобільна адаптація */
@media (max-width: 768px) {
    .detailing-article { padding: 15px; }
    .detailing-article h1 { font-size: 1.6rem; line-height: 1.3; padding-left: 15px; }
    .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: 15px 20px; font-size: 0.95rem; }
}/* End custom CSS */