.elementor-1160 .elementor-element.elementor-element-ff37bdb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d3f4289 */<style>
/* КОНТЕЙНЕР СТАТТІ */
.seo-article-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #222222; /* Темно-сірий текст для читабельності */
    background: #ffffff;
}

/* ЗАГОЛОВОК */
.article-header {
    text-align: center;
    border-bottom: 3px solid #c5a059; /* Золота лінія */
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.article-title {
    font-size: 34px !important;
    color: #1a1a1a !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.article-meta {
    color: #888;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* КАРТКИ З ВАРІАНТАМИ */
.info-card {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 5px solid #c5a059; /* Золотий акцент */
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.info-card h2 {
    font-size: 22px !important;
    color: #c5a059 !important;
    margin-bottom: 15px !important;
}

.info-card ul {
    margin-top: 10px;
    padding-left: 20px;
}

.info-card li {
    margin-bottom: 8px;
}

/* АКЦЕНТНИЙ БЛОК */
.highlight-box {
    background: #1a1a1a;
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
}

.highlight-box h3 {
    color: #c5a059 !important;
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

/* CTA СЕКЦІЯ З КНОПКОЮ */
.cta-section {
    text-align: center;
    background: #fdf8ef;
    padding: 40px;
    border-radius: 10px;
    border: 1px dashed #c5a059;
}

.cta-redirect-button {
    display: inline-block;
    background: #c5a059;
    color: #ffffff !important;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 5px;
    margin-top: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
}

.cta-redirect-button:hover {
    background: #a68243;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(197, 160, 89, 0.5);
}

/* МОБІЛЬНА АДАПТАЦІЯ */
@media (max-width: 768px) {
    .article-title { font-size: 26px !important; }
    .cta-redirect-button { width: 100%; font-size: 16px; padding: 15px; }
}
</style>/* End custom CSS */