/* ============================================================
   HONARA — فوترِ جدیدِ سایت (طرحِ سبز)
   روی صفحاتِ فروشگاهی: صفحه اصلی، محصولات، جزئیات محصول
   ============================================================ */
.hn-foot { background: #7e8c66; color: #eef1e6; margin-top: 20px; }
.hn-foot * { box-sizing: border-box; }
.hn-foot-inner { max-width: 1280px; margin: 0 auto; padding: 52px 24px 30px; }
.hn-foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.3fr 1.1fr; gap: 40px; align-items: start; }

/* برند */
.hn-foot-brand { display: flex; flex-direction: column; gap: 16px; }
.hn-foot-brand-row { display: flex; align-items: center; gap: 12px; }
.hn-foot-logo { width: 48px; height: 48px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: #fbf9f5; flex: none; display: flex; align-items: center; justify-content: center; }
.hn-foot-logo img { width: 100%; height: 100%; object-fit: contain; }
.hn-foot-brandname { font-size: 19px; font-weight: 800; letter-spacing: .5px; color: #fff; }
.hn-foot-tag { font-size: 11.5px; color: #d8e0c8; font-weight: 500; margin-top: 2px; }
.hn-foot-desc { margin: 0; font-size: 12.5px; line-height: 2.1; color: #dfe6d2; max-width: 280px; }
.hn-foot-social { display: flex; gap: 9px; }
.hn-foot-social a { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #f1f4ea; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.hn-foot-social a:hover { background: rgba(255,255,255,.26); transform: translateY(-2px); }

/* عنوان ستون‌ها */
.hn-foot h4 { margin: 0 0 18px; font-size: 14px; font-weight: 700; color: #fff; }

/* لینک‌های صفحات */
.hn-foot-links { display: flex; flex-direction: column; gap: 13px; }
.hn-foot-links a { font-size: 12.5px; color: #eaf0e0; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; width: fit-content; transition: color .15s ease; }
.hn-foot-links a:hover { color: #fff; }
.hn-foot-links a .hn-foot-dot { width: 4px; height: 4px; border-radius: 50%; background: #3f4d2f; flex: none; }

/* پشتیبانی */
.hn-foot-support { display: flex; flex-direction: column; gap: 15px; }
.hn-foot-support-row { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.hn-foot-support-ico { width: 34px; height: 34px; border-radius: 10px; background: rgba(255,255,255,.14); display: flex; align-items: center; justify-content: center; color: #f1f4ea; flex: none; }
.hn-foot-support-row .hn-foot-k { display: block; font-size: 10.5px; color: #cdd7ba; font-weight: 500; }
.hn-foot-support-row .hn-foot-v { display: block; font-size: 12.5px; color: #f1f4ea; font-weight: 600; direction: ltr; }

/* نماد و ضمانت */
.hn-foot-trust { display: flex; gap: 12px; }
.hn-foot-namad { width: 82px; height: 96px; border-radius: 12px; background: #fff; overflow: hidden; flex: none; display: flex; align-items: center; justify-content: center; padding: 6px; }
.hn-foot-namad img { width: 100%; height: 100%; object-fit: contain; }
.hn-foot-guarantee { flex: 1; min-width: 0; height: 96px; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 8px; }
.hn-foot-guarantee span { font-size: 10.5px; color: #dfe6d2; line-height: 1.6; }

/* پایین فوتر */
.hn-foot-divider { height: 1px; background: rgba(255,255,255,.22); margin: 34px 0 22px; }
.hn-foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.hn-foot-copy { font-size: 11.5px; color: #dbe3cd; }
.hn-foot-secure { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; color: #eaf0e0; }

/* ------- تبلت ------- */
@media (max-width: 1024px) {
  .hn-foot-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
}
/* ------- موبایل ------- */
@media (max-width: 640px) {
  .hn-foot-inner { padding: 38px 16px calc(26px + 70px); }
  .hn-foot-grid { grid-template-columns: 1fr; gap: 30px; }
  .hn-foot-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
}
