.social-card{text-align:center;}
.social-row{display:flex;gap:18px;margin:6px 0 4px;flex-wrap:wrap;justify-content:center;}
.social-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.social-icon svg{width:42px;height:42px;fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.social-icon.social-ig{border:1px solid rgba(255,47,214,0.45);background:rgba(255,47,214,0.08);}
.social-icon.social-ig svg{stroke:#ff2fd6;}
.social-icon.social-ig:hover{transform:scale(1.08);box-shadow:0 0 20px rgba(255,47,214,0.35);border-color:rgba(255,47,214,0.7);}
.social-icon.social-x{border:1px solid rgba(0,229,255,0.45);background:rgba(0,229,255,0.08);}
.social-icon.social-x svg{stroke:#00e5ff;}
.social-icon.social-x:hover{transform:scale(1.08);box-shadow:0 0 20px rgba(0,229,255,0.35);border-color:rgba(0,229,255,0.7);}
.social-icon.social-google{border:1px solid rgba(255,138,0,0.45);background:rgba(255,138,0,0.08);}
.social-icon.social-google svg{stroke:#ff8a00;}
.social-icon.social-google:hover{transform:scale(1.08);box-shadow:0 0 20px rgba(255,138,0,0.35);border-color:rgba(255,138,0,0.7);}
.accent-cyan{border-top:2px solid #00e5ff;}
@media (max-width:560px){.social-icon{width:64px;height:64px;}.social-icon svg{width:36px;height:36px;}}
.social-home-row{display:flex;gap:24px;justify-content:center;margin:0 0 6px;}
.social-icon-home{display:flex;align-items:center;justify-content:center;width:110px;height:110px;border-radius:24px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.social-icon-home svg{width:64px;height:64px;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
.social-icon-home.social-ig{border:1px solid rgba(255,47,214,0.45);background:rgba(255,47,214,0.08);}
.social-icon-home.social-ig svg{stroke:#ff2fd6;}
.social-icon-home.social-ig:hover{transform:scale(1.08);box-shadow:0 0 26px rgba(255,47,214,0.4);border-color:rgba(255,47,214,0.75);}
.social-icon-home.social-x{border:1px solid rgba(0,229,255,0.45);background:rgba(0,229,255,0.08);}
.social-icon-home.social-x svg{stroke:#00e5ff;}
.social-icon-home.social-x:hover{transform:scale(1.08);box-shadow:0 0 26px rgba(0,229,255,0.4);border-color:rgba(0,229,255,0.75);}
.social-icon-home.social-google{border:1px solid rgba(255,138,0,0.45);background:rgba(255,138,0,0.08);}
.social-icon-home.social-google svg{stroke:#ff8a00;}
.social-icon-home.social-google:hover{transform:scale(1.08);box-shadow:0 0 26px rgba(255,138,0,0.4);border-color:rgba(255,138,0,0.75);}
@media (max-width:560px){.social-icon-home{width:84px;height:84px;}.social-icon-home svg{width:48px;height:48px;}}

