:root {
  --ink: #071417;
  --ink-soft: #163237;
  --panel: #0b2529;
  --panel-2: #12373d;
  --teal: #009aa6;
  --teal-bright: #00c2cc;
  --purple: #842091;
  --purple-soft: #a13ab0;
  --green: #25d366;
  --white: #ffffff;
  --paper: #f6f8f8;
  --muted: #647477;
  --line: rgba(7, 20, 23, 0.12);
  --shadow: 0 24px 70px rgba(3, 18, 21, 0.18);
  --radius: 8px;
  --container: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

section[id] {
  scroll-margin-top: 150px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  color: var(--white);
}

.topbar {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  padding: 9px max(20px, calc((100vw - 1160px) / 2));
  background: rgba(3, 18, 21, 0.86);
  font-size: 0.86rem;
  backdrop-filter: blur(14px);
}

.topbar a {
  opacity: 0.9;
}

.topbar a:hover {
  color: var(--teal-bright);
}

.navbar {
  width: var(--container);
  min-height: 78px;
  margin-inline: auto;
  margin-top: 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 12px 14px 12px 18px;
  background: rgba(6, 37, 41, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  transform-style: preserve-3d;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  min-width: 184px;
  height: 62px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #edf7f8 60%, #ffffff 100%);
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transform: translateZ(18px);
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

.nav-links a {
  position: relative;
  padding: 8px 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal-bright), var(--purple-soft));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--green);
  color: #052411;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.22);
}

.nav-cta svg,
.btn svg,
.floating-whatsapp svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
  flex: 0 0 auto;
}

.menu-toggle {
  display: none;
  place-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--panel);
  perspective: 1200px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 21, 0.94) 0%, rgba(3, 18, 21, 0.8) 42%, rgba(3, 18, 21, 0.34) 100%),
    linear-gradient(0deg, rgba(3, 18, 21, 0.8) 0%, rgba(3, 18, 21, 0.1) 44%),
    url("assets/images/camion-trans-pablo.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 210px 0 58px;
  transform-style: preserve-3d;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--teal-bright);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 10vw, 8.4rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.hero-copy {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  max-width: 100%;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1.15;
  cursor: pointer;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px) translateZ(8px);
}

.btn-whatsapp {
  background: var(--green);
  color: #052411;
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 48px 0 0;
}

.hero-metrics div {
  min-height: 96px;
  padding: 18px;
  border-left: 3px solid var(--teal-bright);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  transform: translateZ(24px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
}

.hero-metrics dt {
  font-size: 1.35rem;
  font-weight: 950;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.service-strip {
  background: linear-gradient(90deg, var(--teal), var(--purple));
  color: var(--white);
}

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

.strip-grid span {
  display: flex;
  align-items: center;
  min-height: 84px;
  padding: 20px;
  font-weight: 900;
  background: rgba(3, 18, 21, 0.16);
}

.section {
  padding: 104px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.compact {
  margin-bottom: 32px;
}

.section-heading h2,
.feature-copy h2,
.control-copy h2,
.quote-copy h2,
.trust-grid h2,
.contact-grid h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.85rem, 3.25vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

#cobertura-title {
  max-width: 680px;
  font-size: clamp(1.8rem, 2.85vw, 3rem);
  line-height: 1.12;
}

#cobertura-title span {
  display: inline;
}

.section-heading p:not(.eyebrow),
.feature-copy p,
.control-copy p,
.quote-copy p,
.contact-grid p {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

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

.services-grid > *,
.feature-grid > *,
.process-list > *,
.control-grid > *,
.quote-grid > *,
.gallery-slider > *,
.trust-grid > *,
.contact-grid > *,
.footer-grid > * {
  min-width: 0;
}

.service-card {
  min-height: 262px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 46px rgba(3, 18, 21, 0.06);
  transform: perspective(900px) translateZ(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(0, 154, 166, 0.3);
  box-shadow: 0 28px 60px rgba(3, 18, 21, 0.14);
  transform: perspective(900px) rotateX(2deg) translateY(-6px);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(0, 154, 166, 0.14), rgba(132, 32, 145, 0.16));
  color: var(--purple);
  font-weight: 950;
}

.service-card h3,
.process-list h3,
.trust-points h3 {
  margin: 24px 0 0;
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1.25;
}

.service-card p,
.process-list p,
.trust-points p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.feature-band {
  padding: 96px 0;
  background: var(--panel);
  color: var(--white);
}

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.feature-copy h2,
.quote-copy h2,
.trust-grid h2,
.contact-grid h2 {
  color: inherit;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal-bright);
  box-shadow: inset 0 0 0 4px var(--panel);
}

.feature-photo {
  position: relative;
  min-height: 430px;
}

.feature-photo::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 2px solid rgba(0, 194, 204, 0.34);
  border-radius: var(--radius);
}

.feature-photo img {
  position: relative;
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: perspective(1000px) rotateY(-2.5deg) rotateX(1deg);
}

.process-section {
  background: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.process-list li {
  min-height: 268px;
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #f4f7f8);
}

.process-list span {
  color: var(--teal);
  font-weight: 950;
}

.control-section {
  padding: 98px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 24%, rgba(0, 194, 204, 0.24), transparent 28%),
    linear-gradient(135deg, #04191c 0%, #073238 48%, #22112a 100%);
  overflow: hidden;
}

.control-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.86fr);
  gap: 46px;
  align-items: center;
}

.control-copy h2 {
  color: var(--white);
}

.control-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.control-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tracking-panel {
  position: relative;
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08)),
    rgba(3, 18, 21, 0.42);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.24);
  transform: perspective(1000px) rotateY(-3deg) rotateX(1.4deg);
  backdrop-filter: blur(18px);
}

.tracking-panel::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  pointer-events: none;
}

.tracking-header {
  position: relative;
  display: grid;
  gap: 8px;
}

.tracking-header span {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 6px;
  background: rgba(0, 194, 204, 0.18);
  color: var(--teal-bright);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.tracking-header strong {
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.1;
}

.tracking-steps {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tracking-steps li {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 14px 16px 14px 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.tracking-steps li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: rgba(3, 18, 21, 0.7);
}

.tracking-steps li.is-done::before {
  border-color: var(--teal-bright);
  background: var(--teal-bright);
  box-shadow: 0 0 0 5px rgba(0, 194, 204, 0.14);
}

.tracking-steps li.is-active {
  border-color: rgba(37, 211, 102, 0.42);
  background: rgba(37, 211, 102, 0.12);
}

.tracking-steps li.is-active::before {
  border-color: var(--green);
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.16);
}

.tracking-steps strong {
  color: var(--white);
  line-height: 1.2;
}

.tracking-steps span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.42;
}

.tracking-note {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.tracking-note span {
  color: var(--muted);
  font-weight: 800;
}

.tracking-note strong {
  text-align: right;
}

.quote-section {
  padding: 104px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 18, 21, 0.94), rgba(6, 37, 41, 0.88)),
    url("assets/images/equipo-cargando.jpg") center / cover no-repeat;
}

.quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 44px;
  align-items: start;
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: var(--shadow);
}

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

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(7, 20, 23, 0.15);
  border-radius: 6px;
  background: #f9fbfb;
  color: var(--ink);
  padding: 12px 13px;
  outline: 0;
}

.quote-form textarea {
  min-height: 132px;
  resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 154, 166, 0.12);
}

.form-submit {
  width: 100%;
  min-height: 56px;
}

.gallery-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f6f8f8 0%, #edf4f5 100%);
}

.gallery-slider {
  display: grid;
  gap: 16px;
}

.gallery-stage {
  position: relative;
  height: clamp(460px, 55vw, 650px);
  overflow: hidden;
  border-radius: var(--radius);
  background: #061417;
  box-shadow:
    0 32px 90px rgba(3, 18, 21, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  isolation: isolate;
  perspective: 1400px;
}

.gallery-stage::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  pointer-events: none;
}

.gallery-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(0, 154, 166, 0.28), transparent 30%, rgba(132, 32, 145, 0.26)),
    linear-gradient(180deg, transparent 44%, rgba(3, 18, 21, 0.84));
  pointer-events: none;
}

.gallery-track {
  position: absolute;
  inset: 0;
}

.gallery-slide {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--radius);
  background: #061417;
  color: var(--white);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateX(9%) scale(0.96) rotateY(-8deg);
  transition: opacity 680ms ease, transform 680ms ease, visibility 680ms ease;
}

.gallery-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateX(0) scale(1) rotateY(0);
}

.gallery-slide.is-prev {
  transform: translateX(-9%) scale(0.96) rotateY(8deg);
}

.gallery-slide.is-next {
  transform: translateX(9%) scale(0.96) rotateY(-8deg);
}

.gallery-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 154, 166, 0.28), transparent 34%, rgba(132, 32, 145, 0.24)),
    linear-gradient(180deg, rgba(3, 18, 21, 0.03), rgba(3, 18, 21, 0.82));
  pointer-events: none;
  transition: background 240ms ease;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.02);
  transition: transform 5200ms ease, filter 5200ms ease;
}

.gallery-slide.is-active img {
  transform: scale(1.1);
  filter: saturate(1.17) contrast(1.08);
}

.gallery-slide:focus-visible {
  outline: 3px solid var(--teal-bright);
  outline-offset: -8px;
}

.gallery-badge {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 56px);
  min-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.gallery-info {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 6;
  display: grid;
  max-width: 680px;
  gap: 8px;
  color: var(--white);
  min-width: 0;
  pointer-events: none;
  text-align: left;
}

.gallery-info strong,
.gallery-info em {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-style: normal;
}

.gallery-info strong {
  font-size: clamp(1.9rem, 4.4vw, 4.15rem);
  line-height: 0.96;
}

.gallery-info em {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.42;
}

.gallery-slide:hover img,
.gallery-slide:focus-visible img {
  filter: saturate(1.22) contrast(1.1);
}

.gallery-slide:hover::after,
.gallery-slide:focus-visible::after {
  background:
    linear-gradient(90deg, rgba(0, 194, 204, 0.34), transparent 34%, rgba(132, 32, 145, 0.3)),
    linear-gradient(180deg, rgba(3, 18, 21, 0.02), rgba(3, 18, 21, 0.86));
}

.gallery-control {
  position: absolute;
  top: 50%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 18, 21, 0.52);
  color: var(--white);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gallery-control svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.gallery-prev {
  left: 20px;
}

.gallery-next {
  right: 20px;
}

.gallery-control:hover,
.gallery-control:focus-visible {
  border-color: rgba(0, 194, 204, 0.72);
  background: rgba(0, 154, 166, 0.88);
  transform: translateY(-50%) scale(1.04);
}

.gallery-control:focus-visible,
.gallery-dot:focus-visible,
.gallery-thumb:focus-visible {
  outline: 3px solid var(--teal-bright);
  outline-offset: 3px;
}

.gallery-slider-footer {
  display: grid;
  gap: 12px;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-height: 16px;
}

.gallery-dot {
  width: 36px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(3, 18, 21, 0.18);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}

.gallery-dot.is-active {
  background: linear-gradient(90deg, var(--teal), var(--purple));
  transform: translateY(-1px);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(10, minmax(88px, 1fr));
  gap: 10px;
  overflow-x: auto;
  padding: 3px 2px 8px;
  scrollbar-color: rgba(0, 154, 166, 0.55) rgba(3, 18, 21, 0.08);
}

.gallery-thumb {
  display: grid;
  grid-template-rows: 62px auto;
  gap: 7px;
  min-width: 88px;
  padding: 6px;
  border: 1px solid rgba(3, 18, 21, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(3, 18, 21, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gallery-thumb img {
  width: 100%;
  height: 62px;
  object-fit: cover;
  border-radius: 6px;
  filter: saturate(0.92) contrast(0.98);
  transition: filter 180ms ease;
}

.gallery-thumb span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-thumb.is-active,
.gallery-thumb:hover {
  border-color: rgba(0, 154, 166, 0.62);
  box-shadow: 0 16px 36px rgba(3, 18, 21, 0.13);
  transform: translateY(-2px);
}

.gallery-thumb.is-active img,
.gallery-thumb:hover img {
  filter: saturate(1.12) contrast(1.04);
}

.gallery-thumb.is-active span {
  color: var(--ink);
}

.trust-section {
  padding: 92px 0;
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 48px;
}

.trust-points {
  display: grid;
  gap: 16px;
}

.trust-points article {
  min-height: 138px;
  padding: 22px;
  border-left: 4px solid var(--teal);
  background: var(--paper);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.trust-points h3 {
  margin-top: 0;
}

.contact-section {
  padding: 92px 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 18, 21, 0.92), rgba(3, 18, 21, 0.7)),
    url("assets/images/mudanza-comercial.jpg") center / cover no-repeat;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: 40px;
  align-items: center;
}

.contact-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-details {
  display: grid;
  gap: 14px;
  font-style: normal;
}

.contact-details a,
.contact-details span {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 850;
}

.site-footer {
  padding: 34px 0;
  color: rgba(255, 255, 255, 0.72);
  background: #030f11;
}

.footer-grid {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
}

.footer-grid img {
  width: 208px;
  height: 64px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffff;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.footer-grid p {
  margin: 0;
  line-height: 1.5;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--green);
  color: #052411;
  box-shadow: 0 20px 48px rgba(37, 211, 102, 0.36);
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
}

.lightbox {
  width: min(1040px, calc(100% - 32px));
  max-height: calc(100vh - 48px);
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(180deg, #061719, #030f11);
  color: var(--white);
  box-shadow: var(--shadow);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.lightbox figure {
  display: grid;
  grid-template-rows: minmax(280px, auto) auto;
  margin: 0;
}

.lightbox img {
  width: 100%;
  height: 64vh;
  max-height: 640px;
  min-height: 320px;
  object-fit: contain;
  background: #030f11;
}

.lightbox figcaption {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 18px 22px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lightbox figcaption span {
  color: var(--teal-bright);
  font-size: 1.08rem;
  font-weight: 950;
}

.lightbox figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.lightbox-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1020px) {
  .topbar {
    display: none;
  }

  .site-header {
    position: absolute;
  }

  .navbar {
    grid-template-columns: auto auto;
    margin-top: 16px;
  }

  .brand {
    width: 202px;
    min-width: 178px;
  }

  .menu-toggle {
    display: grid;
  }

  .nav-links {
    position: fixed;
    inset: 96px 20px auto 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    background: rgba(3, 18, 21, 0.97);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }

  .nav-cta {
    display: none;
  }

  .hero-content {
    padding-top: 150px;
  }

  .services-grid,
  .process-list,
  .feature-grid,
  .control-grid,
  .quote-grid,
  .trust-grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .process-list {
    border: 0;
    gap: 12px;
    overflow: visible;
  }

  .process-list li {
    border: 1px solid var(--line);
    border-radius: var(--radius);
  }

  .gallery-stage {
    height: clamp(420px, 62vw, 560px);
  }

  .gallery-thumbs {
    grid-template-columns: repeat(10, minmax(86px, 1fr));
  }
}

@media (max-width: 720px) {
  :root {
    --container: min(1160px, calc(100% - 28px));
  }

  section[id] {
    scroll-margin-top: 96px;
  }

  .navbar {
    min-height: 70px;
    padding: 10px 12px;
  }

  .brand {
    width: 188px;
    min-width: 168px;
    height: 58px;
    padding: 7px 12px;
  }

  .brand img {
    height: 100%;
  }

  .hero {
    min-height: 90svh;
  }

  .hero-bg {
    background:
      linear-gradient(90deg, rgba(3, 18, 21, 0.94) 0%, rgba(3, 18, 21, 0.78) 100%),
      linear-gradient(0deg, rgba(3, 18, 21, 0.78) 0%, rgba(3, 18, 21, 0.04) 44%),
      url("assets/images/camion-trans-pablo.jpg") 58% center / cover no-repeat;
    transform: none;
  }

  .hero-content {
    padding: 138px 0 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 18vw, 5.2rem);
  }

  .hero-actions,
  .contact-pills {
    flex-direction: column;
  }

  .btn,
  .contact-pills a {
    width: 100%;
  }

  .hero-metrics,
  .strip-grid,
  .services-grid,
  .field-row,
  .footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-metrics div {
    min-height: 84px;
  }

  .strip-grid span {
    min-height: 62px;
  }

  .section,
  .quote-section,
  .feature-band,
  .control-section,
  .trust-section,
  .contact-section {
    padding: 72px 0;
  }

  .section-heading h2,
  .feature-copy h2,
  .control-copy h2,
  .quote-copy h2,
  .trust-grid h2,
  .contact-grid h2 {
    font-size: clamp(1.8rem, 8.8vw, 2.45rem);
    line-height: 1.12;
  }

  #cobertura-title {
    font-size: clamp(1.55rem, 6.7vw, 1.95rem);
    line-height: 1.16;
  }

  #cobertura-title span {
    display: block;
  }

  .service-card {
    min-height: auto;
  }

  .feature-photo {
    min-height: 0;
  }

  .feature-photo::before {
    display: none;
  }

  .feature-photo img {
    height: 340px;
  }

  .quote-form {
    padding: 20px;
  }

  .control-actions {
    flex-direction: column;
  }

  .tracking-panel {
    padding: 18px;
    transform: none;
  }

  .tracking-note {
    display: grid;
  }

  .tracking-note strong {
    text-align: left;
  }

  .gallery-stage {
    height: clamp(390px, 106vw, 520px);
  }

  .gallery-stage::before {
    inset: 10px;
  }

  .gallery-badge {
    left: 16px;
    top: 16px;
    max-width: calc(100% - 32px);
    min-height: 30px;
    font-size: 0.68rem;
  }

  .gallery-info {
    left: 16px;
    right: 16px;
    bottom: 20px;
    max-width: calc(100% - 32px);
  }

  .gallery-info strong {
    font-size: clamp(1.55rem, 9vw, 2.4rem);
    line-height: 1;
  }

  .gallery-info em {
    max-width: 90%;
    font-size: 0.92rem;
  }

  .gallery-control {
    width: 44px;
    height: 44px;
  }

  .gallery-control svg {
    width: 25px;
    height: 25px;
  }

  .gallery-prev {
    left: 12px;
  }

  .gallery-next {
    right: 12px;
  }

  .gallery-dots {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .gallery-dot {
    flex: 0 0 30px;
    width: 30px;
  }

  .gallery-thumbs {
    display: flex;
    gap: 8px;
    padding-bottom: 10px;
  }

  .gallery-thumb {
    flex: 0 0 86px;
    grid-template-rows: 56px auto;
  }

  .gallery-thumb img {
    height: 56px;
  }

  .lightbox figcaption {
    padding: 16px;
  }

  .lightbox img {
    height: 56vh;
    min-height: 260px;
  }

  .footer-grid {
    justify-items: start;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
