.met-foot-info.q-footer-ready { padding: 0; background: #252c32; color: #c3cbd1; border-top: 1px solid #252c32; font-family: var(--q-font); font-size: calc(1rem * 8 / 7); }
body:has(#q-product) .q-footer-ready { font-size: 1rem; }
.q-footer-ready > :is(.met-footnav, .copy) { display: none !important; }
.q-footer-ready *, .q-footer-ready *::before, .q-footer-ready *::after { box-sizing: border-box; }
.q-footer-container { width: calc(100% - 80px); max-width: 1320px; margin: auto; }
.q-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 70px; padding-block: 56px 48px; }
.q-footer-brand { display: inline-flex; margin-bottom: 22px; }
.q-footer-brand img { width: 168px; height: 56px; object-fit: contain; }
.q-footer-ready .q-footer-title { font-size: 1.125em; line-height: 1.4; font-weight: 650; color: #f0f3f5; margin: 0 0 20px; }
.q-footer-ready .q-footer-contact .q-footer-title { font-size: 0.875em; color: #b0bbc4; font-weight: 500; margin-bottom: 8px; }
.q-footer-ready a { color: #c3cbd1; text-decoration: none; }
.q-footer-ready a:hover { color: #9acbfa; text-decoration: underline; text-underline-offset: 4px; }
.q-footer-ready a:focus-visible { outline: 2px solid #9acbfa; outline-offset: 4px; }
.q-footer-ready .q-footer-email { display: block; width: fit-content; color: #f0f3f5; font-size: 1.5625em; font-weight: 600; line-height: 1.4; overflow-wrap: anywhere; }
.q-footer-ready .q-footer-email:hover { color: #9acbfa; }
.q-footer-phone { display: block; width: fit-content; margin-top: 10px; font-size: 1em; }
.q-footer-ready .q-footer-address { font-size: 0.875em; line-height: 1.75; color: #b0bbc4; max-width: 43ch; margin: 18px 0 0; }
.q-footer-links { list-style: none; padding: 0; margin: 0; }
.q-footer-links li { margin: 0; }
.q-footer-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 36px; font-size: 1em; line-height: 1.4; }
.q-footer-external { font-size: 1em; color: #b0bbc4; }
.q-footer-ready .q-footer-follow { margin-top: 30px; margin-bottom: 12px; }
.q-footer-social { display: flex; flex-wrap: wrap; gap: 8px; max-width: 270px; }
.q-footer-social a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; font-size: 0.875em; }
.q-footer-social .q-social-icon { width: 44px; height: 44px; border: 1px solid #69757f; border-radius: 6px; color: #dce2e7; }
.q-footer-social .fa { font-size: 1.25em; line-height: 1; color: inherit; }
.q-footer-social .q-social-icon:hover { background: #36414a; border-color: #9acbfa; text-decoration: none; }
.q-footer-bottom { border-top: 1px solid #41494f; }
.q-footer-legal { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 32px; padding-block: 22px; font-size: 0.8125em; line-height: 1.7; color: #b0bbc4; }
.q-footer-legal .powered_by_metinfo { margin: 0; font-size: inherit; }
.q-footer-ready .q-footer-legal :is(a, b) { color: #b0bbc4 !important; }
.q-footer-ready .q-footer-legal a:hover { color: #9acbfa !important; }
@media(max-width: 1100px) {
  .q-footer-container { width: calc(100% - 48px); }
  .q-footer-grid { gap: 36px; grid-template-columns: 1.35fr 1fr 1fr; }
}
@media(max-width: 767px) {
  .q-footer-container { width: calc(100% - 36px); }
  .q-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; padding-block: 36px; }
  .q-footer-contact { grid-column: 1 / -1; }
  .q-footer-brand { margin-bottom: 16px; }
  .q-footer-brand img { width: 144px; height: 48px; }
  .q-footer-ready .q-footer-title { font-size: 1em; margin-bottom: 14px; }
  .q-footer-links a { min-height: 44px; font-size: 1em; }
  .q-footer-social { display: grid; grid-template-columns: repeat(2, 44px); gap: 8px; }
  .q-footer-social a { min-height: 44px; font-size: 0.8125em; }
  .q-footer-legal { flex-direction: column; }
}
