:root {
  --color-black: #111111;
  --color-graphite: #25282c;
  --color-steel: #3a3f45;
  --color-yellow: #f5b400;
  --color-orange: #ff7a00;
  --color-white: #ffffff;
  --color-smoke: #f5f5f5;
  --color-text: #17191c;
  --color-muted: #667085;
  --color-whatsapp: #25d366;
  --container-width: min(1200px, calc(100% - 40px));
  --section-spacing: 88px;
  --graphite: var(--color-black);
  --steel: var(--color-graphite);
  --steel-2: var(--color-steel);
  --machine: var(--color-yellow);
  --industrial: var(--color-orange);
  --smoke: var(--color-smoke);
  --paper: var(--color-white);
  --ink: var(--color-text);
  --muted: var(--color-muted);
  --line: #d9dde2;
  --whatsapp: var(--color-whatsapp);
  --shadow: 0 18px 55px rgba(17, 17, 17, 0.16);
  --radius: 8px;
  --shell: var(--container-width);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--smoke);
  line-height: 1.65;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid rgba(245, 180, 0, 0.72);
  outline-offset: 3px;
}

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

.shell {
  width: var(--shell);
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 30;
  padding: 10px 14px;
  color: var(--graphite);
  background: var(--machine);
  transform: translateY(-140%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(17, 17, 17, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--paper);
  text-decoration: none;
}

.brand-logo {
  width: 76px;
  height: 54px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  border-radius: 4px;
}

.brand strong,
.brand small {
  display: block;
  letter-spacing: 0;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.84);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="true"],
.nav-links a[aria-current="page"] {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
}

.nav-links a[aria-current="true"],
.nav-links a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--machine);
}

.nav-links .nav-cta {
  color: var(--graphite);
  background: var(--machine);
}

.nav-links .nav-whatsapp {
  color: #072914;
  background: var(--whatsapp);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--paper);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: clamp(640px, 86vh, 760px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  background: var(--graphite);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.84) 39%, rgba(17, 17, 17, 0.38) 70%, rgba(17, 17, 17, 0.72) 100%),
    linear-gradient(0deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 84px 0 70px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--machine);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  font-family: Montserrat, Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
}

h2 {
  font-family: Montserrat, Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

h3 {
  font-family: Montserrat, Poppins, Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.hero-copy {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.hero-actions,
.section .button,
.final-cta .button {
  margin-top: 32px;
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 0;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button-primary {
  color: #06250f;
  background: var(--whatsapp);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.22);
}

.button-secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.button-dark {
  color: var(--paper);
  background: var(--graphite);
}

.button:hover,
.button:focus-visible,
.service-card a:hover,
.service-card a:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-1px);
}

.service-card,
.fleet-card,
.info-card,
.client-logo-card,
.process-list li,
.choice-list div,
.maintenance-list article {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover,
.fleet-card:hover,
.info-card:hover,
.client-logo-card:hover,
.process-list li:hover,
.choice-list div:hover,
.maintenance-list article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(17, 17, 17, 0.14);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 160px));
  gap: 12px;
  max-width: 720px;
  margin: 44px 0 0;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--machine);
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
}

.hero-stats dt {
  color: var(--paper);
  font-weight: 900;
  font-size: 1.12rem;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
}

.trust-band {
  color: var(--paper);
  background: var(--steel);
}

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

.trust-grid span {
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.trust-grid strong {
  color: var(--paper);
  font-size: 1.02rem;
}

.trust-grid small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.35;
}

.visual-strip {
  padding: 26px 0;
  background: #151719;
}

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

.visual-strip figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--graphite);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.visual-strip img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.visual-strip figure:hover img {
  transform: scale(1.04);
}

.visual-strip figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  color: var(--paper);
  background: rgba(17, 17, 17, 0.74);
  border-left: 4px solid var(--machine);
  border-radius: var(--radius);
  font-weight: 900;
}

.section {
  padding: var(--section-spacing) 0;
  background: var(--paper);
  scroll-margin-top: 88px;
}

.section:nth-of-type(even) {
  background: var(--smoke);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:last-child,
.two-column p,
.quote-copy p,
.final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

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

.service-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 8px 30px rgba(20, 26, 32, 0.06);
  overflow: hidden;
}

.service-media {
  position: relative;
  min-height: 176px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.08), rgba(245, 180, 0, 0.2)),
    #d9dde2;
  overflow: hidden;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.02) 58%);
}

.service-media img {
  width: 100%;
  height: 176px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.service-card:hover .service-media img {
  transform: scale(1.05);
}

.service-media-graphic {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(245, 180, 0, 0.96), rgba(255, 122, 0, 0.86)),
    var(--machine);
}

.service-media-graphic::after {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.02)),
    repeating-linear-gradient(135deg, rgba(17, 17, 17, 0.08) 0 8px, transparent 8px 18px);
}

.service-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.service-icon {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: var(--machine);
  border-radius: var(--radius);
  font-weight: 900;
}

.service-media-graphic .service-icon {
  position: relative;
  left: auto;
  bottom: auto;
  width: 72px;
  height: 72px;
  background: rgba(17, 17, 17, 0.92);
  color: var(--paper);
  font-size: 1.4rem;
}

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

.service-card .service-use {
  margin-top: auto;
  color: var(--steel);
  font-weight: 800;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px 12px;
  color: #06250f;
  background: var(--whatsapp);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 52px;
  align-items: center;
}

.section.local-section {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.98), rgba(37, 40, 44, 0.98)),
    var(--graphite);
}

.local-section .two-column p {
  color: rgba(255, 255, 255, 0.84);
}

.local-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.local-points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.local-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  height: 10px;
  background: var(--machine);
  border-radius: 2px;
}

.local-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.local-aside {
  display: grid;
  gap: 14px;
}

.local-visual,
.maintenance-visual {
  position: relative;
  min-height: 230px;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--steel);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.local-visual img,
.maintenance-visual img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
}

.local-visual::after,
.maintenance-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.72), rgba(17, 17, 17, 0.08) 58%);
}

.local-visual figcaption,
.maintenance-visual figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  padding: 10px 12px;
  color: var(--paper);
  background: rgba(17, 17, 17, 0.72);
  border-left: 4px solid var(--machine);
  border-radius: var(--radius);
  font-weight: 900;
}

.local-panel span,
.zone-grid span {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 12px;
  border-radius: var(--radius);
  color: var(--paper);
  background: var(--steel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-weight: 900;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

caption {
  padding: 16px;
  color: var(--muted);
  text-align: left;
  font-weight: 800;
}

th,
td {
  padding: 17px 18px;
  border-top: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

thead th {
  color: var(--paper);
  background: var(--steel);
  border-top: 0;
}

tbody tr:nth-child(even) {
  background: #fafafa;
}

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

.fleet-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.07);
  overflow: hidden;
}

.fleet-card::before {
  display: none;
}

.fleet-media {
  position: relative;
  height: 190px;
  margin: 0;
  background: #d9dde2;
  overflow: hidden;
}

.fleet-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.fleet-card:hover .fleet-media img {
  transform: scale(1.05);
}

.fleet-media-graphic {
  display: grid;
  place-items: center;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(58, 63, 69, 0.96), rgba(17, 17, 17, 0.96)),
    var(--steel);
}

.fleet-media-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(245, 180, 0, 0.16), rgba(255, 122, 0, 0.12)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 9px, transparent 9px 20px);
}

.fleet-media-graphic span {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(245, 180, 0, 0.86);
  border-radius: 50%;
  color: var(--paper);
  background: rgba(17, 17, 17, 0.76);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.fleet-card > span {
  width: fit-content;
  margin: 18px 20px 12px;
  padding: 7px 10px;
  color: var(--graphite);
  background: var(--machine);
  border-radius: var(--radius);
  font-size: 0.84rem;
  font-weight: 900;
}

.fleet-card h3 {
  margin: 0 20px;
}

.fleet-card p {
  margin-left: 20px;
  margin-right: 20px;
  color: var(--muted);
}

.fleet-card .fleet-use {
  margin-bottom: 8px;
}

.fleet-card .fleet-condition {
  margin-top: 0;
  color: var(--steel);
  font-size: 0.94rem;
  font-weight: 800;
}

.fleet-card a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 20px 20px;
  padding: 10px 12px;
  color: var(--paper);
  background: var(--graphite);
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 900;
}

.fleet-card-dark {
  color: var(--paper);
  background: #25282c;
  border-color: rgba(255, 255, 255, 0.1);
}

.fleet-card-dark::before {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(58, 63, 69, 0.96), rgba(17, 17, 17, 0.96)),
    var(--steel);
}

.fleet-card-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.fleet-card-dark .fleet-condition {
  color: rgba(255, 255, 255, 0.86);
}

.fleet-card-dark a {
  color: var(--graphite);
  background: var(--machine);
}

.section.guide-section {
  background: #eef1f3;
}

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

.choice-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.82fr);
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-left: 4px solid var(--industrial);
  border-radius: var(--radius);
  background: var(--paper);
}

.choice-list span {
  color: var(--muted);
}

.choice-list strong {
  color: var(--graphite);
}

.section.modalities-section {
  background: var(--paper);
}

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

.info-card {
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--machine);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

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

.section.maintenance-section {
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(37, 40, 44, 0.98), rgba(17, 17, 17, 0.98)),
    var(--steel);
}

.maintenance-section .two-column p {
  color: rgba(255, 255, 255, 0.84);
}

.maintenance-points {
  margin-bottom: 0;
}

.maintenance-stack {
  display: grid;
  gap: 14px;
}

.maintenance-visual {
  min-height: 300px;
}

.maintenance-visual img {
  min-height: 300px;
  object-position: 52% center;
}

.maintenance-list {
  display: grid;
  gap: 12px;
}

.maintenance-list article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.maintenance-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

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

.zone-groups {
  display: grid;
  gap: 28px;
}

.zone-groups h3 {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.zone-grid span {
  min-height: 68px;
  color: var(--graphite);
  background: var(--paper);
  border: 1px solid var(--line);
}

.section.industries-section {
  color: var(--paper);
  background: var(--steel);
}

.industries-section .section-heading p:last-child {
  color: rgba(255, 255, 255, 0.74);
}

.industry-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.industry-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--machine);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
}

.section.clients-section {
  background: var(--paper);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.client-logo-card {
  min-height: 116px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.05);
}

.client-logo-card img {
  width: 100%;
  max-width: 150px;
  max-height: 66px;
  object-fit: contain;
}

.client-logo-card:nth-child(2) img,
.client-logo-card:nth-child(5) img {
  max-width: 132px;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 230px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(17, 17, 17, 0.06);
  font-weight: 800;
}

.process-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--industrial);
  font-size: 1.5rem;
  font-weight: 900;
}

.process-list strong,
.process-list small {
  display: block;
}

.process-list small {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.section.differentiators-section {
  color: var(--paper);
  background: var(--graphite);
}

.differentiators-section .two-column p {
  color: rgba(255, 255, 255, 0.76);
}

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

.check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 20px;
  width: 12px;
  height: 7px;
  border-left: 3px solid var(--machine);
  border-bottom: 3px solid var(--machine);
  transform: rotate(-45deg);
}

.differentiator-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.differentiator-list li {
  min-height: 132px;
  padding: 16px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

.differentiator-list strong,
.differentiator-list span {
  display: block;
}

.differentiator-list strong {
  color: var(--paper);
  margin-bottom: 8px;
}

.differentiator-list span {
  color: rgba(255, 255, 255, 0.74);
}

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

.faq-cta {
  margin-top: 24px;
}

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
}

summary {
  position: relative;
  min-height: 58px;
  padding: 17px 52px 17px 18px;
  cursor: pointer;
  color: var(--graphite);
  font-weight: 900;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--graphite);
  background: #eef1f3;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 180ms ease, background 180ms ease;
}

details[open] summary::after {
  content: "-";
  background: var(--machine);
}

details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.section.quote-section {
  background: #eef1f3;
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 46px;
  align-items: start;
}

.quote-note {
  margin-top: 26px;
  padding: 18px;
  border-left: 5px solid var(--machine);
  border-radius: var(--radius);
  background: var(--paper);
}

.quote-contact {
  display: block;
  margin-top: 10px;
  color: var(--steel);
}

.quote-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--graphite);
  font-weight: 900;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #c9d0d6;
  border-radius: var(--radius);
  color: var(--ink);
  background: #fff;
}

.quote-form input[aria-invalid="true"],
.quote-form select[aria-invalid="true"],
.quote-form textarea[aria-invalid="true"] {
  border-color: #b42318;
  outline: 3px solid rgba(180, 35, 24, 0.16);
}

.field-error {
  display: none;
  color: #b42318;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.35;
}

.field-error.is-visible {
  display: block;
}

.quote-form textarea {
  resize: vertical;
}

.consent-field {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.45;
}

.consent-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.consent-field strong {
  color: var(--steel);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 3px solid rgba(245, 180, 0, 0.32);
  border-color: var(--machine);
}

.form-wide {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 24px;
  color: var(--muted);
}

.form-helper {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.final-cta {
  padding: 84px 0;
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.96), rgba(43, 47, 51, 0.96)),
    var(--graphite);
  text-align: center;
}

.final-cta .shell {
  max-width: 900px;
}

.final-cta p {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.78);
}

.final-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.final-actions .button {
  margin-top: 0;
}

.site-footer {
  padding: 54px 0 28px;
  color: rgba(255, 255, 255, 0.8);
  background: #0b0c0d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.85fr 1fr 0.8fr;
  gap: 30px;
}

.footer-brand {
  margin-bottom: 18px;
}

.site-footer h2,
.site-footer h3 {
  margin-bottom: 14px;
  color: var(--paper);
  font-size: 1rem;
}

.site-footer p {
  margin: 8px 0;
}

.site-footer a:not(.brand) {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.privacy-disabled {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.58);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--machine);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 18;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 54px;
  padding: 10px 16px 10px 10px;
  color: #06250f;
  background: var(--whatsapp);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  text-decoration: none;
}

.floating-whatsapp span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--whatsapp);
  background: #fff;
  font-size: 0.77rem;
  font-weight: 900;
}

.floating-whatsapp strong {
  font-size: 0.95rem;
}

.mobile-action-bar {
  display: none;
}

.page-hero {
  min-height: 560px;
}

.page-hero .hero-content {
  padding-top: 120px;
  padding-bottom: 72px;
}

.hero-graphic-bg {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(245, 180, 0, 0.22), rgba(232, 102, 34, 0.16)),
    radial-gradient(circle at 72% 28%, rgba(245, 180, 0, 0.22), transparent 34%),
    var(--graphite);
}

.hero-graphic-bg span {
  width: min(42vw, 270px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(245, 180, 0, 0.5);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(17, 17, 17, 0.52);
  font-size: clamp(3rem, 9vw, 7.5rem);
  font-weight: 900;
}

.breadcrumbs {
  padding-top: 22px;
  padding-bottom: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs li + li::before {
  content: "/";
  color: rgba(31, 42, 50, 0.45);
}

.breadcrumbs a {
  color: var(--graphite);
  font-weight: 800;
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--industrial);
}

.mini-list,
.section-actions,
.card-actions,
.filter-chips,
.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.mini-list li {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--graphite);
  background: rgba(245, 180, 0, 0.14);
  font-size: 0.82rem;
  font-weight: 800;
}

.card-actions {
  margin-top: auto;
}

.card-actions .button,
.section-actions .button {
  min-height: 42px;
  padding: 10px 14px;
  font-size: 0.86rem;
}

.section-actions {
  justify-content: center;
  margin-top: 26px;
}

.filter-chips {
  margin: 0 0 24px;
}

.filter-chips a,
.link-grid a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(31, 42, 50, 0.12);
  border-radius: 999px;
  color: var(--graphite);
  background: var(--paper);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
}

.filter-chips a:hover,
.filter-chips a:focus-visible,
.link-grid a:hover,
.link-grid a:focus-visible {
  color: var(--paper);
  background: var(--graphite);
}

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

.link-grid a {
  border-radius: var(--radius);
}

.detail-section .local-visual,
.detail-graphic {
  min-height: 330px;
}

.detail-graphic {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(31, 42, 50, 0.95), rgba(17, 17, 17, 0.92)),
    radial-gradient(circle at 72% 28%, rgba(245, 180, 0, 0.28), transparent 38%);
  box-shadow: var(--shadow);
}

.detail-graphic span {
  width: min(56%, 240px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid rgba(245, 180, 0, 0.58);
  border-radius: 50%;
  background: rgba(245, 180, 0, 0.13);
  font-size: clamp(2.6rem, 8vw, 5.6rem);
  font-weight: 900;
}

.privacy-status {
  align-self: stretch;
  display: grid;
  align-content: center;
}

.not-found-section .detail-graphic {
  min-height: 260px;
}

.js-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1080px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .industry-list,
  .zone-grid,
  .fleet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 28px, 720px);
    --section-spacing: 68px;
  }

  .site-header {
    background: rgba(17, 17, 17, 0.96);
  }

  .nav {
    min-height: 68px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 68px 14px auto 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: var(--graphite);
    box-shadow: var(--shadow);
  }

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

  .nav-links a {
    min-height: 46px;
    display: flex;
    align-items: center;
  }

  .hero {
    min-height: 720px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.72) 64%, rgba(17, 17, 17, 0.58) 100%),
      linear-gradient(0deg, rgba(17, 17, 17, 0.96) 0%, rgba(17, 17, 17, 0.18) 58%);
  }

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

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

  .trust-grid,
  .two-column,
  .quote-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .visual-strip-grid {
    grid-template-columns: 1fr;
  }

  .visual-strip figure,
  .visual-strip img {
    min-height: 220px;
  }

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

  .section {
    padding: 68px 0;
  }

  .local-panel,
  .zone-grid,
  .industry-list,
  .client-logo-grid,
  .process-list,
  .link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choice-list div,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .differentiator-list {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  :root {
    --section-spacing: 56px;
  }

  .brand {
    gap: 9px;
  }

  .brand-logo {
    width: 60px;
    height: 42px;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .hero {
    min-height: 680px;
  }

  .page-hero {
    min-height: 590px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .hero-actions,
  .hero-actions .button,
  .final-cta .button,
  .quote-copy .button {
    width: 100%;
  }

  .final-actions {
    width: 100%;
  }

  .local-panel,
  .zone-grid,
  .industry-list,
  .visual-strip-grid,
  .service-grid,
  .fleet-grid,
  .modalities-grid,
  .process-list,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .card-actions,
  .card-actions .button,
  .section-actions .button,
  .filter-chips a,
  .link-grid a {
    width: 100%;
  }

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

  .service-media,
  .service-media img,
  .fleet-media {
    height: 170px;
    min-height: 170px;
  }

  .maintenance-visual,
  .maintenance-visual img {
    min-height: 240px;
  }

  .process-list li {
    min-height: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .floating-whatsapp {
    display: none;
  }

  body {
    padding-bottom: 76px;
  }

  .mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(17, 17, 17, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-action-bar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 900;
  }

  .mobile-action-bar a:first-child {
    color: #06250f;
    background: var(--whatsapp);
  }

  .mobile-action-bar a:last-child {
    color: var(--graphite);
    background: var(--machine);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
