/* ==========================================================================
   Migration Vision — design system
   Palette: navy #314269 · aqua #2DACD6 · pale blue #A1CDDB · bright #05A2DC
            grays #6B7280/#E5E7EB · off-white #F8FAFC
   Type: Montserrat (display) · Open Sans (body) · IBM Plex Mono (codes)
   ========================================================================== */

:root {
  --navy: #314269;
  --navy-deep: #17223b;
  --navy-ink: #253452;
  --sky: #05a2dc;
  --blue: #2279ab;
  --blue-soft: #2dacd6;
  --mist: #a1cddb;
  --mist-10: #eef8fb;
  --mist-20: #d8edf3;
  --green: #32b255;
  --green-dark: #238a42;
  --slate: #6b7280;
  --paper: #ffffff;
  --cloud: #f8fafc;
  --line: #e5e7eb;
  --text: #1f2a37;
  --text-soft: #6b7280;

  --primary: #05a2dc;
  --primary-dark: #2279ab;
  --accent-teal: #2dacd6;
  --accent-teal-deep: #0b8cc6;

  --font-display: "Montserrat", "Helvetica Neue", "Segoe UI", sans-serif;
  --font-body: "Open Sans", "Helvetica Neue", "Segoe UI", sans-serif;
  --font-mono: "IBM Plex Mono", Consolas, monospace;

  --radius: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(11, 25, 45, 0.08);
  --shadow-md: 0 6px 24px rgba(11, 25, 45, 0.1);
  --shadow-lg: 0 18px 48px rgba(11, 25, 45, 0.16);
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy-ink);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 700;
  letter-spacing: 0;
}

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--sky); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--sky);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- eyebrow + section headers ---------- */
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--green);
  display: inline-block;
}
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(28px, 4vw, 40px); }
.section-head p { color: var(--text-soft); font-size: 17.5px; margin: 0; }

/* ---------- top bar ---------- */
.topbar {
  background: var(--navy-ink);
  color: #cfe2ec;
  font-size: 13.5px;
  padding: 7px 0;
}
.topbar .wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.topbar a { color: #fff; font-weight: 500; }
.topbar a:hover { color: var(--mist); }
.topbar .tb-group { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .marn { font-family: var(--font-mono); color: var(--mist); }
.tb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tb-item::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  opacity: 0.86;
  flex: 0 0 auto;
}
.tb-phone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.8 16.2a1 1 0 0 0 1.2-.1l2.2-2.2a1 1 0 0 1 1.1-.2l3.1 1.2a1 1 0 0 1 .6.9V20a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h4.2a1 1 0 0 1 .9.6l1.2 3.1a1 1 0 0 1-.2 1.1L7.9 9a1 1 0 0 0-.1 1.2 14 14 0 0 0 6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.8 16.2a1 1 0 0 0 1.2-.1l2.2-2.2a1 1 0 0 1 1.1-.2l3.1 1.2a1 1 0 0 1 .6.9V20a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h4.2a1 1 0 0 1 .9.6l1.2 3.1a1 1 0 0 1-.2 1.1L7.9 9a1 1 0 0 0-.1 1.2 14 14 0 0 0 6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.tb-email::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.5 5.4a3 3 0 0 1-3 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.5 5.4a3 3 0 0 1-3 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 54px; width: auto; display: block; }
@media (max-width: 700px) { .brand img { height: 42px; } .nav .wrap { height: 72px; } }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-links a {
  color: var(--navy-ink);
  font-weight: 600;
  font-size: 15px;
}
.nav-links a:hover { color: var(--sky); }

/* dropdown */
.has-drop > a::after { content: " ▾"; font-size: 11px; color: var(--blue); }
.drop {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(2, 250px);
  gap: 4px 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.has-drop:hover .drop,
.has-drop:focus-within .drop {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.drop a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 7px 8px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
}
.drop a:hover { background: var(--mist-10); color: var(--navy-ink); }
.drop .code {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--blue);
  background: var(--mist-10);
  border: 1px solid var(--mist-20);
  padding: 1px 6px;
  border-radius: 5px;
  white-space: nowrap;
}
.drop .drop-label {
  grid-column: 1 / -1;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  padding: 10px 8px 2px;
  border-top: 1px dashed var(--line);
}
.drop .drop-label:first-child { border-top: 0; padding-top: 2px; }

/* buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
/* Primary CTA (class name kept for compatibility) */
.btn-green { background: var(--primary); color: #fff; }
.btn-green:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(9, 90, 233, 0.35); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-deep); color: #fff; transform: translateY(-1px); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.45); color: #fff; background: transparent; }
.btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, 0.08); }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }

.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-cta .btn { padding: 10px 20px; font-size: 14px; }

/* hamburger */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.nav-toggle span {
  width: 24px;
  height: 2.5px;
  background: var(--navy-ink);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(1100px 540px at 85% -10%, rgba(9, 90, 233, 0.32), transparent 60%),
    radial-gradient(800px 500px at -10% 110%, rgba(13, 148, 136, 0.18), transparent 55%),
    linear-gradient(150deg, var(--navy-ink) 0%, var(--navy) 55%, #2c4a78 100%);
  color: #fff;
  overflow: hidden;
}
.hero-path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.5;
}
.hero .wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 96px;
}
.hero h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 800;
  margin-bottom: 20px;
}
.hero h1 .accent { color: var(--blue-soft); }
.hero p.lead {
  color: #c9dcea;
  font-size: 18.5px;
  max-width: 540px;
  margin: 0 0 30px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d8ecf5;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(161, 205, 219, 0.35);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(13, 148, 136, 0.25); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-trust .item { display: flex; flex-direction: column; gap: 2px; }
.hero-trust .item b { font-family: var(--font-display); font-size: 17px; color: #fff; }
.hero-trust .item span { font-size: 12.5px; color: #9fb8cf; }

/* boarding-pass consult card */
.pass {
  background: #fff;
  color: var(--text);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  max-width: 420px;
  justify-self: end;
  width: 100%;
}
.pass-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 26px;
  background: var(--mist-10);
  border-bottom: 1px dashed var(--mist);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate);
}
.pass-top b { color: var(--navy); }
.pass-body { padding: 26px; }
.pass-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.pass-route .port { text-align: center; }
.pass-route .port b { display: block; font-family: var(--font-display); font-size: 30px; color: var(--navy-ink); letter-spacing: 0.02em; }
.pass-route .port span { font-size: 12px; color: var(--text-soft); }
.pass-route .track {
  flex: 1;
  position: relative;
  height: 2px;
  background-image: linear-gradient(90deg, var(--mist) 55%, transparent 0);
  background-size: 9px 2px;
}
.pass-route .track::after {
  content: "✈";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: var(--sky);
  font-size: 17px;
  background: #fff;
  padding: 0 6px;
}
.pass-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 18px; margin-bottom: 22px; }
.pass-rows .cell span { display: block; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); }
.pass-rows .cell b { font-size: 14.5px; color: var(--navy-ink); font-weight: 600; }
.pass .btn { width: 100%; justify-content: center; }
.pass-note { font-size: 12.5px; color: var(--text-soft); text-align: center; margin: 12px 0 0; }

/* ---------- trust strip ---------- */
.strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.strip .s-item { display: flex; gap: 12px; align-items: center; }
.strip .s-item .ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--mist-10);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.strip .s-item b { display: block; font-size: 14.5px; color: var(--navy-ink); }
.strip .s-item span { font-size: 13px; color: var(--text-soft); }

/* ---------- sections ---------- */
.section { padding: 92px 0; }
.section.tint { background: var(--cloud); }
.section.navy {
  background: linear-gradient(160deg, var(--navy-ink), var(--navy) 70%);
  color: #d7e6f1;
}
.section.navy h2, .section.navy h3 { color: #fff; }

/* ---------- service cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.svc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc .codes { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 18px; }
.code-chip {
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--blue);
  background: var(--mist-10);
  border: 1px solid var(--mist-20);
  padding: 3px 9px;
  border-radius: 6px;
  white-space: nowrap;
}
.svc h3 { font-size: 21px; margin-bottom: 10px; }
.svc p { color: var(--text-soft); font-size: 15px; margin: 0 0 18px; }
.svc .more { font-weight: 700; font-size: 14.5px; color: var(--green-dark); }
.svc .more:hover { color: var(--green); }

/* ---------- visa directory (ticket cards) ---------- */
.visa-tabs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.visa-tab {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--navy);
  background: #fff;
  border: 1.5px solid var(--line);
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.visa-tab:hover { border-color: var(--sky); color: var(--sky); }
.visa-tab.active { background: var(--navy); border-color: var(--navy); color: #fff; }

.tickets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ticket {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ticket:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--mist); }
.ticket-main { padding: 24px 24px 18px; flex: 1; }
.ticket-main h3 { font-size: 17.5px; margin: 12px 0 8px; }
.ticket-main h3 a { color: var(--navy-ink); }
.ticket-main h3 a:hover { color: var(--sky); }
.ticket-main p { font-size: 14px; color: var(--text-soft); margin: 0; }
.ticket-stub {
  border-top: 2px dashed var(--line);
  padding: 13px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
.ticket-stub::before, .ticket-stub::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--cloud);
  border: 1px solid var(--line);
}
.ticket-stub::before { left: -10px; margin-top: -1px; transform: translateY(-13px); }
.ticket-stub::after { right: -10px; margin-top: -1px; transform: translateY(-13px); }
.section:not(.tint) .ticket-stub::before,
.section:not(.tint) .ticket-stub::after { background: #fff; }
.ticket-stub .kind { color: var(--text-soft); }
.ticket-stub .go { font-weight: 700; color: var(--green-dark); }
.ticket-stub .go:hover { color: var(--green); }
.ticket[hidden] { display: none; }

/* ---------- process / flight path ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  counter-reset: step;
}
.steps::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 8%;
  right: 8%;
  border-top: 2px dashed rgba(161, 205, 219, 0.5);
}
.step { position: relative; text-align: left; }
.step .node {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1.5px solid rgba(161, 205, 219, 0.5);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(2px);
}
.step .node svg { width: 28px; height: 28px; stroke: var(--blue-soft); }
.step h3 { font-size: 18.5px; color: #fff; margin-bottom: 8px; }
.step h3 .n { font-family: var(--font-mono); color: var(--green); font-size: 14px; margin-right: 7px; }
.step p { font-size: 14.5px; color: #aec5d8; margin: 0; }

/* ---------- why us ---------- */
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.why-list li {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px 22px;
}
.why-list .tick {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(13, 148, 136, 0.12);
  color: var(--green-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-top: 2px;
}
.why-list b { color: var(--navy-ink); display: block; margin-bottom: 2px; }
.why-list p { margin: 0; font-size: 14.5px; color: var(--text-soft); }

.commit-card {
  background: linear-gradient(160deg, var(--navy-ink), var(--navy));
  color: #d7e6f1;
  border-radius: var(--radius-lg);
  padding: 40px 38px;
  box-shadow: var(--shadow-lg);
}
.commit-card h3 { color: #fff; font-size: 24px; }
.commit-card .sig {
  font-family: var(--font-mono);
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--mist);
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed rgba(161, 205, 219, 0.4);
}

/* ---------- team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.member {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.member:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.member .photo { aspect-ratio: 4 / 4.4; overflow: hidden; background: var(--mist-10); }
.member .photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.member .info { padding: 24px 26px 28px; }
.member h3 { font-size: 19px; margin-bottom: 4px; }
.member .role { color: var(--blue); font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.member .quals { font-size: 13.5px; color: var(--text-soft); line-height: 1.6; margin: 0; }
.member .marn-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--green-dark);
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.25);
  padding: 3px 10px;
  border-radius: 6px;
  margin-top: 12px;
}

/* ---------- blog ---------- */
.post-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card .tag {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 14px;
}
.post-card h3 { font-size: 21px; }
.post-card h3 a { color: var(--navy-ink); }
.post-card h3 a:hover { color: var(--sky); }
.post-card p { color: var(--text-soft); font-size: 15px; flex: 1; }
.post-card .more { font-weight: 700; font-size: 14.5px; color: var(--green-dark); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.c-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
}
.c-row { display: flex; gap: 16px; padding: 14px 0; border-bottom: 1px dashed var(--line); }
.c-row:last-child { border-bottom: 0; }
.c-row .ico {
  width: 42px;
  height: 42px;
  flex: none;
  border-radius: 12px;
  background: var(--mist-10);
  color: var(--blue);
  display: grid;
  place-items: center;
}
.c-row .ico::before {
  content: "";
  width: 20px;
  height: 20px;
  background: currentColor;
}
.icon-phone::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.8 16.2a1 1 0 0 0 1.2-.1l2.2-2.2a1 1 0 0 1 1.1-.2l3.1 1.2a1 1 0 0 1 .6.9V20a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h4.2a1 1 0 0 1 .9.6l1.2 3.1a1 1 0 0 1-.2 1.1L7.9 9a1 1 0 0 0-.1 1.2 14 14 0 0 0 6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13.8 16.2a1 1 0 0 0 1.2-.1l2.2-2.2a1 1 0 0 1 1.1-.2l3.1 1.2a1 1 0 0 1 .6.9V20a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h4.2a1 1 0 0 1 .9.6l1.2 3.1a1 1 0 0 1-.2 1.1L7.9 9a1 1 0 0 0-.1 1.2 14 14 0 0 0 6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.icon-email::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.5 5.4a3 3 0 0 1-3 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m22 7-8.5 5.4a3 3 0 0 1-3 0L2 7'/%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.icon-clock::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 6v6l4 2'/%3E%3C/svg%3E") center / contain no-repeat;
}
.icon-location::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}
.c-row b { display: block; font-size: 13px; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: 0.1em; color: var(--slate); margin-bottom: 3px; font-weight: 500; }
.c-row a, .c-row span.val { color: var(--navy-ink); font-weight: 600; font-size: 15.5px; }
.map-frame {
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 460px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}
.socials { display: flex; gap: 12px; margin-top: 20px; }
.socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.socials a:hover { background: var(--sky); color: #fff; transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; fill: currentColor; }

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(9, 90, 233, 0.35), transparent 60%),
    linear-gradient(150deg, var(--navy-ink), var(--navy));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 56px 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.cta-band h2 { color: #fff; font-size: clamp(24px, 3.4vw, 34px); margin-bottom: 8px; }
.cta-band p { color: #bcd4e6; margin: 0; max-width: 520px; }
.cta-band .btn { flex: none; }

/* ---------- footer ---------- */
.footer { background: var(--navy-ink); color: #9fb8cf; padding: 70px 0 0; font-size: 14.5px; }
.footer h4 { color: #fff; font-size: 15.5px; margin-bottom: 18px; }
.footer a { color: #c4d8e6; }
.footer a:hover { color: var(--blue-soft); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; padding-bottom: 48px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer .f-brand img { height: 48px; width: auto; display: block; background: #fff;
  padding: 10px 16px; border-radius: 12px; margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,.18); }
.footer .f-brand p { margin: 0 0 16px; line-height: 1.7; }
.footer .f-code { font-family: var(--font-mono); font-size: 12px; color: var(--mist); }
.footer-legal {
  border-top: 1px solid rgba(161, 205, 219, 0.18);
  padding: 24px 0 28px;
  font-size: 13px;
  color: #7e98b3;
}
.footer-legal .wrap { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }

/* ==========================================================================
   Inner pages (visa guides, blog)
   ========================================================================== */
.page-hero {
  background:
    radial-gradient(900px 420px at 85% -20%, rgba(9, 90, 233, 0.3), transparent 60%),
    linear-gradient(150deg, var(--navy-ink), var(--navy) 70%);
  color: #fff;
  padding: 70px 0 64px;
  position: relative;
  overflow: hidden;
}
.page-hero .crumbs {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: #9fb8cf;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-hero .crumbs a { color: var(--mist); }
.page-hero .crumbs a:hover { color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(28px, 4.2vw, 44px); max-width: 820px; }
.page-hero .sub { color: #c9dcea; font-size: 17px; max-width: 700px; margin: 14px 0 0; }
.page-hero .hero-codes { display: flex; gap: 9px; margin-bottom: 22px; flex-wrap: wrap; }
.page-hero .code-chip {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(161, 205, 219, 0.4);
  color: #d8ecf5;
  font-size: 12.5px;
  padding: 5px 12px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 56px;
  padding: 72px 0 88px;
  align-items: start;
}
.article {
  font-size: 16.5px;
}
.article > :first-child { margin-top: 0; }
.article h1 { display: none; } /* page title lives in hero */
.article h2, .article p > strong:only-child { color: var(--navy-ink); }
.article h2 {
  font-size: 26px;
  margin: 1.9em 0 0.6em;
  padding-top: 0.4em;
}
.article h3 { font-size: 20px; margin: 1.6em 0 0.5em; }
.article p { margin: 0 0 1.1em; }
.article ul, .article ol { padding-left: 24px; margin: 0 0 1.2em; }
.article li { margin-bottom: 7px; }
.article li::marker { color: var(--sky); }
.article strong { color: var(--navy-ink); }
.article blockquote {
  margin: 1.5em 0;
  padding: 18px 24px;
  background: var(--mist-10);
  border-left: 4px solid var(--sky);
  border-radius: 0 12px 12px 0;
  color: var(--navy);
}
.article table { border-collapse: collapse; width: 100%; margin: 1.4em 0; font-size: 14.5px; }
.article th, .article td { border: 1px solid var(--line); padding: 10px 14px; text-align: left; }
.article th { background: var(--mist-10); color: var(--navy-ink); font-family: var(--font-display); }

/* sidebar */
.aside { position: sticky; top: 104px; display: grid; gap: 24px; }
.aside-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.aside-card.navy {
  background: linear-gradient(160deg, var(--navy-ink), var(--navy));
  color: #cfe2ec;
  border: 0;
}
.aside-card.navy h3 { color: #fff; }
.aside-card h3 { font-size: 17.5px; margin-bottom: 14px; }
.aside-card .facts { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.aside-card .facts li { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; border-bottom: 1px dashed var(--line); padding-bottom: 10px; }
.aside-card .facts li:last-child { border-bottom: 0; padding-bottom: 0; }
.aside-card .facts span { color: var(--text-soft); }
.aside-card .facts b { color: var(--navy-ink); text-align: right; }
.aside-card.navy .facts li { border-color: rgba(161, 205, 219, 0.25); }
.aside-card.navy .facts span { color: #9fb8cf; }
.aside-card.navy .facts b { color: #fff; }
.aside-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.aside-card p.small { font-size: 13px; color: var(--text-soft); margin: 12px 0 0; }
.aside-card.navy p.small { color: #9fb8cf; }
.aside-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.aside-links a {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
}
.aside-links a:hover { background: var(--mist-10); color: var(--navy-ink); }

/* in-article CTA */
.article-cta {
  margin-top: 56px;
  background:
    radial-gradient(500px 220px at 90% 0%, rgba(9, 90, 233, 0.3), transparent 60%),
    linear-gradient(150deg, var(--navy-ink), var(--navy));
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 38px;
}
.article-cta h2 { color: #fff; font-size: 24px; margin: 0 0 10px; padding: 0; }
.article-cta p { color: #bcd4e6; margin: 0 0 22px; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 72px; }
  .pass { justify-self: start; }
  .tickets, .grid-3, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 38px; }
  .steps::before { display: none; }
  .why, .contact-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .strip .wrap { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 85vw);
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 96px 30px 40px;
    gap: 20px;
    box-shadow: var(--shadow-lg);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 70;
  }
  .nav-links.open { transform: translateX(0); }
  .nav-toggle { display: flex; z-index: 80; }
  .nav-toggle.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .drop {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: 0;
    padding: 4px 0 0 8px;
    grid-template-columns: 1fr;
  }
  .nav-cta .btn { display: none; }
  .topbar .tb-group:last-child { display: none; }
  .tickets, .grid-3, .grid-2, .team-grid, .steps { grid-template-columns: 1fr; }
  .strip .wrap { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .cta-band { padding: 40px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}
