/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", Arial, Helvetica, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-cyan-200: oklch(91.7% 0.08 205.041);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --radius-2xl: 1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-heading: "Fraunces", Georgia, "Times New Roman", serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .bg-amber-400\/90 {
    background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-400) 90%, transparent);
    }
  }
  .bg-emerald-400\/90 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-400) 90%, transparent);
    }
  }
  .bg-red-400\/90 {
    background-color: color-mix(in srgb, oklch(70.4% 0.191 22.216) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-400) 90%, transparent);
    }
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-slate-50 {
    --tw-gradient-to: var(--color-slate-50);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-emerald-700 {
    color: var(--color-emerald-700);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .selection\:bg-cyan-200 {
    & *::selection {
      background-color: var(--color-cyan-200);
    }
    &::selection {
      background-color: var(--color-cyan-200);
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
}
@layer base {
  :root {
    --ink: #18394e;
    --body: #43596a;
    --muted: #5b7180;
    --blue: #205cb7;
    --line: #dbe6eb;
    --coral: #d93951;
    --pale: #f4f9fb;
    scroll-behavior: smooth;
    scroll-padding-top: 108px;
  }
  body {
    font-family: var(--font-sans);
    color: var(--ink);
    background: #fff;
    line-height: 1.65;
    margin: 0;
  }
  h1,h2,h3,h4,p,figure {
    margin: 0;
  }
  h1,h2,h3,h4 {
    line-height: 1.12;
  }
  p {
    color: var(--body);
  }
  h1,h2 {
    font-family: var(--font-heading);
    font-weight: 400;
    letter-spacing: -1.7px;
  }
  h1 {
    font-size: clamp(42px,5.5vw,74px);
  }
  h2 {
    font-size: clamp(33px,3.4vw,48px);
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.45px;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  button,summary,a {
    -webkit-tap-highlight-color: transparent;
  }
  a,summary {
    touch-action: manipulation;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  em {
    font-weight: 400;
  }
  :focus-visible {
    outline: 3px solid #245bbe;
    outline-offset: 5px;
    border-radius: 4px;
  }
  :target {
    scroll-margin-top: 108px;
  }
  main:focus {
    outline: none;
  }
  ::selection {
    background: #b3edf0;
    color: #18394e;
  }
  summary {
    cursor: pointer;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary {
    list-style: none;
  }
  .emoji {
    font-family: "Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;
  }
}
.shell {
  width: 100%;
  max-width: 1280px;
  padding: 0 32px;
  margin: 0 auto;
}
.section {
  padding: 86px 0;
}
.eyebrow {
  font-size: 11px;
  font-family: var(--font-sans);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1.9px;
  color: #416270;
  text-transform: uppercase;
}
.eyebrow .emoji {
  font-size: 19px;
  margin-right: 7px;
}
.tint-section {
  background: #f3f8fa;
}
.blue {
  background: #e8f1ff;
}
.gold {
  background: #fff0c4;
}
.mint {
  background: #dff8ed;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 15px 23px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.4;
  min-height: 49px;
  transition: background .2s,box-shadow .2s,transform .2s;
  text-align: center;
}
.button-primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 8px 19px #d939511f;
  border: 1px solid var(--coral);
}
.button-primary:hover {
  background: #bd293f;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #d9395133;
}
.button-secondary {
  background: #fff;
  border: 1px solid #c8d8e2;
  color: var(--ink);
}
.button-secondary:hover {
  background: #f1f9fc;
  transform: translateY(-2px);
}
.text-link {
  color: #205aa6;
  font-weight: 700;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-color: #b2c6d9;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration-color: currentColor;
}
.section-link {
  display: inline-flex;
  gap: 14px;
  color: #245ca0;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid #bccedb;
  padding: 6px 0;
}
.section-link:hover {
  border-color: currentColor;
}
.chip-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #ccdce4;
  background: #fff;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #244d67;
  min-height: 39px;
}
.chip-link:hover {
  background: #e8f5f8;
  border-color: #8eafb9;
}
.chip-link .emoji {
  font-size: 18px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 3000;
  background: #173b5c;
  color: white;
  padding: 12px 18px;
  border-radius: 12px;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #dce6ec;
  box-shadow: 0 8px 32px -30px #17395466;
}
.site-header>.shell {
  min-height: 82px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.7px;
  line-height: 1.2;
}
.brand img {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12px;
  font-weight: 700;
  color: #445e70;
}
.desktop-nav a {
  position: relative;
  padding: 15px 0;
  white-space: nowrap;
}
.desktop-nav a:hover,.desktop-nav a[aria-current] {
  color: var(--blue);
}
.desktop-nav a[aria-current]:after {
  content: "";
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: var(--blue);
  bottom: 7px;
  left: 0;
  right: 0;
}
.desktop-cta .button {
  padding: 12px 20px;
  min-height: 44px;
  font-size: 12px;
}
.mobile-menu {
  display: none;
}
.mobile-menu summary {
  border: 1px solid #d2e1e8;
  border-radius: 30px;
  font-weight: 700;
  font-size: 12px;
  padding: 9px 13px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.mobile-menu[open] summary {
  background: #e4f3f7;
}
.mobile-menu nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fffffff7;
  border-bottom: 1px solid #cfdee6;
  box-shadow: 0 18px 24px #18394e12;
  padding: 18px 25px 24px;
  display: grid;
  gap: 5px;
  max-height: calc(100dvh - 80px);
  overflow: auto;
}
.mobile-menu nav a {
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}
.mobile-menu nav a:hover {
  background: #edf6f8;
}
.mobile-menu nav .button {
  border-radius: 999px;
  margin-top: 8px;
}
.mobile-menu nav .button:hover {
  background: #bd293f;
}
.hero {
  position: relative;
  background: radial-gradient(ellipse at 83% 46%,#c3eef6aa,transparent 55%),linear-gradient(112deg,#f8fbff 10%,#ecf8fc 62%,#e9f7fc);
  padding: 81px 0 103px;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(#2c708306 1px,transparent 1px),linear-gradient(90deg,#2c708306 1px,transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 58px;
  align-items: center;
}
.hero-copy {
  padding: 9px 0;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #c7dce7;
  border-radius: 999px;
  background: #ffffffbc;
  padding: 7px 12px;
  color: #40637a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  line-height: 1.5;
}
.live-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #247e8c;
  box-shadow: 0 0 0 3px #e0f5f6;
}
.hero h1 {
  font-size: clamp(62px,6.8vw,92px);
  line-height: .99;
  letter-spacing: -4.2px;
  margin: 29px 0 26px;
  font-weight: 400;
}
.hero h1>span {
  color: #205db3;
  background: linear-gradient(90deg,#2154b7,#218193);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-copy>p {
  font-size: 16px;
  max-width: 435px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 29px 0 25px;
}
.hero-proof {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #4e6778;
}
.hero-proof>span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-proof .emoji {
  font-size: 17px;
}
.hero-visual {
  position: relative;
  min-width: 0;
  padding: 16px 0 78px;
}
.floating-label {
  position: absolute;
  top: -17px;
  right: 17px;
  font-size: 12px;
  background: #fffdf2;
  border: 1px solid #e5dbae;
  box-shadow: 0 6px 15px #24425b0a;
  padding: 9px 15px;
  border-radius: 999px;
  transform: rotate(4deg);
  z-index: 3;
  color: #746226;
  font-weight: 600;
}
.floating-label .emoji {
  margin-right: 7px;
}
.browser-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #b9d4e2;
  background: #fff;
  box-shadow: 0 28px 70px -32px #23578566,0 2px 0 #ffffff;
  transform: rotate(-1deg);
}
.browser-card>div:first-of-type {
  padding: 16px 19px 14px !important;
}
.browser-content {
  padding: 24px 23px 0;
  position: relative;
  background: radial-gradient(circle at 1px 1px,#18394e0e 1px,transparent 1px) 0 0/17px 17px,linear-gradient(145deg,#ffffff,#f7fcfe);
}
.browser-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.browser-intro .eyebrow {
  font-size: 9px;
  letter-spacing: 1.4px;
}
.small-stamp {
  color: #52622e;
  background: #f4f8df;
  border: 1px solid #d8dfb6;
  font-size: 8px;
  font-weight: 800;
  padding: 4px 7px;
  border-radius: 5px;
  letter-spacing: 1px;
  transform: rotate(7deg);
}
.browser-world {
  position: relative;
  height: 279px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orbital-ring {
  width: 248px;
  height: 248px;
  border: 1px dashed #83b0bc88;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 123px);
  top: 16px;
}
.world-illustration {
  width: 294px;
  height: 254px;
  opacity: .85;
  transform: rotate(5deg);
}
.passport-mini {
  position: absolute;
  width: 111px;
  height: 147px;
  bottom: 17px;
  left: 28px;
  border-radius: 10px;
  background: linear-gradient(120deg,#214977,#153654);
  color: #e4d284;
  box-shadow: 8px 10px 20px #1742633d;
  transform: rotate(-14deg);
  text-align: center;
  padding: 16px 8px;
  border-left: 6px solid #18496f;
}
.passport-mini>span {
  font-size: 9px;
  letter-spacing: 2.7px;
  font-weight: 700;
}
.passport-mini>div {
  font-size: 59px;
  line-height: 1.25;
  margin: 4px 0;
}
.passport-mini small {
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
.map-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #ccdde7;
  border-radius: 11px;
  box-shadow: 0 6px 13px #18394e12;
  font-size: 11px;
  font-weight: 700;
  transition: transform .2s;
}
.map-chip:hover {
  transform: translateY(-3px);
}
.map-chip .emoji {
  font-size: 21px;
}
.map-chip>span:last-child {
  color: #728c9a;
  font-size: 11px;
}
.chip-jp {
  top: 29px;
  right: 2px;
}
.chip-fr {
  top: 42px;
  left: 1px;
}
.chip-ca {
  bottom: 35px;
  right: 1px;
}
.boarding-strip {
  margin: 0 -23px;
  padding: 17px 24px;
  border-top: 1px dashed #c4d8e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f6fafc;
  position: relative;
}
.boarding-strip:before,.boarding-strip:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #e5f4fa;
  border-radius: 50%;
  top: -7px;
  border: 1px solid #c4d8e3;
}
.boarding-strip:before {
  left: -7px;
}
.boarding-strip:after {
  right: -7px;
}
.boarding-strip small {
  display: block;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #4c6b7e;
}
.boarding-strip strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 400;
}
.flight-rule {
  color: #5a859f;
  font-size: 18px;
}
.floating-bottom {
  position: absolute;
  bottom: 3px;
  right: 31px;
  left: 51px;
  z-index: 2;
  border: 1px solid #c8dfe7;
  border-radius: 15px;
  box-shadow: 0 10px 20px #26537a13;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: #ffffffed;
  transform: rotate(2deg);
  font-size: 10px;
  color: #4f6b7c;
}
.floating-bottom strong {
  font-size: 12px;
  color: var(--ink);
  font-weight: 700;
}
.round-emoji {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf5ed;
  font-size: 22px;
  width: 40px;
  height: 40px;
}
.tiny-star {
  font-size: 26px;
  color: #d3b959;
  margin-left: auto;
}
.flag-ribbon {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #d7e8ec;
  border-bottom: 1px solid #d7e8ec;
  background: #f9fdfc;
  padding: 13px 0 17px;
}
.ribbon-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.7px;
  color: #506e7b;
}
.flag-control summary {
  font-size: 9px;
  letter-spacing: .25px;
  color: #486977;
  padding: 3px 7px;
  border-radius: 6px;
  min-height: 26px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
}
.flag-control summary:hover {
  border-color: #c5dce1;
  background: #ecf7f8;
}
.flag-control .when-closed {
  display: inline;
}
.flag-control .when-open {
  display: none;
}
.flag-control[open] .when-open {
  display: inline;
}
.flag-control[open] .when-closed {
  display: none;
}
.flag-track {
  display: flex;
  width: max-content;
  animation: flag-scroll 58s linear infinite;
  will-change: transform;
}
.flag-group {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.flag-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 20px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #496679;
}
.flag-item>.emoji {
  font-size: 22px;
}
.flag-item:hover {
  color: #245bb3;
}
.ribbon-star {
  color: #a9c9ca;
  margin-left: 23px;
  font-size: 16px;
}
.flag-ribbon:hover .flag-track,.flag-ribbon:focus-within .flag-track,.flag-ribbon:has(.flag-control:not([open])) .flag-track {
  animation-play-state: paused;
}
@keyframes flag-scroll {
  to {
    transform: translateX(-50%);
  }
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 32px;
}
.section-heading .eyebrow {
  margin-bottom: 12px;
}
.section-heading h2 {
  font-size: clamp(32px,3.4vw,43px);
  letter-spacing: -1.4px;
}
.section-heading p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 13px;
  max-width: 685px;
}
.section-paths {
  padding-bottom: 78px;
}
.path-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}
.path-card {
  display: flex;
  gap: 17px;
  align-items: flex-start;
  padding: 27px 25px;
  border-radius: 21px;
  border: 1px solid #d8e5ed;
  background: #fff;
  transition: transform .2s,box-shadow .2s;
}
.path-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 25px #2445650c;
}
.path-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 13px;
  font-size: 24px;
}
.path-card .eyebrow {
  font-size: 8px;
  letter-spacing: 1.1px;
  margin: 3px 0 11px;
}
.path-card h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
.path-card p {
  font-size: 12px;
  line-height: 1.9;
  margin: 11px 0 16px;
}
.path-card .text-link {
  font-size: 11px;
}
.destinations-section {
  background: #f4f9fb;
  border-block: 1px solid #e2ecef;
}
.destination-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 25px;
}
.destination-card {
  background: #fff;
  border: 1px solid #d5e3e9;
  border-radius: 19px;
  overflow: hidden;
  box-shadow: 0 4px 8px #15385202;
  transition: transform .25s,box-shadow .25s;
}
.destination-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px #21476310;
}
.destination-art {
  position: relative;
  display: block;
  overflow: hidden;
}
.destination-art>img {
  width: 100%;
  aspect-ratio: 900/560;
  object-fit: cover;
  transition: transform .4s;
}
.destination-card:hover .destination-art>img {
  transform: scale(1.025);
}
.country-flag {
  position: absolute;
  bottom: 15px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 41px;
  border-radius: 9px;
  background: #ffffffb5;
  border: 1px solid #ffffffcd;
  box-shadow: 0 3px 10px #28435310;
  font-size: 29px;
}
.destination-body {
  padding: 21px 23px 23px;
}
.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.6;
  color: #5b7788;
  letter-spacing: .3px;
}
.destination-body h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 29px;
  letter-spacing: -.6px;
  margin: 11px 0 9px;
}
.destination-body h3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.destination-body h3 span {
  font-family: var(--font-sans);
  font-size: 20px;
  font-weight: 400;
  color: #6d90a1;
}
.destination-body p {
  font-size: 12px;
}
.region-section {
  margin-bottom: 57px;
  scroll-margin-top: 105px;
}
.region-section .section-heading {
  margin-bottom: 25px;
}
.filter-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 42px;
}
.region-section .destination-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.journey-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding: 62px 66px;
  background: linear-gradient(115deg,#fbf7e9,#fcf9ef);
  border: 1px solid #e6e0c5;
  border-radius: 27px;
  position: relative;
  overflow: hidden;
}
.journey-panel:after {
  content: "";
  position: absolute;
  right: -70px;
  top: -110px;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  border: 1px dashed #d4caa1;
  pointer-events: none;
}
.journey-panel .eyebrow {
  color: #756836;
  font-size: 9px;
}
.journey-panel h2 {
  font-size: 43px;
  line-height: 1.15;
  margin: 19px 0;
  letter-spacing: -1.5px;
}
.journey-panel h2 em {
  color: #9a7337;
}
.journey-panel-copy>p:not(.eyebrow) {
  font-size: 13px;
  margin-bottom: 23px;
  line-height: 1.85;
}
.stamp-block {
  display: inline-block;
  transform: rotate(-5deg);
  border: 3px double #a19d74;
  border-radius: 8px;
  color: #655e35;
  padding: 11px 15px;
  font-size: 8px;
  line-height: 1.8;
  font-weight: 800;
  letter-spacing: 1.6px;
  margin-top: 31px;
}
.steps {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steps>li {
  display: flex;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px dashed #d7d0af;
}
.steps>li:last-child {
  border-bottom: 0;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  flex-shrink: 0;
  font-family: var(--font-heading);
  font-size: 19px;
  border: 1px solid #d2d8c0;
  background: #fffdf4;
  color: #777a45;
  border-radius: 50%;
  line-height: 1;
}
.steps h3 {
  font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 400;
  margin: 4px 0 12px;
}
.steps p {
  font-size: 12px;
  line-height: 1.9;
}
.journal-section {
  padding-top: 0;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 27px;
}
.article-card {
  border: 1px solid #d5e3e9;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 12px #16314c04;
  transition: transform .2s,box-shadow .2s;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 25px #18394e10;
}
.art-link {
  display: block;
  overflow: hidden;
  padding: 10px 10px 0;
}
.art-link img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 12px;
}
.article-card-body {
  padding: 21px 22px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.article-card h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.5px;
  margin: 14px 0 12px;
}
.article-card h3 a:hover {
  color: var(--blue);
}
.article-card-body>p {
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 21px;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  border-top: 1px solid #e3ebf0;
  padding-top: 15px;
  margin-top: auto;
  font-size: 9px;
  color: #5b7584;
}
.card-bottom a {
  font-size: 10px;
  color: #24578e;
  font-weight: 700;
}
.card-meta a:hover {
  text-decoration: underline;
}
.tag-directory {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.archive-next {
  margin: 40px 0 0;
}
.faq-section {
  background: #f4fafb;
  border-block: 1px solid #dfe9ef;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
}
.faq-grid h2 {
  font-size: 43px;
  line-height: 1.13;
  margin: 19px 0;
}
.faq-grid>div>p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 23px;
}
.faq-list details {
  border-bottom: 1px solid #cfdee6;
}
.faq-list details:first-child {
  border-top: 1px solid #cfdee6;
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 78px;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.faq-list summary:hover {
  color: var(--blue);
}
.plus {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: #6c8c9f;
  transition: transform .2s;
}
.faq-list details[open] .plus {
  transform: rotate(45deg);
}
.faq-answer {
  padding: 0 35px 24px 0;
  font-size: 13px;
  line-height: 1.9;
}
.faq-answer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--blue);
}
.final-cta {
  padding: 68px 0;
  background: #fff;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
  padding: 55px 65px;
  border-radius: 26px;
  border: 1px solid #cde4e7;
  background: radial-gradient(circle at 70% 10%,#d5f7ed77,transparent 60%),linear-gradient(110deg,#e9f5fa,#ebf9f3);
  position: relative;
  overflow: hidden;
}
.cta-inner .eyebrow {
  font-size: 9px;
}
.cta-inner h2 {
  font-size: 53px;
  letter-spacing: -2px;
  line-height: 1.05;
  margin: 18px 0;
}
.cta-inner h2 em {
  color: #237385;
}
.cta-inner p:not(.eyebrow) {
  font-size: 13px;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  flex-shrink: 0;
  min-width: 230px;
}
.cta-flags {
  font-size: 45px;
  letter-spacing: 4px;
  margin-bottom: 6px;
}
.cta-actions .text-link {
  font-size: 11px;
}
.site-footer {
  padding: 60px 0 21px;
  border-top: 1px solid #dce8ed;
  background: #f9fbfc;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr .8fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 45px;
}
.footer-brand .brand {
  font-size: 20px;
}
.footer-brand .brand img {
  width: 32px;
  height: 32px;
}
.footer-brand>p {
  font-family: var(--font-heading);
  font-size: 23px;
  line-height: 1.35;
  margin: 24px 0 19px;
  letter-spacing: -.4px;
}
.email-link {
  color: #245f98;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.footer-flags {
  font-size: 19px;
  margin-top: 18px;
  letter-spacing: 4px;
}
.footer-group h2 {
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.1px;
  margin: 8px 0 19px;
  line-height: 1.4;
}
.footer-group>a {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  color: #4b6679;
  margin: 10px 0;
}
.footer-group>a:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-bottom {
  border-top: 1px solid #dce6ec;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 17px;
  font-size: 9px;
  color: #5a7485;
}
.footer-bottom p {
  font-size: 9px;
}
.footer-bottom nav {
  display: flex;
  gap: 18px;
  font-size: 10px;
}
.footer-bottom nav a:hover {
  text-decoration: underline;
}
.footer-bottom>.emoji {
  font-size: 16px;
}
.breadcrumbs {
  margin: 0 0 32px;
  font-size: 11px;
  line-height: 1.6;
  color: #526d80;
}
.breadcrumbs ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  min-width: 0;
  overflow-wrap: anywhere;
}
.breadcrumbs li:not(:first-child):before {
  content: "/";
  padding: 0 12px;
  color: #93a8b6;
}
.breadcrumbs a:hover {
  color: var(--blue);
  text-decoration: underline;
}
.breadcrumbs span[aria-current] {
  color: #4f6b7c;
}
.page-hero {
  padding: 38px 0 58px;
  background: radial-gradient(ellipse at 90% 30%,#d9f2f6aa,transparent 50%),#f3f9fc;
  border-bottom: 1px solid #dce9f0;
}
.page-hero .eyebrow {
  margin-bottom: 18px;
}
.page-hero h1 {
  max-width: 960px;
  margin: 0 0 24px;
  line-height: 1.06;
  letter-spacing: -2.4px;
}
.page-lead {
  max-width: 825px;
  font-size: 17px;
  line-height: 1.85;
}
.page-hero .page-lead {
  max-width: 850px;
}
.editor-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 21px 23px;
  background: #f7f7eb;
  border: 1px solid #e1e0c5;
  border-radius: 14px;
  font-size: 12px;
  line-height: 1.85;
  margin-top: 31px;
}
.editor-note>span {
  font-size: 22px;
  line-height: 1.6;
}
.editor-note p {
  color: #67634b;
}
.editor-note a {
  text-decoration: underline;
}
.destination-detail {
  display: grid;
  grid-template-columns: 1.23fr 1fr;
  gap: 70px;
  align-items: start;
}
.destination-sheet {
  border: 1px solid #d3e3ea;
  border-radius: 22px;
  overflow: hidden;
  background: #f9fcfd;
}
.destination-sheet>div {
  padding: 27px;
}
.destination-sheet h2 {
  font-size: 34px;
  margin: 14px 0 22px;
}
.destination-sheet img {
  width: 100%;
  height: auto;
  display: block;
}
.destination-sheet dl>div {
  padding: 13px 0;
  border-bottom: 1px solid #dce6ea;
}
.destination-sheet dl {
  margin-bottom: 26px;
}
.destination-sheet dt {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .4px;
  color: #537183;
  margin-bottom: 4px;
}
.destination-sheet dd {
  font-size: 14px;
  color: #2d536b;
  margin: 0;
  line-height: 1.8;
}
.destination-sheet .button {
  width: 100%;
}
.hub-steps {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 37px;
  margin-bottom: 70px;
}
.hub-steps>section {
  padding-right: 20px;
}
.hub-steps .step-number {
  background: #eaf7f8;
  border-color: #bdd9e1;
  color: #287183;
}
.hub-steps h2 {
  font-size: 30px;
  letter-spacing: -.8px;
  line-height: 1.15;
  margin: 20px 0 14px;
}
.hub-steps p {
  font-size: 14px;
  line-height: 1.9;
}
.source-panel {
  padding: 30px 35px;
  background: #f5fafb;
  border: 1px solid #d7e6eb;
  border-radius: 19px;
  margin-top: 43px;
}
.source-panel h2 {
  font-size: 26px;
  letter-spacing: -.4px;
  margin: 9px 0;
}
.source-panel h2 a {
  font-size: 16px;
  font-family: var(--font-sans);
  line-height: 1.6;
}
.source-panel p:not(.eyebrow) {
  font-size: 13px;
  max-width: 850px;
}
.checklist-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  padding: 35px 39px;
  border: 1px solid #e4ddbb;
  border-radius: 20px;
  background: #fcf9ec;
  margin-bottom: 65px;
}
.checklist-panel h2 {
  font-size: 35px;
  margin: 12px 0 15px;
}
.checklist-panel p:not(.eyebrow) {
  font-size: 13px;
}
.checklist-panel ol {
  padding-left: 20px;
  list-style: decimal;
}
.checklist-panel li {
  font-size: 13px;
  line-height: 1.9;
  padding: 8px 0 8px 5px;
  color: #43596a;
  border-bottom: 1px dashed #ded7b8;
}
.prose {
  font-size: 16px;
  line-height: 1.95;
  color: #334f63;
  min-width: 0;
}
.prose p {
  color: #334f63;
  margin: 0 0 23px;
}
.prose>p:first-child {
  font-size: 17px;
  color: #274a65;
}
.prose h2 {
  font-size: 34px;
  line-height: 1.18;
  color: #18394e;
  margin: 43px 0 20px;
  letter-spacing: -.8px;
}
.prose h2:first-child {
  margin-top: 0;
}
.prose h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: #20445d;
  margin: 31px 0 16px;
  letter-spacing: -.4px;
}
.prose a {
  color: #1c5aa3;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #a6bdd4;
}
.prose a:hover {
  text-decoration-color: currentColor;
}
.prose ul {
  list-style: disc;
  margin: 15px 0 25px;
  padding-left: 25px;
}
.prose ol {
  list-style: decimal;
  margin: 15px 0 25px;
  padding-left: 25px;
}
.prose li {
  margin: 9px 0;
}
.prose-narrow {
  max-width: 830px;
}
.prose-narrow .policy-date {
  font-size: 12px;
  color: #4f6b7c;
  margin-bottom: 35px;
}
.article-header {
  padding: 34px 0 44px;
  background: linear-gradient(100deg,#f2f8fc,#f6fbfc);
  border-bottom: 1px solid #dce8ef;
}
.article-header .breadcrumbs {
  margin-bottom: 33px;
}
.article-category {
  margin-bottom: 19px;
}
.article-category .chip-link {
  background: #fff;
}
.article-header h1 {
  font-size: clamp(40px,4.7vw,63px);
  max-width: 1000px;
  line-height: 1.08;
  letter-spacing: -1.8px;
  margin: 18px 0 24px;
}
.article-header .page-lead {
  font-size: 16px;
  max-width: 865px;
}
.article-byline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  font-size: 12px;
  color: #5d7689;
  margin-top: 23px;
}
.article-byline>a {
  font-weight: 700;
  color: #2c536c;
}
.review-date {
  font-size: 10px;
  color: #4f6b7c;
  margin-top: 8px;
}
.article-reading {
  padding: 49px 0 65px;
}
.reading-grid {
  display: grid;
  grid-template-columns: 260px minmax(0,760px);
  gap: 73px;
  justify-content: space-between;
  align-items: start;
}
.reading-sidebar {
  position: sticky;
  top: 110px;
  max-height: calc(100vh - 140px);
  overflow: auto;
  padding: 4px 10px 5px 0;
  scrollbar-width: thin;
}
.article-toc .eyebrow {
  font-size: 10px;
  margin-bottom: 16px;
}
.article-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-toc li {
  font-size: 12px;
  line-height: 1.7;
  border-bottom: 1px solid #e3ebf0;
}
.article-toc li a {
  padding: 12px 0;
  display: block;
  color: #4d697d;
}
.article-toc a:hover {
  color: var(--blue);
}
.sidebar-note {
  margin-top: 32px;
  border: 1px solid #d5e4e8;
  border-radius: 15px;
  background: #f2f9f8;
  padding: 24px;
}
.sidebar-note>.emoji {
  font-size: 28px;
}
.sidebar-note h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.7px;
  margin: 15px 0;
}
.sidebar-note p {
  font-size: 12px;
  margin-bottom: 14px;
}
.sidebar-note a {
  font-size: 11px;
}
.article-feature {
  margin-bottom: 33px;
}
.article-feature img {
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 2px 10px #1b456105;
}
.article-feature figcaption {
  font-size: 11px;
  color: #4f6b7c;
  margin-top: 11px;
}
.article-main {
  min-width: 0;
}
.article-body {
  max-width: 760px;
}
.article-body>p:first-child {
  font-size: 18px;
  line-height: 1.95;
}
.article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
  border-top: 1px solid #d7e4eb;
  padding-top: 25px;
}
.article-tags>span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-right: 8px;
  color: #516f81;
}
.article-end-note {
  padding: 22px 24px;
  margin-top: 28px;
  border: 1px solid #d7e4e8;
  border-radius: 14px;
  background: #f4fafb;
  font-size: 12px;
  line-height: 1.9;
}
.article-end-note a {
  color: #235ba1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mobile-toc {
  display: none;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 74px;
  align-items: start;
}
.contact-card {
  border: 1px solid #cbe1e9;
  border-radius: 25px;
  background: linear-gradient(120deg,#edf8fd,#e9f7ef);
  padding: 45px 37px;
}
.contact-card h2 {
  font-size: 42px;
  line-height: 1.15;
  margin: 24px 0 30px;
}
.contact-email {
  display: block;
  overflow-wrap: anywhere;
  color: #215ea5;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 27px;
}
.contact-email span {
  white-space: nowrap;
}
.contact-card>p:not(.eyebrow) {
  font-size: 13px;
  line-height: 1.9;
}
.contact-grid>.prose h2 {
  font-size: 29px;
}
.contact-grid>.prose p {
  font-size: 14px;
  line-height: 1.95;
}
.site-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px;
}
.site-directory h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.site-directory ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-directory li {
  padding: 9px 0;
  border-bottom: 1px solid #dfebef;
}
.site-directory a {
  font-size: 13px;
  line-height: 1.7;
}
.error-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (min-width:1500px) {
  .hero {
    padding: 90px 0 110px;
  }
}
@media (max-width:1170px) {
  .desktop-nav {
    gap: 17px;
  }
  .desktop-nav a {
    font-size: 11px;
  }
  .site-header .brand {
    font-size: 20px;
  }
  .desktop-cta .button {
    padding: 12px 16px;
  }
  .hero-grid {
    gap: 34px;
  }
  .hero h1 {
    font-size: 79px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 14px 17px;
  }
  .path-grid {
    gap: 17px;
  }
  .path-card {
    padding: 24px 19px;
    gap: 12px;
    display: block;
  }
  .path-icon {
    margin-bottom: 18px;
  }
  .journey-panel {
    gap: 50px;
    padding: 49px;
  }
  .footer-top {
    gap: 30px;
  }
  .footer-brand .brand {
    font-size: 18px;
  }
  .footer-brand .brand img {
    width: 30px;
    height: 30px;
  }
  .reading-grid {
    gap: 40px;
    grid-template-columns: 230px minmax(0,1fr);
  }
}
@media (max-width:1023px) {
  .desktop-nav,.desktop-cta {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .site-header>.shell {
    min-height: 73px;
  }
  .hero {
    padding: 65px 0 83px;
  }
  .hero-grid {
    gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 69px;
    letter-spacing: -3px;
  }
  .hero-label {
    font-size: 7px;
    padding: 7px 9px;
    letter-spacing: .7px;
  }
  .hero-copy>p {
    font-size: 14px;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .hero-proof {
    gap: 11px;
    font-size: 10px;
  }
  .floating-label {
    font-size: 10px;
    right: 4px;
  }
  .browser-card>div:first-of-type {
    padding: 12px !important;
  }
  .browser-content {
    padding: 18px 15px 0;
  }
  .browser-world {
    height: 265px;
  }
  .browser-intro .eyebrow {
    font-size: 7px;
  }
  .small-stamp {
    font-size: 7px;
  }
  .world-illustration {
    width: 240px;
    height: 220px;
  }
  .orbital-ring {
    width: 210px;
    height: 210px;
    top: 25px;
    left: calc(50% - 105px);
  }
  .passport-mini {
    width: 86px;
    height: 118px;
    left: 15px;
    bottom: 15px;
    padding: 11px 6px;
  }
  .passport-mini>span {
    font-size: 7px;
    letter-spacing: 1.5px;
  }
  .passport-mini>div {
    font-size: 47px;
  }
  .passport-mini small {
    font-size: 5px;
    letter-spacing: .4px;
  }
  .map-chip {
    gap: 5px;
    padding: 6px 8px;
    font-size: 9px;
  }
  .map-chip .emoji {
    font-size: 16px;
  }
  .chip-jp {
    right: -4px;
    top: 29px;
  }
  .chip-fr {
    left: -1px;
    top: 29px;
  }
  .chip-ca {
    right: -1px;
    bottom: 35px;
  }
  .boarding-strip {
    margin: 0 -15px;
    padding: 14px 14px;
  }
  .boarding-strip small {
    font-size: 6px;
  }
  .boarding-strip strong {
    font-size: 18px;
  }
  .flight-rule {
    font-size: 12px;
  }
  .floating-bottom {
    left: 20px;
    right: 15px;
    padding: 11px 12px;
    font-size: 9px;
  }
  .floating-bottom strong {
    font-size: 10px;
  }
  .section {
    padding: 65px 0;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .destination-grid,.region-section .destination-grid,.article-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .journey-panel {
    gap: 35px;
    padding: 38px;
  }
  .journey-panel h2 {
    font-size: 37px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps>li {
    gap: 15px;
    padding: 23px 0;
  }
  .faq-grid {
    gap: 45px;
    grid-template-columns: 1fr 1.3fr;
  }
  .faq-grid h2 {
    font-size: 36px;
  }
  .faq-list summary {
    font-size: 13px;
  }
  .cta-inner {
    padding: 42px;
    gap: 35px;
  }
  .cta-inner h2 {
    font-size: 48px;
  }
  .footer-top {
    grid-template-columns: 1.3fr 1fr;
    gap: 40px 70px;
  }
  .footer-bottom {
    font-size: 10px;
  }
  .destination-detail {
    grid-template-columns: 1.15fr 1fr;
    gap: 35px;
  }
  .destination-sheet>div {
    padding: 22px;
  }
  .destination-sheet h2 {
    font-size: 29px;
  }
  .destination-sheet dd {
    font-size: 12px;
  }
  .hub-steps {
    gap: 22px;
  }
  .hub-steps>section {
    padding: 0;
  }
  .hub-steps h2 {
    font-size: 27px;
  }
  .hub-steps p {
    font-size: 13px;
  }
  .checklist-panel {
    padding: 30px;
    gap: 35px;
  }
  .reading-grid {
    grid-template-columns: minmax(0,760px);
    justify-content: center;
  }
  .reading-sidebar {
    display: none;
  }
  .mobile-toc {
    display: block;
    border: 1px solid #d6e4eb;
    border-radius: 12px;
    margin: 26px 0 33px;
    background: #f5f9fb;
  }
  .mobile-toc>summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    font-size: 13px;
    font-weight: 700;
  }
  .mobile-toc>.article-toc {
    padding: 0 20px 20px;
  }
  .mobile-toc>.article-toc>.eyebrow {
    display: none;
  }
  .contact-grid {
    gap: 35px;
  }
  .contact-card {
    padding: 31px 27px;
  }
  .contact-card h2 {
    font-size: 35px;
  }
  .contact-email {
    font-size: 17px;
  }
  .journal-section {
    padding-top: 0;
  }
}
@media (max-width:767px) {
  .shell {
    padding: 0 23px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }
  .hero {
    padding: 42px 0 65px;
  }
  .hero-copy {
    max-width: 560px;
  }
  .hero-label {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero h1 {
    font-size: 76px;
    letter-spacing: -3.8px;
    margin: 24px 0;
  }
  .hero-copy>p {
    font-size: 16px;
    max-width: 440px;
  }
  .hero-actions {
    margin: 25px 0 23px;
  }
  .hero-actions .button {
    width: auto;
    font-size: 12px;
    padding: 14px 19px;
  }
  .hero-proof {
    font-size: 11px;
    gap: 20px;
  }
  .hero-visual {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
  .floating-label {
    font-size: 11px;
    top: -14px;
    right: 17px;
  }
  .browser-world {
    height: 285px;
  }
  .world-illustration {
    width: 290px;
    height: 250px;
  }
  .orbital-ring {
    width: 240px;
    height: 240px;
    left: calc(50% - 120px);
    top: 21px;
  }
  .browser-intro .eyebrow {
    font-size: 9px;
  }
  .small-stamp {
    font-size: 8px;
  }
  .browser-content {
    padding: 21px 22px 0;
  }
  .passport-mini {
    width: 104px;
    height: 137px;
    left: 26px;
    bottom: 22px;
    padding: 12px 8px;
  }
  .passport-mini>span {
    font-size: 9px;
    letter-spacing: 2px;
  }
  .passport-mini>div {
    font-size: 54px;
    margin: 3px 0;
  }
  .passport-mini small {
    font-size: 6px;
    letter-spacing: .6px;
  }
  .map-chip {
    font-size: 11px;
    padding: 8px 12px;
    gap: 8px;
  }
  .map-chip .emoji {
    font-size: 22px;
  }
  .chip-jp {
    top: 29px;
    right: 0;
  }
  .chip-fr {
    top: 39px;
    left: 0;
  }
  .chip-ca {
    bottom: 36px;
    right: 0;
  }
  .boarding-strip {
    margin: 0 -22px;
    padding: 17px 21px;
  }
  .boarding-strip small {
    font-size: 7px;
  }
  .boarding-strip strong {
    font-size: 22px;
  }
  .flight-rule {
    font-size: 18px;
  }
  .floating-bottom {
    left: 39px;
    right: 27px;
    font-size: 10px;
    bottom: 0;
    padding: 12px 14px;
  }
  .floating-bottom strong {
    font-size: 12px;
  }
  .flag-ribbon {
    padding: 12px 0 14px;
  }
  .ribbon-heading {
    font-size: 7px;
    letter-spacing: 1px;
    gap: 7px;
  }
  .flag-control summary {
    font-size: 8px;
  }
  .flag-item {
    font-size: 11px;
    padding: 6px 17px;
  }
  .section {
    padding: 53px 0;
  }
  .section-heading {
    gap: 16px;
    margin-bottom: 27px;
  }
  .section-heading h2 {
    font-size: 35px;
    line-height: 1.16;
  }
  .section-heading p:not(.eyebrow) {
    font-size: 13px;
  }
  .path-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .path-card {
    display: flex;
    padding: 25px;
    gap: 19px;
  }
  .path-icon {
    margin: 0;
  }
  .path-card h3 {
    font-size: 26px;
  }
  .path-card p {
    font-size: 13px;
    line-height: 1.85;
  }
  .path-card .eyebrow {
    font-size: 9px;
  }
  .path-card .text-link {
    font-size: 12px;
  }
  .destination-grid,.region-section .destination-grid,.article-grid {
    gap: 18px;
  }
  .destination-body {
    padding: 17px;
  }
  .destination-body h3 {
    font-size: 25px;
  }
  .destination-body p {
    font-size: 11px;
  }
  .destination-body .card-meta {
    font-size: 8px;
    gap: 5px;
  }
  .destination-body .card-meta span:last-child {
    display: none;
  }
  .country-flag {
    right: 11px;
    bottom: 11px;
    width: 37px;
    height: 34px;
    font-size: 23px;
  }
  .journey-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 34px 29px;
    border-radius: 21px;
  }
  .journey-panel h2 {
    font-size: 40px;
  }
  .journey-panel-copy>p:not(.eyebrow) {
    font-size: 14px;
  }
  .stamp-block {
    display: none;
  }
  .steps {
    padding: 0;
  }
  .steps>li {
    padding: 24px 0;
  }
  .steps h3 {
    font-size: 25px;
    margin-top: 2px;
  }
  .steps p {
    font-size: 13px;
    line-height: 1.9;
  }
  .journal-section {
    padding-top: 0;
  }
  .article-card-body {
    padding: 18px;
  }
  .article-card h3 {
    font-size: 25px;
  }
  .card-meta {
    font-size: 9px;
  }
  .article-card-body>p {
    font-size: 12px;
  }
  .card-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .card-bottom a {
    font-size: 11px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .faq-grid h2 {
    font-size: 39px;
  }
  .faq-list summary {
    font-size: 14px;
    min-height: 72px;
  }
  .faq-answer {
    padding-right: 8px;
    font-size: 13px;
  }
  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 29px;
  }
  .cta-inner h2 {
    font-size: 50px;
  }
  .cta-inner p:not(.eyebrow) {
    font-size: 14px;
  }
  .cta-actions {
    align-items: flex-start;
    gap: 16px;
  }
  .cta-flags {
    font-size: 32px;
    margin: 0;
  }
  .final-cta {
    padding: 49px 0;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-brand .brand {
    font-size: 23px;
  }
  .footer-brand .brand img {
    width: 38px;
    height: 38px;
  }
  .footer-brand>p {
    font-size: 27px;
    margin: 23px 0;
  }
  .footer-brand .email-link {
    font-size: 14px;
  }
  .footer-group h2 {
    font-size: 10px;
  }
  .footer-group>a {
    font-size: 13px;
  }
  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .footer-bottom p {
    font-size: 10px;
  }
  .footer-bottom nav {
    font-size: 11px;
    gap: 18px;
  }
  .site-footer {
    padding-top: 44px;
  }
  .page-hero {
    padding: 27px 0 40px;
  }
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 25px;
  }
  .breadcrumbs li:not(:first-child):before {
    padding: 0 9px;
  }
  .page-hero h1 {
    font-size: 48px;
    letter-spacing: -1.8px;
    line-height: 1.08;
    margin-bottom: 20px;
  }
  .page-lead,.page-hero .page-lead {
    font-size: 15px;
    line-height: 1.9;
  }
  .destination-detail {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .destination-aside {
    max-width: 560px;
  }
  .prose {
    font-size: 15px;
    line-height: 1.95;
  }
  .prose>p:first-child {
    font-size: 16px;
  }
  .prose h2 {
    font-size: 31px;
    margin-top: 36px;
  }
  .prose h3 {
    font-size: 25px;
  }
  .hub-steps {
    grid-template-columns: 1fr;
    gap: 31px;
    margin-bottom: 48px;
  }
  .hub-steps>section {
    padding-bottom: 27px;
    border-bottom: 1px solid #dce9ed;
  }
  .hub-steps h2 {
    font-size: 30px;
    margin: 15px 0;
  }
  .hub-steps p {
    font-size: 14px;
  }
  .checklist-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 26px;
    margin-bottom: 46px;
  }
  .checklist-panel h2 {
    font-size: 31px;
  }
  .source-panel {
    padding: 25px;
    margin-top: 33px;
  }
  .source-panel h2 {
    font-size: 24px;
  }
  .source-panel h2 a {
    font-size: 14px;
  }
  .source-panel p:not(.eyebrow) {
    font-size: 12px;
  }
  .article-header {
    padding: 24px 0 34px;
  }
  .article-header .breadcrumbs {
    margin-bottom: 24px;
  }
  .article-header h1 {
    font-size: 44px;
    letter-spacing: -1.6px;
    line-height: 1.12;
  }
  .article-header .page-lead {
    font-size: 15px;
  }
  .article-byline {
    font-size: 11px;
    gap: 10px;
  }
  .article-reading {
    padding: 30px 0 46px;
  }
  .article-body>p:first-child {
    font-size: 17px;
  }
  .article-feature figcaption {
    font-size: 10px;
  }
  .article-feature img {
    border-radius: 14px;
  }
  .article-feature {
    margin-bottom: 22px;
  }
  .article-body h2 {
    font-size: 31px;
  }
  .article-tags {
    gap: 8px;
  }
  .article-tags>span {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .contact-card {
    padding: 31px 27px;
  }
  .contact-card h2 {
    font-size: 39px;
  }
  .contact-email {
    font-size: 19px;
  }
  .site-directory {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .filter-links {
    gap: 8px;
    margin-bottom: 33px;
  }
  .filter-links .chip-link {
    font-size: 11px;
    padding: 8px 14px;
  }
  .region-section {
    margin-bottom: 42px;
  }
  .editor-note {
    padding: 19px;
    font-size: 12px;
    margin-top: 25px;
  }
}
@media (max-width:540px) {
  .destination-grid,.region-section .destination-grid,.article-grid {
    grid-template-columns: 1fr;
  }
  .destination-body {
    padding: 21px 23px 24px;
  }
  .destination-body h3 {
    font-size: 30px;
  }
  .destination-body p {
    font-size: 13px;
  }
  .destination-body .card-meta {
    font-size: 9px;
  }
  .destination-body .card-meta span:last-child {
    display: block;
  }
  .destination-art>img {
    aspect-ratio: 900/500;
    object-fit: cover;
  }
  .country-flag {
    width: 46px;
    height: 39px;
    right: 18px;
    bottom: 16px;
    font-size: 29px;
  }
  .article-card-body {
    padding: 22px 23px 24px;
  }
  .article-card h3 {
    font-size: 29px;
    margin: 15px 0;
  }
  .article-card-body>p {
    font-size: 13px;
  }
  .card-bottom {
    flex-direction: row;
    align-items: center;
    font-size: 10px;
  }
  .card-meta {
    font-size: 10px;
  }
  .art-link {
    padding: 10px 10px 0;
  }
  .article-card {
    border-radius: 21px;
  }
  .hero h1 {
    font-size: 72px;
  }
  .hero-copy>p {
    max-width: 100%;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .button {
    font-size: 11px;
    padding: 14px 17px;
  }
  .hero-proof {
    font-size: 10px;
    gap: 15px;
  }
  .site-header .brand {
    font-size: 20px;
  }
  .site-header .brand img {
    width: 33px;
    height: 33px;
  }
  .site-header .brand {
    gap: 8px;
  }
  .site-header>.shell {
    gap: 8px !important;
  }
  .mobile-menu summary {
    padding: 8px 11px;
    font-size: 11px;
    gap: 9px;
  }
  .browser-content {
    padding: 18px 17px 0;
  }
  .browser-world {
    height: 260px;
  }
  .world-illustration {
    width: 257px;
    height: 240px;
  }
  .orbital-ring {
    width: 214px;
    height: 214px;
    left: calc(50% - 107px);
    top: 23px;
  }
  .passport-mini {
    left: 15px;
    bottom: 18px;
    width: 94px;
    height: 128px;
    padding: 13px 6px;
  }
  .passport-mini>span {
    font-size: 8px;
  }
  .passport-mini>div {
    font-size: 48px;
  }
  .map-chip {
    font-size: 10px;
    padding: 7px 10px;
  }
  .map-chip .emoji {
    font-size: 19px;
  }
  .chip-jp {
    top: 29px;
    right: -3px;
  }
  .chip-fr {
    top: 43px;
    left: -4px;
  }
  .boarding-strip {
    margin: 0 -17px;
    padding: 15px 18px;
  }
  .flight-rule {
    font-size: 14px;
  }
  .boarding-strip strong {
    font-size: 20px;
  }
  .boarding-strip small {
    font-size: 6px;
  }
  .floating-bottom {
    left: 23px;
    right: 12px;
    font-size: 9px;
    padding: 11px 12px;
  }
  .floating-bottom strong {
    font-size: 10px;
  }
  .floating-label {
    font-size: 10px;
    right: 10px;
  }
  .browser-intro .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .small-stamp {
    font-size: 6px;
  }
  .ribbon-heading {
    font-size: 6px;
    letter-spacing: .7px;
  }
  .flag-control summary {
    font-size: 7px;
    padding-inline: 0;
  }
  .hero-grid {
    gap: 52px;
  }
  .path-card {
    padding: 24px 22px;
    gap: 16px;
  }
  .path-card h3 {
    font-size: 25px;
  }
  .path-icon {
    width: 43px;
    height: 47px;
    font-size: 23px;
  }
  .page-hero h1 {
    font-size: 43px;
  }
  .article-header h1 {
    font-size: 39px;
  }
  .article-header .breadcrumbs li:last-child {
    font-size: 9px;
  }
  .cta-inner h2 {
    font-size: 48px;
  }
}
@media (max-width:370px) {
  .shell {
    padding: 0 17px;
  }
  .site-header .brand {
    font-size: 18px;
    gap: 6px;
  }
  .site-header .brand img {
    width: 30px;
    height: 30px;
  }
  .mobile-menu summary {
    padding: 8px 9px;
    font-size: 10px;
    gap: 6px;
  }
  .hero-label {
    font-size: 7px;
    letter-spacing: .65px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-actions .button {
    width: 100%;
    font-size: 12px;
  }
  .hero-proof {
    font-size: 9px;
    gap: 11px;
  }
  .browser-intro .eyebrow {
    font-size: 7px;
  }
  .browser-world {
    height: 250px;
  }
  .world-illustration {
    width: 225px;
  }
  .passport-mini {
    width: 83px;
    height: 116px;
    left: 9px;
  }
  .passport-mini>div {
    font-size: 43px;
  }
  .map-chip {
    font-size: 9px;
    gap: 5px;
    padding: 7px 8px;
  }
  .map-chip .emoji {
    font-size: 17px;
  }
  .boarding-strip strong {
    font-size: 19px;
  }
  .flight-rule {
    font-size: 10px;
  }
  .floating-bottom {
    left: 14px;
    right: 5px;
  }
  .floating-bottom strong {
    font-size: 9px;
  }
  .floating-label {
    font-size: 9px;
  }
  .round-emoji {
    width: 32px;
    height: 36px;
    font-size: 20px;
  }
  .page-hero h1 {
    font-size: 39px;
  }
  .article-header h1 {
    font-size: 35px;
  }
  .contact-email {
    font-size: 16px;
  }
  .contact-card h2 {
    font-size: 34px;
  }
  .footer-brand .brand {
    font-size: 21px;
  }
  .path-card {
    padding: 22px 18px;
    gap: 13px;
  }
  .path-card h3 {
    font-size: 23px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .ribbon-heading {
    font-size: 6px;
    letter-spacing: 0;
  }
  .card-bottom {
    font-size: 9px;
  }
  .card-bottom a {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .flag-track {
    width: 100%;
    transform: none;
    display: block;
  }
  .flag-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .flag-item {
    padding: 8px 12px;
  }
  .flag-item .ribbon-star {
    display: none;
  }
  .flag-group.duplicate {
    display: none;
  }
  .flag-control {
    display: none;
  }
  .flag-ribbon .ribbon-heading {
    justify-content: center;
  }
  .destination-card:hover,.article-card:hover,.path-card:hover,.button:hover,.map-chip:hover {
    transform: none;
  }
  .destination-card:hover img {
    transform: none;
  }
}
@media print {
  .site-header,.site-footer,.skip-link,.reading-sidebar,.mobile-toc,.final-cta,.flag-ribbon,.article-tags,.article-end-note,.article-reading~.section,.filter-links,.floating-label,.floating-bottom {
    display: none !important;
  }
  body {
    font-family: Georgia,serif;
    color: #000;
    background: #fff;
    font-size: 11pt;
  }
  .shell {
    max-width: none;
    padding: 0;
  }
  .section,.article-reading {
    padding: 15pt 0;
  }
  .article-header,.page-hero {
    padding: 0 0 15pt;
    background: #fff;
    border-bottom: 1px solid #aaa;
  }
  .article-header h1,.page-hero h1 {
    font-size: 28pt;
    max-width: none;
  }
  .page-lead {
    font-size: 12pt;
  }
  .reading-grid,.destination-detail,.contact-grid,.checklist-panel {
    display: block;
  }
  .article-feature {
    max-width: 260px;
    margin: 10pt auto 18pt;
  }
  .article-body,.prose {
    max-width: none;
    font-size: 11pt;
    line-height: 1.65;
  }
  .prose h2 {
    font-size: 19pt;
    break-after: avoid;
  }
  .prose h3 {
    font-size: 15pt;
    break-after: avoid;
  }
  .prose p {
    color: #000;
    orphans: 3;
    widows: 3;
  }
  .hub-steps {
    display: block;
  }
  .hub-steps>section {
    break-inside: avoid;
    margin-bottom: 20pt;
  }
  .article-grid {
    display: block;
  }
  .article-card {
    break-inside: avoid;
    margin: 15pt 0;
  }
  .art-link {
    max-width: 180px;
  }
  .breadcrumbs {
    font-size: 8pt;
  }
  .button {
    border: 1px solid #777;
    color: #000 !important;
    background: #fff !important;
    box-shadow: none;
  }
  .hero-grid {
    display: block;
  }
  .hero {
    padding: 0;
    background: #fff;
  }
  .hero h1 {
    font-size: 42pt;
    -webkit-text-fill-color: #000;
  }
  .hero-visual {
    display: none;
  }
  .journey-panel {
    display: block;
    background: #fff;
    padding: 20pt;
  }
  .destination-aside {
    max-width: 350px;
  }
  .checklist-panel {
    background: #fff;
    border: 1px solid #aaa;
    margin: 20pt 0;
  }
  a {
    text-decoration: underline;
  }
  .prose a[href^="https://"]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    overflow-wrap: anywhere;
  }
}
.browser-card>div:first-of-type .text-emerald-700 {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width:540px) {
  .browser-card>div:first-of-type .text-emerald-700 {
    font-size: 10px;
  }
  .browser-card>div:first-of-type .truncate {
    font-size: 10px;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
