/* فوتر مینیمال صفحهٔ خانه */

.ic-footer {
  display: none !important;
}

body.ic-home .ic-footer {
  display: block !important;
}

.ic-site-footer {
  margin-top: 2px;
  padding: 14px 0 16px;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
  box-shadow: none;
}

/* تب‌بار safe-area را دارد — فوتر دوباره فاصلهٔ پایین اضافه نکند */
body.ic-tabbar-visible .ic-site-footer {
  padding-bottom: 16px;
}

.ic-site-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* خط جداکننده بین جعبه ابزار و برند فوتر */
.ic-site-footer__rule {
  width: min(72%, 220px);
  height: 1px;
  margin: 0 0 10px;
  border: 0;
  background: rgba(145, 154, 175, 0.28);
}

.ic-site-footer__brand {
  text-align: center;
}

.ic-site-footer__mark {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: var(--ic-text);
}

.ic-site-footer__tagline {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.7;
  color: var(--ic-muted);
}

/* دکمه‌های بازار / مایکت — مثل پاپ نصب اپ */
.ic-site-footer__stores.ic-popup__stores {
  width: min(100%, 320px);
  margin-top: 4px;
  gap: 10px;
}

.ic-site-footer .ic-popup__store-btn {
  flex: 1;
  gap: 8px;
  height: 48px;
  border-radius: 16px;
  font-size: 13px;
  font-weight: 700;
}

.ic-site-footer .ic-popup__store-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.ic-site-footer .ic-popup__store-btn--bazaar {
  background: #e7f6ec;
  color: #1f8a4c;
}

.ic-site-footer .ic-popup__store-btn--myket {
  background: #e7f3fc;
  color: #2b8fd8;
}

.ic-site-footer__actions {
  width: min(100%, 320px);
}

.ic-site-footer .ic-popup__btn--direct {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: #f0f2f5;
  color: #2d3a4a;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  text-decoration: none;
  transition: opacity .15s;
}

.ic-site-footer .ic-popup__btn--direct:active {
  opacity: .75;
}

.ic-site-footer__copy {
  margin: 0;
  padding: 2px 28px 0;
  max-width: 450px;
  text-align: center;
  font-size: 11px;
  line-height: 2;
  color: var(--ic-muted);
}
