footer{background:var(--navy-d);padding:60px var(--wrap-pad) 0}
.footer-grid{max-width:var(--wrap-max);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:52px;border-bottom:1px solid rgba(230,240,255,.07)}
.f-logo{font-family:var(--font-display);font-size:22px;font-weight:900;color:var(--white);display:block;margin-bottom:14px;letter-spacing:-.02em}
.f-logo span{color:var(--gold)}
.f-desc{font-size:13px;color:rgba(230,240,255,.45);line-height:1.75;max-width:230px;margin-bottom:20px}
.f-soc{display:flex;gap:8px}
.f-soc-btn{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:16px;transition:background .15s}
.f-soc-btn:hover{background:rgba(255,255,255,.14)}
.f-col-title{font-family:var(--font-display);font-size:11px;font-weight:800;color:var(--white);letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}
.f-links{display:flex;flex-direction:column;gap:11px}
.f-links a{font-size:13px;color:rgba(230,240,255,.45);transition:color .15s}
.f-links a:hover{color:var(--white)}
.footer-book{margin-top:22px}
.footer-bottom{max-width:var(--wrap-max);margin:0 auto;padding:20px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}
.f-copy{font-size:12px;color:rgba(230,240,255,.28)}
.f-copy em{color:var(--gold);font-style:normal}
.f-legal{display:flex;gap:20px}
.f-legal a{font-size:15px;padding:8px 0;display:inline-block;color:rgba(230,240,255,.28);transition:color .15s}
.f-legal a:hover{color:rgba(230,240,255,.6)}
.f-legal a.f-legal-strong{font-weight:800;color:var(--white)}
.f-legal a.f-legal-strong:hover{color:var(--white)}
