.kms-site-shell { display: flex; flex-direction: column; min-height: 100vh; }
.kms-site-shell > .kms-page-layout { flex: 1 0 auto; }
.kms-site-footer { margin-top: 56px; color: #fff; background: linear-gradient(105deg, #89216b 0%, #da4453 100%); }
.kms-site-footer__inner { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; width: min(1500px, calc(100% - 64px)); min-height: 154px; margin: 0 auto; padding: 28px 0; align-items: center; }
.kms-site-footer__brand { display: inline-flex; align-items: center; padding-right: 32px; border-right: 1px solid rgba(255, 255, 255, .28); }
.kms-site-footer__brand img { display: block; width: 210px; max-width: 100%; height: auto; }
.kms-site-footer__nav { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; }
.kms-site-footer a { color: #fff; text-decoration: none; }
.kms-site-footer__nav a { font-weight: 700; }
.kms-site-footer a:hover, .kms-site-footer a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.kms-site-footer__legal { max-width: 360px; padding-left: 32px; border-left: 1px solid rgba(255, 255, 255, .28); font-size: .84rem; line-height: 1.55; }
.kms-site-footer__legal p { margin: 0; }
.kms-site-footer__legal p + p { margin-top: 8px; }
@media (max-width: 1050px) { .kms-site-footer { margin-top: 36px; } .kms-site-footer__inner { grid-template-columns: 1fr; gap: 20px; width: auto; margin: 0 20px; padding: 28px 0; text-align: center; } .kms-site-footer__brand { justify-content: center; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .28); } .kms-site-footer__legal { max-width: 640px; margin: 0 auto; padding: 20px 0 0; border-top: 1px solid rgba(255, 255, 255, .28); border-left: 0; } }
@media (max-width: 480px) { .kms-site-footer__inner { margin: 0 12px; padding: 22px 0; } .kms-site-footer__brand img { width: 180px; } .kms-site-footer__nav { gap: 10px 16px; } }
