*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --nav-offset: 92px;
  --blue-deep: #071f3a;
  --blue-main: #0a3461;
  --blue-soft: #113e72;
  --blue-accent: #1f72ea;
  --blue-bright: #2f80ed;
  --blue-pale: #d9e7f8;
  --ink: #11233f;
  --text: #16253d;
  --muted: #5f7087;
  --line: #d8e0ea;
  --line-soft: rgba(255, 255, 255, 0.16);
  --white: #ffffff;
  --ice: #f4f8fc;
  --warm: #f3ead9;
  --warm-deep: #eadab4;
  --yellow: #f6bf2c;
  --green: #6fa431;
  --footer: #061c35;
  --footer-text: #c8d7ea;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-offset);
  overflow-x: hidden;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: #f3f8fe;
  overflow-x: hidden;
  width: 100%;
}

body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
}

.arr {
  width: 14px;
  height: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
}

nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 72px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  background: linear-gradient(90deg, rgba(237, 242, 249, 0.97) 0%, rgba(196, 214, 240, 0.95) 18%, rgba(90, 134, 197, 0.96) 44%, rgba(16, 38, 61, 0.97) 72%, rgba(7, 31, 58, 0.97) 100%);
  border-bottom: 1px solid rgba(86, 129, 192, 0.18);
  backdrop-filter: blur(12px);
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo-mark {
  display: block;
  width: 148px;
  height: auto;
}

.logo-div {
  width: 1px;
  height: 38px;
  background: rgba(16, 38, 61, 0.14);
}

.logo-sub {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(16, 38, 61, 0.78);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(16, 38, 61, 0.78);
  text-decoration: none;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a.active,
.nav-links a:hover {
  color: rgba(10, 28, 48, 0.98);
  border-bottom-color: var(--blue-bright);
}

.btn-nav,
.btn-primary,
.btn-ghost,
.link-arr {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.btn-nav {
  font-size: 12px;
  color: var(--white);
  background: linear-gradient(180deg, #2681ff 0%, #1262d8 100%);
  padding: 12px 18px;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(20, 93, 198, 0.25);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 600px;
  margin-top: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(180deg, #0a2b4d 0%, #0b3765 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 18%, rgba(61, 139, 255, 0.14), transparent 22%),
    linear-gradient(90deg, rgba(6, 25, 48, 0.9) 0%, rgba(6, 25, 48, 0.84) 22%, rgba(8, 37, 69, 0.5) 46%, rgba(8, 37, 69, 0.18) 74%);
  z-index: 3;
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(1.06);
  filter: saturate(1.02) contrast(1.04) brightness(0.92);
  will-change: opacity, transform;
  backface-visibility: hidden;
  transition: opacity 1.4s ease, transform 6.4s ease;
}

.hero-slide.is-active {
  animation: hero-pan 6.5s ease forwards;
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

@keyframes hero-pan {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

.hero-content {
  position: relative;
  z-index: 4;
  width: min(100%, 430px);
  margin-left: 30px;
  padding: 44px 0 76px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide {
    transition: opacity 0.2s linear;
    transform: none;
  }

  .hero-slide.is-active {
    animation: none;
    transform: none;
  }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--blue-bright);
}

.hero-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue-bright);
  box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.18);
}

.hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(38px, 5vw, 54px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
  text-wrap: balance;
}

.hero h1 span {
  color: var(--blue-bright);
}

.hero p,
.hero-copy {
  max-width: 360px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 26px;
}

.hero-copy {
  max-width: 43ch;
  font-size: 15px;
  line-height: 1.45;
  text-wrap: balance;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-primary {
  font-size: 12px;
  color: var(--white);
  padding: 13px 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2785ff 0%, #1563d9 100%);
}

.btn-ghost {
  font-size: 12px;
  color: var(--white);
  padding: 12px 18px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(180deg, #0e3968 0%, #0a2f58 100%);
  border-top: 1px solid rgba(48, 133, 255, 0.38);
}

.stat-item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border-right: 1px solid var(--line-soft);
}

.stat-item:last-child {
  border-right: none;
}

.stat-ring {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(191, 212, 245, 0.55);
  color: #bfd4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.stat-ring-yellow {
  color: var(--yellow);
  border-color: rgba(246, 191, 44, 0.45);
}

.stat-ring-green {
  color: #56bb68;
  border-color: rgba(86, 187, 104, 0.35);
}

.stat-ring svg {
  width: 17px;
  height: 17px;
  stroke-width: 1.8;
}

.stat-t {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 2px;
}

.stat-s {
  font-size: 12px;
  color: #c7d7eb;
}

section,
.cta-banner,
footer {
  padding-left: 32px;
  padding-right: 32px;
}

section[id],
div[id] {
  scroll-margin-top: var(--nav-offset);
}

.sec-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--blue-bright);
  margin-bottom: 12px;
}

.sec-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 3.5vw, 44px);
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink);
}

.sec-divider {
  width: 34px;
  height: 3px;
  margin: 14px 0 18px;
  background: var(--blue-bright);
}

.link-arr {
  font-size: 12px;
  color: var(--blue-main);
}

.capacidades {
  padding-top: 54px;
  padding-bottom: 42px;
  background:
    linear-gradient(90deg, rgba(90, 155, 228, 0.10) 0%, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0) 78%, rgba(243, 186, 67, 0.10) 100%),
    linear-gradient(180deg, #edf5fe 0%, #f4f9ff 100%);
}

.cap-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.cap-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px 18px 20px 0;
  border-right: 1px solid rgba(196, 212, 231, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(220, 233, 248, 0.24) 100%);
}

.cap-left p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 30px;
}

.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.cap-card {
  background: #f7fbff;
  border: 1px solid #d6dde7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(12, 34, 64, 0.04);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cap-img {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  background: linear-gradient(180deg, #7aa4d3 0%, #35679f 100%);
}

.cap-img-photo {
  background-size: cover;
  background-position: center 42%;
}

.cap-img-aridos.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.08) 0%, rgba(8, 29, 53, 0.28) 100%),
    url("img/aridos-transporte-spmp.webp");
}

.cap-img-geotecnia.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.10) 0%, rgba(8, 29, 53, 0.26) 100%),
    url("img/geotecnia-precision-spmp.webp");
}

.cap-img-laboratorio.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.10) 0%, rgba(8, 29, 53, 0.22) 100%),
    url("img/laboratorio-acreditado-spmp-v2.webp");
}

.cap-img-movimiento.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.08) 0%, rgba(8, 29, 53, 0.24) 100%),
    url("img/movimiento-suelos-excavaciones-spmp.webp");
}

.cap-img-hormigon.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.08) 0%, rgba(8, 29, 53, 0.20) 100%),
    url("img/planta-hormigon-mixer-spmp.webp");
}

.cap-img-gruas.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.08) 0%, rgba(8, 29, 53, 0.24) 100%),
    url("img/gruas-maniobras-spmp.webp");
}

.cap-img-neutral {
  background: linear-gradient(180deg, #d3dbe5 0%, #a8b5c6 100%);
}

.cap-img-orange {
  background: linear-gradient(180deg, #efaa61 0%, #c96d29 100%);
}

.cap-img.yellow {
  background: linear-gradient(180deg, #dfb32c 0%, #a67913 100%);
}

.cap-img-concrete {
  background: linear-gradient(180deg, #7f8b98 0%, #4c5662 100%);
}

.cap-img-crane {
  background: linear-gradient(180deg, #6fa5df 0%, #2c5f98 100%);
}

.cap-img-energy.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.08) 0%, rgba(8, 29, 53, 0.18) 100%),
    url("img/energia-grupos-electrogenos-spmp.webp");
}

.cap-img-rental.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.06) 0%, rgba(8, 29, 53, 0.18) 100%),
    url("img/alquiler-rental-equipos-spmp.webp");
}

.cap-img-mixer.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.06) 0%, rgba(8, 29, 53, 0.18) 100%),
    url("img/rental-mixer-batea.webp.jpg");
  background-color: #e5edf4;
  background-position: center center, center center;
  background-repeat: no-repeat;
  background-size: cover, cover;
}


.ph-dark,
.ph-light {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 9px;
}

.ph-dark {
  color: rgba(255, 255, 255, 0.4);
}

.ph-light {
  color: rgba(17, 35, 63, 0.42);
}

.ph-dark svg,
.ph-light svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.4;
}

.cap-body {
  padding: 12px 12px 14px;
}

.cap-body h3,
.flota-body h4,
.feat-t,
.dif-point h4 {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}

.cap-body h3 {
  font-size: 15px;
  line-height: 1.12;
  letter-spacing: 0.2px;
  color: var(--ink);
  margin-bottom: 8px;
}

.cap-body p {
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 12px;
}

.cap-body a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: 10.5px;
  color: var(--blue-main);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.flota {
  padding-top: 38px;
  padding-bottom: 38px;
  background:
    linear-gradient(90deg, rgba(90, 155, 228, 0.16) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0) 72%, rgba(243, 186, 67, 0.18) 100%),
    radial-gradient(circle at left center, rgba(72, 152, 236, 0.06), transparent 34%),
    radial-gradient(circle at right center, rgba(246, 191, 44, 0.12), transparent 32%),
    linear-gradient(90deg, #e7f2ff 0%, #f2f7ff 58%, #f4efe5 100%);
}

.flota-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.flota-left p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 28px;
}

.flota-wrap {
  position: relative;
}

.flota-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.flota-card {
  background: rgba(241, 247, 255, 0.84);
  border: 1px solid rgba(167, 181, 197, 0.62);
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(4px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.flota-img {
  height: auto;
  aspect-ratio: 16 / 9;
}

.flota-img-photo {
  background-size: cover;
  background-position: center 40%;
}

.flota-img.truck {
  background: linear-gradient(180deg, #8db1d8 0%, #557da8 100%);
}

.flota-img.machine {
  background: linear-gradient(180deg, #e1c15d 0%, #9f8330 100%);
}

.flota-img.pickup {
  background: linear-gradient(180deg, #d9e2ec 0%, #a6b5c6 100%);
}

.flota-img-camionetas.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.05) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/camionetas-4x2-4x4-spmp-v2.webp");
  background-size: cover;
  background-position: center 40%;
}

.flota-img-transfer.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.12) 100%),
    url("img/transfer-personal-spmp.webp");
}

.flota-img-camiones-livianos.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/camiones-livianos-spmp.webp");
}

.flota-img-asistencia.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/asistencia-rapida-spmp.webp");
}

.flota-img-playos.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/camiones-playos-spmp.webp");
}

.flota-img-chasis.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/chasis-cabina-spmp.webp");
}

.flota-img-camiones-livianos.bg-ready {
  background-image:
    linear-gradient(180deg, rgba(8, 29, 53, 0.04) 0%, rgba(8, 29, 53, 0.14) 100%),
    url("img/camiones-livianos-spmp.webp");
}

.flota-body {
  padding: 10px 10px 12px;
}

.flota-body h4 {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: 0.2px;
  color: var(--ink);
  margin-bottom: 8px;
}

.spec {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
}

.spec svg {
  width: 10px;
  height: 10px;
  color: var(--blue-main);
}

.cobertura {
  padding-top: 40px;
  padding-bottom: 46px;
  background:
    linear-gradient(90deg, rgba(90, 155, 228, 0.14) 0%, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 0) 72%, rgba(243, 186, 67, 0.14) 100%),
    radial-gradient(circle at 12% 50%, rgba(57, 147, 238, 0.06), transparent 18%),
    radial-gradient(circle at 84% 48%, rgba(246, 191, 44, 0.10), transparent 22%),
    linear-gradient(180deg, #eef5fd 0%, #f5f9ff 100%);
}

.cob-head {
  margin-bottom: 18px;
}

.cob-head .sec-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  color: #1f72ea;
}

.cob-grid {
  display: grid;
  grid-template-columns: 270px 420px minmax(0, 1fr);
  gap: 26px;
  align-items: center;
}

.cob-left p {
  max-width: 270px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 12px 0 18px;
}

.prov-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}

.prov-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text);
}

.prov-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--blue-bright);
  position: relative;
  flex: 0 0 auto;
}

.prov-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--blue-bright);
}

.map-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-img-wrap {
  width: 426px;
  filter: drop-shadow(0 12px 26px rgba(19, 57, 96, 0.12));
}

.cob-right {
  display: grid;
  gap: 20px;
}

.coverage-brand-panel {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  align-items: stretch;
  border-radius: 10px;
  border: 1px solid rgba(11, 43, 79, 0.16);
  background:
    linear-gradient(126deg, rgba(43, 138, 237, 0.16) 0 32%, transparent 32% 100%),
    linear-gradient(126deg, rgba(17, 68, 126, 0.92) 0 58%, rgba(8, 26, 47, 0.98) 58% 100%);
  box-shadow: 0 18px 34px rgba(11, 35, 67, 0.12);
  isolation: isolate;
}

.coverage-brand-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 60%);
  pointer-events: none;
}

.coverage-brand-lines {
  position: absolute;
  inset: 12px auto auto 18px;
  display: flex;
  gap: 10px;
  z-index: 1;
}

.coverage-brand-lines span {
  width: 14px;
  height: 38px;
  border-radius: 2px;
  transform: skewX(-34deg);
  background: linear-gradient(180deg, rgba(64, 203, 255, 0.96) 0%, rgba(49, 132, 248, 0.76) 100%);
  box-shadow: 0 0 18px rgba(49, 132, 248, 0.18);
}

.coverage-brand-copy,
.coverage-brand-logo-wrap {
  position: relative;
  z-index: 1;
}

.coverage-brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  padding: 18px 20px 14px 24px;
}

.coverage-brand-kicker {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(226, 241, 255, 0.88);
}

.coverage-brand-text {
  max-width: 28ch;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.coverage-brand-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px 10px 8px;
}

.coverage-brand-logo {
  width: min(100%, 112px);
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.location-list {
  display: grid;
  gap: 10px;
}

.location-item {
  position: relative;
  overflow: hidden;
  padding: 12px 14px;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, 0.98) 0%, rgba(241, 247, 255, 0.95) 62%, rgba(235, 243, 253, 0.92) 100%);
  box-shadow: 0 10px 20px rgba(12, 34, 64, 0.05);
}

.location-item::before {
  content: "";
  position: absolute;
  inset: -18% -8%;
  background:
    radial-gradient(circle at 80% 50%, var(--location-glow, rgba(90, 155, 228, 0.22)) 0%, transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 28%, var(--location-wash, rgba(90, 155, 228, 0.14)) 62%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.location-item > * {
  position: relative;
  z-index: 1;
}

.location-city {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--ink);
}

.location-role {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
}

.location-ba {
  --location-glow: rgba(114, 196, 63, 0.24);
  --location-wash: rgba(114, 196, 63, 0.12);
}

.location-za {
  --location-glow: rgba(42, 120, 229, 0.22);
  --location-wash: rgba(42, 120, 229, 0.12);
}

.location-cba {
  --location-glow: rgba(255, 196, 45, 0.24);
  --location-wash: rgba(255, 196, 45, 0.13);
}

.location-er {
  --location-glow: rgba(71, 180, 197, 0.23);
  --location-wash: rgba(71, 180, 197, 0.12);
}

.location-mdz {
  --location-glow: rgba(42, 120, 229, 0.24);
  --location-wash: rgba(42, 120, 229, 0.13);
}

.location-nqn {
  --location-glow: rgba(35, 92, 204, 0.24);
  --location-wash: rgba(35, 92, 204, 0.13);
}

.location-rn {
  --location-glow: rgba(255, 196, 45, 0.26);
  --location-wash: rgba(255, 196, 45, 0.14);
}

.location-sc {
  --location-glow: rgba(114, 196, 63, 0.24);
  --location-wash: rgba(114, 196, 63, 0.12);
}

.location-ch {
  --location-glow: rgba(114, 196, 63, 0.24);
  --location-wash: rgba(114, 196, 63, 0.12);
}

.cob-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.big-stat {
  text-align: center;
  padding: 0 20px;
  border-left: 1px solid #d7e0ea;
}

.big-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.big-stat:last-child {
  padding-right: 0;
}

.big-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 66px;
  line-height: 0.92;
  color: var(--blue-main);
}

.big-num sup {
  font-size: 28px;
}

.big-lbl {
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 1px;
  color: var(--ink);
  text-transform: uppercase;
  margin-top: 4px;
}

.cob-feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b4068 0%, #173758 100%);
  box-shadow: 0 18px 34px rgba(11, 35, 67, 0.12);
}

.feat-card {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 0.26s ease, transform 0.26s ease;
}

.feat-card:last-child {
  border-right: none;
}

.feat-ico {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  background: rgba(246, 191, 44, 0.08);
}

.feat-ico svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.7;
}

.feat-t {
  font-size: 12px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 5px;
}

.feat-d {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(211, 224, 239, 0.88);
}

@media (hover: hover) and (pointer: fine) {
  .cap-card:hover,
  .cap-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(47, 128, 237, 0.3);
    box-shadow: 0 18px 34px rgba(12, 34, 64, 0.12);
  }

  .flota-card:hover,
  .flota-card:focus-within {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(47, 128, 237, 0.24);
    box-shadow: 0 18px 34px rgba(12, 34, 64, 0.12);
  }

  .feat-card:hover,
  .feat-card:focus-within {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.04);
  }
}

.diferencial {
  padding-top: 27px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(90, 155, 228, 0.12) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(90, 155, 228, 0.08) 100%),
    linear-gradient(180deg, #edf5fe 0%, #e8f2fc 100%);
}

.dif-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr)) 2.4fr;
  align-items: stretch;
  border-top: 1px solid #d9e5f1;
}

.dif-intro,
.dif-point,
.dif-photo {
  min-width: 0;
  padding: 21px 18px 19px;
  border-left: 1px solid #d9e5f1;
}

.dif-intro {
  border-left: none;
  padding-left: 0;
}

.dif-point {
  text-align: center;
}

.dif-ico {
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: var(--blue-bright);
  border: 1px solid rgba(47, 128, 237, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dif-ico svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.6;
}

.dif-point h4 {
  font-size: 14px;
  color: var(--ink);
  margin-bottom: 8px;
}

.dif-point p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
}

.dif-photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  position: relative;
  overflow: hidden;
  background: none;
  min-height: 260px;
  padding: 6px 0 6px 6px !important;
  width: 100%;
}

.dif-photo .dif-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.dif-badge {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: rgba(8, 29, 53, 0.84);
  color: var(--white);
  padding: 10px 12px;
  border-radius: 8px;
}

.bm {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.bm span {
  color: var(--blue-bright);
}

.bs {
  font-size: 7px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 34px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(8, 27, 50, 0.88) 0%, rgba(8, 27, 50, 0.55) 100%),
    linear-gradient(180deg, #21456a 0%, #132d4d 100%);
}

.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 50%, rgba(246, 191, 44, 0.24), transparent 12%),
    radial-gradient(circle at 82% 50%, rgba(240, 240, 240, 0.16), transparent 14%);
  pointer-events: none;
}

.cta-pre,
.cta-banner h2,
.cta-copy,
.contact-form {
  position: relative;
  z-index: 1;
}

.cta-pre {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}

.cta-banner h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

.cta-copy {
  max-width: 620px;
  margin: 0 auto 22px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(222, 233, 244, 0.88);
}

.contact-form {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(225, 235, 245, 0.62);
}

.contact-form textarea,
.contact-form .cta-btn,
.contact-status {
  grid-column: 1 / -1;
}

.contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.cta-btn {
  margin: 0 auto;
}

.cta-btn:disabled {
  cursor: wait;
  opacity: 0.72;
}

.contact-status {
  min-height: 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: rgba(225, 235, 245, 0.84);
}

.contact-status[data-status="success"] {
  color: #bce8c4;
}

.contact-status[data-status="error"] {
  color: #ffd2cc;
}

footer {
  padding-top: 34px;
  padding-bottom: 26px;
  padding-left: 28px;
  padding-right: 28px;
  background: linear-gradient(180deg, rgba(14, 38, 66, 0.99) 0%, rgba(6, 28, 53, 1) 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 34px;
  margin-bottom: 26px;
}

.footer-sub {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.74);
}

.logo-mark-footer {
  width: 132px;
  margin-left: 0;
  margin-bottom: -4px;
}

.footer-tagline {
  max-width: 240px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(173, 192, 217, 0.72);
}

.footer-addresses {
  display: grid;
  gap: 14px;
  max-width: 300px;
  margin-top: 18px;
}

.footer-address {
  font-size: 12px;
  line-height: 1.55;
  color: rgba(173, 192, 217, 0.78);
}

.footer-address strong,
.footer-address span {
  display: block;
}

.footer-address strong {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.footer-col h3 {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
  margin-bottom: 14px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li,
.contact-row {
  font-size: 13px;
  line-height: 1.6;
  color: var(--footer-text);
}

.footer-col li {
  margin-bottom: 2px;
}

.footer-col a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--white);
}

.contact-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  min-height: 44px;
  padding: 8px 0;
  margin-bottom: 10px;
}

a.contact-row {
  color: var(--footer-text);
  text-decoration: none;
}

a.contact-row:hover {
  color: var(--white);
}

.contact-row svg,
.soc-btn svg {
  color: var(--blue-bright);
}

.contact-row svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  margin-top: 3px;
  stroke-width: 1.7;
}

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.soc-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-bright);
  text-decoration: none;
}

.soc-btn svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.7;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px 24px;
  flex-wrap: wrap;
  font-size: 13.8px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-credit {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  text-decoration: none;
  opacity: 0.88;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.footer-credit-label {
  font-size: 12.65px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.72);
}

.footer-credit-brand {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: none;
}

.footer-credit-dot {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-weight: 400;
}

.footer-credit:hover {
  opacity: 1;
}

.footer-credit:hover .footer-credit-label,
.footer-credit:hover .footer-credit-brand {
  color: var(--white);
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 18px;
  }

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

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

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

  .coverage-brand-panel {
    max-width: 560px;
  }

  .map-img-wrap {
    width: 401px;
  }

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

  .dif-intro,
  .dif-photo {
    grid-column: 1 / -1;
  }

  .dif-intro {
    padding-right: 0;
  }
}

@media (max-width: 900px) {
  nav {
    padding: 0 18px;
  }

  .nav-links,
  .logo-div,
  .logo-sub {
    display: none;
  }

  .hero-content {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .stats-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .cap-layout,
  .flota-layout {
    grid-template-columns: 1fr;
  }

  .cap-grid,
  .cob-stats,
  .cob-feats,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }

  .footer-credit {
    justify-content: center;
    gap: 8px;
  }

  .coverage-brand-panel {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .stat-item,
  .feat-card,
  .big-stat {
    border-right: none;
    border-left: none;
  }

  .big-stat {
    padding: 16px 0;
    border-top: 1px solid #d7e0ea;
  }

  .big-stat:first-child {
    border-top: none;
  }

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

  .dif-intro,
  .dif-photo {
    grid-column: 1 / -1;
  }

  .dif-intro,
  .dif-point,
  .dif-photo {
    border-left: none;
    border-top: 1px solid #d9e5f1;
  }

  .dif-intro {
    border-top: none;
  }

  .dif-point {
    padding: 22px 16px;
  }

  .dif-intro .sec-title {
    font-size: clamp(32px, 6vw, 44px);
    line-height: 0.96;
  }

  .dif-point h4 {
    font-size: 13px;
  }

  .dif-point p {
    font-size: 11px;
  }

  .dif-photo {
    min-height: 240px;
  }
}

@media (max-width: 640px) {
  section,
  .cta-banner,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  nav {
    height: 64px;
    padding: 0 14px;
    gap: 10px;
  }

  .logo {
    flex: 1 1 auto;
    min-width: 0;
  }

  .logo-mark {
    width: 112px;
    max-width: 100%;
  }

  .btn-nav {
    flex: 0 1 auto;
    min-width: 0;
    padding: 10px 12px;
    font-size: 10.5px;
    letter-spacing: 0.35px;
  }

  .btn-nav .arr {
    width: 12px;
    height: 12px;
  }

  .hero {
    margin-top: 64px;
    min-height: 520px;
  }

  .hero-bg {
    transform: none;
  }

  .hero-slide {
    background-position: 68% center;
    transition: opacity 1s ease, transform 6.4s ease;
  }

  .hero-content {
    width: auto;
    margin: 0 14px;
    padding: 36px 0 52px;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 44px);
  }

  .hero p,
  .hero-copy {
    max-width: 34ch;
    font-size: 13px;
  }

  .hero-copy {
    max-width: 34ch;
    font-size: 13.5px;
    line-height: 1.42;
  }

  .stats-bar {
    grid-template-columns: 1fr;
  }

  .stat-item {
    border-right: none;
    border-top: 1px solid var(--line-soft);
  }

  .stat-item:first-child {
    border-top: none;
  }

  .cap-grid,
  .flota-grid {
    grid-template-columns: 1fr;
  }

  .coverage-brand-panel {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .coverage-brand-copy {
    padding: 80px 18px 18px;
  }

  .coverage-brand-logo-wrap {
    justify-content: flex-start;
    padding: 0 18px 18px;
  }

  .coverage-brand-logo {
    width: 108px;
  }

  .contact-row {
    margin-bottom: 6px;
  }

  .social-row {
    gap: 12px;
    flex-wrap: wrap;
  }

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

  .dif-intro,
  .dif-point,
  .dif-photo {
    grid-column: auto;
  }

  .dif-intro {
    padding: 22px 0 18px;
  }

  .dif-intro .sec-title {
    font-size: clamp(28px, 11vw, 46px);
    line-height: 0.98;
  }

  .dif-point {
    text-align: left;
    padding: 18px 0 18px;
  }

  .dif-ico {
    margin: 0 0 12px;
  }

  .dif-point p {
    max-width: 28ch;
  }
}