/* TLM Transporte y Logistica - ajustes sobre Logis Pro */
:root {
  --tlm-navy: #071a38;
  --tlm-blue: #244e87;
  --tlm-sky: #49a2df;
  --tlm-gold: #d5a33f;
  --tlm-ice: #f2f6fb;
  --heading-color: #173f76;
  --accent-color: #2d8fd5;
  --nav-hover-color: #ffffff;
  --nav-dropdown-hover-color: #2d8fd5;
}

body {
  line-height: 1.65;
}

.header {
  padding: 14px 0;
}

.inner-page .header {
  --background-color: rgba(7, 26, 56, 0.98);
}

.brand-logo {
  gap: 10px;
}

.brand-logo img {
  width: 74px;
  height: 42px;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--heading-font);
  font-size: 26px;
  letter-spacing: .04em;
}

.brand-copy small {
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: .04em;
  opacity: .86;
}

.navmenu a,
.navmenu a:focus {
  font-size: 14px;
  font-weight: 500;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  background: var(--tlm-gold);
  color: var(--tlm-navy);
  font-weight: 700;
  border-radius: 999px;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  background: #edbd5c;
  color: var(--tlm-navy);
}

.mobile-nav-toggle {
  padding: 4px;
  border: 0;
  background: transparent;
}

.tlm-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--tlm-navy);
  padding: 150px 0 90px;
}

.tlm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 26, 56, .98) 0%, rgba(7, 26, 56, .9) 42%, rgba(7, 26, 56, .25) 76%, rgba(7, 26, 56, .3) 100%),
    url("../img/tlm/hero-tlm.webp") center/cover no-repeat;
}

.tlm-hero .container {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #cfeeff;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--tlm-gold);
}

.tlm-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -.035em;
}

.tlm-hero .lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, .83);
  font-size: 19px;
}

.btn-tlm,
.btn-tlm-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 650;
  transition: .25s ease;
}

.btn-tlm {
  background: var(--accent-color);
  color: #fff;
}

.btn-tlm:hover {
  background: #54a8e1;
  color: #fff;
  transform: translateY(-2px);
}

.btn-tlm-outline {
  border-color: rgba(255, 255, 255, .62);
  color: #fff;
}

.btn-tlm-outline:hover {
  border-color: #fff;
  background: #fff;
  color: var(--tlm-navy);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 54px;
  padding: 0;
  color: rgba(255, 255, 255, .9);
  list-style: none;
}

.hero-trust li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.hero-trust i {
  color: var(--tlm-gold);
}

.section-title h2 {
  text-transform: none;
}

.section-title span {
  color: rgba(23, 63, 118, .055);
}

.intro-copy {
  font-size: 18px;
  color: #42536a;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 24px 65px rgba(15, 45, 82, .18);
}

.media-frame img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.media-frame .media-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 15px;
  background: rgba(7, 26, 56, .86);
  color: #fff;
  backdrop-filter: blur(10px);
}

.media-frame .media-label i {
  color: var(--tlm-gold);
  font-size: 24px;
}

.media-frame .media-label small {
  display: block;
  color: rgba(255, 255, 255, .7);
}

.feature-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.feature-list i {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: #e5f2fc;
  color: var(--accent-color);
  font-size: 20px;
}

.feature-list strong {
  display: block;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.service-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #e3eaf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(15, 45, 82, .08);
  transition: .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(15, 45, 82, .14);
}

.service-card img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.service-card .service-body {
  padding: 26px;
}

.service-card h3 {
  font-size: 21px;
}

.service-card p {
  margin: 0;
  color: #5e6b7a;
}

.service-card .service-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin: -50px 0 18px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 15px;
  background: var(--accent-color);
  color: #fff;
  font-size: 22px;
  position: relative;
}

.coverage-panel {
  position: relative;
  overflow: hidden;
  background: var(--tlm-navy);
}

.coverage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background: url("../img/world-dotted-map.png") center/contain no-repeat;
}

.coverage-panel .container {
  position: relative;
}

.coverage-panel h2,
.coverage-panel h3 {
  color: #fff;
}

.coverage-panel p {
  color: rgba(255, 255, 255, .72);
}

.coverage-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.coverage-point {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}

.coverage-point i {
  color: var(--tlm-gold);
  font-size: 22px;
}

.coverage-point strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-family: var(--heading-font);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  counter-reset: process;
}

.process-step {
  counter-increment: process;
  position: relative;
  min-height: 150px;
  padding: 28px 22px 22px;
  border-top: 3px solid var(--accent-color);
  border-radius: 0 0 14px 14px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 45, 82, .08);
}

.process-step::before {
  content: counter(process, decimal-leading-zero);
  display: block;
  margin-bottom: 16px;
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
}

.process-step h3 {
  margin: 0;
  font-size: 17px;
}

.cta-strip {
  position: relative;
  overflow: hidden;
  padding: 75px 0;
  background: var(--tlm-navy);
}

.cta-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 56, .97), rgba(7, 26, 56, .72)), url("../img/tlm/page-title-truck.webp") center/cover no-repeat;
}

.cta-strip .container {
  position: relative;
}

.cta-strip h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}

.cta-strip p {
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.tlm-page-title {
  position: relative;
  min-height: 410px;
  display: flex;
  align-items: flex-end;
  padding: 145px 0 70px;
  overflow: hidden;
  background: var(--tlm-navy);
}

.tlm-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 26, 56, .98), rgba(7, 26, 56, .68)), url("../img/tlm/page-title-truck.webp") center/cover no-repeat;
}

.tlm-page-title .container {
  position: relative;
}

.tlm-page-title h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 66px);
}

.tlm-page-title p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: 18px;
}

.tlm-breadcrumbs {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .58);
  list-style: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.tlm-breadcrumbs a {
  color: #fff;
}

.value-card,
.policy-card,
.fleet-card,
.contact-card {
  height: 100%;
  padding: 28px;
  border: 1px solid #e3eaf2;
  border-radius: 18px;
  background: #fff;
}

.value-card i,
.fleet-card i {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 14px;
  background: #e8f3fb;
  color: var(--accent-color);
  font-size: 22px;
}

.value-card h3,
.fleet-card h3,
.contact-card h3 {
  font-size: 18px;
}

.value-card p,
.fleet-card p {
  margin: 0;
  color: #637083;
  font-size: 14px;
}

.mission-card {
  height: 100%;
  padding: 36px;
  border-radius: 20px;
  background: var(--tlm-navy);
  color: rgba(255, 255, 255, .76);
}

.mission-card.alt {
  background: var(--tlm-blue);
}

.mission-card.gold {
  background: #f2f6fb;
  color: #506077;
}

.mission-card h2 {
  color: #fff;
}

.mission-card.gold h2 {
  color: var(--heading-color);
}

.policy-card {
  overflow: hidden;
  padding: 0;
  box-shadow: 0 14px 40px rgba(15, 45, 82, .08);
}

.policy-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.policy-card .policy-body {
  padding: 28px;
}

.fleet-card img {
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  object-fit: contain;
}

.feature-band {
  padding: 70px 0;
}

.feature-band img {
  width: 100%;
  min-height: 410px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(15, 45, 82, .15);
}

.check-list {
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
}

.check-list i {
  color: var(--accent-color);
}

.route-line {
  position: relative;
  margin: 25px 0 0 12px;
  padding: 0 0 0 34px;
  border-left: 2px solid #cfe1f1;
  list-style: none;
}

.route-line li {
  position: relative;
  padding: 0 0 30px;
}

.route-line li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -42px;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--accent-color);
  box-shadow: 0 0 0 2px var(--accent-color);
}

.route-line strong {
  display: block;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.quote-summary {
  height: 100%;
  padding: 38px;
  border-radius: 20px;
  background: var(--tlm-navy);
  color: rgba(255, 255, 255, .75);
}

.quote-summary h2,
.quote-summary h3 {
  color: #fff;
}

.quote-summary a {
  color: #fff;
}

.quote-summary ul {
  padding: 0;
  list-style: none;
}

.quote-summary li {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.quote-summary i {
  color: var(--tlm-gold);
}

.tlm-form {
  padding: 38px;
  border: 1px solid #e3eaf2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(15, 45, 82, .08);
}

.tlm-form .form-label {
  color: var(--heading-color);
  font-size: 13px;
  font-weight: 650;
}

.tlm-form .form-control,
.tlm-form .form-select {
  min-height: 50px;
  border-color: #dbe4ee;
  border-radius: 10px;
  background: #fafdff;
}

.tlm-form textarea.form-control {
  min-height: 140px;
}

.tlm-form .form-control:focus,
.tlm-form .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 .2rem rgba(45, 143, 213, .12);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.contact-card i {
  color: var(--accent-color);
  font-size: 28px;
}

.contact-card a {
  color: #42536a;
}

.map-frame {
  overflow: hidden;
  min-height: 440px;
  border-radius: 20px;
}

.map-frame iframe {
  width: 100%;
  height: 440px;
  border: 0;
}

.footer {
  background: #05152e;
}

.footer .footer-logo-mark {
  width: 76px;
  margin-bottom: 18px;
}

.footer .footer-links a {
  color: rgba(255, 255, 255, .68);
}

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

.footer .copyright {
  border-color: rgba(255, 255, 255, .12);
}

@media (max-width: 1199px) {
  .brand-copy small {
    display: none;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
  }

  .mobile-nav-toggle {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .tlm-hero {
    min-height: 710px;
  }

  .tlm-hero::before {
    background:
      linear-gradient(90deg, rgba(7, 26, 56, .97), rgba(7, 26, 56, .72)),
      url("../img/tlm/hero-tlm.webp") 68% center/cover no-repeat;
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .header .btn-getstarted {
    display: none;
  }

  .brand-logo img {
    width: 58px;
    height: 34px;
  }

  .brand-copy strong {
    font-size: 22px;
  }

  .tlm-hero {
    min-height: 720px;
    padding: 130px 0 70px;
  }

  .tlm-hero h1 {
    font-size: 42px;
  }

  .tlm-hero .lead {
    font-size: 17px;
  }

  .hero-actions {
    display: grid !important;
  }

  .coverage-points,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .tlm-form,
  .quote-summary {
    padding: 26px;
  }

  .media-frame img,
  .feature-band img {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
