/* =========================
   SOCIAL MEDIA
========================= */
.social-box {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.social-title {
    margin-bottom: 14px;
    font-size: 0.90rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.center-box .social-links,
.info-box .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
}

.center-box .social-links {
    max-width: 560px;
}

.social-btn {
    padding: 10px 18px;
    font-size: 0.90rem;
    letter-spacing: 0.12em;
}

.social-btn:nth-child(1) {
    --pulse-speed: 2.4s;
    --scan-speed: 5.6s;
}
.social-btn:nth-child(2) {
    --pulse-speed: 3.3s;
    --scan-speed: 4.2s;
}
.social-btn:nth-child(3) {
    --pulse-speed: 2.8s;
    --scan-speed: 6.0s;
}
.social-btn:nth-child(4) {
    --pulse-speed: 3.9s;
    --scan-speed: 4.9s;
}

.social-btn:nth-child(1)::after { animation-delay: 0.3s; }
.social-btn:nth-child(2)::after { animation-delay: 1.4s; }
.social-btn:nth-child(3)::after { animation-delay: 2.0s; }
.social-btn:nth-child(4)::after { animation-delay: 0.8s; }
