/* ---------------------------------------------
   Convercession — Design tokens
   Original design, built for convercession.com (no third-party template code)
--------------------------------------------- */
:root {
  --ink-900: #101426;
  --ink-700: #3c4160;
  --ink-500: #6a6f92;
  --ink-300: #d3d6ea;
  --ink-100: #f1f2f9;
  --paper: #ffffff;
  --paper-alt: #f6f8fc;

  --brand-blue: #2478e0;
  --brand-blue-light: #29b6f6;
  --brand-navy: #0f1b3d;
  --brand-navy-2: #16224a;
  --brand-gold: #f5a623;

  --grad-brand: linear-gradient(135deg, var(--brand-blue-light), var(--brand-blue) 55%, var(--brand-navy));
  --grad-navy: linear-gradient(160deg, #0a1130, var(--brand-navy) 55%, #182657);

  --shadow-sm: 0 1px 2px rgba(16, 20, 38, 0.06), 0 1px 3px rgba(16, 20, 38, 0.08);
  --shadow-md: 0 4px 12px rgba(16, 20, 38, 0.08), 0 2px 4px rgba(16, 20, 38, 0.06);
  --shadow-lg: 0 20px 40px -12px rgba(16, 20, 38, 0.25);
  --shadow-glow: 0 8px 30px rgba(47, 127, 242, 0.28);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 999px;

  /* 1200 was too narrow once the header carried 6 mega-menu tabs plus the two
     CTAs — the row needed ~1250px and overflowed the page by 36-80px at every
     desktop width. Widening the shared container fixes the header without
     desynchronising the logo from the content grid below it. */
  --container: 1280px;
  --header-h: 76px;
  --utility-h: 38px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink-900: #f1f2fb;
    --ink-700: #ced1ea;
    --ink-500: #9ba0c8;
    --ink-300: #2e335c;
    --ink-100: #171b3a;
    --paper: #0b0e22;
    --paper-alt: #12163330;
    --paper-alt: #12163a;
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink-900);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, p { margin: 0; }
[hidden] { display: none !important; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.hide-sm { display: inline-flex; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border-radius: var(--radius-full); font-weight: 600; font-size: 0.95rem; border: none; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--grad-brand); color: white; box-shadow: var(--shadow-glow); }
.btn-primary:hover { box-shadow: 0 10px 34px rgba(47, 127, 242, 0.4); transform: translateY(-1px); }
.btn-light { background: white; color: var(--brand-blue); }
.btn-light:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); }
.btn-sm { padding: 9px 16px; font-size: 0.85rem; }

/* Utility bar */
.utility-bar { background: var(--brand-navy); color: rgba(255, 255, 255, 0.85); font-size: 0.82rem; }
.utility-bar-inner { display: flex; align-items: center; justify-content: space-between; height: var(--utility-h); gap: 16px; }
.utility-left { display: flex; align-items: center; gap: 22px; }
.utility-left a, .utility-left span { display: inline-flex; align-items: center; gap: 6px; color: inherit; }
.utility-left a:hover { color: white; }
.utility-left svg { opacity: 0.85; flex-shrink: 0; }
.utility-right { display: flex; align-items: center; gap: 16px; }
.utility-login-group { display: flex; align-items: center; gap: 8px; }
.utility-pill {
  display: inline-flex; align-items: center; gap: 7px; color: inherit; background: none;
  font: inherit; font-weight: 600; padding: 4px 10px; border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.22); white-space: nowrap; cursor: pointer;
}
.utility-pill:hover, .utility-pill[aria-expanded="true"] { color: white; border-color: var(--brand-blue-light); background: rgba(255, 255, 255, 0.08); }
.utility-pill img { border-radius: 50%; object-fit: cover; }
.utility-account-initial {
  width: 20px; height: 20px; border-radius: 50%; background: var(--brand-blue); color: white;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.66rem; font-weight: 800;
}
.utility-social { display: flex; align-items: center; gap: 10px; }
.utility-social a { width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; font-size: 0.68rem; font-weight: 700; }
.utility-social a:hover { background: var(--brand-blue); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; height: var(--header-h); display: flex; align-items: center; background: var(--paper); border-bottom: 1px solid var(--ink-100); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-mark { height: 36px; width: auto; flex-shrink: 0; }
.logo-word { font-weight: 800; font-size: 1.3rem; letter-spacing: -0.02em; color: var(--ink-900); }
.logo-word span { color: var(--brand-blue); }

.main-nav { display: flex; align-items: center; gap: 4px; font-weight: 600; font-size: 0.92rem; color: var(--ink-700); }
.main-nav > li { position: relative; }
.main-nav a, .main-nav .nav-trigger {
  position: relative; padding: 8px 9px; display: inline-flex; align-items: center; gap: 5px;
  background: none; border: none; font: inherit; color: inherit; border-radius: 8px;
  white-space: nowrap; /* without this, "Visa Management" wraps and detaches its caret */
}
/* Six top-level items + two CTAs is tight below the 1280px container — trim the
   type rather than let labels wrap or the row overflow. Measured: logo 188 +
   nav 753 + actions 259 + 2 gaps = 1248, against 1232 of usable container. */
@media (max-width: 1360px) {
  .main-nav { font-size: 0.86rem; gap: 2px; }
  .main-nav a, .main-nav .nav-trigger { padding: 8px 6px; }
  .logo-word { font-size: 1.18rem; }
  .logo-mark { height: 30px; }
}
/* Last stop before the mobile nav takes over at 1080. */
@media (max-width: 1160px) {
  .header-actions .btn-outline-brand { display: none; }
}
.main-nav a::after, .main-nav .nav-trigger::after {
  content: ""; position: absolute; left: 10px; right: 10px; bottom: 0; height: 2px;
  background: var(--grad-brand); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease;
}
.main-nav a:hover::after, .main-nav .nav-trigger:hover::after,
.main-nav > li.open > .nav-trigger::after { transform: scaleX(1); }
.main-nav a:hover, .main-nav .nav-trigger:hover, .main-nav > li.open > .nav-trigger { color: var(--ink-900); }
.nav-caret { width: 10px; height: 10px; flex-shrink: 0; transition: transform 0.2s ease; opacity: 0.6; }
.main-nav > li.open .nav-caret { transform: rotate(180deg); }
/* The flagship tab gets a subtle brand tint so it reads as the differentiator */
.main-nav .nav-trigger.is-flagship { color: var(--brand-blue); }

/* Mega-menu panel */
.mega {
  position: absolute; top: calc(100% + 12px); left: 0; z-index: 60;
  /* min-width alone let a mid-nav panel push past the viewport edge (a real
     36-80px horizontal overflow once the nav grew to 6 items). The max-width
     clamp is the hard guard; common.js additionally flips a panel to
     right-aligned when it would still overflow. */
  min-width: 620px; max-width: min(620px, calc(100vw - 32px));
  padding: 22px; border-radius: var(--radius-md);
  background: var(--paper); border: 1px solid var(--ink-100); box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.main-nav > li.open .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega.mega-right { left: auto; right: 0; }
.mega-summary { font-size: 0.82rem; color: var(--ink-500); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1px solid var(--ink-100); }
.mega-cols { display: grid; grid-template-columns: repeat(3, minmax(170px, 1fr)); gap: 20px; }
.mega-cols.cols-2 { grid-template-columns: repeat(2, minmax(160px, 1fr)); }
.mega-col h4 { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--brand-blue); margin-bottom: 10px; }
.mega-col ul { display: flex; flex-direction: column; gap: 2px; }
/* Specificity note: `.main-nav a` is (0,1,1) and would otherwise beat a bare
   `.mega-link` (0,1,0) — real links inside the panel then picked up top-level
   nav sizing/weight and overflowed their column. Scoping to `.mega` fixes it. */
.mega .mega-link {
  display: block; padding: 7px 8px; border-radius: 7px; font-size: 0.85rem;
  font-weight: 500; line-height: 1.35; color: var(--ink-700); white-space: normal;
}
.mega .mega-link:hover { background: var(--ink-100); color: var(--brand-blue); }
.mega .mega-link::after { display: none; }
/* Not-yet-built destinations: shown, but honest — not clickable links to nowhere */
.mega .mega-link.is-todo { color: var(--ink-500); cursor: default; opacity: 0.75; }
.mega .mega-link.is-todo:hover { background: transparent; color: var(--ink-500); }
.mega .mega-link.is-todo::before { content: "○ "; opacity: 0.5; }
.mega-foot { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink-100); }
.mega-foot a { font-size: 0.85rem; font-weight: 700; color: var(--brand-blue); }
.mega-foot a::after { display: none; }
.mega-foot a:hover { text-decoration: underline; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.btn-outline-brand {
  background: transparent; color: var(--brand-blue);
  border: 1px solid var(--ink-300); box-shadow: none;
}
.btn-outline-brand:hover { border-color: var(--brand-blue); background: var(--paper-alt); box-shadow: none; transform: translateY(-1px); }
.header-search-btn {
  width: 38px; height: 38px; border-radius: 50%; background: transparent; border: 1px solid var(--ink-300);
  color: var(--ink-700); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.header-search-btn:hover { border-color: var(--brand-blue); color: var(--brand-blue); }

/* Smart site search overlay.
   An overlay rather than an always-visible field: the header row already needs
   every pixel for six mega tabs plus two CTAs (see the container note above),
   and a 640px search box on top of that does not fit at 1080-1360px. */
.site-search {
  position: fixed; inset: 0; z-index: 200; background: rgba(15, 27, 61, 0.55);
  backdrop-filter: blur(3px); padding: 12vh 16px 16px; overflow-y: auto;
}
.site-search-panel {
  width: 100%; max-width: 680px; margin-inline: auto;
  background: var(--paper); border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-100); overflow: hidden;
}
.site-search-form { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-bottom: 1px solid var(--ink-100); }
.site-search-icon { color: var(--ink-500); flex-shrink: 0; }
.site-search-form input {
  flex: 1; min-width: 0; border: none; background: none; font: inherit; font-size: 1.02rem;
  color: var(--ink-900); padding: 6px 0;
}
.site-search-form input:focus { outline: none; }
.site-search-form input::-webkit-search-cancel-button { display: none; }
.site-search-close {
  flex-shrink: 0; border: 1px solid var(--ink-300); background: var(--paper-alt); color: var(--ink-500);
  font: inherit; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 9px; border-radius: 6px;
}
.site-search-close:hover { color: var(--ink-900); border-color: var(--brand-blue); }
.site-search-results { max-height: 52vh; overflow-y: auto; }
.site-search-results:empty { display: none; }
.site-search-results li a {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 11px 16px; font-size: 0.92rem; color: var(--ink-700); border-bottom: 1px solid var(--ink-100);
}
.site-search-results li:last-child a { border-bottom: none; }
.site-search-results li.is-active a, .site-search-results li a:hover { background: var(--paper-alt); color: var(--brand-blue); }
.ss-label { font-weight: 600; }
.ss-group {
  flex-shrink: 0; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--ink-500); border: 1px solid var(--ink-100); border-radius: var(--radius-full); padding: 3px 9px;
}
.ss-empty { padding: 16px; font-size: 0.9rem; color: var(--ink-500); }
.ss-empty a { color: var(--brand-blue); font-weight: 600; text-decoration: underline; }
.site-search-hint { padding: 11px 16px; font-size: 0.76rem; color: var(--ink-500); background: var(--paper-alt); border-top: 1px solid var(--ink-100); }
body.no-scroll { overflow: hidden; }
@media (max-width: 640px) {
  .site-search { padding-top: 6vh; }
  .ss-group { display: none; }
}

/* Customer / employee account dialogs — same floating-modal pattern as
   .site-search above (fixed overlay, centered panel, body.no-scroll). */
.auth-dialog {
  position: fixed; inset: 0; z-index: 200; background: rgba(15, 27, 61, 0.55);
  backdrop-filter: blur(3px); padding: 12vh 16px 16px; overflow-y: auto;
}
.auth-dialog-panel {
  width: 100%; max-width: 380px; margin-inline: auto;
  background: var(--paper); border-radius: var(--radius-md); box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-100); overflow: hidden;
}
.auth-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--ink-100); }
.auth-dialog-head h2 { font-size: 1.02rem; margin: 0; }
.auth-dialog-close { flex-shrink: 0; color: var(--ink-500); background: none; border: none; padding: 4px; display: inline-flex; border-radius: 6px; cursor: pointer; }
.auth-dialog-close:hover { color: var(--ink-900); background: var(--paper-alt); }

.auth-menu { list-style: none; margin: 0; padding: 8px; }
.auth-menu-item {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 10px 12px; border-radius: 9px; font-size: 0.88rem; font-weight: 600;
  color: var(--ink-900); background: none; border: none; font-family: inherit; cursor: pointer;
}
.auth-menu-item::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-blue-light); flex-shrink: 0; }
a.auth-menu-item:hover { background: var(--paper-alt); }
.auth-menu-item.is-todo { color: var(--ink-500); cursor: default; font-weight: 500; }
.auth-menu-item.is-todo::before { background: var(--ink-300); }
.auth-menu-form { margin: 0; }
.auth-menu-danger { color: #c22e3f; }
.auth-menu-danger::before { background: #c22e3f; }
.auth-menu-danger:hover { background: rgba(194, 46, 63, 0.08); }
.auth-dialog-note { font-size: 0.78rem; color: var(--ink-500); padding: 4px 18px 16px; margin: 0; }

.auth-dialog-body { padding: 18px; }
.auth-dialog-status { font-size: 0.82rem; color: var(--ink-700); background: var(--paper-alt); border-radius: var(--radius-sm); padding: 12px 14px; margin: 0 0 16px; }
.auth-form { display: flex; flex-direction: column; gap: 12px; }
.auth-form .field label { display: block; font-size: 0.76rem; font-weight: 700; color: var(--ink-700); margin-bottom: 5px; }
.auth-form input:disabled { opacity: 0.6; cursor: not-allowed; }
.auth-form button:disabled { opacity: 0.55; cursor: not-allowed; box-shadow: none; transform: none; }
.auth-form-row { display: flex; align-items: center; justify-content: space-between; margin-top: 2px; }
.auth-forgot { font-size: 0.78rem; color: var(--ink-500); }

@media (max-width: 480px) {
  .auth-dialog { padding-top: 8vh; }
  .hide-xs { display: none; }
  /* Two pills + the phone number don't fit this narrow even abbreviated —
     the icon is the part a reader can afford to lose, not the label. */
  .utility-pill svg { display: none; }
  .utility-login-group { gap: 6px; }
  .utility-pill { padding: 4px 8px; }
}
@media (max-width: 340px) {
  /* Below this, even the abbreviated label doesn't fit — icon only, with
     the full label still read by screen readers via aria-label. */
  .utility-pill svg { display: block; }
  .utility-pill .pill-label { display: none; }
  .utility-login-group { gap: 4px; }
  .utility-pill { padding: 5px; }
}

.header-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 0.9rem; color: var(--ink-900); }
.header-phone svg { color: var(--brand-blue); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: none; border-radius: 8px; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink-900); margin-inline: auto; transition: 0.2s; }
.nav-toggle:hover { background: var(--ink-100); }

.mobile-nav { position: sticky; top: var(--header-h); z-index: 49; background: var(--paper); border-bottom: 1px solid var(--ink-100); box-shadow: var(--shadow-md); max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { font-weight: 600; color: var(--ink-900); }

/* Hero */
.hero { position: relative; overflow: hidden; padding-block: 68px 56px; background: linear-gradient(180deg, #080b1c 0%, var(--brand-navy) 55%, #080b1c 100%); color: white; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.hero-blob { position: absolute; width: 620px; height: 620px; opacity: 0.35; filter: blur(6px); animation: float 14s ease-in-out infinite; }
.hero-blob-1 { top: -220px; right: -160px; }
.hero-blob-2 { bottom: -260px; left: -220px; animation-delay: -6s; }
@keyframes float { 0%, 100% { transform: translate(0, 0) rotate(0deg); } 50% { transform: translate(-20px, 30px) rotate(8deg); } }
.hero-inner { position: relative; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 600; color: #bfe0ff; background: rgba(47, 127, 242, 0.16); border: 1px solid rgba(86, 204, 242, 0.3); padding: 6px 16px; border-radius: var(--radius-full); margin-bottom: 20px; }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 20px; }
.grad-text { background: var(--grad-brand); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { max-width: 640px; margin: 0 auto 40px; color: var(--ink-300); font-size: 1.1rem; text-align: justify; text-align-last: center; hyphens: auto; }

/* Search widget */
.search-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14); backdrop-filter: blur(16px); border-radius: var(--radius-lg); padding: 10px; max-width: 980px; margin: 0 auto; box-shadow: var(--shadow-lg); text-align: left; }
.search-tabs { display: flex; gap: 4px; padding: 6px; flex-wrap: wrap; }
.tab { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: var(--radius-full); background: transparent; border: none; color: var(--ink-300); font-weight: 600; font-size: 0.9rem; transition: all 0.15s ease; }
.tab svg { opacity: 0.8; }
.tab.active { background: white; color: var(--ink-900); }
.tab:not(.active):hover { background: rgba(255, 255, 255, 0.1); color: white; }

.search-form { background: white; border-radius: var(--radius-md); padding: 18px; display: flex; flex-direction: column; gap: 16px; }
.search-fields { display: none; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; align-items: end; }
.search-fields.active { display: grid; }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-500); }
.field input, .field select { border: 1px solid var(--ink-100); background: var(--paper-alt); border-radius: var(--radius-sm); padding: 11px 12px; font-size: 0.92rem; color: var(--ink-900); width: 100%; font-family: inherit; }
.field input:focus, .field select:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(47, 127, 242, 0.15); }
.field-narrow { min-width: 150px; }

/* Autocomplete (Country / Visa Type — replaces a giant native <select> with
   type-ahead filtering over 200+ / 19 entries) */
.autocomplete-field { position: relative; }
.autocomplete-input { cursor: text; }
.autocomplete-list {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 70;
  max-height: 300px; overflow-y: auto; margin: 0; padding: 6px;
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg); list-style: none;
}
.autocomplete-list[hidden] { display: none; }
.autocomplete-group-label {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--ink-500); padding: 8px 10px 4px;
}
.autocomplete-option {
  padding: 9px 10px; border-radius: 8px; font-size: 0.88rem; color: var(--ink-900);
  cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.autocomplete-option:hover, .autocomplete-option.active { background: var(--ink-100); }
.autocomplete-empty { padding: 10px; font-size: 0.85rem; color: var(--ink-500); }
/* Sticky search bar's autocomplete fields need their own width + a light-background
   list (the bar itself is already var(--paper), same token — just needs sizing) */
.sticky-search-form .autocomplete-field { min-width: 170px; flex: 1 1 170px; position: relative; }
.sticky-search-form .autocomplete-input {
  border: 1px solid var(--ink-100); background: var(--paper-alt); border-radius: var(--radius-sm);
  padding: 9px 10px; font-size: 0.85rem; color: var(--ink-900); font-family: inherit; width: 100%;
}
.search-submit { align-self: flex-end; height: 46px; padding-inline: 26px; }

.visa-quicklinks { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; margin: 22px 0 44px; }
.visa-quicklinks-label { font-size: 0.85rem; color: var(--ink-300); font-weight: 600; margin-right: 2px; }
.visa-quick-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--radius-full); background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); color: white; font-size: 0.85rem; font-weight: 600; }
.visa-quick-btn:hover { background: rgba(255, 255, 255, 0.16); border-color: rgba(86, 204, 242, 0.5); }

.hero-stats { display: flex; justify-content: center; gap: clamp(20px, 5vw, 56px); flex-wrap: wrap; }
.hero-stats div { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hero-stats strong { font-size: 1.15rem; font-weight: 800; }
.hero-stats span { font-size: 0.85rem; color: var(--ink-300); }

/* Trust bar */
.trustbar { background: var(--paper-alt); border-bottom: 1px solid var(--ink-100); padding-block: 28px; }
.trustbar-inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: flex-start; gap: 12px; }
.trust-item svg { color: var(--brand-blue); flex-shrink: 0; margin-top: 2px; }
.trust-item h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 2px; }
.trust-item p { font-size: 0.82rem; color: var(--ink-500); }

/* Sections */
.section { padding-block: 84px; }
.section-alt { background: var(--paper-alt); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; }
.section-head.center { flex-direction: column; align-items: center; text-align: center; }
.kicker { font-size: 0.85rem; font-weight: 700; color: var(--brand-blue); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.kicker-light { color: rgba(255,255,255,0.85); }
.section-head h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 800; letter-spacing: -0.02em; }
.link-arrow { font-weight: 700; color: var(--brand-blue); font-size: 0.95rem; white-space: nowrap; }
.link-arrow:hover { text-decoration: underline; }

/* Visa type cards */
/* auto-fit rather than a fixed 4: adding Schengen made it five cards, and a
   hard 4-column grid left the fifth stranded alone on a second row. This fills
   the row for any count without needing the card list to be a multiple of 4. */
.visatype-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 20px; }
.visatype-card { padding: 26px; border-radius: var(--radius-md); background: var(--paper); border: 1px solid var(--ink-100); text-align: left; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.visatype-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brand-blue); }
.visatype-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-brand); color: white; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.visatype-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 6px; }
.visatype-card p { font-size: 0.85rem; color: var(--ink-500); margin-bottom: 12px; text-align: justify; hyphens: auto; }

/* Popular visa destinations */
.visa-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.visa-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; border-radius: var(--radius-md); background: var(--paper-alt); border: 1px solid var(--ink-100); box-shadow: var(--shadow-sm); transition: transform 0.2s ease, box-shadow 0.2s ease; text-align: left; width: 100%; }
.visa-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.visa-flag { font-size: 1.8rem; line-height: 1; flex-shrink: 0; }
.visa-card-name { font-weight: 700; font-size: 0.98rem; display: block; }
.visa-card-meta { font-size: 0.78rem; color: var(--ink-500); display: block; margin-top: 2px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { text-align: center; padding: 32px 24px; border-radius: var(--radius-md); background: var(--paper-alt); position: relative; border: 1px solid var(--ink-100); }
.step-num { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 32px; height: 32px; border-radius: 50%; background: var(--grad-brand); color: white; font-weight: 800; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.step-icon { width: 56px; height: 56px; border-radius: 50%; background: white; color: var(--brand-blue); display: flex; align-items: center; justify-content: center; margin: 12px auto 20px; box-shadow: var(--shadow-sm); }
.step h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
.step p { font-size: 0.9rem; color: var(--ink-500); }

/* Deal banner */
.deal-banner { background: var(--grad-brand); color: white; padding-block: 60px; position: relative; overflow: hidden; }
.deal-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.deal-banner h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-bottom: 12px; letter-spacing: -0.02em; }
.deal-sub { max-width: 480px; opacity: 0.95; margin-bottom: 24px; text-align: justify; hyphens: auto; }
.deal-form { display: flex; gap: 10px; max-width: 440px; }
.deal-form input { flex: 1; padding: 13px 16px; border-radius: var(--radius-full); border: none; font-size: 0.95rem; font-family: inherit; }
.deal-form input:focus { outline: 3px solid rgba(255,255,255,0.5); }
.deal-note { margin-top: 10px; font-size: 0.85rem; font-weight: 600; min-height: 1.2em; }
.deal-art { flex-shrink: 0; }

/* Value cards */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { padding: 28px; background: var(--paper-alt); border-radius: var(--radius-md); border: 1px solid var(--ink-100); }
.value-card .value-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--grad-brand); color: white; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.value-card p { font-size: 0.92rem; color: var(--ink-700); line-height: 1.6; text-align: justify; hyphens: auto; }

/* Office / contact */
.offices { position: relative; background: var(--grad-navy); color: white; padding-block: 80px; overflow: hidden; }
.offices-inner { position: relative; }
.office-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 40px; }
.office-card { background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16); backdrop-filter: blur(10px); border-radius: var(--radius-md); padding: 32px; }
.office-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 5px 12px; border-radius: var(--radius-full); background: rgba(86, 204, 242, 0.2); color: #bfe0ff; margin-bottom: 16px; }
.office-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 12px; }
.office-card address { font-style: normal; color: rgba(255, 255, 255, 0.8); line-height: 1.7; margin-bottom: 16px; }
.office-card .office-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: white; }
.office-card .office-phone svg { color: #bfe0ff; }
.office-card p.office-line { color: rgba(255,255,255,0.8); margin-bottom: 10px; }

/* Concierge */
.concierge { padding-block: 84px; background: var(--paper-alt); }
.concierge-inner { display: flex; align-items: center; gap: 48px; }
.concierge-inner > div:last-child { flex: 1; }
.concierge h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; margin-block: 8px 12px; letter-spacing: -0.02em; }
.concierge p:not(.kicker) { color: var(--ink-500); max-width: 520px; margin-bottom: 24px; text-align: justify; hyphens: auto; }
.contact-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-btn { border: 1px solid var(--ink-300); border-radius: var(--radius-sm); padding: 10px 18px; display: flex; align-items: center; gap: 10px; min-width: 190px; }
.contact-btn svg { color: var(--brand-blue); flex-shrink: 0; }
.contact-btn strong { font-size: 0.92rem; display: block; }
.contact-btn span { font-size: 0.78rem; color: var(--ink-500); }
.contact-btn:hover { border-color: var(--brand-blue); }
.concierge-art { flex-shrink: 0; width: 150px; height: 150px; border-radius: 50%; background: var(--grad-brand); display: flex; align-items: center; justify-content: center; color: white; box-shadow: var(--shadow-lg); }

/* Full-width CTA band, sits directly above the footer */
.footer-cta { background: var(--grad-navy); color: white; padding-block: 64px; position: relative; overflow: hidden; }
.footer-cta::after {
  content: ""; position: absolute; top: -140px; right: -120px; width: 420px; height: 420px;
  border-radius: 50%; background: radial-gradient(circle, rgba(41,182,246,0.22), transparent 68%);
  pointer-events: none;
}
.footer-cta-inner { position: relative; text-align: center; max-width: 760px; margin-inline: auto; }
.footer-cta h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; }
.footer-cta p { color: var(--ink-300); font-size: 1.02rem; margin-bottom: 28px; }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.footer-cta .btn-outline-light {
  background: transparent; color: white; border: 1px solid rgba(255,255,255,0.35); box-shadow: none;
}
.footer-cta .btn-outline-light:hover { border-color: white; background: rgba(255,255,255,0.1); box-shadow: none; }

/* Footer */
.site-footer { background: var(--ink-900); color: var(--ink-300); padding-block: 60px 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(5, minmax(0, 1fr)); gap: 26px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-grid > * { min-width: 0; }
/* Not-yet-built footer destinations — same honesty rule as the mega-menu */
.footer-col .is-todo { color: var(--ink-500); opacity: 0.7; cursor: default; }
.footer-col .is-todo:hover { color: var(--ink-500); }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; color: white; }
.footer-logo span { color: var(--brand-blue-light); }
.footer-logo-mark { height: 26px; width: auto; flex-shrink: 0; }
/* Left-aligned, not justified: the footer brand column is too narrow for
   justification — it opens rivers of whitespace mid-line. */
.footer-brand p { font-size: 0.88rem; margin-block: 16px 20px; max-width: 300px; color: var(--ink-300); text-align: left; }
.social-row { display: flex; gap: 10px; }
.social-btn { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; }
.social-btn:hover { background: rgba(255,255,255,0.16); }
.footer-col h4 { color: white; font-size: 0.9rem; margin-bottom: 16px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; font-size: 0.88rem; min-width: 0; }
.footer-col a, .footer-col span { overflow-wrap: break-word; }
.footer-col a:hover { color: white; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; font-size: 0.82rem; color: var(--ink-500); flex-wrap: wrap; gap: 8px; }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1080px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-outline-brand, .header-search-btn { display: none; }
  .trustbar-inner { grid-template-columns: repeat(2, 1fr); }
  .visatype-grid { grid-template-columns: repeat(2, 1fr); }
  .visa-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid { grid-template-columns: 1fr; }
  .office-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .region-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .logo-word { font-size: 1.05rem; }
  .logo-mark { height: 26px; }
  .header-actions .btn-primary { display: none; }
  .header-inner { gap: 12px; }
  /* Justified text needs column width to look right — narrow phones fall back to left-aligned */
  .hero-sub, .visatype-card p, .deal-sub, .value-card p, .concierge p:not(.kicker), .footer-brand p, #about p[style] {
    text-align: left;
  }
}
@media (max-width: 760px) {
  .hide-sm { display: none !important; }
}
/* Two utility-bar login pills need more room than the one "Sign in" link
   this threshold was originally tuned for — widened from 760 to clear the
   761-778px band where phone number + both pills + socials no longer fit
   but hadn't yet hit the old cutoff. */
@media (max-width: 800px) {
  .utility-social { display: none; }
  .utility-left { gap: 12px; }
  .utility-left a { white-space: nowrap; }
  .search-submit { align-self: stretch; }
  .visatype-grid { grid-template-columns: 1fr; }
  .visa-grid { grid-template-columns: 1fr; }
  .trustbar-inner { grid-template-columns: 1fr; gap: 20px; }
  .office-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .deal-banner-inner { flex-direction: column; text-align: center; }
  .deal-form { flex-direction: column; width: 100%; }
  .concierge-inner { flex-direction: column; text-align: center; }
  .contact-btns { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .section { padding-block: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-blob { animation: none; }
  html { scroll-behavior: auto; }
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* ===============================================
   Visa/country page components (shared across
   the homepage and every generated /visa/ page)
=============================================== */

/* Sample-content notice — every generated page carries this until real data lands */
.sample-banner {
  background: #fff7e6;
  border-bottom: 1px solid #f0c36d;
  color: #6b4d06;
  font-size: 0.85rem;
  text-align: center;
  padding: 10px 16px;
}
.sample-banner strong { font-weight: 700; }
@media (prefers-color-scheme: dark) {
  .sample-banner { background: #3a2d0a; border-color: #6b4d06; color: #f0c36d; }
}

/* Breadcrumbs */
.breadcrumbs { padding-block: 16px; font-size: 0.84rem; color: var(--ink-500); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; list-style: none; }
.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li:not(:last-child)::after { content: "/"; color: var(--ink-300); }
.breadcrumbs a { color: var(--brand-blue); font-weight: 600; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs li[aria-current] { color: var(--ink-700); font-weight: 600; }

/* Shorter hero for inner pages (country / visa-type / request-info) */
.page-hero {
  position: relative; overflow: hidden;
  padding-block: 48px 40px;
  background: linear-gradient(180deg, #080b1c 0%, var(--brand-navy) 65%, #080b1c 100%);
  color: white; isolation: isolate;
}
.page-hero .container { position: relative; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; max-width: 820px; }
.page-hero .page-hero-sub { max-width: 680px; color: var(--ink-300); font-size: 1.05rem; margin-top: 14px; text-align: justify; hyphens: auto; }
.page-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.page-hero-meta span { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius-full); padding: 6px 14px; font-size: 0.8rem; font-weight: 600; }

/* Visa-type tabs — one country page, one tab per visa type (Tourist/Business/…) */
/* The tabs sit on the light .visatype-bar now, not inside the dark hero, so
   they use theme tokens instead of white-on-translucent. */
.visatabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.visatab {
  display: inline-flex; align-items: center; gap: 6px; padding: 9px 17px;
  border-radius: var(--radius-full); background: var(--paper-alt);
  border: 1px solid var(--ink-300); color: var(--ink-700);
  font-weight: 600; font-size: 0.88rem; transition: all 0.15s ease; white-space: nowrap;
}
.visatab.active {
  background: var(--grad-brand); color: white; border-color: transparent;
  box-shadow: var(--shadow-sm, 0 2px 8px rgba(36,120,224,.28));
}
.visatab:not(.active):hover { border-color: var(--brand-blue); color: var(--brand-blue); }
.visatab-panel[hidden] { display: none; }

/* Quick action row: quick apply / contact expert / download checklist / share / print / save */
.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.quick-actions .btn svg { flex-shrink: 0; }
.quick-actions .btn-outline {
  background: transparent; color: white; border: 1px solid rgba(255,255,255,0.3);
}
.quick-actions .btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }

/* Sticky visa search bar — shown on visa/country pages once the hero scrolls past */
.sticky-search {
  position: sticky; top: var(--header-h); z-index: 40;
  background: var(--paper); border-bottom: 1px solid var(--ink-100);
  box-shadow: var(--shadow-sm);
  transform: translateY(-12px); opacity: 0; visibility: hidden; max-height: 0; overflow: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s, max-height 0.2s ease;
}
.sticky-search.is-visible { opacity: 1; transform: translateY(0); visibility: visible; max-height: 120px; }
.sticky-search-inner { display: flex; align-items: center; gap: 12px; padding-block: 10px; flex-wrap: wrap; }
.sticky-search-label { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.85rem; color: var(--ink-900); flex-shrink: 0; }
.sticky-search-label svg { color: var(--brand-blue); }
.sticky-search-form { display: flex; gap: 10px; flex-wrap: wrap; flex: 1; }
.sticky-search-form select {
  border: 1px solid var(--ink-100); background: var(--paper-alt); border-radius: var(--radius-sm);
  padding: 9px 10px; font-size: 0.85rem; color: var(--ink-900); font-family: inherit; min-width: 150px;
}
.sticky-search-form button { flex-shrink: 0; padding: 9px 18px; }

/* Info sections: overview / eligibility / fees / embassy / procedure grids */
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-card { background: var(--paper-alt); border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 24px; }
.info-card h3 { display: flex; align-items: center; gap: 10px; font-size: 1.02rem; font-weight: 700; margin-bottom: 12px; }
.info-card h3 svg { color: var(--brand-blue); flex-shrink: 0; }
.info-card p, .info-card li { font-size: 0.92rem; color: var(--ink-700); line-height: 1.7; }
.info-card ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.info-card ul li { display: flex; gap: 8px; align-items: flex-start; }
.info-card ul li::before { content: "→"; color: var(--brand-blue); font-weight: 700; flex-shrink: 0; }
.info-card .placeholder { color: var(--ink-500); font-style: italic; }

.fact-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }
.fact-tile { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 18px; text-align: center; }
.fact-tile strong { display: block; font-size: 1.15rem; font-weight: 800; color: var(--brand-navy); }
.fact-tile span { font-size: 0.78rem; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.04em; }
@media (prefers-color-scheme: dark) { .fact-tile strong { color: var(--ink-900); } }

/* Document checklist groups */
.doc-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.doc-group { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 22px; }
.doc-group h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.doc-group.mandatory h4 { color: var(--brand-blue); }
.doc-group ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.doc-group li { font-size: 0.88rem; color: var(--ink-700); display: flex; gap: 8px; align-items: flex-start; line-height: 1.5; }
.doc-group li::before { content: "☐"; color: var(--brand-blue); flex-shrink: 0; font-size: 1rem; line-height: 1.3; }

/* FAQ accordion */
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 860px; margin: 0 auto; }
.faq-item { border: 1px solid var(--ink-100); border-radius: var(--radius-md); background: var(--paper); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; padding: 18px 20px; background: transparent; border: none;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  font-weight: 700; font-size: 0.95rem; color: var(--ink-900);
}
.faq-q::after { content: "+"; font-size: 1.3rem; color: var(--brand-blue); flex-shrink: 0; transition: transform 0.2s ease; }
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a p { padding: 0 20px 18px; font-size: 0.9rem; color: var(--ink-500); line-height: 1.7; text-align: justify; hyphens: auto; }

/* Related pages / related countries / recently viewed */
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-link {
  padding: 9px 16px; border-radius: var(--radius-full); background: var(--paper-alt);
  border: 1px solid var(--ink-100); font-size: 0.85rem; font-weight: 600; color: var(--ink-700);
}
.related-link:hover { border-color: var(--brand-blue); color: var(--brand-blue); }

/* Compare visa types tray */
.compare-tray {
  position: fixed; left: 50%; bottom: 20px; transform: translate(-50%, 120%);
  display: flex; align-items: center; gap: 14px; background: var(--ink-900); color: white;
  padding: 12px 18px; border-radius: var(--radius-full); box-shadow: var(--shadow-lg);
  z-index: 60; opacity: 0; transition: opacity 0.2s ease, transform 0.2s ease;
}
.compare-tray.is-visible { opacity: 1; transform: translate(-50%, 0); }
.compare-tray span { font-size: 0.85rem; }
.compare-checkbox { display: inline-flex; align-items: center; gap: 6px; font-size: 0.85rem; color: var(--ink-700); }

/* Enquiry widget */
.enquiry-section { padding-block: 72px; background: var(--paper-alt); }
.enquiry-card { max-width: 880px; margin: 0 auto; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow-md); }
.enquiry-head { text-align: center; margin-bottom: 28px; }
.enquiry-head h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 800; }
.enquiry-head p { color: var(--ink-500); margin-top: 8px; }
.enquiry-fieldset { border: none; padding: 0; margin: 0 0 22px; }
.enquiry-fieldset legend { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--brand-blue); margin-bottom: 12px; padding: 0; }
.enquiry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.enquiry-field { display: flex; flex-direction: column; gap: 6px; }
.enquiry-field.full { grid-column: 1 / -1; }
.enquiry-field label { font-size: 0.82rem; font-weight: 600; color: var(--ink-700); }
.enquiry-field input, .enquiry-field select, .enquiry-field textarea {
  border: 1px solid var(--ink-100); background: var(--paper-alt); border-radius: var(--radius-sm);
  padding: 11px 12px; font-size: 0.92rem; color: var(--ink-900); font-family: inherit; width: 100%;
}
.enquiry-field textarea { resize: vertical; min-height: 90px; }
.enquiry-field input:focus, .enquiry-field select:focus, .enquiry-field textarea:focus {
  outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(36, 120, 224, 0.15);
}
.enquiry-uploads { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.enquiry-upload { border: 1.5px dashed var(--ink-300); border-radius: var(--radius-sm); padding: 16px; text-align: center; }
.enquiry-upload label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink-700); margin-bottom: 8px; }
.enquiry-upload input[type="file"] { font-size: 0.78rem; width: 100%; }
.enquiry-hint { font-size: 0.76rem; color: var(--ink-500); margin-top: 10px; }
.enquiry-actions { display: flex; gap: 12px; margin-top: 26px; }
.enquiry-actions .btn-ghost { border: 1px solid var(--ink-300); }
.honeypot-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.enquiry-success { text-align: center; padding: 40px 20px; }
.enquiry-success .success-icon {
  width: 64px; height: 64px; border-radius: 50%; background: var(--grad-brand); color: white;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.enquiry-success h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 10px; }
.enquiry-success p { color: var(--ink-500); max-width: 480px; margin: 0 auto; }
.enquiry-success .ref-number { display: inline-block; margin-top: 14px; font-weight: 700; color: var(--brand-blue); background: var(--paper-alt); border-radius: var(--radius-sm); padding: 8px 16px; }

/* Print styles: checklist / country pages print cleanly without nav/search chrome */
@media print {
  .utility-bar, .site-header, .mobile-nav, .sticky-search, .page-hero .quick-actions,
  .enquiry-section, .site-footer, .compare-tray, .sample-banner, .breadcrumbs a[href="#top"] { display: none !important; }
  .page-hero { background: none !important; color: var(--ink-900) !important; padding-block: 0 24px; }
  body { background: white; }
}

@media (max-width: 1080px) {
  .info-grid { grid-template-columns: 1fr; }
  .doc-groups { grid-template-columns: 1fr; }
  .fact-strip { grid-template-columns: repeat(2, 1fr); }
  .enquiry-grid { grid-template-columns: 1fr; }
  .enquiry-uploads { grid-template-columns: 1fr; }
  .sticky-search-form select { min-width: 130px; }
}
@media (max-width: 760px) {
  .quick-actions { justify-content: center; }
  .quick-actions .btn { flex: 1 1 auto; justify-content: center; }
  .enquiry-card { padding: 22px; }

  /* The sticky bar clips at max-height: 120px. On a phone the three fields
     wrap to three rows, so the bar was cutting itself off mid-form and
     overlaying the page. Collapse to the one field that matters — the
     destination — and let the country page itself supply the visa type. */
  .sticky-search-inner { flex-wrap: nowrap; gap: 8px; }
  .sticky-search-label span, .sticky-search-label { font-size: 0; gap: 0; }
  .sticky-search-label svg { font-size: 1rem; width: 18px; height: 18px; }
  .sticky-search-form { flex-wrap: nowrap; gap: 8px; }
  .sticky-search-form select,
  .sticky-search-form .sticky-field-visatype { display: none; }
  .sticky-search-form .autocomplete-field { min-width: 0; flex: 1 1 auto; }
  .sticky-search-form button { padding: 9px 14px; }
}

/* ===============================================
   Countries index (/countries.html) — grouped by region
=============================================== */
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.region-card { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 24px; }
.region-card h3 { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; font-size: 1.02rem; font-weight: 700; margin-bottom: 4px; }
.region-card h3 .region-count { font-size: 0.76rem; font-weight: 600; color: var(--ink-500); }
.region-card > p { font-size: 0.8rem; color: var(--ink-500); margin-bottom: 14px; }
.region-links { display: flex; flex-wrap: wrap; gap: 6px; }
.region-links a {
  padding: 5px 11px; border-radius: var(--radius-full); background: var(--paper-alt);
  border: 1px solid var(--ink-100); font-size: 0.8rem; font-weight: 500; color: var(--ink-700);
}
.region-links a:hover { border-color: var(--brand-blue); color: var(--brand-blue); }

.az-jump { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 26px; }
.az-jump a {
  width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 8px; background: var(--paper-alt); border: 1px solid var(--ink-100);
  font-size: 0.82rem; font-weight: 700; color: var(--ink-700);
}
.az-jump a:hover { background: var(--brand-blue); color: white; border-color: var(--brand-blue); }
.az-block { margin-bottom: 26px; scroll-margin-top: calc(var(--header-h) + 16px); }
.az-block h3 {
  font-size: 1.1rem; font-weight: 800; color: var(--brand-blue);
  padding-bottom: 8px; margin-bottom: 12px; border-bottom: 1px solid var(--ink-100);
}

/* Mobile nav: mega-menu sections become simple stacked accordions */
.mobile-nav .m-section { border-bottom: 1px solid var(--ink-100); }
.mobile-nav .m-trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 15px 24px; background: none; border: none; font: inherit;
  font-weight: 700; font-size: 0.95rem; color: var(--ink-900); text-align: left;
}
.mobile-nav .m-trigger::after { content: "+"; font-size: 1.25rem; color: var(--brand-blue); transition: transform 0.2s ease; }
.mobile-nav .m-section.open .m-trigger::after { transform: rotate(45deg); }
.mobile-nav .m-panel { display: none; padding: 0 24px 14px; }
.mobile-nav .m-section.open .m-panel { display: block; }
.mobile-nav .m-panel h5 {
  font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: var(--brand-blue); margin: 12px 0 6px;
}
.mobile-nav .m-panel a, .mobile-nav .m-panel span.is-todo {
  display: block; padding: 8px 0; font-size: 0.88rem; color: var(--ink-700); border: none;
}
.mobile-nav .m-panel span.is-todo { color: var(--ink-500); opacity: 0.7; }
.mobile-nav .m-actions { display: flex; flex-direction: column; gap: 10px; padding: 16px 24px 22px; }
.mobile-nav .m-actions .btn { width: 100%; justify-content: center; }

@media (max-width: 760px) {
  .region-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-cta { padding-block: 48px; }
  .footer-cta-actions .btn { flex: 1 1 auto; justify-content: center; }
}

/* ===============================================
   Live exchange-rate strip (above the footer, site-wide)
   Deliberately compact — a utility strip, not a hero band.
=============================================== */
.fx-strip { background: var(--paper-alt); border-top: 1px solid var(--ink-100); border-bottom: 1px solid var(--ink-100); padding-block: 14px; }
.fx-inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px 22px; }
.fx-title { display: inline-flex; align-items: center; gap: 7px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--brand-blue); }
.fx-rates { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; }
.fx-rate { display: inline-flex; align-items: baseline; gap: 7px; padding: 5px 13px; border-radius: var(--radius-full); background: var(--paper); border: 1px solid var(--ink-100); }
.fx-pair { font-size: 0.76rem; font-weight: 600; color: var(--ink-500); }
.fx-rate strong { font-size: 0.95rem; font-weight: 800; color: var(--ink-900); font-variant-numeric: tabular-nums; }
.fx-meta { font-size: 0.72rem; color: var(--ink-500); }
.fx-unavailable { font-size: 0.82rem; color: var(--ink-500); font-style: italic; }
@media (max-width: 760px) {
  .fx-inner { flex-direction: column; gap: 8px; text-align: center; }
  .fx-rates { justify-content: center; }
}
@media print { .fx-strip { display: none !important; } }

/* ===============================================
   Content pages (page.php), service console, 404
=============================================== */
.prose { max-width: 760px; margin-inline: auto; }
.prose p { color: var(--ink-700); line-height: 1.75; margin-bottom: 14px; text-align: justify; hyphens: auto; }
.prose p:last-child { margin-bottom: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.notice-inline {
  max-width: 860px; margin-inline: auto; padding: 14px 18px; border-radius: var(--radius-sm);
  background: #fff7e6; border: 1px solid #f0c36d; color: #6b4d06; font-size: 0.88rem; line-height: 1.6;
}
@media (prefers-color-scheme: dark) { .notice-inline { background: #3a2d0a; border-color: #6b4d06; color: #f0c36d; } }

/* Service console */
.console-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.console-tile {
  display: flex; flex-direction: column; gap: 6px; padding: 24px;
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.console-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-blue); }
.console-tile.is-primary { border-color: var(--brand-blue); background: linear-gradient(160deg, rgba(41,182,246,.07), transparent 70%); }
.console-icon {
  width: 42px; height: 42px; border-radius: 11px; background: var(--grad-brand); color: #fff;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 6px;
}
.console-label { font-weight: 700; font-size: 1rem; color: var(--ink-900); }
.console-desc { font-size: .85rem; color: var(--ink-500); }

/* Track form */
.track-card { max-width: 640px; margin-inline: auto; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow-md); text-align: center; }
.track-card h2 { font-size: 1.15rem; margin-bottom: 16px; }
.track-form { display: flex; gap: 10px; flex-wrap: wrap; }
.track-form input {
  flex: 1 1 240px; border: 1px solid var(--ink-100); background: var(--paper-alt);
  border-radius: var(--radius-sm); padding: 12px 14px; font-size: .95rem; color: var(--ink-900); font-family: inherit;
}
.track-form input:focus { outline: none; border-color: var(--brand-blue); box-shadow: 0 0 0 3px rgba(36,120,224,.15); }
.track-result { margin-top: 14px; font-size: .9rem; color: var(--ink-700); min-height: 1.4em; }

/* Stage list */
.stage-list { max-width: 700px; margin-inline: auto; display: grid; gap: 8px; counter-reset: none; }
.stage-list li { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-sm); font-size: .92rem; color: var(--ink-700); }
.stage-num { width: 26px; height: 26px; flex-shrink: 0; border-radius: 50%; background: var(--grad-brand); color: #fff; font-size: .78rem; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; }

/* Guide cards */
.guide-card { display: block; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--brand-blue); }
.guide-card .link-arrow { display: inline-block; margin-top: 10px; font-size: .85rem; }

/* "Content required" block — deliberately visible, not hidden away */
.needs-input {
  max-width: 860px; margin-inline: auto; padding: 28px 30px; border-radius: var(--radius-md);
  background: var(--paper); border: 1px dashed var(--brand-blue);
}
.needs-input h2 { font-size: 1.05rem; margin-bottom: 10px; color: var(--brand-blue); }
.needs-input-why { font-size: .9rem; color: var(--ink-700); margin-bottom: 14px; line-height: 1.65; }
.needs-input ul { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.needs-input li { font-size: .9rem; color: var(--ink-700); padding-left: 20px; position: relative; line-height: 1.6; }
.needs-input li::before { content: "☐"; position: absolute; left: 0; color: var(--brand-blue); }
.needs-input-note { font-size: .8rem; color: var(--ink-500); }
.needs-input code { background: var(--paper-alt); padding: 1px 5px; border-radius: 4px; font-size: .95em; }

/* Footer additions */
.footer-destinations { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding-block: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.fd-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--brand-blue-light); }
.fd-links { display: flex; flex-wrap: wrap; gap: 8px; }
.fd-links a { padding: 5px 12px; border-radius: var(--radius-full); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); font-size: .8rem; color: var(--ink-300); }
.fd-links a:hover { background: rgba(255,255,255,.13); color: #fff; }
.fd-links .fd-all { background: transparent; border-color: transparent; color: var(--brand-blue-light); font-weight: 700; }
.footer-disclosure { padding-block: 20px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .8rem; color: var(--ink-500); line-height: 1.7; }
.footer-disclosure a { color: var(--ink-300); }
.footer-disclosure a:hover { color: #fff; }
.footer-disclaimer { margin-top: 8px; font-size: .76rem; opacity: .85; max-width: 900px; }

@media (max-width: 1080px) { .console-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .console-grid { grid-template-columns: 1fr; }
  .prose p { text-align: left; }
  .track-form { flex-direction: column; }
  .track-form .btn { width: 100%; justify-content: center; }
}

/* =====================================================================
   Sign-in (/login) and the account dashboard (/account)
   ===================================================================== */
.auth-section { padding-block: 56px 72px; }
.auth-container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr); gap: 40px; align-items: start; }
.auth-card {
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 34px;
}
.auth-head h1 { font-size: clamp(1.5rem, 3vw, 1.95rem); margin-bottom: 10px; }
.auth-head p { color: var(--ink-500); font-size: 0.95rem; margin-bottom: 26px; }

.auth-error {
  background: rgba(233, 84, 84, 0.09); border: 1px solid rgba(233, 84, 84, 0.35);
  color: var(--ink-900); border-radius: var(--radius-sm); padding: 13px 15px;
  font-size: 0.88rem; margin-bottom: 22px; line-height: 1.55;
}
.auth-error a { color: var(--brand-blue); font-weight: 600; text-decoration: underline; }
.auth-error code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.85em; }

.auth-providers { display: flex; flex-direction: column; gap: 12px; margin-bottom: 26px; }
.auth-btn {
  display: flex; align-items: center; gap: 13px; width: 100%;
  padding: 13px 18px; border-radius: var(--radius-sm);
  border: 1px solid var(--ink-300); background: var(--paper);
  font-weight: 650; font-size: 0.95rem; color: var(--ink-900);
  transition: border-color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}
.auth-btn:hover { border-color: var(--brand-blue); transform: translateY(-1px); box-shadow: var(--shadow-md); }
.auth-mark { display: inline-flex; align-items: center; justify-content: center; width: 22px; flex-shrink: 0; }
/* X's mark is a monochrome glyph, so it has to follow the text colour to stay
   visible in both themes — the Google and Facebook marks carry their own. */
.auth-btn-x .auth-mark { color: var(--ink-900); }
.auth-btn-off { opacity: 0.6; cursor: not-allowed; }
.auth-btn-off:hover { border-color: var(--ink-300); transform: none; box-shadow: none; }
.auth-badge {
  margin-left: auto; font-size: 0.66rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.06em; color: var(--ink-500); border: 1px solid var(--ink-300);
  border-radius: var(--radius-full); padding: 3px 9px; white-space: nowrap;
}
.auth-note { font-size: 0.82rem; color: var(--ink-500); line-height: 1.65; margin-top: 12px; }
.auth-note a { color: var(--brand-blue); font-weight: 600; }
.auth-note-x { border-left: 3px solid var(--ink-300); padding-left: 12px; }
.auth-form-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.auth-card-wide { max-width: 760px; margin-inline: auto; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; font-size: 0.76rem; color: var(--ink-500); text-transform: uppercase; letter-spacing: 0.05em; }
.auth-divider::before, .auth-divider::after { content: ""; flex: 1; height: 1px; background: var(--ink-100); }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* Registration wizard */
.wizard-steps { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.wizard-step-dot { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600; color: var(--ink-500); }
.wizard-step-dot .dot-num { width: 24px; height: 24px; border-radius: 50%; background: var(--paper-alt); color: var(--ink-500); display: inline-flex; align-items: center; justify-content: center; font-size: 0.76rem; font-weight: 700; flex-shrink: 0; }
.wizard-step-dot.is-current { color: var(--ink-900); }
.wizard-step-dot.is-current .dot-num { background: var(--brand-blue); color: white; }
.wizard-step-dot.is-done .dot-num { background: var(--brand-blue); color: white; }
.wizard-step-line { flex: 1; height: 2px; background: var(--ink-100); min-width: 20px; }
.wizard-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; }
.field-error { display: block; font-size: 0.76rem; color: #c22e3f; margin-top: 4px; }
.consent-list { display: flex; flex-direction: column; gap: 12px; margin: 18px 0; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.86rem; color: var(--ink-700); line-height: 1.5; cursor: pointer; }
.consent-row input { margin-top: 3px; flex-shrink: 0; width: 16px; height: 16px; accent-color: var(--brand-blue); }
.consent-row a { color: var(--brand-blue); font-weight: 600; }
.otp-input { font-size: 1.4rem; letter-spacing: 0.4em; text-align: center; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; padding: 12px; }
.account-password-form { display: flex; flex-direction: column; gap: 12px; margin-top: 10px; max-width: 340px; }
@media (max-width: 480px) {
  .wizard-step-dot .dot-label { display: none; }
  .wizard-step-dot .dot-num { width: 22px; height: 22px; }
  .wizard-steps { gap: 6px; }
  .wizard-step-line { min-width: 12px; }
}

.auth-aside h2 { font-size: 1.15rem; margin-bottom: 16px; }
.auth-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.auth-list li { font-size: 0.9rem; color: var(--ink-700); line-height: 1.6; padding-left: 24px; position: relative; }
.auth-list li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 10px; height: 10px;
  border-radius: 3px; background: var(--grad-brand);
}
.auth-list strong { color: var(--ink-900); }

/* ---- Account dashboard ---- */
.account-head { display: flex; align-items: center; gap: 18px; margin: 8px 0 28px; flex-wrap: wrap; }
.account-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.account-avatar-initial {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-brand); color: white; font-size: 1.6rem; font-weight: 800;
}
.account-head h1 { font-size: clamp(1.4rem, 3vw, 1.85rem); }
.account-sub { color: var(--ink-500); font-size: 0.88rem; margin-top: 4px; }
.account-signout { margin-left: auto; }

.account-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin: 28px 0 40px; }
.enquiries-panel { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-lg); }
.enquiries-empty { text-align: center; padding: 48px 24px; max-width: 440px; margin-inline: auto; }
.enquiries-empty-icon { color: var(--ink-300); margin-bottom: 14px; }
.enquiries-empty h3 { font-size: 1.05rem; margin-bottom: 8px; }
.enquiries-empty p { font-size: 0.88rem; color: var(--ink-500); margin: 0 auto 22px; }
.enquiries-empty-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* Real "My Enquiries" cards (Phase 4 — vs. the empty state above) */
.enquiry-card-row { display: flex; flex-direction: column; gap: 12px; }
.enquiry-card {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 16px 20px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.enquiry-card:hover { border-color: var(--brand-blue); box-shadow: var(--shadow-sm); }
.enquiry-card-main { min-width: 0; }
.enquiry-card-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.74rem; color: var(--ink-500); display: block; margin-bottom: 3px; }
.enquiry-card-title { font-weight: 700; font-size: 0.95rem; color: var(--ink-900); }
.enquiry-card-meta { font-size: 0.8rem; color: var(--ink-500); margin-top: 3px; }

/* Enquire Now floating button */
.enquire-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--grad-brand); color: white; border: none; border-radius: var(--radius-full);
  padding: 13px 20px 13px 16px; font-weight: 700; font-size: 0.9rem; box-shadow: var(--shadow-glow);
  cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.enquire-fab:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(47, 127, 242, 0.42); }
@media (max-width: 480px) {
  .enquire-fab { right: 14px; bottom: 14px; padding: 13px; }
  .enquire-fab-label { display: none; }
}

/* Service picker (step 1 of Enquire Now) */
.enq-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 4px 20px 0; }
.enq-service-card {
  border: 1.5px solid var(--ink-100); border-radius: var(--radius-md); background: var(--paper);
  padding: 16px 10px; text-align: center; font-size: 0.82rem; font-weight: 700; color: var(--ink-700);
  cursor: pointer; transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.enq-service-card:hover { border-color: var(--brand-blue); }
.enq-service-card.is-picked { border-color: var(--brand-blue); background: rgba(41, 182, 246, 0.09); color: var(--brand-blue); }
@media (max-width: 560px) { .enq-service-grid { grid-template-columns: repeat(2, 1fr); } }
#enquireNowMsg:empty { display: none; }
#enquireNowMsg { margin: 0 20px 16px; }

/* Enquiry detail page */
.enq-detail-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 22px; }
.enq-detail-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.76rem; color: var(--ink-500); display: block; margin-bottom: 4px; }
.enq-detail-head h1 { font-size: 1.3rem; }
.enq-status-badge { flex-shrink: 0; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; padding: 5px 13px; border-radius: var(--radius-full); }
.enq-status-badge.status-new { background: rgba(41, 182, 246, 0.14); color: var(--brand-blue); }
.enq-status-badge.status-in-progress { background: rgba(245, 166, 35, 0.15); color: #a4650f; }
.enq-status-badge.status-completed { background: rgba(26, 138, 95, 0.14); color: #1a8a5f; }
.enq-status-badge.status-cancelled { background: var(--paper-alt); color: var(--ink-500); }
/* Document verification statuses (Phase 7) — same badge, reused for the
   documents list rather than a parallel component. */
.enq-status-badge.status-under-review { background: rgba(41, 182, 246, 0.14); color: var(--brand-blue); }
.enq-status-badge.status-accepted { background: rgba(26, 138, 95, 0.14); color: #1a8a5f; }
.enq-status-badge.status-rejected { background: rgba(194, 46, 63, 0.12); color: #c22e3f; }
.enq-status-badge.status-replacement-required { background: rgba(245, 166, 35, 0.15); color: #a4650f; }
.enq-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 24px; margin-bottom: 20px; }
.enq-detail-grid > div { display: flex; flex-direction: column; gap: 4px; }
.enq-detail-label { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-500); }
.enq-detail-grid > div > span:last-child, .enq-detail-message p { font-size: 0.92rem; color: var(--ink-900); }
.enq-detail-message { margin-bottom: 8px; }
.enq-detail-message p { margin: 4px 0 0; line-height: 1.6; }
@media (max-width: 560px) { .enq-detail-grid { grid-template-columns: 1fr; } }

/* Status timeline (enquiry detail page) */
.enq-timeline { display: flex; flex-direction: column; }
.enq-tl-item { display: flex; gap: 14px; padding-bottom: 20px; position: relative; }
.enq-tl-item::before { content: ""; position: absolute; left: 5px; top: 18px; bottom: -4px; width: 1px; background: var(--ink-100); }
.enq-tl-item:last-child::before { display: none; }
.enq-tl-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--brand-blue); margin-top: 4px; flex-shrink: 0; }
.enq-tl-dot.is-pending { background: var(--ink-300); }
.enq-tl-body b { display: block; font-size: 0.9rem; color: var(--ink-900); }
.enq-tl-body b.is-pending { color: var(--ink-500); font-weight: 600; }
.enq-tl-body p { font-size: 0.85rem; color: var(--ink-700); margin: 3px 0 0; }
.enq-tl-body span { font-size: 0.76rem; color: var(--ink-500); display: block; margin-top: 3px; }

/* Document upload (enquiry detail page) */
.doc-passport-status { border-radius: var(--radius-sm); padding: 10px 14px; font-size: 0.86rem; font-weight: 600; margin-bottom: 16px; }
.doc-passport-status.is-ok { background: rgba(26, 138, 95, 0.1); color: #1a8a5f; }
.doc-passport-status.is-missing { background: rgba(245, 166, 35, 0.12); color: #a4650f; }
.doc-drop {
  border: 1.5px dashed var(--ink-300); border-radius: var(--radius-md); background: var(--paper-alt);
  padding: 22px; text-align: center; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.doc-drop.is-dragover { border-color: var(--brand-blue); background: rgba(41, 182, 246, 0.08); }
.doc-drop p { margin: 0; font-size: 0.85rem; color: var(--ink-500); flex-basis: 100%; }
.doc-drop select { border: 1px solid var(--ink-100); border-radius: var(--radius-sm); padding: 8px 10px; font-size: 0.82rem; font-family: inherit; background: var(--paper); color: var(--ink-900); max-width: 240px; }
#docUploadMsg { margin-top: 10px; }
#docUploadMsg:empty { display: none; }
.doc-counter { display: flex; justify-content: space-between; font-size: 0.78rem; font-weight: 600; color: var(--ink-700); margin-top: 16px; }
.doc-progress-track { height: 6px; border-radius: 99px; background: var(--ink-100); overflow: hidden; margin-top: 6px; }
.doc-progress-fill { height: 100%; background: var(--grad-brand); transition: width 0.2s ease; }
.doc-list { margin-top: 16px; display: flex; flex-direction: column; gap: 2px; }
.doc-item { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-top: 1px solid var(--ink-100); }
.doc-item:first-child { border-top: none; }
.doc-item-main { min-width: 0; flex: 1; }
.doc-item-main a { font-size: 0.88rem; font-weight: 600; color: var(--ink-900); word-break: break-word; }
.doc-item-main a:hover { color: var(--brand-blue); }
.doc-item-meta { display: block; font-size: 0.74rem; color: var(--ink-500); margin-top: 2px; }
.doc-item-reason { font-size: 0.78rem; color: #a4650f; margin: 4px 0 0; }
.doc-item-remove { flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%; border: none; background: var(--paper-alt); color: var(--ink-500); font-size: 1rem; line-height: 1; cursor: pointer; }
.doc-item-remove:hover { background: rgba(194, 46, 63, 0.12); color: #c22e3f; }
@media (max-width: 560px) { .doc-counter { flex-direction: column; gap: 4px; } }

/* Forex document checklist */
.forex-checklist { display: flex; flex-direction: column; border: 1px solid var(--ink-100); border-radius: var(--radius-md); overflow: hidden; }
.forex-checklist-item { display: flex; align-items: center; gap: 12px; padding: 11px 16px; border-top: 1px solid var(--ink-100); }
.forex-checklist-item:first-child { border-top: none; }
.forex-checklist-check { width: 20px; height: 20px; border-radius: 50%; border: 1.5px solid var(--ink-300); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; color: white; }
.forex-checklist-item.is-done .forex-checklist-check { background: #1a8a5f; border-color: #1a8a5f; }
.forex-checklist-label { flex: 1; font-size: 0.88rem; color: var(--ink-900); }
.forex-checklist-tag { flex-shrink: 0; font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; padding: 3px 9px; border-radius: var(--radius-full); }
.forex-checklist-tag.is-mandatory { background: rgba(194, 46, 63, 0.1); color: #c22e3f; }
.forex-checklist-tag.is-conditional { background: var(--paper-alt); color: var(--ink-500); }

/* Forex delivery pipeline */
.forex-pipeline { display: flex; flex-wrap: wrap; gap: 8px 4px; }
.forex-pipeline-stage { display: flex; align-items: center; gap: 6px; font-size: 0.74rem; font-weight: 600; color: var(--ink-500); background: var(--paper-alt); border-radius: var(--radius-full); padding: 6px 12px 6px 8px; }
.forex-pipeline-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ink-300); flex-shrink: 0; }
.forex-pipeline-stage.is-current { color: var(--brand-blue); background: rgba(41, 182, 246, 0.12); }
.forex-pipeline-stage.is-current .forex-pipeline-dot { background: var(--brand-blue); }
.forex-pipeline-stage.is-done { color: #1a8a5f; background: rgba(26, 138, 95, 0.1); }
.forex-pipeline-stage.is-done .forex-pipeline-dot { background: #1a8a5f; }

/* FEMA/RBI guideline cards */
.guideline-list { display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.guideline-card { border: 1px solid var(--ink-100); border-radius: var(--radius-md); padding: 18px 20px; }
.guideline-head { display: flex; align-items: center; justify-content: space-between; gap: 8px 12px; flex-wrap: wrap; margin-bottom: 8px; }
.guideline-head h2 { font-size: 1rem; }
.guideline-card p { font-size: 0.88rem; color: var(--ink-700); margin: 0 0 10px; }
.guideline-meta { display: flex; gap: 16px; font-size: 0.74rem; color: var(--ink-500); flex-wrap: wrap; }
.account-panel {
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md);
  padding: 22px; min-width: 0;
}
.account-panel h2 { font-size: 1rem; margin-bottom: 12px; }
.account-empty { font-size: 0.86rem; color: var(--ink-500); line-height: 1.65; }
.account-empty a { color: var(--brand-blue); font-weight: 600; }
.account-identities { display: flex; flex-direction: column; gap: 10px; }
.account-identities li { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 0.9rem; }
.ai-name { font-weight: 600; color: var(--ink-900); }
.ai-state { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border-radius: var(--radius-full); padding: 3px 10px; white-space: nowrap; }
.ai-on { color: #1a7f4b; background: rgba(26, 127, 75, 0.12); }
.ai-off { color: var(--ink-500); border: 1px solid var(--ink-300); }
.ai-link { color: var(--brand-blue); border: 1px solid var(--brand-blue); }
.ai-link:hover { background: var(--brand-blue); color: white; }
.account-note { font-size: 0.8rem; color: var(--ink-500); line-height: 1.6; margin-top: 14px; }
.account-note a { color: var(--brand-blue); font-weight: 600; }
.account-note-wide { max-width: 70ch; margin-top: 28px; }
.account-section-title { font-size: 1.15rem; margin-bottom: 18px; }

@media (max-width: 980px) {
  .auth-container { grid-template-columns: 1fr; gap: 32px; }
  .account-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .auth-card { padding: 24px 20px; }
  .account-signout { margin-left: 0; width: 100%; }
  .account-signout .btn { width: 100%; justify-content: center; }
  /* The utility bar gets crowded on phones — keep sign-in, drop the socials. */
  .utility-right .utility-social { display: none; }
}

/* =====================================================================
   Country visa guide — redesign
   ===================================================================== */
.country-title { display: flex; align-items: center; gap: 18px; margin-bottom: 6px; }
.country-flag { font-size: 3rem; line-height: 1; flex-shrink: 0; }
.country-hero h1 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); }

/* Visa-type selector: its own band under the hero so the choice reads as the
   first decision on the page rather than one more button among the CTAs. */
.visatype-bar {
  background: var(--paper); border-bottom: 1px solid var(--ink-100);
  padding-block: 12px; position: relative; z-index: 5;
}
.visatype-bar .container { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.visatype-bar-label {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--ink-500); flex-shrink: 0;
}
.visatype-bar .visatabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; }

/* At a glance */
.glance-section { padding-block: 34px 0; }
.glance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.glance-tile {
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md);
  padding: 16px 18px; display: flex; flex-direction: column; gap: 6px; min-width: 0;
}
.glance-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--ink-500); }
/* An unverified value is a sentence, not a number — so it must not be styled
   like a headline figure, or it reads as data the reader can rely on. */
.glance-value { font-size: 0.92rem; font-weight: 600; color: var(--ink-700); line-height: 1.4; }
.glance-tile.is-known { border-color: rgba(26, 127, 75, 0.4); }
.glance-tile.is-known .glance-value { font-size: 1.15rem; font-weight: 800; color: var(--ink-900); }
.glance-flag {
  font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  color: #1a7f4b; background: rgba(26, 127, 75, 0.12); border-radius: var(--radius-full);
  padding: 2px 8px; align-self: flex-start;
}
.glance-note {
  margin-top: 16px; font-size: 0.86rem; line-height: 1.7; color: var(--ink-500);
  border-left: 3px solid var(--ink-300); padding-left: 14px; max-width: 90ch;
}

/* Two-column guide body */
.guide-split { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.guide-main h2 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); margin-bottom: 14px; }
.guide-main h3 { font-size: 1.02rem; margin: 28px 0 12px; }
.guide-lede { color: var(--ink-700); line-height: 1.8; text-align: justify; }
.tick-list { display: flex; flex-direction: column; gap: 10px; }
.tick-list li { position: relative; padding-left: 26px; color: var(--ink-700); line-height: 1.65; font-size: 0.93rem; }
.tick-list li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 12px; height: 7px;
  border-left: 2px solid var(--brand-blue); border-bottom: 2px solid var(--brand-blue);
  transform: rotate(-45deg);
}
.guide-aside { position: sticky; top: calc(var(--header-h) + 16px); }
.aside-card {
  background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md);
  padding: 22px; box-shadow: var(--shadow-md);
}
.aside-card h3 { font-size: 1rem; margin-bottom: 10px; }
.aside-card h4 { font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; color: var(--brand-blue); margin: 20px 0 8px; }
.aside-card p { font-size: 0.88rem; color: var(--ink-700); line-height: 1.65; }
.aside-sub { color: var(--ink-500) !important; margin-top: 8px; }
.aside-list { display: flex; flex-direction: column; gap: 6px; font-size: 0.88rem; color: var(--ink-700); }
.aside-list li { padding-left: 14px; position: relative; line-height: 1.55; }
.aside-list li::before { content: "·"; position: absolute; left: 3px; color: var(--brand-blue); font-weight: 800; }
.aside-note { font-size: 0.78rem !important; color: var(--ink-500) !important; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ink-100); }
.aside-link { display: inline-block; margin-top: 14px; font-size: 0.85rem; font-weight: 700; color: var(--brand-blue); }
.btn-block { display: flex; width: 100%; justify-content: center; margin-top: 16px; }

/* ---- The checklist ---- */
/* Sticky header + sticky search sit above the page, so an anchor jump has to
   leave room for both or the heading lands underneath them. */
.checklist-section { scroll-margin-top: calc(var(--header-h) + 76px); }
.checklist-banner {
  background: var(--paper); border: 1px solid var(--ink-100); border-left: 4px solid var(--brand-blue);
  border-radius: var(--radius-sm); padding: 15px 18px; font-size: 0.88rem; line-height: 1.7;
  color: var(--ink-700); margin-bottom: 22px; max-width: 95ch;
}
.checklist-banner a { color: var(--brand-blue); font-weight: 600; text-decoration: underline; }
.checklist-banner.is-verified { border-left-color: #1a7f4b; }

.checklist { background: var(--paper); border: 1px solid var(--ink-100); border-radius: var(--radius-md); overflow: hidden; }
.checklist-toolbar {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  padding: 16px 20px; border-bottom: 1px solid var(--ink-100); background: var(--paper-alt);
}
.checklist-profile { display: flex; align-items: center; gap: 9px; min-width: 0; }
.checklist-profile label { font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-500); white-space: nowrap; }
.checklist-profile select {
  font: inherit; font-size: 0.86rem; padding: 7px 10px; border-radius: var(--radius-sm);
  border: 1px solid var(--ink-300); background: var(--paper); color: var(--ink-900); max-width: 100%;
}
.checklist-progress { display: flex; align-items: center; gap: 11px; flex: 1; min-width: 190px; }
.progress-track { flex: 1; height: 7px; border-radius: var(--radius-full); background: var(--ink-100); overflow: hidden; }
.progress-bar { display: block; height: 100%; background: var(--grad-brand); transition: width 0.25s ease; }
.progress-text { font-size: 0.78rem; font-weight: 600; color: var(--ink-500); white-space: nowrap; }
.checklist.is-complete .progress-text { color: #1a7f4b; }
.checklist-actions { display: flex; gap: 8px; }

.checklist-groups { padding: 8px 20px 20px; }
.doc-section { padding-top: 20px; }
.doc-section + .doc-section { border-top: 1px solid var(--ink-100); margin-top: 4px; }
.doc-section h3 {
  font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--brand-blue); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.doc-tag {
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--ink-500); border: 1px solid var(--ink-300); border-radius: var(--radius-full); padding: 2px 8px;
}
.doc-tag-soft { margin-left: 8px; vertical-align: middle; }
.doc-items { display: flex; flex-direction: column; gap: 2px; }
.doc-item label { display: flex; gap: 12px; align-items: flex-start; padding: 10px 10px 10px 8px; border-radius: var(--radius-sm); cursor: pointer; }
.doc-item label:hover { background: var(--paper-alt); }
.doc-item input[type="checkbox"] { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; accent-color: var(--brand-blue); cursor: pointer; }
.doc-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.doc-label { font-weight: 650; font-size: 0.93rem; color: var(--ink-900); line-height: 1.4; }
.doc-why { font-size: 0.83rem; color: var(--ink-500); line-height: 1.6; }
.doc-item input:checked ~ .doc-body .doc-label { color: var(--ink-500); text-decoration: line-through; text-decoration-color: var(--ink-300); }
.doc-item.is-optional .doc-label { font-weight: 600; }
.checklist-foot { padding: 14px 20px; border-top: 1px solid var(--ink-100); background: var(--paper-alt); font-size: 0.78rem; color: var(--ink-500); line-height: 1.6; }

.checklist-help { margin-top: 30px; max-width: 80ch; }
.checklist-help h3 { font-size: 1rem; margin-bottom: 14px; }

/* Numbered process */
.process-list { display: flex; flex-direction: column; gap: 4px; max-width: 80ch; counter-reset: none; }
.process-list li { display: flex; gap: 16px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--ink-100); color: var(--ink-700); line-height: 1.65; font-size: 0.95rem; }
.process-list li:last-child { border-bottom: none; }
.process-num {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--grad-brand); color: white;
  display: inline-flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 800;
}
.related-all { font-weight: 700; color: var(--brand-blue); }

@media (max-width: 1080px) {
  .glance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-split { grid-template-columns: 1fr; gap: 30px; }
  .guide-aside { position: static; }
}
@media (max-width: 640px) {
  .glance-grid { grid-template-columns: 1fr; }
  .country-flag { font-size: 2.2rem; }
  .checklist-toolbar { flex-direction: column; align-items: stretch; gap: 14px; }
  .checklist-profile { flex-direction: column; align-items: stretch; gap: 6px; }
  .checklist-actions .btn { flex: 1; justify-content: center; }
  .guide-lede { text-align: left; }
}

/* A printed checklist should be the checklist — not the navigation, the
   enquiry form, or the sections around it. */
@media print {
  .visatype-bar, .checklist-toolbar, .checklist-actions, .glance-section,
  .guide-split, .process-list, .related-links, .checklist-foot { display: none !important; }
  .checklist, .doc-item label { break-inside: avoid; }
  .checklist { border: none; }
  .doc-item input[type="checkbox"] { -webkit-appearance: none; appearance: none; border: 1.5px solid #333; border-radius: 3px; }
  .doc-why { color: #555 !important; }
}

/* Country index filter */
.country-filter {
  display: flex; align-items: center; gap: 10px; margin-top: 22px;
  max-width: 520px; padding: 11px 16px; border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.75);
}
.country-filter input {
  flex: 1; min-width: 0; border: none; background: none; font: inherit; font-size: 0.95rem; color: white; padding: 2px 0;
}
.country-filter input::placeholder { color: rgba(255, 255, 255, 0.55); }
.country-filter input:focus { outline: none; }
.country-filter input::-webkit-search-cancel-button { display: none; }
.country-filter-count { font-size: 0.76rem; font-weight: 700; white-space: nowrap; letter-spacing: 0.03em; }
.filter-empty { text-align: center; color: var(--ink-500); font-size: 0.92rem; margin-bottom: 20px; }
.filter-empty a { color: var(--brand-blue); font-weight: 600; }

/* ---- Country flags ----
   Emoji by default; a country-code chip where the platform has no flag glyphs
   (js/common.js sets .no-flag-emoji) and for Kosovo, which has no emoji flag
   anywhere. The chip is deliberate-looking rather than a broken glyph. */
.flag { font-style: normal; line-height: 1; display: inline-block; }
.flag-chip,
.no-flag-emoji .flag[data-code] {
  font-size: 0.62em; font-weight: 800; letter-spacing: 0.06em;
  background: var(--ink-100); color: var(--ink-700);
  border-radius: 4px; padding: 0.18em 0.36em; vertical-align: middle;
}
/* Replace the glyph with the code, rather than showing both. */
.no-flag-emoji .flag[data-code] { font-size: 0; }
.no-flag-emoji .flag[data-code]::after {
  content: attr(data-code); font-size: 0.62rem; letter-spacing: 0.06em;
}
.country-hero .flag-chip,
.no-flag-emoji .country-hero .flag[data-code]::after { font-size: 1rem; }
.region-links a .flag, .related-link .flag { margin-right: 5px; }
/* The India block is additive guidance, flagged so it is obvious it applies
   to the applicant's passport rather than the destination's rules. */
.doc-tag-india { color: var(--brand-blue); border-color: var(--brand-blue); }
.doc-section.is-india h3 { color: var(--brand-blue); }

/* =====================================================================
   Employee console (Phase 7)
   ===================================================================== */
/* Per-document verify form (employee-enquiry.php) — a 4th flex child
   alongside .doc-item-main / the status badge / (on the customer page) the
   remove button, so it always takes its own full-width row rather than
   squeezing into whatever space is left. */
.emp-doc-verify { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; flex-basis: 100%; margin-top: 8px; }
.emp-doc-verify select,
.emp-doc-verify input[type="text"] {
  font: inherit; font-size: 0.82rem; padding: 7px 9px; border-radius: var(--radius-sm);
  border: 1px solid var(--ink-300); background: var(--paper); color: var(--ink-900);
}
.emp-doc-verify input[type="text"] { flex: 1; min-width: 160px; }
@media (max-width: 480px) {
  .emp-doc-verify select, .emp-doc-verify input[type="text"] { flex-basis: 100%; }
}
