.site-footer{position:relative;margin-top:140px;padding:65px 0 18px;background:linear-gradient(to bottom,rgba(2,6,17,.03),rgba(2,6,17,.40));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-top:1px solid rgba(255,255,255,.08);overflow:hidden}
.site-footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:#16c4ff;box-shadow:0 0 20px rgba(22,196,255,.8),0 0 60px rgba(22,196,255,.45)}
.footer-container{width:min(92%,1400px);margin:0 auto;display:grid;grid-template-columns:minmax(320px,1.2fr) minmax(420px,1fr);column-gap:80px;align-items:start}
.footer-brand{min-width:0}
.footer-logo{width:180px;display:block;margin-bottom:25px;filter:drop-shadow(0 0 20px rgba(22,196,255,.28))}
.footer-description{max-width:420px;margin:0;color:#bdd2f3;font-size:17px;line-height:1.8}
.footer-contact{margin-top:28px;display:flex;flex-direction:column;gap:15px}
.footer-contact-item{display:flex;align-items:flex-start;gap:12px;line-height:1.6}
.footer-contact-label{flex-shrink:0;min-width:70px;color:#16c4ff;font-size:13px;font-weight:600;letter-spacing:.5px}
.footer-contact-value{color:#b6c9e8;font-size:14px;text-decoration:none}
.footer-phone,.footer-address{transition:color .3s ease,text-shadow .3s ease}
.footer-phone:hover,.footer-address:hover{color:#16c4ff;text-shadow:0 0 12px rgba(22,196,255,.45)}
.footer-bottom-row{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px 24px;margin-top:14px}
.footer-socials{display:flex;align-items:center;gap:12px}
.footer-social-link{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:50%;color:#8fa8c9;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.10);text-decoration:none;transition:transform .3s ease,color .3s ease,background .3s ease,border-color .3s ease,box-shadow .3s ease}
.footer-social-link svg{width:17px;height:17px;display:block;fill:currentColor}
.footer-social-link:hover{transform:translateY(-3px);color:#fff;background:rgba(22,196,255,.12);border-color:rgba(22,196,255,.45);box-shadow:0 8px 25px rgba(22,196,255,.15)}
.footer-legal-nav{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}
.footer-legal-nav a{position:relative;color:#8fa8c9;font-size:13.5px;text-decoration:none;transition:color .3s ease}
.footer-legal-nav a:not(:last-child):after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:3px;height:3px;border-radius:50%;background:rgba(143,168,201,.5)}
.footer-legal-nav a:hover{color:#16c4ff}
.footer-links{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:45px;align-items:start}
.footer-column h3{margin:0 0 22px;color:#fff;font-size:20px;font-weight:600}
.footer-column ul{list-style:none;padding:0;margin:0}
.footer-column li{margin-bottom:16px}
.footer-column a{color:#b6c9e8;text-decoration:none;transition:color .3s ease,padding-left .3s ease}
.footer-column a:hover{color:#16c4ff;padding-left:8px}
.footer-bottom{width:min(92%,1400px);margin:20px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);text-align:center}
.footer-bottom p{margin:0;color:#7f97b8;font-size:15px}
.footer-credit{margin-top:10px!important;display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;color:rgba(255,255,255,.55)!important;font-size:14px!important}
.footer-credit a{color:#16c4ff;text-decoration:none;font-weight:600;transition:color .35s ease,text-shadow .35s ease}
.footer-credit a:hover{color:#53dbff;text-shadow:0 0 10px rgba(22,196,255,.8),0 0 25px rgba(22,196,255,.4)}
html,body{min-height:100%}
body{min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
@media(max-width:992px){
.footer-container{grid-template-columns:1fr;gap:60px}
.footer-brand{text-align:center}
.footer-logo{margin-left:auto;margin-right:auto}
.footer-description{margin-left:auto;margin-right:auto}
.footer-contact{align-items:center}
.footer-contact-item{justify-content:center;text-align:left}
.footer-links{grid-template-columns:repeat(3,1fr);text-align:center}
.footer-bottom-row{flex-direction:column;justify-content:center}
.footer-legal-nav{justify-content:center}
}
@media(max-width:768px){
.site-footer{margin-top:100px;padding:50px 0 15px}
.footer-container{width:92%;gap:50px}
.footer-logo{width:150px}
.footer-description{font-size:16px}
.footer-contact{gap:14px}
.footer-contact-item{flex-direction:column;align-items:center;gap:3px;text-align:center}
.footer-contact-label{min-width:auto}
.footer-contact-value{font-size:14px}
.footer-social-link{width:36px;height:36px}
.footer-links{grid-template-columns:1fr;gap:35px;text-align:center}
.footer-column h3{margin-bottom:16px}
.footer-column li{margin-bottom:13px}
.footer-bottom{width:92%;margin-top:30px;padding-top:18px}
.footer-bottom p{font-size:14px}
.footer-credit{font-size:13px!important}
}
@media(max-width:600px){
.footer-links{grid-template-columns:1fr 1fr}
.footer-legal-nav{gap:8px 14px}
.footer-legal-nav a{font-size:13px}
.footer-legal-nav a:not(:last-child):after{right:-7px}
}
@media(max-width:480px){
.footer-description{font-size:15px;line-height:1.7}
.footer-contact{margin-top:24px}
.footer-bottom{margin-top:28px}
}
@media(max-width:420px){
.footer-links{grid-template-columns:1fr}
}
