/* ========================================================
   SOCIAL MEDIA SERVICES PAGE STYLES (NETWORK NODES THEME)
   ======================================================== */

.social-page {
    background: linear-gradient(135deg, #020617 0%, #030a1c 50%, #020610 100%);
    color: #ffffff;
    font-family: 'Inter', 'Poppins', sans-serif;
    margin: 0;
    overflow-x: hidden;
}

.social-hero {
    padding-bottom: 20px;
}

.social-hero .hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.social-blue {
    background: linear-gradient(90deg, #00A3FF, #00F0FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-video-wrapper {
    max-width: 1000px;
    margin: 60px auto 0;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px rgba(0, 163, 255, 0.15);
    border: 1px solid rgba(0, 163, 255, 0.3);
}

.hero-image-board {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* Base structural overrides for the grid reused from about */
.diff-card {
    border: 1px solid rgba(0, 163, 255, 0.2);
}

.diff-card:hover {
    box-shadow: 0 10px 40px rgba(0, 163, 255, 0.1);
    border-color: #00A3FF;
}

.data-vis-section {
    padding: 80px 20px;
}

.social-kpis {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.social-kpis .stat {
    background: rgba(0, 163, 255, 0.05);
    border: 1px solid rgba(0, 163, 255, 0.2);
    padding: 30px;
    border-radius: 16px;
    min-width: 200px;
    backdrop-filter: blur(5px);
}

.social-kpis .counter {
    font-family: 'Orbitron', sans-serif;
    font-size: 3rem;
    color: #00A3FF;
    display: block;
    margin-bottom: 10px;
    text-shadow: 0 0 10px rgba(0, 163, 255, 0.4);
}

.cross-link-banner {
    padding: 40px 20px 80px;
}

.mt-5 {
    margin-top: 50px;
}