[hidden] { display: none !important; }

:root {
  --navy: #062f63;
  --blue: #0876ce;
  --blue-dark: #052b58;
  --yellow: #ffc928;
  --coral: #f15c4b;
  --ink: #10253f;
  --muted: #5f7084;
  --line: #dfe7ee;
  --pale: #f3f7fa;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(5, 43, 88, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.utility-bar { background: var(--blue-dark); color: #d9e9f8; font-size: 12px; letter-spacing: .02em; }
.utility-inner { height: 34px; display: flex; align-items: center; justify-content: space-between; }
.utility-note { opacity: .74; }

.site-header, .legal-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(6,47,99,.1);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); flex: 0 0 auto; }
.brand > span:last-child { display: flex; align-items: baseline; gap: 5px; }
.brand strong { font-size: 20px; letter-spacing: -.03em; }
.brand small { color: var(--coral); font-weight: 850; font-size: 10px; letter-spacing: .14em; }
.brand-mark { position: relative; width: 34px; height: 34px; background: var(--blue); border-radius: 6px 16px 6px 6px; overflow: hidden; }
.brand-mark::after { content: ""; position: absolute; right: -4px; bottom: -7px; width: 22px; height: 22px; background: var(--coral); transform: rotate(45deg); }
.brand-mark i { position: absolute; right: -7px; top: -8px; width: 25px; height: 25px; border-radius: 50%; background: var(--yellow); z-index: 1; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: #31455b; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.header-call { border: 0; border-radius: 7px; background: var(--blue); color: white; min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; gap: 9px; font-weight: 800; font-size: 14px; cursor: pointer; box-shadow: 0 8px 20px rgba(8,118,206,.18); }
.header-call:hover { background: #0568b7; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: white; }
.hero::before { content: ""; position: absolute; left: -120px; top: -120px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.hero-grid { position: relative; z-index: 2; min-height: 620px; padding: 76px 0 96px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; }
.eyebrow, .section-label { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: #b9dcf8; }
.eyebrow span { width: 22px; height: 3px; background: var(--yellow); border-radius: 10px; }
.hero h1 { font-size: clamp(48px, 5.4vw, 74px); line-height: .98; letter-spacing: -.055em; margin: 22px 0 24px; max-width: 700px; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-lede { max-width: 590px; color: #d4e2f0; font-size: 18px; line-height: 1.65; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { border: 0; min-height: 52px; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 0 21px; font-weight: 820; font-size: 14px; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: var(--navy); box-shadow: 0 10px 25px rgba(255,201,40,.2); }
.button-primary:hover { background: #ffd34c; }
.button-secondary { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.23); }
.button-secondary:hover { background: rgba(255,255,255,.13); }
.button-icon { font-size: 18px; }
.trust-row { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 18px; color: #c0d2e2; font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { color: var(--yellow); font-size: 14px; }

.support-card-wrap { position: relative; max-width: 450px; justify-self: end; width: 100%; }
.support-card-wrap::before { content: ""; position: absolute; inset: -26px 20px 24px -28px; border-radius: 22px; background: var(--yellow); transform: rotate(-2deg); }
.support-card { position: relative; z-index: 2; background: white; color: var(--ink); border-radius: 14px; padding: 34px; box-shadow: 0 28px 70px rgba(1,25,55,.32); }
.card-kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #27af72; box-shadow: 0 0 0 4px rgba(39,175,114,.12); display: inline-block; }
.support-card h2 { font-size: 28px; letter-spacing: -.035em; margin: 15px 0 7px; }
.support-card > p { font-size: 14px; color: var(--muted); line-height: 1.55; margin: 0 0 24px; }
.support-card label { display: block; font-size: 11px; color: #475b70; font-weight: 800; margin-bottom: 8px; }
.tracking-field { display: grid; grid-template-columns: 1fr 48px; border: 1.5px solid #b9c8d5; border-radius: 7px; overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.tracking-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,118,206,.12); }
.tracking-field input { width: 100%; min-width: 0; height: 48px; border: 0; outline: 0; padding: 0 14px; color: var(--ink); }
.tracking-field input::placeholder { color: #92a1af; }
.tracking-field button { border: 0; background: var(--blue); color: white; font-size: 22px; font-weight: 700; cursor: pointer; }
.track-message { margin-top: 12px; padding: 11px 12px; border-left: 3px solid var(--yellow); background: #fff9e6; color: #4f5560; font-size: 12px; line-height: 1.45; }
.support-separator { position: relative; text-align: center; color: #8a9baa; font-size: 11px; margin: 19px 0 13px; }
.support-separator::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.support-separator span { position: relative; padding: 0 9px; background: white; }
.text-call { width: 100%; border: 0; background: transparent; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; align-items: center; text-align: left; padding: 4px 0; cursor: pointer; }
.agent-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--navy); color: white; display: grid; place-items: center; font-size: 11px; font-weight: 900; border: 3px solid #dce9f5; }
.text-call strong, .text-call small { display: block; }
.text-call strong { font-size: 13px; }
.text-call small { color: var(--muted); font-size: 11px; margin-top: 3px; }
.text-call > b { color: var(--blue); }
.parcel-cube { position: absolute; z-index: 4; right: -28px; bottom: -38px; width: 76px; height: 70px; background: var(--coral); color: white; display: grid; place-items: center; transform: rotate(6deg); border-radius: 8px; box-shadow: 0 15px 30px rgba(0,0,0,.19); border-top: 13px solid #ff7f71; }
.parcel-cube span { font-size: 24px; font-weight: 900; transform: rotate(-6deg); }
.route-dots { position: absolute; z-index: 3; left: -63px; top: -31px; display: flex; gap: 9px; transform: rotate(18deg); }
.route-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }
.hero-wave { position: absolute; z-index: 1; left: -3%; right: -3%; bottom: -51px; height: 96px; background: var(--pale); border-radius: 50% 50% 0 0 / 65% 65% 0 0; }

.help-section { background: var(--pale); padding: 90px 0 108px; }
.split-heading { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading h2, .faq-intro h2 { font-size: clamp(35px, 4vw, 50px); line-height: 1.05; letter-spacing: -.045em; margin: 14px 0 0; color: var(--navy); }
.split-heading > p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; overflow: hidden; min-height: 262px; padding: 26px; border: 1px solid #dce6ee; border-radius: 10px; background: white; text-align: left; display: flex; flex-direction: column; align-items: flex-start; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card::after { content: ""; position: absolute; right: -30px; top: -30px; width: 90px; height: 90px; border-radius: 50%; background: #f1f7fc; transition: transform .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #b6d4eb; box-shadow: 0 14px 35px rgba(5,43,88,.09); }
.service-card:hover::after { transform: scale(1.35); background: #fff2c6; }
.service-code { position: relative; z-index: 1; width: 40px; height: 40px; border-radius: 7px; display: grid; place-items: center; background: #e8f3fc; color: var(--blue); font-size: 12px; font-weight: 900; margin-bottom: 22px; }
.service-tag { color: var(--coral); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-card > strong { font-size: 19px; letter-spacing: -.025em; margin: 7px 0 9px; color: var(--navy); }
.service-copy { color: var(--muted); font-size: 13px; line-height: 1.55; }
.service-link { margin-top: auto; padding-top: 20px; color: var(--blue); font-size: 12px; font-weight: 850; }
.service-link b { margin-left: 4px; }

.process-section { padding: 110px 0; background: var(--navy); color: white; }
.process-grid { display: grid; grid-template-columns: 1fr 440px; gap: 100px; align-items: center; }
.light-label { color: #9cccf0; }
.process-copy h2 { font-size: clamp(40px, 4.7vw, 60px); line-height: 1.03; letter-spacing: -.05em; margin: 16px 0 22px; }
.process-copy > p { color: #c1d2e1; line-height: 1.7; font-size: 15px; max-width: 580px; }
.steps { display: grid; gap: 22px; margin-top: 36px; }
.step { display: grid; grid-template-columns: 38px 1fr; align-items: start; gap: 15px; }
.step > span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.22); color: var(--yellow); border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.step strong, .step small { display: block; }
.step strong { font-size: 15px; margin-bottom: 4px; }
.step small { color: #a9bfd2; font-size: 12px; line-height: 1.5; }
.human-card { background: var(--yellow); color: var(--ink); border-radius: 14px; overflow: hidden; box-shadow: 0 28px 60px rgba(0,0,0,.24); transform: rotate(1deg); }
.human-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 19px; font-size: 10px; font-weight: 750; border-bottom: 1px solid rgba(16,37,63,.14); }
.availability { display: inline-flex; align-items: center; gap: 7px; }
.availability i { display: inline-block; width: 7px; height: 7px; background: #24a56c; border-radius: 50%; }
.human-visual { position: relative; height: 176px; display: grid; place-items: center; background: #ffcf3f; overflow: hidden; }
.human-visual::before, .human-visual::after { content: ""; position: absolute; border: 2px solid rgba(6,47,99,.12); border-radius: 50%; width: 250px; height: 250px; }
.human-visual::after { width: 165px; height: 165px; }
.face { position: relative; z-index: 2; width: 86px; height: 86px; border-radius: 50%; border: 7px solid white; display: grid; place-items: center; background: var(--blue); color: white; font-size: 34px; font-weight: 900; box-shadow: 0 10px 28px rgba(5,43,88,.22); }
.chat-bubble { position: absolute; z-index: 3; right: 28px; top: 30px; background: white; border-radius: 15px 15px 15px 3px; padding: 10px 13px; font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(5,43,88,.13); }
.human-card-copy { background: white; padding: 26px 28px 29px; }
.human-card-copy > span { color: var(--coral); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.human-card-copy h3 { color: var(--navy); font-size: 26px; margin: 7px 0 7px; letter-spacing: -.035em; }
.human-card-copy p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.button-coral { background: var(--coral); color: white; width: 100%; }
.button-coral:hover { background: #dc4b3b; }

.faq-section { padding: 108px 0; }
.faq-grid { display: grid; grid-template-columns: 390px 1fr; gap: 105px; align-items: start; }
.faq-intro p { color: var(--muted); line-height: 1.65; margin: 20px 0; }
.inline-button { border: 0; background: transparent; padding: 0 0 5px; border-bottom: 2px solid var(--yellow); color: var(--blue); font-weight: 850; font-size: 13px; cursor: pointer; }
.faq-list details { border-top: 1px solid var(--line); padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; min-height: 76px; display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; font-weight: 800; color: var(--navy); font-size: 16px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; border-radius: 50%; background: #edf5fb; color: var(--blue); display: grid; place-items: center; font-size: 18px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--yellow); color: var(--navy); }
.faq-list details p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: -4px 50px 24px 0; }

.final-cta { background: var(--blue); color: white; }
.final-cta-inner { min-height: 190px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta h2 { font-size: clamp(34px, 4vw, 48px); letter-spacing: -.045em; margin: 10px 0 0; }
.button-yellow { background: var(--yellow); color: var(--navy); white-space: nowrap; }
.button-yellow:hover { background: white; }

footer { background: #041f40; color: white; }
.footer-top { padding: 48px 0 38px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 34px; }
.brand-footer { color: white; }
.footer-top > p { margin: 0; color: #92abc1; font-size: 13px; }
.footer-top nav { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-top nav a { color: #c2d2df; font-size: 12px; }
.footer-top nav a:hover { color: var(--yellow); }
.footer-bottom { min-height: 60px; border-top: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #7894ac; font-size: 10px; }

.floating-help { position: fixed; right: 22px; bottom: 22px; z-index: 35; min-width: 104px; height: 48px; padding: 0 16px; border-radius: 30px; border: 3px solid white; background: var(--coral); color: white; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 12px 32px rgba(5,43,88,.28); cursor: pointer; }
.floating-help span { font-size: 17px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(3,25,51,.72); display: grid; place-items: center; padding: 22px; backdrop-filter: blur(6px); }
.contact-modal { position: relative; width: min(480px, 100%); background: white; border-radius: 16px; padding: 32px 36px 36px; box-shadow: 0 30px 90px rgba(0,0,0,.32); animation: modal-in .22s ease-out both; }
@keyframes modal-in { from { opacity: 0; transform: translateY(12px) scale(.98); } to { opacity: 1; transform: none; } }
.modal-close { position: absolute; right: 18px; top: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--pale); color: var(--navy); font-size: 23px; line-height: 1; cursor: pointer; }
.customer-care-portrait { position: relative; width: 98px; height: 98px; margin: -2px auto 14px; }
.customer-care-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 22%; border-radius: 50%; border: 5px solid white; box-shadow: 0 0 0 3px var(--yellow), 0 12px 28px rgba(9,29,114,.2); }
.customer-care-portrait span { position: absolute; right: 4px; bottom: 7px; width: 16px; height: 16px; border-radius: 50%; background: #27af72; border: 3px solid white; }
.modal-brand { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--blue); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; font-weight: 900; }
.contact-modal h2 { color: var(--navy); font-size: 32px; text-align: center; letter-spacing: -.045em; margin: 14px 0 9px; }
.contact-modal > p { color: var(--muted); font-size: 13px; text-align: center; line-height: 1.6; margin: 0 auto 24px; max-width: 390px; }
.contact-options { display: grid; gap: 10px; }
.contact-option { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 9px; padding: 15px; transition: border-color .2s ease, transform .2s ease; }
.contact-option:hover { border-color: var(--blue); transform: translateY(-2px); }
.primary-option { background: var(--blue); border: 0; border-radius: 14px; padding: 18px; box-shadow: 0 14px 30px rgba(16,38,179,.22); }
.primary-option:hover { border-color: transparent; background: var(--navy); box-shadow: 0 17px 34px rgba(9,29,114,.28); }
.primary-option .contact-icon { width: 52px; height: 52px; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 21px; box-shadow: 0 0 0 5px rgba(255,255,255,.12); }
.primary-option small { color: #cbe3b9; font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.primary-option strong { color: white; font-size: 18px; letter-spacing: -.015em; }
.primary-option em { color: rgba(255,255,255,.72); font-size: 10px; }
.primary-option > b { width: 38px; height: 38px; border-radius: 50%; background: white; color: var(--blue); display: grid; place-items: center; font-size: 20px; }
.contact-icon { width: 44px; height: 44px; background: var(--blue); color: white; border-radius: 8px; display: grid; place-items: center; font-size: 18px; }
.mail-icon { background: var(--yellow); color: var(--navy); font-weight: 900; }
.contact-option small, .contact-option strong, .contact-option em { display: block; }
.contact-option small { color: var(--muted); font-size: 10px; margin-bottom: 2px; }
.contact-option strong { color: var(--navy); font-size: 14px; }
.contact-option em { color: #718195; font-size: 10px; font-style: normal; margin-top: 3px; }
.contact-option > b { color: var(--blue); }
.demo-notice { margin-top: 20px; padding: 12px 14px; background: #fff7dc; border-left: 3px solid var(--yellow); color: #64604f; font-size: 11px; line-height: 1.5; }
.demo-notice strong { color: var(--ink); }
.call-panel { border: 1px solid #dfe5ed; border-radius: 14px; background: #f7f9fb; padding: 12px; }
.call-cta { min-height: 76px; border-radius: 11px; background: var(--blue); color: white; padding: 13px 14px; display: grid; grid-template-columns: 46px 1fr 36px; align-items: center; gap: 13px; box-shadow: 0 10px 23px rgba(16,38,179,.2); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.call-cta:hover { transform: translateY(-2px); background: var(--navy); box-shadow: 0 14px 28px rgba(9,29,114,.25); }
.call-cta-icon { width: 46px; height: 46px; border-radius: 50%; background: var(--yellow); color: var(--navy); display: grid; place-items: center; font-size: 20px; box-shadow: 0 0 0 4px rgba(255,255,255,.12); }
.call-cta-copy { min-width: 0; }
.call-cta-copy small, .call-cta-copy strong { display: block; color: white; }
.call-cta-copy small { margin-bottom: 3px; font-size: 10px; font-weight: 750; opacity: .78; }
.call-cta-copy strong { font-size: 18px; line-height: 1.2; letter-spacing: -.02em; }
.call-cta > b { width: 36px; height: 36px; border-radius: 50%; background: white; color: var(--blue); display: grid; place-items: center; font-size: 19px; }
.call-panel > p { margin: 10px 5px 1px; color: #718095; font-size: 10px; text-align: center; }

.cookie-bar { position: fixed; z-index: 80; left: 18px; bottom: 18px; width: min(570px, calc(100% - 36px)); background: white; border: 1px solid #cfdae4; border-radius: 10px; box-shadow: 0 18px 50px rgba(4,31,64,.2); padding: 15px 16px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; }
.cookie-bar strong, .cookie-bar span { display: block; }
.cookie-bar strong { color: var(--navy); font-size: 12px; margin-bottom: 3px; }
.cookie-bar span { color: var(--muted); font-size: 10px; line-height: 1.45; }
.cookie-bar a { color: var(--blue); font-size: 11px; font-weight: 800; white-space: nowrap; }
.cookie-bar button { border: 0; border-radius: 6px; background: var(--navy); color: white; padding: 10px 14px; font-size: 11px; font-weight: 800; cursor: pointer; }

.legal-shell { min-height: 100vh; background: #f7f9fb; display: flex; flex-direction: column; }
.back-home { font-size: 13px; color: var(--blue); font-weight: 800; }
.legal-main { flex: 1; padding-top: 76px; padding-bottom: 100px; max-width: 860px; }
.legal-main h1 { color: var(--navy); font-size: clamp(42px, 6vw, 68px); letter-spacing: -.055em; margin: 18px 0 14px; }
.legal-intro { color: var(--muted); font-size: 18px; line-height: 1.65; margin: 0 0 28px; }
.legal-warning { padding: 16px 18px; background: #fff7d7; border-left: 4px solid var(--yellow); color: #5d5a4a; font-size: 13px; line-height: 1.6; margin-bottom: 45px; }
.legal-warning strong { color: var(--ink); }
.legal-content { background: white; border: 1px solid var(--line); border-radius: 12px; padding: clamp(25px, 5vw, 52px); box-shadow: 0 14px 45px rgba(5,43,88,.07); }
.legal-content h2 { color: var(--navy); font-size: 20px; letter-spacing: -.025em; margin: 32px 0 10px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { color: #56687b; font-size: 14px; line-height: 1.75; margin: 0; }
.legal-footer { background: #041f40; color: #93abc0; padding: 24px 0; font-size: 11px; }
.legal-footer a { color: white; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 420px; gap: 42px; }
  .hero h1 { font-size: 56px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { gap: 55px; grid-template-columns: 1fr 400px; }
  .faq-grid { gap: 55px; grid-template-columns: 330px 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }
  .utility-note, .desktop-nav { display: none; }
  .utility-inner { justify-content: center; }
  .header-inner { min-height: 68px; }
  .header-call { min-height: 40px; padding: 0 13px; }
  .header-call span:last-child { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 60px 0 105px; gap: 62px; }
  .hero h1 { font-size: clamp(47px, 14vw, 66px); }
  .hero-lede { font-size: 16px; }
  .support-card-wrap { justify-self: center; max-width: 480px; }
  .split-heading { grid-template-columns: 1fr; gap: 19px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 62px; }
  .human-card { max-width: 470px; width: 100%; justify-self: center; }
  .faq-section, .process-section { padding: 80px 0; }
  .final-cta-inner { min-height: 250px; flex-direction: column; justify-content: center; align-items: flex-start; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; justify-content: center; }
  .floating-help { min-width: 48px; width: 48px; padding: 0; }
  .floating-help b { display: none; }
  .cookie-bar { grid-template-columns: 1fr auto; }
  .cookie-bar > div { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
  .brand strong { font-size: 17px; }
  .brand small { display: none; }
  .brand-mark { width: 30px; height: 30px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .support-card { padding: 26px 22px; }
  .support-card-wrap::before { inset: -18px 13px 25px -13px; }
  .parcel-cube { right: -5px; }
  .trust-row { gap: 10px 15px; }
  .help-section { padding: 76px 0 86px; }
  .section-heading h2, .faq-intro h2 { font-size: 37px; }
  .human-card-top { align-items: flex-start; flex-direction: column; gap: 5px; }
  .human-visual { height: 160px; }
  .chat-bubble { right: 12px; }
  .contact-modal { padding: 30px 20px 24px; }
  .contact-option { grid-template-columns: 41px 1fr auto; padding: 12px; }
  .contact-icon { width: 40px; height: 40px; }
  .contact-option strong { font-size: 12px; }
  .legal-main { padding-top: 54px; }
}

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

/* GLS-inspired service revision */
:root {
  --navy: #091d72;
  --blue: #1026b3;
  --blue-dark: #1026b3;
  --yellow: #ffdc4b;
  --coral: #55bee5;
  --ink: #141414;
  --muted: #50556a;
  --pale: #f2f3f6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gls-utility {
  background: #cbe3b9;
  color: #151515;
}
.gls-utility .utility-inner { justify-content: flex-end; }
.gls-utility .utility-inner > span:first-child { margin-right: auto; font-size: 11px; font-weight: 700; }
.gls-utility .utility-note { display: flex; gap: 22px; opacity: 1; font-size: 13px; }
.gls-utility .utility-note a:first-child { font-weight: 850; }

.gls-header {
  position: sticky;
  top: 0;
  z-index: 45;
  background: white;
  border: 0;
  box-shadow: 0 2px 12px rgba(11,30,97,.08);
  backdrop-filter: none;
}
.gls-header .header-inner {
  min-height: 76px;
  background: var(--blue);
  max-width: none;
  width: 100%;
  padding-inline: max(48px, calc((100vw - 1180px) / 2));
}
.gls-header .brand { color: white; }
.gls-header .brand-mark { display: none; }
.gls-header .brand strong { color: white; font-size: 28px; font-weight: 950; letter-spacing: -.055em; }
.gls-header .brand small { color: var(--yellow); font-size: 13px; letter-spacing: -.03em; }
.customer-tabs { align-self: stretch; display: flex; align-items: flex-end; gap: 2px; margin-left: 18px; }
.customer-tabs a { color: white; font-size: 14px; padding: 23px 18px 24px; }
.customer-tabs a.active { background: white; color: #171717; font-weight: 850; border-radius: 11px 11px 0 0; padding: 18px 18px 24px; }
.header-tools { margin-left: auto; display: flex; align-items: center; gap: 25px; color: white; font-size: 13px; }
.header-tools > span { padding-left: 2px; }
.care-link { border: 0; background: transparent; color: white; padding: 0; font: inherit; cursor: pointer; }
.care-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.account-pill { border: 0; border-radius: 26px; background: var(--yellow); color: #111; min-height: 40px; padding: 0 18px; display: flex; align-items: center; gap: 8px; font-weight: 780; cursor: pointer; }
.account-pill span { color: var(--blue); font-size: 11px; }
.service-nav { min-height: 84px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.service-nav a { font-size: 15px; color: #191919; display: flex; align-items: center; justify-content: space-between; padding: 0 5px; }
.service-nav a + a { padding-left: 54px; }
.service-nav span { color: #202020; font-size: 16px; }

.gls-hero {
  position: relative;
  overflow: hidden;
  background: var(--pale);
  color: var(--navy);
  min-height: 650px;
  padding: 120px 0 0;
}
.gls-hero::before { display: none; }
.tracking-hero { position: relative; z-index: 3; text-align: center; max-width: 790px; }
.parcel-kicker { display: inline-flex; background: #cbe3b9; color: #1d3d15; padding: 6px 9px; font-size: 11px; font-weight: 850; border-radius: 2px; }
.gls-hero h1 { color: var(--navy); font-size: clamp(42px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; margin: 19px 0 13px; font-weight: 900; }
.gls-hero .tracking-hero > p { color: #24263a; font-size: 16px; margin: 0 0 28px; }
.gls-tracking-form { display: grid; grid-template-columns: 1.45fr .72fr 1.18fr; width: min(660px, 100%); margin: 0 auto; gap: 8px; }
.gls-tracking-form input { height: 56px; border: 1px solid #dcdde4; background: white; padding: 0 15px; outline: 0; font-size: 14px; color: #161616; box-shadow: 0 2px 8px rgba(10,25,75,.04); }
.gls-tracking-form input:first-of-type { border-radius: 8px 0 0 8px; }
.gls-tracking-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(16,38,179,.12); }
.gls-tracking-form button { border: 0; border-radius: 8px; background: var(--blue); color: white; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 13px; }
.gls-tracking-form button span { font-size: 21px; }
.hero-track-message { width: min(660px, 100%); margin: 12px auto 0; padding: 11px 14px; background: #fff7ce; border-left: 4px solid var(--yellow); color: #474333; text-align: left; font-size: 12px; line-height: 1.5; }
.gls-hero-actions { justify-content: center; align-items: center; margin-top: 20px; }
.gls-call-button { width: auto; background: var(--yellow); color: #111; min-height: 48px; border-radius: 24px; box-shadow: none; }
.gls-call-button:hover { background: #ffe678; }
.gls-help-link { color: var(--blue); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(16,38,179,.25); padding-bottom: 2px; }
.route-arrow { position: absolute; pointer-events: none; }
.route-arrow span { display: block; background: white; }
.route-arrow i { position: absolute; display: block; width: 18px; height: 18px; background: var(--yellow); border-radius: 50%; }
.route-arrow-top { left: 50%; top: 18px; width: 5px; height: 78px; }
.route-arrow-top span { width: 5px; height: 62px; background: #d6edf5; }
.route-arrow-top span::after { content: ""; position: absolute; left: -5px; bottom: 16px; width: 12px; height: 12px; border-right: 4px solid #d6edf5; border-bottom: 4px solid #d6edf5; transform: rotate(45deg); }
.route-arrow-top i { left: -7px; bottom: 0; }
.route-arrow-bottom { left: 0; bottom: 69px; width: 150px; height: 30px; }
.route-arrow-bottom span { width: 115px; height: 5px; }
.route-arrow-bottom span::after { content: ""; position: absolute; right: 31px; top: -5px; width: 12px; height: 12px; border-right: 5px solid white; border-top: 5px solid white; transform: rotate(45deg); }
.route-arrow-bottom i { right: 0; top: -6px; background: var(--coral); }
.quick-panel { position: absolute; left: 50%; bottom: -1px; transform: translateX(-50%); min-height: 128px; padding: 24px; background: white; border-radius: 16px 16px 0 0; display: grid; grid-template-columns: 1fr auto 1fr auto; align-items: center; gap: 24px; box-shadow: 0 -5px 25px rgba(10,25,75,.07); }
.quick-panel div { display: flex; flex-direction: column; text-align: left; }
.quick-panel small { width: fit-content; background: #cbe3b9; padding: 4px 6px; font-size: 9px; font-weight: 850; margin-bottom: 7px; }
.quick-panel strong { color: #171717; font-size: 19px; letter-spacing: -.025em; }
.quick-panel div > span { color: var(--muted); font-size: 11px; margin-top: 3px; }
.quick-panel a, .quick-panel button { border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 850; cursor: pointer; white-space: nowrap; }

.help-section { background: white; padding-top: 100px; }
.section-label { color: var(--blue); }
.service-card { border-radius: 3px; border-color: #e1e2e7; box-shadow: none; }
.service-card::after { background: #d8eef5; }
.service-card:hover::after { background: #cbe3b9; }
.service-code { border-radius: 2px; background: var(--yellow); color: #111; }
.service-tag { color: var(--blue); }
.service-card > strong, .section-heading h2, .faq-intro h2 { color: var(--navy); }
.process-section { background: #cbe3b9; color: #171717; }
.process-copy h2 { color: var(--navy); }
.process-copy > p, .step small { color: #384538; }
.light-label { color: var(--blue); }
.step > span { border-color: rgba(16,38,179,.25); color: var(--blue); background: white; }
.human-card { border-radius: 3px; box-shadow: 14px 14px 0 var(--blue); transform: none; }
.human-card-top, .human-visual { background: var(--blue); color: white; }
.human-card-top { border-color: rgba(255,255,255,.2); }
.human-visual::before, .human-visual::after { border-color: rgba(255,255,255,.18); }
.face { background: var(--yellow); color: var(--blue); }
.button-coral { background: var(--blue); }
.button-coral:hover { background: var(--navy); }
.final-cta, footer { background: var(--blue); }
.brand-footer .brand-mark { background: white; }
.brand-footer .brand-mark i { background: var(--yellow); }
.brand-footer .brand-mark::after { background: var(--coral); }
.floating-help { background: var(--yellow); color: #151515; }
.contact-icon { background: var(--blue); }
.mail-icon { background: var(--yellow); }

@media (max-width: 900px) {
  .gls-header .header-inner { padding-inline: 24px; }
  .customer-tabs { margin-left: 0; }
  .customer-tabs a { padding-inline: 12px; }
  .header-tools > a, .header-tools > span { display: none; }
  .service-nav a + a { padding-left: 24px; }
  .quick-panel { grid-template-columns: 1fr auto; gap: 18px; }
  .quick-panel div:nth-of-type(2), .quick-panel > a:nth-of-type(2), .quick-panel button { display: none; }
}

@media (max-width: 680px) {
  .gls-utility .utility-inner > span:first-child { display: none; }
  .gls-utility .utility-inner { justify-content: center; }
  .gls-header .header-inner { min-height: 68px; gap: 12px; }
  .gls-header .brand strong { font-size: 22px; }
  .gls-header .brand small { display: inline; font-size: 10px; }
  .customer-tabs a { display: none; }
  .customer-tabs a.active { display: block; padding: 17px 10px 21px; font-size: 12px; }
  .account-pill { width: 42px; padding: 0; justify-content: center; }
  .account-pill span { font-size: 14px; }
  .account-pill { font-size: 0; }
  .service-nav { width: 100%; min-height: 65px; grid-template-columns: repeat(2, 1fr); padding: 0 16px; }
  .service-nav a { font-size: 12px; padding: 0 12px !important; }
  .service-nav a:nth-child(n+3) { display: none; }
  .gls-hero { min-height: 690px; padding-top: 100px; }
  .gls-hero h1 { font-size: 42px; }
  .gls-hero .tracking-hero > p { font-size: 14px; line-height: 1.5; }
  .gls-tracking-form { grid-template-columns: 1fr .65fr; gap: 7px; }
  .gls-tracking-form button { grid-column: 1 / -1; height: 53px; }
  .gls-tracking-form input:first-of-type { border-radius: 8px 0 0 8px; }
  .gls-hero-actions { display: flex; }
  .gls-call-button { width: auto; }
  .quick-panel { width: calc(100% - 32px); }
  .route-arrow-bottom { display: none; }
}

@media (max-width: 430px) {
  .gls-utility .utility-note { font-size: 11px; }
  .gls-header .header-inner { padding-inline: 16px; }
  .gls-header .brand strong { font-size: 19px; }
  .gls-header .brand small { display: none; }
  .customer-tabs a.active { font-size: 11px; }
  .gls-hero { padding-top: 92px; }
  .gls-hero h1 { font-size: 37px; }
  .gls-hero-actions { flex-direction: column; }
  .quick-panel { grid-template-columns: 1fr; }
  .quick-panel > a { justify-self: start; }
}

@media (max-width: 480px) {
  .primary-option { grid-template-columns: 48px 1fr 34px; gap: 12px; padding: 16px 14px; }
  .primary-option .contact-icon { width: 48px; height: 48px; }
  .primary-option strong { font-size: 16px; }
  .primary-option > b { width: 34px; height: 34px; }
  .call-cta { grid-template-columns: 42px 1fr 32px; gap: 10px; padding: 12px; }
  .call-cta-icon { width: 42px; height: 42px; }
  .call-cta-copy strong { font-size: 16px; }
  .call-cta > b { width: 32px; height: 32px; }
}
