/* Site footer — Artitech (mockup desktop + mobile) */

footer.site-footer {
  background: #fff !important;
  border-top: 1px solid #e8e8e8;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 2rem;
  display: block !important;
  color: #222;
}

.site-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 28px;
  box-sizing: border-box;
}

/* Tier 1 — 4 columns */
.site-footer-top {
  display: grid;
  grid-template-columns: minmax(200px, 1.2fr) repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ececec;
}

.site-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.site-footer-logo img {
  height: 30px;
  width: auto;
}

.site-footer-tagline {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #666;
  max-width: 270px;
}

.site-footer-social a {
  display: inline-flex;
  color: #ff5000;
  font-size: 24px;
  text-decoration: none;
}

.site-footer-columns {
  display: contents;
}

.site-footer-col-title {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 14px;
}

.site-footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-col li {
  margin-bottom: 10px;
}

.site-footer-col a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.site-footer-col a:hover {
  color: #ff5000;
}

.site-footer-support-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-support-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.site-footer-support-list i {
  color: #ff5000;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}

.site-footer-support-list a {
  color: #ff5000;
  font-weight: 600;
}

.site-footer-col-toggle {
  display: none;
}

.site-footer-col-panel {
  display: block;
}

.sf-trust-short {
  display: none;
}

/* Tier 2 — trust badges full width */
.site-footer-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 24px;
  padding: 28px 0;
  border-bottom: 1px solid #ececec;
}

.site-footer-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.site-footer-trust-item > i {
  font-size: 20px;
  color: #ff5000;
  flex-shrink: 0;
  margin-top: 2px;
}

.site-footer-trust-text strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #111;
  line-height: 1.35;
}

.site-footer-trust-text span {
  display: block;
  font-size: 10px;
  color: #888;
  margin-top: 2px;
  line-height: 1.35;
}

/* Tier 3 — ANPC + Trustpilot */
.site-footer-legal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 32px;
  padding: 24px 0 20px;
}

.site-footer-anpc {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer-anpc .custom-link,
.site-footer-anpc .custom-link2 {
  width: 11rem;
  height: 2.85rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.site-footer-trustpilot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  font-weight: 500;
}

.site-footer-trustpilot img {
  height: 24px;
  width: auto;
  background-color: #333;
}

.site-footer-bottom {
  text-align: center;
  padding-top: 4px;
}

.site-footer-bottom p {
  margin: 0;
  font-size: 12px;
  color: #999;
}

@media (min-width: 769px) {
  .site-footer-accordion .site-footer-col-panel {
    max-height: none !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  footer.site-footer,
  #site-footer {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
}
