.gis-tools-hub {
  --ink: #10231d;
  --muted: #5d6f68;
  --line: #dce8e2;
  --paper: #fffefa;
  --cream: #f5f1e7;
  --green: #087f5b;
  --green-dark: #055f45;
  --lime: #d9f99d;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 20px 80px;
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", sans-serif;
  box-sizing: border-box;
  overflow: clip;
}

.gis-tools-hub * { box-sizing: border-box; }
.gis-tools-hub a:focus-visible,
.gis-tools-hub summary:focus-visible { outline: 3px solid #f4b942; outline-offset: 4px; }

/* Tools-specific header treatment using the established site palette. */
body.page-id-806 .main-navigation.gis-tools-navigation {
  border-bottom: 1px solid rgba(91,81,216,.13) !important;
  background: linear-gradient(110deg,rgba(255,255,255,.98),rgba(247,245,255,.98) 58%,rgba(255,247,244,.98)) !important;
  box-shadow: 0 10px 34px rgba(47,37,111,.1) !important;
}
body.page-id-806 .main-navigation.gis-tools-navigation::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 32%; height: 2px; border-radius: 999px; background: linear-gradient(90deg,transparent,#5b51d8,#e9574f,#ffd700,transparent); transform: translate3d(-110%,0,0); pointer-events: none; }
body.page-id-806 .gis-tools-navigation .nav-menu { max-width: 1180px !important; margin: 0 auto !important; }
body.page-id-806 .gis-tools-navigation .nav-link:hover,
body.page-id-806 .gis-tools-navigation .nav-link:focus-visible { border-color: rgba(233,87,79,.28) !important; box-shadow: 0 10px 24px rgba(91,81,216,.13) !important; }
.gis-tools-nav-brand { margin-right: 8px !important; }
.gis-tools-nav-brand > a { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 0 14px 0 8px; border: 1px solid rgba(91,81,216,.14); border-radius: 16px; background: #fff; color: #25214d; box-shadow: 0 8px 22px rgba(91,81,216,.09); text-decoration: none; }
.gis-tools-nav-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: linear-gradient(145deg,#5b51d8,#764ba2); color: #fff; font-family: Georgia,serif; font-size: 18px; font-weight: 900; box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.gis-tools-nav-name { display: flex; align-items: baseline; color: #25214d; font-size: 15px; font-weight: 850; letter-spacing: -.02em; }
.gis-tools-nav-name > span { color: #e9574f; }
.gis-tools-nav-name small { margin-left: 7px; padding-left: 7px; border-left: 1px solid rgba(91,81,216,.2); color: #0e3540; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
body.page-id-806 .mobile-hamburger-bar { background: linear-gradient(120deg,#5b51d8 0%,#764ba2 72%,#e9574f 145%) !important; box-shadow: 0 8px 26px rgba(91,81,216,.24) !important; }
body.page-id-806 .mobile-hamburger-bar::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: linear-gradient(90deg,#ffd700,#e9574f,#ffd700); background-size: 200% 100%; }
body.page-id-806 main.wp-block-group { margin-block-start: 0 !important; }
body.page-id-806 main.wp-block-group > .wp-block-group { padding-top: 20px !important; }
.gis-breadcrumb { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #718079; font-size: 14px; }
.gis-breadcrumb a { color: var(--green-dark); font-weight: 700; text-decoration: none; }

.gis-tools-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(270px, .7fr);
  gap: 34px;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background: #0b2e25;
  color: #fff;
  box-shadow: 0 26px 70px rgba(11,46,37,.2);
}
.gis-tools-hero::before { content: ""; position: absolute; z-index: -1; width: 460px; height: 460px; right: -130px; top: -240px; border-radius: 50%; background: #34d399; opacity: .22; }
.gis-tools-hero::after { content: ""; position: absolute; z-index: -1; width: 300px; height: 300px; left: 38%; bottom: -250px; border-radius: 50%; background: #fbbf24; opacity: .18; }
.gis-kicker { display: inline-flex; width: fit-content; margin: 0 0 16px; padding: 7px 12px; border: 1px solid rgba(217,249,157,.35); border-radius: 999px; color: var(--lime); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.gis-tools-hero h1 { max-width: 760px; margin: 0 0 18px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5.8vw, 68px); font-weight: 700; letter-spacing: -.045em; line-height: 1.02; }
.gis-tools-hero-copy > p:last-of-type { max-width: 720px; margin: 0; color: #d5e7df; font-size: clamp(16px, 2vw, 19px); line-height: 1.7; }
.gis-hero-route { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.gis-hero-route strong { display: block; margin-bottom: 12px; color: #fff; font-size: 16px; }
.gis-hero-route a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #eafff6; font-size: 14px; font-weight: 700; text-decoration: none; }
.gis-hero-route a:last-child { border-bottom: 0; }
.gis-hero-route a::after { content: "\2192"; color: var(--lime); }

.gis-trustbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; margin: 18px 0 0; border: 1px solid var(--line); border-radius: 20px; background: var(--line); }
.gis-trustbar span { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; background: var(--paper); color: #31473f; font-size: 14px; font-weight: 800; text-align: center; }
.gis-trustbar b { color: var(--green); font-size: 18px; }

.gis-quicknav { position: sticky; z-index: 5; top: 10px; display: flex; gap: 8px; overflow-x: auto; margin: 28px 0 48px; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,254,250,.94); box-shadow: 0 10px 32px rgba(16,35,29,.08); scrollbar-width: none; }
.gis-quicknav::-webkit-scrollbar { display: none; }
.gis-quicknav a { flex: 1 0 auto; padding: 10px 15px; border-radius: 12px; color: #31473f; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none; }
.gis-quicknav a:hover { background: #eaf7f1; color: var(--green-dark); }

.gis-tool-category { scroll-margin-top: 100px; margin: 0 0 54px; }
.gis-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.gis-section-head h2 { margin: 0 0 7px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.025em; line-height: 1.1; }
.gis-cat-sub { max-width: 720px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.gis-section-count { flex: 0 0 auto; color: #789087; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.gis-tool-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; margin: 0; }
.gis-tool-card { --accent: #087f5b; position: relative; display: flex; flex-direction: column; min-height: 230px; padding: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); color: var(--ink); box-shadow: 0 10px 28px rgba(16,35,29,.06); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.gis-tool-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -70px; top: -72px; border-radius: 50%; background: var(--accent); opacity: .1; }
.gis-tool-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 50%, white); box-shadow: 0 20px 45px rgba(16,35,29,.12); }
.gis-tool-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 22px; border-radius: 15px; background: color-mix(in srgb, var(--accent) 12%, white); color: var(--accent); font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.gis-tool-card h3 { margin: 0 0 8px; color: var(--ink); font-size: 17px; line-height: 1.35; }
.gis-tool-card h3 a { color: inherit; text-decoration: none; }
.gis-tool-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.gis-tool-action { margin-top: auto; }
.gis-tool-cta { display: flex; align-items: center; justify-content: space-between; color: var(--accent); font-size: 13px; font-weight: 850; text-decoration: none; }
.gis-tool-grid .gis-tool-card h3 a,
.gis-tool-grid .gis-tool-card .gis-tool-cta,
.gis-tool-grid .gis-tool-card h3 a:hover,
.gis-tool-grid .gis-tool-card .gis-tool-cta:hover {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: none;
}
.gis-tool-cta::after { content: "\2197"; font-size: 17px; }
.gis-status { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 999px; background: #edf8f3; color: #087f5b; font-size: 10px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.gis-status-limited { background: #fff3dd; color: #9a5b00; }
.gis-instagram { --accent:#d62976; }.gis-reels { --accent:#7c3aed; }.gis-story { --accent:#f97316; }.gis-highlight { --accent:#eab308; }
.gis-telegram { --accent:#168acd; }.gis-tiktok { --accent:#111827; }.gis-x { --accent:#111827; }.gis-facebook { --accent:#1877f2; }
.gis-pinterest { --accent:#bd081c; }.gis-reddit { --accent:#ff4500; }.gis-vimeo { --accent:#1ab7ea; }.gis-dailymotion { --accent:#0066dc; }
.gis-threads { --accent:#101010; }.gis-linkedin { --accent:#0a66c2; }.gis-soundcloud { --accent:#f26f23; }.gis-image { --accent:#0d9488; }

.gis-how { margin: 68px 0 24px; padding: clamp(28px,5vw,52px); border-radius: 30px; background: var(--cream); }
.gis-how h2,.gis-tools-policy h2,.gis-tools-faq h2 { margin: 0 0 12px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px,4vw,40px); letter-spacing: -.025em; }
.gis-how > p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }
.gis-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 28px; }
.gis-step { padding: 23px; border: 1px solid rgba(8,127,91,.14); border-radius: 20px; background: rgba(255,255,255,.72); }
.gis-step b { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 16px; border-radius: 50%; background: var(--green); color: #fff; }
.gis-step h3 { margin: 0 0 7px; font-size: 17px; }.gis-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.gis-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0 68px; }
.gis-tools-policy { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: var(--paper); }
.gis-tools-policy h2 { font-size: 25px; }
.gis-tools-policy p,.gis-tools-policy li { color: var(--muted); font-size: 15px; line-height: 1.7; }
.gis-tools-policy ul { margin: 16px 0 0; padding-left: 22px; }
.gis-tools-policy a { color: var(--green-dark); font-weight: 800; }

.gis-tools-faq { margin: 0 0 32px; }
.gis-faq-intro { max-width: 680px; margin: 0 0 22px; color: var(--muted); line-height: 1.7; }
.gis-faq-item { border-bottom: 1px solid var(--line); }
.gis-faq-item:first-of-type { border-top: 1px solid var(--line); }
.gis-faq-item summary { position: relative; padding: 20px 42px 20px 0; color: var(--ink); font-size: 16px; font-weight: 850; cursor: pointer; list-style: none; }
.gis-faq-item summary::-webkit-details-marker { display: none; }
.gis-faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 15px; color: var(--green); font-size: 25px; font-weight: 500; }
.gis-faq-item[open] summary::after { content: "\2212"; }
.gis-faq-item p { max-width: 850px; margin: -4px 0 20px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.gis-last-updated { margin: 28px 0 0; color: #7b8c85; font-size: 13px; text-align: center; }

/* Tools directory footer */
.gis-directory-footer {
  --footer-ink: #e9f5ef;
  --footer-muted: #a9c1b7;
  --footer-line: rgba(255,255,255,.12);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: 72px 20px 28px;
  background: #082c24;
  color: var(--footer-ink);
  font-family: "Aptos", "Segoe UI", sans-serif;
}
.gis-directory-footer * { box-sizing: border-box; }
.gis-footer-glow { position: absolute; z-index: -1; width: 560px; height: 560px; right: -250px; top: -360px; border-radius: 50%; background: #22c55e; opacity: .13; filter: blur(2px); }
.gis-directory-footer-inner { max-width: 1180px; margin: 0 auto; }
.gis-footer-intro { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 32px; padding-bottom: 42px; border-bottom: 1px solid var(--footer-line); }
.gis-footer-brand { display: flex; align-items: center; gap: 13px; }
.gis-footer-mark { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(217,249,157,.32); border-radius: 15px; background: rgba(217,249,157,.1); color: #d9f99d; font-family: Georgia,serif; font-size: 25px; font-weight: 800; }
.gis-footer-brand strong { display: block; color: #fff; font-family: Georgia,serif; font-size: 23px; letter-spacing: -.02em; }
.gis-footer-brand div span { display: block; margin-top: 3px; color: var(--footer-muted); font-size: 12px; }
.gis-footer-intro > p { max-width: 590px; margin: 0; color: var(--footer-muted); font-size: 15px; line-height: 1.75; }
.gis-footer-actions { display: flex; gap: 9px; }
.gis-footer-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 17px; border-radius: 13px; font-size: 13px; font-weight: 850; text-decoration: none; white-space: nowrap; transition: transform .2s ease,background-color .2s ease,border-color .2s ease; }
.gis-footer-actions a:hover { transform: translateY(-2px); }
.gis-footer-primary { background: #d9f99d; color: #15372d; }
.gis-footer-secondary { border: 1px solid var(--footer-line); color: #e9f5ef; }
.gis-footer-secondary:hover { border-color: rgba(217,249,157,.48); background: rgba(255,255,255,.06); }
.gis-footer-nav { display: grid; grid-template-columns: 1.1fr 1.15fr 1fr 1.05fr .75fr; gap: clamp(22px,3.4vw,52px); padding: 46px 0 40px; }
.gis-footer-column h2 { margin: 0 0 17px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gis-footer-column ul { margin: 0; padding: 0; list-style: none; }
.gis-footer-column li { margin: 0 0 11px; }
.gis-footer-column a { position: relative; display: inline-block; color: var(--footer-muted); font-size: 14px; line-height: 1.45; text-decoration: none; transition: color .2s ease,transform .2s ease; }
.gis-footer-column a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -3px; height: 1px; background: #d9f99d; transition: right .25s ease; }
.gis-footer-column a:hover { color: #fff; transform: translateX(3px); }
.gis-footer-column a:hover::after { right: 0; }
.gis-directory-footer[dir="rtl"] .gis-footer-column a::after { right: 0; left: 100%; }
.gis-directory-footer[dir="rtl"] .gis-footer-column a:hover { transform: translateX(-3px); }
.gis-directory-footer[dir="rtl"] .gis-footer-column a:hover::after { left: 0; }
.gis-footer-more { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; padding: 22px 0; border-top: 1px solid var(--footer-line); border-bottom: 1px solid var(--footer-line); }
.gis-footer-more > span { margin-right: 4px; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.gis-footer-more a { padding: 7px 11px; border: 1px solid var(--footer-line); border-radius: 999px; color: var(--footer-muted); font-size: 12px; font-weight: 750; text-decoration: none; transition: color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease; }
.gis-footer-more a:hover { transform: translateY(-2px); border-color: rgba(217,249,157,.42); background: rgba(217,249,157,.08); color: #fff; }
.gis-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 24px; }
.gis-footer-bottom p { margin: 0; color: #809c91; font-size: 12px; line-height: 1.6; }
.gis-footer-bottom a { color: #d9f99d; font-size: 12px; font-weight: 850; text-decoration: none; }
.gis-directory-footer a:focus-visible { outline: 3px solid #f4b942; outline-offset: 4px; }

@keyframes gis-directory-rise {
  from { opacity: 0; transform: translate3d(0,18px,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes gis-directory-drift {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(-16px,12px,0) scale(1.04); }
}
@keyframes gis-nav-arrive {
  from { opacity: 0; transform: translate3d(0,-10px,0) scale(.96); }
  to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
}
@keyframes gis-brand-breathe {
  0%,100% { transform: rotate(-2deg) scale(1); }
  50% { transform: rotate(2deg) scale(1.07); }
}
@keyframes gis-hero-orbit {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(-24px,16px,0) scale(1.08); }
}
@keyframes gis-icon-float {
  0%,100% { transform: translate3d(0,0,0) rotate(0); }
  50% { transform: translate3d(0,-5px,0) rotate(2deg); }
}
@keyframes gis-header-scan {
  0%,10% { transform: translate3d(-110%,0,0); }
  65%,100% { transform: translate3d(330%,0,0); }
}
@media (prefers-reduced-motion: no-preference) {
  .gis-tools-hero { animation: gis-directory-rise .6s cubic-bezier(.2,.75,.25,1) both; }
  .gis-trustbar { animation: gis-directory-rise .6s .08s cubic-bezier(.2,.75,.25,1) both; }
  .gis-quicknav { animation: gis-directory-rise .6s .14s cubic-bezier(.2,.75,.25,1) both; }
  .gis-tool-category { animation: gis-directory-rise .65s cubic-bezier(.2,.75,.25,1) both; animation-timeline: view(); animation-range: entry 5% cover 22%; }
  .gis-tool-card:nth-child(2) { transition-delay: .025s; }
  .gis-tool-card:nth-child(3) { transition-delay: .05s; }
  .gis-tool-card:nth-child(4) { transition-delay: .075s; }
  .gis-directory-footer { animation: gis-directory-rise .7s cubic-bezier(.2,.75,.25,1) both; }
  .gis-footer-glow { animation: gis-directory-drift 12s ease-in-out infinite; }
  body.page-id-806 .gis-tools-navigation .nav-item { animation: gis-nav-arrive .42s cubic-bezier(.2,.8,.25,1) both; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(2) { animation-delay: .03s; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(3) { animation-delay: .06s; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(4) { animation-delay: .09s; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(5) { animation-delay: .12s; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(6) { animation-delay: .15s; }
  body.page-id-806 .gis-tools-navigation .nav-item:nth-child(n+7) { animation-delay: .18s; }
  .gis-tools-nav-mark { animation: gis-brand-breathe 4.2s ease-in-out infinite; }
  .gis-tools-hero::before { animation: gis-hero-orbit 9s ease-in-out infinite; }
  .gis-tools-hero::after { animation: gis-hero-orbit 11s ease-in-out -2s infinite reverse; }
  #instagram-tools .gis-tool-icon { animation: gis-icon-float 3.6s ease-in-out infinite; }
  #instagram-tools .gis-tool-card:nth-child(2) .gis-tool-icon { animation-delay: -.8s; }
  #instagram-tools .gis-tool-card:nth-child(3) .gis-tool-icon { animation-delay: -1.6s; }
  #instagram-tools .gis-tool-card:nth-child(4) .gis-tool-icon { animation-delay: -2.4s; }
  body.page-id-806 .main-navigation.gis-tools-navigation::after { animation: gis-header-scan 5.5s cubic-bezier(.45,0,.2,1) infinite; }
}

@media (max-width: 980px) {
  .gis-tools-hero { grid-template-columns: 1fr; }
  .gis-hero-route { max-width: 560px; }
  .gis-tool-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .gis-footer-intro { grid-template-columns: 1fr 1.4fr; }
  .gis-footer-actions { grid-column: 1 / -1; }
  .gis-footer-nav { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .gis-tools-nav-name { display: none; }
  .gis-tools-nav-brand > a { padding-right: 8px; }
}
@media (max-width: 720px) {
  .gis-tools-hub { padding: 28px 14px 60px; }
  .gis-tools-hero { padding: 34px 24px; border-radius: 26px; }
  .gis-trustbar { grid-template-columns: 1fr 1fr; }
  .gis-quicknav { top: 6px; margin-bottom: 38px; }
  .gis-section-head { align-items: start; flex-direction: column; gap: 8px; }
  .gis-steps,.gis-info-grid { grid-template-columns: 1fr; }
  .gis-directory-footer { padding: 54px 22px 24px; }
  .gis-footer-intro { grid-template-columns: 1fr; gap: 20px; }
  .gis-footer-actions { grid-column: auto; flex-wrap: wrap; }
  .gis-footer-nav { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .gis-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .gis-tool-grid { grid-template-columns: 1fr; }
  .gis-tool-card { min-height: 205px; }
  .gis-trustbar span { min-height: 60px; font-size: 12px; }
  .gis-footer-actions a { width: 100%; }
  .gis-footer-more { align-items: flex-start; }
  .gis-footer-more > span { width: 100%; margin-bottom: 4px; }
}
@media (max-width: 359px) {
  .gis-footer-nav { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .gis-tool-card,.gis-directory-footer a,.gis-footer-glow { animation: none; transition: none; }
}
