:root {
  color-scheme: light;
  --navy: #082333;
  --navy-soft: #12384a;
  --teal: #079a83;
  --teal-dark: #057463;
  --mint: #dceee9;
  --mint-soft: #eaf4f1;
  --ink: #13202a;
  --muted: #52636d;
  --line: #d2dfdc;
  --surface: #f5f8f7;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(8, 35, 51, 0.12);
  --shadow-soft: 0 14px 36px rgba(8, 35, 51, 0.08);
  --radius: 8px;
  --section: 120px;
  --max: 1320px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--surface);
  color: var(--ink);
  font-family: "Segoe UI Variable Text", "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select {
  touch-action: manipulation;
}

:focus-visible {
  outline: 3px solid rgba(10, 143, 122, 0.72);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 11px 15px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 68px;
  padding: 8px 4vw;
  overflow: hidden;
  border-bottom: 1px solid rgba(217, 226, 224, 0.88);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px) saturate(150%);
  transition: height 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.site-header.is-scrolled {
  height: 62px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 14px 38px rgba(8, 35, 51, 0.1);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: var(--navy);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-logo {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-inline: auto;
  color: #1d2c37;
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a[aria-current="true"]::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.help-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--navy-soft);
  font-size: 0.9rem;
  font-weight: 800;
  white-space: nowrap;
}

.help-link i,
.button i,
.eyebrow i,
.text-link i {
  width: 19px;
  height: 19px;
  stroke-width: 2;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0) scale(0.98);
}

.button-primary {
  background: var(--teal-dark);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(6, 114, 97, 0.24);
}

.button-primary:hover {
  background: #045d51;
}

.button-blue {
  min-height: 44px;
  padding-inline: 18px;
  background: var(--navy);
  color: var(--white);
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
}

.section-pad {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding: var(--section) 32px;
}

section[id] {
  scroll-margin-top: 76px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

h1,
h2 {
  font-weight: 800;
  line-height: 1.05;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: 4rem;
}

h2 {
  margin-bottom: 22px;
  font-size: 3.35rem;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.25;
}

p {
  color: var(--muted);
  line-height: 1.72;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 13px;
  border-left: 3px solid var(--teal);
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow i {
  color: var(--teal);
}

.eyebrow.light {
  color: var(--white);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(90dvh - 68px);
  max-width: none;
  padding: 72px max(32px, calc((100vw - var(--max)) / 2 + 32px));
  overflow: hidden;
  isolation: isolate;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: #dce9ed;
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.06);
  transform-origin: center center;
}

.video-play-toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(8, 35, 51, 0.88);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(8, 35, 51, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 180ms var(--ease), visibility 180ms var(--ease), transform 180ms var(--ease);
}

.video-play-toggle:hover {
  transform: scale(1.05);
}

.video-play-toggle i {
  width: 21px;
  height: 21px;
}

.hero.video-play-needed .video-play-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(245, 248, 247, 0.97) 0%, rgba(245, 248, 247, 0.9) 38%, rgba(245, 248, 247, 0.52) 63%, rgba(245, 248, 247, 0.1) 100%);
}

.hero-copy {
  width: min(900px, 68vw);
}

.hero-accent {
  display: block;
  color: var(--teal-dark);
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 30px;
  color: #3e4e58;
  font-size: 1.18rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-lede,
  .hero-cta > * {
    animation: hero-enter 720ms var(--ease) both;
  }

  .hero-copy h1 {
    animation-delay: 80ms;
  }

  .hero-lede {
    animation-delay: 150ms;
  }

  .hero-cta > :first-child {
    animation-delay: 220ms;
  }

  .hero-cta > :last-child {
    animation-delay: 290ms;
  }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  color: var(--navy);
  font-weight: 800;
}

.text-link:hover i {
  transform: translate(2px, 2px);
}

.text-link i {
  transition: transform 180ms var(--ease);
}

.text-link.light {
  color: var(--white);
}

.compact {
  padding-top: 96px;
  padding-bottom: 96px;
}

.belief {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: 64px;
  align-items: center;
}

.belief-copy p {
  max-width: 560px;
  margin-bottom: 0;
  font-size: 1.05rem;
}

.belief-route {
  min-width: 0;
}

.tour-map {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #c6d9d5;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.74)),
    url("./assets/visa-advisor.webp") center / cover;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.tour-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(220, 238, 233, 0.62), rgba(255, 255, 255, 0.22));
  pointer-events: none;
}

.tour-route {
  position: absolute;
  z-index: 1;
  top: 53%;
  left: 8%;
  width: 84%;
  height: 3px;
  border-radius: 999px;
  background: var(--teal);
  transform: rotate(-9deg) scaleX(0);
  transform-origin: left center;
}

.tour-cursor {
  position: absolute;
  z-index: 4;
  top: 48%;
  left: 7%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(8, 35, 51, 0.22);
}

.tour-cursor i {
  width: 22px;
  height: 22px;
  transform: rotate(18deg);
}

.tour-stop {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  min-width: 180px;
  padding: 14px;
  border: 1px solid rgba(207, 224, 220, 0.95);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(11, 32, 48, 0.1);
}

.tour-stop img {
  grid-row: 1 / 3;
  align-self: center;
  width: 48px;
  height: 32px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(11, 32, 48, 0.1);
}

.tour-stop strong {
  align-self: end;
  color: var(--navy);
  font-size: 0.88rem;
}

.tour-stop small {
  color: var(--muted);
  font-size: 0.72rem;
}

.stop-uae {
  bottom: 9%;
  left: 5%;
}

.stop-europe {
  top: 10%;
  left: 30%;
}

.stop-americas {
  right: 5%;
  bottom: 12%;
}

.stop-asia {
  top: 8%;
  right: 7%;
}

.split {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 72px;
  align-items: center;
}

.portrait-card {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.portrait-card img {
  width: 100%;
  min-height: 620px;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.section-lede {
  max-width: 620px;
  font-size: 1.06rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}

.mini-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 94px;
  padding: 16px;
  border-top: 1px solid var(--line);
}

.mini-card h3 {
  margin: 0 0 2px;
  font-size: 1.05rem;
}

.mini-card p {
  margin: 0;
  font-size: 0.86rem;
}

.icon-bubble {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal-dark);
}

.icon-bubble i {
  width: 25px;
  height: 25px;
  stroke-width: 2;
}

.services {
  max-width: none;
  border-block: 1px solid rgba(210, 223, 220, 0.8);
  background: #eaf1ef;
}

.services > * {
  width: min(100%, var(--max));
  margin-inline: auto;
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading h2 {
  max-width: 820px;
}

.section-heading > p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  perspective: 1200px;
}

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 4;
  min-height: 300px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #d5e1de;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  translate: 0 0;
  transition: translate 240ms var(--ease), border-color 240ms var(--ease), box-shadow 240ms var(--ease);
}

.service-card-feature {
  display: grid;
  grid-column: span 7;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  min-height: 410px;
  padding: 0;
}

.service-card-feature .service-card-copy {
  align-self: center;
  padding: 38px 38px 84px;
}

.service-card-feature > img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  object-position: 50% center;
  transition: transform 600ms var(--ease), filter 300ms var(--ease);
}

.service-card-visual {
  grid-column: span 5;
  justify-content: flex-end;
  min-height: 410px;
  padding: 0;
  border-color: rgba(8, 35, 51, 0.2);
  isolation: isolate;
}

.service-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(8, 35, 51, 0.97) 0%, rgba(8, 35, 51, 0.82) 46%, rgba(8, 35, 51, 0.08) 100%);
}

.service-card-visual > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms var(--ease), filter 300ms var(--ease);
}

.service-card-visual .service-card-copy {
  position: relative;
  z-index: 2;
  padding: 32px 82px 30px 32px;
}

.service-card-visual > a {
  z-index: 3;
}

.service-card-visual h3,
.service-card-visual p {
  color: var(--white);
}

.service-card-visual p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.service-card-visual .icon-bubble {
  background: rgba(255, 255, 255, 0.92);
}

.service-card h3 {
  margin-top: 22px;
}

.service-card p {
  max-width: 52ch;
  margin-bottom: 58px;
}

.service-card-renewal {
  background: #f0f7f5;
  border-color: #bfd8d2;
}

.service-card:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(7, 154, 131, 0.16), var(--shadow-soft);
}

.service-card > a {
  position: absolute;
  right: 26px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  transition: transform 180ms var(--ease), background 180ms var(--ease);
}

.service-card > a:hover {
  transform: rotate(8deg) scale(1.05);
  background: var(--teal-dark);
}

.service-card > a i {
  width: 21px;
  height: 21px;
}

.service-card-image {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(220px, 0.84fr) minmax(0, 1.16fr);
  gap: 28px;
  padding: 0 78px 0 0;
}

.service-card-image > img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.service-card-image > div {
  align-self: center;
  padding-block: 28px;
}

.service-card-image h3 {
  margin-top: 18px;
}

@media (hover: hover) {
  .service-card:hover {
    translate: 0 -6px;
    border-color: rgba(7, 154, 131, 0.52);
    box-shadow: 0 26px 54px rgba(8, 35, 51, 0.13);
  }

  .service-card-feature:hover > img,
  .service-card-visual:hover > img {
    transform: scale(1.035);
    filter: saturate(1.06);
  }
}

.process {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: 80px;
  align-items: start;
}

.process-copy {
  position: sticky;
  top: 100px;
}

.process-copy p {
  max-width: 540px;
  margin-bottom: 28px;
}

.process-stack {
  display: grid;
  gap: 18px;
  counter-reset: process-step;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: center;
  min-height: 164px;
  padding: 28px;
  overflow: hidden;
  border-left: 4px solid transparent;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  counter-increment: process-step;
  transition: border-color 220ms var(--ease), background 220ms var(--ease), transform 220ms var(--ease), box-shadow 220ms var(--ease);
}

.process-card::after {
  content: "0" counter(process-step);
  position: absolute;
  right: 20px;
  bottom: -25px;
  color: rgba(8, 35, 51, 0.055);
  font-size: 6.5rem;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.process-card.is-current {
  border-left-color: var(--teal);
  background: #eff7f5;
  box-shadow: 0 22px 48px rgba(8, 35, 51, 0.11);
  transform: translateX(-8px);
}

.process-card > span {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--teal-dark);
}

.process-card > span i {
  width: 28px;
  height: 28px;
}

.process-card h3 {
  margin-bottom: 6px;
}

.process-card p {
  margin-bottom: 0;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
  max-width: none;
  background: var(--navy);
}

.cta-band img {
  width: 100%;
  min-height: 430px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.22);
}

.cta-band h2,
.cta-band p {
  color: var(--white);
}

.cta-band p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.75);
}

.destinations {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100dvh;
  overflow: hidden;
  border-block: 1px solid rgba(210, 223, 220, 0.86);
  background: #e4eeeb;
}

.destination-shell {
  width: 100%;
  padding: 94px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 72px;
}

.destination-copy {
  max-width: 760px;
  margin-bottom: 40px;
}

.destination-copy h2 {
  margin-bottom: 16px;
}

.destination-copy p {
  max-width: 470px;
  margin-bottom: 0;
}

.destination-viewport {
  width: 100%;
  overflow: hidden;
}

.destination-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding-right: max(32px, calc((100vw - var(--max)) / 2 + 32px));
  will-change: transform;
}

.destination-card {
  position: relative;
  display: flex;
  flex: 0 0 350px;
  flex-direction: column;
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid #ccdad6;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(8, 35, 51, 0.08);
  transform-origin: center bottom;
  transition: border-color 220ms var(--ease), box-shadow 220ms var(--ease), translate 220ms var(--ease);
}

.destination-card-featured {
  flex-basis: 430px;
  background: var(--navy);
}

@media (hover: hover) {
  .destination-card:hover {
    translate: 0 -5px;
    border-color: rgba(7, 154, 131, 0.48);
    box-shadow: 0 24px 52px rgba(8, 35, 51, 0.13);
  }
}

.destination-card-featured h3,
.destination-card-featured p,
.destination-card-featured .country-code,
.destination-card-featured li {
  color: var(--white);
}

.country-flag {
  width: 80px;
  height: 54px;
  margin-bottom: 42px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(11, 32, 48, 0.12), 0 10px 24px rgba(11, 32, 48, 0.12);
}

.flag-pair {
  display: flex;
  margin-bottom: 42px;
}

.flag-pair .country-flag {
  margin-bottom: 0;
}

.flag-pair .country-flag + .country-flag {
  margin-left: -22px;
}

.country-code {
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.destination-card h3 {
  font-size: 1.5rem;
}

.destination-card p {
  margin-bottom: 26px;
  font-size: 0.94rem;
}

.destination-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.destination-card li {
  padding: 7px 10px;
  border: 1px solid rgba(10, 143, 122, 0.32);
  border-radius: 999px;
  color: var(--navy);
  font-size: 0.75rem;
  font-weight: 800;
}

.destination-card-featured li {
  border-color: rgba(255, 255, 255, 0.28);
  color: var(--white);
}

.route-progress {
  width: 100%;
  height: 3px;
  margin-top: 30px;
  overflow: hidden;
  background: rgba(11, 32, 48, 0.12);
}

.route-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left center;
}

.testimonials {
  max-width: none;
  background: #fbfcfc;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: center;
  width: min(100%, 980px);
  margin-inline: auto;
}

.quote-mark {
  color: var(--teal);
  font-size: 11rem;
  font-weight: 800;
  line-height: 0.6;
  text-align: center;
}

.testimonial-card {
  padding: 28px 0 28px 44px;
  border-left: 1px solid var(--line);
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 22px;
  color: var(--teal);
}

.stars i {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.testimonial-card p {
  max-width: 680px;
  color: var(--navy);
  font-size: 1.35rem;
  font-weight: 700;
}

.testimonial-card h3 {
  margin: 24px 0 3px;
}

.testimonial-card span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  max-width: calc(var(--max) + 64px);
  padding-inline: 32px;
}

.contact-form {
  padding: 52px;
  border-radius: var(--radius);
  background: var(--navy-soft);
  color: var(--white);
}

.contact-form h2 {
  color: var(--white);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 700;
}

label.wide {
  grid-column: 1 / -1;
}

input,
select {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

select {
  appearance: none;
}

option {
  color: var(--ink);
}

.form-submit {
  width: 100%;
  margin-top: 22px;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.form-note {
  min-height: 26px;
  margin: 14px 0 0;
  color: #bff4e6;
  font-weight: 700;
}

.contact-image {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-image img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
}

.site-footer {
  padding: 82px max(32px, calc((100vw - var(--max)) / 2 + 32px)) 34px;
  background: var(--navy);
  color: var(--white);
}

.site-footer::before {
  content: "MaktabPro";
  display: flex;
  align-items: center;
  width: fit-content;
  height: 46px;
  margin-bottom: 28px;
  padding-left: 58px;
  background: url("./assets/maktabpro-mark.webp") left center / 44px 44px no-repeat;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 800;
}

.footer-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 60px;
}

.footer-top h2 {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr 1fr;
  gap: 34px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-grid h3 {
  color: var(--white);
  font-size: 1rem;
}

.footer-grid p {
  max-width: 300px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-grid a {
  display: flex;
  align-items: center;
  width: fit-content;
  min-height: 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-grid a:hover {
  color: var(--white);
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 18px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.back-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  :root {
    --section: 92px;
  }

  h1 {
    max-width: 760px;
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .header-actions {
    display: none;
  }

  .belief {
    grid-template-columns: minmax(0, 0.75fr) minmax(460px, 1.25fr);
    gap: 38px;
  }

  .split,
  .process,
  .cta-band {
    gap: 48px;
  }

  .service-card {
    grid-column: span 4;
  }

  .service-card-feature {
    grid-column: span 7;
  }

  .service-card-visual {
    grid-column: span 5;
  }

  .service-card-image {
    grid-column: span 12;
  }
}

@media (max-width: 860px) {
  :root {
    --section: 76px;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 68px;
    padding-inline: 18px;
  }

  .main-nav {
    position: fixed;
    inset: 76px 16px auto;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    min-height: 48px;
    padding-inline: 12px;
  }

  .nav-toggle {
    display: grid;
  }

  .hero {
    min-height: calc(84dvh - 68px);
    padding: 56px 24px;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(245, 248, 247, 0.96), rgba(245, 248, 247, 0.72));
  }

  .hero-copy {
    width: min(100%, 700px);
  }

  h1 {
    max-width: 680px;
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2.45rem;
  }

  .belief,
  .split,
  .process,
  .cta-band,
  .testimonial-wrap,
  .contact {
    grid-template-columns: 1fr;
  }

  .belief {
    gap: 34px;
  }

  .tour-map {
    min-height: 420px;
  }

  .portrait-card img {
    min-height: 520px;
    aspect-ratio: 16 / 11;
  }

  .process-copy {
    position: static;
  }

  .service-card {
    grid-column: span 6;
  }

  .service-card-feature,
  .service-card-visual,
  .service-card-image {
    grid-column: 1 / -1;
  }

  .cta-band {
    padding-inline: 24px;
  }

  .destinations {
    min-height: auto;
    overflow: visible;
  }

  .destination-shell {
    padding: 76px 0;
  }

  .destination-copy,
  .route-progress {
    margin-inline: 24px;
  }

  .route-progress {
    display: block;
    width: auto;
  }

  .destination-viewport {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: var(--teal) transparent;
  }

  .destination-track {
    padding: 0 24px;
  }

  .destination-card,
  .destination-card-featured {
    flex-basis: min(82vw, 360px);
    scroll-snap-align: start;
  }

  .contact {
    padding-inline: 24px;
  }

  .contact-image img {
    min-height: 480px;
  }

  .footer-top {
    align-items: start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  :root {
    --section: 64px;
  }

  .section-pad {
    padding-inline: 18px;
  }

  .brand {
    font-size: 1.18rem;
  }

  .brand-logo {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
  }

  h1 {
    font-size: 2.35rem;
  }

  .hero-accent {
    display: inline;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .hero {
    align-items: flex-end;
    min-height: calc(100svh - 68px);
    padding: 54px 18px 36px;
  }

  .hero::before {
    background: linear-gradient(
      180deg,
      rgba(245, 248, 247, 0.1) 0%,
      rgba(245, 248, 247, 0.38) 28%,
      rgba(245, 248, 247, 0.92) 62%,
      rgba(245, 248, 247, 0.99) 100%
    );
  }

  .hero-video-bg video {
    object-position: 56% center;
    filter: saturate(1.12) contrast(1.08);
  }

  .hero-copy {
    padding-top: 150px;
  }

  .hero .eyebrow {
    margin-bottom: 14px;
  }

  .hero h1 {
    margin-bottom: 16px;
  }

  .hero-lede {
    margin-bottom: 22px;
  }

  .video-play-toggle {
    top: 18px;
    right: 18px;
    bottom: auto;
  }

  .hero-lede {
    font-size: 1rem;
  }

  .belief {
    padding-top: 48px;
  }

  .hero-cta,
  .hero-cta .button,
  .hero-cta .text-link {
    width: 100%;
  }

  .tour-map {
    min-height: 532px;
  }

  .tour-route {
    top: 50px;
    bottom: 50px;
    left: 32px;
    width: 3px;
    height: auto;
    transform: scaleY(0);
    transform-origin: center top;
  }

  .tour-cursor {
    top: 29px;
    left: 10px;
    width: 46px;
    height: 46px;
  }

  .tour-stop {
    right: 12px;
    left: 68px;
    min-width: 0;
    min-height: 92px;
    align-content: center;
  }

  .stop-uae {
    top: 20px;
    bottom: auto;
  }

  .stop-europe {
    top: 146px;
  }

  .stop-americas {
    top: 272px;
    bottom: auto;
  }

  .stop-asia {
    top: 398px;
  }

  .feature-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .portrait-card img {
    min-height: 380px;
    aspect-ratio: 4 / 4.2;
  }

  .service-card {
    grid-column: 1 / -1;
    min-height: 250px;
    padding: 24px;
  }

  .service-card-feature {
    display: flex;
    min-height: 0;
    padding: 0 0 78px;
  }

  .service-card-feature .service-card-copy {
    padding: 24px 24px 8px;
  }

  .service-card-feature > img {
    order: -1;
    height: 220px;
    min-height: 0;
  }

  .service-card-visual {
    min-height: 340px;
    padding: 0;
  }

  .service-card-visual .service-card-copy {
    padding: 28px 76px 28px 28px;
  }

  .service-card-image {
    display: block;
    padding: 0 24px 74px;
  }

  .service-card-image > img {
    width: calc(100% + 48px);
    height: 220px;
    min-height: 0;
    margin-inline: -24px;
  }

  .process-card {
    grid-template-columns: 56px 1fr;
    gap: 16px;
    padding: 22px;
  }

  .process-card > span {
    width: 52px;
    height: 52px;
  }

  .process-card.is-current {
    transform: translateY(-4px);
  }

  .destination-shell {
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .destination-copy {
    margin-bottom: 30px;
  }

  .destination-card,
  .destination-card-featured {
    flex-basis: min(84vw, 330px);
    min-height: 360px;
    padding: 26px;
  }

  .country-flag,
  .flag-pair {
    margin-bottom: 30px;
  }

  .cta-band img {
    min-height: 300px;
  }

  .quote-mark {
    display: none;
  }

  .testimonial-card {
    padding: 0;
    border-left: 0;
  }

  .testimonial-card p {
    font-size: 1.1rem;
  }

  .contact-form {
    padding: 30px 22px;
  }

  .contact-image img {
    min-height: 360px;
  }

  .site-footer {
    padding: 64px 24px 30px;
  }

  .back-top {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
