/* TruckLo Landing — Figma 296:2934 / 428:3541 */
.tl-page--landing {
  background: #fff;
  color: var(--tl-primary, #0d1234);
  font-family: var(--tl-font-ui, "Inter", system-ui, sans-serif);
}
.tl-page--landing .tl-main { overflow-x: clip; }

.tl-land-wrap {
  width: min(100% - 2 * var(--tl-gutter, 140px), var(--tl-content-max, 1640px));
  margin-inline: auto;
}
.tl-accent { color: var(--tl-accent, #ef4136); }
.tl-land-h2 {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(32px, 3.5vw, 56px);
  line-height: 1.15;
  color: var(--tl-primary, #0d1234);
}
.tl-land-h2--light { color: #fff; }
.tl-eyebrow--on-dark { color: var(--tl-accent, #ef4136); }

/* Hero */
.tl-land-hero { padding: 40px 0 60px; background: #fff; }
.tl-land-hero__grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 657px);
  gap: 48px;
  align-items: center;
}
.tl-land-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding: 60px 0;
}
.tl-land-hero__title {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.1;
  color: var(--tl-primary, #0d1234);
}
.tl-land-hero__sub {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: clamp(18px, 2vw, 32px);
  line-height: 1.35;
  color: var(--tl-primary, #0d1234);
  max-width: 42rem;
}
.tl-land-hero__art {
  position: relative;
  min-height: 520px;
}
.tl-land-hero__veh {
  position: absolute;
  opacity: 0.7;
  max-width: none;
  object-fit: cover;
}
.tl-land-hero__veh--special {
  width: min(100%, 538px);
  left: 0; top: -4%;
}
.tl-land-hero__veh--tanker {
  width: min(90%, 554px);
  left: 35%; top: 14%;
}
.tl-land-hero__veh--van {
  width: min(110%, 692px);
  left: 8%; bottom: -6%;
}

/* Benefits navy */
.tl-land-benefits {
  background: var(--tl-primary, #0d1234);
  color: #fff;
  padding: 40px 0;
}
.tl-land-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.tl-land-benefit {
  display: flex;
  gap: 16px;
  align-items: center;
}
.tl-land-benefit__icon {
  flex-shrink: 0;
  width: 74px; height: 74px;
  background: var(--tl-accent, #ef4136);
  border-radius: 0 16px 16px 16px;
  display: grid;
  place-items: center;
}
.tl-land-benefit__icon img { filter: brightness(0) invert(1); }
.tl-land-benefit p {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.35;
  color: #fff;
}

/* Trust strip */
.tl-land-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #f7f7f8;
  border-top: 1px solid rgba(10, 12, 25, 0.12);
  border-bottom: 1px solid rgba(10, 12, 25, 0.12);
}
.tl-land-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 40px;
  border-right: 1px solid rgba(10, 12, 25, 0.12);
}
.tl-land-trust__item:last-child { border-right: 0; }
.tl-land-trust__item h3 {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(22px, 2vw, 32px);
  color: #0a0c19;
}
.tl-land-trust__item p {
  margin: 0;
  font-size: 18px;
  color: #62646e;
}

/* Story */
.tl-land-story { padding: 80px 0 40px; }
.tl-land-story__head {
  width: min(100% - 2 * var(--tl-gutter, 140px), var(--tl-content-max, 1640px));
  margin: 0 auto 48px;
  max-width: 640px;
}
.tl-land-story__blocks {
  width: min(100% - 2 * var(--tl-gutter, 140px), var(--tl-content-max, 1640px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tl-land-story__block {
  display: grid;
  grid-template-columns: minmax(280px, 480px) 1fr;
  gap: 40px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid rgba(10, 12, 25, 0.12);
}
.tl-land-story__block:last-child { border-bottom: 0; }
.tl-land-story__media {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #f4f4f5;
}
.tl-land-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-land-story__body h3 {
  margin: 0 0 24px;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 40px);
  line-height: 1.2;
  color: var(--tl-primary, #0d1234);
}
.tl-land-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.tl-land-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.4;
  color: #0a0c19;
}
.tl-land-list li img { flex-shrink: 0; margin-top: 2px; }
.tl-land-callout {
  margin-top: 28px;
  background: var(--tl-primary, #0d1234);
  color: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 20px;
}
.tl-land-callout strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.tl-land-callout p { margin: 0; font-size: 18px; }

/* Form CTA */
.tl-land-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--tl-primary, #0d1234);
  position: relative;
  overflow: hidden;
}
.tl-land-form__left {
  padding: 120px 80px 120px var(--tl-gutter, 140px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
.tl-land-form__lead {
  margin: 0;
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1.4;
  color: #fff;
  max-width: 36rem;
}
.tl-land-form__right {
  background: #f7f7f8;
  padding: 120px var(--tl-gutter, 140px) 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tl-land-form__heading {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(28px, 2.5vw, 40px);
  color: var(--tl-primary, #0d1234);
}
.tl-land-waitlist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tl-land-field {
  display: block;
  background: #fff;
  border: 1px solid rgba(13, 18, 52, 0.3);
  border-radius: 16px;
  padding: 4px;
}
.tl-land-field input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 18px;
  padding: 16px 18px;
  color: var(--tl-primary, #0d1234);
  min-height: 60px;
}
.tl-land-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.4;
  color: #0a0c19;
  cursor: pointer;
}
.tl-land-check input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--tl-accent, #ef4136);
  flex-shrink: 0;
}
.tl-land-form__msg {
  margin: 8px 0 0;
  font-weight: 600;
  color: var(--tl-accent, #ef4136);
}
.tl-land-form__msg.is-ok { color: #0d7a3f; }

@media (max-width: 1100px) {
  .tl-land-hero__grid { grid-template-columns: 1fr; }
  .tl-land-hero__art { min-height: 360px; order: 2; }
  .tl-land-benefits__grid { grid-template-columns: 1fr; gap: 24px; }
  .tl-land-story__block { grid-template-columns: 1fr; }
  .tl-land-form { grid-template-columns: 1fr; }
  .tl-land-form__left,
  .tl-land-form__right {
    padding: 60px var(--tl-gutter, 40px);
  }
}

@media (max-width: 768px) {
  .tl-land-trust { grid-template-columns: 1fr; }
  .tl-land-trust__item {
    border-right: 0;
    border-bottom: 1px solid rgba(10, 12, 25, 0.12);
  }
  .tl-land-trust__item:last-child { border-bottom: 0; }
  .tl-land-hero__copy { padding: 24px 0; gap: 24px; }
  .tl-land-hero__art { min-height: 300px; }
  .tl-land-benefit { align-items: flex-start; }
}
