﻿.site-footer-smt {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #f2f2f2;
  font-family: "Segoe UI", Tahoma, sans-serif;
  clip-path: none;
  mask: none;
  -webkit-mask: none;
  border-radius: 0;
}

/* Neutralize legacy Elementor pseudo-shapes/masks leaking into footer. */
.site-footer-smt::before,
.site-footer-smt::after,
.site-footer-smt *::before,
.site-footer-smt *::after {
  content: none !important;
  clip-path: none !important;
  mask: none !important;
  -webkit-mask: none !important;
  border-radius: 0 !important;
}

.site-footer-smt__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 24px 42px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 34px;
  border-bottom: 1px solid #2b2b2b;
}

.site-footer-smt__brand {
  color: #f2f2f2;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.24em;
}

.site-footer-smt__brand-logo {
  display: block;
  width: clamp(150px, 16vw, 220px);
  height: auto;
}

.site-footer-smt__tagline {
  margin: 0;
  max-width: 320px;
  color: #cfcfcf;
  line-height: 1.6;
}

.site-footer-smt__col h3 {
  margin: 0 0 12px;
  color: #f2f2f2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site-footer-smt__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-smt__col li + li {
  margin-top: 10px;
}

.site-footer-smt__col a,
.site-footer-smt__bottom a {
  color: #d7d7d7;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
}

.site-footer-smt__col a:hover,
.site-footer-smt__bottom a:hover {
  color: #f2f2f2;
}

.site-footer-smt__bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 18px 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  color: #b7b7b7;
  font-size: 13px;
  text-align: center;
}

.site-footer-smt__bottom p {
  margin: 0;
}

.site-footer-smt__bottom nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .site-footer-smt__inner {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .site-footer-smt__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .site-footer-smt__inner {
    grid-template-columns: 1fr;
    padding: 42px 14px 28px;
  }

  .site-footer-smt__bottom {
    padding: 16px 14px 22px;
  }
}


