.home-site-footer { position:relative; z-index:2; margin-top:72px; padding:56px 24px 22px; border-top:1px solid rgba(255,255,255,.09); background:rgba(8,8,10,.74); color:#fff; }
.home-site-footer__inner { max-width:1180px; margin:0 auto; }
.home-site-footer__main { display:grid; grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(130px,.7fr)); gap:44px; align-items:start; }
.home-site-footer__brand img { display:block; width:112px; height:42px; object-fit:contain; object-position:left center; }
.home-site-footer__brand p { max-width:390px; margin:16px 0 0; color:rgba(255,255,255,.5); font-size:14px; line-height:1.65; }
.home-site-footer__col { display:flex; flex-direction:column; gap:10px; }
.home-site-footer__title { margin-bottom:4px; color:rgba(255,255,255,.9); font-size:13px; font-weight:800; letter-spacing:.04em; }
.home-site-footer__col a { width:fit-content; color:rgba(255,255,255,.5); font-size:14px; font-weight:600; text-decoration:none; transition:color .18s ease; }
.home-site-footer__col a:hover { color:#fff; }
.home-site-footer__bottom { display:flex; justify-content:space-between; gap:20px; margin-top:42px; padding-top:20px; border-top:1px solid rgba(255,255,255,.08); color:rgba(255,255,255,.38); font-size:12px; }
html[data-theme="light"] .home-site-footer { background:rgba(248,248,250,.9); border-top-color:rgba(20,20,24,.1); color:#18181b; }
html[data-theme="light"] .home-site-footer__brand p, html[data-theme="light"] .home-site-footer__col a { color:rgba(24,24,27,.55); }
html[data-theme="light"] .home-site-footer__title, html[data-theme="light"] .home-site-footer__col a:hover { color:#18181b; }
html[data-theme="light"] .home-site-footer__bottom { border-top-color:rgba(20,20,24,.1); color:rgba(24,24,27,.42); }
@media (max-width:860px) { .home-site-footer__main { grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px 24px; } .home-site-footer__brand { grid-column:1/-1; } }
@media (max-width:540px) { .home-site-footer { margin-top:48px; padding:42px 18px 20px; } .home-site-footer__main { grid-template-columns:1fr 1fr; } .home-site-footer__bottom { flex-direction:column; gap:6px; margin-top:32px; } }
