/* Base */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f4f5f7;
    color: #212529;
}

/* Header & nav */
.site-header {
    background-color: #ffffff;
}

.site-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #243447;
}

.site-nav {
    background-color: #243447;
    border-radius: 0.25rem;
}

.site-nav .navbar-nav .nav-link {
    color: #f8f9fa;
    font-weight: 500;
}

.site-nav .navbar-nav .nav-link.active,
.site-nav .navbar-nav .nav-link:hover {
    color: #ffc107;
}

/* Article */
.article-title {
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.3;
}

.article-intro p {
    font-size: 1rem;
}

/* CTA */
.article-cta .cta-card {
    background: linear-gradient(135deg, #1d976c, #2abf88);
    color: #ffffff;
    border-radius: 0.5rem;
}

.article-cta .btn {
    white-space: nowrap;
}

/* Tableau comparatif */
.comparatif-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

/* Sections article */
.article-section + .article-section {
    border-top: 1px solid #dee2e6;
    padding-top: 1.5rem;
}

.article-steps {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.article-steps li {
    margin-bottom: 0.5rem;
}

/* Vidéo */
.video-wrapper iframe {
    border-radius: 0.5rem;
}

/* Sidebar */
.sidebar-section {
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 1rem 1.25rem;
}

.sidebar-section + .sidebar-section {
    margin-top: 1rem;
}

.sidebar-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.sidebar-link {
    color: #0d6efd;
    text-decoration: none;
}

.sidebar-link:hover {
    text-decoration: underline;
}

.ad-placeholder {
    min-height: 250px;
    background-color: #f1f3f5;
    border: 1px dashed #ced4da;
    border-radius: 0.5rem;
}

/* Footer */
.site-footer {
    background-color: #243447;
    color: #f8f9fa;
}

.site-footer .footer-link {
    color: #ced4da;
    text-decoration: none;
}

.site-footer .footer-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Responsivité */
@media (max-width: 767.98px) {
    .site-nav {
        width: 100%;
    }

    .article-title {
        font-size: 1.6rem;
    }
}
/* Картинки внутри секций статей WC */
.article-inline-img {
    max-width: 96px;
    height: auto;
    object-fit: contain;
}
