.compact-footer {
  display: block;
  padding: 32px max(5%, calc((100vw - 1440px) / 2)) 22px;
  background: #f5f7f7;
  border-top: 1px solid #dce3e5;
  color: #4b5860;
  font-size: 13px;
  line-height: 1.5;
}
.compact-footer .footer-main {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr 1fr;
  gap: 24px 48px;
  align-items: start;
}
.compact-footer .footer-identity img { display: block; width: 140px; height: 79px; object-fit: contain; }
.compact-footer .footer-identity p { margin: 8px 0 0; max-width: 290px; font-size: 13px; line-height: 1.6; }
.compact-footer a { color: inherit; text-decoration: none; margin: 0; }
.compact-footer a:hover, .compact-footer summary:hover, .compact-footer button:hover { color: #bd1239; }
.compact-footer :is(a, button, summary):focus-visible { outline: 2px solid #bd1239; outline-offset: 4px; border-radius: 3px; }
.compact-footer .footer-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.compact-footer .footer-link-group { display: flex; flex-direction: column; gap: 0; }
.compact-footer .footer-heading { display: block; margin: 0 0 7px; color: #192d35; font-size: 13px; font-weight: 650; }
.compact-footer .footer-link-group a, .compact-footer .footer-contact > a { display: flex; align-items: center; min-height: 34px; }
.compact-footer .footer-contact { display: flex; flex-direction: column; gap: 0; }
.compact-footer .footer-contact address { font: inherit; line-height: 1.5; }
.compact-footer .footer-contact .footer-location { padding-top: 5px; }
.compact-footer .footer-bottom { display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; margin-top: 23px; padding: 14px 66px 0 0; border-top: 1px solid #d8e0e3; }
.compact-footer .footer-copyright { margin: 0; font-size: 11px; line-height: 32px; }
.compact-footer .footer-legal-links { position: relative; display: flex; align-items: center; gap: 6px 20px; flex-wrap: wrap; font-size: 12px; }
.compact-footer .footer-legal-links > a, .compact-footer .footer-legal-links > button, .compact-footer summary { min-height: 32px; display: flex; align-items: center; }
.compact-footer .footer-legal-links > button { text-decoration: none; }
.compact-footer .footer-notices { flex: 0 0 148px; width: 148px; }
.compact-footer summary { cursor: pointer; list-style: none; justify-content: space-between; gap: 10px; min-height: 40px; padding: 7px 12px; border: 1px solid #bac9ce; border-radius: 8px; background: #fff; color: #192d35; font-size: 12px; font-weight: 600; }
.compact-footer summary::-webkit-details-marker { display: none; }
.compact-footer summary::after { content: '+'; font-size: 18px; line-height: 1; }
.compact-footer .footer-notices[open] summary::after { content: '−'; }
.compact-footer .footer-notices[open] summary { border-color: #bd1239; background: #fff4f6; }
.compact-footer .footer-notice-list { position: absolute; z-index: 60; right: 0; bottom: calc(100% + 12px); display: grid; gap: 2px; width: min(320px, 100%); max-height: min(410px, calc(100dvh - 170px)); overflow-y: auto; overscroll-behavior: contain; padding: 14px; border: 1px solid #bdcbd1; border-radius: 12px; background: #fff; box-shadow: 0 12px 40px #192d3529; color: #35464e; }
.compact-footer .footer-notice-list .footer-panel-heading { margin: 0 8px 6px; color: #192d35; font-size: 13px; }
.compact-footer .footer-notice-list a { display: flex; align-items: center; min-height: 38px; padding: 6px 8px; border-radius: 6px; line-height: 1.5; }
.compact-footer .footer-notice-list a:hover, .compact-footer .footer-notice-list a:focus-visible { background: #f5f7f7; }
@media (max-width: 1000px) {
  .compact-footer .footer-main { gap: 24px; grid-template-columns: 1fr 1.2fr 1fr; }
  .compact-footer .footer-navigation { gap: 16px; }
}
@media (max-width: 800px) {
  .compact-footer .footer-main { grid-template-columns: 1.2fr 1fr; }
  .compact-footer .footer-identity { grid-column: 1 / -1; display: flex; align-items: center; gap: 22px; }
  .compact-footer .footer-identity p { margin: 0; }
  .compact-footer .footer-bottom { gap: 4px; }
  .compact-footer .footer-legal-links { width: 100%; }
}
@media (max-width: 560px) {
  .compact-footer { padding-top: 24px; padding-bottom: 92px; }
  .compact-footer .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .compact-footer .footer-identity { gap: 16px; }
  .compact-footer .footer-identity img { width: 112px; height: 64px; }
  .compact-footer .footer-identity p { font-size: 12px; }
  .compact-footer .footer-link-group a, .compact-footer .footer-contact > a { min-height: 40px; }
  .compact-footer .footer-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .compact-footer .footer-contact .footer-heading { grid-column: 1 / -1; }
  .compact-footer .footer-contact > a:first-of-type { grid-column: 1 / -1; }
  .compact-footer .footer-contact .footer-location { grid-column: 1 / -1; }
  .compact-footer .footer-legal-links { gap: 4px 18px; }
  .compact-footer .footer-bottom { padding-right: 0; }
  .compact-footer .footer-legal-links > a, .compact-footer .footer-legal-links > button, .compact-footer summary { min-height: 40px; }
  .compact-footer .footer-notice-list a { min-height: 40px; }
}
