/* TruckLo blog listing - Figma 232:1711 / 120:14050 */
.tl-page--blog {
  --blog-gutter: 100px;
  --blog-max: 1640px;
  color: #0d1234;
}
.tl-page--blog .tl-main { overflow: hidden; }
.tl-blog-page__wrap {
  width: min(100% - 2 * var(--blog-gutter), var(--blog-max));
  margin-inline: auto;
}
.tl-blog-page__eyebrow {
  margin: 0 0 10px;
  color: #ef4136;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tl-blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  min-height: 520px;
  background: #fff;
}
.tl-blog-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 100px);
  background: #fff;
}
.tl-blog-hero__copy h1 {
  margin: 0;
  max-width: 14ch;
  font: 700 clamp(42px, 5vw, 72px)/1.05 "Open Sans", sans-serif;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.tl-blog-hero__copy > p {
  max-width: 42ch;
  margin: 22px 0 28px;
  color: #565a65;
  font: 400 18px/1.6 "Open Sans", sans-serif;
}
.tl-blog-hero__news {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 420px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.tl-blog-hero__news-row {
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 18px;
  border-radius: 999px;
  background: #f4f4f5;
  border: 1px solid rgba(13,18,52,.08);
}
.tl-blog-hero__news-row input[type="email"] {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  min-height: 44px;
  outline: none;
}
.tl-blog-hero__flash {
  margin: 12px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: #ef4136;
}
.tl-blog-hero__flash[data-ok="1"] { color: #1a7f4b; }
.tl-blog-hero__news-row button {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #0d1234;
  color: #ef4136;
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
}
.tl-blog-hero__media {
  position: relative;
  overflow: hidden;
  background: #0d1234;
}
.tl-blog-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .92;
}
.tl-blog-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 30%);
}

.tl-blog-page__content {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 48px;
  padding: 72px 0 110px;
}
.tl-blog-side__nav {
  display: grid;
  gap: 8px;
}
.tl-blog-side__nav a {
  display: block;
  padding: 12px 14px;
  border-radius: 12px;
  color: #414550;
  text-decoration: none;
  font-weight: 600;
}
.tl-blog-side__nav a.is-active,
.tl-blog-side__nav a:hover {
  background: #f4f4f5;
  color: #ef4136;
}
.tl-blog-page__heading h2 {
  margin: 0 0 28px;
  font: 700 clamp(28px, 3vw, 40px)/1.15 "Open Sans", sans-serif;
}
.tl-blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.tl-blog-crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px 0 8px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #62646e;
}
.tl-blog-crumbs a { color: inherit; text-decoration: none; }
.tl-blog-crumbs [aria-current="page"] { font-weight: 700; }
.tl-blog-page__tag {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 4px;
  background: rgba(239,65,54,.12);
  color: #ef4136;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: none;
}
.tl-blog-page__cta-inner p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.8);
  font-size: 18px;
}
.tl-blog-page__empty { grid-column: 1 / -1; color: #656978; }
.tl-blog-page__card h3 {
  margin: 10px 0 8px;
  font: 700 22px/1.25 "Open Sans", sans-serif;
}
.tl-blog-page__card h3 a { color: inherit; text-decoration: none; }
.tl-blog-page__card p {
  margin: 0 0 14px;
  color: #565a65;
  line-height: 1.55;
}
.tl-blog-page__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ef4136;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
}

.tl-blog-page__cta {
  background: #0d1234;
  color: #fff;
}
.tl-blog-page__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 64px 0;
}
.tl-blog-page__cta h2 {
  margin: 0;
  font: 700 clamp(28px, 3vw, 42px)/1.15 "Open Sans", sans-serif;
}

@media (max-width: 1100px) {
  .tl-blog-page__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .tl-page--blog { --blog-gutter: 20px; }
  .tl-blog-hero { grid-template-columns: 1fr; min-height: 0; }
  .tl-blog-hero__media { min-height: 240px; }
  .tl-blog-page__content { grid-template-columns: 1fr; gap: 28px; padding-top: 40px; }
  .tl-blog-side__nav { display: flex; flex-wrap: wrap; gap: 8px; }
  .tl-blog-page__grid { grid-template-columns: 1fr; }
  .tl-blog-page__cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ===== Article (232:1711 / 644:4672) ===== */
.tl-page--blog-article .tl-blog-article {
  color: #0d1234;
}
.tl-blog-article__crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 20px 0;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #62646e;
}
.tl-blog-article__crumbs a { color: inherit; text-decoration: none; }
.tl-blog-article__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 40px;
  align-items: center;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(13,18,52,.1);
}
.tl-blog-article__hero h1 {
  margin: 0 0 16px;
  font: 700 clamp(32px, 4vw, 48px)/1.15 "Open Sans", sans-serif;
}
.tl-blog-article__hero-lead {
  margin: 0;
  color: #565a65;
  font: 400 18px/1.6 "Open Sans", sans-serif;
  max-width: 54ch;
}
.tl-blog-article__hero-media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #eceef3;
  aspect-ratio: 4 / 3;
}
.tl-blog-article__hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tl-blog-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  padding: 48px 0 80px;
  align-items: start;
}
.tl-blog-article__body {
  font: 400 17px/1.75 "Open Sans", sans-serif;
  color: #2f3440;
}
.tl-blog-article__body > *:first-child { margin-top: 0; }
.tl-blog-article__body h2 {
  margin: 40px 0 16px;
  font: 700 32px/1.2 "Open Sans", sans-serif;
  color: #0d1234;
}
.tl-blog-article__body h3 {
  margin: 28px 0 12px;
  font: 700 22px/1.25 "Open Sans", sans-serif;
  color: #0d1234;
}
.tl-blog-article__body p { margin: 0 0 18px; }
.tl-blog-article__body ul,
.tl-blog-article__body ol {
  margin: 0 0 22px;
  padding-left: 1.25rem;
}
.tl-blog-article__body li { margin-bottom: 8px; }
.tl-blog-article__body .tl-blog-figure {
  margin: 28px 0;
  border-radius: 14px;
  overflow: hidden;
}
.tl-blog-article__body .tl-blog-figure img {
  width: 100%;
  display: block;
  vertical-align: middle;
}
.tl-blog-article__body .tl-blog-figures {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}
.tl-blog-article__body .tl-blog-figures--2 { grid-template-columns: 1fr 1fr; }
.tl-blog-article__body .tl-blog-figures--3 { grid-template-columns: repeat(3, 1fr); }
.tl-blog-article__body .tl-blog-figures img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.tl-blog-article__body .tl-blog-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}
.tl-blog-article__body .tl-blog-compare__card {
  border: 1px solid rgba(13,18,52,.1);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.tl-blog-article__body .tl-blog-compare__card img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}
.tl-blog-article__body .tl-blog-compare__card > div { padding: 16px; }
.tl-blog-article__body .tl-blog-compare__card h3 { margin: 0 0 8px; font-size: 18px; }
.tl-blog-article__aside {
  display: grid;
  gap: 24px;
  position: sticky;
  top: 100px;
}
.tl-blog-aside-block h2 {
  margin: 0 0 14px;
  font: 700 18px/1.3 "Open Sans", sans-serif;
}
.tl-blog-aside-block nav { display: grid; gap: 8px; }
.tl-blog-aside-block a {
  color: #414550;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.tl-blog-aside-block a:hover,
.tl-blog-aside-block a.is-active { color: #ef4136; }
.tl-blog-aside-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tl-blog-aside-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f0f1f4;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d1234;
}
.tl-blog-aside-promo {
  padding: 22px;
  border-radius: 16px;
  background: #0d1234;
  color: #fff;
}
.tl-blog-aside-promo p { margin: 0 0 14px; line-height: 1.5; }
.tl-blog-aside-promo a {
  color: #ff8f86;
  font-weight: 700;
  text-decoration: none;
}
.tl-blog-article__mid-cta {
  margin: 0 0 64px;
  padding: 40px 32px;
  border-radius: 16px;
  background: #0d1234;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.tl-blog-article__mid-cta h2 {
  margin: 0;
  font: 700 28px/1.2 "Open Sans", sans-serif;
}
.tl-blog-related {
  padding: 0 0 80px;
}
.tl-blog-related h2 {
  margin: 0 0 28px;
  font: 700 clamp(28px, 3vw, 40px)/1.15 "Open Sans", sans-serif;
}
.tl-blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 980px) {
  .tl-blog-article__hero { grid-template-columns: 1fr; }
  .tl-blog-article__layout { grid-template-columns: 1fr; }
  .tl-blog-article__aside { position: static; }
  .tl-blog-article__body .tl-blog-figures--2,
  .tl-blog-article__body .tl-blog-figures--3,
  .tl-blog-article__body .tl-blog-compare,
  .tl-blog-related__grid { grid-template-columns: 1fr; }
}
