.am-footer {
  background: var(--am-footer-bg);
  color: var(--am-footer-text);
  border-top: 1px solid var(--am-footer-border);
  margin-top: 40px;
}

.am-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem 2.5rem;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) 2fr;
  gap: 2.5rem;
}

.am-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.am-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.am-footer__logo img,
.am-footer__logo-image {
  max-height: 54px;
  width: auto;
}

.am-footer__description {
  margin: 0;
  color: var(--am-footer-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.am-footer__social {
  display: flex;
  gap: 0.75rem;
}

.am-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--am-footer-icon);
  color: #ffffff;
  text-decoration: none;
}

.am-footer__social-link:hover,
.am-footer__social-link:focus {
  background: var(--am-footer-hover);
}

.am-footer__social-link .am-icon {
  width: 18px;
  height: 18px;
  font-size: 1rem;
  line-height: 1;
}

.am-footer__social-link i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.am-footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1.2rem;
}

.am-footer__title {
  margin: 0 0 0.8rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.am-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.am-footer__menu a {
  color: var(--am-footer-muted);
  text-decoration: none;
  font-size: 0.92rem;
}

.am-footer__menu a:hover,
.am-footer__menu a:focus {
  color: var(--am-footer-hover);
}

.am-footer__support {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  color: var(--am-footer-muted);
  font-size: 0.92rem;
}

.am-footer__support-label {
  display: block;
  font-weight: 600;
  color: var(--am-footer-text);
  margin-bottom: 0.25rem;
}

.am-footer__support-link {
  display: block;
  color: var(--am-footer-muted);
  text-decoration: none;
  margin-bottom: 0.2rem;
}

.am-footer__support-link:hover,
.am-footer__support-link:focus {
  color: var(--am-footer-text);
}

.am-footer__support-text {
  display: block;
  color: var(--am-footer-muted);
}

.am-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
}

.am-footer__payments img {
  max-width: 35px;
  height: auto;
  display: block;
}

.am-footer__column--support {
  min-width: 240px;
}

.am-footer__payments-block {
  margin-top: 1.1rem;
}

.am-footer__subtitle {
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--am-footer-text);
}

.am-footer__bottom {
  border-top: 1px solid var(--am-footer-border);
  padding: 0.9rem 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--am-footer-muted);
}

.am-footer__bottom p {
  margin: 0;
}

.am-footer__bottom a {
  color: #c8944d;
}

.cky-policy {
  color: var(--am-footer-text) !important;
}

.cky-btn.cky-btn-reject {
  border-color: var(--am-footer-text) !important;
  color: var(--am-footer-text) !important;
  border-radius: 5px;
}

.cky-btn.cky-btn-accept {
  background-color: var(--am-footer-text) !important;
  border-color: var(--am-footer-text) !important;
  border-radius: 5px;
}

.woocommerce-js .blockUI.blockOverlay::before {
  background-color: transparent !important;
}

@media (max-width: 1024px) {
  .am-footer__inner {
    grid-template-columns: 1fr;
  }

  .am-footer__columns {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }
}

@media (max-width: 640px) {
  .am-footer__inner {
    padding: 2.5rem 1rem 2rem;
  }

  .am-footer__columns {
    grid-template-columns: 1fr;
  }
}

.am-footer__trust {
  margin-top: 1.1rem;
}

.am-footer__trust-badge {
  max-height: 40px;
  width: auto;
  display: block;
}
