/* Global English passport checker. Scoped to /en/passports/. */

.gp-page {
  --gp-ink: #18332f;
  --gp-muted: #58706a;
  --gp-line: #d5e1dc;
  --gp-paper: #ffffff;
  --gp-wash: #f7f7f4;
  --gp-green: #1d6b52;
  --gp-green-soft: #dcefe6;
  --gp-amber: #b97920;
  --gp-blue: #2c728d;
  --gp-violet: #7564a0;
  --gp-coral: #c95d4e;
  --gp-neutral: #697875;
  --gp-red: #9f3e45;
  --gp-cyan: #168596;
  --gp-cream: #fbf4e8;
  --gp-lilac: #f2eef8;
  --gp-gold: #b4862f;
  --gp-shadow: 0 20px 48px rgba(24, 63, 53, .13);
  min-height: 100vh;
  overflow: clip;
  background: var(--gp-wash);
  color: var(--gp-ink);
  font-family: "DM Sans", "Segoe UI", sans-serif;
  line-height: 1.65;
}

.gp-page *,
.gp-page *::before,
.gp-page *::after { box-sizing: border-box; }
.gp-page button,
.gp-page input,
.gp-page select { font: inherit; letter-spacing: 0; }
.gp-page button { cursor: pointer; }
.gp-page [hidden] { display: none !important; }
.gp-page a { color: inherit; }
.gp-page svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.gp-page .va-hub-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.gp-page .va-hub-icon { display: block; width: 20px; height: 20px; flex: 0 0 auto; }
.gp-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.gp-workspace {
  position: relative;
  isolation: isolate;
  padding: 92px 0 36px;
  border-bottom: 1px solid #cbdcd5;
  background-color: #f7f4ed;
  background-image: url("../images/passport-hubs-world-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gp-workspace::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(255, 255, 255, .24);
  content: "";
  pointer-events: none;
}
.gp-workspace > .gp-shell { position: relative; z-index: 1; }

.gp-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: end;
  gap: 40px;
  margin-bottom: 22px;
}
.gp-intro-copy { max-width: 790px; }
.gp-kicker,
.gp-section-label,
.gp-section-head > div > p,
.gp-heading-lockup > div > p {
  margin: 0 0 7px;
  color: var(--gp-green);
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.gp-kicker span {
  display: inline-grid;
  min-width: 31px;
  height: 23px;
  place-items: center;
  margin-right: 5px;
  padding: 0 5px;
  border-radius: 4px;
  background: var(--gp-coral);
  color: #fff;
  font-size: .7rem;
}
.gp-intro h1 {
  max-width: 880px;
  margin: 0;
  color: #143a32;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.15rem, 4.7vw, 4rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}
.gp-intro-copy > p:last-child { max-width: 73ch; margin: 15px 0 0; color: #405e56; font-size: 1.02rem; }
.gp-flight-path {
  display: grid;
  width: min(360px, 100%);
  grid-template-columns: 40px minmax(120px, 1fr) 40px;
  align-items: center;
  margin-top: 20px;
}
.gp-flight-node { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid; border-radius: 7px; box-shadow: 0 7px 16px rgba(24, 51, 47, .1); }
.gp-flight-node .va-hub-icon { width: 21px; height: 21px; }
.gp-flight-origin { border-color: #9cc9b7; background: #dff3e9; color: #176447; }
.gp-flight-destination { border-color: #e6ad9f; background: #fde4df; color: #a94137; }
.gp-flight-track { position: relative; display: block; height: 40px; }
.gp-flight-track::before { position: absolute; top: 50%; right: 7px; left: 7px; border-top: 2px dashed #89a7a0; content: ""; }
.gp-flight-track::after { position: absolute; top: calc(50% - 4px); right: 4px; width: 8px; height: 8px; border-top: 2px solid #b85848; border-right: 2px solid #b85848; content: ""; transform: rotate(45deg); }
.gp-flight-plane { position: absolute; z-index: 1; top: 50%; left: 50%; width: 28px !important; height: 28px !important; padding: 4px; border: 1px solid #b8cfc7; border-radius: 50%; background: #fff; color: #2b738b; box-shadow: 0 5px 13px rgba(26, 75, 84, .13); transform: translate(-50%, -50%) rotate(-5deg); animation: gp-flight-drift 3.4s ease-in-out infinite; }
@keyframes gp-flight-drift { 0%, 100% { margin-left: -8px; } 50% { margin-left: 8px; } }
.gp-review-stamp { padding: 12px 14px 12px 18px; border: 1px solid rgba(188, 163, 99, .52); border-left: 4px solid #c8a24a; border-radius: 6px; background: rgba(255, 255, 255, .82); box-shadow: 0 8px 22px rgba(42, 67, 58, .07); }
.gp-review-stamp span,
.gp-review-stamp strong,
.gp-review-stamp a { display: block; }
.gp-review-stamp span { color: var(--gp-muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.gp-review-stamp strong { margin: 2px 0 5px; color: var(--gp-ink); font-size: 1rem; }
.gp-review-stamp a { color: #1c604e; font-size: .76rem; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.gp-checker {
  position: relative;
  min-height: 330px;
  padding: 0 22px 22px;
  border: 1px solid #aecbc1;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--gp-shadow);
  overflow: hidden;
}
.gp-checker::before {
  display: block;
  height: 5px;
  margin: 0 -22px;
  background: linear-gradient(90deg, var(--gp-green) 0 15%, var(--gp-amber) 15% 29%, var(--gp-blue) 29% 43%, var(--gp-violet) 43% 57%, var(--gp-coral) 57% 72%, var(--gp-neutral) 72% 86%, var(--gp-red) 86% 100%);
  content: "";
}
.gp-checker-head {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 -22px 18px;
  padding: 12px 22px;
  border-bottom: 1px solid #d6e3de;
  background: #f7faf8;
}
.gp-checker-title { display: flex; min-width: 0; align-items: center; gap: 11px; }
.gp-checker-title > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #9ec6b7; border-radius: 7px; background: #dff1e9; color: var(--gp-green); flex: 0 0 auto; }
.gp-checker-title > span .va-hub-icon { width: 23px; height: 23px; }
.gp-checker-title p { min-width: 0; margin: 0; }
.gp-checker-title small,
.gp-checker-title strong { display: block; }
.gp-checker-title small { color: var(--gp-green); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.gp-checker-title strong { overflow: hidden; color: var(--gp-ink); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.gp-checker-facts { display: flex; align-items: center; gap: 7px; }
.gp-checker-facts span { display: inline-flex; min-height: 31px; align-items: center; gap: 4px; padding: 4px 9px; border: 1px solid #c8d8d2; border-radius: 5px; background: #fff; color: #58706a; font-size: .66rem; font-weight: 700; white-space: nowrap; }
.gp-checker-facts span:first-child { border-color: #a8cfd7; background: #eef8fa; color: #27667b; }
.gp-checker-facts span:last-child { border-color: #d4c59e; background: #fff9eb; color: #75591f; }
.gp-checker-facts strong { color: inherit; font-size: .75rem; }
.gp-loading {
  position: absolute;
  z-index: 6;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 8px;
  background: rgba(255,255,255,.96);
}
.gp-loading-mark { width: 28px; height: 28px; border: 3px solid #c9ddd4; border-top-color: var(--gp-green); border-radius: 50%; animation: gp-spin .8s linear infinite; }
.gp-loading p { margin: 0; }
.gp-loading p strong,
.gp-loading p span { display: block; }
.gp-loading p strong { font-size: .9rem; }
.gp-loading p span { color: var(--gp-muted); font-size: .75rem; }
@keyframes gp-spin { to { transform: rotate(360deg); } }

.gp-route-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: end;
  gap: 12px;
}
.gp-field label { display: block; margin-bottom: 6px; color: #304d46; font-size: .76rem; font-weight: 800; }
.gp-select-wrap { position: relative; }
.gp-select-wrap > svg { position: absolute; z-index: 1; top: 50%; left: 14px; width: 20px; height: 20px; color: var(--gp-green); pointer-events: none; transform: translateY(-50%); }
.gp-field:last-child .gp-select-wrap > svg { color: var(--gp-coral); }
.gp-select-wrap::after { position: absolute; top: 50%; right: 15px; width: 8px; height: 8px; border-right: 2px solid #60756f; border-bottom: 2px solid #60756f; content: ""; pointer-events: none; transform: translateY(-70%) rotate(45deg); }
.gp-select-wrap select {
  width: 100%;
  min-height: 52px;
  padding: 10px 43px;
  border: 1px solid #b9cec5;
  border-radius: 6px;
  appearance: none;
  background: #fff;
  color: var(--gp-ink);
  font-weight: 700;
  outline: none;
}
.gp-select-wrap select:disabled { background: #f1f5f3; color: #80918c; cursor: wait; }
.gp-select-wrap select:focus-visible { border-color: var(--gp-green); box-shadow: 0 0 0 3px rgba(29,107,82,.16); }
.gp-swap {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 5px;
  border: 1px solid #bfd2ca;
  border-radius: 6px;
  background: #f4f8f6;
  color: var(--gp-green);
}
.gp-swap svg { width: 19px; height: 19px; }
.gp-swap:hover:not(:disabled) { border-color: var(--gp-green); background: var(--gp-green-soft); }
.gp-swap:disabled { opacity: .45; cursor: default; }

.gp-document-disclosure { margin-top: 14px; border: 1px solid var(--gp-line); border-radius: 7px; background: #f9fbfa; }
.gp-document-disclosure > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 14px;
  cursor: pointer;
  list-style: none;
}
.gp-document-disclosure > summary::-webkit-details-marker { display: none; }
.gp-document-disclosure > summary > span { display: flex; min-width: 0; align-items: center; gap: 10px; }
.gp-document-disclosure > summary > span > svg { width: 22px; height: 22px; color: #58716a; flex: 0 0 auto; }
.gp-document-disclosure summary strong,
.gp-document-disclosure summary small { display: block; }
.gp-document-disclosure summary strong { color: var(--gp-ink); font-size: .84rem; }
.gp-document-disclosure summary small { color: var(--gp-muted); font-size: .71rem; font-weight: 500; }
.gp-document-disclosure summary em { padding: 4px 8px; border-radius: 4px; background: #e5efeb; color: #365b50; font-size: .7rem; font-style: normal; font-weight: 800; white-space: nowrap; }
.gp-chevron { width: 19px; height: 19px; color: #60736e; transition: transform .18s ease; }
.gp-document-disclosure[open] .gp-chevron { transform: rotate(180deg); }
.gp-document-body { padding: 0 14px 16px; border-top: 1px solid var(--gp-line); }
.gp-document-note { margin: 12px 0; padding: 9px 11px; border-left: 3px solid #bd8b32; background: #fff9ec; color: #5e5137; font-size: .73rem; }
.gp-document-search { position: relative; display: block; margin: 0 0 13px; }
.gp-document-search > svg { position: absolute; top: 50%; left: 12px; width: 17px; height: 17px; color: #537069; transform: translateY(-50%); pointer-events: none; }
.gp-document-search input { width: 100%; min-height: 42px; padding: 8px 40px 8px 39px; border: 1px solid #bdcec7; border-radius: 5px; background: #fff; color: var(--gp-ink); font: inherit; font-size: .76rem; }
.gp-document-search input:focus { border-color: var(--gp-green); outline: 3px solid rgba(29,107,82,.14); outline-offset: 0; }
.gp-document-search button { position: absolute; top: 50%; right: 7px; width: 28px; height: 28px; border: 0; border-radius: 4px; background: transparent; color: #5b716b; font-size: 1.15rem; transform: translateY(-50%); }
.gp-document-search button:hover { background: #edf3f0; }
.gp-document-groups { display: grid; gap: 13px; }
.gp-document-group { min-width: 0; margin: 0; padding: 12px; border: 1px solid #d6e2dd; border-radius: 6px; background: #fff; }
.gp-document-group legend { padding: 0 5px; color: #244940; font-size: .78rem; font-weight: 800; }
.gp-document-group > p { margin: 0 0 9px; color: var(--gp-muted); font-size: .68rem; }
.gp-document-options { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.gp-document-options label { position: relative; min-width: 0; cursor: pointer; }
.gp-document-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.gp-document-options label > span {
  display: flex;
  min-height: 39px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border: 1px solid #cbdad4;
  border-radius: 5px;
  background: #f8faf9;
  color: #36544c;
  font-size: .71rem;
  font-weight: 700;
  line-height: 1.3;
}
.gp-document-options label > span svg { width: 16px; height: 16px; padding: 2px; border: 1px solid #a9bdb5; border-radius: 3px; color: transparent; flex: 0 0 auto; }
.gp-document-options input:checked + span { border-color: var(--gp-green); background: var(--gp-green-soft); color: #164b3b; }
.gp-document-options input:checked + span svg { border-color: var(--gp-green); background: var(--gp-green); color: #fff; }
.gp-document-options input:focus-visible + span { box-shadow: 0 0 0 3px rgba(29,107,82,.16); }
.gp-document-empty { margin: 0; padding: 13px; border: 1px dashed #b9cbc4; color: var(--gp-muted); text-align: center; font-size: .74rem; }

.gp-text-button { padding: 4px 0; border: 0; background: transparent; color: var(--gp-green); font-size: .73rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
#gp-clear-documents { margin-top: 10px; }

.gp-result { margin-top: 14px; border: 1px solid #c9dbd3; border-radius: 7px; background: #fff; }
.gp-result-empty { display: flex; min-height: 140px; align-items: center; justify-content: center; gap: 15px; padding: 24px; text-align: left; }
.gp-result-empty-visual { display: grid; width: 128px; grid-template-columns: 38px minmax(32px, 1fr) 38px; align-items: center; flex: 0 0 auto; }
.gp-result-empty-visual i { position: relative; z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid; border-radius: 7px; background: #fff; font-style: normal; }
.gp-result-empty-visual i:first-child { border-color: #9ecab9; background: #e5f4ed; color: var(--gp-green); }
.gp-result-empty-visual i:nth-child(2) { width: 34px; height: 34px; margin-inline: -1px; border-color: #a9cad6; border-radius: 50%; background: #e7f3f7; color: var(--gp-blue); }
.gp-result-empty-visual i:nth-child(2)::before,
.gp-result-empty-visual i:nth-child(2)::after { position: absolute; z-index: -1; top: 50%; width: 18px; border-top: 2px dashed #9bb6af; content: ""; }
.gp-result-empty-visual i:nth-child(2)::before { right: 100%; }
.gp-result-empty-visual i:nth-child(2)::after { left: 100%; }
.gp-result-empty-visual i:last-child { border-color: #e1aaa1; background: #fce8e4; color: var(--gp-coral); }
.gp-result-empty-visual .va-hub-icon { width: 20px; height: 20px; }
.gp-result-empty h2 { margin: 0; color: var(--gp-ink); font-size: 1rem; letter-spacing: 0; }
.gp-result-empty p { max-width: 58ch; margin: 4px 0 0; color: var(--gp-muted); font-size: .78rem; }
.gp-result-content { padding: 17px; }
.gp-result-route { display: grid; grid-template-columns: minmax(0,1fr) 34px minmax(0,1fr); align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--gp-line); }
.gp-route-country { display: flex; min-width: 0; align-items: center; gap: 10px; }
.gp-route-country > span { font-size: 1.65rem; line-height: 1; }
.gp-route-country p { min-width: 0; margin: 0; }
.gp-route-country small,
.gp-route-country strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gp-route-country small { color: var(--gp-muted); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.gp-route-country strong { color: var(--gp-ink); font-size: .87rem; }
.gp-route-arrow { width: 22px; height: 22px; color: #7d928b; }
.gp-baseline { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0 9px; }
.gp-baseline > div { display: flex; min-width: 0; align-items: center; gap: 10px; }
.gp-baseline > div > span { color: var(--gp-muted); font-size: .72rem; font-weight: 700; }
.gp-status { display: inline-flex; min-height: 31px; align-items: center; gap: 6px; padding: 4px 9px; border: 1px solid transparent; border-radius: 5px; font-size: .73rem; font-weight: 900; line-height: 1.2; }
.gp-status-icon { width: 16px !important; height: 16px !important; }
.gp-status-f { border-color: #9ecdb9; background: #d8eee4; color: #125b3e; }
.gp-status-a { border-color: #e2bd7c; background: #f9e8c9; color: #7b4808; }
.gp-status-e { border-color: #9bc7d5; background: #dceef4; color: #185b75; }
.gp-status-t { border-color: #bcb0db; background: #ebe5f6; color: #51407e; }
.gp-status-v { border-color: #e3a69f; background: #f9dfdc; color: #8f352e; }
.gp-status-c { border-color: #b9c3c0; background: #e9eeec; color: #445652; }
.gp-status-r { border-color: #d5a0a8; background: #efdde0; color: #772a35; }
.gp-baseline > p { margin: 0; color: #36534b; font-size: .77rem; font-weight: 700; text-align: right; }
.gp-result-source { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; padding: 9px 10px; border-radius: 5px; background: #f4f7f6; color: var(--gp-muted); font-size: .68rem; }
.gp-result-source strong { color: #34554c; }
.gp-result-source a { color: var(--gp-green); font-weight: 800; overflow-wrap: anywhere; text-underline-offset: 3px; }

.gp-exception-output { margin-top: 12px; }
.gp-exception-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
.gp-exception-heading h3 { margin: 0; color: var(--gp-ink); font-size: .9rem; letter-spacing: 0; }
.gp-exception-heading p { margin: 2px 0 0; color: var(--gp-muted); font-size: .7rem; }
.gp-exception-heading span { padding: 3px 7px; border-radius: 4px; background: #e6efeb; color: #35584d; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.gp-exception-message { padding: 11px 12px; border-left: 3px solid #83958f; background: #f4f7f6; color: #4d625c; font-size: .73rem; }
.gp-exception-message strong { display: block; color: #314d45; }
.gp-destination-review { margin-top: 8px; padding: 10px 12px; border-left: 3px solid #397c68; background: #eef7f3; color: #31574c; }
.gp-destination-review-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.gp-destination-review-heading strong { color: #244f43; font-size: .74rem; }
.gp-destination-review-heading span,
.gp-destination-review small { color: #5b716a; font-size: .64rem; font-weight: 700; }
.gp-destination-review p { margin: 4px 0; font-size: .7rem; line-height: 1.55; }
.gp-destination-review-verified_rules_with_scope_gap,
.gp-destination-review-reviewed_authority_publication_gap,
.gp-destination-review-reviewed_authority_scope_gap { border-left-color: #b6792b; background: #fff8ea; color: #74501f; }
.gp-destination-review-verified_rules_with_scope_gap .gp-destination-review-heading strong,
.gp-destination-review-reviewed_authority_publication_gap .gp-destination-review-heading strong,
.gp-destination-review-reviewed_authority_scope_gap .gp-destination-review-heading strong { color: #6a4517; }
.gp-rule-list { display: grid; gap: 8px; }
.gp-rule {
  padding: 12px;
  border: 1px solid #cfddd7;
  border-radius: 6px;
  background: #fff;
}
.gp-rule-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.gp-rule-head h4 { margin: 0; color: var(--gp-ink); font-size: .84rem; letter-spacing: 0; }
.gp-rule-effect { display: inline-flex; min-height: 29px; align-items: center; gap: 5px; padding: 3px 7px; border: 1px solid #9dc4b6; border-radius: 4px; background: #e2eee9; color: #225b49; font-size: .63rem; font-weight: 900; white-space: nowrap; }
.gp-rule-effect-icon { width: 15px !important; height: 15px !important; }
.gp-rule-effect-visa_on_arrival { border-color: #dfbc7c; background: #fff0d8; color: #80500d; }
.gp-rule-effect-evisa { border-color: #a3cbd8; background: #e7f3f7; color: #205f77; }
.gp-rule-effect-evisa_or_voa { border-color: #b8aed5; background: #eee9f6; color: #56467f; }
.gp-rule-effect-consular_endorsement { border-color: #dfa9a2; background: #f9e6e3; color: #8f3a32; }
.gp-rule-effect-application_facilitation { border-color: #bcc6c3; background: #eef1f0; color: #4b5d58; }
.gp-rule-effect-access_route { border-color: #d6bd8e; background: #faf0de; color: #76501a; }
.gp-rule-effect-transit_only { border-color: #aec3cc; background: #eaf1f4; color: #405e6b; }
.gp-rule-effect-transit_without_visa { border-color: #aec3cc; background: #eaf1f4; color: #405e6b; }
.gp-rule > p { margin: 7px 0; color: #425d56; font-size: .72rem; }
.gp-rule .gp-rule-scope { padding: 6px 8px; border-left: 3px solid #397c68; background: #eef7f3; color: #244f43; font-weight: 800; }
.gp-rule .gp-rule-stay { color: #274d43; font-weight: 800; }
.gp-rule ul { margin: 8px 0; padding-left: 19px; color: #465e58; font-size: .69rem; }
.gp-rule li { margin-bottom: 4px; }
.gp-rule-warning { padding: 7px 8px; border-left: 3px solid #c1872d; background: #fff8ea; color: #655539 !important; }
.gp-rule-meta { display: flex; flex-wrap: wrap; gap: 5px; }
.gp-rule-meta span { padding: 2px 6px; border-radius: 3px; background: #edf2f0; color: #4b625c; font-size: .61rem; font-weight: 800; }
.gp-rule-sources { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 8px; padding-top: 8px; border-top: 1px solid #e1e8e5; }
.gp-rule-sources a { color: var(--gp-green); font-size: .66rem; font-weight: 800; overflow-wrap: anywhere; text-underline-offset: 3px; }

.gp-final-check { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 11px; margin-top: 14px; padding: 11px 13px; border: 1px solid #e4d0a8; border-radius: 6px; background: #fff9ec; color: #5d513b; }
.gp-final-check > svg { width: 21px; height: 21px; color: #9d6d1e; }
.gp-final-check p { margin: 0; font-size: .7rem; }
.gp-final-check a { color: #795418; font-size: .7rem; font-weight: 900; white-space: nowrap; text-underline-offset: 3px; }

.gp-quick-nav {
  display: grid;
  width: min(660px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px auto 0;
  border: 1px solid rgba(170, 194, 185, .82);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 9px 24px rgba(24, 63, 53, .08);
  overflow: hidden;
}
.gp-quick-nav a { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 8px; padding: 8px 10px; border-right: 1px solid #d4e0dc; color: #365a50; text-decoration: none; }
.gp-quick-nav a:last-child { border-right: 0; }
.gp-quick-nav a:hover { background: #f2f8f5; color: var(--gp-green); }
.gp-quick-nav a:nth-child(2) { color: var(--gp-blue); }
.gp-quick-nav a:nth-child(3) { color: var(--gp-coral); }
.gp-quick-nav a:nth-child(4) { color: var(--gp-violet); }
.gp-quick-nav a > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 6px; background: currentColor; }
.gp-quick-nav a > span .va-hub-icon { width: 17px; height: 17px; color: #fff; }
.gp-quick-nav strong { color: currentColor; font-size: .68rem; }

.gp-overview,
.gp-directory,
.gp-evidence,
.gp-definitions,
.gp-faq,
.gp-provenance { padding: 58px 0; }
.gp-overview { background: #fffaf2; }
.gp-directory { border-top: 1px solid #d4e3e7; background: #f1f7f9; }
.gp-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.gp-heading-lockup { display: flex; min-width: 0; align-items: center; gap: 13px; }
.gp-heading-lockup > div { min-width: 0; }
.gp-heading-icon { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid currentColor; border-radius: 8px; color: #fff; box-shadow: 0 8px 18px rgba(24, 51, 47, .12); flex: 0 0 auto; }
.gp-heading-icon .va-hub-icon { width: 24px; height: 24px; }
.gp-heading-green { background: var(--gp-green); }
.gp-heading-blue { background: var(--gp-blue); }
.gp-heading-coral { background: var(--gp-coral); }
.gp-heading-violet { background: var(--gp-violet); }
.gp-heading-amber { background: var(--gp-amber); }
.gp-section-head h2,
.gp-evidence-copy h2,
.gp-faq header h2 { margin: 0; color: var(--gp-ink); font-family: "Playfair Display", Georgia, serif; font-size: 2rem; line-height: 1.16; letter-spacing: 0; }
.gp-section-head > span { max-width: 57ch; color: var(--gp-muted); font-size: .77rem; text-align: right; }

.gp-summary { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid #cbdcd5; border-radius: 8px; background: #fff; box-shadow: 0 13px 28px rgba(24, 51, 47, .07); overflow: hidden; }
.gp-summary > div { display: grid; min-height: 90px; grid-template-columns: 42px minmax(0,1fr); grid-template-rows: auto auto; align-content: center; align-items: center; gap: 0 10px; padding: 10px 12px; border-right: 1px solid var(--gp-line); }
.gp-summary > div:last-child { border-right: 0; }
.gp-summary > div[data-summary="f"] { background: #eef8f3; }
.gp-summary > div[data-summary="a"] { background: #fff8e9; }
.gp-summary > div[data-summary="e"] { background: #edf7fa; }
.gp-summary > div[data-summary="t"] { background: #f5f1fa; }
.gp-summary > div[data-summary="v"] { background: #fff1ee; }
.gp-summary > div[data-summary="c"] { background: #f3f5f4; }
.gp-summary > div[data-summary="r"] { background: #f8ecee; }
.gp-summary-icon { display: grid; width: 40px; height: 40px; grid-row: 1 / 3; place-items: center; border: 1px solid currentColor; border-radius: 7px; color: #fff; box-shadow: 0 5px 12px rgba(25, 53, 47, .1); }
.gp-summary-icon .va-hub-icon { width: 21px; height: 21px; }
.gp-summary span { color: var(--gp-muted); font-size: .65rem; font-weight: 700; }
.gp-summary .gp-summary-icon { color: #fff; }
.gp-summary strong { color: var(--gp-ink); font-size: 1.3rem; line-height: 1.2; }
[data-summary="f"] .gp-summary-icon, .gp-color-f { background: var(--gp-green); }
[data-summary="a"] .gp-summary-icon, .gp-color-a { background: var(--gp-amber); }
[data-summary="e"] .gp-summary-icon, .gp-color-e { background: var(--gp-blue); }
[data-summary="t"] .gp-summary-icon, .gp-color-t { background: var(--gp-violet); }
[data-summary="v"] .gp-summary-icon, .gp-color-v { background: var(--gp-coral); }
[data-summary="c"] .gp-summary-icon, .gp-color-c { background: var(--gp-neutral); }
[data-summary="r"] .gp-summary-icon, .gp-color-r { background: var(--gp-red); }

.gp-map-frame { position: relative; width: 100%; aspect-ratio: 2 / 1; max-height: 570px; margin-top: 18px; border: 1px solid #bad3ca; border-radius: 8px; background: #e9f1ef; box-shadow: 0 15px 34px rgba(24, 51, 47, .09); overflow: hidden; }
.gp-map-frame .ew-map-svg { display: block; width: 100%; height: 100%; }
.gp-map-frame .ew-map-ocean { fill: #e4f0ee; stroke: #c9ddd8; }
.gp-map-frame .ew-map-graticule path { fill: none; stroke: #c6d9d4; stroke-dasharray: 4 8; }
.gp-map-frame .ew-map-country { fill: #cfdad6; stroke: #f7faf9; stroke-width: .8; vector-effect: non-scaling-stroke; transition: opacity .16s ease, filter .16s ease, stroke-width .16s ease; }
.gp-map-frame .ew-map-country[data-code] { cursor: pointer; }
.gp-map-frame .ew-map-country[data-code]:hover,
.gp-map-frame .ew-map-country.is-selected { filter: brightness(1.08); stroke: #173f35; stroke-width: 2; }
.gp-map-frame .gp-map-status-f { fill: var(--gp-green); }
.gp-map-frame .gp-map-status-a { fill: #c9882d; }
.gp-map-frame .gp-map-status-e { fill: #347f99; }
.gp-map-frame .gp-map-status-t { fill: #7b6ca7; }
.gp-map-frame .gp-map-status-v { fill: #d06d61; }
.gp-map-frame .gp-map-status-c { fill: #788783; }
.gp-map-frame .gp-map-status-r { fill: #973f48; }
.gp-map-frame .gp-map-status-x { fill: #e0b348; stroke: #173f35; stroke-width: 2; }
.gp-map-prompt { position: absolute; z-index: 3; top: 18px; left: 50%; padding: 6px 10px; border: 1px solid #bfd0ca; border-radius: 5px; background: rgba(255,255,255,.93); color: #526d65; font-size: .7rem; font-weight: 800; transform: translateX(-50%); }
.gp-map-tooltip { position: absolute; z-index: 5; max-width: 230px; padding: 7px 9px; border: 1px solid #bacfc7; border-radius: 5px; background: #fff; color: var(--gp-ink); box-shadow: 0 8px 22px rgba(24,51,47,.15); font-size: .68rem; font-weight: 800; pointer-events: none; }
.gp-map-legend { position: absolute; z-index: 3; left: 50%; bottom: 10px; display: flex; max-width: calc(100% - 24px); flex-wrap: wrap; justify-content: center; gap: 6px 13px; padding: 6px 9px; border: 1px solid #c1d4cd; border-radius: 6px; background: rgba(255,255,255,.94); color: #4d6760; font-size: .62rem; transform: translateX(-50%); }
.gp-map-legend span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.gp-legend-icon { width: 17px !important; height: 17px !important; padding: 2px; border-radius: 4px; color: #fff; }
.gp-legend-f .gp-legend-icon { background: var(--gp-green); }
.gp-legend-a .gp-legend-icon { background: var(--gp-amber); }
.gp-legend-e .gp-legend-icon { background: var(--gp-blue); }
.gp-legend-t .gp-legend-icon { background: var(--gp-violet); }
.gp-legend-v .gp-legend-icon { background: var(--gp-coral); }
.gp-legend-c .gp-legend-icon { background: var(--gp-neutral); }
.gp-legend-r .gp-legend-icon { background: var(--gp-red); }

.gp-directory-tools { position: sticky; z-index: 15; top: 68px; display: grid; grid-template-columns: minmax(240px, 1fr) 180px; gap: 10px; padding: 12px; border: 1px solid #c3d6d8; border-radius: 8px; background: rgba(255, 255, 255, .96); box-shadow: 0 10px 26px rgba(30, 74, 79, .08); backdrop-filter: blur(10px); }
.gp-search { position: relative; }
.gp-search > svg { position: absolute; top: 50%; left: 13px; width: 18px; height: 18px; color: #537069; transform: translateY(-50%); }
.gp-search input,
.gp-filter-select select { width: 100%; min-height: 45px; border: 1px solid #bfd1ca; border-radius: 6px; background: #fff; color: var(--gp-ink); outline: 0; }
.gp-search input { padding: 8px 38px 8px 41px; }
.gp-search input:focus,
.gp-filter-select select:focus { border-color: var(--gp-green); box-shadow: 0 0 0 3px rgba(29,107,82,.14); }
.gp-search input:disabled,
.gp-filter-select select:disabled { background: #eef3f1; }
.gp-search button { position: absolute; top: 50%; right: 8px; width: 28px; height: 28px; border: 0; background: transparent; color: #5b716b; font-size: 1.15rem; transform: translateY(-50%); }
.gp-filter-select { position: relative; }
.gp-filter-select select { padding: 8px 32px 8px 11px; appearance: none; font-size: .75rem; font-weight: 700; }
.gp-status-filters { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 6px; }
.gp-status-filters button { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; padding: 5px 10px; border: 1px solid #c6d5d0; border-radius: 5px; background: #fff; color: #415c55; font-size: .68rem; font-weight: 800; }
.gp-filter-icon { width: 17px !important; height: 17px !important; }
.gp-status-filters button[data-status-filter="f"]:not(.is-active) { border-color: #a8cebd; background: #eef8f3; color: #155f43; }
.gp-status-filters button[data-status-filter="a"]:not(.is-active) { border-color: #e2c38d; background: #fff8e9; color: #81500d; }
.gp-status-filters button[data-status-filter="e"]:not(.is-active) { border-color: #a9ced9; background: #edf7fa; color: #205f77; }
.gp-status-filters button[data-status-filter="t"]:not(.is-active) { border-color: #c6bbe1; background: #f5f1fa; color: #594785; }
.gp-status-filters button[data-status-filter="v"]:not(.is-active) { border-color: #e7b0aa; background: #fff1ee; color: #963b33; }
.gp-status-filters button[data-status-filter="c"]:not(.is-active) { border-color: #c2cbc8; background: #f3f5f4; color: #4a5b56; }
.gp-status-filters button[data-status-filter="r"]:not(.is-active) { border-color: #d9aab0; background: #f8ecee; color: #7d303a; }
.gp-status-filters button.is-active { border-color: #285f51; background: #285f51; color: #fff; }
.gp-status-filters button[data-status-filter="a"].is-active { border-color: var(--gp-amber); background: var(--gp-amber); }
.gp-status-filters button[data-status-filter="e"].is-active { border-color: var(--gp-blue); background: var(--gp-blue); }
.gp-status-filters button[data-status-filter="t"].is-active { border-color: var(--gp-violet); background: var(--gp-violet); }
.gp-status-filters button[data-status-filter="v"].is-active { border-color: var(--gp-coral); background: var(--gp-coral); }
.gp-status-filters button[data-status-filter="c"].is-active { border-color: var(--gp-neutral); background: var(--gp-neutral); }
.gp-status-filters button[data-status-filter="r"].is-active { border-color: var(--gp-red); background: var(--gp-red); }
.gp-list-head { display: flex; align-items: center; justify-content: space-between; margin: 16px 0 8px; }
.gp-list-head p { margin: 0; color: var(--gp-muted); font-size: .72rem; }
.gp-list-head strong { color: var(--gp-ink); }
.gp-destination-empty { display: grid; min-height: 130px; place-items: center; border: 1px dashed #b9cbc4; border-radius: 7px; color: var(--gp-muted); font-size: .78rem; text-align: center; }
.gp-destination-list { display: grid; gap: 6px; }
.gp-destination-row {
  display: grid;
  grid-template-columns: minmax(210px, 1.5fr) 125px minmax(170px, .8fr) 28px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 11px;
  border: 1px solid #d1dfda;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(24, 51, 47, .035);
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.gp-destination-row:hover { border-color: #96b5aa; box-shadow: 0 8px 18px rgba(24, 51, 47, .07); transform: translateY(-1px); }
.gp-destination-row[data-status="f"] { border-left: 4px solid var(--gp-green); }
.gp-destination-row[data-status="a"] { border-left: 4px solid var(--gp-amber); }
.gp-destination-row[data-status="e"] { border-left: 4px solid var(--gp-blue); }
.gp-destination-row[data-status="t"] { border-left: 4px solid var(--gp-violet); }
.gp-destination-row[data-status="v"] { border-left: 4px solid var(--gp-coral); }
.gp-destination-row[data-status="c"] { border-left: 4px solid var(--gp-neutral); }
.gp-destination-row[data-status="r"] { border-left: 4px solid var(--gp-red); }
.gp-destination-row[data-status="f"] { background: #f8fdfb; }
.gp-destination-row[data-status="a"] { background: #fffaf1; }
.gp-destination-row[data-status="e"] { background: #f6fbfd; }
.gp-destination-row[data-status="t"] { background: #faf8fd; }
.gp-destination-row[data-status="v"] { background: #fff7f5; }
.gp-destination-row[data-status="c"] { background: #f7f9f8; }
.gp-destination-row[data-status="r"] { background: #fcf5f6; }
.gp-destination-name { display: flex; min-width: 0; align-items: center; gap: 10px; }
.gp-destination-name > span { font-size: 1.35rem; }
.gp-destination-name p { min-width: 0; margin: 0; }
.gp-destination-name strong,
.gp-destination-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gp-destination-name strong { color: var(--gp-ink); font-size: .78rem; }
.gp-destination-name small { color: var(--gp-muted); font-size: .61rem; }
.gp-row-status { justify-self: start; }
.gp-row-stay { color: #48635c; font-size: .66rem; font-weight: 700; }
.gp-destination-row > button { display: inline-grid; width: 28px; height: 28px; place-items: center; border: 1px solid #c3d4cd; border-radius: 5px; background: #f7faf8; color: var(--gp-green); }
.gp-destination-row > button svg { width: 16px; height: 16px; }
.gp-row-action-icon { width: 16px !important; height: 16px !important; }
.gp-destination-row > button:hover { border-color: var(--gp-green); background: var(--gp-green-soft); }

.gp-evidence { border-top: 1px solid #d8e3df; border-bottom: 1px solid #d8e3df; background: #fff; }
.gp-evidence-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: start; gap: 60px; }
.gp-evidence-copy p:not(.gp-section-label) { color: var(--gp-muted); font-size: .85rem; }
.gp-evidence-steps { margin: 0; padding: 0; list-style: none; }
.gp-evidence-steps li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; padding: 15px 0; border-bottom: 1px solid #dbe4e1; }
.gp-evidence-steps li:first-child { padding-top: 0; }
.gp-evidence-steps li:last-child { border-bottom: 0; }
.gp-evidence-steps li > span { display: grid; width: 38px; height: 30px; place-items: center; border-radius: 4px; background: #e1eee8; color: var(--gp-green); font-size: .68rem; font-weight: 900; }
.gp-evidence-steps li:nth-child(2) > span { background: #e5f1f5; color: var(--gp-blue); }
.gp-evidence-steps li:nth-child(3) > span { background: #fff0da; color: #99601a; }
.gp-evidence-steps strong { color: var(--gp-ink); font-size: .82rem; }
.gp-evidence-steps p { margin: 3px 0 0; color: var(--gp-muted); font-size: .73rem; }

.gp-definitions { background: #f8f3ed; }
.gp-definition-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; }
.gp-definition-grid article { position: relative; min-height: 150px; padding: 15px; border: 1px solid #cfddd7; border-top: 4px solid var(--gp-definition-accent, var(--gp-green)); border-radius: 7px; background: #fff; box-shadow: 0 7px 16px rgba(24, 51, 47, .045); }
.gp-definition-grid article:nth-child(1) { --gp-definition-accent: var(--gp-green); background: #f4fbf7; }
.gp-definition-grid article:nth-child(2) { --gp-definition-accent: var(--gp-amber); background: #fffaf0; }
.gp-definition-grid article:nth-child(3) { --gp-definition-accent: var(--gp-blue); background: #f3f9fb; }
.gp-definition-grid article:nth-child(4) { --gp-definition-accent: var(--gp-violet); background: #f8f5fb; }
.gp-definition-grid article:nth-child(5) { --gp-definition-accent: var(--gp-coral); background: #fff5f3; }
.gp-definition-grid article:nth-child(6) { --gp-definition-accent: var(--gp-neutral); background: #f6f7f7; }
.gp-definition-grid article:nth-child(7) { --gp-definition-accent: var(--gp-red); background: #fbf2f3; }
.gp-definition-icon { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 12px; border: 1px solid currentColor; border-radius: 7px; color: #fff; box-shadow: 0 5px 12px rgba(24, 51, 47, .09); }
.gp-definition-icon .va-hub-icon { width: 22px; height: 22px; }
.gp-definition-f .gp-definition-icon { background: var(--gp-green); }
.gp-definition-a .gp-definition-icon { background: var(--gp-amber); }
.gp-definition-e .gp-definition-icon { background: var(--gp-blue); }
.gp-definition-t .gp-definition-icon { background: var(--gp-violet); }
.gp-definition-v .gp-definition-icon { background: var(--gp-coral); }
.gp-definition-c .gp-definition-icon { background: var(--gp-neutral); }
.gp-definition-r .gp-definition-icon { background: var(--gp-red); }
.gp-definition-grid h3 { margin: 0; color: var(--gp-ink); font-size: .83rem; letter-spacing: 0; }
.gp-definition-grid p { margin: 7px 0 0; color: var(--gp-muted); font-size: .7rem; }

.gp-faq { background: #f4f2f8; }
.gp-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 65px; }
.gp-faq-list { border-top: 1px solid #cddcd6; }
.gp-faq-list details { border-bottom: 1px solid #cddcd6; }
.gp-faq-list summary { display: flex; min-height: 60px; align-items: center; justify-content: space-between; gap: 16px; color: var(--gp-ink); font-size: .8rem; font-weight: 800; cursor: pointer; list-style: none; }
.gp-faq-list summary::-webkit-details-marker { display: none; }
.gp-faq-list summary svg { width: 18px; height: 18px; flex: 0 0 auto; transition: transform .16s ease; }
.gp-faq-list details[open] summary svg { transform: rotate(180deg); }
.gp-faq-list details p { margin: -2px 0 16px; color: var(--gp-muted); font-size: .74rem; }

.gp-provenance { padding-top: 28px; padding-bottom: 28px; border-top: 1px solid #cbdad5; background: #e8f2f0; }
.gp-provenance-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gp-provenance-inner > div:first-child { max-width: 790px; }
.gp-provenance strong { color: var(--gp-ink); font-size: .76rem; }
.gp-provenance p { margin: 3px 0 0; color: var(--gp-muted); font-size: .67rem; }
.gp-provenance-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 13px; }
.gp-provenance-links a { color: var(--gp-green); font-size: .67rem; font-weight: 800; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .gp-document-options { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .gp-summary { grid-template-columns: repeat(4, 1fr); }
  .gp-summary > div:nth-child(4) { border-right: 0; }
  .gp-summary > div:nth-child(n+5) { border-top: 1px solid var(--gp-line); }
  .gp-definition-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .gp-shell { width: min(100% - 24px, 1180px); }
  .gp-workspace { padding-top: 68px; padding-bottom: 26px; background-image: url("../images/passport-hubs-world-hero-768.webp"); background-position: center top; }
  .gp-workspace::before { background: rgba(255, 255, 255, .48); }
  .gp-intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }
  .gp-intro h1 { font-size: 2.2rem; }
  .gp-intro-copy > p:last-child { margin-top: 10px; font-size: .9rem; line-height: 1.55; }
  .gp-flight-path { width: min(320px, 100%); margin-top: 14px; }
  .gp-review-stamp { display: grid; grid-template-columns: auto 1fr; gap: 0 9px; padding: 8px 10px; border: 1px solid #c9dcd4; border-left: 3px solid #c8a24a; border-radius: 5px; background: rgba(255,255,255,.88); }
  .gp-review-stamp a { grid-column: 1 / -1; }
  .gp-checker { padding: 0 13px 13px; }
  .gp-checker::before { margin-inline: -13px; }
  .gp-checker-head { min-height: 62px; margin: 0 -13px 13px; padding: 9px 13px; }
  .gp-checker-title > span { width: 37px; height: 37px; }
  .gp-checker-title > span .va-hub-icon { width: 20px; height: 20px; }
  .gp-checker-title strong { font-size: .77rem; }
  .gp-checker-facts span { min-height: 29px; padding-inline: 7px; }
  .gp-route-form { grid-template-columns: 1fr 36px 1fr; gap: 7px; }
  .gp-select-wrap > svg { left: 10px; width: 17px; height: 17px; }
  .gp-select-wrap::after { right: 10px; }
  .gp-select-wrap select { min-height: 48px; padding: 8px 30px 8px 32px; font-size: .73rem; }
  .gp-swap { width: 36px; height: 36px; }
  .gp-document-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gp-destination-review-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
  .gp-final-check { grid-template-columns: 20px minmax(0,1fr); }
  .gp-final-check a { grid-column: 2; white-space: normal; }
  .gp-quick-nav { width: 100%; margin-top: 13px; }
  .gp-quick-nav a { min-height: 49px; gap: 6px; padding: 6px 5px; }
  .gp-quick-nav a > span { width: 27px; height: 27px; }
  .gp-quick-nav strong { font-size: .61rem; }
  .gp-overview,
  .gp-directory,
  .gp-evidence,
  .gp-definitions,
  .gp-faq { padding: 42px 0; }
  .gp-section-head { display: block; }
  .gp-heading-lockup { align-items: flex-start; gap: 10px; }
  .gp-heading-icon { width: 42px; height: 42px; }
  .gp-heading-icon .va-hub-icon { width: 21px; height: 21px; }
  .gp-section-head h2,
  .gp-evidence-copy h2,
  .gp-faq header h2 { font-size: 1.65rem; }
  .gp-section-head > span { display: block; margin-top: 8px; text-align: left; }
  .gp-summary { display: flex; gap: 8px; padding: 8px; border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gp-summary::-webkit-scrollbar { display: none; }
  .gp-summary > div { min-width: 132px; min-height: 88px; flex: 0 0 132px; border: 1px solid var(--gp-line) !important; border-radius: 7px; scroll-snap-align: start; }
  .gp-map-frame { aspect-ratio: 1.38 / 1; }
  .gp-map-legend { right: 6px; bottom: 6px; left: 6px; max-width: none; flex-wrap: nowrap; justify-content: flex-start; gap: 5px 10px; overflow-x: auto; font-size: .55rem; transform: none; scrollbar-width: none; }
  .gp-directory-tools { grid-template-columns: 1fr 140px; }
  .gp-directory-tools { position: relative; top: auto; }
  .gp-destination-row { grid-template-columns: minmax(150px, 1fr) 105px 28px; }
  .gp-row-stay { display: none; }
  .gp-evidence-layout,
  .gp-faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .gp-definition-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gp-provenance-inner { display: block; }
  .gp-provenance-links { justify-content: flex-start; margin-top: 10px; }
}

@media (max-width: 520px) {
  .gp-intro h1 { font-size: 1.88rem; line-height: 1.08; }
  .gp-kicker { font-size: .67rem; }
  .gp-flight-path { grid-template-columns: 36px minmax(100px, 1fr) 36px; }
  .gp-flight-node { width: 36px; height: 36px; }
  .gp-flight-node .va-hub-icon { width: 19px; height: 19px; }
  .gp-review-stamp strong { font-size: .86rem; }
  .gp-review-stamp a { font-size: .65rem; }
  .gp-checker-head { display: grid; grid-template-columns: 1fr; gap: 8px; }
  .gp-checker-facts { display: grid; grid-template-columns: 1fr 1fr; }
  .gp-checker-facts span { justify-content: center; }
  .gp-quick-nav a { min-height: 62px; flex-direction: column; gap: 3px; }
  .gp-route-form { grid-template-columns: 1fr; }
  .gp-swap { margin: 0 auto; transform: rotate(90deg); }
  .gp-document-disclosure > summary { grid-template-columns: minmax(0,1fr) 18px; }
  .gp-document-disclosure summary em { display: none; }
  .gp-document-options { grid-template-columns: 1fr; }
  .gp-result-empty { justify-content: flex-start; gap: 11px; padding: 16px 11px; }
  .gp-result-empty-visual { width: 106px; grid-template-columns: 34px minmax(28px,1fr) 34px; }
  .gp-result-empty-visual i { width: 34px; height: 34px; }
  .gp-result-empty-visual i:nth-child(2) { width: 30px; height: 30px; }
  .gp-result-empty h2 { font-size: .86rem; }
  .gp-result-empty p { font-size: .69rem; line-height: 1.45; }
  .gp-result-route { grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr); }
  .gp-route-country { align-items: flex-start; gap: 6px; }
  .gp-route-country > span { font-size: 1.25rem; }
  .gp-route-country strong { font-size: .72rem; white-space: normal; }
  .gp-baseline { display: block; }
  .gp-baseline > div { justify-content: space-between; }
  .gp-baseline > p { margin-top: 7px; text-align: left; }
  .gp-rule-head { display: block; }
  .gp-rule-effect { display: inline-block; margin-top: 5px; }
  .gp-map-frame { aspect-ratio: 1.28 / 1; }
  .gp-map-frame .ew-map-svg { transform: scale(1.03); }
  .gp-map-prompt { top: 7px; max-width: calc(100% - 20px); width: max-content; }
  .gp-map-legend { width: calc(100% - 12px); max-width: none; }
  .gp-directory-tools { grid-template-columns: 1fr; }
  .gp-status-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .gp-status-filters button { flex: 0 0 auto; }
  .gp-destination-row { grid-template-columns: minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 7px 9px; min-height: 84px; padding: 10px; }
  .gp-destination-name { grid-column: 1; grid-row: 1; }
  .gp-row-status { grid-column: 2; grid-row: 1; }
  .gp-row-stay { display: block; grid-column: 1; grid-row: 2; overflow: hidden; font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
  .gp-destination-row > button { grid-column: 2; grid-row: 2; }
  .gp-destination-name > span { font-size: 1.1rem; }
  .gp-destination-name strong { font-size: .7rem; }
  .gp-status { font-size: .62rem; }
  .gp-definition-grid { display: flex; gap: 9px; margin-inline: -12px; padding: 2px 12px 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .gp-definition-grid::-webkit-scrollbar { display: none; }
  .gp-definition-grid article { min-width: min(82vw, 310px); min-height: 172px; flex: 0 0 min(82vw, 310px); scroll-snap-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .gp-page *,
  .gp-page *::before,
  .gp-page *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .gp-workspace { background-image: none; }
}
