/*
Theme Name: Ruta Tierra Adentro
Theme URI: https://rutatierraadentro.nightlysoftware.com
Author: Nightly Software
Description: Landing page theme for Ruta Tierra Adentro Transportes.
Version: 1.0.0
Text Domain: rta
*/

:root {
  --rta-gold: #e8bd3f;
  --rta-gold-dark: #bd9226;
  --rta-ink: #0b0b0b;
  --rta-charcoal: #5a514f;
  --rta-line: #dfd8c8;
  --rta-paper: #f8f7f3;
  --rta-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rta-paper);
  color: var(--rta-ink);
  font-family: Inter, Montserrat, "Helvetica Neue", Arial, sans-serif;
}

a {
  color: inherit;
}

.site {
  overflow: hidden;
}

.rta-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(248, 247, 243, 0.88);
  border-bottom: 1px solid rgba(11, 11, 11, 0.08);
  backdrop-filter: blur(14px);
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-seal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 3px solid var(--rta-ink);
  border-radius: 50%;
  background: var(--rta-gold);
  color: var(--rta-ink);
  font-size: 12px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--rta-charcoal);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links a {
  text-decoration: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--rta-ink);
  border-radius: 2px;
  background: var(--rta-ink);
  color: var(--rta-white);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button.secondary {
  background: transparent;
  color: var(--rta-ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 116px clamp(20px, 6vw, 96px) 56px;
  background:
    linear-gradient(90deg, rgba(248, 247, 243, 0.98) 0%, rgba(248, 247, 243, 0.8) 42%, rgba(248, 247, 243, 0.45) 100%),
    url("assets/page-3.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 22px;
  pointer-events: none;
  border: 2px solid rgba(11, 11, 11, 0.82);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  width: min(1180px, 100%);
}

.eyebrow {
  color: var(--rta-gold-dark);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 920px;
  margin-top: 18px;
  font-size: clamp(48px, 8vw, 118px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gold {
  color: var(--rta-gold);
}

.hero-copy {
  max-width: 720px;
  margin-top: 28px;
  color: #211f1d;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-card {
  padding: 24px;
  border: 1px solid rgba(11, 11, 11, 0.22);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 80px rgba(11, 11, 11, 0.12);
}

.hero-card strong {
  display: block;
  color: var(--rta-gold-dark);
  font-size: 42px;
  line-height: 1;
}

.hero-card span {
  display: block;
  margin-top: 8px;
  color: var(--rta-charcoal);
  font-weight: 850;
}

.section {
  padding: clamp(68px, 9vw, 124px) clamp(20px, 6vw, 96px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.section-title {
  max-width: 950px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-lead {
  max-width: 780px;
  margin-top: 18px;
  color: var(--rta-charcoal);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.45;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 40px;
}

.proof {
  min-height: 178px;
  padding: 24px;
  border: 1px solid var(--rta-line);
  background: var(--rta-white);
}

.proof b {
  display: block;
  color: var(--rta-gold-dark);
  font-size: 32px;
  line-height: 1;
}

.proof span {
  display: block;
  margin-top: 14px;
  color: var(--rta-charcoal);
  font-weight: 800;
  line-height: 1.3;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: center;
}

.media-frame {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  border: 2px solid var(--rta-ink);
  background: #ddd;
}

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

.service-list {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.service-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--rta-line);
}

.service-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--rta-gold);
  color: var(--rta-gold-dark);
  font-size: 24px;
  font-weight: 900;
}

.service-row h3 {
  font-size: 22px;
  font-weight: 950;
  text-transform: uppercase;
}

.service-row p {
  margin-top: 6px;
  color: var(--rta-charcoal);
  line-height: 1.5;
}

.fleet-band {
  background:
    linear-gradient(rgba(248, 247, 243, 0.92), rgba(248, 247, 243, 0.92)),
    url("assets/page-7.png") center / cover no-repeat;
  border-top: 1px solid var(--rta-line);
  border-bottom: 1px solid var(--rta-line);
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 42px;
  background: var(--rta-line);
}

.fleet-item {
  min-height: 210px;
  padding: 24px 18px;
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.fleet-item .truck {
  color: var(--rta-gold-dark);
  font-size: 44px;
}

.fleet-item h3 {
  margin-top: 12px;
  color: var(--rta-charcoal);
  font-size: 21px;
  font-weight: 950;
}

.fleet-item p {
  margin-top: 12px;
  color: var(--rta-ink);
  font-weight: 750;
  line-height: 1.35;
}

.process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.process-step {
  position: relative;
  min-height: 170px;
  padding: 24px 18px;
  border: 1px dashed var(--rta-charcoal);
  border-radius: 999px;
  background: var(--rta-white);
  text-align: center;
}

.process-step b {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  place-items: center;
  border: 2px solid var(--rta-gold);
  border-radius: 50%;
  color: var(--rta-gold-dark);
}

.process-step span {
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.dark-contact {
  color: var(--rta-white);
  background:
    linear-gradient(rgba(8, 8, 8, 0.84), rgba(8, 8, 8, 0.88)),
    url("assets/page-8.png") center / cover no-repeat;
}

.contact-box {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  border: 2px solid var(--rta-gold);
}

.contact-box h2 {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 0.96;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-lines {
  display: grid;
  gap: 14px;
  color: var(--rta-white);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 850;
}

.contact-lines .label {
  color: var(--rta-gold);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer {
  padding: 22px clamp(20px, 6vw, 96px);
  background: var(--rta-ink);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-grid,
  .split,
  .contact-box {
    grid-template-columns: 1fr;
  }

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

  .hero-card {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .rta-nav {
    padding: 12px 16px;
  }

  .brand-mark span {
    max-width: 150px;
    font-size: 12px;
  }

  .hero {
    padding: 96px 18px 42px;
  }

  .hero::after {
    inset: 10px;
  }

  .proof-grid,
  .fleet-grid,
  .process {
    grid-template-columns: 1fr;
  }

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

body.landing {
  margin: 0;
  background: #f6f4ee;
}

body.landing .site,
body.landing .rta-nav,
body.landing .footer {
  display: none;
}

.l1,
.l2 {
  min-height: 100vh;
  color: #111;
  font-family: Inter, Montserrat, "Helvetica Neue", Arial, sans-serif;
}

.l1 a,
.l2 a {
  color: inherit;
  text-decoration: none;
}

.l1-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px clamp(18px, 5vw, 72px);
  background: #111;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.l1-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 20px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(18px);
}

.l1-logo,
.l2-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.l1-logo span,
.l2-brand span,
.l2-seal {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #e8bd3f;
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.l1-nav nav,
.l2-links {
  display: flex;
  gap: 26px;
  color: #555;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.l1-nav-button,
.l1-primary,
.l2-call,
.l2-actions a:first-child,
.l2-package-grid article a,
.l2-floating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: #e8bd3f;
  color: #111;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.l1-secondary,
.l2-actions a:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.l1-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  min-height: 760px;
  padding: clamp(72px, 8vw, 118px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(14, 16, 18, 0.9) 0%, rgba(14, 16, 18, 0.7) 46%, rgba(232, 189, 63, 0.18) 100%),
    url("assets/page-1.png") center / cover no-repeat;
  color: #fff;
}

.l1-kicker {
  margin: 0 0 14px;
  color: #e8bd3f;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.l1 h1,
.l1 h2,
.l2 h1,
.l2 h2,
.l2 h3,
.l1 h3,
.l1 p,
.l2 p {
  margin: 0;
}

.l1-hero h1 {
  max-width: 900px;
  font-size: clamp(52px, 7vw, 110px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.l1-hero-copy > p:not(.l1-kicker),
.l1-section p,
.l1-contact a,
.l1-contact strong {
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.5;
}

.l1-hero-copy > p:not(.l1-kicker) {
  max-width: 720px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.82);
}

.l1-actions,
.l2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.l1-hero-panel {
  padding: clamp(26px, 4vw, 46px);
  border-radius: 34px;
  background: #fff;
  color: #111;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.32);
}

.l1-badge {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  background: #111;
  color: #e8bd3f;
  font-weight: 950;
}

.l1-hero-panel h2 {
  margin-top: 24px;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1;
  text-transform: uppercase;
}

.l1-hero-panel p {
  margin-top: 16px;
  color: #625955;
  font-weight: 700;
  line-height: 1.45;
}

.l1-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 24px;
}

.l1-mini-grid span {
  padding: 18px;
  border-radius: 20px;
  background: #f5f1e6;
  color: #625955;
  font-weight: 800;
}

.l1-mini-grid b {
  display: block;
  color: #111;
  font-size: 28px;
}

.l1-section {
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px);
}

.l1-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.l1-section h2,
.l1-contact h2 {
  font-size: clamp(38px, 5vw, 76px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.l1-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 46px auto 0;
}

.l1-card-grid article {
  min-height: 280px;
  padding: 30px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(17, 17, 17, 0.08);
}

.l1-card-grid span {
  color: #e8bd3f;
  font-weight: 950;
}

.l1-card-grid h3 {
  margin-top: 56px;
  font-size: 26px;
  font-weight: 950;
  text-transform: uppercase;
}

.l1-card-grid p,
.l1-split p,
.l1-quote p {
  margin-top: 14px;
  color: #625955;
  line-height: 1.55;
}

.l1-split,
.l1-quote,
.l1-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.l1-image-card {
  overflow: hidden;
  border-radius: 38px;
  background: #ddd;
  box-shadow: 0 20px 80px rgba(17, 17, 17, 0.12);
}

.l1-image-card img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.l1-checks {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.l1-checks li {
  padding: 16px 18px;
  border-left: 5px solid #e8bd3f;
  border-radius: 16px;
  background: #fff;
  font-weight: 850;
}

.l1-flota {
  background: #111;
  color: #fff;
}

.l1-flota .l1-section-head {
  align-items: start;
}

.l1-fleet {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 44px auto 0;
}

.l1-fleet div {
  min-height: 170px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.l1-fleet b {
  display: block;
  color: #e8bd3f;
  font-size: 28px;
}

.l1-fleet span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.l1-quote {
  padding: clamp(42px, 6vw, 74px);
  border-radius: 42px;
  background: #fff;
  box-shadow: 0 20px 90px rgba(17, 17, 17, 0.1);
}

.l1-form {
  display: grid;
  gap: 12px;
}

.l1-form input,
.l1-form select,
.l1-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #e5dfd0;
  border-radius: 16px;
  background: #f9f7f1;
  font: inherit;
}

.l1-form textarea {
  min-height: 118px;
  padding-top: 16px;
}

.l1-process {
  text-align: center;
}

.l1-process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1100px;
  margin: 38px auto 0;
}

.l1-process-line span {
  padding: 28px 10px;
  border-radius: 22px;
  background: #fff;
  color: #625955;
  font-weight: 950;
  text-transform: uppercase;
  box-shadow: 0 14px 44px rgba(17, 17, 17, 0.08);
}

.l1-contact {
  max-width: none;
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px);
  background: #151515;
  color: #fff;
}

.l1-contact > div:last-child {
  display: grid;
  gap: 14px;
}

.l1-contact strong,
.l1-contact a {
  color: #fff;
  font-weight: 850;
}

.l2 {
  background: #07111f;
}

.l2-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 72px);
  color: #fff;
  background: rgba(5, 13, 25, 0.82);
  backdrop-filter: blur(14px);
}

.l2-brand small {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  text-transform: none;
}

.l2-links a {
  color: rgba(255, 255, 255, 0.78);
}

.l2-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 120px clamp(18px, 6vw, 88px) 64px;
  color: #fff;
}

.l2-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 11, 22, 0.9), rgba(4, 11, 22, 0.5), rgba(4, 11, 22, 0.2)),
    url("assets/page-1.png") center / cover no-repeat;
}

.l2-hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.l2-hero-content > p,
.l2-heading p {
  color: #e8bd3f;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.l2 h1 {
  margin-top: 12px;
  font-size: clamp(54px, 9vw, 130px);
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.l2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.l2-trust span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.l2-packages,
.l2-units,
.l2-process {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px);
  background: #f6f4ee;
}

.l2-heading {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.l2-heading h2,
.l2-band h2,
.l2-contact h2 {
  margin-top: 8px;
  font-size: clamp(40px, 6vw, 88px);
  line-height: 0.92;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.l2-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.l2-package-grid article {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(8, 16, 28, 0.12);
}

.l2-package-grid img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.l2-package-grid article > div {
  padding: 26px;
}

.l2-package-grid h3 {
  font-size: 28px;
  font-weight: 950;
  text-transform: uppercase;
}

.l2-package-grid p,
.l2-package-grid li,
.l2-band p,
.l2-unit-grid p {
  color: #625955;
  line-height: 1.5;
}

.l2-package-grid ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding-left: 18px;
  font-weight: 760;
}

.l2-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: center;
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(rgba(8, 16, 28, 0.86), rgba(8, 16, 28, 0.86)),
    url("assets/page-8.png") center / cover no-repeat;
  color: #fff;
}

.l2-band p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
}

.l2-band-stats {
  display: grid;
  gap: 12px;
}

.l2-band-stats span {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 850;
}

.l2-band-stats b {
  display: block;
  color: #e8bd3f;
  font-size: 42px;
}

.l2-unit-grid,
.l2-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.l2-unit-grid div {
  min-height: 220px;
  padding: 24px 18px;
  border-radius: 26px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 54px rgba(8, 16, 28, 0.08);
}

.l2-unit-grid span {
  display: block;
  width: 82px;
  height: 40px;
  margin: 12px auto 28px;
  border: 5px solid #e8bd3f;
  border-radius: 4px;
  box-shadow: 20px 14px 0 -8px #e8bd3f;
}

.l2-unit-grid b {
  display: block;
  font-size: 24px;
  font-weight: 950;
  text-transform: uppercase;
}

.l2-process {
  background: #fff;
}

.l2-process-grid div {
  display: grid;
  min-height: 148px;
  place-items: center;
  border: 2px dashed #625955;
  border-radius: 999px;
  color: #111;
  font-weight: 950;
  text-transform: uppercase;
}

.l2-contact {
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.82)),
    url("assets/page-8.png") center / cover no-repeat;
  color: #fff;
}

.l2-contact-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px);
  border: 2px solid #e8bd3f;
  border-radius: 28px;
}

.l2-seal {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 7px solid #111;
  font-size: 34px;
}

.l2-contact-card p {
  color: #e8bd3f;
  font-weight: 950;
  text-transform: uppercase;
}

.l2-contact-card a {
  display: block;
  margin-top: 12px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 850;
}

.l2-floating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1000px) {
  .l1-topbar,
  .l1-nav nav,
  .l2-links {
    display: none;
  }

  .l1-hero,
  .l1-section-head,
  .l1-split,
  .l1-quote,
  .l1-contact,
  .l2-band,
  .l2-contact-card {
    grid-template-columns: 1fr;
  }

  .l1-card-grid,
  .l1-fleet,
  .l1-process-line,
  .l2-package-grid,
  .l2-unit-grid,
  .l2-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .l1-card-grid,
  .l1-fleet,
  .l1-process-line,
  .l2-package-grid,
  .l2-unit-grid,
  .l2-process-grid {
    grid-template-columns: 1fr;
  }

  .l2-nav,
  .l1-nav {
    padding: 12px 16px;
  }

  .l2-call,
  .l1-nav-button {
    display: none;
  }

  .l1-hero,
  .l2-hero {
    min-height: 760px;
  }
}

/* Reference rebuild pass: landing1 mirrors the Logico preview structure. */
body.landing-logico {
  background: #1a1a1a;
}

.l1-logico {
  min-height: 100vh;
  overflow-x: hidden;
  background: #1a1a1a;
  color: #fff;
  font-family: "Inter Tight", Inter, Arial, sans-serif;
}

.l1-logico-nav {
  position: fixed;
  top: 0;
  left: 40px;
  right: 40px;
  z-index: 100;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) 220px;
  align-items: center;
  height: 104px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: rgba(22, 22, 22, 0.46);
  backdrop-filter: blur(1px);
}

.l1-logico-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.l1-logico-wing {
  position: relative;
  width: 31px;
  height: 22px;
  transform: skewX(-22deg);
}

.l1-logico-wing::before,
.l1-logico-wing::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 5px;
  background: rgba(255, 255, 255, 0.9);
}

.l1-logico-wing::before {
  top: 3px;
  width: 31px;
}

.l1-logico-wing::after {
  top: 12px;
  width: 22px;
}

.l1-logico-menu {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4.7vw, 60px);
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-weight: 700;
}

.l1-logico-menu a,
.l1-logico-purchase,
.l1-logico-dark a {
  text-decoration: none;
}

.l1-logico-purchase {
  display: grid;
  width: 220px;
  height: 72px;
  place-items: center;
  border-radius: 14px;
  background: #f4c44d;
  color: #252018;
  font-size: 18px;
  font-weight: 800;
}

.l1-logico-hero {
  position: relative;
  min-height: 720px;
  height: 100svh;
  padding: 260px 23px 42px;
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.1) 0%, rgba(12, 12, 12, 0.38) 48%, rgba(12, 12, 12, 0.72) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.04)),
    url("assets/aerial-road.jpg") center / cover no-repeat;
}

.l1-logico-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(16, 16, 16, 0.26);
}

.l1-logico-title {
  position: relative;
  z-index: 1;
}

.l1-logico-title h1 {
  max-width: 1110px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(58px, 6.45vw, 86px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.l1-logico-title h1 span {
  color: #d2a936;
}

.l1-logico-title p {
  max-width: 590px;
  margin: 10px 0 0 29.7vw;
  color: rgba(255, 255, 255, 0.86);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.45;
}

.l1-logico-feature-wall {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.9fr;
  gap: 11px;
  min-height: 720px;
  padding: 102px 38px 49px;
  background: #1a1a1a;
}

.l1-logico-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #171717;
}

.l1-logico-count {
  min-height: 590px;
  padding: 87px 48px 42px;
}

.l1-logico-count-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  align-items: start;
}

.l1-logico-count strong {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.4px #d3aa37;
  font-size: 82px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.l1-logico-count h2,
.l1-logico-performance h2,
.l1-logico-center-card h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.l1-logico-count p {
  max-width: 330px;
  margin-top: 55px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.7;
}

.l1-logico-count img {
  position: absolute;
  right: -42px;
  bottom: -25px;
  width: 440px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  object-fit: cover;
  transform: rotate(-13deg);
}

.l1-logico-center-card {
  min-height: 590px;
  padding: 76px 56px 42px;
  background: #24211c;
}

.l1-logico-center-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.78;
  object-fit: cover;
  object-position: 72% center;
}

.l1-logico-center-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.02) 58%, rgba(0, 0, 0, 0.4));
}

.l1-logico-pills,
.l1-logico-center-card h2,
.l1-logico-thumbs {
  position: relative;
  z-index: 1;
}

.l1-logico-pills {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.l1-logico-pills span,
.l1-logico-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.l1-logico-center-card h2 {
  max-width: 350px;
  font-size: 38px;
}

.l1-logico-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 330px;
  margin: 156px 0 0 23px;
}

.l1-logico-thumbs span {
  height: 96px;
  border: 6px solid rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(rgba(28, 28, 28, 0.08), rgba(28, 28, 28, 0.38)),
    url("assets/page-2.png") center / cover no-repeat;
}

.l1-logico-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 11px;
  min-height: 590px;
}

.l1-logico-performance {
  padding: 59px 49px 32px;
}

.l1-logico-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 23px;
}

.l1-logico-performance p {
  max-width: 300px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.l1-logico-target {
  position: absolute;
  right: -27px;
  bottom: -60px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #ffe788 0 11px, #f7cf53 12px 17px);
}

.l1-logico-pages {
  display: flex;
  align-items: end;
  gap: 14px;
  padding: 40px 48px;
}

.l1-logico-pages strong {
  color: rgba(211, 170, 55, 0.14);
  -webkit-text-stroke: 1.3px #d3aa37;
  font-size: 124px;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.78;
}

.l1-logico-pages span {
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.l1-logico-white {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 68px;
  min-height: 720px;
  align-items: center;
  padding: 110px 76px 88px;
  background: #f4f5f6;
  color: #111;
}

.l1-logico-outline {
  width: 200px;
  height: 180px;
  border: 7px solid rgba(18, 18, 18, 0.18);
  border-right: 0;
  border-radius: 16px 0 0 16px;
  transform: skewX(-24deg);
}

.l1-logico-white h2 {
  max-width: 860px;
  font-size: clamp(54px, 6.6vw, 92px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.l1-logico-white p {
  max-width: 660px;
  margin-top: 24px;
  color: #6d6d6d;
  font-size: 21px;
  line-height: 1.45;
}

.l1-logico-dark {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  padding: 82px 76px;
  background: #171717;
  color: #fff;
}

.l1-logico-dark h2 {
  max-width: 760px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.l1-logico-dark p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}

.l1-logico-dark a {
  display: grid;
  min-width: 210px;
  height: 70px;
  place-items: center;
  border-radius: 14px;
  background: #f4c44d;
  color: #241f18;
  font-size: 18px;
  font-weight: 800;
}

.l1-logico-up {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 10px;
  background: #c6a13e;
  color: #1c1c1c;
  font-size: 34px;
  font-weight: 500;
  text-decoration: none;
}

/* Reference rebuild pass: landing2 mirrors the Fletes y Mudanzas structure. */
body.landing-fletes {
  background: #0d1724;
}

.l2-fletes {
  min-height: 100vh;
  overflow-x: hidden;
  background: #0d1724;
  color: #fff;
  font-family: Montserrat, Inter, Arial, sans-serif;
}

.l2-fletes-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 110;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 150px;
  align-items: center;
  min-height: 72px;
  padding: 0 65px;
  background: rgba(244, 139, 58, 0.96);
  color: #fff;
}

.l2-fletes-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.l2-fletes-seal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.l2-fletes-brand strong {
  display: block;
  font-size: 20px;
  font-weight: 800;
}

.l2-fletes-brand small {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.l2-fletes-menu {
  display: flex;
  justify-content: center;
  gap: 31px;
}

.l2-fletes-menu a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-decoration: none;
  text-transform: uppercase;
}

.l2-fletes-menu a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
  background: #fff;
}

.l2-fletes-social {
  display: flex;
  justify-content: flex-end;
  gap: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 22px;
  font-weight: 700;
}

.l2-fletes-hero {
  position: relative;
  display: grid;
  min-height: 720px;
  align-items: start;
  padding: 136px 64px 93px;
  background:
    linear-gradient(90deg, rgba(13, 23, 36, 0.58) 0%, rgba(13, 23, 36, 0.26) 49%, rgba(13, 23, 36, 0.16) 100%),
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
    url("assets/moving-boxes.jpg") center / cover no-repeat;
}

.l2-fletes-hero-content {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.l2-fletes-hero h1 {
  max-width: 980px;
  color: #fff;
  font-size: clamp(58px, 7.6vw, 108px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.l2-fletes-actions {
  display: flex;
  gap: 14px;
  margin-top: 33px;
}

.l2-fletes-actions a {
  display: inline-flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

.l2-fletes-whatsapp {
  width: 324px;
  background: #62d36f;
}

.l2-fletes-phone {
  width: 220px;
  background: #275eb8;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.12);
}

.l2-fletes-badges {
  position: absolute;
  left: 64px;
  bottom: 25px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.l2-fletes-badges span {
  display: inline-flex;
  min-width: 192px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(198, 120, 61, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.l2-fletes-packages {
  position: relative;
  min-height: 720px;
  padding: 103px 64px 84px;
  background:
    linear-gradient(rgba(13, 23, 36, 0.24), rgba(13, 23, 36, 0.58)),
    url("assets/aerial-road.jpg") center / cover no-repeat;
}

.l2-fletes-section-head {
  margin: 0 auto 39px;
  text-align: center;
}

.l2-fletes-section-head h2 {
  color: #fff;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.l2-fletes-section-head p {
  margin-top: 18px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.l2-fletes-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1152px;
  margin: 0 auto;
}

.l2-fletes-card-grid article {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 12px 12px 0 0;
  background: #fff;
}

.l2-fletes-card-media {
  position: relative;
  display: grid;
  height: 206px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.26), transparent 34%),
    linear-gradient(135deg, #f9a13e, #ef8f39);
}

.l2-fletes-card-media span {
  position: relative;
  width: 220px;
  height: 98px;
  border: 6px solid #252933;
  border-radius: 4px;
  background: #302d2d;
  box-shadow: 0 0 0 4px #fff;
}

.l2-fletes-card-media span::before {
  content: "";
  position: absolute;
  left: -54px;
  bottom: -6px;
  width: 64px;
  height: 58px;
  border: 6px solid #252933;
  border-right: 0;
  border-radius: 6px 0 0 6px;
  background: #fff;
}

.l2-fletes-card-media span::after {
  content: "";
  position: absolute;
  left: -43px;
  bottom: -28px;
  width: 30px;
  height: 30px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: #252933;
  box-shadow: 188px 0 0 #252933, 188px 0 0 7px #fff;
}

.l2-fletes-truck-small span {
  width: 165px;
}

.l2-fletes-truck-large span {
  width: 250px;
}

.l2-fletes-card-body {
  padding: 26px 24px 34px;
  color: #101b2a;
}

.l2-fletes-card-body h3 {
  max-width: 290px;
  color: #101b2a;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.l2-fletes-card-body p {
  margin-top: 11px;
  color: #737a88;
  font-size: 16px;
  font-weight: 800;
}

.l2-fletes-card-body b {
  display: inline-flex;
  margin-top: 22px;
  min-height: 27px;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  background: #101b2a;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.l2-fletes-card-body ul {
  display: grid;
  gap: 17px;
  margin: 23px 0 0;
  padding: 0;
  color: #737a88;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}

.l2-fletes-card-body li::before {
  content: "✓";
  margin-right: 18px;
  color: #f28b3a;
}

.l2-fletes-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: #62d36f;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.l2-fletes-units,
.l2-fletes-contact {
  padding: 96px 64px;
  background: #fff;
  color: #101b2a;
}

.l2-fletes-units .l2-fletes-section-head h2,
.l2-fletes-units .l2-fletes-section-head p {
  color: #101b2a;
}

.l2-fletes-unit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin: 0 auto;
}

.l2-fletes-unit-grid span {
  display: grid;
  min-height: 120px;
  place-items: center;
  border-radius: 12px;
  background: #f28b3a;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.l2-fletes-contact {
  background: #101b2a;
  color: #fff;
  text-align: center;
}

.l2-fletes-contact h2 {
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 900;
}

.l2-fletes-contact p {
  margin-top: 18px;
  font-size: 20px;
}

@media (max-width: 1020px) {
  .l1-logico-nav,
  .l2-fletes-nav {
    left: 0;
    right: 0;
    grid-template-columns: 1fr auto;
    padding: 0 20px;
  }

  .l1-logico-menu,
  .l2-fletes-menu,
  .l2-fletes-social {
    display: none;
  }

  .l1-logico-feature-wall,
  .l1-logico-white,
  .l2-fletes-card-grid,
  .l2-fletes-unit-grid {
    grid-template-columns: 1fr;
  }

  .l1-logico-title p {
    margin-left: 0;
  }
}

@media (max-width: 680px) {
  .l1-logico-purchase {
    width: 150px;
    height: 54px;
    font-size: 13px;
  }

  .l1-logico-hero,
  .l2-fletes-hero {
    min-height: 760px;
  }

  .l1-logico-feature-wall,
  .l1-logico-white,
  .l1-logico-dark,
  .l2-fletes-packages,
  .l2-fletes-units,
  .l2-fletes-contact {
    padding-left: 18px;
    padding-right: 18px;
  }

  .l1-logico-count-row,
  .l1-logico-dark,
  .l2-fletes-actions,
  .l2-fletes-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .l2-fletes-badges {
    right: 18px;
    left: 18px;
  }

  .l2-fletes-whatsapp,
  .l2-fletes-phone {
    width: 100%;
  }
}
