@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&family=Cairo:wght@300;400;500;600&display=swap');

body { font-family: 'Cairo', 'IBM Plex Sans Arabic', sans-serif; }
h1, h2, h3, h4 { font-family: 'Tajawal', sans-serif; }

/* Mode tabs */
.tab-btn {
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #3f4940;
  transition: background .15s, color .15s, transform .1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tab-btn:hover:not(.active) { background: rgba(0,81,38,.07); }
.tab-btn:active { transform: scale(.95); }
.tab-btn.active { background: #005126; color: #fff; }

.mode-swap {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: #fff;
  color: #005126;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  transition: transform .2s, background .15s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mode-swap:hover { background: #e8f5f0; }
.mode-swap:active { transform: rotate(180deg) scale(.9); }

/* Input mode tabs */
.input-mode-btn {
  padding: .45rem 1rem;
  border-radius: 999px;
  font-size: .875rem;
  border: 1px solid rgba(190,202,189,.5);
  background: transparent;
  color: #3f4940;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s, border-color .15s, color .15s, transform .1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.input-mode-btn:hover:not(.active) { background: rgba(0,81,38,.05); border-color: #80d996; }
.input-mode-btn:active { transform: scale(.95); }
.input-mode-btn.active {
  background: #e8f5f0;
  border-color: #80d996;
  color: #005126;
  font-weight: 600;
}

/* Selects */
.stitch-select {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 1px solid #f0debc;
  padding: 0 1rem;
  font: inherit;
  font-size: .95rem;
  background: #fff;
  color: #1a1c1e;
  appearance: auto;
}
.stitch-select:focus { outline: 2px solid #005126; outline-offset: -1px; }

.stitch-input {
  height: 56px;
  border-radius: 16px;
  border: 1px solid #f0debc;
  padding: 0 1rem;
  font: inherit;
  font-size: .95rem;
  background: #fff;
}
.stitch-input:focus { outline: 2px solid #005126; outline-offset: -1px; }

/* Buttons */
.stitch-btn-primary {
  height: 56px;
  padding: 0 2rem;
  border-radius: 16px;
  background: #005126;
  color: #fff;
  font: inherit;
  font-weight: 600;
  font-size: .875rem;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s, box-shadow .15s;
  box-shadow: 0 2px 8px rgba(0,81,38,.18);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.stitch-btn-primary:hover { background: #006c35; box-shadow: 0 4px 14px rgba(0,81,38,.28); }
.stitch-btn-primary:active { background: #004020; transform: scale(.97); box-shadow: 0 1px 4px rgba(0,81,38,.15); }
.stitch-btn-primary:focus-visible { outline: 3px solid #80d996; outline-offset: 2px; }
.stitch-btn-primary.loading {
  background: #006c35;
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.stitch-btn-primary.loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.18) 50%, transparent 100%);
  animation: btn-shimmer .9s infinite;
}
@keyframes btn-shimmer {
  from { transform: translateX(-100%); }
  to   { transform: translateX(100%);  }
}
.stitch-btn-primary.success { background: #338a56; }

.stitch-btn-today {
  height: 56px;
  padding: 0 1.5rem;
  border-radius: 16px;
  background: rgba(156,246,176,.2);
  color: #006c35;
  font: inherit;
  font-weight: 600;
  font-size: .875rem;
  border: 1.5px solid rgba(128,217,150,.35);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  transition: background .15s, transform .1s, border-color .15s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.stitch-btn-today:hover { background: rgba(156,246,176,.38); border-color: rgba(128,217,150,.7); }
.stitch-btn-today:active { transform: scale(.96); background: rgba(156,246,176,.5); }
.stitch-btn-today:focus-visible { outline: 3px solid #80d996; outline-offset: 2px; }

.stitch-btn-copy {
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 12px;
  background: rgba(156,246,176,.2);
  color: #006c35;
  font: inherit;
  font-weight: 600;
  font-size: .875rem;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.stitch-btn-copy:hover { background: rgba(156,246,176,.38); }
.stitch-btn-copy:active { transform: scale(.95); background: rgba(156,246,176,.5); }
.stitch-btn-copy:focus-visible { outline: 3px solid #80d996; outline-offset: 2px; }
.stitch-btn-copy.success { background: #c8f0d5; color: #004020; }
.stitch-btn-share {
  height: 48px;
  padding: 0 1.5rem;
  border-radius: 12px;
  background: transparent;
  border: 2px solid #f0debc;
  color: #005126;
  font: inherit;
  font-weight: 600;
  font-size: .875rem;
  cursor: pointer;
  transition: background .15s, border-color .15s, transform .1s;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.stitch-btn-share:hover { background: #fff8ec; border-color: #d4a857; }
.stitch-btn-share:active { transform: scale(.95); background: #fef3e0; }
.stitch-btn-share:focus-visible { outline: 3px solid #f0debc; outline-offset: 2px; }
.stitch-btn-share.success { border-color: #80d996; background: #e8f5f0; color: #005126; }

/* Result */
.result-primary { font-size: clamp(1.5rem,5vw,2rem); font-weight: 800; color: #005126; margin: 0; line-height: 1.35; }
.result-secondary { font-size: clamp(1.1rem,3.5vw,1.35rem); font-weight: 600; margin: 0; color: #1a1c1e; }
.result-weekday { margin: .5rem 0 0; color: #3f4940; font-weight: 500; }
.result-arrow { margin: .15rem 0; opacity: .7; font-size: 1.2rem; }
.result-meta { margin: .35rem 0 0; font-size: .85rem; color: #6f7a6f; }
.result-extra { margin-top: .6rem; font-size: .88rem; color: #3f4940; }

.result-box.result-hero {
  background: linear-gradient(180deg,#fff 0%,#f0faf5 100%);
  border: 2px solid #005126;
  box-shadow: 0 8px 24px rgba(0,81,38,.12);
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 16px;
}
.result-box.empty {
  background: #f3f3f6;
  border: 2px dashed #becabd;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #3f4940;
}
.result-placeholder { margin: 0; font-size: .95rem; }
.result-hero-inner { display: flex; flex-direction: column; align-items: center; gap: .35rem; }
.result-actions { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

.today-banner {
  background: linear-gradient(135deg,#e8f5f0,#f0faf5);
  border: 1px solid #b8dcc8;
  border-radius: 12px;
  padding: .85rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #005126;
  text-align: center;
  font-size: .95rem;
}

/* Nav active */
.nav-link-active { color: #005126 !important; border-bottom: 2px solid #005126; padding-bottom: 4px; }

/* Compare table */
.compare-table { width: 100%; border-collapse: collapse; font-size: .88rem; margin-top: .5rem; }
.compare-table th, .compare-table td { border: 1px solid #e2e2e5; padding: .45rem .6rem; text-align: right; }
.compare-table th { background: #f3f3f6; font-weight: 600; }

/* Content cards */
.content-card {
  background: #fff;
  border: 1px solid #e2e2e5;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.content-card h2 { font-size: 1.15rem; font-weight: 700; margin: 0 0 .65rem; color: #1a1c1e; }
.content-card h3 { font-size: 1rem; font-weight: 600; margin: 1rem 0 .4rem; }
.content-card p, .content-card li { color: #3f4940; line-height: 1.65; }
.content-card ul { padding-right: 1.25rem; }

.internal-links { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: .75rem; }
.internal-links a {
  display: block;
  padding: .85rem 1rem;
  background: #f3f3f6;
  border-radius: 12px;
  border: 1px solid #e2e2e5;
  color: #005126;
  text-decoration: none;
  transition: border-color .15s;
}
.internal-links a:hover { border-color: #80d996; }
.internal-links small { display: block; color: #6f7a6f; margin-top: .2rem; font-size: .83rem; }

.faq-item { border-top: 1px solid #e2e2e5; padding: .85rem 0; }
.faq-item:first-child { border-top: none; padding-top: 0; }
.faq-item strong { display: block; margin-bottom: .25rem; color: #1a1c1e; }

/* Date diff tool */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
  .diff-grid { grid-template-columns: 1fr; }
  .diff-vs { flex-direction: row !important; padding: .5rem 0 !important; }
  .diff-vs::before, .diff-vs::after { content: ''; flex: 1; height: 1px; background: #e2e2e5; }
}
.diff-date-card {
  background: #f3f3f6;
  border: 1px solid #e2e2e5;
  border-radius: 16px;
  padding: 1rem;
}
.diff-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: .75rem; flex-wrap: wrap; gap: .5rem; }
.diff-card-label { font-size: .85rem; font-weight: 600; color: #3f4940; }
.diff-cal-tabs { display: flex; gap: .3rem; }
.diff-cal-btn {
  border: 1px solid rgba(190,202,189,.5);
  background: #fff;
  color: #3f4940;
  padding: .3rem .65rem;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: .82rem;
}
.diff-cal-btn.active { background: #005126; border-color: #005126; color: #fff; }
.diff-card-footer { margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #e2e2e5; }
.diff-vs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 3.5rem;
  color: #6f7a6f;
  font-size: 1.35rem;
  font-weight: 300;
  user-select: none;
}
.diff-result {
  background: linear-gradient(180deg,#fff 0%,#f0faf5 100%);
  border: 2px solid #005126;
  border-radius: 16px;
  padding: 1.75rem 1.25rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,81,38,.1);
}
.diff-result.empty {
  background: #f3f3f6;
  border: 2px dashed #becabd;
  box-shadow: none;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f4940;
  font-size: .93rem;
}
.diff-dates { font-size: .88rem; color: #6f7a6f; margin: 0 0 .65rem; line-height: 1.6; }
.diff-arr { margin: 0 .5rem; opacity: .6; }
.diff-main { font-size: clamp(1.2rem,3.5vw,1.5rem); font-weight: 800; color: #005126; margin: 0 0 1rem; line-height: 1.4; }
.diff-stats { display: flex; gap: .65rem; justify-content: center; flex-wrap: wrap; }
.diff-stat { background: #fff; border: 1px solid #b8dcc8; border-radius: 10px; padding: .6rem .9rem; min-width: 4.5rem; }
.diff-stat strong { display: block; font-size: 1.5rem; font-weight: 700; color: #005126; line-height: 1.1; }
.diff-stat span { font-size: .78rem; color: #6f7a6f; }

.stitch-btn-sm {
  height: 40px;
  padding: 0 1rem;
  border-radius: 10px;
  background: rgba(156,246,176,.2);
  color: #006c35;
  font: inherit;
  font-weight: 600;
  font-size: .82rem;
  border: none;
  cursor: pointer;
}

/* ════════════════════════════════════
   Content sections below tool card
════════════════════════════════════ */

.content-card {
  background: #fff;
  border: 1px solid rgba(190,202,189,.45);
  border-radius: 20px;
  padding: 1.75rem 2rem;
  margin-bottom: 1.25rem;
}

.section-h2 {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1c1e;
  margin: 0 0 1.1rem;
  padding-bottom: .65rem;
  border-bottom: 2px solid #f0debc;
}

.content-text {
  font-family: 'Cairo', sans-serif;
  font-size: .97rem;
  color: #3f4940;
  line-height: 1.75;
  margin: 0 0 .85rem;
}

.content-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.content-list li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-family: 'Cairo', sans-serif;
  font-size: .95rem;
  color: #3f4940;
  line-height: 1.6;
}

.content-list li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #005126;
  margin-top: .5rem;
  flex-shrink: 0;
}

/* Link grid */
.link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .75rem;
}

.link-card {
  display: flex;
  flex-direction: column;
  gap: .3rem;
  padding: 1rem 1.1rem;
  background: #f9f9fc;
  border: 1px solid rgba(190,202,189,.5);
  border-radius: 14px;
  text-decoration: none;
  transition: border-color .18s, background .18s;
  position: relative;
  overflow: hidden;
}

.link-card::after {
  content: '←';
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #005126;
  opacity: 0;
  transition: opacity .18s, left .18s;
}

.link-card:hover {
  border-color: #80d996;
  background: #f0faf5;
  text-decoration: none;
  padding-left: 2rem;
}

.link-card:hover::after {
  opacity: 1;
  left: .75rem;
}

.link-card strong {
  font-family: 'Tajawal', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #005126;
  display: block;
}

.link-card small {
  font-size: .82rem;
  color: #6f7a6f;
  line-height: 1.4;
  display: block;
}

/* FAQ accordion */
.faq-list {
  display: flex;
  flex-direction: column;
}

details.faq-details {
  border-top: 1px solid rgba(190,202,189,.45);
  padding: .85rem 0;
}

details.faq-details:last-child {
  border-bottom: 1px solid rgba(190,202,189,.45);
}

details.faq-details summary {
  font-family: 'Tajawal', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1c1e;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  user-select: none;
}

details.faq-details summary::-webkit-details-marker { display: none; }

details.faq-details summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: #005126;
  flex-shrink: 0;
  transition: transform .2s;
}

details.faq-details[open] summary::after {
  transform: rotate(45deg);
}

details.faq-details .faq-body {
  padding-top: .6rem;
}

details.faq-details p {
  font-family: 'Cairo', sans-serif;
  font-size: .93rem;
  color: #3f4940;
  line-height: 1.7;
  margin: 0;
}

/* ══════════════════════════════════════════
   Site Header
══════════════════════════════════════════ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249,249,252,.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(190,202,189,.35);
}

.site-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #80d996 25%, #005126 55%, transparent 100%);
  opacity: .55;
}

.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

/* Brand */
.site-brand {
  display: flex;
  align-items: center;
  gap: .55rem;
  text-decoration: none;
  flex-shrink: 0;
  user-select: none;
}

.site-brand-mark {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #005126 0%, #338a56 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tajawal', sans-serif;
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  flex-shrink: 0;
}

.site-brand-name {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  color: #005126;
  letter-spacing: -.01em;
  line-height: 1;
}

/* Desktop nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: .2rem;
  flex-wrap: nowrap;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  padding: .42rem .9rem;
  border-radius: 999px;
  font-family: 'Cairo', sans-serif;
  font-size: .865rem;
  font-weight: 600;
  color: #3f4940;
  text-decoration: none;
  transition: background .15s, color .15s;
  white-space: nowrap;
  user-select: none;
}

.site-nav-link:hover { background: rgba(0,81,38,.07); color: #005126; }

.site-nav-link.active {
  background: #005126;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,81,38,.22);
}

/* Hamburger toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1.5px solid rgba(0,81,38,.2);
  background: rgba(0,81,38,.06);
  border-radius: 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .15s, border-color .15s;
}

.nav-toggle:hover { background: rgba(0,81,38,.12); border-color: rgba(0,81,38,.35); }
.nav-toggle:active { background: rgba(0,81,38,.18); }

.nav-toggle-bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #005126;
  border-radius: 2px;
  transition: transform .28s cubic-bezier(.25,.8,.25,1), opacity .2s;
}

.nav-toggle.open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open .nav-toggle-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 66px; left: 0; right: 0; bottom: 0;
  z-index: 99;
  background: rgba(26,28,30,.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .22s;
  pointer-events: none;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-panel {
  position: absolute;
  top: 0; right: 0; left: 0;
  background: rgba(249,249,252,.98);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: .75rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .2rem;
  border-bottom: 2px solid rgba(128,217,150,.4);
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
  transform: translateY(-12px);
  opacity: 0;
  transition: transform .28s cubic-bezier(.25,.8,.25,1), opacity .22s;
}

.mobile-menu.open .mobile-menu-panel {
  transform: translateY(0);
  opacity: 1;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  padding: .78rem 1rem;
  border-radius: 12px;
  font-family: 'Cairo', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: #3f4940;
  text-decoration: none;
  transition: background .15s, color .15s;
}

.mobile-nav-link:hover { background: rgba(0,81,38,.07); color: #005126; }

.mobile-nav-link.active {
  background: rgba(0,81,38,.08);
  color: #005126;
  position: relative;
}

.mobile-nav-link.active::before {
  content: '';
  position: absolute;
  right: 0;
  top: 25%; bottom: 25%;
  width: 3px;
  background: #005126;
  border-radius: 2px;
}

@media (max-width: 767px) {
  .site-nav   { display: none; }
  .nav-toggle { display: flex; }
  .mobile-menu { display: block; }
}

/* ══════════════════════════════════════════
   Site Footer
══════════════════════════════════════════ */
.site-footer {
  background: linear-gradient(180deg, #eff4f0 0%, #e8efe9 100%);
  border-top: 1px solid rgba(190,202,189,.5);
  margin-top: auto;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.25rem 1.5rem 0;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.4fr;
  gap: 2rem;
  align-items: start;
}

.footer-brand { }

.footer-brand-name {
  font-family: 'Tajawal', sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: #005126;
  display: block;
  margin-bottom: .5rem;
}

.footer-brand-desc {
  font-family: 'Cairo', sans-serif;
  font-size: .85rem;
  color: #6f7a6f;
  line-height: 1.65;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  align-items: center;
}

.footer-nav-title {
  font-family: 'Tajawal', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #6f7a6f;
  margin-bottom: .2rem;
}

.footer-nav-link {
  font-family: 'Cairo', sans-serif;
  font-size: .875rem;
  font-weight: 500;
  color: #3f4940;
  text-decoration: none;
  transition: color .15s;
}

.footer-nav-link:hover { color: #005126; }

.footer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .4rem;
}

.footer-copy-line {
  font-family: 'Cairo', sans-serif;
  font-size: .82rem;
  color: #6f7a6f;
  line-height: 1.5;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(190,202,189,.5);
  margin: 1.75rem 1.5rem 0;
}

.footer-bottom-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: .85rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom-text {
  font-family: 'Cairo', sans-serif;
  font-size: .78rem;
  color: #6f7a6f;
}

@media (max-width: 767px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    padding: 1.75rem 1.25rem 0;
    gap: 1.5rem;
    text-align: center;
  }
  .footer-nav { align-items: center; }
  .footer-copy { align-items: center; }
  .footer-bottom-bar { justify-content: center; flex-direction: column; gap: .4rem; text-align: center; }
  .footer-divider { margin: 1.5rem .75rem 0; }
}

