:root {
  --navy-950: #031127;
  --navy-900: #061b3a;
  --navy-800: #0b2c59;
  --blue-700: #124b98;
  --cyan-500: #19c9df;
  --cyan-300: #69e5ee;
  --ink: #10213b;
  --muted: #627087;
  --line: #dbe4ef;
  --mist: #f3f7fb;
  --white: #ffffff;
  --shadow: 0 28px 70px rgba(4, 31, 70, 0.12);
  --font-display: "Manrope", system-ui, sans-serif;
  --font-body: "DM Sans", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  background: var(--cyan-500);
  color: var(--navy-950);
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 82px;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(10, 39, 78, 0.08);
  backdrop-filter: blur(18px);
  transition: box-shadow 0.25s ease;
}

.site-header.scrolled {
  box-shadow: 0 12px 36px rgba(2, 24, 54, 0.09);
}

.header-shell,
.section-shell,
.footer-shell,
.trust-shell,
.hero-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.header-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  width: 176px;
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 58px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
}

.main-nav > a {
  color: #203451;
  font-size: 0.92rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-nav > a:hover,
.main-nav > a:focus-visible {
  color: var(--blue-700);
}

.main-nav .nav-cta {
  padding: 0.8rem 1.2rem;
  border-radius: 0.45rem;
  background: var(--navy-900);
  color: var(--white);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
  color: var(--white);
  background: var(--blue-700);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-900);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  height: min(820px, 88vh);
  min-height: 660px;
  margin-top: 82px;
  overflow: hidden;
  background: var(--navy-950);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 7s linear;
}

.hero-slide.is-active > img {
  transform: scale(1);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 15, 35, 0.94) 0%, rgba(3, 19, 42, 0.75) 42%, rgba(3, 21, 45, 0.17) 75%),
    linear-gradient(0deg, rgba(2, 16, 36, 0.52), transparent 48%);
}

.hero-shell {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 5.5rem;
}

.hero-copy {
  width: min(690px, 69%);
  color: var(--white);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s 0.2s ease, transform 0.65s 0.2s ease;
}

.hero-slide.is-active .hero-copy {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow,
.section-kicker,
.credential-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--blue-700);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--cyan-300);
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 36px;
  height: 2px;
  background: currentColor;
}

.hero h1,
.hero h2,
.section-heading h2,
.journey-copy h2,
.credentials-intro h2,
.contact-copy h2 {
  margin: 1.15rem 0 1.2rem;
  font-family: var(--font-display);
  font-size: clamp(2.85rem, 5.35vw, 5.45rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.hero h1 em,
.hero h2 em,
.section-heading h2 em,
.journey-copy h2 em,
.credentials-intro h2 em,
.contact-copy h2 em {
  color: var(--cyan-500);
  font-style: normal;
}

.hero-copy > p {
  max-width: 600px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 0.45rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.button-primary {
  background: var(--cyan-500);
  color: var(--navy-950);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--cyan-300);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.38);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
}

.button-large {
  min-height: 58px;
  padding-inline: 1.7rem;
}

.hero-controls {
  position: absolute;
  z-index: 4;
  left: max(24px, calc((100% - 1180px) / 2));
  bottom: 3.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.slider-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  background: rgba(3, 22, 48, 0.36);
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: rgba(25, 201, 223, 0.22);
  border-color: var(--cyan-500);
}

.slider-arrow svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}

.slider-dot {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.slider-dot.is-active {
  width: 52px;
  background: var(--cyan-500);
}

.hero-proof {
  position: absolute;
  z-index: 5;
  right: max(24px, calc((100% - 1180px) / 2));
  bottom: 2.65rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.65rem;
  background: rgba(3, 19, 42, 0.62);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.proof-label {
  max-width: 82px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.55rem;
  align-items: center;
}

.proof-dot {
  grid-row: span 2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan-500);
  box-shadow: 0 0 16px rgba(25, 201, 223, 0.8);
}

.proof-item strong {
  font-family: var(--font-display);
  font-size: 0.82rem;
  line-height: 1.3;
}

.proof-item small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  line-height: 1.3;
}

.trust-band {
  background: var(--navy-900);
  color: var(--white);
}

.trust-shell {
  min-height: 126px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-shell > div {
  min-height: 58px;
  display: grid;
  align-content: center;
  padding: 0 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.trust-shell > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-shell strong {
  color: var(--cyan-300);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}

.trust-shell span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
}

.section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.about {
  overflow: hidden;
}

.about-grid,
.journey-grid,
.process-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 8rem);
}

.section-heading h2,
.journey-copy h2,
.credentials-intro h2,
.contact-copy h2 {
  color: var(--navy-900);
  font-size: clamp(2.4rem, 4.2vw, 4.35rem);
}

.section-heading h2 em {
  color: var(--blue-700);
}

.about-copy {
  padding-top: 2rem;
}

.about-copy p {
  color: var(--muted);
}

.about-copy .lead {
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 600;
  line-height: 1.45;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2.3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.value-row > div {
  display: grid;
}

.value-row span {
  margin-bottom: 0.8rem;
  color: var(--cyan-500);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 800;
}

.value-row strong {
  font-family: var(--font-display);
  font-size: 1rem;
}

.value-row small {
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.journey {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  background:
    radial-gradient(circle at 80% 30%, rgba(25, 201, 223, 0.14), transparent 27%),
    linear-gradient(135deg, var(--navy-950), #082d5b);
  color: var(--white);
}

.journey::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, transparent, black 65%);
}

.journey-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.section-kicker-light {
  color: var(--cyan-300);
}

.journey-copy h2,
.credentials-intro h2,
.contact-copy h2 {
  color: var(--white);
}

.journey-copy p {
  max-width: 490px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.2rem;
  color: var(--cyan-300);
  font-weight: 700;
}

.text-link span {
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.transport-visual {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.transport-glow {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(25, 201, 223, 0.2);
  filter: blur(36px);
}

.orbit {
  position: absolute;
  border: 1px solid rgba(105, 229, 238, 0.22);
  border-radius: 50%;
  animation: orbitSpin 18s linear infinite;
}

.orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan-300);
  box-shadow: 0 0 18px var(--cyan-500);
}

.orbit-one {
  width: 310px;
  height: 310px;
}

.orbit-two {
  width: 390px;
  height: 390px;
  animation-direction: reverse;
  animation-duration: 26s;
}

.transport-icon {
  position: absolute;
  z-index: 2;
  width: 168px;
  height: 168px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(0.72) rotate(-8deg);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.transport-icon.is-active {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.transport-icon svg {
  width: 138px;
  height: 138px;
  fill: none;
  stroke: var(--white);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.85;
  filter: drop-shadow(0 0 22px rgba(25, 201, 223, 0.32));
}

.transport-mode {
  position: absolute;
  top: 1.25rem;
  right: 0;
  display: grid;
  padding-left: 1rem;
  border-left: 2px solid var(--cyan-500);
}

.transport-mode span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.transport-mode strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.route-line {
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.route-line i {
  position: absolute;
  top: -2px;
  left: -8%;
  width: 9%;
  height: 6px;
  border-radius: 10px;
  background: var(--cyan-300);
  box-shadow: 0 0 18px var(--cyan-500);
  animation: routeTravel 4.8s ease-in-out infinite;
}

.route-labels {
  position: absolute;
  inset: auto 0 -2rem;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.services {
  background: var(--mist);
}

.services-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr;
  align-items: end;
  gap: 4rem;
  margin-bottom: 3.5rem;
}

.services-intro .section-heading h2 {
  margin-bottom: 0;
}

.services-intro > p {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.65);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card-accent {
  color: var(--white);
  background: var(--navy-900);
}

.service-card-accent:hover {
  background: var(--navy-800);
}

.service-code {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue-700);
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.service-card-accent .service-code {
  color: var(--cyan-300);
  border-color: rgba(255, 255, 255, 0.22);
}

.service-card h3 {
  margin: 2.25rem 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.27rem;
  letter-spacing: -0.025em;
  line-height: 1.3;
}

.service-card p {
  min-height: 78px;
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.91rem;
  line-height: 1.55;
}

.service-card-accent p {
  color: rgba(255, 255, 255, 0.62);
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--blue-700);
  font-size: 0.84rem;
  font-weight: 800;
}

.service-card-accent a {
  color: var(--cyan-300);
  border-color: rgba(255, 255, 255, 0.14);
}

.service-card a span {
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.service-card a:hover span {
  transform: translate(3px, -3px);
}

.credentials {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.credentials::after {
  content: "SECURE";
  position: absolute;
  top: -3.5rem;
  right: -1rem;
  color: rgba(255, 255, 255, 0.025);
  font-family: var(--font-display);
  font-size: 15vw;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
}

.credentials-intro {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-bottom: 3.5rem;
}

.credential-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
}

.credential-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: 160px 1fr;
  gap: 2rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.85rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
}

.credential-logo {
  width: 200px;
  height: 150px;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  border-radius: 0.65rem;
  background: var(--white);
}

.credential-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.credential-logo-key {
  width: 180px;
}

.credential-label {
  color: var(--cyan-300);
}

.credential-card h3 {
  margin: 0.9rem 0 0.8rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.credential-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
}

.process {
  background: var(--white);
}

.process-grid {
  align-items: start;
}

.process .section-heading {
  position: sticky;
  top: 120px;
}

.process .section-heading p {
  max-width: 480px;
  color: var(--muted);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1.25rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid var(--line);
}

.process-list li:first-child {
  padding-top: 0;
}

.process-list li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mist);
  color: var(--blue-700);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
}

.process-list h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.16rem;
}

.process-list p {
  margin: 0;
  color: var(--muted);
}

.contact {
  position: relative;
  overflow: hidden;
  padding: clamp(5.5rem, 9vw, 8rem) 0;
  background: var(--blue-700);
  color: var(--white);
}

.contact-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(25, 201, 223, 0.2), transparent 34%),
    linear-gradient(120deg, #092856, #0c4891);
}

.contact-backdrop::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -180px;
  top: -250px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(255, 255, 255, 0.025), 0 0 0 180px rgba(255, 255, 255, 0.02);
}

.contact-grid {
  position: relative;
  z-index: 1;
  align-items: center;
}

.contact-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.contact-copy .button {
  margin-top: 1rem;
}

.contact-card {
  margin: 0;
  padding: clamp(1.75rem, 4vw, 3rem);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 0.85rem;
  background: rgba(2, 20, 46, 0.42);
  font-style: normal;
  backdrop-filter: blur(14px);
}

.contact-item {
  display: grid;
  gap: 0.35rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-item:first-child {
  padding-top: 0;
}

.contact-item span {
  color: var(--cyan-300);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-item strong,
.contact-item a {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-item a:hover {
  color: var(--cyan-300);
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-top: 1.5rem;
}

.contact-socials a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.contact-socials a:hover {
  color: var(--cyan-300);
}

.site-footer {
  padding: 3.2rem 0 2.5rem;
  background: var(--navy-950);
  color: var(--white);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem 4rem;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer-brand img {
  width: 150px;
  padding: 0.55rem;
  border-radius: 0.45rem;
  background: var(--white);
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.83rem;
}

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 600;
}

.footer-links a:hover {
  color: var(--cyan-300);
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.76rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: #22c76f;
  color: var(--white);
  box-shadow: 0 12px 30px rgba(6, 27, 58, 0.25);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes routeTravel {
  0% { left: -8%; }
  100% { left: 100%; }
}

@media (max-width: 1024px) {
  .hero-copy {
    width: min(650px, 78%);
  }

  .hero-proof {
    display: none;
  }

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

  .about-grid,
  .journey-grid,
  .process-grid,
  .contact-grid {
    gap: 3.5rem;
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 74px;
  }

  .site-header {
    height: 74px;
  }

  .header-shell,
  .section-shell,
  .footer-shell,
  .trust-shell,
  .hero-shell {
    width: min(calc(100% - 32px), 680px);
  }

  .brand {
    width: 158px;
  }

  .brand img {
    height: 52px;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 102;
  }

  .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 74px 0 0;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 2rem 1.5rem;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-nav > a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }

  .main-nav .nav-cta {
    margin-top: 1rem;
    padding: 1rem 1.2rem;
    border-bottom: 0;
    text-align: center;
  }

  .hero {
    height: 760px;
    min-height: 0;
    margin-top: 74px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 15, 35, 0.92), rgba(3, 19, 42, 0.55)),
      linear-gradient(0deg, rgba(2, 16, 36, 0.66), transparent 52%);
  }

  .hero-slide > img {
    object-position: 64% center;
  }

  .hero-shell {
    align-items: flex-end;
    padding-bottom: 9.5rem;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1,
  .hero h2 {
    font-size: clamp(2.7rem, 11vw, 4.7rem);
  }

  .hero-controls {
    left: 16px;
    bottom: 4.25rem;
  }

  .trust-shell {
    grid-template-columns: repeat(2, 1fr);
    padding: 1.2rem 0;
  }

  .trust-shell > div {
    min-height: 72px;
    padding: 1rem;
  }

  .trust-shell > div:nth-child(3) {
    border-left: 0;
  }

  .about-grid,
  .journey-grid,
  .process-grid,
  .contact-grid,
  .services-intro {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding-top: 0;
  }

  .journey-grid {
    gap: 4rem;
  }

  .transport-visual {
    min-height: 390px;
  }

  .services-intro {
    gap: 1.5rem;
  }

  .credential-grid {
    grid-template-columns: 1fr;
  }

  .process .section-heading {
    position: static;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .hero {
    height: 720px;
  }

  .hero-shell {
    padding-bottom: 8.7rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-controls {
    right: 16px;
    justify-content: center;
  }

  .slider-arrow {
    width: 38px;
    height: 38px;
  }

  .section-heading h2,
  .journey-copy h2,
  .credentials-intro h2,
  .contact-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
  }

  .value-row {
    grid-template-columns: 1fr;
  }

  .value-row > div {
    grid-template-columns: 42px 1fr;
    align-items: center;
  }

  .value-row span {
    grid-row: span 2;
    margin: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 310px;
  }

  .orbit-one {
    width: 250px;
    height: 250px;
  }

  .orbit-two {
    width: 320px;
    height: 320px;
  }

  .transport-icon svg {
    width: 112px;
    height: 112px;
  }

  .transport-mode {
    top: 0;
  }

  .credential-card {
    min-height: 0;
  }

  .credential-logo,
  .credential-logo-key {
    width: 160px;
    height: 130px;
  }

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

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
