/* TE Express modern website */
:root {
  --navy-950: #071827;
  --navy-900: #0b2440;
  --navy-800: #123a60;
  --blue-700: #075f9e;
  --blue-600: #0879c2;
  --blue-100: #e9f4fb;
  --red-600: #e42d3d;
  --red-700: #c91d2d;
  --ink: #14283b;
  --muted: #607386;
  --line: #dfe7ed;
  --soft: #f4f7f9;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(7, 24, 39, .08);
  --shadow-lg: 0 28px 70px rgba(7, 24, 39, .16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: min(1180px, calc(100% - 48px));
  --font: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
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(--navy-950); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.4vw, 5.6rem); }
h2 { font-size: clamp(2.2rem, 4.4vw, 3.8rem); }
h3 { font-size: 1.55rem; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.narrow-container { max-width: 900px; }
.centered { text-align: center; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; color: white; background: var(--navy-950); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid rgba(8, 121, 194, .45); outline-offset: 3px; }

.topbar { color: #dbe8f3; background: var(--navy-950); font-size: .78rem; letter-spacing: .025em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar-links { display: flex; align-items: center; gap: 28px; }
.topbar-links > span { display: flex; align-items: center; gap: 8px; }
.topbar-links i, .footer-cities i { width: 3px; height: 3px; display: inline-block; flex: 0 0 3px; background: var(--red-600); border-radius: 50%; }
.topbar a { color: white; font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(223,231,237,.82); backdrop-filter: blur(18px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 180px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a { position: relative; color: #334b61; font-size: .92rem; font-weight: 650; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--red-600); transition: right .25s ease; }
.primary-nav > a:hover, .primary-nav > a.is-active { color: var(--navy-950); }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { right: 0; }
.primary-nav .nav-cta { padding: 11px 18px; color: white; background: var(--red-600); border-radius: 9px; box-shadow: 0 8px 18px rgba(228,45,61,.2); }
.primary-nav .nav-cta:hover { background: var(--red-700); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--navy-950); transition: transform .25s ease, opacity .25s ease; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid transparent; border-radius: 10px; font-size: .94rem; font-weight: 750; line-height: 1.2; transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red-600); box-shadow: 0 14px 30px rgba(228,45,61,.25); }
.button-primary:hover { background: var(--red-700); }
.button-dark { color: white; background: var(--navy-950); }
.button-dark:hover { background: var(--navy-800); }
.button-white { color: var(--navy-950); background: white; }
.button-ghost { color: white; border-color: rgba(255,255,255,.48); background: rgba(7,24,39,.2); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.12); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.35); }
.button-outline-light:hover { border-color: white; background: rgba(255,255,255,.08); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: .92rem; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-700); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--red-600); }
.eyebrow span { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }
.eyebrow-light { color: #eaf5fb; }
.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; gap: 90px; align-items: end; }
.centered.section-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.centered.section-heading .eyebrow { justify-content: center; }
.centered.section-heading > p { margin: 18px auto 0; }
.section-heading.compact { margin-bottom: 38px; }

.hero { min-height: 715px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy-950); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,19,32,.94) 0%, rgba(5,19,32,.78) 43%, rgba(5,19,32,.32) 72%, rgba(5,19,32,.36) 100%), linear-gradient(0deg, rgba(5,19,32,.28), transparent 50%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.22fr) minmax(330px,.62fr); gap: 74px; align-items: center; padding-block: 74px; }
.hero-copy { max-width: 760px; color: #e7f0f7; }
.hero h1 { max-width: 820px; margin-bottom: 24px; color: white; font-size: clamp(3.2rem, 6.1vw, 5.4rem); }
.hero-intro { max-width: 690px; margin-bottom: 34px; color: #d2e0ea; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { max-width: 780px; display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 1px; margin-top: 54px; background: rgba(255,255,255,.2); }
.hero-proof > div { min-width: 0; padding: 0 14px; background: rgba(5,19,32,.66); }
.hero-proof > div:nth-child(6n + 1) { padding-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: white; font-size: .96rem; }
.hero-proof span { margin-top: 2px; color: #aebfcb; font-size: .76rem; }
.hero-track-card { padding: 34px; color: var(--muted); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.7); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.hero-track-card h2 { margin-bottom: 14px; font-size: 2rem; }
.hero-track-card > p:not(.card-kicker) { margin-bottom: 26px; }
.card-kicker, .form-kicker { margin-bottom: 9px; color: var(--red-600); font-size: .73rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.compact-track-form { margin-bottom: 18px; }
.compact-track-form label, .tracking-form label { display: block; margin-bottom: 8px; color: var(--ink); font-size: .8rem; font-weight: 750; }
.input-action { display: flex; padding: 5px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.input-action input { min-width: 0; flex: 1; padding: 11px 12px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.input-action button { padding: 0 18px; color: white; border: 0; background: var(--navy-950); border-radius: 7px; font-size: .85rem; font-weight: 750; }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; padding: 31px 0; background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-item { display: flex; gap: 18px; align-items: flex-start; padding: 0 35px; border-right: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; border-right: 0; }
.trust-number { color: var(--red-600); font-size: .74rem; font-weight: 850; letter-spacing: .08em; }
.trust-item strong { display: block; margin-bottom: 3px; color: var(--navy-950); }
.trust-item p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.5; }

.services-section { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.service-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: var(--shadow-lg); }
.service-media { height: 235px; overflow: hidden; background: var(--soft); }
.service-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-media img { transform: scale(1.04); }
.service-body { padding: 29px; }
.service-index { display: block; margin-bottom: 15px; color: var(--blue-700); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.service-body h3 { margin-bottom: 13px; }
.service-body > p { min-height: 78px; color: var(--muted); font-size: .94rem; }
.service-body ul { margin: 22px 0 26px; padding: 20px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-body li { position: relative; margin: 8px 0; padding-left: 18px; color: #3f556a; font-size: .88rem; }
.service-body li::before { content: ""; position: absolute; left: 0; top: .68em; width: 5px; height: 5px; background: var(--red-600); border-radius: 50%; }

.about-preview { background: var(--soft); }
.feature-grid { display: grid; grid-template-columns: .98fr 1.02fr; gap: 85px; align-items: center; }
.feature-media { position: relative; min-height: 620px; }
.feature-media > img { width: 100%; height: 620px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.feature-badge { position: absolute; right: -24px; bottom: 38px; width: 210px; padding: 24px; color: white; background: var(--navy-950); border-radius: 16px; box-shadow: var(--shadow-lg); }
.feature-badge strong, .feature-badge span { display: block; }
.feature-badge strong { margin-bottom: 3px; font-size: 1.2rem; }
.feature-badge span { color: #b5c6d2; font-size: .78rem; }
.feature-copy h2 { margin-bottom: 25px; }
.feature-copy > p { color: var(--muted); font-size: 1.03rem; }
.check-list { margin: 32px 0 38px; }
.check-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid #d7e1e8; }
.check-list > div:last-child { border-bottom: 1px solid #d7e1e8; }
.check-list span { color: var(--red-600); font-size: .72rem; font-weight: 850; }
.check-list p { margin: 0; color: var(--muted); font-size: .89rem; }
.check-list strong { display: block; color: var(--navy-950); font-size: .97rem; }

.process-section { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.process-grid li { position: relative; min-height: 250px; padding: 27px 30px; border-left: 1px solid var(--line); }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid li::before { content: ""; position: absolute; left: -5px; top: 0; width: 9px; height: 9px; background: var(--red-600); border: 4px solid white; box-shadow: 0 0 0 1px var(--line); border-radius: 50%; }
.process-grid span { color: var(--blue-700); font-size: .74rem; font-weight: 850; letter-spacing: .12em; }
.process-grid h3 { margin: 58px 0 12px; font-size: 1.25rem; }
.process-grid p { color: var(--muted); font-size: .9rem; }

.partners-section { padding-top: 70px; background: var(--soft); }
.partner-grid { display: grid; grid-template-columns: repeat(8,1fr); gap: 12px; }
.partner-grid img { width: 100%; height: 88px; object-fit: contain; padding: 12px; background: white; border: 1px solid var(--line); border-radius: 10px; filter: grayscale(1); opacity: .72; transition: filter .25s ease, opacity .25s ease; }
.partner-grid img:hover { filter: grayscale(0); opacity: 1; }
.cta-section { padding: 82px 0; color: white; background: linear-gradient(125deg, var(--navy-950), var(--navy-800)); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-inner h2 { max-width: 650px; margin: 0; color: white; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.page-hero { position: relative; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg, #edf5fa 0%, white 62%); }
.page-hero::after { content: ""; position: absolute; right: -14vw; top: -38%; width: 55vw; height: 55vw; border: 1px solid rgba(8,121,194,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(8,121,194,.025), 0 0 0 110px rgba(8,121,194,.02); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .67fr; gap: 100px; align-items: center; }
.page-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 5.6vw, 5rem); }
.page-hero .page-hero-grid > div:first-child > p:last-child { max-width: 700px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.page-hero-stat { padding: 34px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.page-hero-stat span, .contact-quick-card span { display: block; margin-bottom: 12px; color: var(--blue-700); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.page-hero-stat strong { color: var(--navy-950); font-size: clamp(1.35rem,2.5vw,2rem); line-height: 1.35; }
.compact-page-hero { padding: 95px 0 90px; }
.compact-page-hero .centered { position: relative; z-index: 1; max-width: 780px; }
.compact-page-hero .eyebrow { justify-content: center; }
.compact-page-hero h1 { margin-bottom: 19px; }
.compact-page-hero p:last-child { color: var(--muted); font-size: 1.08rem; }

.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.story-copy h2 { margin-bottom: 27px; }
.story-copy > p { color: var(--muted); font-size: 1.02rem; }
.story-images { min-height: 570px; position: relative; }
.story-image-main { width: 82%; height: 500px; margin-left: auto; object-fit: cover; border-radius: var(--radius-lg); }
.story-image-small { position: absolute; left: 0; bottom: 0; width: 46%; height: 255px; object-fit: cover; border: 10px solid white; border-radius: 22px; box-shadow: var(--shadow-lg); }
.values-section { background: var(--soft); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.value-card { min-height: 290px; padding: 35px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); }
.value-card > span { color: var(--red-600); font-size: .72rem; font-weight: 850; }
.value-card h3 { margin: 65px 0 15px; font-size: 1.7rem; }
.value-card p { margin: 0; color: var(--muted); }
.network-section { padding: 105px 0; color: white; background: var(--navy-950) url("../../static/home/bg2.png") center/cover no-repeat; background-blend-mode: soft-light; }
.network-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 100px; align-items: end; }
.network-grid h2 { margin: 0; color: white; }
.network-grid > div:last-child p { margin-bottom: 28px; color: #ccdae4; font-size: 1.05rem; }

.tracking-section { min-height: 520px; background: white; }
.tracking-form { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.tracking-input-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.tracking-input-row input { min-width: 0; height: 54px; padding: 0 17px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--soft); }
.tracking-input-row input:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(8,121,194,.12); }
.tracking-status { min-height: 35px; padding: 19px 3px 0; color: var(--muted); font-size: .9rem; }
.tracking-status.is-error { color: var(--red-700); }
.tracking-status.is-loading::before { content: ""; display: inline-block; width: 13px; height: 13px; margin-right: 9px; border: 2px solid var(--line); border-top-color: var(--blue-600); border-radius: 50%; animation: spin .75s linear infinite; vertical-align: -2px; }
.consignment-card { margin-top: 22px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.consignment-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.consignment-head span { color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.consignment-head h2 { margin: 3px 0 0; font-size: 1.7rem; }
.consignment-route { color: var(--muted); font-size: .86rem; text-align: right; }
.tracking-timeline { margin: 0; padding: 30px 0 0; list-style: none; }
.timeline-event { position: relative; display: grid; grid-template-columns: 24px 1fr auto; gap: 18px; padding: 0 0 30px; }
.timeline-event:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 17px; bottom: -1px; width: 1px; background: var(--line); }
.timeline-dot { position: relative; z-index: 1; width: 13px; height: 13px; margin-top: 5px; background: white; border: 3px solid var(--blue-600); border-radius: 50%; }
.timeline-event:last-child .timeline-dot { border-color: var(--red-600); }
.timeline-event h3 { margin: 0 0 5px; font-size: 1rem; letter-spacing: -.01em; }
.timeline-event p { margin: 0; color: var(--muted); font-size: .86rem; }
.timeline-time { color: var(--muted); font-size: .8rem; text-align: right; }
.pod-image { max-width: 160px; max-height: 110px; margin-top: 13px; border: 1px solid var(--line); border-radius: 8px; object-fit: cover; }
.tracking-help { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 45px; padding: 25px 0; border-top: 1px solid var(--line); }
.tracking-help strong { color: var(--navy-950); }
.tracking-help p { margin: 2px 0 0; color: var(--muted); font-size: .88rem; }

.contact-page-hero { padding-bottom: 125px; }
.contact-quick-card { position: relative; z-index: 1; padding: 34px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.contact-quick-card a { display: block; color: var(--navy-950); font-size: clamp(2rem,3vw,3rem); font-weight: 800; letter-spacing: -.04em; }
.contact-quick-card p { margin: 8px 0 0; }
.contact-section { padding-top: 0; background: linear-gradient(white 0 70px, var(--soft) 70px); }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 85px; align-items: start; }
.contact-details { padding-top: 115px; }
.contact-details h2 { font-size: clamp(2rem,3.7vw,3.1rem); }
.contact-details > p { color: var(--muted); }
.contact-details dl { margin: 45px 0 0; }
.contact-details dl > div { display: grid; grid-template-columns: 105px 1fr; padding: 19px 0; border-top: 1px solid var(--line); }
.contact-details dl > div:last-child { border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .76rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.contact-details dd { margin: 0; color: var(--navy-950); font-size: .92rem; font-weight: 650; }
.form-card { position: relative; z-index: 2; margin-top: -58px; padding: 48px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.form-card h2 { margin-bottom: 32px; font-size: 2.3rem; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.field { display: flex; flex-direction: column; }
.field-full { grid-column: 1 / -1; }
.field label { margin-bottom: 7px; color: var(--ink); font-size: .79rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; outline: 0; background: var(--soft); transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.field input, .field select { height: 50px; }
.field textarea { resize: vertical; min-height: 135px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-600); background: white; box-shadow: 0 0 0 3px rgba(8,121,194,.1); }
.verification-field { max-width: 210px; }
.spam-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-submit { margin-top: 30px; min-width: 170px; border: 0; }
.form-submit[disabled] { opacity: .62; cursor: wait; transform: none; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: .78rem; }
.form-note.is-error { color: var(--red-700); }
.form-success { padding: 70px 30px; text-align: center; }
.success-mark { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 26px; color: white; background: var(--blue-600); border-radius: 50%; font-size: 1.8rem; }
.form-success .form-kicker { margin-bottom: 8px; }
.form-success p { color: var(--muted); }
.form-success .button { margin-top: 18px; }

.site-footer { padding: 72px 0 25px; color: #c4d1db; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 60px; padding-bottom: 58px; }
.footer-brand img { width: 190px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 350px; color: #9db0bf; }
.footer-grid h2 { margin-bottom: 18px; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: block; margin: 9px 0; color: #bdcbd6; font-size: .88rem; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; }
.footer-grid .footer-phone { color: white !important; font-size: 1.25rem !important; font-weight: 800; }
.footer-grid > div:last-child p { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 8px; color: #879dac; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #8296a5; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.toast { position: fixed; z-index: 300; right: 20px; bottom: 20px; max-width: min(380px,calc(100% - 40px)); padding: 14px 18px; color: white; background: var(--navy-950); border-radius: 10px; box-shadow: var(--shadow-lg); opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s ease, transform .25s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.toast.is-error { background: var(--red-700); }
.noscript { padding: 14px; color: white; background: var(--red-700); text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 960px); }
  .primary-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 350px; gap: 42px; }
  .hero-proof { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hero-proof > div:nth-child(3n + 1) { padding-left: 0; }
  .service-grid { gap: 15px; }
  .service-body { padding: 24px; }
  .feature-grid, .story-grid { gap: 55px; }
  .feature-badge { right: -10px; }
  .partner-grid { grid-template-columns: repeat(4,1fr); }
  .contact-layout { gap: 55px; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 36px, 760px); }
  .topbar-inner > p { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .site-header { top: 0; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 100px 32px 45px; background: white; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > a { padding: 12px 0; font-size: 1.35rem; }
  .primary-nav > a:not(.nav-cta) { border-bottom: 1px solid var(--line); }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav .nav-cta { margin-top: 22px; padding: 15px; text-align: center; font-size: 1rem; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 82px 0; }
  .hero h1 { font-size: clamp(3rem,11vw,5rem); }
  .hero-copy { max-width: 720px; }
  .hero-track-card { max-width: 520px; }
  .trust-grid { grid-template-columns: 1fr; gap: 20px; }
  .trust-item, .trust-item:first-child, .trust-item:last-child { padding: 0; border-right: 0; }
  .trust-item:not(:last-child) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .section { padding: 85px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-media { height: 100%; min-height: 360px; }
  .service-body > p { min-height: auto; }
  .feature-grid, .story-grid { grid-template-columns: 1fr; }
  .feature-media { max-width: 680px; min-height: 500px; }
  .feature-media > img { height: 500px; }
  .feature-badge { right: 20px; }
  .process-grid { grid-template-columns: repeat(2,1fr); row-gap: 30px; }
  .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { justify-content: flex-start; }
  .page-hero-grid, .network-grid { grid-template-columns: 1fr; gap: 50px; }
  .page-hero-stat, .contact-quick-card { max-width: 520px; }
  .story-images { max-width: 680px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; }
  .value-card h3 { margin-top: 35px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-details { padding-top: 0; }
  .form-card { margin-top: 0; }
  .contact-section { padding-top: 85px; background: var(--soft); }
  .footer-grid { grid-template-columns: 1.5fr repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  body { font-size: 15px; }
  .topbar-links > span { display: none; }
  .header-inner { height: 70px; }
  .brand img { width: 150px; }
  .hero-grid { padding: 64px 0; }
  .hero h1 { font-size: clamp(2.75rem,13vw,4rem); }
  .hero-proof { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; background: transparent; }
  .hero-proof > div { padding: 0; background: transparent; }
  .hero-track-card { padding: 25px; }
  .hero-actions, .cta-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .cta-actions .button { width: 100%; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 35px; }
  .service-card { display: block; }
  .service-media { height: 240px; min-height: 0; }
  .feature-media { min-height: 390px; }
  .feature-media > img { height: 390px; }
  .feature-badge { right: 12px; bottom: 16px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:nth-child(2), .process-grid li:last-child { border-right: 0; }
  .process-grid li { min-height: 205px; }
  .process-grid h3 { margin-top: 40px; }
  .partner-grid { grid-template-columns: repeat(2,1fr); }
  .cta-section { padding: 65px 0; }
  .page-hero { padding: 78px 0; }
  .page-hero h1 { font-size: clamp(2.7rem,12vw,4rem); }
  .story-images { min-height: 420px; }
  .story-image-main { width: 92%; height: 370px; }
  .story-image-small { width: 52%; height: 180px; border-width: 6px; }
  .network-section { padding: 78px 0; }
  .tracking-form, .consignment-card { padding: 21px; }
  .tracking-input-row { grid-template-columns: 1fr; }
  .timeline-event { grid-template-columns: 20px 1fr; gap: 13px; }
  .timeline-time { grid-column: 2; text-align: left; }
  .consignment-head { flex-direction: column; }
  .consignment-route { text-align: left; }
  .tracking-help { align-items: flex-start; flex-direction: column; }
  .form-card { padding: 28px 20px; border-radius: 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .verification-field { max-width: none; }
  .form-submit { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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