/* ============================================================
   STEEL HOG — stopka (port z mockupu)
   ============================================================ */
.footer{background:var(--ink);color:#b7b3ad}
.footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:34px;padding:64px 24px 44px}
.footer__logo-link{display:inline-block;margin-bottom:16px}
.footer .footer__logo{height:54px;width:auto;max-width:100%;border-radius:var(--radius);display:block}
.footer__logo-link .logo__text{font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:22px;color:#fff}
.footer__brand-desc{max-width:280px;margin:0 0 18px;font-size:14px;line-height:1.55}
.footer__brand-desc p{margin:0 0 8px}
.footer__brand-desc p:last-child{margin-bottom:0}
.footer__brand-desc a{color:#fff;text-decoration:underline}
.footer__brand-desc a:hover{color:var(--brand)}
.social{display:flex;gap:10px}
.social a{width:38px;height:38px;border:1px solid #3a3733;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;transition:.18s}
.social a:hover{background:var(--brand);border-color:var(--brand)}
.social svg{width:20px;height:20px;fill:none;stroke:#cfcbc6;stroke-width:1.6}
.social a:hover svg{stroke:#fff}
.footer__col-title{display:block;font-family:var(--display);font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#fff;font-size:16px;margin-bottom:16px}
.footer__menu{list-style:none;margin:0;padding:0}
.footer__menu li{margin:0}
.footer__col a{display:block;padding:6px 0;font-size:14.5px;color:#b7b3ad;transition:.15s}
.footer__col a:hover{color:#fff;padding-left:4px}

.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-top:1px solid #2c2926;flex-wrap:wrap}
.footer__bottom p{margin:0;font-size:13px;color:#85817b}
.pays{display:flex;align-items:center}
.pays__img{height:26px;width:auto;max-width:100%;display:block}
.footer__bottom > p{order:1}
.footer__bottom .pays{order:2}
.footer__bottom .footer__credit{order:3}
.footer__credit{display:inline-flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.5px;color:#85817b;transition:.15s}
.footer__credit:hover{color:#cfcbc6}
.footer__credit img{height:16px;width:auto;display:block;opacity:.76;transition:.15s}
.footer__credit:hover img{opacity:1}

@media(max-width:1080px){
  .footer__top{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .footer__top{grid-template-columns:1fr;gap:24px}
  .footer__brand{grid-column:1 / -1}
}
