
.fts-social-section,
.fts-social-section * { box-sizing: border-box; }

.fts-social-section {
    --fts-dark: #0f172a;
    --fts-muted: #64748b;
    --fts-border: rgba(15, 23, 42, .08);
    width: 100%;
    padding: 14px 12px 12px;
    margin: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 18%, rgba(34, 197, 94, .07), transparent 24%),
        radial-gradient(circle at 90% 18%, rgba(236, 72, 153, .07), transparent 24%),
        linear-gradient(180deg, #fbfffd 0%, #f7fbff 100%);
    border-top: 1px solid rgba(15, 23, 42, .04);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.fts-social-shell {
    width: min(1200px, 100%);
    margin: 0 auto;
}

.fts-social-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    margin: 0 0 12px;
}

.fts-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #ef4444;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.fts-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, .45);
    animation: ftsPulse 1.8s infinite;
}

.fts-social-intro h2 {
    margin: 0;
    color: var(--fts-dark);
    font-size: clamp(20px, 1.6vw, 27px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.04em;
}

.fts-social-intro p {
    max-width: 760px;
    margin: 0;
    color: var(--fts-muted);
    font-size: 13px;
    line-height: 1.55;
}

.fts-social-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
}

.fts-social-card {
    --brand: #111827;
    --brand-rgb: 17, 24, 39;
    position: relative;
    flex: 0 1 340px;
    width: min(340px, 100%);
    min-width: 0;
    padding: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--fts-border);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.fts-social-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--brand), rgba(var(--brand-rgb), .75));
}

.fts-social-card::after {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    top: -50px;
    right: -28px;
    border-radius: 50%;
    background: rgba(var(--brand-rgb), .065);
}

.fts-social-card:hover {
    transform: translateY(-3px);
    border-color: rgba(var(--brand-rgb), .18);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .10);
}

.fts-whatsapp { --brand: #16b968; --brand-rgb: 22, 185, 104; }
.fts-telegram { --brand: #168fd1; --brand-rgb: 22, 143, 209; }
.fts-instagram { --brand: #e1306c; --brand-rgb: 225, 48, 108; }

.fts-card-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,.68) 50%, transparent 65%);
    transform: translateX(-130%);
    transition: transform .7s ease;
}

.fts-social-card:hover .fts-card-shine { transform: translateX(130%); }

.fts-card-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fts-social-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: var(--brand);
    background: rgba(var(--brand-rgb), .10);
    box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb), .06);
}

.fts-social-icon svg {
    width: 20px;
    height: 20px;
}

.fts-card-heading {
    min-width: 0;
    flex: 1;
}

.fts-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.fts-name-row h3 {
    margin: 0;
    color: var(--fts-dark);
    font-size: 16px;
    line-height: 1.1;
    font-weight: 900;
}

.fts-count {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 2px 7px;
    color: var(--brand);
    background: rgba(var(--brand-rgb), .10);
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
}

.fts-channel-label {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 700;
}

.fts-arrow {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: var(--brand);
    background: rgba(var(--brand-rgb), .08);
    font-size: 12px;
    font-weight: 800;
}

.fts-description {
    margin: 9px 0 11px;
    color: #475569;
    font-size: 11px;
    line-height: 1.5;
    min-height: 32px;
}

.fts-social-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 37px;
    padding: 9px 12px;
    color: #fff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, rgba(var(--brand-rgb), .96), var(--brand));
    border: 0;
    border-radius: 11px;
    box-shadow: 0 8px 16px rgba(var(--brand-rgb), .20);
    font-size: 11px;
    font-weight: 900;
    transition: filter .2s ease, transform .2s ease, box-shadow .2s ease;
}

.fts-social-button:hover,
.fts-social-button:focus {
    color: #fff !important;
    filter: brightness(.97);
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(var(--brand-rgb), .27);
}

.fts-button-arrow {
    font-size: 15px;
    line-height: 1;
}

.fts-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
}

.fts-trust-icon {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    background: #22c55e;
    font-size: 10px;
    font-weight: 900;
}

@keyframes ftsPulse {
    0% { box-shadow: 0 0 0 0 rgba(239,68,68,.45); }
    70% { box-shadow: 0 0 0 9px rgba(239,68,68,0); }
    100% { box-shadow: 0 0 0 0 rgba(239,68,68,0); }
}

@media (max-width: 1024px) {
    .fts-social-grid {
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .fts-social-section {
        padding: 12px 10px;
    }

    .fts-social-intro {
        gap: 5px;
        margin-bottom: 10px;
    }

    .fts-social-intro h2 {
        font-size: 21px;
    }

    .fts-social-intro p {
        font-size: 12px;
    }

    .fts-social-grid {
        gap: 9px;
    }

    .fts-social-card {
        width: 100%;
        flex-basis: 100%;
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fts-live-dot,
    .fts-card-shine,
    .fts-social-card,
    .fts-social-button {
        animation: none !important;
        transition: none !important;
    }
}
