:root {
    --ink: #132533;
    --navy: #071c2c;
    --navy-soft: #0d2b40;
    --marine: #123f59;
    --teal: #087f84;
    --teal-bright: #10a6a6;
    --amber: #f2a43a;
    --amber-light: #ffc76f;
    --off: #f4f7f7;
    --surface: #ffffff;
    --surface-soft: #edf3f3;
    --text: #263743;
    --muted: #657681;
    --success: #16734a;
    --warning: #93600b;
    --danger: #b22d23;
    --border: #d8e2e3;
    --border-dark: rgba(255, 255, 255, .14);
    --shadow-sm: 0 10px 30px rgba(7, 28, 44, .07);
    --shadow: 0 24px 70px rgba(7, 28, 44, .14);
    --shadow-deep: 0 30px 90px rgba(2, 18, 30, .28);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --focus: 0 0 0 4px rgba(242, 164, 58, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--off); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.public-site { background: #fff; }
body.portal-body { background: #f1f5f5; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--marine); }
img, svg { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(16, 166, 166, .2); color: var(--navy); }

.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-160%); background: var(--amber); color: var(--navy); padding: 10px 16px; border-radius: 9px; font-weight: 800; }
.skip-link:focus { transform: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 0; box-shadow: var(--focus) !important; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.narrow-container { width: min(760px, calc(100% - 40px)); }
.section-space { padding-block: clamp(76px, 8vw, 124px); }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--amber-light); }
.muted { color: var(--muted); }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
h1, h2, h3, h4 { margin-top: 0; color: var(--navy); font-weight: 780; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.75rem, 5.6vw, 5.75rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.65rem); }
h3 { font-size: 1.28rem; }
p { margin-top: 0; }
.page-intro { max-width: 760px; color: var(--muted); font-size: 1.12rem; line-height: 1.78; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .55fr); gap: 50px; align-items: end; margin-bottom: 46px; }
.section-heading h2 { max-width: 780px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.section-heading.centered { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading.centered > p { margin-top: 16px; }
.section-heading.compact { margin-bottom: 26px; }
.section-heading.compact h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }

.button, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border: 1px solid transparent; border-radius: 999px; padding: 12px 23px; font-weight: 780; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .btn:hover { transform: translateY(-2px); }
.button:disabled, .btn:disabled { opacity: .65; cursor: wait; transform: none; }
.button-primary, .btn-primary { color: #fff; background: var(--teal); border-color: var(--teal); box-shadow: 0 12px 28px rgba(8, 127, 132, .2); }
.button-primary:hover, .btn-primary:hover { color: #fff; background: #066d72; box-shadow: 0 16px 34px rgba(8, 127, 132, .28); }
.button-secondary, .btn-outline-primary { color: var(--navy); background: #fff; border-color: #acc0c2; }
.button-secondary:hover, .btn-outline-primary:hover { color: var(--teal); border-color: var(--teal); }
.button-warning { color: var(--navy); background: var(--amber); border-color: var(--amber); box-shadow: 0 12px 30px rgba(242, 164, 58, .2); }
.button-warning:hover { color: var(--navy); background: var(--amber-light); border-color: var(--amber-light); }
.button-dark { color: #fff; background: var(--navy); }
.button-danger { color: var(--danger); background: #fff4f2; border-color: #edbbb6; }
.button-ghost { color: var(--navy); background: transparent; border-color: var(--border); }
.button-light-outline { color: #fff; background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .54); backdrop-filter: blur(10px); }
.button-light-outline:hover { color: var(--navy); background: #fff; border-color: #fff; }
.button-small { min-height: 39px; padding: 8px 15px; font-size: .84rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--teal); transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

/* Public navigation */
.utility-bar { color: #c8d7dc; background: #04141f; font-size: .78rem; }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 35px; }
.utility-inner div { display: flex; gap: 24px; }
.utility-inner a { color: #fff; text-decoration: none; }
.utility-divider::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 9px 2px 0; border-radius: 50%; background: var(--amber); }
.public-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(7, 28, 44, .08); background: rgba(255, 255, 255, .97); box-shadow: 0 4px 20px rgba(7, 28, 44, .04); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; gap: 30px; min-height: 82px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; width: 284px; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav > a:not(.button) { position: relative; color: var(--navy); font-size: .89rem; font-weight: 740; text-decoration: none; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -12px; left: 0; height: 2px; transform: scaleX(0); background: var(--teal); transition: transform .18s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.main-nav .nav-track { color: var(--teal) !important; }
.main-nav form { margin: 0; }
.menu-toggle { display: none; width: 47px; height: 43px; margin-left: auto; border: 1px solid var(--border); border-radius: 12px; background: #fff; padding: 9px; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--navy); }
.menu-toggle b { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }

/* Homepage */
.hero-premium { position: relative; isolation: isolate; min-height: 735px; display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; }
.hero-backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-premium::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3, 20, 32, .98) 0%, rgba(5, 25, 39, .91) 38%, rgba(5, 25, 39, .46) 67%, rgba(5, 25, 39, .12) 100%); }
.hero-premium::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; z-index: -1; background: linear-gradient(transparent, rgba(3, 20, 32, .3)); }
.hero-content { position: relative; padding-block: 90px 220px; }
.hero-copy-block { max-width: 760px; color: #d9e5e9; }
.hero-kicker { display: inline-flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 17px; padding: 8px 13px; border: 1px solid rgba(255, 255, 255, .23); border-radius: 999px; color: #f7fbfb; background: rgba(4, 22, 34, .55); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-kicker i { width: 4px; height: 4px; border-radius: 50%; background: var(--amber); }
.hero-copy-block h1 { max-width: 750px; margin: 13px 0 26px; color: #fff; font-size: clamp(3.35rem, 6.2vw, 6.4rem); }
.hero-copy-block h1 span { color: var(--amber-light); }
.hero-copy { max-width: 680px; margin-bottom: 34px; color: #d9e5e9; font-size: 1.15rem; line-height: 1.75; }
.hero-tracking-card { position: absolute; right: 32px; bottom: -76px; left: 32px; display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: center; padding: 29px 32px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: #fff; box-shadow: var(--shadow-deep); color: var(--navy); }
.tracking-card-heading { display: flex; gap: 14px; align-items: center; }
.tracking-card-heading strong, .tracking-card-heading small { display: block; }
.tracking-card-heading strong { font-size: 1.07rem; }
.tracking-card-heading small { color: var(--muted); }
.pulse-dot { width: 13px; height: 13px; flex: 0 0 auto; border: 3px solid #bce5e3; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px #e9f7f6; }
.hero-tracking-card form { margin: 0; }
.tracking-inline { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.tracking-inline input { text-transform: uppercase; }
.trust-line { grid-column: 2; display: flex; flex-wrap: wrap; gap: 22px; margin-top: -14px; color: var(--muted); font-size: .78rem; }
.trust-line span::before { content: "✓"; margin-right: 6px; color: var(--teal); font-weight: 900; }
.capability-strip { padding: 126px 0 44px; background: var(--surface-soft); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability-grid > div { display: flex; gap: 15px; align-items: center; min-height: 70px; padding: 8px 25px; border-right: 1px solid #cfdcdc; }
.capability-grid > div:first-child { padding-left: 0; }
.capability-grid > div:last-child { border: 0; }
.capability-grid p { margin: 0; }
.capability-grid strong, .capability-grid small { display: block; }
.capability-grid strong { color: var(--navy); }
.capability-grid small { color: var(--muted); font-size: .76rem; }
.capability-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; color: var(--teal); background: #fff; font-size: .72rem; font-weight: 900; }
.services-showcase { background: #fff; }
.service-visual-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-visual-card { position: relative; display: block; height: clamp(420px, 33vw, 490px); min-height: 0; overflow: hidden; border-radius: 22px; color: #fff; background: var(--navy); box-shadow: var(--shadow-sm); text-decoration: none; isolation: isolate; }
.service-visual-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 15, 24, .05) 25%, rgba(2, 15, 24, .94) 100%); transition: background .25s ease; }
.service-visual-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-picture-land img { object-position: 58% center; }
.service-picture-air img { object-position: 55% center; }
.service-picture-sea img { object-position: 60% center; }
.service-picture-multimodal img { object-position: 50% center; }
.service-visual-card:hover { color: #fff; }
.service-visual-card:hover img { transform: scale(1.045); }
.service-visual-card:hover::after { background: linear-gradient(180deg, rgba(2, 15, 24, .12), rgba(2, 15, 24, .98)); }
.service-visual-card > div { position: absolute; z-index: 2; right: 24px; bottom: 25px; left: 24px; }
.service-visual-card p { margin-bottom: 7px; color: var(--amber-light); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.service-visual-card h3 { margin-bottom: 18px; color: #fff; font-size: 1.45rem; line-height: 1.22; }
.service-visual-card > div > span { font-size: .85rem; font-weight: 760; }
.service-number { position: absolute; z-index: 2; top: 20px; right: 20px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; color: #fff; background: rgba(4, 20, 31, .28); font-size: .72rem; font-weight: 850; backdrop-filter: blur(10px); }
.about-split-section { background: #f3f7f7; }
.feature-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.premium-split h2 { max-width: 650px; }
.image-stack { position: relative; min-height: 560px; }
.image-stack > img { width: 100%; height: 560px; border-radius: 26px; object-fit: cover; box-shadow: var(--shadow); }
.image-float-card { position: absolute; right: -28px; bottom: 34px; max-width: 280px; padding: 21px 24px; border-radius: 16px; color: #dce8eb; background: var(--navy); box-shadow: var(--shadow); }
.image-float-card strong, .image-float-card span { display: block; }
.image-float-card strong { color: #fff; font-size: 1.02rem; }
.image-float-card span { margin-top: 4px; color: #afc2ca; font-size: .78rem; }
.feature-list { display: grid; gap: 7px; margin: 30px 0 34px; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 37px 1fr; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--border); }
.feature-list li > span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--teal); background: #e3f4f3; font-weight: 900; }
.feature-list strong { display: block; color: var(--navy); }
.feature-list p { margin: 3px 0 0; color: var(--muted); font-size: .91rem; }
.process-section, .journey-section { background: #fff; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.premium-process .process-step { position: relative; min-height: 260px; padding: 30px; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.premium-process .process-step:hover { transform: translateY(-5px); border-color: #a9cbcb; box-shadow: var(--shadow-sm); }
.premium-process .process-step > span { display: inline-flex; margin-bottom: 45px; color: var(--teal); font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.premium-process .process-step::after { content: ""; position: absolute; top: 45px; left: 67px; width: calc(100% - 90px); height: 1px; background: linear-gradient(90deg, var(--teal), transparent); }
.premium-process .process-step h3 { margin-bottom: 13px; }
.premium-process .process-step p { color: var(--muted); font-size: .92rem; }
.visibility-section { color: #cbdbe0; background: var(--navy); }
.visibility-section h2 { color: #fff; }
.visibility-section p { font-size: 1.05rem; }
.visibility-points { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 25px; margin: 27px 0 35px; }
.visibility-points span { display: flex; gap: 9px; align-items: center; font-size: .88rem; }
.visibility-points span::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--amber); }
.tracking-preview { padding: 31px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 24px; color: var(--navy); background: #fff; box-shadow: var(--shadow-deep); }
.preview-top { display: flex; justify-content: space-between; margin-bottom: 26px; }
.preview-top span { color: var(--muted); }
.preview-top b { padding: 4px 11px; border-radius: 999px; color: var(--success); background: #e7f5ee; font-size: .78rem; }
.preview-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; margin-bottom: 23px; padding: 18px; border-radius: 15px; background: #f3f7f7; }
.preview-route small, .preview-route strong { display: block; }
.preview-route small { color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.preview-route div:last-child { text-align: right; }
.route-arrow { color: var(--teal); font-size: 1.4rem; }
.tracking-preview .progress-shell { margin-bottom: 27px; }
.preview-event { display: grid; grid-template-columns: 16px 1fr auto; gap: 13px; align-items: start; padding: 15px 0; border-bottom: 1px solid var(--border); }
.preview-event:last-child { border: 0; }
.preview-event i { width: 11px; height: 11px; margin-top: 5px; border: 3px solid #c7d4d5; border-radius: 50%; }
.preview-event.active i { border-color: var(--teal); background: var(--teal); box-shadow: 0 0 0 4px #e1f2f1; }
.preview-event strong, .preview-event small { display: block; }
.preview-event small, .preview-event > span { color: var(--muted); font-size: .72rem; }
.industries-section { background: #f3f7f7; }
.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.industry-grid article { min-height: 215px; padding: 30px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, .62); }
.industry-grid article > span { color: var(--teal); font-size: .72rem; font-weight: 900; }
.industry-grid h3 { margin: 34px 0 10px; }
.industry-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.faq-preview-section { background: #fff; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 21px 44px 21px 0; color: var(--navy); font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 16px; right: 4px; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; color: var(--teal); background: #e9f4f4; font-size: 1.25rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding-right: 45px; color: var(--muted); }
.closing-cta-section { color: #fff; background: #061926; }
.closing-cta { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.closing-cta h2 { max-width: 760px; margin-bottom: 15px; color: #fff; }
.closing-cta p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: #bcd0d7; }
.closing-cta .button-row { flex: 0 0 auto; }

/* Inner marketing pages */
.inner-hero { position: relative; isolation: isolate; min-height: 610px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; background: var(--navy); }
.inner-hero-media { position: absolute; inset: 0; z-index: -2; }
.inner-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.inner-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 21, 33, .97), rgba(4, 21, 33, .72) 55%, rgba(4, 21, 33, .25)); }
.inner-hero-content { padding-block: 55px 72px; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin-bottom: 75px; color: #bfd0d6; font-size: .78rem; }
.breadcrumbs a { color: #fff; text-decoration: none; }
.inner-hero h1 { max-width: 900px; margin: 12px 0 20px; color: #fff; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.inner-hero-content > p:not(.eyebrow) { max-width: 760px; color: #d4e1e5; font-size: 1.12rem; }
.inner-hero .button-row { margin-top: 30px; }
.page-highlights { padding-block: 68px; background: #fff; }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.highlight-grid.count-4 { grid-template-columns: repeat(4, 1fr); }
.highlight-grid article { min-height: 205px; padding: 10px 34px; border-right: 1px solid var(--border); }
.highlight-grid article:first-child { padding-left: 0; }
.highlight-grid article:last-child { border-right: 0; }
.highlight-grid article > span { color: var(--teal); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.highlight-grid h2 { margin: 37px 0 13px; font-size: 1.42rem; }
.highlight-grid p { margin: 0; color: var(--muted); font-size: .91rem; }
.page-feature { background: #f3f7f7; }
.page-feature .image-stack > img { object-position: center; }
.check-list { display: grid; gap: 13px; margin: 29px 0 35px; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: center; color: var(--navy); font-weight: 680; }
.check-list li span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--teal); background: #dcefee; font-size: .75rem; font-weight: 900; }
.page-details { background: #f3f7f7; }
.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.detail-card-grid article { min-height: 235px; padding: 31px; border: 1px solid var(--border); border-radius: 18px; background: #fff; }
.detail-mark { display: block; width: 43px; height: 4px; margin-bottom: 49px; border-radius: 99px; background: linear-gradient(90deg, var(--amber), var(--teal)); }
.detail-card-grid p { color: var(--muted); font-size: .92rem; }

/* Footer */
.site-footer { padding: 0 0 26px; color: #b9ccd3; background: #03131e; }
.footer-cta { display: flex; justify-content: space-between; gap: 45px; align-items: center; padding: 65px 0; border-bottom: 1px solid var(--border-dark); }
.footer-cta h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2rem, 3.2vw, 3.3rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding: 64px 0 50px; }
.site-footer h3 { margin-bottom: 22px; color: #fff; font-size: .97rem; letter-spacing: -.01em; }
.footer-brand img { width: 255px; margin-bottom: 20px; padding: 9px 12px; border-radius: 11px; background: #fff; }
.footer-brand p { max-width: 360px; }
.footer-brand > a { color: var(--amber-light); font-weight: 750; }
.footer-links { display: grid; gap: 11px; }
.site-footer a { color: #bfd0d6; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer .button-warning, .site-footer .button-warning:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid var(--border-dark); color: #8299a2; font-size: .78rem; }
.footer-bottom div { display: flex; gap: 20px; }

/* Forms and shared UI */
.card { border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.form-card { padding: 34px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .87rem; font-weight: 740; }
label span { color: var(--teal); }
label small { color: var(--muted); font-weight: 500; }
.form-control, .form-select, input, select, textarea { width: 100%; min-height: 51px; padding: 11px 14px; border: 1px solid #b9c9ca; border-radius: 11px; color: var(--text); background: #fff; box-shadow: inset 0 1px 2px rgba(7, 28, 44, .025); transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
input::placeholder, textarea::placeholder { color: #8b9a9f; }
input:hover, select:hover, textarea:hover { border-color: #8eaaac; }
input:focus, select:focus, textarea:focus { border-color: var(--teal); background: #fff; }
textarea { min-height: 145px; resize: vertical; }
select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg, transparent 50%, var(--teal) 50%), linear-gradient(135deg, var(--teal) 50%, transparent 50%); background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
input[type="checkbox"], input[type="radio"] { appearance: none; display: inline-grid; place-content: center; width: 21px; height: 21px; min-height: 21px; flex: 0 0 21px; margin: 0 9px 0 0; padding: 0; vertical-align: -5px; border: 1.5px solid #91a7a9; background: #fff; box-shadow: none; cursor: pointer; }
input[type="checkbox"] { border-radius: 6px; }
input[type="radio"] { border-radius: 50%; }
input[type="checkbox"]::before { content: ""; width: 11px; height: 7px; transform: rotate(-45deg) scale(0); margin-top: -2px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; transition: transform .12s ease; }
input[type="radio"]::before { content: ""; width: 9px; height: 9px; transform: scale(0); border-radius: 50%; background: #fff; transition: transform .12s ease; }
input[type="checkbox"]:checked, input[type="radio"]:checked { border-color: var(--teal); background: var(--teal); }
input[type="checkbox"]:checked::before { transform: rotate(-45deg) scale(1); }
input[type="radio"]:checked::before { transform: scale(1); }
label:has(input[type="checkbox"]), label:has(input[type="radio"]) { display: flex; align-items: flex-start; gap: 2px; width: fit-content; margin: 9px 0; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.field-full { grid-column: 1 / -1; }
.field-help { margin-top: 6px; color: var(--muted); font-size: .78rem; }
.form-heading { margin-bottom: 28px; }
.form-heading h2 { margin-bottom: 10px; }
.form-heading p:last-child { color: var(--muted); }
.errors, .alert { padding: 15px 18px; margin-bottom: 18px; border-radius: 13px; }
.alert-success { color: #0c603c; border: 1px solid #9ad5b9; background: #e7f7ef; }
.alert-danger, .errors { color: #8b231c; border: 1px solid #efb5b0; background: #fff1ef; }
.alert-warning { color: #6e4908; border: 1px solid #e8c471; background: #fff8e7; }
.errors ul { margin: 5px 0 0; padding-left: 20px; }
.flash-top { padding-top: 18px; }
.flash-stack { margin-bottom: 18px; }
.status-badge { display: inline-flex; align-items: center; gap: 7px; padding: 6px 11px; border-radius: 999px; color: var(--success); background: #e7f5ee; font-size: .78rem; font-weight: 850; text-transform: capitalize; }
.status-badge::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status-warning { color: var(--warning); background: #fff4da; }
.status-danger { color: var(--danger); background: #fff0ee; }
.mode-badge { display: inline-flex; padding: 4px 9px; border-radius: 7px; color: var(--marine); background: #e9f0f2; font-size: .74rem; font-weight: 800; text-transform: capitalize; }
.progress-shell { height: 9px; overflow: hidden; border-radius: 999px; background: #dae5e5; }
.progress-fill { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--teal-bright)); }
.table-wrap { overflow: auto; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(7, 28, 44, .03); }
table.data-table { width: 100%; min-width: 760px; border-collapse: collapse; }
table.data-table th, table.data-table td { padding: 15px 16px; border-bottom: 1px solid #e2eaea; text-align: left; vertical-align: top; }
table.data-table th { color: #536871; background: #f3f7f7; font-size: .72rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
table.data-table tr:last-child td { border-bottom: 0; }
table.data-table tbody tr { transition: background .15s ease; }
table.data-table tbody tr:hover { background: #f8fbfb; }
.empty-state { padding: 46px; text-align: center; color: var(--muted); }

/* Tracking */
.tracking-hero { position: relative; isolation: isolate; min-height: 500px; display: flex; align-items: center; overflow: hidden; color: #d7e4e8; background: var(--navy); }
.tracking-hero-media { position: absolute; inset: 0; z-index: -2; }
.tracking-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.tracking-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4, 21, 33, .97), rgba(4, 21, 33, .72), rgba(4, 21, 33, .34)); }
.tracking-hero-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; padding-block: 65px; }
.tracking-hero h1 { margin-bottom: 17px; color: #fff; font-size: clamp(2.8rem, 4.8vw, 4.75rem); }
.tracking-hero-inner > div > p:last-child { max-width: 540px; }
.tracking-search-card { padding: 29px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow-deep); color: var(--navy); }
.tracking-search-card > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.tracking-search-card > div:first-child span, .tracking-search-card > small { color: var(--muted); font-size: .75rem; }
.tracking-search-card label { font-size: 1rem; }
.tracking-search-card > small { display: block; margin-top: 10px; }
.premium-empty { padding: 64px; }
.empty-icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 22px; border-radius: 50%; color: var(--teal); background: #e8f4f4; font-size: 1.5rem; font-weight: 850; }
.premium-empty h2 { font-size: 2.2rem; }
.premium-empty .button-row { justify-content: center; margin-top: 27px; }
.tracking-result { background: #f3f7f7; }
.tracking-summary-card { padding: 34px; border-radius: 22px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.tracking-summary-card h2 { margin-bottom: 14px; color: #fff; }
.tracking-summary-card .status-badge { color: #70d8bb; background: rgba(112, 216, 187, .12); }
.result-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 30px; align-items: start; }
.last-update { text-align: right; }
.last-update span, .last-update strong { display: block; }
.last-update span { color: #9fb5be; font-size: .76rem; }
.progress-meta { display: flex; justify-content: space-between; margin: 28px 0 8px; color: #c0d1d7; font-size: .8rem; }
.tracking-summary-card .progress-shell { background: rgba(255, 255, 255, .15); }
.exception-alert { display: grid; grid-template-columns: 42px 1fr; gap: 13px; margin-top: 20px; }
.exception-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: #fff; background: var(--warning); font-weight: 900; }
.exception-alert p { margin: 4px 0; }
.tracking-section { padding: 65px 0 0; }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.detail { min-height: 122px; padding: 20px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.detail > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: .7rem; font-weight: 760; letter-spacing: .045em; text-transform: uppercase; }
.detail strong { display: block; color: var(--navy); line-height: 1.4; }
.detail strong b { color: var(--teal); }
.detail small { display: block; margin-top: 5px; color: var(--muted); }
.timeline { position: relative; margin-top: 30px; }
.timeline::before { content: ""; position: absolute; top: 5px; bottom: 5px; left: 14px; width: 2px; background: #cbdadb; }
.timeline-event { position: relative; padding: 0 0 18px 52px; }
.timeline-dot { position: absolute; z-index: 1; top: 26px; left: 5px; width: 20px; height: 20px; border: 5px solid var(--teal); border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px #e1eeee; }
.timeline-event:first-child .timeline-dot { border-color: var(--amber); }
.timeline-card { display: grid; grid-template-columns: minmax(220px, .5fr) 1fr auto; gap: 28px; align-items: center; padding: 22px 25px; border: 1px solid var(--border); border-radius: 15px; background: #fff; }
.timeline-card h3 { margin: 0 0 5px; font-size: 1rem; }
.timeline-card time { color: var(--muted); font-size: .72rem; }
.timeline-card p { margin: 0; color: var(--muted); font-size: .88rem; }
.timeline-location { color: var(--teal); font-size: .76rem; font-weight: 750; text-align: right; }
.map { height: 430px; overflow: hidden; border: 1px solid var(--border); border-radius: 19px; background: #eaf0f1; box-shadow: var(--shadow-sm); }
.proof-card { padding: 38px !important; border-radius: 22px; color: #c8dbdf; background: var(--navy); }
.proof-card h2 { color: #fff; }
.proof-card .detail { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .14); }
.proof-card .detail span { color: #a9bec6; }
.proof-card .detail strong { color: #fff; }
.tracking-actions { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 65px; padding: 29px; border-radius: 17px; background: #e4eded; }
.tracking-actions strong, .tracking-actions span { display: block; }
.tracking-actions span { color: var(--muted); font-size: .84rem; }

/* Contact */
.contact-hero { padding: 60px 0 80px; color: #d5e2e6; background: var(--navy); }
.contact-hero .breadcrumbs { margin-bottom: 60px; }
.contact-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.contact-hero h1 { max-width: 840px; margin-bottom: 22px; color: #fff; }
.contact-hero-grid > div:first-child > p:last-child { max-width: 650px; }
.contact-quick { padding: 27px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 17px; background: rgba(255, 255, 255, .05); }
.contact-quick span, .contact-quick a, .contact-quick small { display: block; }
.contact-quick span { color: #9eb4bc; font-size: .76rem; text-transform: uppercase; }
.contact-quick a { margin: 9px 0; color: var(--amber-light); font-size: 1.14rem; font-weight: 750; text-decoration: none; word-break: break-word; }
.contact-quick small { color: #bcd0d6; }
.contact-section { background: #f3f7f7; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); gap: 65px; align-items: start; }
.contact-form { padding: 42px; }
.contact-form .button { margin-top: 25px; }
.contact-aside { padding-top: 25px; }
.contact-steps { margin: 33px 0; padding: 0; list-style: none; }
.contact-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid var(--border); }
.contact-steps li > span { color: var(--teal); font-size: .74rem; font-weight: 900; }
.contact-steps strong { color: var(--navy); }
.contact-steps p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.contact-note { padding: 25px; border-radius: 16px; color: #c5d7dc; background: var(--navy); }
.contact-note strong { color: #fff; }
.contact-note p { margin: 6px 0 12px; font-size: .86rem; }
.contact-note .text-link { color: var(--amber-light); }
.contact-services { background: #fff; }

/* Authentication */
.auth-shell { min-height: 720px; padding: 75px 32px; }
.premium-auth-shell { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(450px, 1.1fr); gap: 0; width: min(1120px, calc(100% - 48px)); min-height: 700px; margin-inline: auto; }
.auth-visual { position: relative; isolation: isolate; min-height: 640px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 26px 0 0 26px; padding: 47px; color: #d4e2e5; background: var(--navy); }
.auth-visual::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3, 18, 29, .12), rgba(3, 18, 29, .95)); }
.auth-visual img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.auth-visual h2 { color: #fff; font-size: clamp(2rem, 3vw, 3.05rem); }
.auth-visual ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; }
.auth-visual li::before { content: "✓"; margin-right: 9px; color: var(--amber); font-weight: 900; }
.auth-card { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 55px; border-left: 0; border-radius: 0 26px 26px 0; box-shadow: var(--shadow); }
.auth-card h1 { margin-bottom: 13px; font-size: clamp(2.4rem, 4vw, 3.5rem); }
.auth-heading { margin-bottom: 27px; }
.auth-heading > p:last-child { color: var(--muted); }
.auth-card form { display: grid; gap: 17px; }
.auth-card form > .button { width: 100%; margin-top: 8px; }
.auth-card > .button { width: 100%; }
.label-row { display: flex; justify-content: space-between; gap: 20px; }
.label-row a { font-size: .8rem; font-weight: 720; }
.auth-divider { display: flex; align-items: center; gap: 15px; margin: 24px 0 17px; color: var(--muted); font-size: .76rem; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--border); }
.security-note { margin: 24px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.auth-switch { margin: 24px 0 0; color: var(--muted); text-align: center; }
.auth-card-wide { padding: 42px 50px; }

/* Portal and administrative views */
.layout-shell { display: grid; grid-template-columns: 284px minmax(0, 1fr); min-height: 100vh; }
.sidebar { position: sticky; top: 0; height: 100vh; overflow-y: auto; padding: 24px 16px 17px; color: #d3e0e4; background: #061a29; scrollbar-width: thin; scrollbar-color: #355060 transparent; }
.sidebar-brand-wrap { padding: 0 6px 18px; border-bottom: 1px solid rgba(255, 255, 255, .09); }
.sidebar .brand { width: 100%; padding: 8px 10px; border-radius: 11px; background: #fff; }
.sidebar-brand-wrap > span { display: block; margin: 13px 10px 0; color: #7f9aa5; font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.sidebar nav { display: grid; gap: 3px; }
.sidebar nav a, .sidebar-footer a { display: flex; align-items: center; justify-content: space-between; min-height: 39px; padding: 8px 12px; border-radius: 9px; color: #c6d6dc; font-size: .82rem; font-weight: 650; text-decoration: none; transition: background .15s ease, color .15s ease; }
.sidebar nav a:hover, .sidebar nav a.active, .sidebar-footer a:hover { color: #fff; background: rgba(255, 255, 255, .09); }
.sidebar nav a.active { box-shadow: inset 3px 0 var(--teal-bright); }
.sidebar nav a b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 6px; color: var(--navy); background: var(--amber); }
.sidebar-section { margin: 22px 12px 6px; color: #6f8b96; font-size: .62rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.sidebar-footer { margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .09); }
.workspace { min-width: 0; }
.workspace-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 75px; padding: 11px 28px; border-bottom: 1px solid var(--border); background: rgba(255, 255, 255, .96); backdrop-filter: blur(16px); }
.workspace-header-left, .workspace-user { display: flex; align-items: center; gap: 13px; }
.workspace-header-left small, .workspace-header-left strong, .workspace-user small, .workspace-user strong { display: block; }
.workspace-header-left small, .workspace-user small { color: var(--muted); font-size: .68rem; }
.workspace-header-left strong, .workspace-user strong { color: var(--navy); font-size: .88rem; }
.user-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #fff; background: linear-gradient(135deg, var(--teal), var(--marine)); font-weight: 850; }
.workspace-user form { margin-left: 6px; }
.workspace-main { max-width: 1600px; padding: 36px; }
.workspace-main > header { margin-bottom: 27px; }
.workspace-title { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.admin-mobile-toggle { display: none; width: 42px; height: 39px; border: 1px solid var(--border); border-radius: 10px; background: #fff; }
.admin-mobile-toggle span { display: block; width: 19px; height: 2px; margin: 4px auto; background: var(--navy); }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.metric-card { position: relative; overflow: hidden; min-height: 120px; padding: 20px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 8px 24px rgba(7, 28, 44, .035); }
.metric-card::after { content: ""; position: absolute; top: 0; right: 0; width: 52px; height: 4px; background: linear-gradient(90deg, var(--amber), var(--teal)); }
.metric-card span { color: var(--muted); font-size: .7rem; font-weight: 760; letter-spacing: .04em; text-transform: uppercase; }
.metric-card strong { display: block; margin-top: 14px; color: var(--navy); font-size: 1.85rem; line-height: 1; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.dashboard-grid > .card, .dashboard-grid > article .card { padding: 24px; }
.chart-card { height: 390px; padding: 24px; }
.chart-card h2 { font-size: 1.25rem; }
.chart-card canvas { max-height: 300px; }
.filter-bar { display: grid; grid-template-columns: repeat(5, minmax(125px, 1fr)); gap: 13px; align-items: end; margin: 20px 0; padding: 20px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.filter-bar label { font-size: .72rem; }
.filter-bar input, .filter-bar select { min-height: 43px; }
.filter-bar .button { min-height: 43px; }
.pager { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 15px; }
.tabs { display: flex; gap: 3px; overflow-x: auto; margin: 25px 0; border-bottom: 1px solid var(--border); }
.tab-button { flex: 0 0 auto; padding: 12px 15px; border: 0; border-bottom: 3px solid transparent; color: var(--muted); background: transparent; font-size: .85rem; font-weight: 800; }
.tab-button.active { color: var(--teal); border-color: var(--teal); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.tab-panel > .form-card, .workspace-main > .form-card { margin-top: 17px; }
.wizard-progress { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; margin: 22px 0; }
.wizard-step-indicator { height: 8px; border-radius: 99px; background: #d7e2e3; }
.wizard-step-indicator.active, .wizard-step-indicator.done { background: linear-gradient(90deg, var(--teal), var(--teal-bright)); }
.wizard-panel { display: none; min-height: 490px; }
.wizard-panel.active { display: block; }
.wizard-panel h2 { font-size: 2rem; }
.repeat-card { margin-bottom: 16px; padding: 22px; border: 1px solid var(--border); border-radius: 15px; background: #f7fafa; }
.danger-zone { padding: 20px; border: 1px solid #efb6b1; border-radius: 15px; background: #fff7f6; }
.mobile-only { display: none; }

@media (max-width: 1180px) {
    .container { width: min(100% - 42px, 1280px); }
    .main-nav { gap: 17px; }
    .main-nav > a:not(.button) { font-size: .83rem; }
    .brand { width: 225px; }
    .service-visual-grid { grid-template-columns: repeat(2, 1fr); }
    .service-visual-card { height: clamp(390px, 54vw, 470px); }
    .metric-grid { grid-template-columns: repeat(3, 1fr); }
    .filter-bar { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
    .utility-bar { display: none; }
    .menu-toggle { display: block; }
    .header-inner { min-height: 76px; }
    .main-nav { display: none; position: absolute; top: 76px; right: 0; left: 0; max-height: calc(100vh - 76px); overflow-y: auto; padding: 20px; border-top: 1px solid var(--border); background: #fff; box-shadow: var(--shadow); }
    .main-nav.open { display: grid; gap: 6px; }
    .main-nav > a:not(.button) { padding: 10px 4px; font-size: .95rem; }
    .main-nav > a:not(.button)::after { bottom: 2px; }
    .main-nav form, .main-nav .button { width: 100%; }
    .hero-premium { min-height: 780px; }
    .hero-content { padding-block: 76px 235px; }
    .hero-tracking-card { grid-template-columns: 1fr; }
    .trust-line { grid-column: 1; margin-top: -10px; }
    .capability-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .capability-grid > div { border: 0; padding: 10px; }
    .feature-split, .tracking-hero-inner, .contact-hero-grid, .contact-layout { grid-template-columns: 1fr; }
    .image-stack { min-height: 480px; }
    .image-stack > img { height: 480px; }
    .process { grid-template-columns: repeat(2, 1fr); }
    .industry-grid { grid-template-columns: repeat(2, 1fr); }
    .highlight-grid, .highlight-grid.count-4 { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
    .highlight-grid article:nth-child(2) { border-right: 0; }
    .detail-card-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
    .footer-grid section:last-child { grid-column: 2; }
    .tracking-hero-inner { gap: 35px; }
    .contact-hero-grid { gap: 35px; }
    .contact-layout { gap: 45px; }
    .premium-auth-shell { grid-template-columns: 1fr; width: min(720px, calc(100% - 36px)); }
    .auth-visual { min-height: 380px; border-radius: 24px 24px 0 0; }
    .auth-card { border-top: 0; border-left: 1px solid var(--border); border-radius: 0 0 24px 24px; }
    .layout-shell { display: block; }
    .sidebar { position: fixed; z-index: 1300; top: 0; left: 0; width: 284px; transform: translateX(-105%); transition: transform .22s ease; box-shadow: var(--shadow-deep); }
    .sidebar.open { transform: none; }
    .admin-mobile-toggle { display: block; }
    .dashboard-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .container { width: min(100% - 28px, 1280px); }
    .section-space { padding-block: 70px; }
    .section-heading { grid-template-columns: 1fr; gap: 17px; margin-bottom: 32px; }
    .brand { width: 206px; }
    .hero-premium { min-height: 830px; align-items: flex-start; }
    .hero-premium::before { background: linear-gradient(90deg, rgba(3, 20, 32, .97), rgba(3, 20, 32, .75)); }
    .hero-content { padding-top: 58px; }
    .hero-copy-block h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
    .hero-tracking-card { right: 14px; bottom: -135px; left: 14px; padding: 25px; }
    .tracking-inline { grid-template-columns: 1fr; }
    .trust-line { gap: 9px 17px; }
    .capability-strip { padding-top: 184px; }
    .capability-grid { grid-template-columns: 1fr; }
    .service-visual-grid { grid-template-columns: 1fr; }
    .service-visual-card { height: clamp(350px, 112vw, 430px); }
    .image-stack { min-height: 390px; }
    .image-stack > img { height: 390px; }
    .image-float-card { right: 14px; bottom: 14px; }
    .process, .industry-grid, .highlight-grid, .highlight-grid.count-4, .detail-card-grid { grid-template-columns: 1fr; }
    .highlight-grid article, .highlight-grid article:first-child { min-height: 0; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--border); }
    .highlight-grid h2 { margin-top: 18px; }
    .visibility-points { grid-template-columns: 1fr; }
    .preview-route { grid-template-columns: 1fr; }
    .preview-route div:last-child { text-align: left; }
    .route-arrow { transform: rotate(90deg); }
    .closing-cta, .footer-cta { flex-direction: column; align-items: flex-start; }
    .closing-cta .button-row { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
    .footer-grid section:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .inner-hero { min-height: 650px; }
    .breadcrumbs { margin-bottom: 52px; }
    .inner-hero h1 { font-size: clamp(2.75rem, 12vw, 4.4rem); }
    .contact-hero h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
    .contact-form { padding: 28px; }
    .form-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .auth-shell { padding: 45px 0; }
    .premium-auth-shell { width: min(100% - 24px, 720px); }
    .auth-visual { min-height: 330px; padding: 30px; }
    .auth-card, .auth-card-wide { padding: 34px 25px; }
    .result-head { grid-template-columns: 1fr; }
    .last-update { text-align: left; }
    .detail-grid { grid-template-columns: 1fr 1fr; }
    .timeline-card { grid-template-columns: 1fr; gap: 8px; }
    .timeline-location { text-align: left; }
    .tracking-actions { flex-direction: column; align-items: flex-start; }
    .workspace-header { padding: 10px 14px; }
    .workspace-user > div { display: none; }
    .workspace-main { padding: 23px 15px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .filter-bar { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
    .container { width: min(100% - 22px, 1280px); }
    .brand { width: 186px; }
    .button-row > .button, .button-row > .btn { width: 100%; }
    .hero-premium { min-height: 870px; }
    .hero-tracking-card { right: 10px; left: 10px; }
    .tracking-preview { padding: 21px; }
    .footer-grid { grid-template-columns: 1fr; }
    .contact-quick a { font-size: .95rem; }
    .detail-grid, .metric-grid, .filter-bar { grid-template-columns: 1fr; }
    .premium-empty { padding: 38px 22px; }
    .tracking-summary-card { padding: 25px; }
    .timeline-event { padding-left: 42px; }
    .timeline::before { left: 10px; }
    .timeline-dot { left: 1px; }
    .workspace-user .button { min-width: 0; padding-inline: 12px; }
    .chart-card { height: 340px; }
    .pager { flex-direction: column; align-items: stretch; }
}

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

/* 2026 Safe Middle Logistics interface refresh */
:root {
    --navy: #061b2b;
    --navy-soft: #0b3047;
    --marine: #164d68;
    --teal: #087e83;
    --teal-bright: #19a5a0;
    --amber: #f3a629;
    --amber-light: #ffd27f;
    --off: #f4f7f6;
    --surface-soft: #edf3f2;
    --text: #243743;
    --muted: #62747e;
    --border: #d5e1e1;
    --shadow-sm: 0 12px 34px rgba(6, 27, 43, .08);
    --shadow: 0 28px 80px rgba(6, 27, 43, .15);
}

.demo-badge { display: inline-flex; align-items: center; width: fit-content; padding: 6px 11px; border: 1px solid #d9931c; border-radius: 999px; color: #694000; background: #fff5db; font-size: .67rem; font-weight: 900; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; }
.demo-badge::before { content: ""; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--amber); }
.demo-badge-light { margin-bottom: 18px; color: #fff1cb; border-color: rgba(255, 210, 127, .55); background: rgba(3, 19, 30, .54); backdrop-filter: blur(9px); }
.header-demo-badge { flex: 0 0 auto; margin-left: 5px; }
.public-header.scrolled { box-shadow: 0 12px 34px rgba(6, 27, 43, .12); }
.hero-backdrop picture, .inner-hero-media picture, .tracking-hero-media picture, .contact-hero-media picture, .global-operations-media picture, .auth-visual picture, .service-visual-card picture, .image-stack picture { display: block; width: 100%; height: 100%; }
.hero-picture img, .hero-backdrop img, .inner-hero-media img, .tracking-hero-media img, .contact-hero-media img, .global-operations-media img, .auth-visual picture img, .service-visual-card picture img, .image-stack picture img { width: 100%; height: 100%; object-fit: cover; }
.hero-content { padding-block: 82px 215px; }
.hero-copy-block > .eyebrow { margin-top: 2px; }
.service-visual-card picture { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.service-visual-card:focus-visible { outline: 4px solid var(--amber); outline-offset: 4px; }
.service-visual-card > div, .service-number { pointer-events: none; }

.multimodal-story { background: #f3f7f7; }
.route-ribbon { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 27px 0; }
.route-ribbon span { padding: 10px 14px; border: 1px solid #bad1d1; border-radius: 999px; color: var(--navy); background: #fff; font-size: .8rem; font-weight: 800; }
.route-ribbon b { color: var(--teal); }
.operational-section { background: #fff; }
.demo-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.demo-stat-grid article { min-height: 170px; padding: 29px; border: 1px solid var(--border); border-radius: 18px; background: linear-gradient(145deg, #fff, #f2f7f6); box-shadow: var(--shadow-sm); }
.demo-stat-grid strong, .demo-stat-grid span { display: block; }
.demo-stat-grid strong { color: var(--navy); font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1; }
.demo-stat-grid span { max-width: 150px; margin-top: 28px; color: var(--muted); font-size: .77rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.global-operations { position: relative; isolation: isolate; min-height: 600px; display: flex; align-items: center; overflow: hidden; color: #d4e2e6; background: var(--navy); }
.global-operations-media { position: absolute; inset: 0; z-index: -2; }
.global-operations::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2, 17, 28, .97), rgba(2, 17, 28, .73) 58%, rgba(2, 17, 28, .25)); }
.global-operations-content { padding-block: 80px; }
.global-operations h2 { max-width: 820px; color: #fff; }
.global-operations p:not(.eyebrow) { max-width: 650px; margin-bottom: 30px; font-size: 1.04rem; }

.page-introduction { padding-block: 50px; border-bottom: 1px solid var(--border); background: #fff; }
.section-kicker { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.editorial-lead { max-width: 960px; margin: 0; color: var(--navy); font-size: clamp(1.4rem, 2.5vw, 2.25rem); font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }
.page-variant-route-right .page-feature .feature-split > :first-child { order: 2; }
.page-variant-cinematic .inner-hero, .page-variant-notice .inner-hero { min-height: 680px; }
.page-variant-product .inner-hero-media img { object-position: center 60%; }
.route-story-section { color: #c8d9df; background: var(--navy); }
.route-story-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr); gap: clamp(45px, 8vw, 110px); align-items: center; }
.route-story-grid h2 { color: #fff; }
.route-story-grid > div:first-child > p:not(.eyebrow) { max-width: 720px; }
.route-flow { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 33px; }
.route-flow span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.19); border-radius: 9px; color: #fff; background: rgba(255,255,255,.06); font-size: .78rem; font-weight: 770; }
.route-flow b { color: var(--amber); }
.milestone-panel { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.06); box-shadow: var(--shadow-deep); }
.milestone-panel ol { position: relative; display: grid; gap: 20px; margin: 25px 0 0; padding: 0; list-style: none; }
.milestone-panel ol::before { content: ""; position: absolute; top: 6px; bottom: 6px; left: 7px; width: 2px; background: rgba(255,255,255,.17); }
.milestone-panel li { position: relative; display: flex; gap: 15px; align-items: center; color: #fff; font-weight: 720; }
.milestone-panel li span { z-index: 1; width: 16px; height: 16px; flex: 0 0 auto; border: 4px solid var(--amber); border-radius: 50%; background: var(--navy); }

.academic-notice { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; padding: 25px 0; border-top: 1px solid var(--border-dark); }
.academic-notice p { max-width: 900px; margin: 0; color: #9fb4bc; font-size: .81rem; }

.contact-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--navy); }
.contact-hero-media { position: absolute; inset: 0; z-index: -2; }
.contact-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(3,19,30,.97), rgba(3,19,30,.8) 60%, rgba(3,19,30,.45)); }
.contact-hero-grid { min-height: 380px; }

.tracking-number-line { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 4px 0 14px; }
.tracking-number-line code { color: var(--amber-light); font-size: clamp(1rem, 2vw, 1.3rem); letter-spacing: .04em; }
.copy-button { min-height: 32px; padding: 4px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); font-size: .7rem; font-weight: 800; }
.last-update .print-button { margin-top: 15px; color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.07); }
.detail-emphasis { border-color: #9fc8c7; background: #effafa; }
.tracking-explainer { background: #fff; }
.tracking-trust { background: #f3f7f7; }

.demo-form-notice { display: grid; gap: 2px; margin: -8px 0 22px; padding: 13px 15px; border-left: 3px solid var(--amber); border-radius: 0 10px 10px 0; color: #694000; background: #fff8e8; font-size: .78rem; }
.demo-form-notice span { color: #75664d; }
.password-field { position: relative; }
.password-field input { padding-right: 70px; }
.password-field button { position: absolute; top: 50%; right: 7px; min-width: 53px; min-height: 37px; transform: translateY(-50%); border: 0; border-radius: 8px; color: var(--teal); background: #edf6f5; font-size: .72rem; font-weight: 850; }

.sidebar nav a { justify-content: flex-start; gap: 10px; }
.sidebar nav a > span:last-child { min-width: 0; }
.nav-icon { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border: 1px solid rgba(255,255,255,.09); border-radius: 7px; color: #9fb8c1; font-size: .77rem; font-weight: 900; }
.sidebar nav a.active .nav-icon, .sidebar nav a:hover .nav-icon { color: var(--amber-light); border-color: rgba(255,210,127,.25); }
.sidebar-collapse-toggle { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--border); border-radius: 9px; color: var(--teal); background: #fff; font-size: 1.35rem; line-height: 1; }
.workspace-demo { margin-left: 5px; color: #95610a; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.demo-workspace-notice { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; padding: 10px 14px; border: 1px solid #ead29b; border-radius: 10px; color: #77561e; background: #fff9e9; font-size: .74rem; }
.demo-workspace-notice strong { color: #66440b; }
.demo-workspace-notice a { margin-left: auto; font-weight: 800; }
.sidebar-backdrop { display: none; }
.layout-shell.sidebar-collapsed { grid-template-columns: 86px minmax(0, 1fr); }
.layout-shell.sidebar-collapsed .sidebar { padding-inline: 10px; }
.layout-shell.sidebar-collapsed .sidebar .brand { width: 58px; overflow: hidden; }
.layout-shell.sidebar-collapsed .sidebar .brand img { width: 220px; max-width: none; }
.layout-shell.sidebar-collapsed .sidebar-brand-wrap > span, .layout-shell.sidebar-collapsed .sidebar-section, .layout-shell.sidebar-collapsed .sidebar nav a > span:last-child, .layout-shell.sidebar-collapsed .sidebar-footer span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.layout-shell.sidebar-collapsed .sidebar nav a { justify-content: center; }
.layout-shell.sidebar-collapsed .sidebar-collapse-toggle { transform: rotate(180deg); }
.layout-shell, .sidebar { transition: grid-template-columns .2s ease, width .2s ease, padding .2s ease; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }
.toast-message { position: fixed; z-index: 2000; right: 20px; bottom: 20px; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--navy); box-shadow: var(--shadow); font-size: .82rem; font-weight: 750; }

@media (max-width: 1180px) {
    .header-demo-badge { display: none; }
    .demo-stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
    .page-variant-route-right .page-feature .feature-split > :first-child { order: initial; }
    .route-story-grid { grid-template-columns: 1fr; }
    .sidebar-collapse-toggle { display: none; }
    .sidebar-backdrop { position: fixed; z-index: 1200; inset: 0; border: 0; background: rgba(1, 12, 20, .55); }
    .sidebar.open + .sidebar-backdrop { display: block; }
}

@media (max-width: 720px) {
    .demo-stat-grid { grid-template-columns: 1fr 1fr; }
    .route-flow { align-items: stretch; flex-direction: column; }
    .route-flow b { transform: rotate(90deg); align-self: flex-start; margin-left: 18px; }
    .academic-notice { grid-template-columns: 1fr; }
    .demo-workspace-notice { align-items: flex-start; flex-wrap: wrap; }
    .demo-workspace-notice a { margin-left: 0; }
}

@media (max-width: 480px) {
    .demo-stat-grid { grid-template-columns: 1fr; }
    .global-operations { min-height: 660px; }
    .workspace-demo { display: none; }
    .demo-workspace-notice span { flex-basis: 100%; }
}

@media print {
    .utility-bar, .public-header, .site-footer, .tracking-hero, .tracking-actions, .print-button, .copy-button, .button { display: none !important; }
    body, .tracking-result { color: #111; background: #fff !important; }
    .tracking-result { padding: 0; }
    .tracking-section { break-inside: avoid; }
    .tracking-summary-card { color: #111; background: #fff; border: 2px solid #111; box-shadow: none; }
    .tracking-summary-card h2, .tracking-number-line code { color: #111; }
}

@media (prefers-reduced-motion: reduce) {
    [data-reveal] { opacity: 1; transform: none; }
}

/* Homepage tracker: normal document flow prevents clipping and section overlap. */
.hero-premium { min-height: auto; align-items: stretch; }
.hero-content { display: flex; flex-direction: column; justify-content: center; padding-block: clamp(72px, 7vw, 104px) clamp(44px, 5vw, 70px); }
.hero-tracking-card {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: clamp(44px, 5vw, 66px);
    grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr);
    column-gap: clamp(22px, 3vw, 38px);
    row-gap: 14px;
    padding: clamp(24px, 2.5vw, 34px);
}
.hero-tracking-card form { min-width: 0; }
.hero-tracking-card .tracking-inline { min-width: 0; }
.hero-tracking-card .tracking-inline input { min-width: 0; }
.hero-tracking-card .trust-line { grid-column: 2; margin-top: 0; }
.capability-strip { padding: clamp(30px, 4vw, 46px) 0; }

@media (max-width: 960px) {
    .hero-content { padding-block: 66px 48px; }
    .hero-tracking-card { grid-template-columns: 1fr; margin-top: 46px; }
    .hero-tracking-card .trust-line { grid-column: 1; }
}

@media (max-width: 720px) {
    .hero-content { padding-block: 52px 38px; }
    .hero-tracking-card { margin-top: 38px; padding: 23px 20px; border-radius: 18px; }
    .hero-tracking-card .tracking-inline { grid-template-columns: 1fr; }
    .hero-tracking-card .tracking-inline .button { width: 100%; }
    .hero-tracking-card .trust-line { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 14px; }
    .capability-strip { padding-block: 28px; }
}

@media (max-width: 480px) {
    .hero-content { padding-block: 44px 32px; }
    .hero-tracking-card { margin-top: 32px; padding: 21px 17px; }
    .hero-tracking-card .trust-line { grid-template-columns: 1fr; }
}
