:root {
  --tm-orange: #f26a13;
  --tm-orange-dark: #d95405;
  --tm-charcoal: #111820;
  --tm-dark: #172027;
  --tm-muted: #5e6873;
  --tm-border: #e7eaee;
  --tm-soft: #f6f7f8;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tm-charcoal);
  background: #fff;
  line-height: 1.6;
}

.container,
.container-fluid {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.navbar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.brand-mark {
  display: block;
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .85;
  text-transform: uppercase;
}

.brand-mark span {
  color: var(--tm-orange);
}

.brand-sub {
  display: block;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .02em;
  margin-top: .1rem;
  color: #333;
}

.nav-link {
  font-weight: 700;
  font-size: .92rem;
  color: #172027;
}

.nav-link.active,
.dropdown-item.active {
  color: var(--tm-orange);
  background: transparent;
}

.btn-tm {
  --bs-btn-bg: var(--tm-orange);
  --bs-btn-border-color: var(--tm-orange);
  --bs-btn-hover-bg: var(--tm-orange-dark);
  --bs-btn-hover-border-color: var(--tm-orange-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 800;
  border-radius: .25rem;
  padding: .85rem 1.35rem;
  text-transform: uppercase;
  font-size: .86rem;
}

.btn-outline-tm {
  border: 1px solid #172027;
  color: #172027;
  background: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: .86rem;
  border-radius: .25rem;
  padding: .85rem 1.35rem;
}

.btn-outline-tm:hover {
  background: #172027;
  color: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .8) 46%, rgba(255, 255, 255, .10) 72%),
    var(--hero-image, url("/assets/images/truck-hero.jpg")) center right / cover no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero h1 {
  font-weight: 900;
  font-size: clamp(2.65rem, 4.5vw, 4.25rem);
  letter-spacing: 0;
  line-height: .98;
  margin-bottom: 1.4rem;
  max-width: 760px;
}

.hero h1 .orange {
  color: var(--tm-orange);
  display: block;
}

.hero p {
  font-size: 1.16rem;
  max-width: 620px;
  color: #27313a;
  font-weight: 500;
}

.tick-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: .95rem;
}

.tick-list li::before {
  content: "✓";
  color: var(--tm-orange);
  font-weight: 900;
  margin-right: .5rem;
  font-size: 1.1rem;
}

.section-pad {
  padding: 4.25rem 0;
}

.bg-soft {
  background: var(--tm-soft);
}

.eyebrow {
  color: var(--tm-orange);
  font-size: .72rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: .8rem;
}

.section-title {
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  font-weight: 900;
  line-height: 1;
  max-width: 720px;
  margin-bottom: 1.5rem;
}

.finance-card {
  min-height: 100%;
  padding: 2rem 1.25rem;
  border-right: 1px solid var(--tm-border);
  text-align: center;
}

.finance-card h3,
.scenario-card h3,
.why-item h3,
.asset-item h3,
.segment-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: .5rem;
}

.finance-card p,
.scenario-card p,
.why-item p,
.asset-item p,
.segment-card p {
  color: var(--tm-muted);
  font-size: .95rem;
  margin-bottom: 0;
}

.card-title-link {
  color: inherit;
  font-weight: inherit;
}

.card-title-link:hover,
.card-title-link:focus-visible {
  color: var(--tm-orange);
  text-decoration: underline;
  text-underline-offset: .2em;
}

.icon-circle {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4ec;
  color: var(--tm-orange);
  font-weight: 900;
  margin-bottom: 1.1rem;
  border: 1px solid #ffd9c0;
}

.scenario-section {
  background: var(--tm-soft);
}

.scenario-card {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  min-height: 100%;
  overflow: hidden;
}

.scenario-media {
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(242, 106, 19, .18), rgba(23, 32, 39, .12)),
    #eef1f4;
  color: var(--tm-dark);
  font-size: 1.4rem;
  font-weight: 900;
}

.scenario-card h3,
.scenario-card p {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.scenario-card h3 {
  margin-top: 1.25rem;
}

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.why-icon,
.asset-icon,
.segment-icon,
.value-icon {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 2.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff4ec;
  color: var(--tm-orange);
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 900;
}

.testimonial,
.quote-section {
  background: var(--tm-dark);
  color: #fff;
}

.quote {
  max-width: 920px;
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 1.5rem;
}

.split-section {
  background: #fff;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: .85rem;
  color: #2f3942;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  color: var(--tm-orange);
  margin-right: .65rem;
  font-weight: 900;
}

.asset-card {
  background: var(--tm-soft);
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.asset-list {
  display: grid;
  gap: 1rem;
}

.asset-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem;
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
}

.dark-band {
  background: var(--tm-dark);
  color: #fff;
}

.dark-band .section-title {
  color: #fff;
}

.segment-card {
  height: 100%;
  padding: 2rem 1.25rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: .5rem;
  text-align: center;
}

.segment-icon {
  margin-bottom: 1rem;
  background: rgba(242, 106, 19, .14);
}

.segment-card h3 {
  color: #fff;
}

.segment-card p {
  color: rgba(255, 255, 255, .68);
}

.faq-button {
  width: 100%;
  border: 0;
  background: var(--tm-soft);
  color: var(--tm-dark);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.35rem;
  font-weight: 900;
  text-align: left;
}

.faq-button span {
  color: var(--tm-orange);
}

.faq-card {
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
}

.faq-card-media {
  height: 220px;
  border-radius: .5rem;
  background:
    linear-gradient(135deg, rgba(242, 106, 19, .2), rgba(17, 24, 32, .18)),
    var(--tm-soft);
  color: var(--tm-orange);
  font-size: 3rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.faq-card h3 {
  font-weight: 900;
}

.content-body {
  max-width: 780px;
  color: #37424c;
  font-size: 1.05rem;
}

.feature-card {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: 2rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: .75rem;
}

.feature-card p {
  color: var(--tm-muted);
}

.pillar-index {
  background: var(--tm-soft);
}

.pillar-index-head {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.pillar-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: 1.65rem;
  box-shadow: 0 14px 35px rgba(17, 24, 32, .05);
}

.pillar-card h3 {
  font-weight: 900;
  font-size: 1.3rem;
  margin-bottom: .7rem;
}

.pillar-card p {
  color: var(--tm-muted);
}

.cta-section {
  padding: 4.25rem 0;
}

.cta-band {
  background: var(--tm-dark);
  color: #fff;
  border-radius: .5rem;
  padding: clamp(2rem, 5vw, 4rem);
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.cta-band h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  margin: 0 0 .8rem;
}

.cta-band p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.breadcrumb-wrap {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  font-size: .88rem;
}

.breadcrumb {
  margin: 0;
  padding: 1rem 0;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #66717c;
  font-weight: 600;
}

.article-container {
  max-width: 860px;
}

.application-header {
  padding: 2.5rem 0;
  background: var(--tm-soft);
  border-bottom: 1px solid var(--tm-border);
}

.application-header h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: .85rem;
}

.application-header p:last-child {
  max-width: 760px;
  color: var(--tm-muted);
  font-weight: 600;
  margin-bottom: 0;
}

.application-section {
  padding: 3.5rem 0 5rem;
}

.application-form {
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 14px 35px rgba(17, 24, 32, .06);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.article-wrap {
  padding: 4.75rem 0;
}

.article-body h2 {
  font-weight: 900;
  line-height: 1.1;
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.3rem);
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body h3 {
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-size: 1.35rem;
}

.article-body p {
  font-size: 1.06rem;
  color: #303b45;
  margin-bottom: 1.15rem;
}

.article-body ul {
  margin-bottom: 1.5rem;
}

.article-body li {
  margin-bottom: .55rem;
  color: #303b45;
}

.summary-box {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-left: 5px solid var(--tm-orange);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(17, 24, 32, .06);
  padding: 1.65rem;
  margin-bottom: 2.5rem;
}

.summary-box h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 900;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.summary-grid li {
  color: #26313a;
  font-weight: 700;
  margin: 0;
}

.summary-grid li::before {
  content: "✓";
  color: var(--tm-orange);
  font-weight: 900;
  margin-right: .55rem;
}

.callout {
  background: #f7f8f9;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: 1.5rem;
  margin: 2rem 0;
}

.callout strong {
  display: block;
  font-weight: 900;
  margin-bottom: .5rem;
  color: var(--tm-charcoal);
}

.callout p:last-child {
  margin-bottom: 0;
}

.side-card {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  box-shadow: 0 14px 35px rgba(17, 24, 32, .06);
  padding: 1.45rem;
  margin-bottom: 1.25rem;
}

.side-card h3 {
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: .75rem;
}

.side-card p,
.side-card li {
  color: var(--tm-muted);
  font-size: .95rem;
}

.side-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.side-card a {
  color: var(--tm-orange);
  font-weight: 800;
}

.sticky-aside {
  position: sticky;
  top: 100px;
}

.quick-form label {
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: .35rem;
}

.quick-form .form-control,
.quick-form .form-select {
  border-radius: .25rem;
  border-color: #dfe3e7;
  padding: .75rem .85rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  color: var(--tm-muted);
  font-weight: 700;
  margin-bottom: 0;
}

.form-status.is-error {
  color: #a32222;
}

.form-status.is-success {
  color: #0a7f36;
}

.sitemap-section {
  background: var(--tm-soft);
}

.sitemap-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.sitemap-count {
  border: 1px solid var(--tm-border);
  background: #fff;
  border-radius: .5rem;
  padding: .85rem 1rem;
  font-weight: 900;
  color: var(--tm-dark);
  white-space: nowrap;
}

.sitemap-canvas {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: clamp(1rem, 3vw, 2rem);
  overflow-x: auto;
}

.sitemap-tree {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.sitemap-tree .sitemap-tree {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 2px solid #e9edf1;
}

.sitemap-tree li {
  position: relative;
  margin: .85rem 0;
}

.sitemap-tree .sitemap-tree li::before {
  content: "";
  position: absolute;
  left: -1.25rem;
  top: 1.4rem;
  width: 1.25rem;
  border-top: 2px solid #e9edf1;
}

.sitemap-node {
  min-width: 280px;
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: .9rem 1rem;
  box-shadow: 0 12px 28px rgba(17, 24, 32, .05);
}

.sitemap-node a {
  display: grid;
  gap: .15rem;
}

.sitemap-title {
  font-weight: 900;
  color: var(--tm-dark);
}

.sitemap-url {
  color: var(--tm-muted);
  font-size: .86rem;
}

.sitemap-type {
  margin-left: auto;
  background: #fff4ec;
  color: var(--tm-orange);
  border: 1px solid #ffd9c0;
  border-radius: 999px;
  padding: .25rem .55rem;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form {
  max-width: 780px;
}

.contact-options-section {
  padding-bottom: 3rem;
}

.contact-card {
  height: 100%;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: 1.75rem;
  background: #fff;
  box-shadow: 0 14px 35px rgba(17, 24, 32, .04);
}

.contact-icon {
  width: 56px;
  height: 56px;
  border: 2px solid var(--tm-orange);
  border-radius: .5rem;
  color: var(--tm-orange);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 1.2rem;
  font-size: .8rem;
}

.contact-card h3 {
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: .55rem;
}

.contact-card p {
  color: var(--tm-muted);
  margin-bottom: 0;
}

.form-wrap {
  background: #fff;
  border: 1px solid var(--tm-border);
  border-radius: .5rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  box-shadow: 0 14px 35px rgba(17, 24, 32, .05);
}

.form-wrap label {
  font-weight: 800;
  font-size: .88rem;
  margin-bottom: .45rem;
}

.info-box {
  background: var(--tm-soft);
  border-radius: .5rem;
  padding: clamp(1.5rem, 4vw, 2rem);
  height: 100%;
  border: 1px solid var(--tm-border);
}

.info-box h3 {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.info-item {
  margin-bottom: 1.4rem;
}

.info-item strong {
  display: block;
  margin-bottom: .3rem;
  font-weight: 900;
}

.info-item p {
  margin: 0;
  color: var(--tm-muted);
}

.mini-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.mini-list li {
  margin-bottom: .6rem;
  color: #26313a;
  font-weight: 700;
}

.mini-list li::before {
  content: "✓";
  color: var(--tm-orange);
  margin-right: .55rem;
  font-weight: 900;
}

.form-control {
  border-radius: .25rem;
  padding: .85rem 1rem;
}

.site-footer {
  background: #101820;
  color: #fff;
  padding: 3.5rem 0;
}

.site-footer p {
  color: rgba(255, 255, 255, .72);
}

.site-footer h2 {
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.footer-list li {
  margin-bottom: .45rem;
}

.site-footer a {
  color: rgba(255, 255, 255, .72);
}

.site-footer a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 3rem;
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .cta-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    min-height: 480px;
  }

  .finance-card {
    border-right: 0;
    border-bottom: 1px solid var(--tm-border);
  }

  .sticky-aside {
    position: static;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .sitemap-toolbar {
    flex-direction: column;
  }

  .pillar-index-head {
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 540px;
  }

  .hero h1 {
    font-size: 2.65rem;
  }

  .section-pad,
  .cta-section {
    padding: 3.5rem 0;
  }
}
