@font-face {
  font-family: Inter;
  src: url("/assets/inter-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --ink: #222826;
  --muted: #626b66;
  --green: #245240;
  --lime: #d9ee9a;
  --line: #d9dfda;
  --mist: #f2f4f1;
  --coral: #aa4c35;
  --blue: #386787;
  --paper: #fff;
  color-scheme: light;
}
* {
  box-sizing: border-box;
  letter-spacing: 0;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font:
    16px/1.65 Inter,
    "Segoe UI",
    "Microsoft YaHei",
    sans-serif;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.2;
}
h1 {
  font-size: 54px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 21px;
}
p {
  color: var(--muted);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
  border: 0;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
svg,
i[data-lucide] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  stroke-width: 1.7;
}
i[data-lucide] {
  display: inline-block;
}
button,
a,
summary,
input,
select {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid #b45730;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 90px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 650;
  color: var(--green);
  margin-bottom: 20px;
}
.section-intro {
  max-width: 750px;
  margin-bottom: 30px;
}
.section-intro > p:last-child:not(.eyebrow) {
  margin-top: 22px;
}
.small-copy,
small {
  font-size: 12px;
  line-height: 1.6;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 13px 21px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
  max-width: 100%;
  text-align: center;
}
.button:hover:not(:disabled) {
  background: #33644f;
}
.button.secondary {
  background: transparent;
  color: var(--green);
  border-color: #8c9f94;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 3px;
  color: var(--ink);
}
.icon-button:hover {
  background: var(--mist);
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.check-list li {
  display: flex;
  gap: 12px;
  margin-block: 13px;
  font-size: 14px;
}
.check-list svg {
  margin-top: 3px;
  color: var(--green);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 15px;
  background: white;
  padding: 10px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  background: white;
  border-bottom: 1px solid var(--line);
  height: 82px;
  position: relative;
  z-index: 20;
}
.header-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-mark {
  display: grid;
  place-items: center;
  height: 42px;
  width: 42px;
  background: var(--ink);
  color: var(--lime);
  font-size: 18px;
  font-weight: 700;
  border-radius: 3px;
}
.brand-name {
  font-size: 23px;
  line-height: 1.1;
  font-weight: 650;
}
.brand-name small {
  display: block;
  font-size: 8px;
  font-weight: 550;
  margin-top: 5px;
}
.header-inner nav {
  display: flex;
  gap: 26px;
  font-size: 13px;
}
.header-inner nav a {
  padding-block: 12px;
  border-bottom: 2px solid transparent;
}
.header-inner nav a[aria-current="page"] {
  border-color: var(--green);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 13px;
}
.language-link {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu-toggle {
  display: none;
}
.fleet-hero {
  position: relative;
  max-width: 100%;
  height: min(660px, calc(100svh - 156px));
  min-height: 510px;
  background: #444d46;
  color: white;
  overflow: hidden;
}
.fleet-hero picture,
.fleet-hero img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.fleet-hero img {
  object-position: center 60%;
}
.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(13, 24, 21, 0.78),
    rgba(13, 24, 21, 0.48) 32%,
    transparent 65%
  );
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 78px;
  pointer-events: none;
}
.hero-content a {
  pointer-events: auto;
}
.hero-content h1 {
  font-size: 56px;
  max-width: 570px;
  line-height: 1.16;
}
.hero-content .eyebrow {
  color: #d6e8d3;
}
.hero-content > p:not(.eyebrow) {
  font-size: 18px;
  color: #f4f7f1;
  margin-top: 26px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.hero-actions .button {
  background: var(--lime);
  color: #1e3326;
  border-color: var(--lime);
}
.hero-actions .button:hover {
  background: #e9f6c8;
}
.image-credit {
  position: absolute;
  bottom: 17px;
  right: 25px;
  font-size: 10px;
  color: white;
  background: #25332aa8;
  padding: 3px 8px;
}
.hero-index {
  position: absolute;
  bottom: 25px;
  left: 48px;
  font-size: 12px;
}
.hero-index span {
  margin-left: 22px;
  font-size: 10px;
}
.audience-band {
  border-bottom: 1px solid var(--line);
  padding-block: 25px;
  background: #f4f6f3;
}
.audience-band .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.audience-band span {
  font-size: 12px;
  color: var(--muted);
}
.audience-band a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.editorial-intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 38px;
}
.editorial-intro .section-intro {
  margin: 0;
}
.editorial-intro > p {
  max-width: 440px;
  font-size: 15px;
}
.sector-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  margin-bottom: 35px;
  gap: 22px;
}
.sector-tabs button {
  background: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 2px;
  color: var(--muted);
  border-bottom: 3px solid transparent;
  font-size: 14px;
}
.sector-tabs button[aria-selected="true"] {
  color: var(--green);
  border-color: var(--green);
}
.sector-panel {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 70px;
  align-items: center;
}
.sector-panel figure img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.sector-panel figcaption,
.workflow-layout figcaption {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
}
.sector-panel h3 {
  font-size: 32px;
  max-width: 450px;
  margin-bottom: 20px;
}
.sector-panel p {
  font-size: 14px;
}
.sector-panel .eyebrow {
  font-size: 11px;
}
.sector-panel .check-list {
  margin-block: 22px;
}
.decision-band {
  padding-block: 80px;
  background: #edf1ed;
}
.decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin-top: 46px;
}
.decision-grid article {
  border-top: 1px solid #b7c5bb;
  padding-top: 25px;
}
.decision-grid article > svg {
  color: var(--green);
  width: 26px;
  height: 26px;
  margin-bottom: 23px;
}
.decision-grid h3 {
  margin-bottom: 14px;
}
.decision-grid p {
  font-size: 14px;
}
.evidence-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.evidence-links > a {
  display: flex;
  gap: 20px;
  padding-block: 28px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.evidence-links > a > svg {
  margin-left: auto;
}
.evidence-links h3 {
  font-size: 20px;
  margin: 8px 0;
}
.evidence-links p {
  font-size: 13px;
}
.evidence-links > .small-copy {
  margin-top: 22px;
}
.evidence-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 56px;
  flex-shrink: 0;
  background: #eaf0e7;
  color: var(--green);
}
.evidence-icon.coral {
  background: #f4eae5;
  color: var(--coral);
}
.evidence-links small {
  font-size: 10px;
  color: var(--muted);
}
.workflow-preview {
  padding-block: 80px;
  border-block: 1px solid var(--line);
}
.workflow-steps {
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
.workflow-steps li {
  display: flex;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid var(--line);
}
.step-number {
  font-size: 15px;
  color: var(--green);
  flex: 0 0 24px;
}
.workflow-steps h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.workflow-steps p {
  font-size: 13px;
}
.workflow-preview .button {
  margin-top: 30px;
}
.scope-band {
  padding-block: 70px;
  background: #f5f5f2;
}
.scope-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 45px;
}
.scope-layout h2 {
  font-size: 30px;
}
.scope-layout h3 {
  font-size: 16px;
}
.scope-layout .check-list {
  margin-bottom: 0;
}
.scope-layout li {
  font-size: 13px;
}
.cta-band {
  padding-block: 65px;
  background: #23352d;
  color: white;
}
.cta-band .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
}
.cta-band h2 {
  font-size: 35px;
}
.cta-band .eyebrow {
  color: #c6dbbb;
}
.cta-band .button {
  background: var(--lime);
  color: #243c2e;
  border-color: var(--lime);
  flex-shrink: 0;
}
.page-heading {
  padding-top: 60px;
  padding-bottom: 30px;
  max-width: 1280px;
}
.page-heading h1 {
  font-size: 43px;
  max-width: 860px;
}
.page-heading .lead {
  font-size: 16px;
  margin-top: 23px;
  max-width: 750px;
}
.workflow-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding-top: 35px;
}
.workflow-layout figure img {
  aspect-ratio: 4/5;
  object-position: 68%;
  width: 100%;
}
.workflow-layout .workflow-steps {
  grid-template-columns: 1fr;
  gap: 0;
}
.workflow-layout .workflow-steps li {
  padding-block: 23px;
}
.role-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}
.role-strip article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.role-strip h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.role-strip p {
  font-size: 14px;
}
.adaptation-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.adaptation-note h2 {
  font-size: 30px;
}
.adaptation-note p + p {
  margin-top: 20px;
}
.adaptation-note p {
  font-size: 14px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  padding-top: 35px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  gap: 18px;
  padding-block: 23px;
  align-items: center;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > span {
  font-size: 12px;
  color: var(--muted);
}
.faq-list summary > strong {
  font-size: 16px;
  font-weight: 550;
}
.faq-list summary svg {
  margin-left: auto;
}
.faq-list details[open] summary svg {
  transform: rotate(45deg);
}
.faq-list details > p {
  padding: 0 32px 25px;
  font-size: 14px;
}
.brief-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 30px;
}
.brief-tool {
  border: 1px solid var(--line);
  padding: 28px;
  border-radius: 4px;
}
.brief-tool > label {
  display: block;
  font-size: 14px;
  font-weight: 550;
}
.brief-tool fieldset {
  border: 0;
  padding: 0;
  margin: 22px 0;
}
.brief-tool legend {
  font-size: 14px;
  font-weight: 550;
  margin-bottom: 10px;
}
.brief-preview {
  margin: 20px 0;
  padding: 14px 0;
  border-block: 1px solid var(--line);
  font-size: 13px;
}
.privacy-note {
  display: flex;
  gap: 12px;
  margin-top: 25px;
  font-size: 13px;
}
.brief-tool [role="status"] {
  margin-top: 14px;
}
.site-footer {
  padding-top: 45px;
  background: #f5f6f3;
}
.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 45px;
  align-items: start;
}
.footer-main > p {
  font-size: 14px;
}
.footer-main > div {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 13px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 21px;
  font-size: 10px;
  color: var(--muted);
}
/* The operational demos are unframed workspaces; only individual controls are framed. */
.demo-shell {
  margin-top: 10px;
  margin-bottom: 15px;
}
.demo-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 10px;
}
.demo-tabs {
  display: flex;
  gap: 24px;
}
.demo-tabs button {
  display: flex;
  gap: 10px;
  align-items: center;
  background: transparent;
  padding: 20px 2px;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  color: var(--muted);
}
.demo-tabs [aria-selected="true"] {
  border-color: var(--green);
  color: var(--green);
}
.simulation-notice {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
  padding-top: 14px;
}
.simulation-notice svg {
  width: 16px;
  height: 16px;
}
.demo-feedback {
  min-height: 34px;
  padding: 5px 0;
  color: #356041;
  font-size: 13px;
}
.demo-feedback.error {
  color: #a34028;
}
.inline-feedback {
  margin-top: 16px;
  color: #356041;
  font-size: 13px;
}
.inline-feedback.error {
  color: #a34028;
}
.app-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-block: 1px solid var(--line);
}
.app-topline .eyebrow {
  margin-bottom: 9px;
  font-size: 10px;
}
.app-topline h2 {
  font-size: 25px;
}
.sample-badge {
  font-size: 11px;
  color: var(--muted);
}
.workspace-columns {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
}
.job-list {
  border-right: 1px solid var(--line);
  padding: 22px 22px 22px 0;
}
.list-tools {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 8px;
}
.search-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 0 10px;
  min-width: 0;
}
.search-box input {
  border: 0;
  padding: 8px 0;
  background: none;
  min-width: 0;
  width: 100%;
  font-size: 12px;
  margin: 0;
}
.search-box svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
select {
  display: block;
  width: 100%;
  padding: 10px 32px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  min-width: 0;
  font-size: 13px;
  min-height: 43px;
}
.list-tools select {
  font-size: 11px;
}
.job-list-heading {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  padding: 18px 0 8px;
}
.job-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 9px;
  text-align: left;
  background: white;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 17px;
  margin: 8px 0;
  color: var(--ink);
  border-left: 3px solid var(--line);
}
.job-row.selected {
  background: #f1f5ee;
  border-left-color: var(--green);
}
.job-row:hover {
  background: #f4f6f2;
}
.job-row > strong {
  font-size: 14px;
  line-height: 1.45;
}
.job-row > span:not(.status-tag) {
  font-size: 11px;
  color: var(--muted);
}
.job-ref {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.job-ref b {
  font-weight: 500;
}
.status-tag {
  display: inline-flex;
  align-items: center;
  align-self: start;
  width: fit-content;
  border-radius: 3px;
  background: #ecefed;
  color: #536356;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 550;
  white-space: normal;
}
.status-assigned {
  background: #eaf0f8;
  color: #345b85;
}
.status-accepted,
.status-completed {
  background: #e2efdf;
  color: #356132;
}
.status-departed {
  background: #e0efed;
  color: #2b6861;
}
.status-delayed,
.status-declined {
  background: #fae8dd;
  color: #9b4425;
}
.job-detail {
  min-width: 0;
  padding: 28px;
}
.detail-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}
.detail-heading h3 {
  font-size: 22px;
  margin-top: 8px;
}
.detail-heading > div {
  min-width: 0;
}
.detail-heading > .status-tag {
  flex-shrink: 0;
  max-width: 135px;
}
.spec-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 26px 0;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.spec-strip span {
  font-size: 11px;
  color: var(--muted);
  display: block;
}
.spec-strip strong {
  font-size: 18px;
  font-weight: 550;
  display: block;
  margin-top: 6px;
}
.job-progress {
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.job-progress li {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  position: relative;
}
.job-progress li::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 32px;
  right: 0;
  border-top: 1px solid var(--line);
}
.job-progress li:last-child::after {
  display: none;
}
.job-progress li > span {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #ecefeb;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.job-progress .done > span {
  background: var(--green);
  color: white;
}
.job-progress svg {
  width: 14px;
  height: 14px;
}
.assignment-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0 18px;
}
.assignment-fields label,
.field-label {
  font-size: 12px;
  font-weight: 550;
}
.assignment-fields select {
  margin-top: 8px;
}
.boundary-note {
  margin-top: 14px;
  max-width: 500px;
}
.field-label {
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
}
.action-line {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.action-line .button {
  font-size: 13px;
}
.event-log {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 20px;
}
.event-log h3 {
  font-size: 13px;
  margin-bottom: 13px;
}
.event-log > p {
  font-size: 12px;
}
.event-log ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.event-log li {
  display: flex;
  gap: 15px;
  margin-top: 12px;
  font-size: 12px;
}
.event-log li > span {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.event-log strong {
  font-weight: 550;
}
.event-log p {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.success-line {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  color: var(--green);
}
.empty-state {
  padding: 20px;
  font-size: 13px;
}
.paired-workspaces {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}
.driver-workspace {
  padding: 26px 28px 26px 0;
  border-right: 1px solid var(--line);
  min-width: 0;
}
.trip-context {
  font-size: 12px;
  margin-top: 16px;
}
.settlement-workspace {
  padding: 28px;
  min-width: 0;
}
.settlement-workspace h3 {
  font-size: 20px;
}
.settlement-workspace .eyebrow {
  font-size: 10px;
  margin-bottom: 12px;
}
.settlement-controls {
  padding-block: 20px;
  border-bottom: 1px solid var(--line);
}
.settlement-controls label {
  font-size: 12px;
  display: block;
}
.settlement-controls select {
  margin-top: 8px;
}
.check-line {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 13px;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.money-list {
  margin: 15px 0;
}
.money-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  padding-block: 9px;
}
.money-list dd {
  margin: 0;
  white-space: nowrap;
}
.money-total {
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 18px !important;
  font-weight: 600;
}
.money-total dd {
  font-size: 24px;
  color: var(--green);
}
.payment-warning {
  background: #f7efe5;
  color: #73502d;
  padding: 10px 12px;
  font-size: 12px;
  margin-bottom: 16px;
}
.demo-provenance {
  border-top: 1px solid var(--line);
  font-size: 12px;
  display: flex;
  gap: 12px;
  padding: 20px 0;
  margin-top: 20px;
}
.shipment-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
  padding-block: 28px;
}
.shipment-summary span {
  font-size: 11px;
  color: var(--muted);
}
.shipment-summary strong {
  display: block;
  font-size: 25px;
  font-weight: 550;
  line-height: 1.3;
  margin-top: 7px;
}
.capacity-track {
  height: 8px;
  width: 100%;
  background: #e6eae5;
  overflow: hidden;
}
.capacity-track > span {
  display: block;
  background: #437358;
  height: 100%;
  transition: width 0.2s;
}
.capacity-track .over {
  background: #af5134;
}
.capacity-note {
  font-size: 11px;
  margin: 10px 0 22px;
}
.shipment-table {
  overflow: auto;
  max-width: 100%;
}
.shipment-table table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  min-width: 640px;
}
.shipment-table th {
  text-align: left;
  font-weight: 550;
}
.shipment-table thead th {
  background: #f0f3ee;
  font-size: 11px;
  padding: 12px;
}
.shipment-table td,
.shipment-table tbody th {
  border-bottom: 1px solid var(--line);
  padding: 18px 12px;
}
.shipment-table label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shipment-table td strong {
  font-size: 12px;
  font-weight: 550;
}
.shipment-table small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}
.document-check span {
  font-size: 11px;
}
.batch-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 26px 0;
}
.batch-bottom h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.batch-bottom p {
  font-size: 12px;
}
.batch-bottom .button {
  flex-shrink: 0;
  font-size: 13px;
}
@media (min-width: 1500px) {
  .hero-content {
    padding-top: 90px;
  }
  .hero-index {
    left: calc((100% - 1280px) / 2);
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .header-inner nav {
    gap: 16px;
  }
  .header-cta {
    display: none;
  }
  .editorial-intro,
  .sector-panel,
  .evidence-section {
    gap: 45px;
  }
  .hero-content h1 {
    font-size: 48px;
    max-width: 500px;
  }
  .scope-layout {
    grid-template-columns: 1fr 1fr;
  }
  .scope-layout .section-intro {
    grid-column: 1/-1;
  }
  .workspace-columns {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .list-tools {
    grid-template-columns: 1fr;
  }
  .job-detail {
    padding: 24px 0 24px 24px;
  }
  .assignment-fields {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .audience-band .wrap {
    flex-wrap: wrap;
  }
  .audience-band span {
    display: none;
  }
  .demo-tabs {
    gap: 18px;
  }
  .paired-workspaces {
    grid-template-columns: 1fr 1fr;
  }
  .settlement-workspace {
    padding-right: 0;
  }
  .hero-index {
    left: 28px;
  }
}
@media (max-width: 800px) {
  .header-inner nav {
    display: none;
    position: absolute;
    top: 81px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px 28px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 14px 24px #0001;
  }
  .header-inner nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .menu-toggle {
    display: flex;
  }
  .header-actions {
    gap: 15px;
  }
  .site-header {
    height: 74px;
  }
  .header-inner nav {
    top: 73px;
  }
  .section {
    padding-block: 58px;
  }
  h2 {
    font-size: 31px;
  }
  .editorial-intro {
    grid-template-columns: 1fr;
    gap: 23px;
  }
  .editorial-intro > p {
    max-width: 650px;
  }
  .sector-panel {
    gap: 28px;
  }
  .sector-panel h3 {
    font-size: 25px;
  }
  .sector-tabs {
    gap: 20px;
  }
  .sector-tabs button {
    font-size: 12px;
    gap: 7px;
    flex: 1;
  }
  .sector-tabs svg {
    width: 18px;
    height: 18px;
  }
  .decision-grid {
    gap: 22px;
  }
  .decision-grid h3 {
    font-size: 18px;
  }
  .evidence-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .workflow-steps {
    grid-template-columns: 1fr 1fr;
  }
  .scope-layout {
    gap: 25px;
  }
  .cta-band h2 {
    font-size: 28px;
  }
  .cta-band .wrap {
    align-items: start;
    flex-direction: column;
  }
  .workflow-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .workflow-layout figure img {
    aspect-ratio: 1.8;
    object-position: center;
  }
  .workflow-layout .workflow-steps {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .role-strip {
    grid-template-columns: 1fr 1fr;
  }
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .brief-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .adaptation-note {
    gap: 35px;
  }
  .page-heading {
    padding-top: 42px;
  }
  .page-heading h1 {
    font-size: 36px;
  }
  .workspace-columns {
    grid-template-columns: 230px minmax(0, 1fr);
  }
  .job-list {
    padding-right: 16px;
  }
  .job-detail {
    padding-left: 18px;
  }
  .detail-heading {
    flex-direction: column;
    gap: 12px;
  }
  .detail-heading h3 {
    font-size: 19px;
  }
  .app-topline h2 {
    font-size: 21px;
  }
  .demo-tabs button {
    font-size: 12px;
  }
  .demo-tabs {
    gap: 16px;
  }
  .sample-badge {
    font-size: 10px;
  }
  .paired-workspaces {
    grid-template-columns: 1fr;
  }
  .driver-workspace {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .settlement-workspace {
    padding: 25px 0;
  }
  .money-list {
    max-width: 600px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main > div {
    grid-column: 1/-1;
    flex-direction: row;
    gap: 22px;
  }
}
@media (max-width: 700px) {
  .fleet-hero {
    height: auto;
    aspect-ratio: 2/3;
    min-height: 540px;
    max-height: none;
  }
  .fleet-hero img {
    object-position: center center;
  }
  .hero-content {
    padding-top: 32px;
  }
  .hero-content h1 {
    font-size: 36px;
    max-width: 100%;
    line-height: 1.25;
  }
  .hero-content > p:not(.eyebrow) {
    font-size: 15px;
    margin-top: 17px;
  }
  .hero-content .eyebrow {
    font-size: 10px;
    margin-bottom: 17px;
  }
  .hero-actions {
    margin-top: 21px;
    gap: 14px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 10px 13px;
    gap: 8px;
    min-height: 43px;
  }
  .hero-actions .text-link {
    font-size: 11px;
    gap: 5px;
  }
  .hero-shade {
    background: linear-gradient(
      180deg,
      #14221e7d 0%,
      #14221e26 43%,
      transparent 58%
    );
  }
  .hero-index {
    display: none;
  }
  .image-credit {
    font-size: 8px;
    bottom: 10px;
    right: 10px;
  }
  .audience-band {
    padding: 18px 0;
  }
  .audience-band .wrap {
    gap: 12px;
    justify-content: space-between;
  }
  .audience-band a {
    font-size: 10px;
    gap: 5px;
  }
  .audience-band svg {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .sector-panel {
    grid-template-columns: 1fr;
  }
  .sector-panel h3 {
    font-size: 27px;
  }
  .sector-tabs button {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    line-height: 1.4;
    padding-block: 14px;
  }
  .decision-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .decision-grid article {
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: 14px;
    padding-top: 20px;
  }
  .decision-grid article > svg {
    margin: 0;
    grid-row: 1/3;
  }
  .decision-grid h3 {
    margin-bottom: 10px;
  }
  .decision-grid p,
  .decision-grid .check-list {
    grid-column: 2;
  }
  .decision-grid .check-list {
    margin-top: 0;
  }
  .scope-layout {
    grid-template-columns: 1fr;
  }
  .scope-layout h2 {
    font-size: 29px;
  }
  .decision-band,
  .workflow-preview {
    padding-block: 55px;
  }
  .workflow-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .workflow-steps li {
    padding-block: 20px;
  }
  .workflow-layout .workflow-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .page-heading h1 {
    font-size: 31px;
  }
  .page-heading .lead {
    font-size: 14px;
  }
  .page-heading {
    padding-bottom: 28px;
  }
  .adaptation-note {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .adaptation-note h2 {
    font-size: 27px;
  }
  .demo-tabs {
    gap: 14px;
    flex: 1;
  }
  .demo-tabs button {
    gap: 6px;
    font-size: 11px;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 15px;
  }
  .demo-toolbar > .icon-button {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .simulation-notice {
    font-size: 10px;
    align-items: start;
  }
  .simulation-notice svg {
    flex-basis: 16px;
    margin-top: 2px;
  }
  .demo-feedback {
    font-size: 12px;
    min-height: 38px;
  }
  .app-topline {
    flex-direction: column;
    gap: 8px;
    align-items: start;
    padding-block: 18px;
  }
  .app-topline h2 {
    font-size: 23px;
  }
  .workspace-columns {
    grid-template-columns: 1fr;
  }
  .job-list {
    border: 0;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }
  .list-tools {
    grid-template-columns: 1fr 120px;
  }
  .job-list-heading {
    padding-top: 12px;
  }
  .job-row {
    padding: 12px;
    margin-block: 7px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 12px;
  }
  .job-ref {
    grid-column: 1/-1;
  }
  .job-row > strong {
    font-size: 13px;
  }
  .job-row > span:not(.status-tag):not(.job-ref) {
    grid-column: 1;
    grid-row: 3;
  }
  .job-row > .status-tag {
    grid-column: 2;
    grid-row: 2/4;
    align-self: center;
    max-width: 100px;
    font-size: 10px;
  }
  .job-detail {
    padding: 24px 0;
  }
  .detail-heading {
    flex-direction: row;
    align-items: start;
    gap: 12px;
  }
  .detail-heading h3 {
    font-size: 19px;
  }
  .detail-heading > .status-tag {
    max-width: 95px;
    font-size: 10px;
    flex-shrink: 0;
  }
  .assignment-fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .spec-strip strong {
    font-size: 17px;
  }
  .job-progress li {
    font-size: 10px;
  }
  .shipment-summary {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding-block: 22px;
  }
  .shipment-summary strong {
    font-size: 25px;
  }
  .shipment-summary span {
    font-size: 11px;
  }
  .batch-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .batch-bottom .button {
    align-self: flex-start;
  }
  .demo-provenance {
    font-size: 11px;
  }
  .footer-main {
    gap: 28px;
  }
  .footer-main .brand-name {
    font-size: 20px;
  }
  .footer-main > p {
    font-size: 12px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
  .role-strip {
    gap: 25px;
  }
  .role-strip h3 {
    font-size: 17px;
  }
  .role-strip p {
    font-size: 13px;
  }
  .brief-tool {
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .brand-name {
    font-size: 21px;
  }
  .brand-mark {
    width: 37px;
    height: 37px;
    font-size: 16px;
  }
  .brand-name small {
    font-size: 7px;
  }
  .header-actions {
    gap: 12px;
  }
  .hero-content h1 {
    font-size: 32px;
  }
  .audience-band a {
    font-size: 9px;
  }
  .audience-band a svg {
    display: none;
  }
  .sector-tabs {
    gap: 14px;
  }
  .sector-tabs button {
    font-size: 11px;
  }
  .hero-actions {
    gap: 12px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .demo-tabs {
    gap: 12px;
  }
  .demo-tabs button {
    font-size: 10px;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main > div {
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
/* Editorial pages share the fleet site's type, spacing and colour system. */
.journal-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.journal-card { min-width:0; border-top:1px solid #becbc6; }
.journal-card > a { display:block; color:inherit; text-decoration:none; }
.journal-card img { width:100%; aspect-ratio:1.5; object-fit:cover; }
.journal-card-copy { padding:24px 0; }
.journal-card h2 { font-size:24px; line-height:1.4; margin:12px 0; }
.journal-card p:not(.eyebrow) { color:#53605c; font-size:16px; }
.journal-card-footer { display:flex; align-items:center; gap:12px; margin-top:24px; font-weight:600; }
.article-heading { max-width:1060px; padding-top:48px; padding-bottom:40px; }
.article-heading h1 { font-size:48px; line-height:1.2; margin:16px 0 24px; }
.article-heading > .eyebrow { margin-top:42px; }
.article-byline { display:flex; flex-wrap:wrap; gap:12px 24px; color:#56645e; font-size:14px; margin-top:24px; }
.article-byline a { text-decoration:underline; text-underline-offset:3px; }
.analytics-consent[hidden], .analytics-preferences button[hidden] { display:none; }
.analytics-consent { position:fixed; inset:auto 0 0; z-index:100; background:#fff; color:#172c24; border-top:1px solid #82988c; box-shadow:0 -4px 16px #0000000d; }
.analytics-consent-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; padding-block:20px; }
.analytics-consent p { margin:6px 0 0; font-size:14px; line-height:1.5; }
.analytics-consent a { text-decoration:underline; }
.analytics-actions { display:flex; flex-shrink:0; gap:12px; }
.analytics-actions button { min-height:44px; padding:10px 16px; border:1px solid #255943; background:#fff; color:#173d2b; font:inherit; cursor:pointer; }
.analytics-actions button:focus-visible, .analytics-preferences button:focus-visible { outline:3px solid #b5532e; outline-offset:3px; }
.analytics-preferences { padding-block:16px; }
.analytics-preferences button { background:none; border:0; color:#294d3a; font:inherit; font-size:14px; padding:6px 0; text-decoration:underline; cursor:pointer; }
@media (max-width:640px) { .analytics-consent-inner { flex-direction:column; align-items:stretch; gap:14px; padding-block:16px; } .analytics-actions { display:grid; grid-template-columns:1fr 1fr; } }
.article-photo img { width:100%; max-height:560px; object-fit:cover; }
.article-photo figcaption { margin-top:10px; font-size:12px; color:#59655f; }
.article-layout { display:grid; grid-template-columns:240px minmax(0,780px); gap:64px; justify-content:space-between; padding-block:64px; }
.article-toc { align-self:start; position:sticky; top:110px; }
.article-toc nav { display:flex; flex-direction:column; gap:14px; }
.article-toc a { color:#41584b; font-size:14px; line-height:1.6; text-decoration:none; }
.article-toc a:hover { text-decoration:underline; }
.article-body { min-width:0; font-size:18px; line-height:1.9; overflow-wrap:anywhere; }
.article-body > section { margin-top:48px; scroll-margin-top:115px; }
.article-body h2 { font-size:28px; line-height:1.4; margin-bottom:22px; }
.article-body p { margin-block:20px; }
.article-body ol { padding-left:24px; }
.article-body li { margin-bottom:14px; padding-left:6px; }
.article-takeaway { border-left:4px solid #216448; background:#f0f5f2; padding:24px 28px; }
.article-takeaway p { margin-bottom:0; }
.article-table-scroll { max-width:100%; overflow-x:auto; margin:28px 0; }
.article-table-scroll table { width:100%; border-collapse:collapse; font-size:15px; line-height:1.65; }
.article-table-scroll th,.article-table-scroll td { text-align:left; padding:16px; border-bottom:1px solid #ccd8d0; vertical-align:top; }
.article-table-scroll thead { background:#e8f0eb; }
.article-table-scroll th[scope=row] { width:26%; }
.article-source { font-size:14px; }
.article-source a { color:#246045; text-decoration:underline; }
.article-demo { border-top:2px solid #284e3b; padding-top:26px; }
.article-demo .text-link { display:flex; margin-top:24px; }
.related-guides { border-top:1px solid #cad5ce; }
.related-guides .journal-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
@media(max-width:1100px) {
  .article-layout { grid-template-columns:190px minmax(0,1fr); gap:32px; }
  .site-header nav { gap:16px; }
}
@media(max-width:800px) {
  .journal-grid { grid-template-columns:1fr; gap:24px; }
  .article-heading h1 { font-size:34px; }
  .article-layout { display:block; padding-block:32px; }
  .article-toc { position:static; border-bottom:1px solid #cad5ce; padding-bottom:24px; margin-bottom:28px; }
  .article-toc nav { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 20px; }
  .article-body { font-size:17px; }
  .article-body h2 { font-size:25px; }
  .article-table-scroll th,.article-table-scroll td { padding:12px 8px; min-width:100px; }
  .related-guides .journal-grid { grid-template-columns:1fr; }
  .article-takeaway { padding:18px 20px; }
}
.contact-strip { background:#17392c; color:#fff; }
.contact-strip > .wrap { min-height:44px; display:flex; align-items:center; justify-content:flex-end; flex-wrap:wrap; gap:8px 24px; padding-block:4px; font-size:13px; }
.contact-strip > .wrap > span { margin-right:auto; }
.contact-strip a { min-height:36px; display:inline-flex; align-items:center; gap:8px; white-space:nowrap; }
.contact-strip svg { width:15px; height:15px; }
.contact-strip a:hover { text-decoration:underline; }
.contact-section { background:#eef2ed; border-top:1px solid #c8d3cb; padding-block:64px; scroll-margin-top:24px; }
.contact-layout { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,1fr); gap:64px; align-items:start; }
.contact-layout h2 { font-size:36px; line-height:1.2; margin-bottom:20px; }
.contact-layout p { max-width:620px; }
.contact-layout .contact-brand-note { margin-top:20px; font-size:13px; color:#526256; }
.contact-details { display:flex; flex-direction:column; align-items:flex-start; gap:24px; min-width:0; }
.contact-phone { display:flex; align-items:center; gap:16px; }
.contact-phone > svg { width:24px; height:24px; }
.contact-phone small { display:block; font-size:13px; margin-bottom:5px; }
.contact-phone strong { display:block; font-size:28px; line-height:1.3; white-space:nowrap; }
.contact-whatsapp { width:100%; justify-content:center; text-align:center; background:#17392c; color:#fff; }
.contact-email { display:flex; align-items:center; gap:12px; min-height:44px; min-width:0; }
.contact-email span { overflow-wrap:anywhere; }
.contact-message-note { font-size:12px; color:#526256; }
.footer-contact { display:flex; flex-direction:column; gap:10px; font-style:normal; font-size:14px; min-width:0; }
.footer-contact a { overflow-wrap:anywhere; }
.footer-contact .parent-brand-link { margin-top:8px; font-size:12px; display:flex; align-items:center; gap:6px; }
.footer-contact .parent-brand-link svg { width:14px; height:14px; flex-shrink:0; }
@media(max-width:800px) {
  .contact-layout { grid-template-columns:1fr; gap:32px; }
  .contact-layout h2 { font-size:28px; }
  .contact-section { padding-block:40px; }
  .contact-strip > .wrap { gap:4px 12px; font-size:12px; }
  .contact-strip a { gap:5px; }
}
@media(max-width:380px) {
  .contact-strip > .wrap { gap:4px 8px; font-size:11px; }
  .contact-strip svg { width:13px; height:13px; }
  .contact-phone strong { font-size:26px; }
}
