@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --navy: #102a43;
  --navy-2: #173b5e;
  --navy-3: #0a1d30;
  --orange: #f28c28;
  --orange-soft: #fff2e4;
  --ink: #122235;
  --muted: #647488;
  --line: #dfe6ed;
  --surface: #f5f8fb;
  --white: #fff;
  --shadow: 0 24px 70px rgba(16, 42, 67, .12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 32px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--white);
  color: var(--ink);
  font-family: "Alexandria", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html[dir="ltr"] body { font-family: "Manrope", Arial, sans-serif; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 20px; top: -80px; z-index: 999; background: var(--orange); color: var(--navy); padding: 10px 18px; border-radius: 0 0 10px 10px; }
.skip-link:focus { top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 230, 237, .8);
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 178px; flex: 0 0 auto; }
.desktop-nav { display: flex; align-items: center; gap: 32px; color: #42556a; font-size: 14px; font-weight: 500; }
.desktop-nav a { position: relative; transition: color .2s ease; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; inset-inline: 0; bottom: -8px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.desktop-nav a:hover { color: var(--navy); }
.desktop-nav a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.language-toggle { border: 1px solid var(--line); background: var(--white); color: var(--navy); min-width: 48px; height: 42px; border-radius: 12px; font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .2s; }
.mobile-nav { display: none; }

.button {
  border: 1px solid transparent;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-sm { min-height: 42px; padding-inline: 17px; border-radius: 11px; font-size: 13px; }
.button-primary { background: var(--orange); color: #2d2317; box-shadow: 0 12px 25px rgba(242, 140, 40, .2); }
.button-primary:hover { box-shadow: 0 15px 32px rgba(242, 140, 40, .32); background: #f79a3d; }
.button-ghost { border-color: var(--line); background: var(--white); color: var(--navy); }
.button-ghost:hover { border-color: #bdcad6; }
.button-light { background: white; color: var(--navy); }
.button-arrow { font-family: sans-serif; font-size: 18px; line-height: 1; }

.hero { min-height: 760px; display: flex; align-items: center; position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f7fafc 100%); }
.hero-grid-bg { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(16,42,67,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16,42,67,.05) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; top: 70px; inset-inline-end: -240px; background: radial-gradient(circle, rgba(242,140,40,.12), transparent 67%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; padding-block: 90px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; color: var(--navy); background: rgba(255,255,255,.8); font-size: 12px; font-weight: 600; }
.eyebrow-dot { width: 8px; height: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,140,40,.14); }
.hero h1 { margin: 24px 0 24px; color: var(--navy); font-size: clamp(46px, 5.4vw, 76px); line-height: 1.16; letter-spacing: -.055em; }
html[dir="rtl"] .hero h1 { letter-spacing: -.035em; }
.hero h1 span { color: var(--orange); }
.hero-lead { color: var(--muted); font-size: 17px; max-width: 640px; margin: 0; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; align-items: stretch; gap: 0; margin-top: 42px; }
.trust-row > div { padding-inline: 22px; border-inline-start: 1px solid var(--line); display: flex; flex-direction: column; gap: 1px; }
.trust-row > div:first-child { padding-inline-start: 0; border-inline-start: 0; }
.trust-row strong { color: var(--navy); font: 800 17px/1.3 "Manrope", sans-serif; }
.trust-row span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; border: 1px dashed rgba(16,42,67,.17); }
.hero-visual::after { content: ""; position: absolute; width: 310px; height: 310px; border-radius: 50%; background: rgba(242,140,40,.07); }
.route-card { position: relative; z-index: 2; width: min(100%, 510px); background: rgba(255,255,255,.94); border: 1px solid rgba(202,213,224,.8); box-shadow: var(--shadow); border-radius: 26px; padding: 28px; }
.card-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 12px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 5px 10px; border-radius: 999px; color: #18633f; background: #eaf8f0; }
.status-pill i { width: 7px; height: 7px; background: #2bb673; border-radius: 50%; }
.route-main { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 15px; align-items: center; padding: 34px 0 28px; direction: ltr; }
.route-point span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; display: block; }
.route-point strong { display: block; font: 800 21px/1.5 "Manrope", sans-serif; color: var(--navy); }
.route-point small { color: var(--muted); font: 500 10px "Manrope", sans-serif; }
.route-point:last-child { text-align: right; }
.route-flight { text-align: center; position: relative; }
.plane-mark { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: white; background: var(--orange); font-size: 13px; margin-bottom: 8px; }
.flight-line { height: 1px; background: var(--line); position: relative; }
.flight-line::before, .flight-line::after { content: ""; position: absolute; width: 5px; height: 5px; background: var(--navy); border-radius: 50%; top: -2px; }
.flight-line::before { left: 0; }.flight-line::after { right: 0; }
.flight-line i { display: block; width: 54%; height: 1px; background: var(--orange); }
.route-flight small { color: var(--muted); font: 500 9px "Manrope", sans-serif; }
.shipment-metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.shipment-metrics > div { padding: 13px; border-inline-start: 1px solid var(--line); }
.shipment-metrics > div:first-child { border-inline-start: 0; }
.shipment-metrics span { display: block; color: var(--muted); font-size: 9px; margin-bottom: 4px; }
.shipment-metrics strong { color: var(--navy); font: 700 12px "Manrope", "Alexandria", sans-serif; }
.review-strip { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 13px 14px; border-radius: 13px; background: var(--surface); }
.review-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 9px; background: var(--navy); color: white; font-size: 12px; }
.review-strip div { display: flex; flex-direction: column; }
.review-strip strong { color: var(--navy); font-size: 11px; }
.review-strip small { color: var(--muted); font-size: 9px; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; background: white; border: 1px solid var(--line); box-shadow: 0 15px 35px rgba(16,42,67,.11); border-radius: 13px; padding: 10px 13px; color: var(--navy); font-size: 10px; }
.floating-chip span { display: grid; place-items: center; width: 25px; height: 25px; background: var(--orange-soft); color: var(--orange); border-radius: 8px; }
.chip-one { top: 54px; inset-inline-end: -15px; }.chip-two { bottom: 55px; inset-inline-start: -15px; }

.logo-strip { border-block: 1px solid var(--line); background: white; }
.strip-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.strip-inner > span { color: var(--muted); font-size: 12px; white-space: nowrap; }
.strip-items { flex: 1; display: flex; align-items: center; justify-content: space-around; gap: 20px; color: #52667b; }
.strip-items b { font-size: 13px; font-weight: 500; }
.strip-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-kicker { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section h2 { margin: 11px 0 0; color: var(--navy); font-size: clamp(32px, 4vw, 50px); line-height: 1.3; letter-spacing: -.035em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { position: relative; border: 1px solid var(--line); border-radius: var(--radius); padding: 27px; min-height: 300px; background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 50px rgba(16,42,67,.1); border-color: #c7d3de; }
.service-number { position: absolute; top: 22px; inset-inline-end: 22px; color: #a0afbe; font: 600 11px "Manrope", sans-serif; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--orange-soft); color: var(--orange); font-size: 22px; }
.service-card h3 { color: var(--navy); margin: 54px 0 12px; font-size: 18px; }
.service-card p { color: var(--muted); margin: 0; font-size: 13px; line-height: 1.9; }

.section-dark { background: var(--navy-3); color: white; position: relative; overflow: hidden; }
.section-dark::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 80px 80px; }
.section-dark .container { position: relative; }
.heading-light h2 { color: white; }.heading-light p { color: #aebdca; }
.industry-grid { display: grid; grid-template-columns: repeat(4,1fr); border-block: 1px solid rgba(255,255,255,.15); }
.industry-grid article { padding: 34px 28px; border-inline-start: 1px solid rgba(255,255,255,.15); min-height: 230px; }
.industry-grid article:first-child { border-inline-start: 0; }
.industry-grid article > span { color: var(--orange); font: 600 11px "Manrope", sans-serif; }
.industry-grid h3 { margin: 45px 0 10px; font-size: 17px; color: white; }
.industry-grid p { color: #aebdca; font-size: 12px; margin: 0; }

.process-section { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy p { color: var(--muted); font-size: 14px; margin: 24px 0; }
.text-link { display: inline-flex; gap: 14px; color: var(--navy); font-size: 13px; font-weight: 700; padding-bottom: 5px; border-bottom: 2px solid var(--orange); }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list li:first-child { padding-top: 0; }
.process-list li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--orange); background: white; border: 1px solid var(--line); font: 700 11px "Manrope", sans-serif; }
.process-list h3 { margin: 0 0 6px; color: var(--navy); font-size: 18px; }
.process-list p { color: var(--muted); margin: 0; font-size: 13px; }

.quote-section { background: white; }
.quote-shell { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 760px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 26px 80px rgba(16,42,67,.09); }
.quote-aside { padding: 52px 42px; color: white; background: var(--navy); position: relative; overflow: hidden; }
.quote-aside::after { content: "A"; position: absolute; font: 800 330px/1 "Manrope", sans-serif; color: rgba(255,255,255,.025); bottom: -70px; inset-inline-end: -25px; }
.quote-aside h2 { color: white; font-size: 37px; margin-top: 16px; }
.quote-aside > p { color: #b9c7d4; font-size: 13px; margin: 18px 0 44px; }
.quote-assurance { position: relative; z-index: 1; display: grid; gap: 22px; }
.quote-assurance > div { display: flex; gap: 12px; align-items: flex-start; }
.quote-assurance > div > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 9px; color: var(--navy); background: var(--orange); font-size: 11px; }
.quote-assurance p { display: flex; flex-direction: column; margin: 0; }
.quote-assurance b { font-size: 12px; }.quote-assurance small { color: #9fb0bf; font-size: 10px; }
.quote-form-wrap { padding: 42px 48px; background: white; }
.form-progress { display: flex; align-items: center; justify-content: center; margin-bottom: 44px; }
.form-progress > i { flex: 1; height: 1px; background: var(--line); max-width: 100px; }
.progress-item { display: flex; align-items: center; gap: 8px; color: #98a7b5; font-size: 10px; }
.progress-item span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: white; font: 700 10px "Manrope", sans-serif; }
.progress-item.active { color: var(--navy); }.progress-item.active span { background: var(--navy); border-color: var(--navy); color: white; }
.progress-item.complete span { background: var(--orange); border-color: var(--orange); color: var(--navy); }
.form-step { border: 0; margin: 0; padding: 0; display: none; }
.form-step.active { display: block; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } }
.form-step legend { padding: 0; color: var(--navy); font-size: 23px; font-weight: 700; }
.step-help { margin: 5px 0 28px; color: var(--muted); font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; color: #40536a; font-size: 11px; font-weight: 600; }
.form-grid input, .form-grid select, .form-grid textarea {
  width: 100%;
  border: 1px solid #d7e0e8;
  border-radius: 11px;
  background: #fbfcfd;
  color: var(--navy);
  min-height: 48px;
  padding: 10px 13px;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
.form-grid textarea { resize: vertical; min-height: 105px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(242,140,40,.12); background: white; }
.form-grid [aria-invalid="true"] { border-color: #d14b4b; box-shadow: 0 0 0 3px rgba(209,75,75,.08); }
.span-2 { grid-column: span 2; }
.danger-note { display: flex; align-items: flex-start; gap: 11px; padding: 14px 15px; border: 1px solid #f2c78f; border-radius: 12px; background: #fff8ee; }
.danger-note > span { width: 24px; height: 24px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 8px; background: var(--orange); color: var(--navy); font: 800 12px "Manrope", sans-serif; }
.danger-note p { margin: 0; color: #76501f; font-size: 10px; line-height: 1.8; }
.conditional-field { padding: 14px; border: 1px dashed #efb66c; border-radius: 12px; background: #fffaf3; }
.dimension-group { display: flex; flex-direction: column; gap: 8px; }
.group-label { color: #40536a; font-size: 11px; font-weight: 600; }
.dimension-group > div { display: flex; align-items: flex-end; gap: 8px; }
.dimension-group label { flex: 1; }
.dimension-group small { font-weight: 400; color: var(--muted); }
.dimension-group b { color: #9eabb8; padding-bottom: 13px; font-size: 12px; }
.weight-preview { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 20px; padding: 13px 16px; border-radius: 12px; background: var(--surface); }
.weight-preview div { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 10px; }
.weight-preview strong { color: var(--navy); font: 700 13px "Manrope", sans-serif; }
.weight-preview p { color: var(--muted); margin: 0; font-size: 9px; }
.consent { flex-direction: row !important; align-items: flex-start; gap: 10px !important; font-weight: 400 !important; color: var(--muted) !important; line-height: 1.7; }
.consent input { width: 17px; min-height: 17px; margin-top: 3px; flex: 0 0 auto; }
.form-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 30px; padding-top: 24px; border-top: 1px solid var(--line); }
.form-message { display: none; margin-top: 18px; padding: 11px 13px; border-radius: 10px; font-size: 11px; }
.form-message.error { display: block; color: #842727; background: #fff0f0; border: 1px solid #f3c3c3; }
.form-message.info { display: block; color: #27507a; background: #edf6ff; border: 1px solid #c5ddf4; }
.honeypot {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.hidden { display: none !important; }
.success-state { text-align: center; padding: 75px 20px; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 20px; background: #eaf8f0; color: #1d9158; font-size: 25px; }
.success-state h3 { color: var(--navy); margin: 0; font-size: 25px; }
.success-state > p { color: var(--muted); max-width: 500px; margin: 12px auto 25px; font-size: 13px; }
.reference-box { display: inline-flex; flex-direction: column; padding: 13px 32px; margin-bottom: 25px; border-radius: 12px; background: var(--surface); }
.reference-box span { color: var(--muted); font-size: 9px; }.reference-box strong { color: var(--navy); font: 800 17px "Manrope", sans-serif; letter-spacing: .08em; }

.about-section { border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.about-visual { min-height: 470px; border-radius: var(--radius-lg); background: var(--navy); position: relative; overflow: hidden; display: grid; place-items: center; }
.about-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 50px 50px; }
.about-monogram { position: relative; color: rgba(255,255,255,.93); font: 800 240px/1 "Manrope", sans-serif; letter-spacing: -.12em; transform: translateX(-12px); }
.about-monogram::after { content: ""; position: absolute; height: 12px; border-radius: 10px; background: var(--orange); width: 180px; bottom: 25px; left: 26px; }
.about-stat { position: absolute; inset-inline-end: 25px; bottom: 25px; display: flex; flex-direction: column; background: white; padding: 12px 15px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.about-stat strong { color: var(--orange); font: 800 18px "Manrope", sans-serif; }.about-stat span { color: var(--muted); font-size: 9px; }
.about-copy > p { color: var(--muted); font-size: 14px; margin: 22px 0 30px; }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); padding-top: 25px; gap: 20px; }
.value-grid div { display: flex; flex-direction: column; gap: 4px; }.value-grid b { color: var(--navy); font-size: 13px; }.value-grid span { color: var(--muted); font-size: 10px; }

.cta-section { padding: 40px 0 80px; }
.cta-inner { background: var(--orange); border-radius: var(--radius-lg); padding: 48px 55px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta-inner > div > span { color: rgba(16,42,67,.75); font-size: 11px; font-weight: 600; }
.cta-inner h2 { color: var(--navy); margin: 5px 0 0; font-size: clamp(26px, 3vw, 39px); line-height: 1.35; }
.site-footer { background: var(--navy-3); color: white; padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1fr; gap: 60px; }
.footer-brand img { width: 180px; filter: brightness(0) invert(1); }
.footer-brand p, .footer-grid p, .footer-grid span { color: #99aebe; font-size: 11px; }
.footer-grid h3 { font-size: 12px; margin: 0 0 18px; color: white; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { color: #c2ced8; font-size: 11px; transition: color .2s; }.footer-grid a:hover { color: var(--orange); }
.footer-cta { color: var(--orange) !important; font-weight: 700; border-bottom: 1px solid rgba(242,140,40,.4); }
.footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: #758b9c; font: 500 10px "Manrope", "Alexandria", sans-serif; }

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

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { padding: 0 20px; max-height: 0; overflow: hidden; display: grid; transition: max-height .3s ease, padding .3s ease; background: white; }
  .mobile-nav.open { max-height: 280px; padding-block: 12px 22px; border-top: 1px solid var(--line); }
  .mobile-nav a { padding: 10px 0; color: var(--navy); font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid { grid-template-columns: repeat(2,1fr); }
  .industry-grid article:nth-child(3) { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .industry-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .process-grid { gap: 55px; }
  .quote-shell { grid-template-columns: 1fr; }
  .quote-aside { padding: 42px; }
  .quote-assurance { grid-template-columns: repeat(3,1fr); }
  .about-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 620px); }
  .site-header .button-sm { display: none; }
  .brand { width: 145px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 65px; }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 14px; }
  .trust-row { justify-content: space-between; }
  .trust-row > div { padding-inline: 12px; }
  .hero-visual { min-height: 420px; }
  .route-card { padding: 20px; }
  .floating-chip { display: none; }
  .route-main { grid-template-columns: 1fr .8fr 1fr; gap: 8px; }
  .route-point strong { font-size: 16px; }
  .shipment-metrics > div { padding: 10px; }
  .logo-strip { display: none; }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 35px; }
  .service-grid, .industry-grid { grid-template-columns: 1fr; }
  .industry-grid article, .industry-grid article:nth-child(3), .industry-grid article:nth-child(4) { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.15); }
  .industry-grid article:first-child { border-top: 0; }
  .process-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-copy { position: static; }
  .quote-shell { border-radius: 23px; }
  .quote-aside, .quote-form-wrap { padding: 32px 22px; }
  .quote-assurance { grid-template-columns: 1fr; gap: 15px; }
  .form-progress { margin-bottom: 34px; }
  .progress-item b { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .dimension-group > div { gap: 5px; }
  .weight-preview { align-items: flex-start; flex-direction: column; }
  .form-actions { justify-content: stretch; }
  .form-actions .button { flex: 1; padding-inline: 12px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 360px; }
  .value-grid { grid-template-columns: 1fr; }
  .cta-inner { padding: 35px 25px; align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
