/* Inbound — shipinbound.com. Light only, system fonts, no external resources. The only script is the hero world (hero/). */

:root {
  --ink: #1D1D1F;
  --ink-2: #3A3A40;
  --muted: #6A6A70;
  --faint: #6B6E7C;
  --bg: #FFFFFF;
  --bg-alt: #F5F7FB;
  --line: #E6E8EF;
  --line-soft: #EFF1F5;
  --accent: #3354F2;
  --accent-hover: #2743D8;
  --accent-soft: #EEF1FE;
  --screen: #F2F1F6;
  --red: #C8322F;   --red-bg: #FDEDEC;   --red-dot: #E5484D;
  --amber: #9A5200; --amber-bg: #FFF3E0; --amber-dot: #F59E0B;
  --blue: #2743D8;  --blue-bg: #EEF1FE;  --blue-dot: #3354F2;
  --green: #1C7A3E; --green-bg: #E8F6ED; --green-dot: #30A46C;
  --grey: #5B5F6B;  --grey-bg: #F0F1F4;  --grey-dot: #9BA0AC;
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --radius-tile: 28px;
  --shadow-float: 0 1px 2px rgba(16, 24, 64, .05), 0 12px 32px -12px rgba(16, 24, 64, .18), 0 40px 80px -32px rgba(16, 24, 64, .22);
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 17px/1.5 var(--font);
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3 { margin: 0; font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; text-wrap: balance; }
/* Big headings: tight but never touching (ll, ee). */
:root { --display-track: -0.032em; }
@media (max-width: 559px) { :root { --display-track: -0.025em; } }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 8px; }
[id] { scroll-margin-top: 72px; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
@media (min-width: 760px) { .wrap { padding: 0 32px; } }

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

.skip {
  position: absolute; left: 16px; top: -100px; z-index: 100;
  padding: 10px 14px; border-radius: 10px;
  background: var(--accent); color: #FFFFFF; font-weight: 600;
}
.skip:focus { top: 10px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 26px; border-radius: 999px;
  background: var(--accent); color: #FFFFFF;
  font: 500 17px/1 var(--font); letter-spacing: -0.01em; white-space: nowrap;
  box-shadow: 0 1px 2px rgba(20, 30, 90, .12), 0 8px 20px -8px rgba(51, 84, 242, .55);
  transition: background-color .2s ease, transform .2s ease;
}
.btn:hover { background: var(--accent-hover); text-decoration: none; }
.btn-sm { min-height: 32px; padding: 0 15px; font-size: 14px; box-shadow: none; }
.btn-light { background: #FFFFFF; color: var(--accent); box-shadow: 0 10px 30px -10px rgba(10, 16, 60, .45); }
.btn-light:hover { background: var(--accent-soft); }
.btn-light:focus-visible { outline-color: #FFFFFF; }

/* Top bar */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.topbar-in { display: flex; align-items: center; justify-content: space-between; height: 56px; }
.logo { display: inline-flex; padding: 4px 0; }
.logo img { width: 104px; }
.topnav { display: flex; align-items: center; gap: 22px; }
.topnav > a:not(.btn) { color: var(--ink); font-size: 14px; opacity: .8; }
.topnav > a:not(.btn):hover { opacity: 1; text-decoration: none; }

/* Shared section rhythm */
.band { padding: 88px 0; }
.band-alt { background: var(--bg-alt); }
.band-tight { padding: 72px 0; }
@media (min-width: 760px) { .band { padding: 128px 0; } .band-tight { padding: 88px 0; } }
.sec-head { text-align: center; }
.sec-head h2 { font-size: clamp(36px, 4.4vw, 56px); letter-spacing: var(--display-track); }
.sec-head p {
  max-width: 34ch; margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 21px); line-height: 1.42; letter-spacing: -0.015em;
  text-wrap: balance;
}

/* Phone frame: thin dark bezel around a real screenshot */
.phone {
  --w: 300px;
  position: relative;
  width: var(--w);
  padding: calc(var(--w) * .028);
  border-radius: calc(var(--w) * .16);
  background: #1D1D1F;
  box-shadow:
    inset 0 0 0 1px #3A3A3C,
    0 0 0 1px rgba(0, 0, 0, .05),
    0 2px 6px rgba(0, 0, 0, .08),
    0 30px 60px -18px rgba(20, 24, 60, .38),
    0 60px 100px -40px rgba(51, 84, 242, .35);
}
.phone img {
  width: 100%;
  aspect-ratio: 760 / 1652;
  object-fit: cover;
  object-position: top center;
  background: var(--screen);
  border-radius: calc(var(--w) * .133);
}

/* ============ Hero ============ */
.hero { position: relative; padding: 56px 0 72px; text-align: center; }
@media (min-width: 760px) { .hero { padding: 112px 0 104px; } }
.hero::before {
  /* dot field that echoes the map */
  content: ""; position: absolute; inset: 0 0 auto; height: 1100px; z-index: -1;
  background-image: radial-gradient(rgba(51, 84, 242, .16) 1.1px, transparent 1.6px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(60% 55% at 50% 30%, #000 0%, transparent 100%);
  mask-image: radial-gradient(60% 55% at 50% 30%, #000 0%, transparent 100%);
}
.hero h1 { font-size: clamp(44px, 7.2vw, 88px); line-height: 1.02; letter-spacing: var(--display-track); }
.hero-sub {
  max-width: 40ch; margin: 22px auto 0;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 23px); line-height: 1.4; letter-spacing: -0.016em;
  text-wrap: balance;
}
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 30px; margin-top: 34px; }

/* Hero world (hero/hero.css): under the copy on phones and tablets, beside it from 960px. */
.hero-world { max-width: 560px; margin: 36px auto 0; }
@media (min-width: 960px) {
  .hero { padding: 64px 0 72px; text-align: left; }
  /* the dot field stays inside the hero here, so none of it drifts under the centred heading below */
  .hero::before { height: auto; bottom: 0; -webkit-mask-image: radial-gradient(50% 60% at 72% 45%, #000 0%, transparent 100%); mask-image: radial-gradient(50% 60% at 72% 45%, #000 0%, transparent 100%); }
  .hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, 1fr); align-items: center; gap: 24px; }
  .hero h1 { font-size: clamp(52px, 5.4vw, 76px); } /* always a step above the section headings */
  .hero-sub { max-width: 24em; margin-left: 0; margin-right: 0; }
  .hero-actions { justify-content: flex-start; }
  .hero-world { max-width: none; margin: 0; }
}
.dash-band { padding-top: 40px; }
@media (min-width: 760px) { .dash-band { padding-top: 64px; } }
.more { font-size: 17px; font-weight: 500; }
.more::after, .trust a::after { content: "\00a0\203A"; }

.showcase { margin-top: 56px; }
@media (min-width: 760px) { .showcase { margin-top: 80px; } }
.scene { position: relative; max-width: 1136px; margin: 0 auto; padding-bottom: 226px; text-align: left; }
@media (min-width: 560px) { .scene { padding-bottom: 120px; } }
.scene::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 12%; bottom: 8%; z-index: -1;
  background:
    radial-gradient(50% 60% at 30% 50%, rgba(51, 84, 242, .30), transparent 70%),
    radial-gradient(40% 55% at 78% 60%, rgba(124, 92, 255, .26), transparent 70%);
  filter: blur(40px);
}
.caption { margin-top: 20px; padding: 0 8px; color: var(--faint); font-size: 14px; text-align: center; text-wrap: balance; }
@media (min-width: 760px) { .scene { padding-bottom: 80px; } .caption { margin-top: 28px; } }
@media (min-width: 1100px) { .scene { padding-bottom: 96px; } }
/* Phone widths: the caption sits beside the iPhone instead of under it. */
@media (max-width: 559px) {
  .showcase { position: relative; }
  .caption { position: absolute; left: 16px; bottom: 36px; width: calc(100% - 184px); margin: 0; padding: 0; text-align: left; text-wrap: pretty; }
}

/* Browser window */
.browser {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow:
    0 0 0 1px rgba(16, 24, 64, .08),
    0 2px 4px rgba(16, 24, 64, .04),
    0 24px 48px -16px rgba(16, 24, 64, .18),
    0 60px 120px -40px rgba(51, 84, 242, .28);
  font-size: 13px; line-height: 1.35; letter-spacing: -0.005em;
  color: var(--ink);
  -webkit-user-select: none; user-select: none;
}
@media (min-width: 760px) { .browser { margin-right: 96px; border-radius: 14px; } }
@media (min-width: 1100px) { .browser { margin-right: 128px; } }
.chrome {
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  height: 38px; padding: 0 14px;
  background: #F6F7F9; border-bottom: 1px solid var(--line);
}
.lights { display: flex; gap: 7px; }
.lights i { width: 11px; height: 11px; border-radius: 50%; background: #FF5F57; box-shadow: inset 0 0 0 .5px rgba(0, 0, 0, .12); }
.lights i:nth-child(2) { background: #FEBC2E; }
.lights i:nth-child(3) { background: #28C840; }
.url {
  display: inline-flex; align-items: center; gap: 6px;
  min-width: 0; padding: 4px 16px; border-radius: 7px;
  background: #FFFFFF; box-shadow: 0 0 0 1px var(--line);
  color: var(--ink-2); font-size: 12px; white-space: nowrap;
}
.url { color: var(--muted); }
.url svg { width: 11px; height: 11px; flex: none; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.tag {
  justify-self: end;
  padding: 2px 8px; border-radius: 6px;
  background: var(--accent-soft); color: var(--accent);
  font-size: 11px; font-weight: 600; letter-spacing: .01em;
}

.dash { display: grid; grid-template-columns: minmax(0, 1fr); min-width: 0; }
@media (min-width: 1024px) { .dash { grid-template-columns: 214px minmax(0, 1fr); } }

.dash-side { display: none; }
@media (min-width: 1024px) {
  .dash-side { display: flex; flex-direction: column; padding: 16px 12px; background: #FAFBFD; border-right: 1px solid var(--line-soft); }
}
.ws {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 8px; margin-bottom: 14px;
  border-radius: 9px; background: #FFFFFF; box-shadow: 0 0 0 1px var(--line), 0 1px 2px rgba(16, 24, 64, .04);
  font-weight: 600;
}
.ws img { width: 22px; height: 22px; flex: none; }
.ws-name { font-size: 12.5px; letter-spacing: -0.02em; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ws-caret { color: var(--muted); flex: none; }
.dnav { display: grid; gap: 2px; }
.dnav li {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 9px; border-radius: 8px;
  color: var(--ink-2); font-weight: 500;
}
.dnav li.on { background: var(--accent-soft); color: var(--accent); font-weight: 600; }
.dnav svg { width: 17px; height: 17px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dnav b {
  margin-left: auto; min-width: 20px; padding: 1px 6px; border-radius: 999px;
  background: var(--red-dot); color: #FFFFFF; font-size: 11px; font-weight: 700; text-align: center;
}
.sync { display: flex; align-items: center; gap: 7px; margin-top: auto; padding: 10px 9px 2px; color: var(--muted); font-size: 11.5px; }
.sync i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-dot); box-shadow: 0 0 0 3px var(--green-bg); }

.dash-main { min-width: 0; padding: 14px 14px 16px; background: #FFFFFF; }
@media (min-width: 760px) { .dash-main { padding: 20px 22px 24px; } }
.dash-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.dash-title { font-size: 19px; font-weight: 700; letter-spacing: -0.02em; }
.dash-sub { color: var(--muted); font-size: 11.5px; }
.dash-tools { display: flex; align-items: center; gap: 10px; }
.search {
  display: none; align-items: center; gap: 7px;
  width: 230px; padding: 7px 11px; border-radius: 8px;
  background: #F6F7F9; box-shadow: inset 0 0 0 1px var(--line-soft);
  color: var(--muted); font-size: 12px; white-space: nowrap;
}
@media (min-width: 900px) { .search { display: inline-flex; } }
.avatar {
  display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #5B73F6, #7C5CFF); color: #FFFFFF; font-size: 11px; font-weight: 700;
}

.kpis { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 14px; }
@media (min-width: 760px) { .kpis { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; } }
.kpi {
  position: relative; min-width: 0;
  padding: 10px 12px 11px; border-radius: 10px;
  box-shadow: inset 0 0 0 1px var(--line);
}
@media (min-width: 760px) { .kpi { padding: 13px 15px 14px; border-radius: 12px; } }
.kpi-alert { background: linear-gradient(180deg, #FFF6F5, #FFFFFF 70%); box-shadow: inset 0 0 0 1px #F7D4D2; }
.kpi-label { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 11.5px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kpi-value { margin-top: 4px; font-size: 22px; font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.kpi-value small { font-size: .6em; font-weight: 600; margin-left: 1px; color: var(--ink-2); }
@media (min-width: 760px) { .kpi-value { font-size: 28px; } }
.kpi-note { margin-top: 3px; color: var(--muted); font-size: 11.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kpi-note .neg { color: var(--red); font-weight: 600; }
.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; flex: none; }
.dot-red { background: var(--red-dot); }
.dot-blue { background: var(--blue-dot); }
.dot-green { background: var(--green-dot); }
.dot-grey { background: var(--grey-dot); }
.bars { position: absolute; right: 14px; bottom: 14px; display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.bars i { width: 5px; border-radius: 2px; background: #CFE9DA; }
.bars i:nth-child(1) { height: 40%; } .bars i:nth-child(2) { height: 65%; } .bars i:nth-child(3) { height: 50%; }
.bars i:nth-child(4) { height: 80%; } .bars i:nth-child(5) { height: 60%; } .bars i:nth-child(6) { height: 90%; }
.bars i:nth-child(7) { height: 72%; background: var(--green-dot); }
.meter { display: block; height: 5px; margin-top: 10px; border-radius: 999px; background: var(--line-soft); overflow: hidden; }
.meter i { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6C84F7, var(--accent)); }
@media (max-width: 759px) { .bars { right: 10px; bottom: 11px; height: 20px; } .meter { margin-top: 7px; } }

.panel { margin-top: 12px; border-radius: 10px; box-shadow: inset 0 0 0 1px var(--line); overflow: hidden; }
@media (min-width: 760px) { .panel { margin-top: 16px; border-radius: 12px; } }
.panel-foot {
  display: flex; align-items: center; gap: 14px;
  padding: 10px 14px 11px; border-top: 1px solid var(--line-soft);
  color: var(--muted); font-size: 11.5px; white-space: nowrap;
}
.pf-link { color: var(--accent); font-weight: 600; }
@media (min-width: 760px) { .panel-foot { padding: 11px 16px 12px; } }
.panel-head { display: flex; gap: 4px; padding: 8px 8px 0; border-bottom: 1px solid var(--line-soft); overflow: hidden; }
.tab {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 10px 9px; color: var(--muted); font-size: 12px; font-weight: 500; white-space: nowrap;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.tab.on { color: var(--ink); font-weight: 600; border-color: var(--ink); }
.tab b { padding: 0 6px; border-radius: 999px; background: var(--grey-bg); color: var(--grey); font-size: 11px; font-weight: 600; }
.tab:nth-child(2) b { background: var(--red-bg); color: var(--red); }
@media (max-width: 559px) { .tab:nth-child(n+3) { display: none; } }

.ship { width: 100%; border-collapse: collapse; table-layout: auto; }
.ship th {
  padding: 9px 10px; text-align: left; white-space: nowrap;
  color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .02em;
  background: #FBFBFD; border-bottom: 1px solid var(--line-soft);
}
.ship td { padding: 9px 10px; border-bottom: 1px solid var(--line-soft); vertical-align: middle; white-space: nowrap; }
.ship tbody tr:last-child td { border-bottom: 0; }
.ship tbody tr:first-child td { background: rgba(229, 72, 77, .035); }
.ship tbody tr:first-child td:first-child { box-shadow: inset 3px 0 0 var(--red-dot); }
.ship th:first-child, .ship td:first-child { padding-left: 14px; }
.item { display: block; font-weight: 600; max-width: 24ch; overflow: hidden; text-overflow: ellipsis; }
.place { display: block; color: var(--muted); font-size: 11.5px; }
.ship td.c-order { color: var(--muted); font-family: var(--mono); font-size: 11.5px; letter-spacing: -0.02em; }
.c-carrier { color: var(--ink-2); }
.c-carrier .short { display: none; }
.place .ago { color: var(--faint); }
@media (min-width: 760px) { .ship th, .ship td { padding: 10px 12px; } .ship th:first-child, .ship td:first-child { padding-left: 16px; } }
@media (max-width: 899px) { .c-order { display: none; } }
/* Desktop: the status column carries the empty right edge the iPhone overlaps. */
@media (min-width: 760px) { .ship .c-status { width: 38%; } }
/* Tablet: keep every status pill clear of the overlapping iPhone's bezel. */
@media (min-width: 760px) and (max-width: 1099px) { .ship td.c-status, .ship th.c-status { padding-right: 96px; } }
@media (min-width: 900px) and (max-width: 1099px) { .ship .c-status { width: 42%; } }
@media (min-width: 1100px) { .ship .c-status { width: 34%; } }
@media (max-width: 559px) {
  .ship { font-size: 12px; table-layout: fixed; }
  .ship td, .ship th { padding: 8px 6px; }
  .ship th:first-child, .ship td:first-child { padding-left: 10px; }
  .ship th:last-child, .ship td:last-child { padding-left: 4px; padding-right: 8px; width: 126px; }
  .ship .c-carrier { width: 68px; padding-left: 4px; padding-right: 4px; }
  .c-carrier .long { display: none; }
  .c-carrier .short { display: inline; }
  .item { max-width: none; overflow: hidden; text-overflow: ellipsis; }
  .place { font-size: 11px; overflow: hidden; text-overflow: ellipsis; }
  .place .ago { display: none; }
  .ship .st { padding: 3px 7px; gap: 4px; font-size: 11px; letter-spacing: -0.01em; }
  .ship .st::before { width: 5px; height: 5px; }
  .pf-link { display: none; }
  /* Four rows on a phone, so the iPhone sits below the table. */
  .ship tbody tr:nth-child(n+5) { display: none; }
  .ship tbody tr:nth-child(4) td { border-bottom: 0; }
}
@media (max-width: 379px) {
  .dash-main { padding: 12px 10px 12px; }
  .ship { font-size: 11.5px; }
  .ship .c-carrier { width: 64px; }
  .ship th:last-child, .ship td:last-child { width: 108px; padding-right: 6px; }
  .ship .st { padding: 3px 7px; font-size: 10.5px; }
  .ship .st::before { display: none; }
  .kpi-label { font-size: 11px; }
}

.st {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 3px 9px 3px 8px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600; white-space: nowrap;
}
.st::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.st-red { background: var(--red-bg); color: var(--red); }
.st-red::before { background: var(--red-dot); }
.st-amber { background: var(--amber-bg); color: var(--amber); }
.st-amber::before { background: var(--amber-dot); }
.st-blue { background: var(--blue-bg); color: var(--blue); }
.st-grey { background: var(--grey-bg); color: var(--grey); }
.st-grey::before { background: var(--grey-dot); }

/* iPhone laid over the browser's lower-right corner */
.hero-phone { --w: 132px; position: absolute; right: 6px; bottom: 0; z-index: 2; }
@media (min-width: 560px) { .hero-phone { --w: 170px; right: 0; } }
@media (min-width: 760px) { .hero-phone { --w: 184px; right: -12px; bottom: 8px; } }
@media (min-width: 1100px) { .hero-phone { --w: 240px; right: -24px; bottom: 0; } }

/* ============ Tracking map ============ */
.map-card {
  position: relative;
  margin-top: 48px;
  padding: 20px 16px 16px;
  border-radius: 24px;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(16, 24, 64, .06), 0 30px 60px -30px rgba(16, 24, 64, .16);
}
@media (min-width: 760px) { .map-card { margin-top: 64px; padding: 40px 40px 36px; border-radius: 32px; } }
@media (min-width: 1180px) {
  .map-card { display: grid; grid-template-columns: minmax(0, 1.7fr) 340px; column-gap: 40px; align-items: center; padding: 48px; }
}
.map { position: relative; aspect-ratio: 925 / 512; }
.map-dots, .map-svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-svg { overflow: visible; }
.map-svg path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.route-base { stroke: var(--accent); stroke-opacity: .16; stroke-width: 9; }
.route { stroke: var(--accent); stroke-width: 4.5; }
.node { fill: #FFFFFF; stroke: var(--accent); stroke-width: 4; }
.node-dest { fill: var(--accent); stroke: #FFFFFF; stroke-width: 4; filter: drop-shadow(0 2px 6px rgba(51, 84, 242, .5)); }
.ping { fill: var(--accent); opacity: 0; transform-box: fill-box; transform-origin: center; }
@media (max-width: 759px) {
  .route { stroke-width: 8; } .route-base { stroke-width: 16; }
  .node { r: 13; stroke-width: 6; } .node-dest { r: 15; stroke-width: 6; } .ping { r: 15; }
}

.pin, .handoff {
  position: absolute; z-index: 1;
  display: inline-flex; flex-direction: column;
  padding: 5px 9px 6px; border-radius: 10px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 0 0 1px rgba(16, 24, 64, .07), 0 6px 16px -6px rgba(16, 24, 64, .22);
  white-space: nowrap; line-height: 1.25;
}
.pin b { font-size: 11px; font-weight: 600; }
.pin em { display: none; color: var(--muted); font-size: 11px; font-style: normal; }
@media (min-width: 760px) {
  .pin { padding: 7px 12px 8px; }
  .pin b { font-size: 13.5px; }
  .pin em { display: block; font-size: 12px; }
}
.pin-la { left: 11.86%; top: 61.52%; transform: translate(-22%, 14px); }
.pin-slc { left: 22.68%; top: 35.31%; transform: translate(-45%, calc(-100% - 10px)); }
.pin-den { left: 34.43%; top: 39.3%; transform: translate(16px, -50%); }
.handoff {
  flex-direction: row; align-items: center; gap: 5px;
  left: 34.43%; top: 39.3%; transform: translate(16px, 17px);
  padding: 4px 9px; color: var(--ink);
  font-size: 11px; font-weight: 600;
}
.handoff .arrow { color: var(--accent); }
@media (min-width: 760px) {
  .pin-la { transform: translate(-22%, 20px); }
  .pin-slc { transform: translate(-40%, calc(-100% - 18px)); }
  .pin-den { transform: translate(24px, -50%); }
  /* Stacked under the Denver label, clear of the halo and the arc. */
  .handoff { transform: translate(24px, 32px); padding: 5px 11px; font-size: 12.5px; }
}

.track {
  position: relative; z-index: 2;
  margin-top: 16px; padding: 18px 18px 8px;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(16, 24, 64, .07), var(--shadow-float);
  font-size: 13px; line-height: 1.35;
}
@media (min-width: 760px) { .track { max-width: 420px; margin: 24px auto 0; padding: 22px 22px 10px; border-radius: 20px; } }
@media (min-width: 1180px) { .track { margin: 0; } }
.track-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.track-item { font-size: 16px; font-weight: 700; letter-spacing: -0.02em; }
.track-meta { margin-top: 2px; color: var(--muted); font-size: 12px; }
.progress { display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px; margin: 14px 0 16px; }
.progress i { height: 4px; border-radius: 999px; background: var(--line-soft); }
.progress i.done { background: var(--accent); }
.tl li { position: relative; padding: 0 0 14px 26px; }
.tl li::before {
  content: ""; position: absolute; left: 2px; top: 3px;
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--accent);
}
.tl li::after {
  content: ""; position: absolute; left: 6px; top: 17px; bottom: 2px;
  width: 2px; border-radius: 2px; background: #C8D1FB;
}
.tl li:last-child::after { display: none; }
.tl li.now::before { box-shadow: 0 0 0 4px rgba(51, 84, 242, .18); }
.tl li.now::after { background: var(--line); }
.tl li.next::before { background: #FFFFFF; box-shadow: inset 0 0 0 2px #C4C8D2; }
.tl b { display: block; font-size: 13.5px; font-weight: 600; }
.tl li.next b { color: var(--muted); font-weight: 500; }
.tl span { display: block; margin-top: 1px; color: var(--muted); font-size: 12px; }

/* ============ Exceptions ============ */
.exc-stage {
  position: relative; isolation: isolate;
  display: flex; flex-direction: column; align-items: center;
  margin-top: 48px; padding: 40px 16px 28px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(40% 55% at 22% 40%, rgba(51, 84, 242, .20), transparent 70%),
    radial-gradient(40% 55% at 80% 55%, rgba(124, 92, 255, .20), transparent 70%),
    var(--bg-alt);
}
@media (min-width: 760px) { .exc-stage { height: 560px; margin-top: 64px; padding: 72px 0 0; border-radius: 32px; } }
.exc-phone { --w: 236px; }
.exc-phone img { aspect-ratio: 760 / 1286; }
@media (min-width: 760px) { .exc-phone { --w: 280px; } }
@media (min-width: 1024px) { .exc-phone { --w: 320px; } }

.chip {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px 8px 8px; border-radius: 16px;
  background: rgba(255, 255, 255, .68);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  backdrop-filter: blur(18px) saturate(180%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 1px rgba(16, 24, 64, .06), 0 16px 36px -14px rgba(16, 24, 64, .35);
  font-size: 14px; font-weight: 600; letter-spacing: -0.015em; white-space: nowrap;
}
.chip-ico { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 10px; flex: none; }
.chip-ico svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ico-red { background: var(--red-bg); color: var(--red-dot); }
.ico-amber { background: var(--amber-bg); color: #D97706; }
.chip-text { display: inline-flex; align-items: center; gap: 8px; }
.chip em { padding: 2px 8px; border-radius: 999px; font-size: 12px; font-style: normal; font-weight: 600; }
.tag-red { background: var(--red-bg); color: var(--red); }
.tag-amber { background: var(--amber-bg); color: var(--amber); }
/* Phones: a centred row of chips resting on the iPhone's bottom bezel. */
.chips { position: relative; z-index: 2; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 360px; margin-top: -26px; }
@media (max-width: 559px) {
  .exc-stage { padding-left: 8px; padding-right: 8px; }
  .chips { gap: 6px; margin-top: 14px; }
  .chip { padding: 5px 10px 5px 5px; gap: 7px; font-size: 12.5px; border-radius: 13px; }
  .chip-ico { width: 24px; height: 24px; border-radius: 8px; }
  .chip-ico svg { width: 14px; height: 14px; }
  .chip-text { gap: 6px; }
  .chip em { padding: 1px 7px; font-size: 11px; }
}
/* Wider: chips float at the phone's sides, resting on the bezel only (never on the screen). */
@media (min-width: 760px) {
  .chips { display: contents; }
  .chip { position: absolute; }
  .chip-1 { right: calc(50% + var(--half) - 8px); top: 150px; }
  .chip-2 { left: calc(50% + var(--half) - 8px); top: 262px; }
  .chip-3 { right: calc(50% + var(--half) - 8px); top: 386px; }
  .exc-stage { --half: 140px; }
}
/* Tablet: slightly smaller chips so they stay inside the stage with room to breathe. */
@media (min-width: 760px) and (max-width: 1023px) {
  .chip { padding: 7px 12px 7px 7px; gap: 8px; font-size: 13.5px; border-radius: 14px; }
  .chip-ico { width: 28px; height: 28px; border-radius: 9px; }
  .chip-ico svg { width: 16px; height: 16px; }
  .chip em { padding: 2px 7px; font-size: 11.5px; }
}
@media (min-width: 1024px) {
  .exc-stage { --half: 160px; }
  .chip { padding: 10px 18px 10px 10px; gap: 12px; font-size: 16px; border-radius: 18px; }
  .chip-ico { width: 38px; height: 38px; border-radius: 12px; }
  .chip-ico svg { width: 20px; height: 20px; }
  .chip em { font-size: 13px; }
}

/* ============ Carriers ============ */
.carriers { border-top: 1px solid var(--line-soft); }
.carriers-title { color: var(--muted); font-size: 15px; font-weight: 600; letter-spacing: -0.005em; text-align: center; }
.wordmarks {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center;
  gap: 14px 30px; max-width: 1000px; margin: 32px auto 0;
  color: var(--faint); font-size: 18px; line-height: 1.2;
}
@media (min-width: 760px) { .wordmarks { gap: 22px 46px; margin-top: 40px; font-size: 22px; } }
.wordmarks li { white-space: nowrap; }
@media (max-width: 759px) { .wordmarks { max-width: 520px; gap: 12px 22px; font-size: 17px; } }
/* Phones: a tidy 3 × 6 grid instead of ragged rows with an orphan. */
@media (max-width: 559px) {
  .wordmarks { display: grid; grid-template-columns: repeat(3, auto); justify-content: center; justify-items: center; gap: 14px 18px; font-size: 14px; }
}
@media (max-width: 379px) { .wordmarks { column-gap: 14px; font-size: 13px; } }
/* Tablet and up: three even rows of six. */
@media (min-width: 760px) {
  .wordmarks { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); justify-items: center; column-gap: 16px; row-gap: 22px; max-width: 640px; margin-inline: auto; font-size: 19px; }
}
@media (min-width: 1024px) { .wordmarks { grid-template-columns: repeat(6, minmax(0, 1fr)); column-gap: 16px; row-gap: 26px; max-width: 1040px; font-size: 19px; } }
@media (min-width: 1280px) { .wordmarks { max-width: 1120px; font-size: 20px; } }
.wm-caps { font-weight: 700; font-size: .86em; letter-spacing: .14em; text-transform: uppercase; }
.wm-heavy { font-weight: 800; letter-spacing: -0.02em; }
.wm-tight { font-weight: 700; letter-spacing: -0.05em; }
.wm-bold { font-weight: 650; letter-spacing: -0.025em; }
.wm-medium { font-weight: 500; letter-spacing: -0.01em; }
.wm-serif { font-family: ui-serif, "New York", Georgia, serif; font-weight: 600; letter-spacing: -0.01em; }

/* ============ Trust + closing ============ */
.trust {
  display: flex; align-items: flex-start; justify-content: center; gap: 10px;
  padding-top: 8px; padding-bottom: 72px;
  color: var(--muted); font-size: 17px; text-align: center; text-wrap: balance;
}
.trust svg { flex: none; margin-top: 3px; color: var(--accent); }
.trust a { white-space: nowrap; margin-left: 2px; }
@media (max-width: 559px) { .trust { flex-direction: column; align-items: center; } }

.closer-in {
  position: relative; isolation: isolate; overflow: hidden;
  padding: 72px 24px 80px; border-radius: var(--radius-tile);
  text-align: center; color: #FFFFFF;
  background:
    radial-gradient(70% 120% at 100% 0%, rgba(150, 110, 255, .75), transparent 60%),
    radial-gradient(60% 100% at 0% 100%, rgba(30, 60, 220, .7), transparent 70%),
    linear-gradient(135deg, #3354F2 0%, #5446E6 100%);
}
.closer-in::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: radial-gradient(rgba(255, 255, 255, .22) 1.1px, transparent 1.6px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(70% 90% at 50% 0%, #000, transparent 80%);
  mask-image: radial-gradient(70% 90% at 50% 0%, #000, transparent 80%);
}
@media (min-width: 760px) { .closer-in { padding: 104px 48px 112px; } }
.closer-mark { width: 44px; height: 44px; margin: 0 auto 28px; opacity: .95; }
.closer h2 { max-width: 16ch; margin: 0 auto; font-size: clamp(34px, 4.4vw, 56px); letter-spacing: var(--display-track); }
.closer .btn { margin-top: 36px; }

/* Footer: one quiet line */
.foot-line { padding: 48px 0 56px; text-align: center; color: var(--faint); font-size: 13px; }
.foot-line a { color: var(--muted); }
.foot-line .foot-note { margin-top: 6px; color: var(--faint); font-size: 12px; }
.foot-line a:hover { color: var(--ink); }
@media (max-width: 599px) {
  .foot-line .copy { display: block; margin-bottom: 6px; }
  .foot-line .copy + .sep { display: none; }
}

/* 404 */
.lost { position: relative; padding: 120px 16px 144px; text-align: center; }
.lost::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: radial-gradient(rgba(51, 84, 242, .16) 1.1px, transparent 1.6px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(50% 60% at 50% 40%, #000, transparent 100%);
  mask-image: radial-gradient(50% 60% at 50% 40%, #000, transparent 100%);
}
@media (min-width: 760px) { .lost { padding: 176px 32px 200px; } }
.lost-mark { width: 56px; height: 56px; margin: 0 auto 32px; }
.lost h1 { font-size: clamp(40px, 6vw, 72px); letter-spacing: var(--display-track); }
.lost p { max-width: 30ch; margin: 18px auto 0; color: var(--muted); font-size: clamp(18px, 1.8vw, 21px); text-wrap: balance; }
.lost .btn { margin-top: 34px; }

/* ============ Motion (only when the visitor allows it) ============ */
@media (prefers-reduced-motion: no-preference) {
  .route { stroke-dasharray: 1; animation: draw 2.4s .4s cubic-bezier(.65, 0, .25, 1) both; }
  @supports (animation-timeline: view()) {
    .route { animation: draw linear both; animation-timeline: view(); animation-range: entry 30% cover 50%; }
  }
  .ping { animation: ping 2.4s cubic-bezier(.2, .6, .3, 1) infinite; }
  .ping-2 { animation-delay: 1.2s; }
  .btn:active { transform: scale(.98); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@keyframes draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
@keyframes ping { from { opacity: .35; transform: scale(1); } to { opacity: 0; transform: scale(3.6); } }

/* ------------------------------------------------------------------
   Legal pages (privacy, terms): restyled light to match the new look.
   These rules keep the existing legal markup readable until those
   pages are rewritten.
   ------------------------------------------------------------------ */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 255, 255, .82);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}
.bar { display: flex; align-items: center; gap: 20px; height: 56px; }
.brand { display: inline-flex; padding: 4px 0; }
.brand img { width: 104px; }
/* The legal pages still offer a white lockup to dark-mode browsers; the site is light only. */
.brand picture img { content: url("assets/lockup.svg"); }
picture .foot-mark { content: url("assets/mark.svg"); }
.nav { display: none; }
.bar .btn { margin-left: auto; }
.btn-primary { background: var(--accent); color: #FFFFFF; }

.kicker { color: var(--muted); font-size: 14px; font-weight: 600; }
.legal-head { padding: 64px 0 48px; border-bottom: 1px solid var(--line); }
@media (min-width: 960px) { .legal-head { padding: 96px 0 64px; } }
.legal-head h1 { margin-top: 10px; font-size: clamp(38px, 6vw, 64px); letter-spacing: -0.032em; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 18px; color: var(--faint); font-size: 14px; }
.legal-intro { margin-top: 20px; max-width: 60ch; color: var(--muted); font-size: 19px; line-height: 1.5; }

.legal-layout { display: grid; gap: 40px; padding-top: 40px; padding-bottom: 96px; }
@media (min-width: 960px) {
  .legal-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 72px; padding-top: 64px; padding-bottom: 128px; }
}
.toc { align-self: start; padding: 20px; border-radius: 18px; background: var(--bg-alt); }
@media (min-width: 960px) {
  .toc { position: sticky; top: 88px; max-height: calc(100vh - 112px); overflow-y: auto; margin-left: -4px; padding: 0 4px; background: none; }
}
.toc-title { color: var(--faint); font-size: 13px; font-weight: 600; }
.toc ol { display: grid; gap: 2px; margin-top: 10px; }
.toc a { display: block; padding: 5px 0; color: var(--muted); font-size: 14px; line-height: 1.4; }
.toc a:hover { color: var(--ink); text-decoration: none; }

.prose { min-width: 0; max-width: 70ch; line-height: 1.6; }
.prose > section { scroll-margin-top: 88px; }
.prose > section + section { margin-top: 48px; padding-top: 44px; border-top: 1px solid var(--line); }
.prose h2 { display: flex; gap: 12px; align-items: baseline; font-size: clamp(22px, 3vw, 28px); }
.sec-num { flex: none; color: var(--faint); font: 500 15px/1 var(--mono); }
.prose h3 { margin-top: 28px; font-size: 18px; letter-spacing: -0.015em; }
.prose p, .prose ul, .prose ol, .prose .table-wrap, .prose dl { margin-top: 14px; }
.prose p, .prose li, .prose dd { color: #424245; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose ul { display: grid; gap: 8px; }
.prose ul > li { position: relative; padding-left: 20px; }
.prose ul > li::before {
  content: ""; position: absolute; left: 4px; top: .7em;
  width: 5px; height: 5px; border-radius: 50%; background: var(--faint);
}
.prose a { overflow-wrap: anywhere; }
.prose a:hover { text-decoration: underline; }

.summary { margin-bottom: 48px; padding: 28px; border-radius: 20px; background: var(--bg-alt); }
.summary h2 { font-size: 21px; }
.prose .summary li { color: var(--ink); }
.prose .note { margin-top: 18px; padding: 16px 18px; border-radius: 14px; background: var(--accent-soft); color: var(--ink); font-size: 16px; }

.table-wrap { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose th, .prose td { padding: 12px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.prose thead th { background: var(--bg-alt); color: var(--ink); font-size: 13px; font-weight: 600; }
.prose tbody tr:last-child td { border-bottom: 0; }
.prose td { color: #424245; }
.prose td:first-child { color: var(--ink); font-weight: 600; width: 40%; }
.prose .providers td:first-child { width: 30%; }
@media (max-width: 639px) {
  .prose table, .prose tbody, .prose tr, .prose td { display: block; width: 100%; }
  .prose thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .prose tr { padding: 14px 16px; border-bottom: 1px solid var(--line); }
  .prose tbody tr:last-child { border-bottom: 0; }
  .prose td { padding: 0; border: 0; }
  .prose td:first-child, .prose .providers td:first-child { width: 100%; }
  .prose td + td { margin-top: 6px; }
  .prose td[data-label]::before { content: attr(data-label); display: block; color: var(--faint); font-size: 12px; font-weight: 600; }
}
.contact-card { margin-top: 16px; padding: 18px 20px; border-radius: 14px; background: var(--bg-alt); color: #424245; font-style: normal; }
.contact-card strong { display: block; color: var(--ink); }

.site-footer { padding: 40px 0 48px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px; }
.foot { display: grid; gap: 16px; }
@media (min-width: 860px) { .foot { grid-template-columns: 1fr auto; align-items: start; } }
.foot-brand { display: flex; gap: 12px; align-items: flex-start; }
.foot-mark { width: 22px; height: 22px; flex: none; }
.foot-links { display: flex; flex-wrap: wrap; gap: 6px 20px; }
.foot-links a { color: var(--muted); overflow-wrap: anywhere; }
.foot-note { grid-column: 1 / -1; color: var(--faint); font-size: 12px; }

