/* ===== BLOG PAGE - AI PEOPLE DARK THEME ===== */

/* Smooth scroll for НАВЕРХ button */
html { scroll-behavior: smooth; }

body { background-color: #0a0a0a !important; }

/* ── Hide unwanted blocks ── */
#rec2102745351 { display: none !important; }
#rec2109925461,
#rec2109942011 { display: none !important; }
.tn-elem__21101109011470210128180,
.tn-elem__21101109011470233923389 { display: none !important; }

/* ── HERO BLOCK ── */
#rec2110110901 {
    background-color: #0a0a0a !important;
    position: relative;
    overflow: hidden;
}
#rec2110110901::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        0deg, transparent, transparent 39px,
        rgba(0,212,255,0.04) 39px, rgba(0,212,255,0.04) 40px
    ),
    repeating-linear-gradient(
        90deg, transparent, transparent 79px,
        rgba(0,212,255,0.04) 79px, rgba(0,212,255,0.04) 80px
    );
    pointer-events: none;
    z-index: 0;
}
#rec2110110901::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 60%; height: 2px;
    background: linear-gradient(90deg, transparent, #00d4ff, transparent);
    box-shadow: 0 0 20px rgba(0,212,255,0.6);
    z-index: 1;
}

/* ── SOCIAL BLOCK (T471) ── */
#rec2120528681 {
    background-color: #0a0a0a !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
#rec2120528681 .t471__descr {
    color: #8ab8c8 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
    margin-bottom: 16px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}
#rec2120528681 .t-sociallinks a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    background: rgba(0,212,255,0.07) !important;
    border: 1px solid rgba(0,212,255,0.3) !important;
    transition: background 0.2s, border-color 0.2s, transform 0.2s !important;
    text-decoration: none !important;
    margin: 0 6px !important;
}
#rec2120528681 .t-sociallinks a:hover {
    background: rgba(0,212,255,0.18) !important;
    border-color: rgba(0,212,255,0.7) !important;
    transform: translateY(-2px) !important;
}
#rec2120528681 .t-sociallinks__svg path,
#rec2120528681 .t-sociallinks a svg path {
    fill: #00d4ff !important;
}

/* ── ARTICLES ── */
#rec2102745361, #rec2103789341, #rec2103788431,
#rec2103787421, #rec2102745371 {
    background-color: #0a0a0a !important;
}
.t-entry__title a, .t-entry__title { color: #e8f4f8 !important; }
.t-entry__date { color: #8ab8c8 !important; }
.t-entry__text { color: #b0cdd6 !important; }

/* ── FOOTER ── */
#rec2109947491 { display: none !important; }
#rec2120350261,
#rec2120322431,
#rec2120382341 { display: none !important; }
#rec2120229531 { background-color: #0a0a0a !important; }