/* Lane B only: V21 parity adapters for the three fleet application pages. */
html,
body { max-width: 100%; overflow-x: hidden; }

.lane-b-v21-module {
  margin: 66px 0 22px;
  padding: 18px 24px;
  background: #15191d;
  color: #fff;
}

/* Preserve the V21 hero geometry while loading each target's existing optimized image. */
.lane-b-delivery .truck-v4-hero:before{background-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),url("../images/performance/applications/gps-tracking-delivery-vehicles-480.webp")}
.lane-b-logistics .truck-v4-hero:before{background-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),url("../images/field-operations-selected/05-port-container-1427541.jpg")}
.lane-b-company .truck-v4-hero:before{background-image:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.25)),url("../images/performance/applications/gps-tracking-company-vehicles-480.webp")}

.lane-b-v21-module .v5-index {
  display: block;
  margin: 0;
  color: #e44;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.truck-v5-main > p,
.truck-v5-main > ul,
.truck-v5-main > ol,
.truck-v5-main > blockquote,
.truck-v5-main > figure,
.truck-v5-main > h2 {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.truck-v5-main > p,
.truck-v5-main > li,
.truck-v5-main > ul li,
.truck-v5-main > ol li {
  font-size: 18px;
  line-height: 1.75;
}

.truck-v5-main > p { color: #2a3138; }
.truck-v5-main h2 { max-width: none; }

.truck-v5-main .key-takeaway {
  margin: 28px 0 36px;
  padding: 20px 24px;
  border-left: 4px solid #c62828;
  background: #f2f4f5;
}

.truck-v5-main .key-takeaway p { margin: 0; }

.truck-v5-main figure.lx-fig,
.truck-v5-main figure.delivery-figure {
  width: 100%;
  max-width: none;
  margin: 30px 0;
}

.truck-v5-main figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line, #dfe3e8);
}

.truck-v5-main figure figcaption {
  margin-top: 9px;
  color: var(--muted, #5b6672);
  font-size: 13px;
  line-height: 1.6;
}

/* Lane B editorial figures use a bounded image, not a bounded figure shell. */
body.lane-b-delivery .truck-v5-main figure.lx-fig,
body.lane-b-delivery .truck-v5-main figure.delivery-figure,
body.lane-b-logistics .truck-v5-main figure.lx-fig,
body.lane-b-logistics .truck-v5-main figure.delivery-figure,
body.lane-b-company .truck-v5-main figure.lx-fig,
body.lane-b-company .truck-v5-main figure.delivery-figure{max-height:none;overflow:visible}
body.lane-b-delivery .truck-v5-main figure.lx-fig>img,
body.lane-b-delivery .truck-v5-main figure.delivery-figure>img,
body.lane-b-logistics .truck-v5-main figure.lx-fig>img,
body.lane-b-logistics .truck-v5-main figure.delivery-figure>img,
body.lane-b-company .truck-v5-main figure.lx-fig>img,
body.lane-b-company .truck-v5-main figure.delivery-figure>img{display:block;width:100%;max-width:100%;height:auto;max-height:520px;object-fit:cover}
@media(max-width:720px){body.lane-b-delivery .truck-v5-main figure.lx-fig>img,body.lane-b-delivery .truck-v5-main figure.delivery-figure>img,body.lane-b-logistics .truck-v5-main figure.lx-fig>img,body.lane-b-logistics .truck-v5-main figure.delivery-figure>img,body.lane-b-company .truck-v5-main figure.lx-fig>img,body.lane-b-company .truck-v5-main figure.delivery-figure>img{max-height:300px}}

.v16-table-wrap {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.v16-table-wrap table {
  min-width: 720px;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.v16-table-wrap th,
.v16-table-wrap td {
  padding: 12px 14px;
  border: 1px solid var(--line, #dfe3e8);
  text-align: left;
  vertical-align: top;
}

.v16-table-wrap thead th {
  background: var(--ink, #131820);
  color: #fff;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v16-table-wrap tbody th {
  width: 26%;
  background: #f6f8f9;
  color: var(--ink, #131820);
  font-weight: 700;
}

.v16-check-list {
  width: 100%;
  max-width: none;
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
  counter-reset: v16-check;
}

.v16-check-list > li {
  counter-increment: v16-check;
  position: relative;
  margin: 0;
  padding: 22px 0 22px 58px;
  border-top: 1px solid var(--line, #dfe3e8);
}

.v16-check-list > li:last-child { border-bottom: 1px solid var(--line, #dfe3e8); }

.v16-check-list > li::before {
  content: counter(v16-check, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 0;
  color: #c62828;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.v16-check-list > li p { margin: 5px 0; }

.truck-v5-main .truck-v5-faq {
  width: 100%;
  max-width: none;
  margin: 72px 0 0;
  padding: 0;
  background: #fff;
}

.truck-v5-main .truck-v5-faq details {
  max-width: none;
  border-top: 1px solid var(--line, #dfe3e8);
}

.truck-v5-main .truck-v5-faq details:last-child { border-bottom: 1px solid var(--line, #dfe3e8); }

.truck-v5-main .truck-v5-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  color: #131820;
  font-size: 16px;
  font-weight: 600;
}

.truck-v5-main .truck-v5-faq details > p {
  max-width: 70ch;
  margin: 0;
  padding: 8px 0 20px;
  color: #4c555d;
  font-size: 15px;
  line-height: 1.65;
}

.truck-v5-main .company-inline-cta a,
.truck-v5-main .logistics-inline-cta a,
.truck-v5-main .delivery-inline-cta a {
  display: inline-block;
  padding: 12px 18px;
  background: var(--red, #e5372f);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.truck-v5-main .company-inline-cta,
.truck-v5-main .logistics-inline-cta,
.truck-v5-main .delivery-inline-cta { margin: 28px 0 36px; }

.lane-b-related {
  margin-top: 72px;
  padding: 42px 0 0;
  border-top: 1px solid var(--line, #dfe3e8);
}

.lane-b-related .container { width: 100%; }
.lane-b-related .section-head { margin-bottom: 24px; }
.lane-b-related .related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lane-b-related .related-card { display: block; padding: 22px; border-top: 3px solid #c62828; background: #f2f4f5; color: inherit; text-decoration: none; }
.lane-b-related .related-card h3 { margin: 8px 0; }
.lane-b-related .related-card p { margin: 0; line-height: 1.6; }

.v21-author-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; box-sizing: border-box; }
.v21-author-shell .truck-v5-author { margin-top: 48px; }

@media (max-width: 720px) {
  .lane-b-v21-module { margin-top: 48px; padding: 16px 20px; }
  .truck-v5-main > p,
  .truck-v5-main > li,
  .truck-v5-main > ul li,
  .truck-v5-main > ol li { font-size: 16px; }
  .v16-table-wrap table { min-width: 720px; }
  .v16-check-list > li { padding-left: 48px; }
  .lane-b-related .related-grid { grid-template-columns: 1fr; }
  .v21-author-shell { width: calc(100% - 40px); }
}
