.footer{margin-top:auto;width:100%;background-color:rgba(8,10,14,.82);backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);border-top:1px solid var(--ut-border);color:var(--ut-text-3);padding:64px 0 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 clamp(16px,5vw,24px);box-sizing:border-box;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px}.footer-section{min-width:0}.footer-logo{margin-bottom:18px}.footer-logo img{max-width:180px;height:auto}.footer-description{color:var(--ut-text-muted);font-size:.92rem;line-height:1.65;max-width:42ch;margin:0}.footer-common-title{font-family: var(--ut-font-mono);font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--ut-text);margin:0 0 18px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{position:relative;display:inline-block;color:var(--ut-text-3);text-decoration:none;font-size:.92rem;transition:color .2s ease , transform .2s var(--ut-ease)}.footer-links a:hover{color:var(--ut-text);transform:translateX(5px)}.footer-social-icons,.footer-unluckytech-icons{display:flex;gap:12px}.footer-social-icons a,.footer-unluckytech-icons a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--ut-fill-soft);border:1px solid var(--ut-border-mid);color:var(--ut-text-3);transition:color .2s ease , border-color .2s ease , background .2s ease , transform .2s ease}.footer-social-icons a:hover,.footer-unluckytech-icons a:hover{color:var(--ut-accent);border-color:var(--ut-accent-soft);background:var(--ut-accent-soft);transform:translateY(-2px)}.footer-social-icons i,.footer-unluckytech-icons i{font-size:16px}.footer-unluckytech-icons{display:none}.footer-bottom{max-width:1200px;margin:48px auto 0;padding:22px clamp(16px,5vw,24px);border-top:1px solid var(--ut-border);text-align:center}.footer-bottom p{margin:0;font-family: var(--ut-font-mono);font-size:.78rem;letter-spacing:.5px;color:var(--ut-text-muted)}@media (max-width:900px){.footer-content{grid-template-columns:1fr 1fr;gap:32px}.footer-unluckytech{grid-column: 1 / -1}}@media (max-width:768px){.footer-connect,.footer-social-icons{display:none}.footer{padding-top:48px;text-align:center}.footer-content{grid-template-columns:1fr;gap:30px}.footer-logo{margin-bottom:16px}.footer-description{max-width:none;margin-inline:auto}.footer-unluckytech-icons{display:flex;justify-content:center;gap:12px;margin-top:22px}}