/**
 * Site-wide footer redesign (matches footer mockup; no email subscribe).
 */
footer.site-footer.new_footer.cs-site-footer {
  --csf-bg: #050a14;
  --csf-panel: #0b1424;
  --csf-ink: #f4f8fc;
  --csf-muted: #9aadc0;
  --csf-blue: #2f8cff;
  --csf-blue-soft: rgba(47, 140, 255, 0.16);
  --csf-line: rgba(120, 160, 210, 0.18);
  background: var(--csf-bg) !important;
  color: var(--csf-ink);
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  position: relative;
  overflow: hidden;
}

footer.cs-site-footer .site-footer-wrap {
  background: transparent !important;
  padding: 48px 0 28px !important;
  position: relative;
  z-index: 1;
}

footer.cs-site-footer .site-footer-bottom {
  background: transparent !important;
  border-top: 1px solid var(--csf-line) !important;
  padding: 18px 0 !important;
  margin: 0 !important;
  float: none !important;
}

footer.cs-site-footer .cs-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.15fr) repeat(4, minmax(0, 1fr));
  gap: 28px 32px;
  align-items: start;
}

footer.cs-site-footer .cs-footer__brand {
  min-width: 0;
}
footer.cs-site-footer .cs-footer__brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  margin-bottom: 12px;
}
footer.cs-site-footer .cs-footer__brand-link img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 220px;
}
footer.cs-site-footer .cs-footer__tagline {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--csf-muted);
  max-width: 28em;
}
footer.cs-site-footer .cs-footer__fox {
  margin: 8px 0 0;
  max-width: 220px;
}
footer.cs-site-footer .cs-footer__fox img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 28px rgba(30, 110, 255, 0.28));
}

footer.cs-site-footer .cs-footer__col-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
footer.cs-site-footer .cs-footer__col-title i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--csf-blue-soft);
  color: var(--csf-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
footer.cs-site-footer .cs-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.cs-site-footer .cs-footer__links li {
  margin: 0 0 10px;
}
footer.cs-site-footer .cs-footer__links a {
  color: var(--csf-muted) !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  transition: color 0.15s ease;
}
footer.cs-site-footer .cs-footer__links a:hover,
footer.cs-site-footer .cs-footer__links a:focus {
  color: #fff !important;
}

footer.cs-site-footer .cs-footer__trust {
  margin-top: 34px;
  background: var(--csf-panel);
  border: 1px solid var(--csf-line);
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}
footer.cs-site-footer .cs-footer__trust-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px 16px;
  border-right: 1px solid var(--csf-line);
}
footer.cs-site-footer .cs-footer__trust-item:last-child {
  border-right: 0;
}
footer.cs-site-footer .cs-footer__trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--csf-blue-soft);
  color: var(--csf-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
footer.cs-site-footer .cs-footer__trust-item strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
}
footer.cs-site-footer .cs-footer__trust-item span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: var(--csf-muted);
}

footer.cs-site-footer .cs-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 20px;
}
footer.cs-site-footer .cs-footer__copy {
  margin: 0;
  font-size: 13px;
  color: var(--csf-muted);
  flex: 1 1 200px;
}
footer.cs-site-footer .cs-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 0 1 auto;
}
footer.cs-site-footer .cs-footer__social-label {
  font-size: 13px;
  color: var(--csf-muted);
  font-weight: 600;
  margin-right: 2px;
}
footer.cs-site-footer .cs-footer__social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
footer.cs-site-footer .cs-footer__social-list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  background: #1877f2;
}
footer.cs-site-footer .cs-footer__social-list a.is-x {
  background: #1d9bf0;
}
footer.cs-site-footer .cs-footer__social-list a.is-ig {
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
}
footer.cs-site-footer .cs-footer__social-list a.is-yt {
  background: #ff0000;
}

footer.cs-site-footer .cs-footer__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  flex: 1 1 220px;
  justify-content: flex-end;
}
footer.cs-site-footer .cs-footer__payments-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--csf-muted);
}
footer.cs-site-footer .cs-footer__payments-label i {
  color: var(--csf-blue);
}
footer.cs-site-footer .cs-footer__pay-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer.cs-site-footer .cs-footer__pay-logos img {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

/* Kill legacy float/column widths that smash the redesign */
footer.cs-site-footer .cover_footer_li,
footer.cs-site-footer .site-footer-block,
footer.cs-site-footer .site-footer-content .row {
  float: none !important;
  width: auto !important;
  max-width: none !important;
}
footer.cs-site-footer .footerfox,
footer.cs-site-footer .social-list-block,
footer.cs-site-footer .copyRight-text {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  footer.cs-site-footer .cs-footer__grid {
    grid-template-columns: minmax(200px, 1fr) repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
  footer.cs-site-footer .cs-footer__brand {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, 200px);
    gap: 16px;
    align-items: center;
  }
  footer.cs-site-footer .cs-footer__fox {
    max-width: 180px;
    margin: 0;
    justify-self: end;
  }
  footer.cs-site-footer .cs-footer__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  footer.cs-site-footer .cs-footer__trust-item:nth-child(2) {
    border-right: 0;
  }
  footer.cs-site-footer .cs-footer__trust-item:nth-child(1),
  footer.cs-site-footer .cs-footer__trust-item:nth-child(2) {
    border-bottom: 1px solid var(--csf-line);
  }
}

@media only screen and (max-width: 767px) {
  footer.cs-site-footer .site-footer-wrap {
    padding: 32px 0 20px !important;
  }
  footer.cs-site-footer .cs-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px 16px;
  }
  footer.cs-site-footer .cs-footer__brand {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }
  footer.cs-site-footer .cs-footer__fox {
    max-width: 160px;
    justify-self: start;
  }
  footer.cs-site-footer .cs-footer__trust {
    grid-template-columns: 1fr;
  }
  footer.cs-site-footer .cs-footer__trust-item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--csf-line);
  }
  footer.cs-site-footer .cs-footer__trust-item:last-child {
    border-bottom: 0;
  }
  footer.cs-site-footer .cs-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  footer.cs-site-footer .cs-footer__payments {
    justify-content: flex-start;
  }
}
