.rw-footer { margin-top: 48px; padding: 48px 24px 24px; border-top: 1px solid #e5e7eb; background: #f7fafc; font-family: "DM Sans", system-ui, sans-serif; color: #1e1e1e; }
.rw-footer__inner { max-width: 1120px; margin: auto; }
.rw-footer__main { display: grid; grid-template-columns: minmax(240px, 2fr) repeat(2, minmax(140px, 1fr)); gap: 48px; padding-bottom: 40px; }
.rw-footer a { text-decoration: none; color: #555; font-size: 14px; line-height: 1.6; }
.rw-footer a:hover { color: #0075bd; text-decoration: underline; text-underline-offset: 4px; }
.rw-footer a:focus-visible { outline: 2px solid #0075bd; outline-offset: 5px; border-radius: 2px; }
.rw-footer .rw-footer__brand { display: inline-flex; gap: 10px; align-items: center; color: #1e1e1e; font-size: 20px; font-weight: 700; }
.rw-footer__mark { display: grid; place-items: center; width: 30px; height: 30px; background: #171717; color: white; border-radius: 9px; font-size: 18px; }
.rw-footer p { max-width: 340px; margin: 12px 0; color: #666; font-size: 14px; line-height: 1.65; }
.rw-footer h2 { margin: 0 0 16px; color: #1e1e1e; font-size: 13px; line-height: 1.5; font-weight: 700; }
.rw-footer ul { padding: 0; margin: 0; list-style: none; }
.rw-footer li { margin: 0 0 10px; }
.rw-footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 24px; border-top: 1px solid #e5e7eb; padding-top: 20px; }
.rw-footer__bottom span, .rw-footer__bottom a { font-size: 12px; color: #666; }
.rw-footer__bottom a { color: #006eaf; }
@media (max-width: 600px) { .rw-footer { padding: 32px 24px 24px; } .rw-footer__main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; padding-bottom: 28px; } .rw-footer__intro { grid-column: 1 / -1; } }
