:root {
  --navy: #023059;
  --navy-deep: #01233f;
  --navy-soft: #0d416d;
  --orange: #ef5a24;
  --orange-dark: #d94b18;
  --peach: #fff4e8;
  --peach-2: #f6dfca;
  --cream: #fffaf5;
  --ink: #202020;
  --body: #464646;
  --muted: #6b7280;
  --line: #e6e8ec;
  --white: #fff;
  --green: #22a560;
  --shadow: 0 24px 70px rgba(2, 48, 89, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 128px; }
body { margin: 0; color: var(--body); background: var(--white); font: 400 16px/1.75 Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 5vw, 4.85rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.1rem); }
h3 { font-size: 1.15rem; }
p { margin-bottom: 1.25rem; }
em { color: var(--orange); font-style: normal; }
::selection { color: var(--white); background: var(--orange); }
:focus-visible { outline: 3px solid rgba(239, 90, 36, .48); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(72px, 8vw, 118px); }
.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: 999; left: 16px; top: -80px; padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--navy); font-size: .74rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--orange); border-radius: 99px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 24px; color: var(--white); background: var(--orange); border: 1px solid var(--orange); border-radius: 999px; font-weight: 700; line-height: 1; box-shadow: 0 12px 24px rgba(239, 90, 36, .18); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { background: var(--orange-dark); border-color: var(--orange-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .83rem; }
.button-ghost { color: var(--navy); background: transparent; border-color: rgba(2, 48, 89, .28); box-shadow: none; }
.button-ghost:hover { color: var(--white); background: var(--navy); border-color: var(--navy); }
.text-link { color: var(--orange); font-weight: 700; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(2, 48, 89, .12); backdrop-filter: blur(16px); }
.topbar { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: min(390px, 100%); }
.brand img { width: 100%; height: auto; }
.heritage { display: flex; align-items: center; gap: 10px; color: var(--navy); font-size: .68rem; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.heritage-mark { display: grid; width: 48px; height: 48px; place-items: center; color: var(--orange); border: 2px solid var(--orange); border-radius: 50%; font-size: .95rem; }
.top-contact { display: flex; justify-content: flex-end; gap: 22px; font-size: .83rem; font-weight: 600; }
.top-contact a:hover { color: var(--orange); }
.nav-row { border-top: 1px solid var(--line); }
.nav-inner { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.primary-nav { display: flex; align-items: center; gap: 32px; color: var(--ink); font-size: .85rem; font-weight: 600; }
.primary-nav > a, .nav-menu > summary { position: relative; padding-block: 17px; list-style: none; cursor: pointer; }
.primary-nav > a::after, .nav-menu > summary::after { content: ""; position: absolute; right: 0; bottom: 10px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after, .nav-menu > summary:hover::after, .nav-menu > summary[aria-current="page"]::after { transform: scaleX(1); }
.primary-nav .external-nav { color: var(--orange); }
.nav-menu { position: relative; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-menu > summary::before { content: "⌄"; position: absolute; right: -15px; top: 15px; color: var(--orange); }
.mega-menu { position: absolute; top: calc(100% + 1px); left: -180px; width: min(760px, 90vw); display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 0 0 18px 18px; box-shadow: var(--shadow); }
.nav-menu:not([open]) .mega-menu { display: none; }
.mega-menu div { display: flex; flex-direction: column; gap: 6px; }
.mega-menu strong { margin-bottom: 6px; color: var(--navy); font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.mega-menu a { padding: 3px 0; color: var(--body); font-size: .78rem; }
.mega-menu a:hover { color: var(--orange); }
.nav-toggle { display: none; width: 42px; height: 42px; place-items: center; gap: 4px; padding: 10px; background: none; border: 1px solid var(--line); border-radius: 50%; }
.nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: var(--navy); border-radius: 9px; }

.hero { overflow: hidden; background: linear-gradient(165deg, var(--peach), var(--peach-2)); }
.hero-grid { min-height: 610px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); align-items: center; gap: clamp(40px, 7vw, 100px); padding-block: 76px; }
.hero-copy h1 { max-width: 720px; margin-bottom: 24px; }
.hero-lede { max-width: 670px; color: #4e4b49; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.proof-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--navy); font-size: .78rem; font-weight: 700; }
.proof-list li::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.route-visual { position: relative; }
.route-map { position: relative; min-height: 410px; overflow: hidden; background: rgba(255,255,255,.3); border: 1px solid rgba(2,48,89,.1); border-radius: 40px 40px 10px 40px; }
.route-map::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(105deg, rgba(255,244,232,.38), rgba(255,255,255,.02) 58%, rgba(239,90,36,.1)); }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 16px 20px; color: var(--navy); background: rgba(255,255,255,.65); border-radius: 14px; font-size: .72rem; }
.visual-caption strong { color: var(--orange); }

.quick-band { position: relative; z-index: 5; margin-top: -34px; color: var(--navy); background: transparent; }
.stats { min-height: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; padding: 10px; overflow: hidden; background: #fff; border: 1px solid rgba(2,48,89,.1); border-radius: 20px; box-shadow: 0 22px 58px rgba(2,48,89,.13); }
.stats div { position: relative; min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 20px 24px; background: linear-gradient(180deg,#fff,#fbfcfd); border-right: 1px solid var(--line); }
.stats div:first-child { padding-left: 24px; }
.stats div:last-child { border: 0; }
.stats div::before { content: ""; position: absolute; top: 12px; left: 24px; width: 28px; height: 3px; background: var(--orange); border-radius: 99px; }
.stats i { margin: 10px 0 8px; color: var(--orange); font-size: .58rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.stats strong { color: var(--navy); font-size: 1.65rem; line-height: 1.12; }
.stats span { margin-top: 6px; color: var(--muted); font-size: .66rem; }
.stats .stat-words strong { max-width: 230px; font-size: 1.05rem; line-height: 1.3; }

.china-network { padding-block: clamp(56px,5vw,72px); background: radial-gradient(circle at 6% 18%, rgba(239,90,36,.09), transparent 25%), linear-gradient(135deg,#fff,#f7fafc); }
.network-panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 20px 54px rgba(2,48,89,.08); }
.network-copy { display: flex; flex-direction: column; justify-content: center; padding: 30px 34px; }
.network-copy .eyebrow { margin-bottom: 12px; }
.network-copy h2 { max-width: 500px; margin-bottom: 12px; color: var(--navy); font-size: clamp(1.7rem,2.6vw,2.35rem); }
.network-copy > p { max-width: 540px; margin-bottom: 0; color: var(--muted); font-size: .8rem; }
.office-list { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); }
.office-list article { min-width: 0; display: grid; grid-template-columns: 40px 1fr; align-content: center; gap: 11px; padding: 24px 18px; background: #fff; border-right: 1px solid var(--line); }
.office-list article:last-child { border-right: 0; }
.office-list article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); background: var(--peach); border-radius: 50%; font-size: .56rem; font-weight: 800; letter-spacing: .06em; }
.office-list h3 { margin: 1px 0 4px; color: var(--navy); font-size: .82rem; }
.office-list p { margin: 0; color: var(--muted); font-size: .59rem; line-height: 1.55; }
.network-rail { display: grid; grid-template-columns: 1.5fr .85fr; gap: 10px; margin-top: 10px; }
.capability-summary { display: grid; grid-template-columns: minmax(190px,.7fr) minmax(320px,1.2fr); align-items: center; gap: 14px 22px; padding: 17px 20px; background: linear-gradient(145deg,var(--peach),#f7fafc); border: 1px solid var(--line); border-radius: 14px; }
.capability-summary .eyebrow { margin-bottom: 6px; font-size: .57rem; }
.capability-summary .eyebrow::before { width: 22px; height: 2px; }
.capability-summary h3 { margin: 0; color: var(--navy); font-size: .9rem; }
.capability-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.capability-grid span { padding: 6px 9px; color: var(--navy); background: rgba(255,255,255,.84); border: 1px solid rgba(2,48,89,.08); border-radius: 999px; font-size: .56rem; font-weight: 600; }
.capability-grid span::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.capability-summary > p { grid-column: 2; margin: -5px 0 0; color: var(--muted); font-size: .57rem; line-height: 1.5; }
.capability-summary > p strong { color: var(--navy); }
.brand-strip { display: grid; align-content: center; gap: 8px; padding: 17px 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.brand-strip > span { color: var(--orange); font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.brand-strip > div { display: flex; flex-wrap: wrap; gap: 3px 12px; }
.brand-strip strong { color: var(--navy); font-size: .57rem; line-height: 1.35; }

.section-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 50px; margin-bottom: 44px; }
.section-head h2 { max-width: 700px; margin: 0; color: var(--navy); }
.section-head > p { max-width: 500px; margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 290px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -40px; bottom: -40px; background: var(--peach); border-radius: 50%; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(239,90,36,.35); box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.8); }
.service-card > span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 48px 0 12px; color: var(--navy); font-size: 1.3rem; }
.service-card p { color: var(--muted); font-size: .88rem; }
.service-card small { margin-top: auto; color: var(--navy); font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.service-card-media { min-height: 390px; padding: 0; }
.service-card-media::after { display: none; }
.service-image { aspect-ratio: 2 / 1; overflow: hidden; background: var(--peach); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card-media:hover .service-image img { transform: scale(1.045); }
.service-content { min-height: 230px; display: flex; flex: 1; flex-direction: column; padding: 24px 26px 26px; }
.service-content > span { color: var(--orange); font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
.service-content h3 { margin: 24px 0 10px; }
.service-content p { font-size: .8rem; }
.service-content small { margin-top: auto; }
.service-grid.compact { grid-template-columns: repeat(4,1fr); }
.service-grid.compact .service-card { min-height: 250px; }

.specialized-section { padding-block: clamp(64px,6vw,88px); background: linear-gradient(145deg,#fff8f1,#f4f8fb); border-top: 1px solid var(--line); }
.specialized-panel { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; background: #fff; border: 1px solid rgba(2,48,89,.1); border-radius: 20px; box-shadow: 0 20px 60px rgba(2,48,89,.08); }
.specialized-media { min-height: 420px; overflow: hidden; background: var(--peach); }
.specialized-media img { width: 100%; height: 100%; object-fit: cover; }
.specialized-grid { display: grid; grid-template-columns: repeat(2,1fr); }
.specialized-grid article { min-height: 140px; padding: 23px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specialized-grid article:nth-child(2n) { border-right: 0; }
.specialized-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.specialized-grid article > span { color: var(--orange); font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.specialized-grid h3 { margin: 15px 0 7px; color: var(--navy); font-size: .91rem; }
.specialized-grid p { margin: 0; color: var(--muted); font-size: .67rem; line-height: 1.6; }
.specialized-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 10px; padding: 15px 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.specialized-note p { margin: 0; color: var(--muted); font-size: .64rem; }
.specialized-note p strong { color: var(--navy); }
.specialized-note .text-link { flex: 0 0 auto; font-size: .7rem; }

.destination-section { padding-block: clamp(58px,5vw,76px); color: var(--body); background: radial-gradient(circle at 8% 10%, rgba(239,90,36,.1), transparent 28%), radial-gradient(circle at 92% 18%, rgba(6,143,207,.07), transparent 30%), linear-gradient(135deg, #fff 0%, #fbfdff 56%, #fff8f1 100%); border-top: 1px solid #edf0f2; border-bottom: 1px solid #edf0f2; }
.section-head.light h2, .section-head.light .eyebrow { color: var(--navy); }
.section-head.light > p { color: var(--muted); }
.route-directory { display: grid; grid-template-columns: repeat(5,1fr); align-items: start; gap: 0; padding: 10px; background: rgba(255,255,255,.76); border: 1px solid rgba(2,48,89,.09); border-radius: 18px; box-shadow: 0 14px 44px rgba(2,48,89,.055); }
.region-block + .region-block { margin-top: 36px; }
.route-directory .region-block + .region-block { margin-top: 0; }
.region-block > h3 { margin-bottom: 14px; color: var(--orange); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; }
.route-directory .region-block { min-width: 0; padding: 10px 14px; border-right: 1px solid var(--line); }
.route-directory .region-block:last-child { border-right: 0; }
.route-directory .region-block > h3 { margin: 0 0 5px; padding: 0 5px 9px; border-bottom: 1px solid var(--line); font-size: .6rem; }
.route-directory .country-grid { grid-template-columns: 1fr; gap: 0; }
.route-directory .country-card { min-height: 45px; gap: 9px; padding: 7px 5px; background: transparent; border: 0; border-bottom: 1px solid rgba(2,48,89,.07); border-radius: 0; box-shadow: none; }
.route-directory .country-card:last-child { border-bottom: 0; }
.route-directory .country-card:hover { background: var(--peach); border-color: transparent; box-shadow: none; transform: none; }
.route-directory .country-card strong { font-size: .68rem; }
.route-directory .country-card small { margin-top: 1px; font-size: .57rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.route-directory .country-card b { font-size: .82rem; }
.country-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.country-card { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 16px; color: var(--body); background: rgba(255,255,255,.88); border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 28px rgba(2,48,89,.045); transition: background .2s ease, transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.country-card:hover { background: #fff; border-color: rgba(239,90,36,.35); box-shadow: 0 14px 34px rgba(2,48,89,.1); transform: translateY(-2px); }
.country-card strong, .country-card small { display: block; }
.country-card strong { font-size: .9rem; }
.country-card small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.country-card b { color: var(--orange); font-size: 1.25rem; }
.country-code { width: 40px; height: 40px; display: grid; place-items: center; color: var(--orange); background: rgba(239,90,36,.12); border: 1px solid rgba(239,90,36,.3); border-radius: 50%; font-size: .65rem; font-weight: 800; letter-spacing: .08em; }
.country-code.large { width: 58px; height: 58px; font-size: .85rem; }
.country-flag { width: 28px; height: 28px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(2,48,89,.09); border-radius: 50%; box-shadow: 0 4px 12px rgba(2,48,89,.06); font-size: 1rem; line-height: 1; }
.country-flag.large { width: 58px; height: 58px; font-size: 2rem; }
.light-card { color: var(--body); background: #fff; border-color: var(--line); }
.light-card:hover { background: #fff; box-shadow: var(--shadow); }
.light-card small { color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: process; list-style: none; }
.process-grid li { position: relative; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-right: 0; }
.process-grid li:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.process-grid li:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }
.process-grid li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 38px; right: -13px; width: 26px; height: 26px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: .74rem; }
.process-grid span { color: var(--orange); font-size: .7rem; font-weight: 800; }
.process-grid h3 { margin: 36px 0 10px; color: var(--navy); }
.process-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

.assurance { background: var(--cream); }
.split-panel { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.split-panel h2 { color: var(--navy); }
.assurance-list { display: grid; gap: 2px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.assurance-list div { padding: 26px 28px; background: #fff; }
.assurance-list strong, .assurance-list span { display: block; }
.assurance-list strong { color: var(--navy); }
.assurance-list span { margin-top: 4px; color: var(--muted); font-size: .8rem; }

.answer-hub { background: #fff; }
.answer-grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.answer-grid article { min-height: 180px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.answer-grid article:nth-child(3n) { border-right: 0; }
.answer-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.answer-grid h3 { margin-bottom: 12px; color: var(--navy); font-size: .95rem; }
.answer-grid p { margin: 0; color: var(--muted); font-size: .74rem; }

.faq-section { max-width: 1180px; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 44px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; padding: 18px 0; color: var(--navy); font-size: .84rem; font-weight: 700; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; color: var(--orange); background: var(--peach); border-radius: 50%; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 820px; padding: 0 48px 20px 0; color: var(--muted); font-size: .76rem; }

.quote-section { background: linear-gradient(160deg, var(--peach), #f7e5d5); }
.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: clamp(48px, 8vw, 96px); }
.quote-copy h2 { color: var(--navy); }
.quote-copy > p { color: var(--muted); }
.quote-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.quote-copy li { margin: 10px 0; color: var(--navy); font-size: .82rem; font-weight: 600; }
.quote-copy li::before { content: "✓"; margin-right: 8px; color: var(--orange); }
.quote-form { padding: clamp(26px, 4vw, 44px); background: #fff; border: 1px solid rgba(2,48,89,.08); border-radius: 26px; box-shadow: var(--shadow); }
.form-heading h2 { margin-bottom: 8px; color: var(--navy); font-size: 1.55rem; }
.form-heading p { color: var(--muted); font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.form-grid label { display: grid; gap: 7px; color: var(--navy); font-size: .69rem; font-weight: 700; }
.form-grid .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); background: #fbfcfd; border: 1px solid #d9dee4; border-radius: 10px; font-size: .8rem; outline: 0; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(239,90,36,.1); }
.quote-form .button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .66rem; text-align: center; }

.site-footer { padding-top: 70px; color: var(--muted); background: radial-gradient(circle at 8% 10%, rgba(239,90,36,.08), transparent 28%), linear-gradient(135deg, #fff 0%, #f2f7fa 100%); border-top: 1px solid #dfe9ef; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 52px; padding-bottom: 54px; }
.footer-logo { width: 260px; margin-bottom: 24px; }
.footer-grid p { max-width: 390px; font-size: .78rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--navy); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div > a { display: block; margin: 9px 0; font-size: .76rem; }
.footer-grid > div > a:hover { color: var(--orange); }
.footer-contact { color: var(--orange) !important; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 22px; border-top: 1px solid rgba(2,48,89,.12); font-size: .68rem; }
.whatsapp-float { position: fixed; z-index: 40; right: 20px; bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; color: #fff; background: var(--green); border: 4px solid #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.2); font-size: .66rem; font-weight: 800; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 54px; color: rgba(2,48,89,.58); font-size: .72rem; }
.breadcrumbs a:hover { color: var(--orange); }
.country-hero { padding-block: 48px 90px; background: linear-gradient(160deg, var(--peach), #f7e4d2); }
.country-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.country-hero-grid h1 { max-width: 720px; margin-bottom: 24px; }
.country-hero-grid > div > p { max-width: 690px; color: #55504b; font-size: 1.05rem; }
.route-summary { padding: 34px; background: rgba(255,255,255,.78); border: 1px solid rgba(2,48,89,.1); border-radius: var(--radius); box-shadow: var(--shadow); }
.route-summary h2 { margin: 22px 0 16px; color: var(--navy); font-size: 1.25rem; }
.route-summary dl { margin: 0; }
.route-summary dl div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.route-summary dt { color: var(--muted); font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.route-summary dd { margin: 0; color: var(--navy); font-size: .78rem; font-weight: 600; }
.route-section .section-head { align-items: start; }
.route-steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 14px; }
.route-steps article { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.route-steps article > span { color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-steps h3 { margin: 42px 0 10px; color: var(--navy); }
.route-steps p { color: var(--muted); font-size: .78rem; }
.route-steps > b { color: var(--orange); }
.soft-section { background: #f7f9fb; }
.cargo-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(50px, 8vw, 100px); }
.cargo-section h2 { color: var(--navy); }
.cargo-section ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.cargo-section li { padding: 18px 20px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 12px; font-size: .78rem; font-weight: 600; }
.cargo-section li::before { content: "✓"; margin-right: 8px; color: var(--orange); }
.corridor-callout { padding-block: 64px; color: var(--body); background: radial-gradient(circle at 8% 14%, rgba(239,90,36,.11), transparent 30%), linear-gradient(135deg, #fff4e8 0%, #f2f7fa 100%); border-top: 1px solid #e5eaee; border-bottom: 1px solid #e5eaee; }
.corridor-callout .shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.corridor-callout h2 { color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.65rem); }
.corridor-callout p { max-width: 770px; margin-bottom: 0; color: var(--muted); }
.corridor-callout .eyebrow { color: var(--navy); }
.related-routes { background: #f7f9fb; }
.inner-hero { padding-block: 100px; background: linear-gradient(160deg, var(--peach), var(--peach-2)); }
.inner-hero h1 { max-width: 800px; margin-bottom: 22px; color: var(--navy); }
.inner-hero p { max-width: 760px; margin-bottom: 0; font-size: 1.05rem; }
.editorial { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; }
.editorial h2 { color: var(--navy); }
.editorial aside { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px 20px; padding: 32px; color: var(--muted); background: #f7f9fb; border-radius: var(--radius); }
.editorial aside strong { color: var(--orange); font-size: 2rem; }
.editorial aside span { font-size: .78rem; }
.values { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.values article { padding: 32px; background: #fff; border-radius: var(--radius); }
.values h2 { color: var(--navy); font-size: 1.3rem; }
.values p { margin: 0; color: var(--muted); font-size: .83rem; }
.about-brands h2 { max-width: 720px; color: var(--navy); }
.about-brands > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 36px; }
.about-brands article { display: grid; gap: 8px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 34px rgba(2,48,89,.055); }
.about-brands strong { color: var(--navy); }
.about-brands article span { color: var(--orange); font-size: .67rem; font-weight: 700; text-transform: uppercase; }
.contact-card { display: grid; gap: 12px; margin-top: 32px; }
.contact-card a { padding: 18px; color: var(--navy); background: rgba(255,255,255,.7); border-radius: 12px; font-weight: 700; }
.contact-card small { display: block; color: var(--muted); font-size: .6rem; text-transform: uppercase; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 38px; color: var(--navy); font-size: 1.3rem; }
.legal a { color: var(--orange); text-decoration: underline; }
.not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found h1 { max-width: 800px; color: var(--navy); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .top-contact { display: none; }
  .topbar { grid-template-columns: 1fr auto; }
  .topbar .heritage { justify-self: end; }
  .nav-toggle { display: grid; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 20px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: grid; gap: 0; }
  .nav-inner { position: relative; justify-content: flex-start; }
  .nav-inner > .button { margin-left: auto; }
  .primary-nav > a, .nav-menu > summary { padding: 12px 0; }
  .mega-menu { position: static; width: 100%; grid-template-columns: repeat(2,1fr); margin: 8px 0; box-shadow: none; border-radius: 12px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .route-visual { max-width: 760px; width: 100%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .specialized-panel { grid-template-columns: 1fr; }
  .specialized-media { min-height: 290px; }
  .specialized-grid { grid-template-columns: repeat(3,1fr); }
  .specialized-grid article, .specialized-grid article:nth-child(2n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .specialized-grid article:nth-child(3n) { border-right: 0; }
  .specialized-grid article:nth-last-child(-n+3) { border-bottom: 0; }
  .network-panel { grid-template-columns: 1fr; }
  .office-list { border-top: 1px solid var(--line); border-left: 0; }
  .network-rail { grid-template-columns: 1fr; }
  .service-grid.compact { grid-template-columns: repeat(2,1fr); }
  .country-grid { grid-template-columns: repeat(2,1fr); }
  .route-directory { grid-template-columns: repeat(2,1fr); }
  .route-directory .region-block:nth-child(2n) { border-right: 0; }
  .route-directory .region-block:nth-child(n+3) { border-top: 1px solid var(--line); }
  .answer-grid { grid-template-columns: repeat(2,1fr); }
  .answer-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .answer-grid article:nth-child(2n) { border-right: 0; }
  .answer-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .answer-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .process-grid { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .process-grid li, .process-grid li:first-child, .process-grid li:last-child { border: 1px solid var(--line); border-radius: var(--radius); }
  .process-grid li::after { display: none !important; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-copy { max-width: 700px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .country-hero-grid { grid-template-columns: 1fr; }
  .route-summary { max-width: 760px; }
  .route-steps { grid-template-columns: 1fr; }
  .route-steps > b { transform: rotate(90deg); justify-self: center; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  html { scroll-padding-top: 110px; }
  body { font-size: 15px; }
  .section { padding-block: 68px; }
  .topbar { min-height: 68px; }
  .brand { width: min(260px, 76vw); }
  .heritage { display: none; }
  .nav-row { border-top: 0; }
  .nav-inner { min-height: 50px; }
  .nav-inner > .button { min-height: 38px; padding: 9px 13px; font-size: .72rem; }
  .mega-menu { grid-template-columns: 1fr; max-height: 55vh; overflow: auto; }
  .hero-grid { gap: 48px; padding-block: 58px; }
  .hero-lede { font-size: .95rem; }
  .hero-actions .button { flex: 1 1 170px; }
  .route-map { min-height: 330px; border-radius: 24px 24px 8px 24px; }
  .quick-band { margin-top: -22px; }
  .stats { grid-template-columns: repeat(2,1fr); padding: 7px; }
  .stats div { min-height: 104px; padding: 17px; border-bottom: 1px solid rgba(2,48,89,.1); }
  .stats div:first-child { padding-left: 17px; }
  .stats div::before { top: 9px; left: 17px; }
  .stats div:nth-child(2) { border-right: 0; }
  .stats strong { font-size: 1.35rem; }
  .stats .stat-words strong { font-size: .9rem; }
  .stats i { font-size: .52rem; }
  .stats span { font-size: .59rem; }
  .section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 30px; }
  .service-grid, .service-grid.compact, .country-grid, .process-grid { grid-template-columns: 1fr; }
  .specialized-media { min-height: 220px; }
  .specialized-grid { grid-template-columns: 1fr; }
  .specialized-grid article, .specialized-grid article:nth-child(2n), .specialized-grid article:nth-child(3n), .specialized-grid article:nth-last-child(-n+3) { min-height: 0; padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .specialized-grid article:last-child { border-bottom: 0; }
  .specialized-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .route-directory { grid-template-columns: 1fr; }
  .route-directory .region-block, .route-directory .region-block:nth-child(2n) { padding: 11px 10px; border-top: 1px solid var(--line); border-right: 0; }
  .route-directory .region-block:first-child { border-top: 0; }
  .route-directory .country-grid { grid-template-columns: repeat(2,1fr); column-gap: 10px; }
  .route-directory .country-card small, .route-directory .country-card b { display: none; }
  .network-copy { padding: 25px 22px; }
  .network-copy h2 { font-size: 2rem; }
  .office-list { grid-template-columns: 1fr; }
  .office-list article { min-height: 68px; padding: 12px 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .office-list article:last-child { border-bottom: 0; }
  .capability-summary { grid-template-columns: 1fr; padding: 18px; }
  .capability-summary > p { grid-column: auto; margin-top: 0; }
  .brand-strip > div, .about-brands > div { grid-template-columns: 1fr; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-grid article, .answer-grid article:nth-child(2n), .answer-grid article:nth-child(3n), .answer-grid article:nth-last-child(-n+2), .answer-grid article:nth-last-child(-n+3) { min-height: 0; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .answer-grid article:last-child { border-bottom: 0; }
  .faq-list { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .split-panel, .cargo-section, .editorial { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .quote-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .breadcrumbs { margin-bottom: 38px; }
  .country-hero { padding-block: 34px 68px; }
  .country-hero-grid { gap: 38px; }
  .route-summary { padding: 25px; }
  .route-summary dl div { grid-template-columns: 1fr; gap: 3px; }
  .cargo-section ul { grid-template-columns: 1fr; }
  .corridor-callout .shell { align-items: flex-start; flex-direction: column; gap: 24px; }
  .corridor-callout .button { width: 100%; }
  .values { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .whatsapp-float, .hero-actions, .quote-section, .site-footer { display: none !important; }
  body { color: #000; font-size: 11pt; }
  .section, .country-hero { padding-block: 24px; }
}
