/* Styli-inspired footer for Zosouq (desktop; stacked on smaller screens) */

footer.bg-gray-900 {
  background: transparent !important;
  color: #2d2d2d !important;
}

@media (min-width: 1024px) {
  footer.bg-gray-900.zs-ft-ready > *:not(.zs-footer) {
    display: none !important;
  }

  footer.bg-gray-900.zs-ft-ready {
    padding-bottom: 0 !important;
  }
}

.zs-footer {
  display: none;
  font-family: Inter, "Noto Sans", sans-serif;
  color: #2d2d2d;
}

@media (min-width: 1024px) {
  .zs-footer {
    display: block;
  }
}

.zs-ft-inner {
  width: 100%;
  max-width: var(--zs-page, 1180px);
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.zs-ft-help {
  background: #ececec;
  padding: 24px 0;
}

.zs-ft-help-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.zs-ft-help-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.032em;
}

.zs-ft-help-sub {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.072em;
  margin-top: 8px;
  color: #2d2d2d;
}

.zs-ft-channels {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.zs-ft-channel {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.zs-ft-channel-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.072em;
}

.zs-ft-channel-value {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.072em;
  margin-top: 4px;
}

.zs-ft-main {
  background: #f4f4f4;
  padding: 40px 0;
}

.zs-ft-cols {
  display: grid;
  grid-template-columns: 3fr 3fr 4fr 2fr;
  gap: 24px;
}

.zs-ft-col-title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.064em;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 16px;
  color: #2d2d2d;
}

.zs-ft-col a,
.zs-ft-col span.zs-ft-link {
  display: block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.064em;
  color: #424242;
  text-decoration: none;
  cursor: pointer;
}

.zs-ft-col a:hover {
  color: #2d2d2d;
}

.zs-ft-apps {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

.zs-ft-badge {
  display: inline-flex;
  align-items: center;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.2;
  gap: 8px;
}

.zs-ft-badge small {
  display: block;
  font-size: 9px;
  opacity: 0.8;
}

.zs-ft-pay {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.zs-ft-pay-chip {
  height: 32px;
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #2d2d2d;
}

.zs-ft-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.zs-ft-social a {
  display: flex;
  width: 24px;
  height: 24px;
  color: #2d2d2d;
}

.zs-ft-social svg {
  width: 24px;
  height: 24px;
}

.zs-ft-bottom {
  background: #f4f4f4;
}

.zs-ft-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #fff;
}

.zs-ft-brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.zs-ft-logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  color: #2d2d2d;
  text-decoration: none;
  line-height: 40px;
  letter-spacing: -0.02em;
}

.zs-ft-copy {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.072em;
  margin-left: 30px;
  color: #2d2d2d;
}

.zs-ft-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.zs-ft-kw,
.zs-ft-lang {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #2d2d2d;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.064em;
  background: transparent;
  color: #2d2d2d;
  cursor: default;
}

.zs-ft-lang {
  cursor: pointer;
  font-family: inherit;
}

.zs-ft-icon {
  width: 50px;
  height: 50px;
  display: block;
  flex-shrink: 0;
}

html[dir="rtl"] .zs-ft-help-row,
html[dir="rtl"] .zs-ft-bottom-row,
html[dir="rtl"] .zs-ft-brand {
  flex-direction: row-reverse;
}

html[dir="rtl"] .zs-ft-copy {
  margin-left: 0;
  margin-right: 30px;
  text-align: right;
}
