/* TruckLo Home - Figma 65:1543 / 644:13457 */
:root {
  --tl-primary: #0d1234;
  --tl-accent: #ef4136;
  --tl-ink: #292d32;
  --tl-muted-bg: #f4f4f5;
  --tl-white: #ffffff;
  --tl-border: rgba(13, 18, 52, 0.12);
  --tl-font-display: "Open Sans", system-ui, sans-serif;
  --tl-font-ui: "Inter", system-ui, sans-serif;
  --tl-radius-pill: 56px;
  --tl-radius-btn: 0 16px 16px 16px;
  --tl-content-max: 1640px;
  --tl-gutter: 140px;
}

.tl-page--home {
  background: var(--tl-white);
  color: var(--tl-primary);
  font-family: var(--tl-font-ui);
}

.tl-page--home .tl-main {
  overflow-x: clip;
}

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

.tl-home-wrap {
  width: min(100% - 2 * var(--tl-gutter), var(--tl-content-max));
  margin-inline: auto;
}

.tl-eyebrow {
  margin: 0 0 0.25rem;
  font-family: var(--tl-font-ui);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--tl-accent);
}

.tl-home-h2 {
  margin: 0;
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
  color: var(--tl-primary);
}

.tl-home-lead {
  margin: 1rem 0 0;
  font-family: var(--tl-font-display);
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.45;
  color: var(--tl-ink);
  max-width: 42rem;
}

.tl-home-section {
  padding: 120px 0;
}

.tl-home-section__head { margin-bottom: 48px; }
.tl-home-section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.tl-home-section__head--center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tl-home-section__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.tl-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--tl-primary);
}
.tl-text-link:hover { color: var(--tl-accent); }

/* --- Hero --- */
.tl-home-hero {
  position: relative;
  min-height: 900px;
  padding: 63px 0 80px;
  background: var(--tl-white);
  overflow: hidden;
  container-type: inline-size;
  container-name: tl-hero;
}

.tl-home-hero__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Figma artboard 1920 - scale as one composition (nodes 65:2153–65:2157) */
.tl-home-hero__art-stage {
  /* length/length → unitless number required by scale() */
  --tl-hero-scale: min(1, 100vw / 1920px);
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 900px;
  margin-left: -960px;
  transform: scale(var(--tl-hero-scale));
  transform-origin: top center;
}
@supports (width: 1cqw) {
  .tl-home-hero__art-stage {
    --tl-hero-scale: min(1, 100cqw / 1920px);
  }
}

.tl-home-hero__veh {
  position: absolute;
  opacity: 0.9;
  overflow: hidden;
  pointer-events: none;
}
.tl-home-hero__veh img {
  position: absolute;
  max-width: none;
  display: block;
}

.tl-home-hero__veh--tl {
  width: 696px;
  height: 356px;
  left: -67px;
  top: -62px;
  transform: rotate(2.83deg);
}
.tl-home-hero__veh--tl img {
  width: 295.18%;
  height: 314.75%;
  left: -99.58%;
  top: -214.75%;
}
.tl-home-hero__veh--van {
  width: 757px;
  height: 768px;
  left: -242px;
  top: 217px;
  transform: scaleX(-1);
}
.tl-home-hero__veh--van img {
  width: 186.12%;
  height: 100%;
  left: -86.06%;
  top: 0;
}
.tl-home-hero__veh--tr {
  width: 538px;
  height: 299px;
  left: 1304px;
  top: -36px;
}
.tl-home-hero__veh--tr img {
  width: 109.29%;
  height: 107.28%;
  left: -9.29%;
  top: -6.98%;
}
.tl-home-hero__veh--tanker {
  width: 554px;
  height: 465px;
  left: 1452px;
  top: 170px;
}
.tl-home-hero__veh--tanker img {
  width: 437.27%;
  height: 284.44%;
  left: -229.19%;
  top: 0;
}
.tl-home-hero__veh--bus {
  width: 1011px;
  height: 287px;
  left: 1410px;
  top: 574px;
  transform: rotate(-2.9deg) scaleX(-1);
}
.tl-home-hero__veh--bus img {
  width: 269.73%;
  height: 518.92%;
  left: -31.99%;
  top: -412.84%;
}

.tl-home-hero__content {
  position: relative;
  z-index: 1;
  width: min(899px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
}
.tl-home-hero__content::before {
  content: "";
  position: absolute;
  inset: -48px -96px;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0) 72%);
}

.tl-home-hero__title {
  margin: 0;
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: 80px;
  line-height: 84px;
  color: var(--tl-primary);
}
.tl-home-hero__title span { display: block; }
.tl-home-hero__title-accent { color: var(--tl-accent); }

.tl-home-hero__sub {
  margin: 0;
  font-family: var(--tl-font-display);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: var(--tl-ink);
}

.tl-home-hero__controls {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.tl-tabs {
  display: inline-flex;
  align-items: center;
  background: var(--tl-muted-bg);
  border-radius: var(--tl-radius-pill);
  padding: 4px;
}

.tl-tabs__btn {
  appearance: none;
  border: 0;
  background: transparent;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
  color: var(--tl-ink);
  padding: 18px 60px;
  border-radius: 46px;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.tl-tabs__btn.is-active {
  background: var(--tl-white);
  color: var(--tl-accent);
}

.tl-searchbar {
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--tl-primary);
  border: 1px solid var(--tl-primary);
  border-radius: var(--tl-radius-pill);
  padding: 4px;
  gap: 0;
}
.tl-searchbar.is-hidden { display: none; }

.tl-searchbar__mobile-label {
  display: none;
  margin: 0 0 12px;
  font-size: 16px;
  color: var(--tl-ink);
  text-align: center;
}

.tl-searchbar__field {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 10px 20px;
  font-family: var(--tl-font-ui);
  color: var(--tl-white);
  text-decoration: none;
  position: relative;
}
.tl-searchbar__field--query {
  border-right: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 46px 0 0 46px;
}
.tl-searchbar__field span,
.tl-searchbar__field select,
.tl-searchbar__field input {
  font-family: var(--tl-font-ui);
  font-size: 18px;
  color: var(--tl-white);
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  appearance: none;
}
.tl-searchbar__field select:focus-visible,
.tl-searchbar__field input:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.tl-searchbar__field select option { color: var(--tl-primary); }
.tl-searchbar__field input::placeholder { color: rgba(255,255,255,.75); }
.tl-searchbar__chevron {
  flex-shrink: 0;
  pointer-events: none;
  filter: brightness(0) invert(1);
}
.tl-searchbar__field img:first-child {
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.tl-searchbar__submit {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
}
.tl-searchbar__submit--icon {
  width: 80px;
  height: 80px;
  border-radius: 46px;
  background: var(--tl-white);
}
.tl-searchbar__submit--icon img {
  filter: invert(27%) sepia(89%) saturate(2878%) hue-rotate(346deg) brightness(97%) contrast(93%);
}
.tl-searchbar__submit--text {
  display: none;
  height: 60px;
  padding: 0 20px;
  border-radius: 46px;
  background: var(--tl-white);
  color: var(--tl-primary);
}
.tl-searchbar__submit--text img { filter: none; }

/* --- Lead wizard (Figma 619:* Pomóż mi znaleźć) --- */
.tl-searchbar--wizard {
  display: block;
  background: transparent;
  border: 0;
  padding: 0;
  width: min(100%, 900px);
  margin-inline: auto;
}
.tl-lead-wiz {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}
.tl-lead-wiz.is-hidden,
.tl-lead-wiz__card.is-hidden,
.tl-lead-wiz__step.is-hidden,
.tl-lead-wiz__result.is-hidden {
  display: none !important;
}
.tl-lead-wiz__card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: var(--tl-primary, #0d1234);
  color: #fff;
  border-radius: 48px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(13, 18, 52, 0.28);
}
.tl-lead-wiz__progress {
  margin: 0;
  text-align: center;
  font-family: var(--tl-font-ui);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.tl-lead-wiz__step {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 28px;
}
.tl-lead-wiz__title {
  margin: 0;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}
.tl-lead-wiz__catrow {
  display: flex;
  justify-content: center;
}
.tl-lead-wiz__select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 446px);
  height: 60px;
  padding: 0 16px;
  background: #fff;
  border-radius: 56px;
  color: var(--tl-primary, #0d1234);
  box-sizing: border-box;
}
.tl-lead-wiz__select img:first-child {
  flex-shrink: 0;
  filter: none;
}
.tl-lead-wiz__select select {
  flex: 1;
  min-width: 0;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
  color: var(--tl-primary, #0d1234);
  cursor: pointer;
}
.tl-lead-wiz__chevron {
  flex-shrink: 0;
  pointer-events: none;
}
.tl-lead-wiz__select--field {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.tl-lead-wiz__select--field select {
  color: #fff;
  font-weight: 500;
}
.tl-lead-wiz__select--field .tl-lead-wiz__chevron {
  filter: brightness(0) invert(1);
}
.tl-lead-wiz__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.tl-lead-wiz__pill {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border: 1px solid transparent;
  background: #f4f4f5;
  color: #292d32;
  border-radius: 56px;
  padding: 4px 28px;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, color .15s ease;
}
.tl-lead-wiz__pill.is-selected,
.tl-lead-wiz__pill[aria-selected="true"] {
  background: linear-gradient(90deg, rgba(239, 65, 54, 0.2), rgba(239, 65, 54, 0.2)), #fff;
  border-color: var(--tl-accent, #ef4136);
  color: var(--tl-accent, #ef4136);
}
.tl-lead-wiz__pill--cat {
  gap: 10px;
  padding-inline: 18px 22px;
}
.tl-lead-wiz__pill--cat img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
  filter: none;
}
.tl-lead-wiz__pill--cat img[src*="emobility"] {
  filter: none;
}
.tl-lead-wiz__pills--cats {
  gap: 12px;
}
.tl-lead-wiz__empty {
  margin: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}
.tl-lead-wiz__fields {
  display: grid;
  gap: 16px;
  width: min(100%, 573px);
  margin-inline: auto;
}
.tl-lead-wiz__field input {
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 56px;
  padding: 0 20px;
  font-family: var(--tl-font-ui);
  font-size: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.tl-lead-wiz__field input::placeholder { color: rgba(255, 255, 255, 0.75); }
.tl-lead-wiz__field input.is-invalid {
  outline: 2px solid #ffb4a8;
}
.tl-lead-wiz__drop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: min(100%, 447px);
  margin: 0 auto;
  padding: 28px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
}
.tl-lead-wiz__drop.is-drag {
  border-color: var(--tl-accent, #ef4136);
  background: rgba(239, 65, 54, 0.12);
}
.tl-lead-wiz__drop-icon {
  font-size: 40px;
  line-height: 1;
  opacity: 0.9;
}
.tl-lead-wiz__drop-title {
  font-weight: 600;
  font-size: 18px;
}
.tl-lead-wiz__drop-or {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.tl-lead-wiz__drop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 46px;
  background: #fff;
  color: var(--tl-accent, #ef4136);
  font-weight: 600;
  font-size: 16px;
}
.tl-lead-wiz__drop-hint {
  max-width: 260px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
}
.tl-lead-wiz__drop-name {
  font-weight: 600;
  color: #fff;
}
.tl-lead-wiz__error {
  margin: 0;
  color: #ffb4a8;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
.tl-lead-wiz__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
}
.tl-lead-wiz__back[hidden],
.tl-lead-wiz__next[hidden],
.tl-lead-wiz__drop-name[hidden] {
  display: none !important;
}
.tl-lead-wiz__back {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #bababa;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  padding: 10px 4px;
}
.tl-lead-wiz__back img {
  width: 24px;
  height: 24px;
  color: #bababa;
}
.tl-lead-wiz__next {
  margin-left: auto;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 80px;
  border: 0;
  background: var(--tl-accent, #ef4136);
  color: #fff;
  font-family: var(--tl-font-ui);
  font-weight: 600;
  font-size: 18px;
  border-radius: 46px;
  padding: 10px 40px;
  cursor: pointer;
}
.tl-lead-wiz__next img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}
.tl-lead-wiz__next:disabled { opacity: 0.7; cursor: wait; }
.tl-lead-wiz__next--submit { padding-inline: 36px; }

.tl-lead-wiz__result {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(13, 18, 52, 0.1);
  text-align: left;
  color: var(--tl-primary, #0d1234);
}
.tl-lead-wiz__result-lead { margin: 0 0 12px; font-weight: 600; }
.tl-lead-wiz__matches { display: grid; gap: 10px; }
.tl-lead-wiz__match {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f6f7fb;
}
.tl-lead-wiz__match a { color: var(--tl-accent, #ef4136); text-decoration: none; }
.tl-lead-wiz__match p { margin: 4px 0 0; color: #595d68; font-size: 0.92rem; }
.tl-lead-wiz__nomatch { margin: 0; color: #595d68; }

.tl-lead-wiz--page .tl-lead-wiz__card { margin-top: 8px; }
.tl-section--quiz .tl-wrap--narrow { max-width: 920px; }

@media (max-width: 768px) {
  .tl-searchbar--wizard { width: 100%; }
  .tl-lead-wiz__card { border-radius: 28px; padding: 16px; }
  .tl-lead-wiz__title { font-size: 18px; }
  .tl-lead-wiz__pill {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    min-height: 52px;
  }
  .tl-lead-wiz__next {
    min-height: 56px;
    padding: 10px 22px;
    font-size: 16px;
  }
  .tl-lead-wiz__back { font-size: 16px; }
  .tl-lead-wiz__select { width: 100%; }
}

/* --- Partner logo strip (under hero) --- */
.tl-logo-strip {
  border-top: 1px solid rgba(13, 18, 52, 0.08);
  padding: 24px 0;
  background: var(--tl-white);
  overflow: hidden;
}
.tl-logo-strip__track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  padding-inline: var(--tl-gutter);
  animation: tl-logo-marquee 40s linear infinite;
}
.tl-logo-strip__logo {
  width: 156px;
  height: 182px;
  object-fit: contain;
  object-position: bottom;
  opacity: 0.55;
  flex-shrink: 0;
}
@keyframes tl-logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .tl-logo-strip__track { animation: none; }
}

/* --- Categories --- */
.tl-home-categories {
  background: var(--tl-primary);
  padding: 120px 0;
}
.tl-home-categories .tl-eyebrow {
  color: var(--tl-accent);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--tl-font-display);
  text-transform: uppercase;
}
.tl-home-categories .tl-home-h2 {
  color: var(--tl-white);
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
}
.tl-home-categories .tl-home-section__head {
  margin-bottom: 80px;
}
.tl-cat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.tl-cat-grid__item { display: contents; }
.tl-cat-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  min-height: 264px;
  padding: 40px 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 16px 16px 16px;
  text-decoration: none;
  color: var(--tl-white);
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  text-align: center;
  transition: transform .15s ease, background .15s ease;
}
.tl-cat-tile:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.28);
}
.tl-cat-tile img {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
}
.tl-cat-tile--eco img {
  filter: none;
}

/* --- Ready stock --- */
.tl-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: none;
}
.tl-carousel::-webkit-scrollbar { display: none; }
.tl-carousel__arrows { display: flex; gap: 8px; }
.tl-carousel__arrow {
  width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 50%;
  border: 1px solid #7f8084;
  background: var(--tl-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.tl-carousel__arrow--next {
  background: #ef4136;
  border-color: #ef4136;
}
.tl-carousel__arrow--next img { filter: brightness(0) invert(1); }
.tl-carousel__arrow:first-child { opacity: 0.55; }

.tl-home-h2--ready {
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
  text-transform: uppercase;
}

.tl-offer-card {
  flex: 0 0 min(530px, 85vw);
  scroll-snap-align: start;
  background: var(--tl-white);
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 16px;
  overflow: hidden;
}
.tl-offer-card__media {
  display: block;
  height: 360px;
  background: #fff;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.tl-offer-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-offer-card__body { padding: 20px; }
.tl-offer-card__cat {
  margin: 0;
  font-size: 14px;
  color: #707072;
  font-weight: 400;
}
.tl-offer-card__title {
  margin: 4px 0 12px;
  font-family: var(--tl-font-display);
  font-size: 20px;
  line-height: 1.3;
  color: #0a0c19;
  font-weight: 700;
}
.tl-offer-card__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: 40px;
  color: var(--tl-primary);
}
.tl-offer-card__price small {
  font-size: 20px;
  font-weight: 700;
  height: 32px;
}
.tl-offer-card__meta {
  margin: 12px 0 0;
  font-size: 14px;
  color: var(--tl-ink);
}

/* --- Trust --- */
.tl-home-trust {
  position: relative;
  background: var(--tl-primary);
  padding: 120px 0;
  overflow: hidden;
}
.tl-home-trust__art {
  position: absolute;
  left: -94px;
  top: -82px;
  width: min(45vw, 864px);
  opacity: 0.1;
  mix-blend-mode: luminosity;
  pointer-events: none;
}
.tl-home-trust__art img {
  width: 100%;
  height: auto;
}
.tl-home-trust__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  align-items: center;
}
.tl-home-trust__copy {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.tl-home-trust__intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tl-home-trust .tl-home-h2 {
  color: var(--tl-white);
  font-size: clamp(36px, 4vw, 64px);
  line-height: 84px;
  max-width: 613px;
}
.tl-home-trust .tl-home-lead {
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  max-width: 613px;
  margin: 0;
}
.tl-trust-stats {
  display: flex;
  gap: 60px;
  margin: 0;
}
.tl-trust-stat {
  background: transparent;
  border-radius: 24px;
  padding: 40px;
  text-align: left;
}
.tl-trust-stat__num {
  margin: 0;
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: var(--tl-white);
}
.tl-trust-stat__label {
  margin: 10px 0 0;
  font-size: 18px;
  color: var(--tl-white);
}
.tl-trust-logos {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: flex-end;
  max-height: 585px;
  overflow: hidden;
}
.tl-trust-logos__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: min(100%, 314px);
}
.tl-trust-logos__col--offset {
  transform: translateY(40px);
}
.tl-trust-logo {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0 16px 16px 16px;
  height: auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 1;
}
.tl-trust-logo img {
  max-height: 182px;
  width: 156px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

/* --- Join TruckLo --- */
.tl-home-join {
  position: relative;
  overflow: hidden;
  background: var(--tl-white);
}
.tl-home-join__art {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
}
.tl-home-join__art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-home-join .tl-home-wrap { position: relative; z-index: 1; }
.tl-home-join .tl-home-h2 {
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
}
.tl-home-join .tl-home-section__head { margin-bottom: 80px; }
.tl-join-panel {
  display: flex;
  gap: 40px;
  align-items: flex-end;
  padding: 40px;
  background: rgba(13, 18, 52, 0.9);
  border-radius: 0 16px 16px 16px;
  min-width: 0;
  overflow: hidden;
}
.tl-join-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.tl-join-item {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 0;
}
.tl-join-item__icon {
  width: 60px;
  height: 60px;
  border-radius: 46px;
  background: var(--tl-primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.tl-join-item__text {
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.15;
  color: var(--tl-white);
  min-width: 0;
  overflow-wrap: anywhere;
  hyphens: auto;
}
.tl-join-panel__cta { flex-shrink: 0; }

/* --- Blog --- */
.tl-home-blog .tl-home-h2 {
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
}
.tl-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.tl-blog-card {
  background: var(--tl-white);
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tl-blog-card__media {
  display: block;
  height: 360px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.tl-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-blog-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 20px; }
.tl-blog-card__tag {
  align-self: flex-start;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  background: var(--tl-muted-bg);
  color: var(--tl-primary);
}
.tl-blog-card__title {
  margin: 0;
  font-family: var(--tl-font-display);
  font-size: 20px;
  line-height: 1.35;
  color: var(--tl-primary);
}
.tl-blog-card__lead {
  margin: 0;
  color: #62646e;
  font-size: 14px;
  line-height: 1.45;
  flex: 1;
}

/* --- Partners --- */
.tl-partners-card {
  border-radius: 16px;
  overflow: hidden;
  background: var(--tl-white);
}
.tl-partners-promo {
  position: relative;
  height: 600px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.tl-partners-promo__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-partners-promo__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 48px;
  background: linear-gradient(
    to top,
    #0d1234 14%,
    rgba(13, 18, 52, 0.8) 35%,
    rgba(13, 18, 52, 0) 72%
  );
}
.tl-partners-promo__nav {
  display: flex;
  gap: 20px;
}
.tl-partners-promo__arrow {
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 46px;
  background: var(--tl-primary);
  display: grid;
  place-items: center;
  cursor: default;
}
.tl-partners-promo__arrow img { filter: brightness(0) invert(1); }
.tl-partners-promo__copy {
  width: min(100%, 538px);
  text-align: right;
  color: var(--tl-white);
}
.tl-partners-promo__eyebrow {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tl-accent);
}
.tl-partners-promo__title {
  margin: 0;
  font-family: var(--tl-font-display);
  font-weight: 700;
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
  text-transform: uppercase;
  color: var(--tl-white);
}
.tl-partners-promo__lead {
  margin: 0 0 24px;
  font-size: 21px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.tl-partners-promo__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tl-white);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.tl-partners-mid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(10, 12, 25, 0.2);
  border-top: 0;
}
.tl-partners-mid__left,
.tl-partners-mid__right {
  padding: 40px;
}
.tl-partners-mid__left {
  border-right: 1px solid rgba(10, 12, 25, 0.2);
}
.tl-partners-mid__left .tl-eyebrow {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--tl-font-display);
}
.tl-partners-mid__left .tl-home-h2 {
  font-size: clamp(32px, 3.4vw, 56px);
  line-height: 84px;
  text-transform: uppercase;
}
.tl-partners-mid__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
}
.tl-partners-mid__lead {
  margin: 0;
  font-family: var(--tl-font-display);
  font-size: 32px;
  line-height: 1.15;
  color: #0a0c19;
}
.tl-partners-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(10, 12, 25, 0.2);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}
.tl-benefit {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding: 40px;
  background: transparent;
  border-radius: 0;
}
.tl-benefit + .tl-benefit {
  border-left: 1px solid rgba(10, 12, 25, 0.2);
}
.tl-benefit__icon-img {
  width: 80px;
  height: 80px;
  margin-bottom: 0;
}
.tl-benefit h3 {
  margin: 0;
  font-family: var(--tl-font-display);
  font-size: 32px;
  line-height: 1.2;
  color: #0a0c19;
}
.tl-benefit p {
  margin: 0;
  color: #62646e;
  font-size: 18px;
  line-height: 1.4;
}

/* --- Contact --- */
.tl-home-contact {
  background: var(--tl-muted-bg);
  padding: 0;
}
.tl-home-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
}
.tl-home-contact__info {
  padding: 120px 40px 120px max(40px, calc((100vw - 1640px) / 2 + 140px));
}
.tl-home-contact__info .tl-eyebrow {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: var(--tl-font-display);
}
.tl-home-contact__info .tl-home-h2 {
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 76px;
  text-transform: uppercase;
}
.tl-contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  text-decoration: none;
  color: var(--tl-primary);
  font-size: 20px;
  font-weight: 600;
}
.tl-contact-row__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--tl-primary);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--tl-white);
}
.tl-contact-row__icon img {
  width: 24px;
  height: 24px;
  display: block;
  filter: brightness(0) invert(1);
}
.tl-home-contact__form-wrap {
  padding: 80px 40px;
  background: transparent;
}
.tl-home-contact__form-title {
  margin: 0 0 20px;
  font-family: var(--tl-font-display);
  font-size: 28px;
  color: var(--tl-primary);
}
.tl-home-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 780px;
}
.tl-home-field {
  display: block;
  background: var(--tl-white);
  border-radius: 12px;
  padding: 4px;
  border: 1px solid rgba(13, 18, 52, 0.08);
}
.tl-home-field input,
.tl-home-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
  padding: 16px 18px;
  color: var(--tl-primary);
  resize: vertical;
}
.tl-home-field input:focus-visible,
.tl-home-field textarea:focus-visible {
  outline: 2px solid var(--tl-accent, #ef4136);
  outline-offset: 2px;
}
.tl-home-field--area textarea { min-height: 140px; }
.tl-home-form__submit,
.tl-page--catalog .tl-home-form__submit.tl-btn--outline {
  align-self: flex-start;
  min-height: 52px;
  padding: 14px 28px;
  border-color: rgba(239, 65, 54, 0.55);
  background: var(--tl-white);
  color: var(--tl-primary);
  border-radius: 0 16px 16px 16px;
}
.tl-home-form__submit:hover,
.tl-page--catalog .tl-home-form__submit.tl-btn--outline:hover {
  background: var(--tl-primary);
  border-color: var(--tl-primary);
  color: var(--tl-white);
}
.tl-home-form__submit img {
  filter: none;
}
.tl-home-form__submit:hover img {
  filter: brightness(0) invert(1);
}

/* --- Final CTA --- */
.tl-home-final-cta {
  position: relative;
  background: var(--tl-primary);
  color: var(--tl-white);
  padding: 140px 0;
  overflow: hidden;
}
.tl-home-final-cta__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tl-home-final-cta__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
}
.tl-home-final-cta .tl-home-wrap { position: relative; z-index: 1; }
.tl-home-final-cta .tl-home-h2 {
  color: var(--tl-white);
  font-size: clamp(36px, 3.6vw, 56px);
  line-height: 84px;
}
.tl-home-final-cta .tl-home-lead {
  color: var(--tl-white);
  font-size: 24px;
  margin: 0;
  max-width: none;
}
.tl-home-final-cta__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.tl-home-final-cta__inner .tl-home-h2 + .tl-home-lead {
  margin-top: -20px;
}

/* --- Responsive ≤768 (mobile 644) --- */
@media (max-width: 768px) {
  :root { --tl-gutter: 16px; }

  .tl-home-section { padding: 60px 0; }
  .tl-home-contact { padding: 0; }
  .tl-home-final-cta { padding: 80px 0; }
  .tl-home-contact__info {
    padding: 56px 20px 40px;
  }
  .tl-home-contact__form-wrap {
    padding: 0 20px 56px;
  }
  .tl-home-contact__info .tl-home-h2 {
    line-height: 1.15;
  }
  .tl-home-hero {
    min-height: 0;
    padding: 24px 0 0;
  }
  .tl-home-hero__content {
    width: min(400px, calc(100% - 40px));
    gap: 28px;
    align-items: stretch;
  }
  .tl-home-hero__title {
    font-size: 40px;
    line-height: 48px;
  }
  .tl-home-hero__sub {
    font-size: 18px;
    line-height: 26px;
  }
  .tl-tabs {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .tl-tabs__btn {
    flex: 1 1 auto;
    width: 100%;
    min-height: 44px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
  }
  .tl-searchbar {
    flex-wrap: wrap;
    background: var(--tl-primary);
    border: 0;
    padding: 8px;
    gap: 8px;
    border-radius: 999px;
  }
  .tl-searchbar__mobile-label { display: none; }
  .tl-searchbar__field--query {
    display: flex;
    flex: 1 1 100%;
    background: transparent;
    border-right: 0;
  }
  .tl-searchbar[data-tl-panel="self"] .tl-searchbar__field--query {
    display: flex;
    width: 100%;
    flex: 1 1 100%;
    background: transparent;
    border-radius: 46px;
    border-right: 0;
  }
  .tl-searchbar__field--cat {
    flex: 1 1 auto;
    background: transparent;
    border-radius: 46px;
  }
  .tl-searchbar__submit--icon { display: none; }
  .tl-searchbar__submit--text {
    display: inline-flex;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    background: #ef4136;
    color: #fff;
  }
  .tl-searchbar__submit--text img { filter: brightness(0) invert(1); }

  .tl-home-hero__art {
    position: relative;
    height: 320px;
    margin-top: 12px;
    order: -1;
  }
  .tl-home-hero__art-stage {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    margin-left: 0;
    transform: none;
  }
  .tl-home-hero__veh--tl,
  .tl-home-hero__veh--van { display: block; opacity: .85; }
  .tl-home-hero__veh--tl {
    width: 140px;
    height: 90px;
    left: -10px;
    top: 10px;
    transform: none;
  }
  .tl-home-hero__veh--tl img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }
  .tl-home-hero__veh--van {
    width: 160px;
    height: 100px;
    right: -20px;
    top: 30px;
    left: auto;
    transform: none;
  }
  .tl-home-hero__veh--van img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
  }
  .tl-home-hero__veh--tr {
    width: 200px;
    height: 110px;
    left: 20px; right: auto; top: 40px;
  }
  .tl-home-hero__veh--tr img {
    width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;
  }
  .tl-home-hero__veh--tanker {
    width: 210px;
    height: 120px;
    left: auto; right: 10px; top: 90px;
  }
  .tl-home-hero__veh--tanker img {
    width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;
  }
  .tl-home-hero__veh--bus {
    width: 260px;
    height: 90px;
    left: 40px; right: auto; bottom: 0; top: auto;
    transform: none;
  }
  .tl-home-hero__veh--bus img {
    width: 100%; height: 100%; left: 0; top: 0; object-fit: contain;
  }
  .tl-home-hero {
    display: flex;
    flex-direction: column;
  }
  .tl-home-hero__content { order: 1; }
  .tl-home-hero__art { order: 0; }

  .tl-cat-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }
  .tl-cat-tile {
    flex: 0 0 155px;
    scroll-snap-align: start;
  }

  .tl-blog-grid,
  .tl-home-contact__grid,
  .tl-partners-mid,
  .tl-partners-benefits,
  .tl-join-list,
  .tl-home-trust__grid {
    grid-template-columns: 1fr;
  }
  .tl-trust-logos {
    display: flex;
    max-height: none;
  }
  .tl-trust-logos__col--offset { transform: none; }
  .tl-trust-stats {
    flex-wrap: wrap;
    gap: 24px;
  }
  .tl-trust-stat__num { font-size: 48px; }
  .tl-partners-promo { height: 420px; }
  .tl-partners-mid__left { border-right: 0; border-bottom: 1px solid rgba(10,12,25,.2); }
  .tl-benefit + .tl-benefit { border-left: 0; border-top: 1px solid rgba(10,12,25,.2); }
  .tl-join-panel { flex-direction: column; align-items: stretch; }
  .tl-join-item__text { font-size: 22px; }
  .tl-home-section__head--row { align-items: center; }
  .tl-cat-tile {
    min-height: 200px;
    font-size: 22px;
  }
  .tl-home-categories .tl-home-h2,
  .tl-home-h2--ready { line-height: 1.15; }
}

@media (max-width: 1280px) and (min-width: 769px) {
  :root { --tl-gutter: 40px; }
  .tl-home-hero { min-height: 0; padding: 48px 0 64px; }
  .tl-home-hero__title { font-size: 52px; line-height: 56px; }
  .tl-home-hero__sub { font-size: 22px; line-height: 1.35; }
  .tl-tabs__btn { padding: 14px 22px; font-size: 16px; }
  .tl-home-h2,
  .tl-home-categories .tl-home-h2,
  .tl-home-h2--ready { font-size: clamp(32px, 3.2vw, 48px); }
  .tl-cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tl-join-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
    padding: 28px;
  }
  .tl-join-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tl-join-item__text { font-size: clamp(18px, 2.4vw, 24px); }
  .tl-join-panel__cta { align-self: flex-start; }
}

@media (max-width: 1100px) and (min-width: 769px) {
  :root { --tl-gutter: 32px; }
  .tl-home-hero__title { font-size: 44px; line-height: 50px; }
  .tl-home-hero__sub { font-size: 20px; }
  .tl-tabs__btn { padding: 12px 18px; font-size: 15px; }
  .tl-cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tl-blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tl-home-trust__grid { grid-template-columns: 1fr; gap: 48px; }
  .tl-partners-mid { grid-template-columns: 1fr; }
  .tl-join-list { grid-template-columns: 1fr; }
  .tl-trust-stat__num { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  .tl-home-hero__veh,
  .tl-carousel,
  .tl-cat-card,
  .tl-blog-card {
    transition: none !important;
    animation: none !important;
  }
  .tl-carousel {
    scroll-behavior: auto;
  }
}
