:root {
  --brand: #f2820c;
  --brand-deep: #b6530f;
  --brand-soft: #fff4e6;
  --gold: #f6c445;
  --gold-deep: #b6810c;
  --ink: #2f2415;
  --ink-2: #43341f;
  --text: #574b3b;
  --muted: #79694f;
  --bg: #fdf8f0;
  --surface: #ffffff;
  --surface-2: #fff4e6;
  --line: #f1e8d8;
  --line-strong: #e3d5be;
  --navy: var(--brand-deep);
  --navy-deep: #ffe0a6;
  --green: #b6530f;
  --green-deep: #8d3f0b;
  --gold-soft: #fff4e6;
  --wa: #25d366;
  --wa-deep: #128c4a;
  --error: #a63232;
  --error-bg: #fff0f0;
  --success: #0f6b4f;
  --success-bg: #e9f7f1;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --grad-brand: linear-gradient(100deg, #f2820c, #f79a1c 58%, #f8b62f);
  --grad-soft: linear-gradient(165deg, #ffffff, #fdf6ea);
  --grad-mild: linear-gradient(135deg, #fff6e8, #ffe9cc);
  --grad-dark: linear-gradient(135deg, #ffeccb, #ffdfa6 52%, #f8cd78);
  --grad-wa: linear-gradient(115deg, #19a45f, #27d76f);
  --photo-lounge: url("../assets/illus-corporate-desk.svg");
  --photo-meeting: url("../assets/illus-mice-groups.svg");
  --photo-dubai: url("../assets/illus-business-visa.svg");
  --photo-aircraft: url("../assets/illus-hotel-transfer.svg");
  --illus-vip: url("../assets/illus-vip-support.svg");
  --illus-report: url("../assets/illus-reporting.svg");
  --shadow: 0 1px 2px rgb(120 82 20 / 0.06), 0 12px 24px -16px rgb(120 82 20 / 0.18);
  --shadow-pop: 0 2px 6px rgb(120 82 20 / 0.09), 0 20px 38px -20px rgb(120 82 20 / 0.24);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --header-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: linear-gradient(180deg, #ffffff, var(--bg) 44%, #fbf0df);
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--brand-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 0.55em; color: var(--ink); line-height: 1.12; text-wrap: balance; letter-spacing: 0; }
h1 { font-size: clamp(2.2rem, 5vw, 4.8rem); max-width: 980px; }
h2 { font-size: clamp(1.65rem, 3vw, 2.55rem); }
h3 { font-size: 1.15rem; }
p { margin: 0 0 1em; max-width: 72ch; text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 5px; }
.container { width: min(1180px, 100% - 2.5rem); margin-inline: auto; }
.section { padding: clamp(2.3rem, 6vw, 5.2rem) 0; }
.section-tight { padding: clamp(1.8rem, 4vw, 3.4rem) 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.25rem; }
.section-head p { color: var(--muted); margin: 0.15rem 0 0; }
.muted { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 44px;
  border: 0;
  border-radius: var(--r-sm);
  padding: 0.78rem 1.08rem;
  background: var(--surface-2);
  color: var(--ink);
  font: 800 0.94rem/1 var(--font);
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--brand-soft); color: var(--brand-deep); box-shadow: 0 2px 8px rgb(120 82 20 / 0.12); }
.btn-primary:hover { background: var(--surface); color: var(--brand-deep); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); }
.btn-wa { background: var(--wa); background-image: var(--grad-wa); color: #fff; }
.btn-wa:hover { background: var(--wa-deep); }
.btn-outline { background: var(--surface); color: var(--brand-deep); box-shadow: 0 2px 8px rgb(120 82 20 / 0.12); }
.btn-lg { min-height: 50px; padding-inline: 1.35rem; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.56; cursor: not-allowed; transform: none; }

.topbar { background: var(--navy-deep); background-image: var(--grad-dark); color: #1e1509; font-size: 0.86rem; }
.topbar-inner { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; flex-wrap: wrap; }
.topbar a { color: #1e1509; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 10px 24px -22px rgb(16 35 58 / 0.30); }
.header-inner { display: flex; align-items: center; gap: 1rem; min-height: var(--header-h); }
.logo { display: inline-flex; align-items: center; flex: none; }
.logo img { width: 78px; height: 58px; object-fit: contain; }
.main-nav { margin-left: 1rem; }
.main-nav ul { display: flex; list-style: none; margin: 0; padding: 0; gap: 0.2rem; align-items: center; }
.main-nav a, .nav-drop > button {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.62rem 0.72rem;
  border: 0;
  background: transparent;
  border-radius: var(--r-sm);
  color: var(--ink-2);
  font: 800 0.94rem/1 var(--font);
  cursor: pointer;
}
.main-nav a:hover, .main-nav a[aria-current="page"], .nav-drop > button:hover { background: var(--brand-soft); color: var(--brand-deep); text-decoration: none; }
.nav-drop { position: relative; }
.drop-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.4rem);
  width: 280px;
  display: none;
  padding: 0.55rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: var(--shadow-pop);
  z-index: 70;
}
.nav-drop:hover .drop-menu, .nav-drop:focus-within .drop-menu { display: grid; gap: 0.1rem; }
.drop-menu a { justify-content: flex-start; width: 100%; }
.header-actions { margin-left: auto; display: flex; gap: 0.65rem; align-items: center; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line-strong); background: #fff; border-radius: var(--r-sm); padding: 0.55rem; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; }

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(2.6rem, 7vw, 6rem) 0 2rem;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.96), rgb(255 250 241 / 0.88) 48%, rgb(255 244 230 / 0.70)),
    var(--photo-lounge) center / cover no-repeat,
    url("../assets/hero.jpg") center / cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.marketing-hero,
.sub-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  align-items: center;
  padding: clamp(3rem, 7vw, 6.5rem) 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.sub-hero {
  min-height: 520px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.98) 0%, rgb(255 255 255 / 0.90) 42%, rgb(255 244 230 / 0.62) 74%),
    var(--photo-dubai) center / cover no-repeat,
    url("../assets/hero.jpg") center / cover no-repeat;
  transform: scale(1.04);
}
.marketing-hero::after,
.sub-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 95px;
  background: linear-gradient(180deg, rgb(253 248 240 / 0), var(--bg));
  pointer-events: none;
}
.marketing-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.6fr);
  gap: clamp(1.4rem, 5vw, 4rem);
  align-items: center;
}
.hero-copy {
  padding: clamp(1rem, 4vw, 2rem) 0;
}
.floating-itinerary {
  align-self: end;
  margin-bottom: clamp(0rem, 3vw, 2rem);
  background: rgb(255 255 255 / 0.92);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1rem;
  box-shadow: var(--shadow-pop);
  backdrop-filter: blur(14px);
}
.route-animation {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  margin: 0.75rem 0;
  border-radius: var(--r-sm);
  background: var(--brand-soft);
  color: var(--brand-deep);
  font-weight: 900;
}
.route-animation i {
  position: relative;
  display: block;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--brand));
  overflow: hidden;
}
.route-animation i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-deep);
  transform: translateY(-50%);
}
.metrics-band {
  background: #fff;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--ink-2);
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px var(--line);
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.metric {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 0.28rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.15rem;
  box-shadow: var(--shadow);
}
.metric span {
  color: var(--brand-deep);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.metric b {
  color: var(--ink);
}
.metric p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.service-showcase,
.service-detail-list {
  display: grid;
  gap: 1rem;
}
.service-story,
.service-detail {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  min-height: 300px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1rem;
  box-shadow: var(--shadow);
}
.service-story:nth-child(even),
.service-detail:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.52fr);
}
.service-story:nth-child(even) .service-image,
.service-detail:nth-child(even) .service-image {
  order: 2;
}
.service-story span,
.service-detail span {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--brand-deep);
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
}
.service-story p,
.service-detail p {
  color: var(--muted);
}
.service-story a,
.service-detail a {
  font-weight: 900;
}
.service-image {
  --image: var(--photo-lounge);
  min-height: 250px;
  border-radius: var(--r-sm);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 0.05), rgb(255 244 230 / 0.18)),
    var(--image) center / cover no-repeat,
    url("../assets/hero.jpg") center / cover no-repeat;
  border: 1px solid var(--line);
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.38);
}
.complete-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
}
.complete-services a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--brand-deep);
  font-weight: 900;
  font-size: 0.82rem;
}
.complete-services a:hover {
  background: var(--brand-deep);
  color: #fff;
  text-decoration: none;
}
.image-flight { --image: var(--photo-lounge); background-position: center; }
.image-visa { --image: var(--photo-dubai); background-position: center; }
.image-guest { --image: var(--photo-dubai); background-position: center; }
.image-hotel { --image: var(--photo-aircraft); background-position: center; }
.image-transfer { --image: var(--photo-aircraft); background-position: center; }
.image-insurance { --image: var(--photo-lounge); background-position: center; }
.image-mice { --image: var(--photo-meeting); background-position: center; }
.image-vip { --image: var(--illus-vip); background-position: center; }
.image-umrah { --image: var(--photo-meeting); background-position: center; }
.image-reward { --image: var(--photo-dubai); background-position: center; }
.image-report { --image: var(--illus-report); background-position: center; }
.application-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(1.3rem, 4vw, 3rem);
  align-items: start;
}
.application-card {
  background: rgb(255 255 255 / 0.82);
  box-shadow: var(--shadow-pop);
}
.approval-note {
  display: grid;
  gap: 0.3rem;
  margin-top: 1.2rem;
  padding: 1rem;
  background: rgb(255 255 255 / 0.52);
  border: 1px solid rgb(182 83 15 / 0.20);
  border-radius: var(--r-sm);
}
.approval-note b {
  color: #1e1509;
}
.approval-note span {
  color: #3a2c16;
  font-weight: 800;
}
.access-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(130px, 1fr));
  gap: 0.65rem;
}
.access-timeline::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  top: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--brand), var(--gold));
  border-radius: 999px;
}
.access-timeline div {
  position: relative;
  display: grid;
  gap: 0.45rem;
  align-content: start;
  min-height: 160px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 3rem 0.85rem 0.85rem;
  box-shadow: var(--shadow);
}
.access-timeline div::before {
  content: "";
  position: absolute;
  left: 0.85rem;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--brand-deep);
  box-shadow: 0 0 0 6px var(--brand-soft);
}
.access-timeline b {
  color: var(--ink);
}
.access-timeline span {
  color: var(--muted);
  font-size: 0.88rem;
}
.portal-explainer {
  align-items: center;
}
.corp-hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
  isolation: isolate;
}
.corp-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  background: linear-gradient(180deg, rgb(255 255 255 / 0), #fff);
  z-index: -1;
}
.corp-hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.98) 0%, rgb(255 255 255 / 0.92) 43%, rgb(255 244 230 / 0.58) 76%),
    var(--photo-lounge) center / cover no-repeat,
    url("../assets/hero.jpg") center / cover no-repeat;
  transform: scale(1.03);
}
.corp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.58fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
.corp-hero-copy {
  max-width: 820px;
  padding-top: clamp(1rem, 4vw, 3rem);
}
.corp-hero-copy .lede {
  color: var(--ink-2);
  font-size: clamp(1.05rem, 1.6vw, 1.26rem);
  line-height: 1.75;
}
.corp-live-panel {
  background: rgb(255 255 255 / 0.94);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1rem, 2vw, 1.35rem);
  box-shadow: 0 8px 22px rgb(120 82 20 / 0.10);
}
.live-panel-head span {
  display: block;
  color: var(--muted);
  font-weight: 900;
  font-size: 0.78rem;
}
.live-panel-head b {
  color: var(--ink);
}
.corp-live-panel dl {
  display: grid;
  gap: 0;
  margin: 0.75rem 0 0;
}
.corp-live-panel dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.78rem 0;
  border-top: 1px solid var(--line);
}
.corp-live-panel dt {
  color: var(--ink);
  font-weight: 900;
}
.corp-live-panel dd {
  margin: 0;
  color: var(--muted);
}
.corp-proof {
  background: #fff;
}
.proof-row {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.proof-row p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  line-height: 1.32;
  font-weight: 800;
}
.proof-row div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: flex-end;
}
.proof-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--ink-2);
  font-weight: 900;
  font-size: 0.85rem;
}
.corp-services {
  background: linear-gradient(180deg, #fff, var(--bg));
}
.service-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.62fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}
.service-intro p {
  margin: 0;
  color: var(--muted);
}
.service-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.4rem);
}
.service-feature {
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  align-items: center;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}
.service-feature-large,
.service-feature-wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 0.62fr) minmax(0, 1fr);
  min-height: 360px;
}
.service-feature span,
.application-copy .brand-line,
.portal-copy .brand-line {
  color: var(--brand-deep);
  font-weight: 900;
}
.service-feature h3 {
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  margin-bottom: 0.45rem;
}
.service-feature p {
  color: var(--muted);
  line-height: 1.72;
}
.service-feature a {
  font-weight: 900;
}
.service-feature .service-image {
  min-height: 100%;
  height: clamp(220px, 30vw, 360px);
}
.service-plain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service-plain-list a {
  padding: 0.85rem 1rem;
  color: var(--ink-2);
  font-weight: 800;
  border-right: 1px solid var(--line);
}
.service-plain-list a:hover {
  color: var(--brand-deep);
  text-decoration: none;
  background: var(--brand-soft);
}
.process-section {
  background: #fff;
}
.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.process-flow {
  border-top: 2px solid var(--brand-deep);
  border-bottom: 2px solid var(--brand-deep);
  padding: clamp(1.3rem, 3vw, 2rem) 0;
}
.process-flow p {
  margin: 0;
  max-width: none;
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  line-height: 2;
  font-weight: 800;
}
.process-flow span {
  display: inline-block;
  width: 42px;
  height: 2px;
  margin: 0 0.7rem 0.25rem;
  background: var(--gold);
}
.application-section {
  background: var(--grad-dark);
}
.application-copy p:not(.brand-line) {
  color: #3a2c16;
  font-size: 1.02rem;
}
.application-section .application-card {
  background: #fff;
  border: 0;
  box-shadow: 0 8px 22px rgb(120 82 20 / 0.10);
}
.portal-section {
  background: linear-gradient(180deg, var(--bg), #fff);
}
.portal-section .portal-explainer {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
}
.portal-section .portal-preview {
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgb(120 82 20 / 0.10);
}
.portal-stat-grid span {
  font-size: 1.1rem;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr); gap: clamp(1.4rem, 4vw, 3rem); align-items: center; }
.hero p.lede { color: var(--ink-2); font-size: 1.08rem; }
.brand-line { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 0.9rem; color: var(--brand-deep); font-weight: 900; }
.brand-line::before { content: ""; width: 34px; height: 3px; background: var(--gold); border-radius: 999px; }
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.2rem; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}
.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  background: rgb(255 255 255 / 0.78);
  color: var(--ink-2);
  font-weight: 800;
  font-size: 0.82rem;
  box-shadow: inset 0 0 0 1px var(--line);
}
.desk-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1rem;
  box-shadow: var(--shadow-pop);
}
.desk-head,
.portal-preview-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.85rem;
}
.desk-head span,
.portal-preview-head span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}
.desk-head b,
.portal-preview-head b {
  display: block;
  color: var(--ink);
}
.route-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.route-board div {
  min-width: 0;
  border-radius: var(--r-sm);
  background: var(--brand-soft);
  padding: 0.85rem;
}
.route-board small,
.route-board span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.72rem;
}
.route-board b {
  display: block;
  color: var(--brand-deep);
  font-size: 1.85rem;
  line-height: 1.05;
}
.desk-fields {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 1rem;
}
.desk-fields span {
  display: block;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.5rem;
  color: var(--text);
  font-size: 0.9rem;
}
.desk-fields span:last-child { border-bottom: 0; padding-bottom: 0; }
.desk-fields b { color: var(--ink); margin-right: 0.35rem; }
.ops-card {
  background: var(--surface);
  color: var(--text);
  border-radius: var(--r-lg);
  padding: 1rem;
  box-shadow: var(--shadow-pop);
}
.ops-card h2 { color: var(--ink); font-size: 1.18rem; }
.flight-board { display: grid; gap: 0.7rem; margin-top: 1rem; }
.board-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.8rem;
  border-radius: var(--r-sm);
  background: var(--brand-soft);
}
.airport-code { color: var(--brand-deep); font-weight: 900; font-size: 1.2rem; letter-spacing: 0.02em; }
.board-row span { color: var(--text); font-size: 0.86rem; }
.status-chip { display: inline-flex; align-items: center; border-radius: 999px; padding: 0.34rem 0.56rem; background: var(--surface); color: var(--brand-deep); font-weight: 900; font-size: 0.78rem; white-space: nowrap; box-shadow: inset 0 0 0 1px var(--line-strong); }

.request-panel {
  margin-top: -1.6rem;
  position: relative;
  z-index: 2;
}
.request-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-pop);
  overflow: hidden;
}
.request-tabs { display: flex; gap: 0.25rem; overflow-x: auto; padding: 0.75rem; border-bottom: 1px solid var(--line); }
.tab-btn { white-space: nowrap; border: 0; border-radius: var(--r-sm); background: transparent; color: var(--ink-2); font: 900 0.92rem/1 var(--font); padding: 0.76rem 0.95rem; cursor: pointer; }
.tab-btn.active { background: var(--brand-deep); color: #fff; }
.request-content { padding: 1.1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; }
.request-content p { margin: 0; color: var(--muted); }

.trust-grid, .service-grid, .feature-grid, .team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.trust-item, .service-card, .feature-card, .team-card, .form-card, .portal-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.1rem;
}
.trust-item b, .service-card b, .feature-card b, .team-card b { display: block; color: var(--ink); margin-bottom: 0.25rem; }
.trust-item span, .service-card p, .feature-card p, .team-card p { color: var(--muted); font-size: 0.92rem; margin: 0; }
.service-card { min-height: 180px; }
.service-card .service-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-deep); border-radius: var(--r-sm); font-weight: 900; margin-bottom: 1.1rem; }
.service-groups {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.service-group {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.15rem;
  box-shadow: var(--shadow);
}
.service-group-wide { grid-column: span 2; min-height: 180px; }
.service-group h3 { font-size: 1.2rem; }
.service-group p { color: var(--muted); margin: 0; }
.service-group a {
  width: fit-content;
  font-weight: 900;
  font-size: 0.9rem;
}
.band { background: var(--navy-deep); background-image: var(--grad-dark); color: #3a2c16; }
.band h2, .band h3 { color: #1e1509; }
.workflow { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 0.7rem; margin-top: 1rem; }
.workflow div { background: rgb(255 255 255 / 0.58); border-radius: var(--r-sm); padding: 0.95rem; }
.workflow b { display: block; color: #1e1509; }
.workflow span { color: #3a2c16; font-size: 0.86rem; }

.split { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.14fr); gap: clamp(1.2rem, 4vw, 3rem); align-items: start; }
.form-grid { display: grid; gap: 0.75rem; }
.field-row { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0.75rem; }
.field { grid-column: span 12; }
.col-6 { grid-column: span 6; }
.col-4 { grid-column: span 4; }
.field label { display: block; color: var(--ink-2); font-size: 0.78rem; font-weight: 900; margin-bottom: 0.28rem; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--ink);
  padding: 0.72rem 0.8rem;
  font: 700 0.95rem/1.3 var(--font);
}
.field textarea { min-height: 108px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #68737a; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: var(--error); background: var(--error-bg); }
.err { display: block; color: var(--error); font-size: 0.82rem; font-weight: 800; margin-top: 0.25rem; }
.form-note { color: var(--muted); font-size: 0.86rem; margin: 0; }
.form-banner { border-radius: var(--r-sm); padding: 0.85rem; font-weight: 800; }
.form-banner.success { background: var(--success-bg); color: var(--success); }
.form-banner.error { background: var(--error-bg); color: var(--error); }

.portal-layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 1rem; align-items: start; }
.portal-shell { display: grid; gap: 1rem; }
.portal-top { display: flex; justify-content: space-between; gap: 1rem; align-items: center; flex-wrap: wrap; }
.portal-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0.75rem; }
.portal-stat { background: var(--surface-2); border-radius: var(--r-sm); padding: 0.85rem; }
.portal-stat span { display: block; color: var(--brand-deep); font-size: 1.35rem; font-weight: 900; }
.portal-stat b { color: var(--ink); font-size: 0.84rem; }
.portal-preview {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1rem;
  box-shadow: var(--shadow-pop);
}
.portal-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.portal-stat-grid div {
  border-radius: var(--r-sm);
  background: var(--brand-soft);
  padding: 0.9rem;
}
.portal-stat-grid span {
  display: block;
  color: var(--brand-deep);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.05;
}
.portal-stat-grid b {
  display: block;
  color: var(--ink);
  font-size: 0.84rem;
}
.portal-safe-note {
  margin-top: 0.75rem;
  border-radius: var(--r-sm);
  background: var(--surface);
  color: var(--muted);
  padding: 0.8rem;
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.88rem;
}
.emergency-section { padding-top: 0; }
.emergency-card {
  display: flex;
  justify-content: space-between;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
  background: var(--grad-dark);
  border: 1px solid var(--line-strong);
  border-radius: var(--r-lg);
  padding: clamp(1.2rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}
.emergency-card h2 { margin-bottom: 0.25rem; }
.emergency-card p { margin: 0; color: var(--ink-2); }
.emergency-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: grid;
  align-items: center;
  margin-top: clamp(1rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.final-cta .hero-photo {
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.96), rgb(255 244 230 / 0.78), rgb(255 255 255 / 0.62)),
    var(--photo-dubai) center / cover no-repeat,
    url("../assets/hero.jpg") center / cover no-repeat;
}
.final-cta-inner {
  position: relative;
  z-index: 1;
}
.final-cta h2 {
  max-width: 760px;
}
.final-cta p {
  color: var(--ink-2);
  font-size: 1.05rem;
}

.footer { background: var(--grad-soft); color: var(--muted); margin-top: 3rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(4, minmax(140px, 0.8fr)); gap: 2rem; padding: 2.5rem 0; }
.footer h4 { color: var(--ink); font-size: 0.96rem; }
.footer p { color: var(--muted); font-size: 0.92rem; }
.footer-logo { width: 92px; height: 68px; object-fit: contain; margin-bottom: 0.8rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.5rem; }
.footer-links a { color: var(--muted); font-size: 0.9rem; }
.footer-bar { border-top: 1px solid var(--line); padding: 0.9rem 0; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 0.84rem; }
.wa-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 45; border-radius: 999px; box-shadow: var(--shadow-pop); }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.45s ease, transform 0.45s ease; }
  .js .reveal.in { opacity: 1; transform: none; }
  .hero-photo { animation: heroZoom 18s ease-in-out infinite alternate; }
  .floating-itinerary { animation: floatPanel 5.5s ease-in-out infinite; }
  .route-animation i::after { animation: routePulse 3.2s ease-in-out infinite; }
  .corp-hero-photo { animation: heroZoom 20s ease-in-out infinite alternate; }
  .corp-live-panel { animation: floatPanel 5.5s ease-in-out infinite; }
}
@keyframes heroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1.11); }
}
@keyframes floatPanel {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
@keyframes routePulse {
  from { left: 0; }
  to { left: calc(100% - 10px); }
}
@media (max-width: 980px) {
  .main-nav { position: fixed; inset: var(--header-h) 0 auto 0; margin: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 1rem; display: none; box-shadow: var(--shadow-pop); }
  .main-nav.open { display: block; }
  .main-nav ul { display: grid; gap: 0.2rem; }
  .drop-menu { position: static; width: 100%; box-shadow: none; margin: 0.3rem 0; }
  .nav-toggle { display: block; }
  .header-actions .btn-outline { display: none; }
  .hero-grid, .split, .portal-layout, .marketing-hero-inner, .application-layout { grid-template-columns: 1fr; }
  .corp-hero-grid,
  .proof-row,
  .service-intro,
  .service-editorial,
  .service-feature,
  .service-feature-large,
  .service-feature-wide,
  .process-layout,
  .portal-section .portal-explainer { grid-template-columns: 1fr; }
  .proof-row div { justify-content: flex-start; }
  .service-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-group-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .portal-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-story,
  .service-story:nth-child(even),
  .service-detail,
  .service-detail:nth-child(even) { grid-template-columns: 1fr; }
  .service-story:nth-child(even) .service-image,
  .service-detail:nth-child(even) .service-image { order: 0; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 1.2rem, 1180px); }
  .topbar-inner span:nth-child(2) { display: none; }
  .hero-actions .btn, .request-content .btn, .corp-mobile-full { width: 100%; }
  .request-content { grid-template-columns: 1fr; }
  .route-board,
  .service-groups,
  .portal-stat-grid {
    grid-template-columns: 1fr;
  }
  .service-group,
  .service-group-wide {
    grid-column: auto;
    min-height: auto;
  }
  .emergency-actions .btn { width: 100%; }
  .field-row, .col-6, .col-4 { grid-template-columns: 1fr; grid-column: span 12; }
  .board-row { grid-template-columns: 1fr; }
  .footer-grid, .portal-stats { grid-template-columns: 1fr; }
  .marketing-hero, .sub-hero { min-height: auto; }
  .metrics-grid, .access-timeline { grid-template-columns: 1fr; }
  .trust-strip, .complete-services { align-items: stretch; }
  .trust-strip span, .complete-services a { width: 100%; justify-content: center; }
  .access-timeline::before { display: none; }
  .service-image { min-height: 190px; }
  .final-cta { min-height: auto; }
  .corp-live-panel dl div { grid-template-columns: 1fr; gap: 0.15rem; }
  .process-flow span { width: 24px; margin-inline: 0.35rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .reveal, .hero-photo, .floating-itinerary, .route-animation i::after { animation: none !important; transition: none !important; }
}
