

.site-footer { background: #0a0f1a; color: rgba(255,255,255,0.7); padding: 64px 0 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; line-height: 1.6; }
.site-footer, .site-footer *, .site-footer *::before, .site-footer *::after { box-sizing: border-box; }
.site-footer h4, .site-footer p { margin: 0; }
.site-footer img { display: block; max-width: 100%; }
.site-footer a { text-decoration: none; transition: color 0.2s ease; }

.site-footer__inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.site-footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }

.site-footer__brand img { height: 50px; width: auto; margin-bottom: 40px; }
.site-footer__brand p { font-size: 0.9rem; line-height: 1.7; max-width: 300px; color: rgba(255,255,255,0.7); }
.site-footer__divider { display: block; width: 100%; max-width: 280px; height: 1px; margin: 24px 0 18px; background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(255,255,255,0)); }
.site-footer__articles { display: flex; width: fit-content; align-items: center; gap: 9px; font-size: 0.92rem; font-weight: 600; color: rgba(255,255,255,0.92); }
.site-footer__articles + .site-footer__articles { margin-top: 12px; }
.site-footer__articles svg { width: 18px; height: 18px; color: #26a69a; flex-shrink: 0; }
.site-footer__articles:hover { color: #26a69a; }

.site-footer__col h4 { color: #ffffff; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.site-footer__col a { display: block; font-size: 0.9rem; color: rgba(255,255,255,0.55); padding: 5px 0; }
.site-footer__col a:hover { color: #26a69a; }
.site-footer__col p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.7); }
.site-footer__col p a { display: inline; padding: 0; color: rgba(255,255,255,0.7); }
.site-footer__col p a:hover { color: #26a69a; }

.site-footer__bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-size: 0.82rem; color: rgba(255,255,255,0.35); }
.site-footer__bottom a { color: rgba(255,255,255,0.45); }
.site-footer__bottom a:hover { color: #26a69a; }

@media (min-width: 640px)  { .site-footer__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .site-footer__grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

@media (min-width: 1248px) { .site-footer__inner { padding-left: 0; padding-right: 0; } }

@media (prefers-reduced-motion: reduce) {
    .site-footer a { transition: none; }
}
