/* 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-page--landing .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-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__soon {
  margin: 12px 0 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--tl-primary, #0d1234);
}
/* Hero vehicles — Figma 364:2711 (transparent bg composite) */
.tl-land-hero__art {
  position: relative;
  width: min(100%, 657px);
  margin-inline: auto;
  justify-self: end;
}
.tl-land-hero__art-img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

/* Benefits navy */
.tl-land-benefits {
  background: var(--tl-primary, #0d1234);
  color: #fff;
  padding: 36px 0;
}
.tl-land-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}
.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 — Figma 403:2747 (sticky title | photos 640 | copy) */
.tl-land-story {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 640px minmax(280px, 1fr);
  align-items: start;
  border: 1px solid rgba(10, 12, 25, 0.2);
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.tl-land-story__rail {
  position: sticky;
  top: var(--tl-header-h, 128px);
  align-self: start;
  padding: 80px 40px 40px var(--tl-gutter, 140px);
  border-right: 1px solid rgba(10, 12, 25, 0.2);
  min-height: 504px;
}
.tl-land-story__eyebrow {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--tl-accent, #ef4136);
}
.tl-land-story__title {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(32px, 3.2vw, 56px);
  line-height: 1.5;
  color: var(--tl-primary, #0d1234);
}
.tl-land-story__photos {
  width: 640px;
  border-left: 1px solid rgba(10, 12, 25, 0.2);
}
.tl-land-story__photo {
  padding: 40px;
  box-sizing: border-box;
}
.tl-land-story__photo--1 {
  min-height: 681px;
  display: flex;
  align-items: stretch;
}
.tl-land-story__photo--2 {
  min-height: 516px;
  display: flex;
  align-items: stretch;
}
.tl-land-story__photo--3 {
  padding-bottom: 40px;
}
.tl-land-story__photo img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
.tl-land-story__photo--3 img {
  height: 440px;
  min-height: 440px;
}
.tl-land-story__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tl-land-story__panel {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px var(--tl-gutter, 140px) 40px 40px;
  border-bottom: 1px solid rgba(10, 12, 25, 0.2);
  box-sizing: border-box;
}
.tl-land-story__panel:first-child {
  min-height: 681px;
  padding-top: 80px;
  justify-content: flex-end;
}
.tl-land-story__panel:nth-child(2) {
  min-height: 516px;
  justify-content: flex-end;
}
.tl-land-story__panel--last {
  border-bottom: 0;
  min-height: 520px;
  padding-bottom: 120px;
  justify-content: flex-end;
}
.tl-land-story__heading {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-weight: 700;
  font-size: clamp(28px, 2.4vw, 40px);
  line-height: 1.2;
  color: var(--tl-primary, #0d1234);
}
.tl-land-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tl-land-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: 20px;
  line-height: 1.35;
  color: #0a0c19;
}
.tl-land-list li img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}
.tl-land-callout {
  background: var(--tl-primary, #0d1234);
  color: #fff;
  border-radius: 0 16px 16px 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tl-land-callout strong {
  display: block;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.tl-land-callout p {
  margin: 0;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
}

/* Form CTA - Figma 296:2934 / 362:2220 */
.tl-land-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--tl-primary, #0d1234);
  position: relative;
  overflow: hidden;
  align-items: stretch;
}
.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: 40px;
  justify-content: center;
}
.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);
  line-height: 1.15;
  color: var(--tl-primary, #0d1234);
}
.tl-land-waitlist {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 640px;
}
.tl-land-waitlist__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tl-land-waitlist__consents {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.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;
  line-height: 1.3;
  padding: 10px 14px;
  color: var(--tl-primary, #0d1234);
  min-height: 60px;
}
.tl-land-field input::placeholder {
  color: #808185;
  opacity: 1;
}
.tl-land-field input:focus-visible {
  outline: 2px solid var(--tl-accent, #ef4136);
  outline-offset: 2px;
}
.tl-land-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-family: var(--tl-font-display, "Open Sans", system-ui, sans-serif);
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  cursor: pointer;
}
.tl-land-check input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--tl-accent, #ef4136);
  flex-shrink: 0;
}
.tl-land-waitlist__submit {
  align-self: flex-start;
  gap: 10px;
  padding: 14px 32px 14px 40px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 16px 16px 16px;
}
.tl-land-waitlist__submit-icon {
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
}
.tl-land-form__msg {
  margin: 0;
  font-weight: 600;
  color: var(--tl-accent, #ef4136);
}
.tl-land-form__msg.is-ok { color: #0d7a3f; }

@media (max-width: 1400px) {
  .tl-land-story {
    grid-template-columns: minmax(200px, 0.9fr) minmax(360px, 520px) minmax(260px, 1fr);
  }
  .tl-land-story__photos { width: auto; }
  .tl-land-story__rail {
    padding-left: var(--tl-gutter, 40px);
  }
  .tl-land-story__panel {
    padding-right: var(--tl-gutter, 40px);
  }
}

@media (max-width: 1100px) {
  .tl-land-hero__grid { grid-template-columns: 1fr; }
  .tl-land-hero__art {
    order: 2;
    justify-self: center;
    width: min(100%, 520px);
  }
  .tl-land-benefits__grid { grid-template-columns: 1fr; gap: 24px; }
  .tl-land-story {
    grid-template-columns: 1fr;
    border: 0;
  }
  .tl-land-story__rail {
    position: static;
    min-height: 0;
    padding: 48px var(--tl-gutter, 40px) 24px;
    border-right: 0;
  }
  .tl-land-story__photos {
    position: static;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    border: 0;
  }
  .tl-land-story__photo {
    min-height: 0 !important;
    padding: 16px var(--tl-gutter, 40px);
  }
  .tl-land-story__photo img,
  .tl-land-story__photo--3 img {
    min-height: 220px;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .tl-land-story__copy {
    border-top: 1px solid rgba(10, 12, 25, 0.2);
  }
  .tl-land-story__panel {
    padding: 40px var(--tl-gutter, 40px);
    min-height: 0 !important;
    justify-content: flex-start !important;
  }
  .tl-land-story__panel:first-child { padding-top: 40px; }
  .tl-land-story__panel--last { padding-bottom: 60px; }
  .tl-land-form { grid-template-columns: 1fr; }
  .tl-land-form__left,
  .tl-land-form__right {
    padding: 60px var(--tl-gutter, 40px);
  }
  .tl-land-waitlist { max-width: none; }
  .tl-land-waitlist__submit { width: 100%; justify-content: center; }
}

@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 {
    width: min(100%, 420px);
  }
  .tl-land-benefit { align-items: flex-start; }
  .tl-land-benefits { padding: 28px 0; }
  .tl-page--landing .tl-land-hero + .tl-land-benefits {
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tl-land-hero__art-img,
  .tl-land-benefit,
  .tl-land-field {
    transition: none !important;
    animation: none !important;
  }
}

