.migration-footer { box-sizing: border-box; display: block !important; height: 441px; background: rgba(var(--color-background)); color: rgba(var(--color-text),.85); flex-direction: row !important; }
.migration-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.migration-footer__brand > img { box-sizing: border-box; display: block; width: 54px; height: 54px; padding: 2px; border-radius: 50%; background: var(--migration-chalk); filter: none; object-fit: contain; }
.migration-footer__brand p { max-width: 300px; margin: 18px 0; font-size: 14px; line-height: 1.6; }
.socials { display: flex; gap: 10px; }
.migration-footer .socials a { display: flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid rgba(250,248,243,.3); border-radius: 50%; color: var(--migration-chalk); font: 600 11px/normal "Spline Sans Mono",ui-monospace,monospace; }
.socials svg { display: block; color: currentColor; }
.migration-footer h5 { margin: 0 0 16px; color: rgba(var(--color-light-text)); font: 600 11px/normal "Spline Sans Mono", monospace; letter-spacing: 1.76px; text-transform: uppercase; }
.migration-footer nav { display: grid; gap: 0; }
.migration-footer nav a { box-sizing: border-box; height: 33px; padding: 6px 0; font-size: 14px; line-height: 21px; }
.migration-footer a { color: inherit; text-decoration: none; }
.migration-footer a:hover { color: rgba(var(--color-light-text)); }
.migration-footer__address { margin-bottom: 12px; line-height: 1.6; }
.migration-footer__address { font-size: 14px; }
.migration-footer__address p { margin: 0 0 12px; }
.migration-footer__bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 40px !important; padding-top: 24px; border-top: 1px solid rgba(250,248,243,.22); font: 500 12px/normal "Spline Sans Mono", ui-monospace, monospace; }
.migration-footer__bottom > span { color: rgba(250,248,243,.6); }
.migration-footer__bottom a { color: rgba(250,248,243,.9); font-weight: 600; }
@media (max-width: 900px) { .migration-footer { height: 676px; } .migration-footer__grid { grid-template-columns: repeat(2,1fr); gap: 40px; } .migration-footer__column:last-child { grid-column: auto; } }
@media (max-width: 600px) { .migration-footer { height: 1177.125px; } .migration-footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; } .migration-footer__column:last-child { grid-column: auto; } .migration-footer__bottom { flex-direction: column; align-items: flex-start; gap: 16px; margin-top: 40px !important; } }
