/**
 * فوتر الموقع — تصميم جديد: شبكة واضحة، مسافات مريحة (موبايل + ديسكتوب)
 *
 * @package News_Theme
 */

.manastk-site-footer {
  --mf-bg: #0c1117;
  --mf-surface: rgba(255, 255, 255, 0.035);
  --mf-border: rgba(255, 255, 255, 0.08);
  --mf-text: #e8edf4;
  --mf-muted: #94a3b8;
  --mf-accent: #2dd4bf;
  --mf-accent-dim: rgba(45, 212, 191, 0.14);
  --mf-radius: 16px;
  --mf-gap: clamp(12px, 3vw, 20px);
  position: relative;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: 0;
  color: var(--mf-text);
  background: var(--mf-bg);
  background-image: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(45, 212, 191, 0.12), transparent 55%);
  border-top: 1px solid var(--mf-border);
  font-family: inherit;
  line-height: 1.6;
}

.manastk-site-footer__accent {
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(14, 165, 233, 0.35) 25%,
    var(--mf-accent) 50%,
    rgba(45, 212, 191, 0.6) 75%,
    transparent 100%
  );
  opacity: 0.95;
}

.manastk-site-footer__inner {
  width: 100%;
  max-width: min(100% - clamp(1rem, 4vw, 2.5rem), 1200px);
  margin-inline: auto;
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
  padding-inline: clamp(0.75rem, 2.5vw, 1rem);
  box-sizing: border-box;
}

.manastk-site-footer__body {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 4vw, 2.25rem);
}

/* ——— عنوان قسم ——— */
.manastk-site-footer__title,
.manastk-site-footer__panel-title {
  margin: 0 0 var(--mf-gap);
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--mf-muted);
  line-height: 1.4;
}

.manastk-site-footer__title {
  text-align: center;
}

.manastk-site-footer__panel-title {
  text-align: start;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--mf-border);
}

/* ——— خدمات سريعة ——— */
.manastk-site-footer__quick {
  width: 100%;
}

.manastk-site-footer__quick-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
  gap: var(--mf-gap);
}

.manastk-site-footer__quick-cell {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.manastk-site-footer__quick-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 5.5rem;
  padding: 1rem 1rem 1.1rem;
  text-align: center;
  text-decoration: none;
  color: var(--mf-text);
  font-weight: 600;
  font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
  line-height: 1.45;
  border-radius: var(--mf-radius);
  background: var(--mf-surface);
  border: 1px solid var(--mf-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.18s ease, box-shadow 0.2s ease;
}

.manastk-site-footer__quick-link:hover,
.manastk-site-footer__quick-link:focus-visible {
  background: rgba(45, 212, 191, 0.08);
  border-color: rgba(45, 212, 191, 0.35);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
  outline: none;
}

.manastk-site-footer__quick-ico {
  font-size: 1.65rem;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.manastk-site-footer__quick-txt {
  display: block;
  max-width: 12rem;
  margin-inline: auto;
  word-break: break-word;
  hyphens: auto;
}

/* ——— شبكة الأقسام + الصفحات ——— */
.manastk-site-footer__nav-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 3.5vw, 2rem);
  align-items: start;
}

@media (min-width: 768px) {
  .manastk-site-footer__nav-grid--dual {
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.manastk-site-footer__panel {
  padding: clamp(1.1rem, 2.8vw, 1.5rem);
  border-radius: var(--mf-radius);
  background: var(--mf-surface);
  border: 1px solid var(--mf-border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.manastk-site-footer__panel--cats {
  border-inline-start: 3px solid var(--mf-accent);
}

.manastk-site-footer__panel--pages {
  border-inline-start: 3px solid rgba(14, 165, 233, 0.65);
}

.manastk-site-footer__nav {
  margin: 0;
}

.manastk-site-footer__cat-list,
.manastk-site-footer__page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  align-items: flex-start;
  justify-content: flex-start;
}

.manastk-site-footer__cat-list > li,
.manastk-site-footer__page-list > li {
  margin: 0;
  padding: 0;
}

.manastk-site-footer__cat-link,
.manastk-site-footer__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1rem;
  text-decoration: none;
  font-weight: 600;
  font-size: clamp(0.8125rem, 2.4vw, 0.9375rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.manastk-site-footer__cat-link {
  color: #f1f5f9;
  background: rgba(0, 0, 0, 0.28);
  border-color: rgba(255, 255, 255, 0.1);
}

.manastk-site-footer__cat-link:hover,
.manastk-site-footer__cat-link:focus-visible {
  background: rgba(45, 212, 191, 0.12);
  border-color: rgba(45, 212, 191, 0.35);
  color: #ecfdf5;
  outline: none;
}

.manastk-site-footer__cat-link.is-active {
  background: var(--mf-accent-dim);
  border-color: rgba(45, 212, 191, 0.45);
  color: #5eead4;
}

.manastk-site-footer__page-link {
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
}

.manastk-site-footer__page-link:hover,
.manastk-site-footer__page-link:focus-visible {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.35);
  color: #fff;
  outline: none;
}

.manastk-site-footer__page-list li.current-menu-item > .manastk-site-footer__page-link,
.manastk-site-footer__page-link.current-menu-item {
  background: rgba(14, 165, 233, 0.18);
  border-color: rgba(14, 165, 233, 0.5);
  color: #7dd3fc;
}

.manastk-site-footer__empty {
  margin: 0;
  padding: 0.75rem 0;
  font-size: clamp(0.8125rem, 2.4vw, 0.875rem);
  line-height: 1.65;
  color: var(--mf-muted);
  text-align: start;
}

/* ——— شريط الحقوق + سوشيال ——— */
.manastk-site-footer__bottom {
  margin-top: clamp(1.5rem, 4vw, 2.25rem);
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
  border-top: 1px solid var(--mf-border);
}

.manastk-site-footer__bottom-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 1.75rem);
}

.manastk-site-footer__copy-block {
  flex: 1 1 min(100%, 28rem);
  min-width: min(100%, 16rem);
}

.manastk-site-footer__copy {
  margin: 0;
  font-size: clamp(0.8125rem, 2.5vw, 0.9375rem);
  line-height: 1.75;
  color: var(--mf-muted);
  text-align: start;
  word-spacing: 0.05em;
}

.manastk-site-footer__copy-main {
  color: #cbd5e1;
  font-weight: 500;
}

.manastk-site-footer__copy-dot {
  display: inline-block;
  margin-inline: 0.35em;
  opacity: 0.45;
}

.manastk-site-footer__home-link {
  color: var(--mf-muted);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.manastk-site-footer__home-link:hover,
.manastk-site-footer__home-link:focus-visible {
  color: var(--mf-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
  outline: none;
}

.manastk-site-footer__social {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-shrink: 0;
}

.manastk-site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.manastk-site-footer__social-link .manastk-icon,
.manastk-site-footer__social-link svg {
  width: 1.05rem;
  height: 1.05rem;
}

.manastk-site-footer__social-link:hover,
.manastk-site-footer__social-link:focus-visible {
  background: rgba(13, 148, 136, 0.45);
  border-color: rgba(45, 212, 191, 0.55);
  transform: translateY(-2px);
  outline: none;
}

.manastk-site-footer__social-link--fb:hover {
  background: rgba(24, 119, 242, 0.35);
  border-color: rgba(24, 119, 242, 0.6);
}

.manastk-site-footer__social-link--tw:hover {
  background: rgba(15, 20, 25, 0.85);
  border-color: rgba(255, 255, 255, 0.25);
}

.manastk-site-footer__social-link--tg:hover {
  background: rgba(0, 136, 204, 0.4);
  border-color: rgba(0, 136, 204, 0.65);
}

@media (max-width: 640px) {
  .manastk-site-footer__bottom-row {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .manastk-site-footer__copy {
    text-align: center;
  }

  .manastk-site-footer__copy-block {
    flex-basis: 100%;
  }

  .manastk-site-footer__social {
    justify-content: center;
  }

  .manastk-site-footer__panel-title {
    text-align: center;
  }

  .manastk-site-footer__cat-list,
  .manastk-site-footer__page-list {
    justify-content: center;
  }
}

/* وضع داكن للموقع */
body.manastk-dark-mode .manastk-site-footer {
  --mf-bg: #070a0e;
  --mf-surface: rgba(255, 255, 255, 0.028);
  --mf-border: rgba(45, 212, 191, 0.1);
}

body.manastk-dark-mode .manastk-site-footer__panel {
  box-shadow: inset 0 1px 0 rgba(45, 212, 191, 0.06);
}
