:root {
  --brand: #1b375b;
  --brand-light: #335e77;
  --accent: #659a9b;
  --bg: #e7eeee;
  --surface: #f8fafc;
  --text: #1e293b;
  --muted: #64748b;
  --card: #fff;
  --radius: 16px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(27, 55, 91, 0.08);
  --shadow-lg: 0 25px 80px rgba(0, 0, 0, 0.12);
  --font-display: "Outfit", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }

.entity-page,
.hub-page,
.visa-page,
.seo-fragment-wrap {
  margin: 0;
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
}

.entity-page a,
.hub-page a,
.visa-page a,
.seo-fragment-wrap a { color: var(--accent); text-decoration: none; }
.entity-page a:hover,
.hub-page a:hover,
.visa-page a:hover,
.seo-fragment-wrap a:hover { text-decoration: underline; }

/* ─── Header ─── */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--brand);
  font-weight: 700;
  font-family: var(--font-display);
}
.site-logo img { height: 36px; width: auto; }
.header-nav { display: flex; gap: 1.25rem; }
.header-nav a {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}
.header-nav a:hover { color: var(--brand); }

.page-main { min-height: 50vh; }

/* ─── Legacy hero (route pages) ─── */
.hero {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  color: #fff;
  padding: 2rem 1rem 2.5rem;
}
.hero-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb { font-size: 0.8rem; opacity: 0.85; margin-bottom: 0.75rem; }
.breadcrumb a { color: #cbd5e1; text-decoration: none; }
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.hero-sub { opacity: 0.9; max-width: 40rem; margin: 0 0 1rem; }

/* ─── Visa hero ─── */
.visa-hero {
  background: linear-gradient(160deg, #1b375b 0%, #335e77 55%, #4a7a8c 100%);
  color: #fff;
  padding: 1.5rem 1rem 0;
}
.visa-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.visa-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.78rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}
.visa-hero .breadcrumb a { color: rgba(255,255,255,0.75); }
.visa-hero .breadcrumb span { color: rgba(255,255,255,0.5); }
.visa-hero-text { margin-bottom: 1.25rem; }
.visa-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4.5vw, 2.5rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.visa-hero .hero-sub {
  font-size: 1rem;
  opacity: 0.88;
  max-width: 42rem;
  margin: 0 0 0.85rem;
  line-height: 1.5;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.badge {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
}
.badge-green { background: #dcfce7; color: #166534; }
.badge-blue { background: #dbeafe; color: #1e40af; }
.badge-yellow { background: #fef9c3; color: #854d0e; }
.badge-red { background: #fee2e2; color: #991b1b; }
.badge-neutral { background: rgba(255,255,255,0.2); color: #fff; }
.meta-pill {
  font-size: 0.72rem;
  background: rgba(255,255,255,0.14);
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-weight: 600;
}
.visa-hero-search {
  margin: 0 -0.25rem;
  padding-bottom: 2rem;
}

/* ─── Flight search widget (homepage style) ─── */
.acf-flight-search { position: relative; max-width: 1200px; }
.fs-tabs {
  display: inline-flex;
  gap: 0;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  border-radius: 14px 14px 0 0;
  padding: 4px 4px 0;
  border: 1px solid rgba(255,255,255,0.2);
  border-bottom: none;
}
.fs-tab {
  border: none;
  background: transparent;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.55rem 1.25rem;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.fs-tab.is-active {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
}
.fs-card {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  box-shadow: var(--shadow-lg);
  overflow: visible;
}
.fs-row-main {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1rem 1rem 0;
  gap: 0;
}
.fs-cell {
  flex: 1 1 140px;
  min-width: 120px;
  padding: 0.65rem 1rem;
  border-right: 1px solid #f1f5f9;
  position: relative;
}
.fs-cell:last-of-type { border-right: none; }
.fs-label {
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin: 0 0 0.35rem;
}
.fs-airport-trigger,
.fs-pax-trigger,
.fs-date-trigger {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.fs-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(101, 154, 155, 0.12);
  flex-shrink: 0;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.fs-icon-plane {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23659A9B' stroke-width='2'%3E%3Cpath d='M12 19V5M5 12l7-7 7 7'/%3E%3C/svg%3E");
  transform: rotate(45deg);
}
.fs-icon-cal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23659A9B' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");
}
.fs-icon-users {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23659A9B' stroke-width='2'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2M9 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM23 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}
.fs-icon-spark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23659A9B' stroke-width='2'%3E%3Cpath d='m12 3 1.9 5.8H20l-4.8 3.5 1.8 5.7L12 14.5 7 18l1.8-5.7L4 8.8h6.1z'/%3E%3C/svg%3E");
}
.fs-code {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -0.02em;
}
.fs-city {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #475569;
  margin-top: 0.2rem;
}
.fs-airport-name {
  display: block;
  font-size: 0.62rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.fs-date-input {
  border: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand);
  background: transparent;
  padding: 0;
  width: 100%;
  min-height: 44px;
}
.fs-date-input:focus { outline: none; }
.fs-swap-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.25rem;
  flex: 0 0 auto;
}
.fs-swap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(27, 55, 91, 0.25);
  transition: background 0.2s, transform 0.2s;
}
.fs-swap:hover { background: var(--accent); transform: rotate(180deg); }
.fs-class-wrap { display: flex; align-items: flex-start; gap: 0.5rem; }
.fs-class-select {
  border: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand);
  background: transparent;
  cursor: pointer;
  padding: 0.25rem 0;
  min-height: 44px;
}
.fs-hidden { display: none !important; }
.fs-footer {
  border-top: 1px solid #f1f5f9;
  padding: 0.85rem 1.25rem;
  background: rgba(248, 250, 252, 0.6);
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: flex-end;
}
.fs-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.75rem;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(27, 55, 91, 0.2);
  transition: background 0.2s, box-shadow 0.2s;
  width: 100%;
}
.fs-search-btn:hover {
  background: var(--accent);
  box-shadow: 0 10px 30px rgba(101, 154, 155, 0.35);
}
.fs-dropdown {
  position: fixed;
  z-index: 100;
  width: min(320px, calc(100vw - 24px));
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.18);
  border: 1px solid #f1f5f9;
  overflow: hidden;
}
.fs-dropdown-search { padding: 0.75rem; border-bottom: 1px solid #f1f5f9; }
.fs-dropdown-search input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 0.9rem;
}
.fs-dropdown-search input:focus {
  outline: none;
  border-color: var(--accent);
}
.fs-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
}
.fs-dropdown-list button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem 0.85rem;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
}
.fs-dropdown-list button:hover { background: rgba(101, 154, 155, 0.08); }
.fs-list-code {
  font-weight: 800;
  color: var(--brand);
  width: 2.5rem;
  font-size: 0.85rem;
}
.fs-list-meta { font-size: 0.82rem; color: #64748b; }
.fs-pax-panel { padding: 0.75rem; }
.fs-pax-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f5f9;
}
.fs-pax-row .muted { display: block; font-size: 0.72rem; }
.fs-counter { display: flex; align-items: center; gap: 0.5rem; }
.fs-counter button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e2e8f0;
  background: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  color: var(--accent);
}
.fs-counter span { font-weight: 700; min-width: 1.25rem; text-align: center; }
.fs-pax-done {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.6rem;
  border: none;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 900px) {
  .fs-row-main { flex-direction: column; }
  .fs-cell {
    border-right: none;
    border-bottom: 1px solid #f1f5f9;
    flex: 1 1 auto;
  }
  .fs-swap-wrap {
    order: 3;
    padding: 0.5rem;
    justify-content: flex-end;
  }
  .fs-card { border-radius: 16px; }
  .fs-tabs { border-radius: 12px 12px 0 0; }
}

/* ─── Visa page content ─── */
.visa-page-wrap {
  max-width: 1200px;
  margin: -1.5rem auto 0;
  padding: 0 1rem 3rem;
  position: relative;
  z-index: 2;
}
.summary-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .summary-strip { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  .summary-strip { grid-template-columns: repeat(6, 1fr); }
}
.summary-stat {
  background: #fff;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  border: 1px solid #e8edf2;
  box-shadow: var(--shadow);
}
.summary-stat-label {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin: 0 0 0.25rem;
}
.summary-stat-value {
  font-family: var(--font-display);
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand);
  margin: 0;
  line-height: 1.3;
}
.disclaimer {
  font-size: 0.88rem;
  color: #92400e;
  border-left: 4px solid #f59e0b;
  padding: 0.85rem 1rem;
  background: #fffbeb;
  border-radius: 0 12px 12px 0;
  margin: 0 0 1.25rem;
}
.visa-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 900px) {
  .visa-grid { grid-template-columns: 1fr 1fr; }
  .visa-grid .card:first-child { grid-row: span 2; }
}
.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  box-shadow: var(--shadow);
  border: 1px solid #eef2f6;
}
.card h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.85rem;
  color: var(--brand);
}
.card-banner {
  background: linear-gradient(135deg, #eff6ff 0%, #f0fdfa 100%);
  border-color: #bfdbfe;
}
.rule-line {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
}
.section-lead { margin: 0 0 0.75rem; }
.detail-list { margin: 0; padding-left: 1.1rem; }
.detail-list li { margin: 0.45rem 0; }
.doc-list { display: flex; flex-direction: column; gap: 0.5rem; }
.doc-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0.75rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.88rem;
}
.doc-row:last-child { border-bottom: none; }
.doc-name { font-weight: 700; color: var(--brand); }
.doc-guidance { color: #475569; }
.exception {
  padding: 0.85rem;
  background: var(--surface);
  border-radius: 10px;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.exception p { margin: 0.35rem 0 0; }
.exception strong { color: var(--brand); }
.chip-group { margin-bottom: 1rem; }
.chip-group:last-child { margin-bottom: 0; }
.chip-label {
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin: 0 0 0.5rem;
}
.chip-row { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.chip {
  display: inline-block;
  padding: 0.4rem 0.85rem;
  background: var(--surface);
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}
.chip:hover {
  border-color: var(--accent);
  background: rgba(101, 154, 155, 0.08);
  text-decoration: none;
}
.chip-accent {
  background: rgba(101, 154, 155, 0.12);
  border-color: rgba(101, 154, 155, 0.35);
}
.faq-list { display: flex; flex-direction: column; gap: 0.5rem; }
.faq-item {
  border: 1px solid #e8edf2;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  background: var(--surface);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--brand);
  font-family: var(--font-display);
}
.faq-item p { margin: 0.5rem 0 0; font-size: 0.9rem; color: #475569; }
.cta-panel {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  color: #fff;
  margin: 1rem 0;
  box-shadow: var(--shadow-lg);
}
.cta-panel-inner {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 700px) {
  .cta-panel-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cta-panel h2 {
  font-family: var(--font-display);
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 1.25rem;
}
.cta-panel p { margin: 0; opacity: 0.9; font-size: 0.92rem; }
.cta-panel .trust-line { opacity: 0.75; font-size: 0.8rem; margin-top: 0.5rem; }
.cta-panel-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.cta-panel .cta { margin: 0; min-width: 140px; }
.cta-panel .cta.secondary {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.4);
  color: #fff !important;
}
.alert {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.alert-warn { background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; }
.alert-info { background: #eff6ff; border: 1px solid #bfdbfe; color: #1e40af; }
.text-link { font-weight: 700; color: var(--brand); }
.muted { color: var(--muted); font-size: 0.85rem; }

/* ─── CTAs ─── */
.cta {
  display: inline-block;
  text-align: center;
  padding: 0.75rem 1.25rem;
  background: var(--brand);
  color: #fff !important;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.9rem;
}
.cta.secondary {
  background: #fff;
  color: var(--brand) !important;
  border: 1px solid var(--brand);
}
.cta.accent { background: var(--accent); }

/* ─── Legacy layout (route pages) ─── */
.layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .layout.has-sidebar { grid-template-columns: 1fr 300px; align-items: start; }
}
.main-col { margin-top: -1.5rem; }
.sidebar { margin-top: 1rem; }
.kv-grid { display: grid; gap: 0.65rem; }
@media (min-width: 560px) {
  .kv-grid.two-col { grid-template-columns: 1fr 1fr; }
}
.kv { display: flex; flex-direction: column; gap: 0.15rem; }
.kv-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-weight: 600;
}
.kv-value { font-size: 0.95rem; }
.links-list { list-style: none; padding: 0; margin: 0; }
.links-list li { margin: 0.4rem 0; }
table.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
table.data-table th,
table.data-table td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem;
  text-align: left;
}
table.data-table th { background: #f8fafc; }

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.8rem;
  color: var(--muted);
  border-top: 1px solid #e2e8f0;
  margin-top: 1rem;
  background: #fff;
}
.hide-mobile { display: none; }
@media (min-width: 640px) {
  .hide-mobile { display: inline; }
  .header-nav { display: flex; }
}
@media (max-width: 639px) {
  .header-nav { display: none; }
}

/* ---------------- Master Entity Hub ---------------- */
.page-hub .hub-hero{padding:48px 0 32px;background:linear-gradient(180deg,#f5f7fb 0%,#fff 100%);}
.page-hub .hub-hero .container{max-width:1100px;margin:0 auto;padding:0 20px;}
.page-hub .breadcrumbs{font-size:14px;color:#6b7280;margin-bottom:16px;}
.page-hub .breadcrumbs a{color:#6b7280;text-decoration:none;}
.page-hub .breadcrumbs a:hover{text-decoration:underline;}
.page-hub h1{font-family:'Outfit',sans-serif;font-size:38px;font-weight:800;margin:0 0 12px;color:#0b1220;}
.page-hub .hub-intro{font-size:17px;line-height:1.55;color:#374151;max-width:780px;margin:0 0 8px;}
.page-hub .hub-count{font-size:14px;color:#6b7280;margin:8px 0 0;}
.page-hub .container{max-width:1100px;margin:0 auto;padding:0 20px;}
.hub-listing{padding:32px 0;}
.hub-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;}
.hub-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;}
.hub-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(11,18,32,.08);border-color:#c7d2fe;}
.hub-card-link{display:block;padding:18px 20px;color:inherit;text-decoration:none;}
.hub-card-title{font-family:'Outfit',sans-serif;font-size:16px;font-weight:700;color:#0b1220;margin:0 0 6px;}
.hub-card-desc{font-size:14px;color:#4b5563;line-height:1.5;margin:0;}
.hub-empty{padding:48px 0;text-align:center;color:#6b7280;font-size:16px;}
.hub-related{padding:32px 0;border-top:1px solid #e5e7eb;margin-top:32px;}
.hub-related-title{font-family:'Outfit',sans-serif;font-size:20px;font-weight:700;margin:0 0 16px;color:#0b1220;}
.hub-related-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:12px;}
.hub-related-list a{padding:8px 14px;background:#f5f7fb;border-radius:999px;color:#0b1220;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s ease;}
.hub-related-list a:hover{background:#e5e7eb;}
.hub-cta{padding:32px 0 56px;}
.hub-cta-card{background:linear-gradient(135deg,#0b1220 0%,#1e3a8a 100%);border-radius:16px;padding:32px;text-align:center;color:#fff;}
.hub-cta-card h2{font-family:'Outfit',sans-serif;font-size:24px;font-weight:700;margin:0 0 8px;}
.hub-cta-card p{font-size:15px;line-height:1.5;margin:0 0 18px;opacity:.85;}
.hub-cta-btn{display:inline-block;padding:12px 28px;background:#10b981;color:#fff;border-radius:999px;text-decoration:none;font-weight:600;transition:background .15s ease;}
.hub-cta-btn:hover{background:#059669;}
@media(max-width:640px){.page-hub h1{font-size:28px;}.page-hub .hub-hero{padding:32px 0 24px;}}

/* ─── Entity pages (route / airport / airline / country / destination) ─── */
.entity-hero {
  background: linear-gradient(135deg, #0b1220 0%, #1e293b 100%);
  color: #fff;
  padding: 2.5rem 1rem 3.5rem;
}
.entity-hero-inner { max-width: 1200px; margin: 0 auto; }
.entity-hero .breadcrumb { color: rgba(255,255,255,0.7); margin-bottom: 1rem; font-size: 0.85rem; }
.entity-hero .breadcrumb a { color: rgba(255,255,255,0.85); text-decoration: none; }
.entity-hero .breadcrumb a:hover { color: #fff; text-decoration: underline; }
.entity-hero-text { margin-bottom: 1.25rem; }
.entity-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  margin: 0 0 0.65rem;
}
.entity-hero .hero-sub {
  color: rgba(255,255,255,0.85);
  max-width: 56rem;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 1rem;
}
.entity-hero-search {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 1rem;
  backdrop-filter: blur(6px);
}
.entity-hero-search .search-form {
  display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center;
}
.entity-hero-search input[type="date"] {
  flex: 1; min-width: 180px; padding: 0.6rem 0.75rem;
  border-radius: 8px; border: 1px solid rgba(255,255,255,0.25);
  background: #fff; color: #0b1220; font-size: 0.95rem;
}
.entity-hero-search button {
  padding: 0.65rem 1.25rem; border-radius: 8px; border: 0;
  background: var(--accent, #f59e0b); color: #0b1220;
  font-weight: 700; cursor: pointer; font-size: 0.95rem;
}
.entity-hero-search button:hover { filter: brightness(1.05); }
.airline-logo { border-radius: 12px; background: #fff; padding: 8px; margin-bottom: 0.75rem; }

.entity-page-wrap {
  max-width: 1200px;
  margin: -2rem auto 0;
  padding: 0 1rem 3rem;
  position: relative;
  z-index: 2;
  display: flex; flex-direction: column; gap: 1rem;
}
.info-table {
  width: 100%; border-collapse: collapse; font-size: 0.92rem;
}
.info-table th, .info-table td {
  text-align: left; padding: 0.55rem 0.75rem;
  border-bottom: 1px solid #eef2f7; vertical-align: top;
}
.info-table th {
  width: 38%; font-weight: 600; color: #475569; background: #f8fafc;
}
.info-table.compact th, .info-table.compact td { padding: 0.35rem 0.5rem; font-size: 0.85rem; }
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.fare-table { width: 100%; border-collapse: collapse; font-size: 0.92rem; }
.fare-table th, .fare-table td {
  padding: 0.55rem 0.75rem; border-bottom: 1px solid #eef2f7; text-align: left;
}
.fare-table th { background: #f8fafc; font-weight: 700; color: #0b1220; }
.fare-table tbody tr:hover { background: #f8fafc; }

.airport-cards {
  display: grid; gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .airport-cards { grid-template-columns: repeat(2, 1fr); }
}
.airport-card h3 {
  font-family: 'Outfit', sans-serif; font-size: 0.85rem;
  text-transform: uppercase; letter-spacing: 0.05em;
  color: var(--brand, #1e40af); margin: 0 0 0.5rem;
}
.airport-card .airport-name {
  font-weight: 700; font-size: 1.05rem; color: #0b1220; margin: 0 0 0.65rem;
}
.text-link {
  display: inline-block; margin-top: 0.5rem;
  color: var(--brand, #1e40af); font-weight: 600; text-decoration: none;
  font-size: 0.9rem;
}
.text-link:hover { text-decoration: underline; }

.discover-card .chip-group + .chip-group { margin-top: 0.85rem; }

.section-lead { font-size: 0.9rem; margin: 0 0 0.75rem; }
.muted { color: #64748b; }

/* ─── Embedded fragment + loading spinner ─── */
.seo-fragment-inner { width: 100%; }
.seo-loading-spinner {
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 3px solid #e2e8f0;
  border-top-color: var(--accent, #659a9b);
  animation: seo-spin 0.8s linear infinite;
}
@keyframes seo-spin { to { transform: rotate(360deg); } }

/* ─── Tighter mobile responsiveness for entity pages ─── */
@media (max-width: 640px) {
  .entity-hero { padding: 1.5rem 1rem 2.25rem; }
  .entity-hero h1 { font-size: 1.4rem; }
  .entity-hero .hero-sub { font-size: 0.9rem; }
  .entity-hero-search .search-form { flex-direction: column; align-items: stretch; }
  .entity-hero-search input[type="date"], .entity-hero-search button { width: 100%; }
  .entity-page-wrap { padding: 0 0.75rem 2rem; margin-top: -1.5rem; gap: 0.75rem; }
  .card { padding: 1rem; border-radius: 12px; }
  .card h2 { font-size: 1.05rem; }
  .info-table th { width: 42%; padding: 0.45rem 0.5rem; font-size: 0.8rem; }
  .info-table td { padding: 0.45rem 0.5rem; font-size: 0.85rem; }
  .fare-table th, .fare-table td { padding: 0.45rem 0.4rem; font-size: 0.8rem; }
  .chip-row { gap: 0.4rem; }
  .chip { padding: 0.35rem 0.65rem; font-size: 0.8rem; }
  .badge { font-size: 0.7rem; padding: 0.25rem 0.5rem; }
  .cta-panel { padding: 1.25rem; border-radius: 12px; }
  .cta-panel-inner { flex-direction: column; gap: 1rem; align-items: stretch; }
  .cta-panel-actions { flex-direction: column; }
  .cta-panel-actions .cta { width: 100%; text-align: center; }
  .airport-card .airport-name { font-size: 0.95rem; }
  .breadcrumb { font-size: 0.75rem; }
  .breadcrumb a, .breadcrumb span { display: inline; }
}

@media (max-width: 420px) {
  .entity-hero h1 { font-size: 1.2rem; line-height: 1.25; }
  .card h2 { font-size: 1rem; }
  details.faq-item summary { font-size: 0.9rem; padding-right: 1.5rem; }
  details.faq-item p { font-size: 0.85rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Country hub (rich layout) — featured strip + region grids + trust signals
   ═══════════════════════════════════════════════════════════════════════════ */

/* Section headings */
.hub-section-title {
  font-family: 'Outfit', 'Manrope', system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
  margin: 0 0 0.35rem;
}
.hub-section-sub {
  color: #475569;
  font-size: 0.95rem;
  margin: 0 0 1.25rem;
  max-width: 64ch;
}
.hub-region { margin-top: 2.5rem; }
.hub-region-title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #e2e8f0;
}
.hub-region-title::after {
  content: ""; position: absolute; left: 0; bottom: -1px; width: 56px;
  height: 2px; background: linear-gradient(90deg, #1e40af, #06b6d4);
  border-radius: 2px;
}

/* Trust signals strip */
.hub-trust { margin-top: 1.75rem; }
.trust-strip {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0; border-radius: 14px;
  padding: 1rem 1.25rem;
}
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.trust-value {
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.1rem;
  color: #0f172a; letter-spacing: -0.01em;
}
.trust-label { font-size: 0.78rem; color: #475569; margin-top: 0.15rem; }

/* Featured (Top Countries from India) */
.hub-featured { margin-top: 2rem; }
.featured-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.featured-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid #e2e8f0; border-radius: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  overflow: hidden;
}
.featured-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -12px rgba(15, 23, 42, 0.18);
  border-color: #cbd5e1;
}
.featured-card-link {
  display: block; padding: 1.1rem 1.15rem; color: inherit; text-decoration: none;
}
.featured-card-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem;
  margin-bottom: 0.45rem;
}
.featured-card-title {
  font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 700;
  color: #0f172a; margin: 0;
}
.featured-card-blurb { font-size: 0.88rem; color: #475569; margin: 0 0 0.6rem; line-height: 1.5; }
.featured-card-meta { display: flex; flex-wrap: wrap; gap: 0.4rem; }

/* Country grid (per region) */
.country-grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.country-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex; flex-direction: column;
}
.country-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px -10px rgba(15, 23, 42, 0.14);
  border-color: #cbd5e1;
}
.country-card-link {
  display: block; padding: 0.95rem 1rem 0.7rem; color: inherit; text-decoration: none;
  flex: 1;
}
.country-card-head {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 0.5rem;
  margin-bottom: 0.3rem;
}
.country-card-title {
  font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700;
  color: #0f172a; margin: 0;
}
.country-card-blurb {
  font-size: 0.83rem; color: #475569; margin: 0 0 0.55rem; line-height: 1.45;
}
.country-card-stats { display: flex; flex-wrap: wrap; gap: 0.35rem; }

/* Per-card mini footer links */
.country-card-links {
  list-style: none; margin: 0; padding: 0.55rem 1rem 0.85rem;
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  border-top: 1px solid #f1f5f9;
}
.country-card-sublink {
  font-size: 0.78rem; font-weight: 600; color: #1e40af;
  text-decoration: none; padding: 0.25rem 0.5rem; border-radius: 6px;
  background: #eff6ff; transition: background-color 0.15s ease;
}
.country-card-sublink:hover { background: #dbeafe; }

/* Meta chips (airport count / top route) */
.meta-chip {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.74rem; font-weight: 600;
  padding: 0.2rem 0.55rem; border-radius: 999px;
  background: #f1f5f9; color: #334155;
}
.meta-chip-accent { background: #ecfeff; color: #0e7490; }

/* Visa badges */
.visa-badge {
  display: inline-block;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.01em;
  padding: 0.2rem 0.55rem; border-radius: 999px;
  white-space: nowrap;
}
.visa-badge-green { background: #dcfce7; color: #166534; }
.visa-badge-orange, .visa-badge-yellow { background: #fef3c7; color: #92400e; }
.visa-badge-red { background: #fee2e2; color: #b91c1c; }
.visa-badge-gray { background: #f1f5f9; color: #475569; }

/* Tablet */
@media (max-width: 1024px) {
  .featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .country-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile */
@media (max-width: 640px) {
  .hub-section-title { font-size: 1.25rem; }
  .featured-grid { grid-template-columns: 1fr; }
  .country-grid { grid-template-columns: 1fr; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); padding: 0.85rem; }
  .trust-value { font-size: 1rem; }
  .featured-card-link { padding: 0.95rem; }
  .country-card-link { padding: 0.85rem 0.9rem 0.6rem; }
  .country-card-links { padding: 0.5rem 0.9rem 0.75rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Country detail page — At-a-Glance, Travel Essentials, Major Airports table
   ═══════════════════════════════════════════════════════════════════════════ */

/* Hero with flag */
.country-hero-flex { display: flex; gap: 1rem; align-items: center; }
.country-hero-flag {
  width: 96px; height: 64px; border-radius: 8px; object-fit: cover;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 4px 12px rgba(0,0,0,.18);
  background: rgba(255,255,255,.08); flex-shrink: 0;
}
@media (max-width: 640px) {
  .country-hero-flex { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
  .country-hero-flag { width: 72px; height: 48px; }
}

/* At-a-glance grid */
.country-glance .glance-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}
.glance-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 0.65rem 0.75rem; }
.glance-item dt { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; font-weight: 600; margin: 0 0 0.15rem; }
.glance-item dd { margin: 0; font-size: 0.95rem; font-weight: 600; color: #0f172a; font-family: 'Outfit', sans-serif; }
.glance-item dd.cap { text-transform: capitalize; }
.glance-item dd .muted { font-weight: 500; color: #64748b; }
.source-line { margin-top: 0.85rem; font-size: 0.75rem; }
.source-line a { color: #1e40af; text-decoration: none; border-bottom: 1px dotted #1e40af; }

/* Travel essentials list */
.essentials-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.essentials-item { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 0.65rem 0.85rem; display: flex; flex-direction: column; gap: 0.15rem; }
.essentials-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; font-weight: 600; }
.essentials-value { font-size: 0.88rem; color: #0f172a; font-weight: 500; }

/* Major airports table */
.major-airports-table-wrap { overflow-x: auto; }
.major-airports-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.major-airports-table th, .major-airports-table td { text-align: left; padding: 0.55rem 0.7rem; border-bottom: 1px solid #e2e8f0; }
.major-airports-table th { background: #f8fafc; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: #475569; font-weight: 700; }
.major-airports-table .num { text-align: right; }
.major-airports-table .iata-cell { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-weight: 700; color: #1e40af; }
.major-airports-table tr:hover td { background: #f8fafc; }

@media (max-width: 1024px) {
  .country-glance .glance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .country-glance .glance-grid { grid-template-columns: 1fr; }
  .essentials-list { grid-template-columns: 1fr; }
  .major-airports-table { font-size: 0.8rem; }
  .major-airports-table th, .major-airports-table td { padding: 0.45rem 0.5rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   Country-hub bottom blocks (rebuilt) — Explore strip + Pro CTA
   ═══════════════════════════════════════════════════════════════════════════ */

.hub-related-strip {
  margin-top: 3rem; padding-top: 2rem;
  padding-bottom: 4rem;
  border-top: 1px solid #e2e8f0;
}
.hub-related-strip-title {
  font-family: 'Outfit', 'Manrope', system-ui, sans-serif;
  font-size: 1.05rem; font-weight: 700; color: #0f172a;
  margin: 0 0 0.85rem; letter-spacing: -0.005em;
}
.hub-related-strip-nav {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
}
.hub-related-strip-nav .hub-related-pill {
  display: inline-flex; align-items: center;
  padding: 0.45rem 0.95rem;
  background: #f1f5f9; color: #1e293b !important;
  font-size: 0.85rem; font-weight: 600; line-height: 1;
  border-radius: 999px;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  box-shadow: none;
}
.hub-related-strip-nav .hub-related-pill:hover {
  background: #e0e7ff; border-color: #c7d2fe; color: #1e3a8a !important;
}

/* Pro CTA */
.hub-pro-cta { margin-top: 2.25rem; margin-bottom: 3rem; }
.hub-pro-cta-card {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1e40af 100%);
  border-radius: 16px;
  padding: 1.85rem 2rem;
  color: #fff;
  box-shadow: 0 12px 32px -16px rgba(15, 23, 42, 0.45);
}
.hub-pro-cta-text { flex: 1; min-width: 0; }
.hub-pro-cta-text h2 {
  font-family: 'Outfit', 'Manrope', sans-serif;
  font-size: 1.35rem; font-weight: 700; margin: 0 0 0.35rem;
  letter-spacing: -0.01em; color: #fff;
}
.hub-pro-cta-text p {
  font-size: 0.92rem; line-height: 1.5; margin: 0;
  color: rgba(255,255,255,0.82); max-width: 56ch;
}
.hub-pro-cta-btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  background: #10b981; color: #fff !important;
  font-weight: 700; font-size: 0.92rem;
  border-radius: 10px;
  text-decoration: none !important;
  box-shadow: 0 6px 18px -6px rgba(16, 185, 129, 0.55);
  transition: transform 0.12s ease, background-color 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.hub-pro-cta-btn:hover {
  background: #059669;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -6px rgba(16, 185, 129, 0.6);
}
.hub-pro-cta-btn:active { transform: translateY(0); }

@media (max-width: 768px) {
  .hub-pro-cta-card { flex-direction: column; align-items: stretch; padding: 1.5rem 1.25rem; gap: 1.1rem; }
  .hub-pro-cta-text h2 { font-size: 1.15rem; }
  .hub-pro-cta-btn { justify-content: center; padding: 0.8rem 1.25rem; }
}

/* Global breathing room: ensure the React <Footer/> never crowds against
   the last SEO content section. Applies to both hubs and entity pages. */
.seo-fragment,
.page-hub,
.entity-page {
  padding-bottom: 4rem;
}

@media (max-width: 640px) {
  .seo-fragment,
  .page-hub,
  .entity-page {
    padding-bottom: 2.5rem;
  }
  .hub-related-strip {
    padding-bottom: 2.5rem;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   React-rendered breadcrumb strip (above the flight-search hero on every
   SEO page). Styles live in seo.css so they share the global font + reset
   even though the markup is rendered by React, not Jinja.
   ═══════════════════════════════════════════════════════════════════════════ */
.seo-breadcrumb {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.seo-breadcrumb-list {
  max-width: 1180px; margin: 0 auto; padding: 0.6rem 1.25rem;
  list-style: none;
  display: flex; flex-wrap: wrap; gap: 0.35rem 0.55rem;
  font-size: 0.82rem; color: #475569;
}
.seo-breadcrumb-item { display: inline-flex; align-items: center; gap: 0.45rem; }
.seo-breadcrumb-link {
  color: #1e40af; text-decoration: none; font-weight: 500;
  transition: color 0.15s ease;
}
.seo-breadcrumb-link:hover { color: #1d4ed8; text-decoration: underline; }
.seo-breadcrumb-current { color: #0f172a; font-weight: 600; }
.seo-breadcrumb-sep { color: #94a3b8; }

@media (max-width: 640px) {
  .seo-breadcrumb-list { padding: 0.55rem 0.85rem; font-size: 0.78rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   UNIFIED DETAIL-PAGE DESIGN TOKENS (May 2026)
   All entity detail templates (route/airport/airline/country/destination/
   visa) share these classes for visual + structural consistency.
   ═══════════════════════════════════════════════════════════════════════════ */
:root {
  --detail-card-bg: #ffffff;
  --detail-card-border: #e2e8f0;
  --detail-card-radius: 14px;
  --detail-card-padding: 1.35rem 1.5rem;
  --detail-section-gap: 1.25rem;
  --detail-page-pad-x: 1.25rem;
  --detail-page-max: 1180px;
  --heading-accent: linear-gradient(90deg, #1e40af, #06b6d4);
}

/* Page wrapper */
.detail-page-wrap,
.entity-page-wrap {
  max-width: var(--detail-page-max);
  margin: 0 auto;
  padding: 1.5rem var(--detail-page-pad-x) 4rem;
  display: grid;
  gap: var(--detail-section-gap);
}

/* Unified hero — replaces .entity-hero / .visa-hero / .entity-hero-country */
.detail-hero,
.entity-hero,
.visa-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 60%, #1e40af 100%);
  color: #fff;
  padding: 1.85rem var(--detail-page-pad-x) 2rem;
  margin-bottom: 0;
}
.detail-hero-inner,
.entity-hero-inner,
.visa-hero-inner {
  max-width: var(--detail-page-max);
  margin: 0 auto;
}
.detail-hero h1,
.entity-hero h1,
.visa-hero h1 {
  font-family: 'Outfit','Manrope',sans-serif;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 0.4rem;
  letter-spacing: -0.01em;
  color: #fff;
}
.detail-hero .hero-sub,
.entity-hero .hero-sub {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  margin: 0 0 0.85rem;
  max-width: 72ch;
}

/* Unified card (replaces .card, .summary-strip, .country-glance etc.) */
.detail-section,
.card {
  background: var(--detail-card-bg);
  border: 1px solid var(--detail-card-border);
  border-radius: var(--detail-card-radius);
  padding: var(--detail-card-padding);
}

/* Unified section heading with subtle gradient underline */
.detail-section > h2,
.card > h2 {
  font-family: 'Outfit','Manrope',sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.005em;
  margin: 0 0 0.9rem;
  padding-bottom: 0.45rem;
  position: relative;
  border-bottom: none;
}
.detail-section > h2::after,
.card > h2::after {
  content: '';
  position: absolute;
  left: 0; bottom: -1px;
  width: 48px; height: 2px;
  background: var(--heading-accent);
  border-radius: 2px;
}

/* Mobile */
@media (max-width: 640px) {
  :root { --detail-card-padding: 1.1rem 1.15rem; }
  .detail-hero, .entity-hero, .visa-hero { padding: 1.5rem 1rem 1.75rem; }
  .detail-section > h2, .card > h2 { font-size: 1.05rem; }
}

/* Alias visa-specific containers to unified tokens. */
.visa-page-wrap { max-width: var(--detail-page-max); margin: 0 auto; padding: 1.5rem var(--detail-page-pad-x) 4rem; display: grid; gap: var(--detail-section-gap); }
.summary-strip {
  background: var(--detail-card-bg);
  border: 1px solid var(--detail-card-border);
  border-radius: var(--detail-card-radius);
  padding: var(--detail-card-padding);
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.summary-stat { display: flex; flex-direction: column; gap: 0.2rem; padding: 0.55rem 0.75rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; }
.summary-stat-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em; color: #64748b; font-weight: 600; margin: 0; }
.summary-stat-value { font-size: 0.92rem; color: #0f172a; font-weight: 700; font-family: 'Outfit',sans-serif; margin: 0; }

/* Reusable glance grid (used by every detail page) */
.detail-glance .glance-grid {
  display: grid; gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.detail-glance .glance-item {
  background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px;
  padding: 0.65rem 0.8rem;
}
.detail-glance .glance-item dt {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.04em;
  color: #64748b; font-weight: 600; margin: 0 0 0.15rem;
}
.detail-glance .glance-item dd {
  margin: 0; font-size: 0.92rem; font-weight: 600; color: #0f172a;
  font-family: 'Outfit',sans-serif;
}
.detail-glance .glance-item dd .muted { font-weight: 500; color: #64748b; }

@media (max-width: 1024px) {
  .detail-glance .glance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .summary-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .detail-glance .glance-grid { grid-template-columns: 1fr; }
  .summary-strip { grid-template-columns: 1fr; }
}


/* --------- Entity content extras (airline overview, key facts) --------- */
.key-fact {
  background: linear-gradient(135deg, #fef9c3 0%, #fef3c7 100%);
  border-left: 3px solid #f59e0b;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.55;
}
.key-fact strong { color: #92400e; margin-right: 0.25rem; }

/* ─────────────────────────────────────────────────────────────────────────
 * Unified Search-Flights CTA
 *   Replaces the per-page embedded HomePage search widget. Sits above the
 *   breadcrumb / entity hero on every SEO page and hands visitors back to
 *   the rich homepage form. Matches the country-detail polish standard.
 * ───────────────────────────────────────────────────────────────────────── */
.seo-search-cta {
  max-width: 1200px;
  margin: 1rem auto 0;
  padding: 0 1rem;
}
.seo-search-cta-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1.125rem;
  background: linear-gradient(135deg, #F5FBFB 0%, #EAF3F3 100%);
  border: 1px solid rgba(101, 154, 155, 0.25);
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(27, 55, 91, 0.04);
}
.seo-search-cta-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: #659A9B;
  color: #fff;
}
.seo-search-cta-text { flex: 1; min-width: 0; }
.seo-search-cta-title {
  margin: 0; font-weight: 700; font-size: 0.95rem;
  color: #1B375B; font-family: 'Outfit', sans-serif;
}
.seo-search-cta-sub {
  margin: 0.125rem 0 0; font-size: 0.825rem; color: #4b5563;
  font-family: 'Manrope', sans-serif;
}
.seo-search-cta-btn {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.625rem 1.125rem; border-radius: 999px;
  background: #1B375B; color: #fff;
  font-weight: 700; font-size: 0.875rem;
  font-family: 'Manrope', sans-serif;
  text-decoration: none; white-space: nowrap;
  box-shadow: 0 2px 6px rgba(27, 55, 91, 0.18);
  transition: background-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.seo-search-cta-btn:hover {
  background: #13294B;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(27, 55, 91, 0.25);
}
.seo-search-cta-btn:active { transform: translateY(0); }
.seo-search-cta-arrow {
  opacity: 0.85;
  transition: transform 160ms ease;
}
.seo-search-cta-btn:hover .seo-search-cta-arrow {
  transform: translateX(3px);
}
.seo-search-cta-compact {
  display: inline-flex;
  margin: 0.5rem 0;
}
@media (max-width: 640px) {
  .seo-search-cta-inner { flex-wrap: wrap; gap: 0.625rem; padding: 0.75rem; }
  .seo-search-cta-text  { flex-basis: 100%; order: 1; }
  .seo-search-cta-icon  { order: 0; }
  .seo-search-cta-btn   { width: 100%; justify-content: center; order: 2; }
}

/* Phase 2D — Related links (internal hub-and-spoke) */
.related-links { margin-top: 1.5rem; }
.related-bucket { margin-bottom: 1rem; }
.related-bucket:last-child { margin-bottom: 0; }
.related-bucket-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text-muted, #475569);
}
