:root {
  --navy-950: #031126;
  --navy-900: #061a35;
  --navy-800: #08264e;
  --royal: #1247c9;
  --royal-2: #0d6cff;
  --gold: #e4aa2a;
  --gold-2: #ffcf62;
  --gold-3: #8f6417;
  --white: #fffdf7;
  --mist: #dce7f4;
  --steel: #8ea6c5;
  --cyan: #37c1d8;
  --cargo-red: #c64b3c;
  --line: rgba(255, 207, 98, 0.34);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  --max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 207, 98, 0.03) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(255, 207, 98, 0.025) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--navy-950);
  font-family: Inter, Avenir Next, Segoe UI, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body::selection {
  color: var(--navy-950);
  background: var(--gold-2);
}

img,
svg {
  display: block;
}

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--navy-950);
  background: var(--gold-2);
  border-radius: 8px;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 4rem, 1500px);
  margin: 1.45rem auto 0;
  padding: 0.9rem 1.45rem;
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-radius: 8px;
  background: rgba(3, 17, 38, 0.48);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(20px);
  transition: transform 260ms ease, background 260ms ease, border-color 260ms ease;
}

.site-header.is-scrolled {
  background: rgba(3, 17, 38, 0.88);
  border-color: rgba(255, 207, 98, 0.42);
  transform: translateY(-0.25rem);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark__monogram {
  display: grid;
  width: 3.05rem;
  height: 3.05rem;
  place-items: center;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.9rem;
  font-weight: 900;
}

.brand-mark__copy {
  display: grid;
  line-height: 1;
}

.brand-mark__copy strong {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.brand-mark__copy span {
  margin-top: 0.2rem;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-left: auto;
}

.nav-links a {
  padding: 0.7rem 0.95rem;
  color: rgba(255, 253, 247, 0.88);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.08);
}

.auth-actions,
.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.auth-link,
.header-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 8px;
  font-weight: 900;
}

.auth-link,
.header-call {
  min-height: 2.85rem;
}

.auth-link {
  padding: 0 1.1rem;
  color: rgba(255, 253, 247, 0.86);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 207, 98, 0.24);
  font-size: 0.84rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.auth-link:hover,
.auth-link:focus-visible {
  color: var(--gold-2);
  background: rgba(255, 207, 98, 0.12);
  border-color: rgba(255, 207, 98, 0.58);
  transform: translateY(-2px);
}

.auth-link--primary {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: rgba(255, 207, 98, 0.72);
  box-shadow: 0 14px 30px rgba(228, 170, 42, 0.24);
}

.auth-link--primary:hover,
.auth-link--primary:focus-visible {
  color: var(--navy-950);
}

.header-call {
  padding: 0 1.15rem;
  color: var(--gold-2);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 207, 98, 0.28);
  box-shadow: none;
}

.auth-link svg,
.header-call svg,
.button svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero__poster {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, rgba(3, 17, 38, 0.1), rgba(3, 17, 38, 0.02)),
    url("assets/nexora-air-cargo-background.png") center / cover no-repeat;
  transform: scale(1.01);
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(3, 17, 38, 0.96) 0%, rgba(3, 17, 38, 0.78) 34%, rgba(3, 17, 38, 0.27) 70%, rgba(3, 17, 38, 0.46) 100%),
    linear-gradient(180deg, rgba(3, 17, 38, 0.36), rgba(3, 17, 38, 0.08) 48%, rgba(3, 17, 38, 0.82) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8rem -8rem -8rem;
  z-index: -2;
  height: 18rem;
  background: linear-gradient(180deg, transparent, var(--navy-950) 72%);
}

.speed-lines {
  position: absolute;
  inset: 17% auto auto 5.5%;
  z-index: -1;
  width: min(32vw, 30rem);
  pointer-events: none;
}

.speed-lines span {
  display: block;
  height: 1px;
  margin: 1.1rem 0;
  background: linear-gradient(90deg, transparent, rgba(255, 207, 98, 0.9), rgba(255, 253, 247, 0.24), transparent);
  transform-origin: left center;
  animation: speedSweep 4.4s ease-in-out infinite;
}

.speed-lines span:nth-child(2) {
  width: 76%;
  animation-delay: 0.35s;
}

.speed-lines span:nth-child(3) {
  width: 48%;
  animation-delay: 0.7s;
}

.hero__inner {
  display: grid;
  align-content: center;
  width: min(100% - 7rem, var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 7.7rem 0 1.6rem;
}

.hero__copy {
  max-width: 790px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.1rem;
  color: var(--gold-2);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.3rem;
  height: 2px;
  background: currentColor;
}

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

h1,
h2 {
  max-width: 11ch;
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 1.15rem;
  font-size: 5.8rem;
  text-shadow: 0 20px 45px rgba(0, 0, 0, 0.36);
}

.hero-title {
  max-width: min(790px, 54vw);
  margin-bottom: 1.1rem;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(3.5rem, 5vw, 5.45rem);
  font-weight: 900;
  line-height: 1.02;
  text-transform: none;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
}

.hero-title span {
  display: block;
  color: var(--gold-2);
}

h2 {
  margin-bottom: 1rem;
  font-size: 4rem;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.35rem;
  line-height: 1.15;
}

p {
  color: rgba(255, 253, 247, 0.74);
  font-size: 1rem;
  line-height: 1.75;
}

.hero__lead {
  max-width: 530px;
  margin-bottom: 1.55rem;
  color: rgba(255, 253, 247, 0.88);
  font-size: 1.08rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  min-height: 3.65rem;
  padding: 0 1.32rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button--gold {
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-color: rgba(255, 207, 98, 0.78);
  box-shadow: 0 18px 42px rgba(228, 170, 42, 0.24);
}

.button--glass {
  color: var(--white);
  background: rgba(3, 17, 38, 0.34);
  border-color: rgba(255, 207, 98, 0.5);
  backdrop-filter: blur(14px);
}

.button--glass:hover,
.button--glass:focus-visible {
  border-color: rgba(255, 207, 98, 0.6);
}

.hero__promise {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  width: min(100%, 1290px);
  margin-top: 2.1rem;
}

.hero__promise div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 1rem;
  row-gap: 0.35rem;
  min-height: 6.75rem;
  align-content: center;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 8px;
  background: rgba(6, 26, 53, 0.52);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}

.hero__promise svg {
  grid-row: span 2;
  width: 2.9rem;
  height: 2.9rem;
  align-self: center;
  color: var(--gold-2);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__promise span {
  display: block;
  margin-bottom: 0;
  color: var(--white);
  font-family: Inter, Avenir Next, Segoe UI, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: none;
}

.hero__promise strong {
  color: rgba(255, 253, 247, 0.74);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
}

.scroll-signal {
  position: absolute;
  left: 50%;
  bottom: 1.1rem;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-signal i {
  width: 1px;
  height: 3.2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
}

.scroll-signal i::after {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: var(--gold-2);
  animation: scrollDrop 1.5s ease-in-out infinite;
}

.ticker {
  overflow: hidden;
  color: var(--navy-950);
  background: linear-gradient(90deg, var(--gold-3), var(--gold-2), var(--gold), var(--gold-2));
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.ticker__track {
  display: flex;
  width: max-content;
  animation: tickerMove 34s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  min-height: 4.2rem;
  padding: 0 2.8rem;
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  font-size: 1.35rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-stage,
.why-choose,
.shipping-tools,
.faq,
.journey {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 8rem 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.72fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 3.2rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -1.7rem;
}

.section-heading h2 {
  max-width: 10ch;
}

.section-heading p {
  margin-bottom: 0.35rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.tool-card,
.timeline-step,
.trust-item {
  border: 1px solid rgba(255, 207, 98, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 38, 78, 0.48);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.service-card {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
  padding: 1.35rem;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0.32rem;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -8rem -8rem auto;
  width: 15rem;
  height: 15rem;
  border: 1px solid rgba(255, 207, 98, 0.2);
  border-radius: 50%;
}

.icon-badge {
  display: grid;
  width: 4.2rem;
  height: 4.2rem;
  place-items: center;
  margin-bottom: 4.5rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
}

.icon-badge svg,
.trust-item svg,
.plane-mark svg,
.ship-mark svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3,
.timeline-step h3 {
  color: var(--white);
}

.service-card p,
.tool-card p,
.timeline-step p {
  margin-bottom: 0;
}

.shipping-tools {
  padding-top: 4rem;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.rate-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(320px, 1fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1rem;
  border: 1px solid rgba(255, 207, 98, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(8, 38, 78, 0.5);
  box-shadow: var(--shadow);
}

.rate-panel__copy {
  display: grid;
  align-content: center;
  padding: 1.4rem;
}

.rate-panel__copy h3 {
  margin-bottom: 0.85rem;
  color: var(--white);
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  font-size: 2.4rem;
  text-transform: uppercase;
}

.rate-panel__copy p {
  margin-bottom: 0;
}

.rate-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 207, 98, 0.4);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.96);
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--navy-950);
}

.rate-table th {
  padding: 0.9rem 1rem;
  color: var(--white);
  background: var(--navy-800);
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.rate-table td {
  padding: 0.82rem 1rem;
  border-top: 1px solid rgba(143, 100, 23, 0.28);
  font-size: 1.08rem;
  font-weight: 900;
  text-align: center;
}

.rate-table td:last-child {
  color: var(--gold-3);
}

.rate-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rate-notes li {
  min-height: 3.4rem;
  padding: 0.85rem;
  color: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(255, 207, 98, 0.2);
  border-radius: 8px;
  background: rgba(3, 17, 38, 0.46);
  font-size: 0.9rem;
  font-weight: 800;
}

.tool-card {
  min-height: 19rem;
  padding: 1.35rem;
}

.tool-card > span {
  display: inline-grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  margin-bottom: 3rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
}

.tool-card h3 {
  color: var(--white);
}

.tool-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 1.4rem;
  padding: 0 1rem;
  color: var(--gold-2);
  border: 1px solid rgba(255, 207, 98, 0.34);
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tool-link:hover,
.tool-link:focus-visible {
  background: rgba(255, 207, 98, 0.1);
  border-color: rgba(255, 207, 98, 0.7);
  transform: translateY(-2px);
}

.promise-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
  padding: 8rem max(1rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(8, 38, 78, 0.94), rgba(3, 17, 38, 0.86)),
    linear-gradient(90deg, transparent, rgba(255, 207, 98, 0.12), transparent);
}

.promise-band::before,
.promise-band::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.promise-band::before {
  inset: 4rem auto 4rem 0;
  width: 28%;
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  transform: skewY(-8deg);
}

.promise-band::after {
  inset: auto 0 4rem auto;
  width: 36%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2));
}

.promise-band__media {
  position: relative;
  max-width: 29rem;
  justify-self: center;
}

.promise-band__media::before {
  content: "";
  position: absolute;
  inset: -1rem;
  z-index: -1;
  border: 1px solid rgba(255, 207, 98, 0.42);
  border-radius: 8px;
  transform: rotate(-2deg);
}

.promise-band__media img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.promise-band__copy {
  position: relative;
  z-index: 1;
}

.promise-band__copy h2,
.reach__copy h2 {
  max-width: 12ch;
}

.route-map {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 4rem minmax(0, 1fr) 4rem minmax(0, 1fr);
  align-items: center;
  margin-top: 2.4rem;
}

.route-map__point {
  display: grid;
  gap: 0.45rem;
  min-height: 7.3rem;
  align-content: center;
  padding: 1rem;
  border: 1px solid rgba(255, 207, 98, 0.25);
  border-radius: 8px;
  background: rgba(3, 17, 38, 0.62);
}

.route-map__point span,
.timeline-step__number {
  color: var(--gold-2);
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  font-size: 1.5rem;
}

.route-map__point strong {
  color: var(--white);
  line-height: 1.2;
}

.route-map__line {
  height: 2px;
  background: linear-gradient(90deg, var(--gold-2), transparent);
}

.journey__intro {
  margin-bottom: 3.3rem;
}

.journey__intro h2 {
  max-width: 13ch;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 2.45rem;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-2), var(--royal-2), var(--cyan), transparent);
}

.timeline-step {
  position: relative;
  min-height: 21rem;
  padding: 1.2rem;
}

.timeline-step__number {
  display: inline-grid;
  width: 4.9rem;
  height: 4.9rem;
  place-items: center;
  margin-bottom: 5rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
}

.reach {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 0.9fr);
  gap: 4rem;
  align-items: center;
  min-height: 48rem;
  padding: 7rem max(1rem, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(3, 17, 38, 0.4), rgba(3, 17, 38, 0.86)),
    linear-gradient(135deg, rgba(18, 71, 201, 0.34), rgba(3, 17, 38, 0.2) 44%, rgba(198, 75, 60, 0.1));
}

.reach__visual {
  position: relative;
  min-height: 28rem;
}

.globe-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(31rem, 82vw);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 207, 98, 0.46);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 70px rgba(55, 193, 216, 0.1), 0 32px 100px rgba(0, 0, 0, 0.3);
}

.globe-grid::before,
.globe-grid::after,
.globe-grid span {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-radius: 50%;
}

.globe-grid::after {
  inset: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.globe-grid span:nth-child(1) {
  inset: 28% 6%;
}

.globe-grid span:nth-child(2) {
  inset: 6% 28%;
}

.globe-grid span:nth-child(3) {
  inset: 45% 0;
  border-radius: 0;
  border-width: 1px 0 0;
}

.globe-grid span:nth-child(4) {
  inset: 0 45%;
  border-radius: 0;
  border-width: 0 0 0 1px;
}

.route-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), var(--cyan), transparent);
  transform-origin: left center;
}

.route-line--one {
  left: 10%;
  top: 33%;
  width: 74%;
  transform: rotate(-18deg);
  animation: routePulse 4s ease-in-out infinite;
}

.route-line--two {
  left: 18%;
  top: 62%;
  width: 62%;
  transform: rotate(13deg);
  animation: routePulse 4s ease-in-out 0.8s infinite;
}

.route-line--three {
  left: 38%;
  top: 48%;
  width: 48%;
  transform: rotate(-4deg);
  animation: routePulse 4s ease-in-out 1.5s infinite;
}

.plane-mark,
.ship-mark {
  position: absolute;
  display: grid;
  width: 4.8rem;
  height: 4.8rem;
  place-items: center;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.34);
  animation: floatMark 5s ease-in-out infinite;
}

.plane-mark {
  right: 7%;
  top: 16%;
}

.ship-mark {
  left: 4%;
  bottom: 12%;
  color: var(--white);
  background: linear-gradient(135deg, var(--royal), var(--navy-800));
  border: 1px solid rgba(255, 207, 98, 0.34);
  animation-delay: 1s;
}

.reach__copy {
  position: relative;
  z-index: 1;
}

.stat-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 207, 98, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 207, 98, 0.18);
}

.stat-wall div {
  min-height: 9rem;
  padding: 1rem;
  background: rgba(3, 17, 38, 0.72);
}

.stat-wall strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold-2);
  font-family: Arial Black, Impact, Segoe UI Black, sans-serif;
  font-size: 2.35rem;
}

.stat-wall span {
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 8.4rem;
  padding: 1.25rem;
  color: var(--gold-2);
}

.trust-item strong {
  color: var(--white);
  font-size: 1.1rem;
}

.faq {
  position: relative;
  padding-top: 4rem;
  isolation: isolate;
}

.faq::before {
  content: "";
  position: absolute;
  inset: 1rem -2rem 0;
  z-index: -1;
  border: 1px solid rgba(255, 207, 98, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 71, 201, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  pointer-events: none;
}

.faq-list {
  column-count: 3;
  column-gap: 0.85rem;
}

.faq-list details {
  position: relative;
  display: block;
  break-inside: avoid;
  margin-bottom: 0.85rem;
  overflow: hidden;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid rgba(255, 207, 98, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.018)),
    rgba(6, 26, 53, 0.64);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.faq-list details::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-2), transparent);
  opacity: 0.55;
}

.faq-list details[open] {
  border-color: rgba(255, 207, 98, 0.54);
  background:
    linear-gradient(145deg, rgba(255, 207, 98, 0.13), rgba(255, 255, 255, 0.025)),
    rgba(8, 38, 78, 0.78);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.24);
}

.faq-list details:hover {
  border-color: rgba(255, 207, 98, 0.44);
  transform: translateY(-2px);
}

.faq-list details > span {
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  margin-bottom: 0.62rem;
  padding: 0 0.5rem;
  color: var(--navy-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  color: var(--white);
  list-style: none;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  display: grid;
  flex: 0 0 auto;
  width: 1.6rem;
  height: 1.6rem;
  place-items: center;
  color: var(--gold-2);
  border: 1px solid rgba(255, 207, 98, 0.34);
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  color: var(--navy-950);
  background: var(--gold-2);
  border-color: var(--gold-2);
}

.faq-list p {
  margin: 0.95rem 0 0;
  color: rgba(255, 253, 247, 0.76);
  font-size: 0.94rem;
  line-height: 1.65;
}

.reviews {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 4rem 0 3rem;
}

.reviews__inner {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border: 1px solid rgba(255, 207, 98, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 38, 78, 0.88), rgba(3, 17, 38, 0.96)),
    linear-gradient(90deg, rgba(228, 170, 42, 0.2), transparent);
  box-shadow: var(--shadow);
}

.reviews__inner::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -4rem;
  width: 14rem;
  height: 14rem;
  border: 1px solid rgba(255, 207, 98, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.reviews h2 {
  position: relative;
  z-index: 1;
  max-width: 13ch;
  margin-bottom: 1rem;
}

.reviews p,
.reviews .button {
  position: relative;
  z-index: 1;
}

.reviews p {
  max-width: 46rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 1.4rem 0 2.4rem;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 2.2rem, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

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

.delay-1 {
  transition-delay: 120ms;
}

.delay-2 {
  transition-delay: 220ms;
}

.delay-3 {
  transition-delay: 320ms;
}

.delay-4 {
  transition-delay: 420ms;
}

@keyframes scrollDrop {
  0% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(260%);
  }
}

@keyframes speedSweep {
  0%,
  100% {
    opacity: 0.14;
    transform: scaleX(0.46);
  }

  45% {
    opacity: 0.78;
    transform: scaleX(1);
  }
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes routePulse {
  0%,
  100% {
    opacity: 0.28;
  }

  45% {
    opacity: 1;
  }
}

@keyframes floatMark {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0.35rem, -0.65rem, 0);
  }
}

@media (max-width: 980px) {
  .site-header {
    gap: 0.75rem;
    width: min(100% - 1rem, 100%);
    margin-top: 0.75rem;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: 4.2rem;
  }

  .hero-title {
    max-width: min(720px, 72vw);
    font-size: clamp(3.1rem, 7.8vw, 4.7rem);
  }

  h2 {
    font-size: 3.1rem;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(3, 17, 38, 0.96), rgba(3, 17, 38, 0.72)),
      linear-gradient(180deg, rgba(3, 17, 38, 0.2), rgba(3, 17, 38, 0.3) 58%, var(--navy-950) 100%);
  }

  .hero__inner {
    width: min(100% - 2rem, var(--max));
  }

  .hero__promise,
  .service-grid,
  .rate-panel,
  .tool-grid,
  .timeline,
  .trust-strip,
  .section-heading,
  .reach,
  .promise-band {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow {
    margin-bottom: 0;
  }

  .promise-band,
  .reach {
    gap: 3rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .route-map {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .route-map__line {
    width: 2px;
    height: 2rem;
    margin-left: 1.2rem;
    background: linear-gradient(180deg, var(--gold-2), transparent);
  }

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

  .faq-list {
    column-count: 2;
  }

  .timeline::before {
    display: none;
  }

  .timeline-step {
    min-height: 17rem;
  }

  .timeline-step__number,
  .icon-badge {
    margin-bottom: 2rem;
  }

  .service-card {
    min-height: 18rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    margin-top: 0.5rem;
  }

  .brand-mark__copy span {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .auth-actions {
    margin-left: auto;
  }

  .auth-link {
    padding: 0 0.72rem;
    font-size: 0.78rem;
  }

  .header-call {
    width: 2.85rem;
    padding: 0;
  }

  .header-call span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .hero,
  .hero__inner {
    min-height: 100svh;
  }

  .hero__inner {
    padding-top: 7rem;
    padding-bottom: 2.5rem;
  }

  .hero__poster {
    background-position: 64% center;
  }

  .speed-lines {
    inset: 15% auto auto 1rem;
    width: 68vw;
  }

  h1 {
    max-width: 8ch;
    font-size: 3.2rem;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(2.35rem, 10vw, 3.35rem);
    line-height: 1.04;
  }

  h2 {
    font-size: 2.42rem;
  }

  .hero__lead {
    margin-bottom: 1.25rem;
    font-size: 0.96rem;
  }

  .hero__actions,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero__promise {
    margin-top: 1.4rem;
  }

  .hero__promise div,
  .stat-wall div {
    min-height: auto;
  }

  .hero__promise span {
    font-size: 1rem;
  }

  .stat-wall strong {
    font-size: 1.85rem;
  }

  .hero__promise svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .ticker span {
    min-height: 3.5rem;
    padding: 0 1.4rem;
    font-size: 1rem;
  }

  .service-stage,
  .why-choose,
  .shipping-tools,
  .faq,
  .reviews,
  .journey {
    padding: 5rem 0;
  }

  .service-card,
  .timeline-step {
    min-height: auto;
  }

  .promise-band__media {
    max-width: 21rem;
  }

  .reach {
    min-height: auto;
  }

  .reach__visual {
    min-height: 21rem;
  }

  .plane-mark,
  .ship-mark {
    width: 4rem;
    height: 4rem;
  }

  .stat-wall {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    padding-top: 0;
  }

  .rate-panel,
  .reviews__inner {
    padding: 1rem;
  }

  .rate-panel__copy {
    padding: 1rem;
  }

  .rate-panel__copy h3 {
    font-size: 1.9rem;
  }

  .rate-table th,
  .rate-table td {
    padding: 0.7rem 0.55rem;
    font-size: 0.92rem;
  }

  .rate-notes {
    grid-template-columns: 1fr;
  }

  .faq::before {
    inset: 1rem -0.5rem 0;
  }

  .faq-list {
    column-count: 1;
  }

  .faq-list details {
    min-height: auto;
  }

}

@media (max-width: 420px) {
  .brand-mark__copy {
    display: none;
  }

  .auth-link {
    padding: 0 0.58rem;
    font-size: 0.72rem;
  }
}

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

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