.site-footer{
    --footer-bg:#030813;
    --footer-line:rgba(68,165,255,.22);
    --footer-muted:#93a6ba;
    --footer-white:#f7fbff;
    --footer-blue:#159bff;
    position:relative;
    width:100%;
    color:var(--footer-white);
    background:radial-gradient(circle at 72% 12%,rgba(0,136,255,.08),transparent 28%),linear-gradient(180deg,#020915 0%,#020711 100%);
    border-top:1px solid rgba(28,116,196,.2);
    overflow-x:clip;
    overflow-y:visible;
    padding:56px 0 26px;
}
.site-footer-grid{
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:linear-gradient(rgba(37,126,218,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,126,218,.04) 1px,transparent 1px);
    background-size:82px 82px;
    mask-image:linear-gradient(to bottom,rgba(0,0,0,.48),transparent 88%);
}
.footer-main{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(260px,1.35fr) minmax(130px,.72fr) minmax(170px,.82fr) minmax(240px,1fr);
    gap:56px;
    align-items:start;
}
.footer-brand{min-width:0;max-width:360px}
.footer-logo{position:relative;display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;max-width:100%}
.footer-brand-mark{width:44px;height:44px;flex:0 0 44px;color:#159cff}
.footer-brand-mark svg{width:100%;height:100%}
.footer-brand-mark .brand-mark-d{fill:#139cff}
.footer-brand-mark .brand-mark-v{fill:#66e5ff}
.footer-logo-image{position:absolute;inset-inline-start:0;top:50%;width:44px;height:44px;object-fit:contain;transform:translateY(-50%);z-index:2;background:#020915}
.footer-logo-word{color:#fff;font-size:19px;font-weight:800;letter-spacing:-.03em;overflow-wrap:anywhere}
.footer-description{max-width:325px;margin:0;color:#91a4b8;font-size:15px;line-height:1.65}
.footer-socials{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.footer-socials a{width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:15px;font-weight:700;border:1px solid rgba(47,146,229,.2);background:linear-gradient(180deg,rgba(13,40,69,.88),rgba(3,17,31,.88));transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}
.footer-socials a:hover{transform:translateY(-3px);color:#49b9ff;border-color:rgba(53,171,255,.62);box-shadow:0 10px 25px rgba(0,118,220,.18)}
.footer-socials svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.footer-socials a[aria-label="GitHub"] svg,.footer-socials a[aria-label="TikTok"] svg{fill:currentColor;stroke:none}
.footer-column{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.footer-column h4{margin:0 0 9px;color:#7c96b4;font-size:12px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
.footer-column a,.footer-column>span{max-width:100%;color:#a8b9ca;font-size:14px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;transition:color .2s ease,transform .2s ease}
.footer-column>a:hover{color:#fff;transform:translateX(3px)}
.footer-contact-line{display:flex;align-items:flex-start;gap:9px}
.footer-contact-icon{color:#16a1ff;min-width:18px;font-size:14px;line-height:1.4}
.footer-contact-card{width:100%;min-width:0;min-height:82px;margin-top:8px;padding:15px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(34,155,255,.38);border-radius:14px;background:linear-gradient(135deg,rgba(5,30,54,.72),rgba(2,10,21,.74));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.footer-contact-card:hover{transform:none!important;border-color:rgba(50,180,255,.72)!important}
.footer-contact-card>span:nth-child(2){min-width:0;color:#fff;font-size:14px;font-weight:600;overflow-wrap:anywhere}
.footer-contact-dot{width:10px;height:10px;border-radius:50%;background:#149cff;box-shadow:0 0 18px rgba(20,156,255,.68)}
.footer-contact-card-arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:1px solid #159cff;border-radius:50%;color:#40b7ff;font-size:16px}
.footer-bottom{position:relative;z-index:2;margin-top:40px;padding-top:20px;border-top:1px solid rgba(99,140,183,.2);display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-tagline{color:#8096ae;font-size:12px;letter-spacing:.23em;overflow-wrap:anywhere}
.footer-bottom-right{min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px 20px;color:#8092a7;font-size:13px}
.footer-bottom-right span,.footer-bottom-right a{color:#8092a7;overflow-wrap:anywhere}
.footer-bottom-right a{transition:color .2s ease}
.footer-bottom-right a:hover{color:#fff}
html[dir="rtl"] .footer-main,html[dir="rtl"] .footer-bottom{direction:rtl}
html[dir="rtl"] .footer-brand,html[dir="rtl"] .footer-column{text-align:right}
html[dir="rtl"] .footer-column{align-items:flex-start}
html[dir="rtl"] .footer-contact-card-arrow{transform:rotate(180deg)}
html[dir="rtl"] .footer-column>a:hover{transform:translateX(-3px)}
