/**
 * صندوق موحّد أسفل المقال — أحدث في القسم + الوسوم
 */

.article-footer-hub {
    position: relative;
    margin: 0 0 28px;
    border-radius: 20px;
    border: 1.5px solid #bae6fd;
    background: linear-gradient(165deg, #ffffff 0%, #f0f9ff 100%);
    box-shadow:
        0 14px 44px rgba(12, 74, 110, 0.1),
        0 2px 0 rgba(255, 255, 255, 0.9) inset;
    overflow: hidden;
}

.article-footer-hub__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(
        90deg,
        #0c4a6e 0%,
        var(--color-primary, #0ea5e9) 35%,
        #38bdf8 65%,
        #0c4a6e 100%
    );
    pointer-events: none;
    z-index: 2;
}

.article-footer-hub__zone {
    position: relative;
    padding: 18px 20px 20px;
}

.article-footer-hub__zone + .article-footer-hub__zone {
    border-top: 1px dashed rgba(14, 165, 233, 0.22);
}

.article-footer-hub__head {
    margin-bottom: 14px;
}

.article-footer-hub__latest-list {
    margin: 0;
}

.article-footer-hub__zone--tags {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, #fff 100%);
}

.article-footer-hub__zone--tags + .article-footer-hub__zone--latest {
    border-top: 1px dashed rgba(14, 165, 233, 0.22);
}

.article-footer-hub__zone--related + .article-footer-hub__zone--tags {
    border-top: 1px dashed rgba(14, 165, 233, 0.22);
}

.article-footer-hub__related-grid {
    --rel-gap-outer: 5px;
    --rel-gap-cards: 5px;
    --rel-gap-media: 10px;
    --rel-accent: var(--color-primary, #0ea5e9);
}

.article-footer-hub + .article-footer-hub {
    margin-top: 20px;
}

.article-footer-hub__tags-head {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(14, 165, 233, 0.22);
}

.article-footer-hub__tags-list {
    gap: 8px;
}

.article-footer-hub .cat-latest__link {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(186, 230, 253, 0.55);
}

.article-footer-hub .cat-latest__link:hover {
    background: #fff;
    border-color: rgba(14, 165, 233, 0.35);
}

html.site-dark .article-footer-hub {
    background: linear-gradient(165deg, #0f172a 0%, #111827 100%);
    border-color: rgba(56, 189, 248, 0.22);
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.28);
}

html.site-dark .article-footer-hub__zone--tags {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(15, 23, 42, 0.85) 100%);
}

html.site-dark .article-footer-hub .cat-latest__link {
    background: rgba(15, 23, 42, 0.55);
    border-color: rgba(51, 65, 85, 0.8);
}

html.site-dark .article-footer-hub .cat-latest__link:hover {
    background: rgba(30, 41, 59, 0.9);
}

@media (max-width: 640px) {
    .article-footer-hub {
        border-radius: 16px;
    }

    .article-footer-hub__zone {
        padding: 14px 14px 16px;
    }

    .article-footer-hub__tags-list {
        gap: 7px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-footer-hub .article-strip-head__pulse {
        animation: none;
    }
}
