@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap');

:root {
  --blue: #00428d;
  --navy: #062954;
  --accent-blue: #003575;
  --ink: #142b49;
  --muted: #657890;
  --line: #d7e1ec;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); font-family: Manrope, Arial, sans-serif; background: #f4f8fc; }
a { color: inherit; }
.page-shell { min-height: 100vh; overflow: hidden; background: linear-gradient(125deg, #f4f8fc 10%, #fff 57%, #edf4fa); }
.site-header, .hero, .site-footer { width: min(1120px, calc(100% - 48px)); margin: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--blue); text-decoration: none; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--accent-blue); font-size: 15px; font-weight: 800; transform: rotate(-7deg); }
.brand-name { font-size: 13px; font-weight: 800; line-height: 1.05; letter-spacing: .08em; }
.brand-name b { font-size: 11px; letter-spacing: .22em; }
.language-switch { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.language-switch button { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; font: inherit; }
.language-switch button.active { color: var(--blue); }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding: 80px 0 112px; }
.hero-copy { max-width: 610px; }
.kicker { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
h1 { max-width: 590px; margin: 0; color: var(--navy); font-size: clamp(44px, 6vw, 72px); line-height: 1.04; letter-spacing: 0; }
.lead { max-width: 500px; margin: 24px 0 38px; color: var(--muted); font-size: 17px; line-height: 1.7; }
label { display: block; margin-bottom: 10px; color: var(--navy); font-size: 13px; font-weight: 800; }
.input-wrap { display: flex; max-width: 610px; padding: 6px; background: white; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 18px 40px rgba(0, 66, 141, .12); }
input { min-width: 0; flex: 1; padding: 15px 16px; color: var(--ink); border: 0; outline: 0; font: inherit; font-size: 15px; }
input:focus { box-shadow: inset 0 0 0 2px #dce8f5; }
.input-wrap button { padding: 0 23px; color: #fff; background: var(--accent-blue); border: 0; border-radius: 4px; cursor: pointer; font: inherit; font-weight: 800; white-space: nowrap; }
.input-wrap button span { margin-left: 8px; font-size: 18px; }
.form-message { margin: 10px 0 0; color: #b42318; font-size: 13px; }
.tracking-result { width: min(1120px, calc(100% - 48px)); margin: -48px auto 56px; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 16px 35px rgba(0, 66, 141, .08); }
.order-result + .order-result { margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--line); }
.result-heading { margin: 0 0 16px; color: var(--navy); font-size: 20px; }
.result-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 12px; margin: 0; }
.result-item { padding: 14px; background: #f5f8fb; border-left: 3px solid var(--accent-blue); }.result-item dt { margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }.result-item dd { margin: 0; font-weight: 700; }
.journey { margin-top: 28px; }.journey h3 { margin: 0 0 14px; color: var(--navy); font-size: 16px; }.journey-list { position: relative; display: grid; gap: 0; margin: 0; padding: 0 0 0 22px; list-style: none; }.journey-list::before { position: absolute; top: 8px; bottom: 8px; left: 5px; width: 2px; background: var(--line); content: ''; }.journey-list li { position: relative; display: grid; grid-template-columns: minmax(130px, .35fr) 1fr; gap: 14px; padding: 0 0 15px; }.journey-list li::before { position: absolute; top: 4px; left: -22px; width: 12px; height: 12px; background: var(--accent-blue); border: 2px solid var(--blue); border-radius: 50%; content: ''; }.journey-list time { color: var(--muted); font-size: 12px; }.journey-list span { font-size: 13px; font-weight: 700; }.journey-empty { margin: 0; color: var(--muted); font-size: 13px; }
.route-art { position: relative; min-height: 350px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.route-path { position: absolute; top: 45%; left: 12%; width: 76%; border-top: 2px dashed var(--blue); transform: rotate(-19deg); transform-origin: left; }
.route-dot { position: absolute; z-index: 1; width: 14px; height: 14px; background: var(--accent-blue); border: 3px solid var(--blue); border-radius: 50%; }
.dot-a { top: 70%; left: 9%; } .dot-b { top: 18%; right: 9%; }
.city { position: absolute; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; }.city-a { bottom: 23%; left: 4%; }.city-b { top: 11%; right: 0; }
.parcel { position: absolute; top: 31%; left: 42%; display: grid; width: 100px; height: 100px; place-items: center; color: #fff; background: var(--accent-blue); font-size: 21px; font-weight: 800; transform: rotate(8deg); box-shadow: 12px 12px 0 var(--navy); }
.site-footer { display: flex; gap: 11px; align-items: center; padding: 22px 0 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: 12px; }.site-footer a { color: var(--blue); font-weight: 800; text-decoration: none; }.site-footer i { width: 4px; height: 4px; background: #adbac8; border-radius: 50%; }
@media (max-width: 700px) { .site-header, .hero, .site-footer, .tracking-result { width: min(100% - 32px, 560px); }.site-header { padding: 22px 0; }.hero { display: block; padding: 55px 0 60px; } h1 { font-size: 47px; }.lead { font-size: 15px; }.input-wrap { display: block; padding: 8px; }.input-wrap input, .input-wrap button { width: 100%; min-height: 50px; }.route-art { min-height: 190px; margin-top: 64px; }.parcel { width: 72px; height: 72px; font-size: 16px; }.tracking-result { margin-top: -20px; }.site-footer { flex-wrap: wrap; } }