*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--ink:#0f0f0e;--ink2:#4a4a46;--ink3:#9a9a94;--bg:#fafaf7;--bg2:#f2f2ec;--border:rgba(15,15,14,0.1);--border2:rgba(15,15,14,0.18);--blue:#185FA5;--blue-bg:#E6F1FB;--blue-border:#B5D4F4;--green:#3B6D11;--green-bg:#EAF3DE;--green-border:#97C459;--red:#A32D2D;--red-bg:#FCEBEB;--serif:'DM Serif Display',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif;--radius:8px;--radius-lg:12px}
body{font-family:var(--sans);background:var(--bg);color:var(--ink);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}
nav{background:var(--bg);border-bottom:1px solid var(--border);padding:0 40px;display:flex;align-items:center;justify-content:space-between;height:62px}
.nav-logo{font-family:var(--serif);font-size:22px;color:var(--ink);text-decoration:none}
.nav-logo em{font-style:normal;color:var(--blue)}
.nav-back{font-size:13px;color:var(--ink2);text-decoration:none;display:flex;align-items:center;gap:6px}
.nav-back:hover{color:var(--ink)}
.nav-back svg{width:14px;height:14px}
footer{background:var(--ink);border-top:1px solid rgba(255,255,255,0.07);padding:32px 40px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.footer-copy{font-size:12px;color:rgba(255,255,255,0.25);}
.footer-social{display:flex;gap:12px;justify-content:center;}
.footer-social a{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.07);display:flex;align-items:center;justify-content:center;transition:background 0.15s}
.footer-social a:hover{background:rgba(255,255,255,0.15)}
.footer-social svg{width:16px;height:16px;fill:rgba(255,255,255,0.55)}
.footer-links{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end;}
.footer-links a{font-size:13px;color:rgba(255,255,255,0.4);text-decoration:none;transition:color 0.15s}
.footer-links a:hover{color:rgba(255,255,255,0.7)}
@media(min-width:1400px){.footer-copy{flex:1}.footer-social{flex:1}.footer-links{flex:1}}
@media(max-width:1199px){footer{flex-wrap:wrap;padding:28px 24px;gap:20px}.footer-copy{width:100%;text-align:center}.footer-social{width:100%;justify-content:center}.footer-links{width:100%;justify-content:center}}
@media(max-width:720px){footer{padding:36px 24px;gap:24px}}