/* =========================================================
   LEPRORA - Courier & Delivery
   1. Tokens
   2. Base & utilities
   3. Buttons, logo, shared parts
   4. Header & navigation
   5. Hero
   6. Tracking
   7. Trust / Services / Steps
   8. Network / Business / Why
   9. Status timeline / Quote / Stats
   10. CTA / Footer
   11. Responsive
   12. Reduced motion
   ========================================================= */

/* ---------- 1. TOKENS ---------- */
:root {
  --navy: #102A43;
  --deep-navy: #0B1F33;
  --blue: #1769AA;
  --sky: #4A90C2;
  --orange: #F28C28;
  --orange-dark: #DC7A1B;
  --cream: #F7F9FC;
  --white: #FFFFFF;
  --text: #172B3A;
  --muted: #64748B;
  --border: #DCE5ED;
  --success: #2E8B68;

  --shell: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow-xs: 0 1px 2px rgba(16, 42, 67, .06);
  --shadow-sm: 0 4px 14px rgba(16, 42, 67, .07);
  --shadow-md: 0 14px 34px rgba(16, 42, 67, .10);
  --shadow-lg: 0 26px 60px rgba(16, 42, 67, .14);

  --ease: cubic-bezier(.22, .61, .36, 1);
  --section-y: clamp(64px, 8vw, 116px);
}

/* ---------- 2. BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(17px, 1.05vw, 19px);
  line-height: 1.65;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 {
  margin: 0;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: var(--navy);
  font-weight: 800;
}

p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--navy); }

button, input { font: inherit; color: inherit; }

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(44px, 5vw, 72px); }

.section__head {
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 64px);
  text-align: center;
}

.h2 { font-size: clamp(30px, 3.6vw, 46px); }
.h2--onDark { color: var(--white); }

.lede {
  margin-top: 16px;
  color: var(--muted);
  font-size: clamp(17px, 1.15vw, 19px);
}
.lede--onDark { color: rgba(255, 255, 255, .74); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}
.eyebrow__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(242, 140, 40, .18);
}
.eyebrow--soft {
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--cream);
}
.eyebrow--onDark {
  color: var(--orange);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .06);
  padding: 7px 14px;
  border-radius: 999px;
  border-width: 1px;
  border-style: solid;
}

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

.skip-link {
  position: absolute;
  left: 16px; top: -80px;
  z-index: 200;
  padding: 12px 20px;
  border-radius: 0 0 12px 12px;
  background: var(--navy);
  color: var(--white);
  font-weight: 700;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 0; color: var(--white); }

.demo-note {
  margin-top: 16px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
}
.demo-note--center { text-align: center; max-width: 640px; margin-inline: auto; }

.dot {
  display: inline-block;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--muted);
  flex: none;
}
.dot--live { background: var(--orange); box-shadow: 0 0 0 4px rgba(242, 140, 40, .2); animation: pulseDot 2.4s var(--ease) infinite; }
.dot--blue { background: var(--sky); }
.dot--done { background: var(--success); }

@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(242, 140, 40, .22); }
  50%      { box-shadow: 0 0 0 7px rgba(242, 140, 40, .05); }
}

.tick {
  width: 20px; height: 20px;
  flex: none;
  fill: none;
  stroke: var(--success);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.tick--onDark { stroke: var(--orange); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
}
.badge--live {
  background: rgba(242, 140, 40, .12);
  color: var(--orange-dark);
}

/* reveal on scroll (only when scripting is available) */
.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .6s var(--ease), transform .6s var(--ease);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

/* ---------- 3. BUTTONS & LOGO ---------- */
.btn {
  --btn-bg: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--btn-bg);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease),
              background-color .22s var(--ease), border-color .22s var(--ease), color .22s var(--ease);
}
.btn .arrow { transition: transform .22s var(--ease); }
.btn:hover { transform: translateY(-2px); color: var(--white); }
.btn:hover .arrow { transform: translateX(4px); }
.btn:active { transform: translateY(0); }

.btn--primary { --btn-bg: var(--orange); box-shadow: 0 8px 20px rgba(242, 140, 40, .28); }
.btn--primary:hover { --btn-bg: var(--orange-dark); box-shadow: 0 14px 28px rgba(242, 140, 40, .34); }

.btn--ghost {
  --btn-bg: var(--white);
  color: var(--navy);
  border-color: var(--border);
  box-shadow: var(--shadow-xs);
}
.btn--ghost:hover { color: var(--navy); border-color: var(--sky); box-shadow: var(--shadow-sm); }

.btn--outline {
  --btn-bg: transparent;
  border-color: rgba(255, 255, 255, .38);
}
.btn--outline:hover { background: rgba(255, 255, 255, .1); border-color: var(--white); }

.btn--sm { padding: 11px 18px; font-size: 15px; border-radius: 10px; }

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  flex: none;
}
.logo:hover { color: var(--navy); }
.logo__mark { width: 44px; height: 44px; flex: none; }
.logo__mark svg { width: 100%; height: 100%; }
.logo__type { display: flex; flex-direction: column; line-height: 1; }
.logo__name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .1em;
}
.logo__sub {
  margin-top: 5px;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}
.logo--onDark { color: var(--white); }
.logo--onDark:hover { color: var(--white); }
.logo--onDark .logo__sub { color: rgba(255, 255, 255, .6); }

.link-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
}
.link-cta .arrow { transition: transform .22s var(--ease); }
.link-cta:hover { color: var(--navy); }
.link-cta:hover .arrow { transform: translateX(4px); }

/* ---------- 4. HEADER ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s var(--ease), background-color .25s var(--ease);
}
.site-header.is-stuck {
  background: rgba(255, 255, 255, .86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(16, 42, 67, .08);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav__list { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); }

.nav__link {
  position: relative;
  display: inline-block;
  padding: 6px 2px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--text);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  border-radius: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s var(--ease);
}
.nav__link:hover, .nav__link:focus-visible { color: var(--navy); }
.nav__link:hover::after, .nav__link:focus-visible::after { transform: scaleX(1); }
.nav__link.is-current { color: var(--navy); }
.nav__link.is-current::after { transform: scaleX(1); }

.menu-btn {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  cursor: pointer;
}
.menu-btn__bars { display: grid; gap: 4px; }
.menu-btn__bars i {
  display: block;
  width: 18px; height: 2px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform .25s var(--ease), opacity .2s var(--ease);
}
.menu-btn[aria-expanded="true"] .menu-btn__bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn__bars i:nth-child(2) { opacity: 0; }
.menu-btn[aria-expanded="true"] .menu-btn__bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(11, 31, 51, .45);
  backdrop-filter: blur(2px);
}

/* ---------- 5. HERO ---------- */
.hero {
  position: relative;
  padding-block: clamp(56px, 7vw, 104px) clamp(72px, 9vw, 130px);
  background:
    radial-gradient(900px 460px at 82% 8%, rgba(74, 144, 194, .16), transparent 62%),
    linear-gradient(180deg, #F2F6FA 0%, #F7F9FC 100%);
  border-bottom: 1px solid var(--border);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.02fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
}

.hero__title {
  font-size: clamp(44px, 6vw, 88px);
  line-height: 1.03;
  letter-spacing: -.035em;
}
.hero__title .accent { color: var(--orange); }

.hero__lede {
  max-width: 54ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(17px, 1.2vw, 19px);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero__points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
}
.hero__points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}

.hero__stage { position: relative; }

.route-art {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 48px rgba(16, 42, 67, .12));
}
.art-map { fill: url(#grid); }
.route-dash { animation: routeFlow 2.4s linear infinite; }
@keyframes routeFlow { to { stroke-dashoffset: -92; } }

.pin__pulse { fill: rgba(23, 105, 170, .18); animation: pinPulse 3s var(--ease) infinite; transform-origin: center; }
.pin__pulse--warm { fill: rgba(242, 140, 40, .2); animation-delay: 1s; }
@keyframes pinPulse {
  0%, 100% { transform: scale(.72); opacity: .85; }
  55%      { transform: scale(1.18); opacity: .15; }
}

.art-parcel { filter: drop-shadow(0 10px 16px rgba(16, 42, 67, .22)); }
.art-badge { animation: floatY 5s var(--ease) infinite; }
@keyframes floatY {
  0%, 100% { transform: translate(452px, 236px); }
  50%      { transform: translate(452px, 224px); }
}

.float-card {
  position: absolute;
  left: -4%;
  bottom: 8%;
  min-width: 216px;
  padding: 20px 22px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  animation: floatCard 6s var(--ease) infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.float-card__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.float-card__state {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 800;
  color: var(--navy);
}
.float-card__id {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed var(--border);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--blue);
}
.float-card__eta { font-size: 13.5px; color: var(--muted); }

.float-chip {
  position: absolute;
  right: -2%;
  top: 6%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow-md);
  font-size: 13px;
  line-height: 1.45;
  color: var(--muted);
  animation: floatCard 7s var(--ease) infinite reverse;
}
.float-chip b { color: var(--navy); font-size: 14px; }
.float-chip__icon {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 10px;
  background: rgba(46, 139, 104, .12);
  flex: none;
}
.float-chip__icon svg {
  width: 18px; height: 18px;
  fill: none;
  stroke: var(--success);
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- 6. TRACKING ---------- */
.track { padding-top: clamp(44px, 5vw, 72px); }

.track__card {
  position: relative;
  margin-top: clamp(-96px, -7vw, -60px);
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}
.track__intro { max-width: 620px; }
.track__intro .h2 { margin-top: 4px; }

.track__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 16px;
  margin-top: 30px;
}

.field { min-width: 0; }
.field__label {
  display: block;
  margin-bottom: 9px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
}
.field__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 6px 4px 16px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--cream);
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease), background-color .2s var(--ease);
}
.field__row:focus-within {
  border-color: var(--sky);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(74, 144, 194, .16);
}
.field__icon svg {
  width: 20px; height: 20px;
  fill: none;
  stroke: var(--sky);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.field__input {
  flex: 1;
  min-width: 0;
  padding: 14px 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .04em;
}
.field__input::placeholder { color: #9AA9B8; font-weight: 500; letter-spacing: .06em; }
.field__input:focus { outline: none; }
.field__row.has-error { border-color: #C9503F; box-shadow: 0 0 0 4px rgba(201, 80, 63, .12); }

.btn--track { position: relative; padding-inline: 30px; }
.btn__spinner {
  position: absolute;
  width: 20px; height: 20px;
  border: 2.5px solid rgba(255, 255, 255, .4);
  border-top-color: var(--white);
  border-radius: 50%;
  opacity: 0;
  animation: spin .7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.btn--track.is-loading { pointer-events: none; }
.btn--track.is-loading .btn__label,
.btn--track.is-loading .arrow { opacity: 0; }
.btn--track.is-loading .btn__spinner { opacity: 1; }

.track__note { margin-top: 18px; font-size: 14px; color: var(--muted); }
.track__feedback:not(:empty) {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #C9503F;
}

.track__result {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--cream);
  animation: resultIn .5s var(--ease) both;
}
@keyframes resultIn {
  from { opacity: 0; transform: translateY(14px); }
}
.track__resultHead {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.track__resultLabel {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.track__resultId {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .05em;
  color: var(--navy);
}
.progress {
  height: 8px;
  margin-top: 20px;
  border-radius: 999px;
  background: #E3EAF2;
  overflow: hidden;
}
.progress__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--orange));
  transition: width 1.1s var(--ease);
}

/* ---------- 7. TRUST / SERVICES / STEPS ---------- */
.trust { background: var(--white); }
.trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--border);
  overflow: hidden;
}
.trust__item {
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
  transition: background-color .25s var(--ease);
}
.trust__item:hover { background: var(--cream); }
.trust__icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: rgba(23, 105, 170, .09);
}
.trust__icon svg {
  width: 23px; height: 23px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust__name {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.trust__item p { margin-top: 8px; font-size: 15px; color: var(--muted); }

.services { background: var(--cream); border-block: 1px solid var(--border); }
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
}

.card {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-xs);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s var(--ease);
}
.card:hover {
  transform: translateY(-6px);
  border-color: var(--sky);
  box-shadow: var(--shadow-md);
}
.card__icon {
  display: grid;
  place-items: center;
  width: 52px; height: 52px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: var(--navy);
  transition: transform .28s var(--ease), background-color .28s var(--ease);
}
.card:hover .card__icon { transform: translateY(-4px) rotate(-4deg); background: var(--orange); }
.card__icon svg {
  width: 24px; height: 24px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.card__title { font-size: 21px; }
.card__tag { margin-top: 8px; font-size: 15px; font-weight: 700; color: var(--orange-dark); }
.card__text { margin-top: 12px; font-size: 15.5px; color: var(--muted); }
.card .link-cta { margin-top: auto; padding-top: 22px; }

.steps { background: var(--white); }
.steps__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}
.steps__grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  height: 2px;
  background-image: linear-gradient(90deg, var(--sky) 55%, transparent 0);
  background-size: 14px 2px;
  opacity: .55;
}
.step { position: relative; padding-top: 0; }
.step__num {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px; height: 68px;
  margin-bottom: 22px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
  font-size: 20px;
  font-weight: 800;
  color: var(--blue);
  transition: transform .28s var(--ease), color .28s var(--ease), border-color .28s var(--ease);
}
.step:hover .step__num { transform: translateY(-4px); color: var(--orange); border-color: var(--orange); }
.step__name {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.step p { margin-top: 10px; font-size: 15.5px; color: var(--muted); }

/* ---------- 8. NETWORK / BUSINESS / WHY ---------- */
.network { background: var(--cream); border-block: 1px solid var(--border); }
.network__panel {
  padding: clamp(16px, 2vw, 26px);
  border-radius: var(--radius-lg);
  background: var(--deep-navy);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.network__map { width: 100%; height: auto; border-radius: var(--radius); }
.net-dash { animation: netFlow 2.6s linear infinite; }
@keyframes netFlow { to { stroke-dashoffset: -76; } }
.net-label {
  fill: rgba(255, 255, 255, .72);
  font-size: 17px;
  font-weight: 700;
  text-anchor: middle;
  font-family: inherit;
}
.net-mover { filter: drop-shadow(0 0 10px rgba(255, 255, 255, .55)); }

.network__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-top: 22px;
  padding: 0 8px 6px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  font-weight: 600;
}
.network__legend li { display: inline-flex; align-items: center; gap: 10px; }

.business {
  background:
    radial-gradient(700px 380px at 88% 12%, rgba(74, 144, 194, .22), transparent 60%),
    var(--navy);
  color: rgba(255, 255, 255, .78);
}
.business__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.business__copy .btn { margin-top: 34px; }
.business__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.business__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  font-size: 15.5px;
  font-weight: 700;
  color: var(--white);
  transition: transform .25s var(--ease), border-color .25s var(--ease), background-color .25s var(--ease);
}
.business__list li:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 140, 40, .5);
  background: rgba(255, 255, 255, .08);
}

.why { background: var(--white); }
.why__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.why__block {
  padding-top: 30px;
  border-top: 3px solid var(--border);
  transition: border-color .3s var(--ease);
}
.why__block:hover { border-color: var(--orange); }
.why__num {
  display: block;
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.04em;
  color: rgba(23, 105, 170, .18);
}
.why__name {
  margin-top: 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--orange-dark);
}
.why__line {
  margin-top: 14px;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.02em;
  color: var(--navy);
}

/* ---------- 9. STATUS / QUOTE / STATS ---------- */
.status { background: var(--cream); border-block: 1px solid var(--border); }
.status__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.status__copy .link-cta { margin-top: 26px; }

.timeline-card {
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-md);
}
.timeline-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border);
}
.timeline-card__title { font-size: 19px; letter-spacing: .02em; }
.timeline-card__sub { margin-top: 4px; font-size: 14px; color: var(--muted); }

.timeline { margin-top: 26px; }
.timeline__item {
  position: relative;
  padding: 0 0 26px 40px;
}
.timeline__item:last-child { padding-bottom: 0; }
.timeline__item::before {
  content: "";
  position: absolute;
  left: 10px; top: 20px; bottom: -4px;
  width: 2px;
  background: var(--border);
}
.timeline__item:last-child::before { display: none; }
.timeline__item.is-done::before { background: var(--success); opacity: .45; }

.timeline__marker {
  position: absolute;
  left: 0; top: 3px;
  display: grid;
  place-items: center;
  width: 22px; height: 22px;
  border: 2px solid var(--border);
  border-radius: 50%;
  background: var(--white);
}
.timeline__item.is-done .timeline__marker {
  border-color: var(--success);
  background: var(--success);
}
.timeline__item.is-done .timeline__marker::after {
  content: "";
  width: 9px; height: 5px;
  margin-top: -2px;
  border: 2px solid var(--white);
  border-top: 0; border-right: 0;
  transform: rotate(-45deg);
}
.timeline__item.is-current .timeline__marker {
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(242, 140, 40, .18);
  animation: pulseDot 2.4s var(--ease) infinite;
}
.timeline__name { font-size: 16px; font-weight: 700; color: var(--navy); }
.timeline__item.is-current .timeline__name { color: var(--orange-dark); }
.timeline__item:not(.is-done):not(.is-current) .timeline__name { color: var(--muted); }
.timeline__meta { font-size: 14px; color: var(--muted); }

.timeline-card__foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed var(--border);
}
.timeline-card__etaLabel {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
}
.timeline-card__eta { font-size: 22px; font-weight: 800; color: var(--navy); }

.quote { background: var(--white); }
.quote__card {
  position: relative;
  max-width: 880px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--cream);
  text-align: center;
}
.quote__mark { display: inline-block; }
.quote__mark svg { width: 40px; height: 32px; fill: rgba(23, 105, 170, .22); margin-inline: auto; }
.quote blockquote { margin: 24px 0 0; }
.quote blockquote p {
  font-size: clamp(23px, 2.7vw, 36px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.02em;
  color: var(--navy);
}
.quote blockquote p::before { content: "\201C"; }
.quote blockquote p::after { content: "\201D"; }
.quote figcaption {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid var(--border);
  text-align: left;
}
.quote figcaption b { display: block; font-size: 15.5px; color: var(--navy); }
.quote figcaption small { font-size: 13.5px; color: var(--muted); }
.quote__avatar {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .06em;
}

/* ---------- 10. CTA / FOOTER ---------- */
.cta {
  position: relative;
  padding-block: clamp(72px, 9vw, 120px);
  background: linear-gradient(135deg, var(--deep-navy) 0%, var(--navy) 45%, var(--blue) 100%);
  overflow: hidden;
}
.cta__lines {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.cta__dash { animation: netFlow 3.4s linear infinite; }
.cta__dash--slow { animation-duration: 5.2s; animation-direction: reverse; }

.cta__inner { position: relative; text-align: center; }
.cta__inner .lede { margin-inline: auto; max-width: 46ch; }
.cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.footer {
  padding-top: clamp(56px, 6vw, 84px);
  background: var(--deep-navy);
  color: rgba(255, 255, 255, .66);
  font-size: 15.5px;
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.7fr);
  gap: clamp(36px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 60px);
}
.footer__tagline { max-width: 34ch; margin-top: 22px; }
.footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.footer__heading {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--white);
}
.footer__col li + li { margin-top: 11px; }
.footer__col a {
  position: relative;
  color: rgba(255, 255, 255, .66);
  font-size: 15px;
  transition: color .2s var(--ease);
}
.footer__col a:hover { color: var(--orange); }

.footer__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block: 26px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 14px;
}
.footer__legal { display: inline-flex; gap: 12px; }
.footer__legal a { color: rgba(255, 255, 255, .66); }
.footer__legal a:hover { color: var(--orange); }

/* ---------- 11. RESPONSIVE ---------- */
@media (max-width: 1080px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { max-width: 700px; }
  .hero__stage { max-width: 640px; margin-inline: auto; }
  .float-card { left: 0; }
  .float-chip { right: 0; }

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

  .steps__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps__grid::before { display: none; }

  .business__grid,
  .status__grid { grid-template-columns: 1fr; }

  .why__grid { grid-template-columns: 1fr; }
  .why__block { padding-top: 22px; }

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

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

  .menu-btn { display: inline-flex; }

  .nav {
    position: fixed;
    top: 0; right: 0;
    z-index: 95;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: min(340px, 86vw);
    height: 100dvh;
    padding: 96px 24px 32px;
    background: var(--white);
    box-shadow: -20px 0 60px rgba(16, 42, 67, .18);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .32s var(--ease), visibility .32s var(--ease);
    overflow-y: auto;
  }
  .nav.is-open { transform: none; visibility: visible; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__link {
    display: block;
    padding: 14px 8px;
    border-bottom: 1px solid var(--border);
    font-size: 17px;
    font-weight: 700;
  }
  .nav__link::after { display: none; }
  .nav__link.is-current { color: var(--orange-dark); }
  .nav__cta { margin-top: 20px; padding: 15px 20px; font-size: 16px; }

  .track__form { grid-template-columns: 1fr; }
  .btn--track { width: 100%; }

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

@media (max-width: 620px) {
  .header__inner { min-height: 72px; }
  .logo__mark { width: 38px; height: 38px; }
  .logo__name { font-size: 19px; }
  .logo__sub { font-size: 8.5px; }

  .hero__actions .btn,
  .cta__actions .btn { width: 100%; }

  .trust__grid,
  .services__grid,
  .steps__grid { grid-template-columns: 1fr; }

  .float-card { position: static; margin-top: 18px; animation: none; width: 100%; }
  .float-chip { display: none; }

  .track__card { margin-top: clamp(-70px, -9vw, -40px); }
  .quote figcaption { flex-direction: column; text-align: center; }

  .network__panel { padding: 12px; }
  .net-label { font-size: 22px; }

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

@media (max-width: 400px) {
  .footer__nav { grid-template-columns: 1fr; }
}

/* ---------- 12. REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}
