:root {
  --ink: #071627;
  --muted: #5d7188;
  --line: rgba(13, 94, 164, 0.16);
  --paper: #f7fbff;
  --blue: #0d5ea4;
  --blue-dark: #073f75;
  --blue-deep: #031b33;
  --red: #d94032;
  --red-dark: #a92922;
  --gold: #f5bd32;
  --gold-soft: #ffffff;
  --shadow: 0 24px 80px rgba(7, 63, 117, 0.18);
  --radius: 8px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.page-progress {
  background: linear-gradient(90deg, var(--blue), var(--gold), var(--red));
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: 10000;
}

.navbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(245, 189, 50, 0.45);
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(16, 24, 40, 0.1);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  left: 50%;
  max-width: min(1120px, calc(100% - 32px));
  padding: 10px 14px 10px 18px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
  width: 100%;
  z-index: 1000;
}

.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(7, 63, 117, 0.16);
  transform: translateX(-50%) translateY(-5px);
}

.brand {
  align-items: center;
  display: flex;
  min-width: 260px;
}

.brand img {
  height: 58px;
  object-fit: contain;
  width: 250px;
}

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

.nav-menu a {
  border-radius: 999px;
  color: #344054;
  font-size: 0.94rem;
  font-weight: 700;
  padding: 11px 16px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-menu a:hover {
  background: rgba(245, 189, 50, 0.22);
  color: var(--blue);
  transform: translateY(-1px);
}

.menu-toggle {
  background: var(--blue);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(13, 94, 164, 0.28);
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  height: 44px;
  place-items: center;
  width: 44px;
  z-index: 3;
}

.menu-toggle span {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  margin: 3px 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 18px;
}

.hero {
  align-items: end;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  min-height: 100svh;
  overflow: hidden;
  padding: 150px max(24px, calc((100vw - 1120px) / 2)) 70px;
  position: relative;
}

.hero-media,
.hero-overlay,
.hero-route {
  inset: 0;
  position: absolute;
}

.hero-media {
  background-image: url("fotosFrota/WhatsApp Image 2026-05-13 at 15.00.16.jpeg");
  background-position: center calc(54% + var(--parallax, 0px));
  background-size: cover;
  transform: scale(1.05);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 27, 51, 0.94), rgba(7, 63, 117, 0.62) 50%, rgba(217, 64, 50, 0.24)),
    linear-gradient(0deg, rgba(3, 27, 51, 0.9), rgba(3, 27, 51, 0) 42%);
}

.hero-route {
  opacity: 0.55;
  pointer-events: none;
}

.hero-route svg {
  height: 100%;
  width: 100%;
}

.hero-route path {
  animation: dash 3.8s ease-in-out infinite alternate;
  fill: none;
  stroke: rgba(248, 184, 78, 0.82);
  stroke-dasharray: 9 13;
  stroke-linecap: round;
  stroke-width: 3;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 780px;
  min-width: 0;
  width: 100%;
}

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

.dark-section .eyebrow,
.hero .eyebrow {
  color: var(--gold);
}

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

h1 {
  font-size: clamp(3rem, 8vw, 6.8rem);
  max-width: min(860px, 100%);
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

h3 {
  font-size: 1.3rem;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  margin-top: 24px;
  max-width: 650px;
}

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

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  word-break: break-word;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  box-shadow: 0 16px 34px rgba(217, 64, 50, 0.35);
  color: #fff;
}

.btn.primary:hover {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.contact-section .btn.secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--ink);
}

.hero-panel {
  align-self: end;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  margin-left: 32px;
  padding: 24px;
}

.hero-panel span,
.contact-card span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel strong,
.floating-note strong {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

.hero-panel strong::after,
.floating-note strong::after {
  content: "+";
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 14px;
}

.ticker {
  background: linear-gradient(90deg, var(--blue-deep), var(--blue-dark));
  color: #fff;
  overflow: hidden;
  padding: 16px 0;
}

.ticker-track {
  animation: marquee 26s linear infinite;
  display: flex;
  gap: 36px;
  width: max-content;
}

.ticker span {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker span::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 8px;
  margin-right: 36px;
  width: 8px;
}

.section {
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
}

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

.section-heading h2 {
  margin-bottom: 12px;
}

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

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-height: 310px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.service-card::after {
  background: linear-gradient(135deg, rgba(13, 94, 164, 0.16), rgba(245, 189, 50, 0.24), rgba(217, 64, 50, 0.12));
  content: "";
  height: 120px;
  position: absolute;
  right: -40px;
  top: -40px;
  transform: rotate(18deg);
  width: 180px;
}

.service-card:hover {
  border-color: rgba(245, 189, 50, 0.72);
  box-shadow: var(--shadow);
  transform: translateY(-8px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
}

.service-card .icon {
  color: var(--blue);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 900;
  margin-bottom: 76px;
}

.service-card h3 {
  margin-bottom: 12px;
}

.service-card p,
.split-content p,
.experience-card p,
.timeline p,
.fleet-card p,
.cert-card p,
.cert-logo-card p,
.contact-content p,
.footer p {
  color: var(--muted);
}

.fleet-section {
  background: #fff;
}

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

.fleet-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(7, 63, 117, 0.08);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.fleet-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.fleet-card video,
.fleet-gallery,
.fleet-placeholder {
  aspect-ratio: 16 / 9;
  background: var(--blue-deep);
  height: 330px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fleet-card video {
  object-fit: cover;
  width: 100%;
}

.fleet-gallery img {
  height: 100%;
  object-fit: cover;
  object-position: var(--gallery-position, center center);
  transition: opacity 0.2s ease;
  width: 100%;
}

.gallery-arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 94, 164, 0.14);
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(3, 27, 51, 0.18);
  color: var(--blue-dark);
  cursor: pointer;
  display: grid;
  font-size: 1.7rem;
  font-weight: 900;
  height: 42px;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
  width: 42px;
  z-index: 2;
}

.gallery-arrow:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.gallery-arrow.prev {
  left: 12px;
}

.gallery-arrow.next {
  right: 12px;
}

.gallery-count {
  background: rgba(3, 27, 51, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  bottom: 12px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 10px;
  position: absolute;
  right: 12px;
  z-index: 2;
}

.fleet-placeholder {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(3, 27, 51, 0.94), rgba(13, 94, 164, 0.78)),
    radial-gradient(circle at 80% 20%, rgba(245, 189, 50, 0.35), transparent 32%);
  display: grid;
  justify-items: center;
}

.fleet-placeholder::before {
  border: 2px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px 999px 18px 18px;
  content: "";
  height: 82px;
  position: absolute;
  top: 108px;
  width: 250px;
}

.fleet-placeholder::after {
  background: linear-gradient(90deg, var(--gold), var(--red));
  border-radius: 999px;
  bottom: 94px;
  content: "";
  height: 7px;
  position: absolute;
  width: 330px;
}

.fleet-placeholder span {
  color: rgba(255, 255, 255, 0.14);
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

.van-placeholder::before {
  height: 66px;
  top: 116px;
  width: 230px;
}

.micro-placeholder::before {
  height: 82px;
  top: 108px;
  width: 260px;
}

.micro-placeholder span {
  font-size: 3.8rem;
}

.fleet-card div {
  padding: 24px;
}

.fleet-card span,
.cert-card span {
  color: var(--red);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.fleet-card h3 {
  margin-bottom: 10px;
}

.fleet-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin-top: 18px;
}

.fleet-card li {
  background: #fff;
  border: 1px solid rgba(245, 189, 50, 0.5);
  border-radius: 999px;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 7px 10px;
}

.split {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
}

.visual-stack {
  min-height: 540px;
  position: relative;
}

.visual-stack img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 540px;
  object-fit: cover;
  width: 100%;
}

.floating-note {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  bottom: -28px;
  box-shadow: var(--shadow);
  max-width: 250px;
  padding: 22px;
  position: absolute;
  right: 28px;
}

.floating-note strong {
  color: var(--red);
}

.floating-note span {
  color: var(--muted);
  display: block;
  font-weight: 700;
  margin-top: 10px;
}

.feature-list {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  margin-top: 32px;
  padding-top: 28px;
}

.feature-list div {
  border-left: 3px solid var(--gold);
  padding-left: 18px;
}

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

.feature-list span {
  color: var(--muted);
  margin-top: 4px;
}

.certifications-section {
  background:
    linear-gradient(135deg, #fff, rgba(247, 251, 255, 0.96)),
    linear-gradient(90deg, rgba(13, 94, 164, 0.08), rgba(217, 64, 50, 0.06));
}

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

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

.cert-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(13, 94, 164, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(7, 63, 117, 0.08);
  min-height: 230px;
  padding: 26px;
  position: relative;
  overflow: hidden;
}

.cert-card::after {
  background: var(--gold);
  content: "";
  height: 5px;
  left: 26px;
  position: absolute;
  right: 26px;
  top: 0;
}

.cert-card h3 {
  margin-bottom: 10px;
}

.cert-logo-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(13, 94, 164, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 14px 44px rgba(7, 63, 117, 0.08);
  display: grid;
  gap: 16px;
  grid-template-rows: 96px auto 1fr;
  min-height: 300px;
  padding: 18px;
}

.cert-logo-card img {
  align-self: center;
  background: #fff;
  border: 1px solid rgba(13, 94, 164, 0.1);
  border-radius: var(--radius);
  height: 100%;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

.cert-logo-card h3 {
  color: var(--blue-dark);
  font-size: 1.18rem;
}

.dark-section {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-dark));
  color: #fff;
  position: relative;
}

.dark-section::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: 0;
  opacity: 0.35;
  position: absolute;
}

.dark-section > * {
  position: relative;
  z-index: 1;
}

.experience-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.28s ease, background 0.28s ease;
}

.experience-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
}

.experience-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.experience-card div {
  padding: 24px;
}

.experience-card h3 {
  margin-bottom: 10px;
}

.experience-card p {
  color: rgba(255, 255, 255, 0.72);
}

.process {
  background: #fff;
}

.timeline {
  counter-reset: step;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin-top: 44px;
}

.timeline li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}

.timeline span {
  color: var(--red);
  display: block;
  font-weight: 900;
  margin-bottom: 42px;
}

.timeline strong {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.contact-section {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(7, 63, 117, 0.95), rgba(3, 27, 51, 0.96) 58%, rgba(217, 64, 50, 0.76)),
    url("https://images.unsplash.com/photo-1494515843206-f3117d3f51b7?auto=format&fit=crop&w=1600&q=80") center/cover;
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 380px);
  padding: 110px max(24px, calc((100vw - 1120px) / 2));
}

.contact-content p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 650px;
}

.contact-card {
  align-self: end;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  padding: 28px;
}

.whatsapp-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.whatsapp-list a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  color: var(--ink);
  display: inline-flex;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-list a:hover {
  box-shadow: 0 14px 32px rgba(3, 27, 51, 0.2);
  transform: translateY(-2px);
}

.whatsapp-list img {
  border-radius: 50%;
  flex: 0 0 34px;
  height: 34px;
  object-fit: cover;
  width: 34px;
}

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

.whatsapp-list span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.whatsapp-list strong {
  color: var(--blue-dark);
  line-height: 1.1;
}

.contact-card strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.1;
  margin: 18px 0 8px;
}

.contact-card p {
  color: rgba(255, 255, 255, 0.74);
}

.contact-card a {
  color: var(--gold);
  display: inline-block;
  font-weight: 900;
  margin-top: 24px;
}

.footer {
  align-items: center;
  background: #fff;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 42px 24px;
  text-align: center;
}

.footer img {
  height: 86px;
  object-fit: contain;
}

.footer span {
  color: #98a2b3;
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

@keyframes dash {
  to {
    stroke-dashoffset: -110;
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .navbar {
    border-radius: 22px;
    display: flex;
    gap: 12px;
    left: 12px;
    max-width: none;
    padding: 8px 10px 8px 12px;
    right: auto;
    transform: none;
    width: calc(100vw - 24px);
  }

  .navbar.is-scrolled {
    transform: none;
  }

  .menu-toggle {
    align-items: center;
    background: var(--blue);
    border-radius: 50%;
    display: grid;
    height: 44px;
    justify-self: end;
    opacity: 1;
    place-items: center;
    position: static;
    transform: none;
    visibility: visible;
    width: 44px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    background: #fff;
    border: 1px solid rgba(13, 94, 164, 0.14);
    border-radius: 18px;
    box-shadow: 0 18px 55px rgba(7, 22, 39, 0.18);
    display: grid;
    gap: 2px;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    transform: translateY(-6px) scale(0.98);
    transform-origin: top right;
    transition: opacity 0.22s ease, transform 0.22s ease;
    width: min(280px, calc(100vw - 24px));
    z-index: 5;
  }

  .nav-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-menu a {
    align-items: center;
    border-radius: 12px;
    color: var(--ink);
    display: flex;
    font-size: 0.92rem;
    min-height: 42px;
    padding: 10px 12px;
  }

  .nav-menu a:hover {
    background: rgba(13, 94, 164, 0.08);
    transform: none;
  }

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

  .hero {
    align-items: end;
    padding-top: 130px;
  }

  .hero-panel {
    margin: 36px 0 0;
  }

  .service-grid,
  .experience-grid,
  .fleet-layout,
  .logo-cert-grid,
  .cert-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .visual-stack,
  .visual-stack img {
    min-height: 360px;
    height: 420px;
  }
}

@media (max-width: 560px) {
  .navbar {
    left: 12px;
    max-width: none;
    right: auto;
    top: 12px;
    transform: none;
    width: calc(100vw - 24px);
  }

  .navbar.is-scrolled {
    transform: none;
  }

  .brand img {
    height: 42px;
    width: 160px;
  }

  .brand {
    min-width: 0;
  }

  .hero,
  .section,
  .contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    min-height: 92svh;
    padding-bottom: 44px;
  }

  .hero-content,
  .hero-panel,
  .hero-copy,
  h1 {
    max-width: min(330px, calc(100vw - 36px));
    min-width: 0;
    width: 100%;
  }

  .hero-content {
    overflow: hidden;
  }

  .hero-route {
    opacity: 0.26;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.08;
    word-break: normal;
  }

  .hero-actions,
  .contact-actions,
  .whatsapp-list {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .whatsapp-list a {
    width: 100%;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .service-card,
  .fleet-card div,
  .cert-card,
  .cert-logo-card,
  .timeline li,
  .contact-card {
    padding: 22px;
  }

  .fleet-card video,
  .fleet-gallery,
  .fleet-placeholder {
    height: 300px;
  }

  .floating-note {
    bottom: -24px;
    left: 18px;
    right: 18px;
    max-width: none;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
