:root{--footer-bg:#081829;--footer-text-primary:#d5dde8;--footer-text-secondary:#b7c4d4;--footer-text-muted:#9fb0c6;--footer-accent:#C8A34D;--footer-accent-glow:rgba(200, 163, 77, 0.08);--footer-accent-fade:rgba(200, 163, 77, 0.3);--footer-border:rgba(255, 255, 255, 0.08);--footer-border-subtle:rgba(255, 255, 255, 0.06);--footer-font-size:15px;--transition-smooth:cubic-bezier(0.22, 1, 0.36, 1)}.site-footer{position:relative;background-color:var(--footer-bg);color:var(--footer-text-primary);border-top:4px solid var(--footer-accent);padding-top:90px;margin-top:0;overflow:hidden;font-size:var(--footer-font-size)}.site-footer::before{content:"";position:absolute;top:-180px;right:-120px;width:400px;height:400px;background:radial-gradient(circle,var(--footer-accent-glow),transparent 70%);pointer-events:none;z-index:0}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(140px,1fr) minmax(140px,1fr) minmax(240px,1.4fr);gap:60px;align-items:start}.footer-logo{display:block;width:100%;max-width:180px;height:auto;margin-bottom:24px;filter:drop-shadow(0 4px 12px rgb(0 0 0 / .25))}.footer-company p,.footer-col p{color:var(--footer-text-secondary);line-height:1.8;margin-top:0;margin-bottom:18px}.footer-col h4{color:#fff;font-size:1.25rem;font-weight:700;margin:0 0 24px 0;padding-bottom:10px;position:relative;letter-spacing:-.01em}.footer-col h4::after{content:'';position:absolute;left:0;bottom:0;width:45px;height:2px;background:linear-gradient(90deg,var(--footer-accent),var(--footer-accent-fade));border-radius:2px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col ul li{margin-bottom:12px}.footer-col a{position:relative;display:inline-block;color:var(--footer-text-secondary);text-decoration:none;line-height:1.4;transition:color 0.3s ease,transform 0.3s var(--transition-smooth);will-change:transform}.footer-col a::before{content:'';position:absolute;left:-14px;top:50%;transform:translateY(-50%);width:0;height:2px;background-color:var(--footer-accent);opacity:0;transition:width 0.3s ease,opacity 0.3s ease}@media (hover:hover){.footer-col a:hover,.footer-col a:focus-visible{color:var(--footer-accent);transform:translateX(16px);outline:none}.footer-col a:hover::before,.footer-col a:focus-visible::before{width:10px;opacity:1}}.footer-col a:focus-visible{outline:2px solid var(--footer-accent);outline-offset:4px;border-radius:2px}.footer-map{margin-top:16px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgb(0 0 0 / .35),0 0 0 1px var(--footer-border-subtle);background-color:#0d2137}.footer-map iframe{display:block;width:100%;height:180px;border:none;filter:grayscale(.2) contrast(1.05);transition:filter 0.3s ease}.footer-map:hover iframe{filter:grayscale(0) contrast(1)}.footer-bottom{position:relative;z-index:1;margin-top:70px;border-top:1px solid var(--footer-border);padding:24px 0;text-align:center}.footer-bottom p{margin:0;color:var(--footer-text-muted);font-size:.875rem;letter-spacing:.02em}@media (max-width:992px){.site-footer{padding-top:70px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:40px 30px}}@media (max-width:768px){.site-footer{padding-top:50px}.site-footer::before{display:none}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-col h4{margin-bottom:16px}.footer-col a{padding:4px 0}.footer-bottom{margin-top:45px;padding:20px 0}}@media (max-width:480px){.footer-grid{gap:28px}.footer-map iframe{height:150px}}