﻿:root {
  --green-dark: #0b3d2e;
  --green: #18a558;
  --yellow: #ffc107;
  --white: #ffffff;
  --graphite: #1e1e1e;
  --royal: #263a83;
  --muted: #6b746f;
  --line: rgba(255, 255, 255, 0.16);
  --brand-gradient: linear-gradient(135deg, #00a85a 0%, #78b957 47%, #ffc107 100%);
  --brand-gradient-soft: linear-gradient(135deg, rgba(0, 168, 90, 0.18) 0%, rgba(120, 185, 87, 0.16) 48%, rgba(255, 193, 7, 0.22) 100%);
  --texture-gradient: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02)), url("assets/brand-gradient-texture.jpeg") center / cover no-repeat;
  --shadow: 0 24px 70px rgba(5, 22, 17, 0.18);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.55), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(255, 193, 7, 0.36), transparent 28%),
    var(--brand-gradient);
  color: var(--graphite);
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(3, 17, 13, 0.82), rgba(3, 17, 13, 0));
  transition: background 0.35s ease, padding 0.35s ease, border-color 0.35s ease;
}

.site-header.scrolled {
  padding-block: 12px;
  background: rgba(8, 31, 24, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.brand img {
  width: 150px;
  height: 68px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.22));
}

.nav-links {
  display: flex;
  gap: clamp(16px, 3vw, 36px);
  align-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links a {
  opacity: 0.86;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-links a:hover {
  color: var(--yellow);
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.icon-cta {
  width: 46px;
  min-height: 46px;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.icon-cta img,
.whatsapp-button img,
.footer-whatsapp img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.22));
}

.header-cta,
.button.primary {
  background: var(--yellow);
  color: #182018;
  box-shadow: 0 18px 44px rgba(255, 193, 7, 0.24);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.whatsapp-button {
  width: 50px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-3px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 7vw, 96px) 92px;
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
  transform: none;
}

.hero-overlay,
.final-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 17, 12, 0.92) 0%, rgba(5, 33, 24, 0.68) 43%, rgba(2, 17, 12, 0.12) 100%),
    linear-gradient(0deg, rgba(2, 17, 12, 0.78) 0%, rgba(2, 17, 12, 0) 44%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(120, 185, 87, 0.72) 0%, rgba(120, 185, 87, 0) 100%);
  pointer-events: none;
}

.hero-content {
  width: min(840px, 100%);
}

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

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

h1 {
  max-width: 980px;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7.2vw, 6.45rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.06rem, 2vw, 1.36rem);
  line-height: 1.7;
}

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

.hero-status {
  position: absolute;
  right: clamp(20px, 6vw, 80px);
  bottom: 34px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-status span,
.city-list span,
.segment-grid span,
.diff-grid span,
.proof-list span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.section-pad {
  padding: clamp(74px, 9vw, 130px) clamp(20px, 6vw, 88px);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  padding-top: clamp(44px, 5vw, 72px);
}

.metric-card,
.service-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
  border: 1px solid rgba(11, 61, 46, 0.08);
  transition: transform 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.metric-card::before,
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid var(--green);
  background: linear-gradient(135deg, rgba(24, 165, 88, 0.10), rgba(255, 193, 7, 0.08) 42%, rgba(255,255,255,0));
  opacity: 0;
  transition: opacity 0.32s ease;
}

.metric-card:hover,
.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(24, 165, 88, 0.35);
  box-shadow: 0 28px 80px rgba(11, 61, 46, 0.18);
}

.metric-card:hover::before,
.service-card:hover::before {
  opacity: 1;
}

.metric-card > *,
.service-card > * {
  position: relative;
}

.metric-icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--royal);
  font-size: 2.4rem;
  font-weight: 950;
}

.metric-card strong {
  display: block;
  margin-bottom: 12px;
  color: var(--royal);
  font-size: 1.2rem;
}

.metric-card p,
.service-card p,
.about-copy p,
.coverage-copy p,
.footer p {
  color: var(--muted);
  line-height: 1.75;
}

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

.about .section-heading {
  max-width: min(1280px, 100%);
}

.about .section-heading h2 {
  max-width: 1180px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

h2 {
  color: var(--royal);
  font-size: clamp(2.25rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.about-grid,
.coverage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, 0.92fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

.about-copy {
  padding-right: 0;
  max-width: 840px;
}

.about-copy p {
  margin-bottom: 14px;
}

.about-copy p:first-child {
  color: var(--royal);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  font-weight: 750;
}

.proof-list,
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-list span,
.city-list span {
  color: var(--green-dark);
  border-color: rgba(11, 61, 46, 0.16);
  background: rgba(11, 61, 46, 0.06);
  backdrop-filter: none;
}

.image-stack {
  position: relative;
  min-height: 620px;
}

.image-stack::before {
  content: "";
  position: absolute;
  inset: 42px 42px 28px 24%;
  border: 1px solid rgba(11, 61, 46, 0.18);
  border-radius: 8px;
}

.image-large,
.image-small,
.image-overlap {
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-large {
  inset: 0 auto auto 0;
  width: 68%;
  height: 560px;
  z-index: 1;
}

.image-overlap {
  top: 18px;
  right: 0;
  width: 52%;
  height: 265px;
  border: 8px solid rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.image-small {
  right: 0;
  bottom: 0;
  width: 46%;
  height: 350px;
  border: 8px solid rgba(255, 255, 255, 0.74);
  z-index: 3;
}

.services {
  background:
    linear-gradient(180deg, #061f18, #0b3d2e 64%, #07251c);
  color: var(--white);
}

.services h2,
.differentials h2 {
  color: var(--white);
}

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

.service-card {
  color: var(--white);
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

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

.service-card h3 {
  font-size: 1.35rem;
}

.service-card sub {
  font-size: 0.72em;
  line-height: 0;
}

.featured-service {
  min-height: 380px;
}

.service-photo {
  position: static;
  width: min(58%, 250px);
  height: 116px;
  object-fit: cover;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.service-media-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin-bottom: 26px;
}

.featured-service .line-icon {
  flex: 0 0 auto;
  margin-bottom: 0;
}

.line-icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.2);
  background: linear-gradient(135deg, rgba(24,165,88,0.9), rgba(255,193,7,0.9));
  position: relative;
}

.line-icon::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 2px solid white;
  border-radius: 2px;
  opacity: 0.9;
}

.line-icon.anchor::after { border-radius: 50% 50% 2px 2px; }
.line-icon.route::after { width: 20px; height: 8px; inset: 20px 14px; border-width: 0 0 3px 3px; transform: rotate(-25deg); }
.line-icon.alert::after { border-radius: 50%; }
.line-icon.power::after { transform: skew(-12deg); }

.comodato {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
  background: var(--texture-gradient);
}

.comodato-copy {
  max-width: 720px;
}

.comodato-copy h2 {
  color: var(--royal);
}

.comodato-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.comodato-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.comodato-benefits span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--royal);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(38, 58, 131, 0.16);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.comodato-benefits span::before {
  content: "✓";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #12351f;
  background: var(--yellow);
  font-weight: 950;
}

.comodato-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(18px, 2.4vw, 32px);
  align-items: center;
  padding-block: 34px;
}

.comodato-main,
.comodato-card {
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.comodato-main {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-position: center;
  transform: translateY(-34px);
}

.comodato-card {
  width: 94%;
  aspect-ratio: 4 / 4.95;
  object-position: center;
  border: 1px solid rgba(11, 61, 46, 0.10);
  transform: translateY(54px);
}

.obra {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 31, 24, 0.98), rgba(11, 61, 46, 0.92)),
    #0b3d2e;
}

.obra-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 16px;
  align-items: stretch;
}

.obra-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.obra-main {
  min-height: 560px;
}

.obra-side {
  display: grid;
  grid-template-rows: 0.78fr 1.22fr;
  gap: 16px;
}

.obra-wide {
  object-position: center;
}

.obra-tall {
  object-position: center 42%;
}

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

.obra-copy p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.obra-benefits {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.obra-benefits span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 15px 16px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.obra-benefits span::before {
  content: "✓";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #12351f;
  background: var(--yellow);
  font-weight: 950;
}

.segments {
  background: var(--texture-gradient);
}

.segments-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.52fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: 34px;
}

.segments-heading h2 {
  margin-bottom: 0;
  color: var(--royal);
  font-size: clamp(2.15rem, 4.2vw, 4.15rem);
}

.segments-heading p:not(.eyebrow) {
  margin: 0;
  color: rgba(11, 61, 46, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  line-height: 1.65;
}

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

.segment-grid span {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--royal);
  border: 1px solid rgba(38, 58, 131, 0.14);
  background: rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 42px rgba(10, 37, 29, 0.08);
  padding: 18px;
  font-size: 0.82rem;
  line-height: 1.2;
  overflow: hidden;
}

.segment-grid span::before {
  content: "✓";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #12351f;
  background: var(--yellow);
  font-weight: 950;
}

.segments-fleet {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: stretch;
  gap: clamp(20px, 3vw, 38px);
  border-radius: 28px;
  border: 1px solid rgba(25, 43, 134, 0.18);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 50px rgba(10, 37, 29, 0.12);
  padding: clamp(14px, 1.7vw, 22px);
}

.segments-fleet img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(10, 37, 29, 0.16);
}

.segments-fleet div {
  padding: clamp(24px, 3vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.segments-fleet span {
  color: var(--yellow);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.segments-fleet strong {
  margin-top: 12px;
  color: var(--royal);
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.06;
}

.segments-fleet p {
  margin: 16px 0 0;
  color: rgba(11, 61, 46, 0.74);
  line-height: 1.65;
}

.licenses {
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: clamp(70px, 9vw, 120px);
  background:
    linear-gradient(90deg, rgba(2, 26, 19, 0.92), rgba(9, 54, 38, 0.66) 46%, rgba(255, 193, 7, 0.16)),
    linear-gradient(0deg, rgba(2, 26, 19, 0.90), rgba(2, 26, 19, 0.14) 62%, rgba(2, 26, 19, 0.34)),
    url("assets/licencas-qualidade-seguranca.jpeg") center / cover no-repeat;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.licenses::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 193, 7, 0.34), transparent 34%),
    linear-gradient(135deg, rgba(24, 165, 88, 0.34), rgba(255, 193, 7, 0.24));
  pointer-events: none;
}

.licenses::after {
  content: "QUALIDADE";
  position: absolute;
  top: clamp(38px, 8vw, 92px);
  left: clamp(20px, 6vw, 88px);
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(4.2rem, 13vw, 12rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: 0;
  pointer-events: none;
}

.license-panel {
  position: relative;
  width: min(1280px, 100%);
  padding: clamp(32px, 5vw, 68px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(12, 91, 57, 0.88), rgba(255, 193, 7, 0.50)),
    rgba(11, 61, 46, 0.66);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(14px);
}

.license-panel h2 {
  color: var(--white);
  max-width: 920px;
  font-size: clamp(2.25rem, 5.6vw, 5.2rem);
}

.license-panel p {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.quality-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(22px, 4vw, 54px);
  align-items: start;
  margin-top: 30px;
}

.quality-copy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.quality-copy p {
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
}

.license-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.license-list li {
  position: relative;
  min-height: 62px;
  padding: 15px 16px 15px 54px;
  color: var(--white);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.license-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: 3px solid var(--white);
  border-radius: 50%;
}

.license-list li::after {
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 10px;
  height: 6px;
  border-left: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  transform: rotate(-45deg);
}

.coverage {
  background: var(--texture-gradient);
}

.coverage-copy {
  max-width: 860px;
}

.coverage-panel {
  margin-top: clamp(76px, 8vw, 128px);
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: clamp(46px, 6vw, 78px) clamp(30px, 4.4vw, 58px) clamp(30px, 4.4vw, 58px);
  border-radius: 28px;
  color: var(--green-dark);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.68)),
    rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(25, 43, 134, 0.16);
  box-shadow: 0 24px 58px rgba(10, 37, 29, 0.13);
}

.coverage-kicker {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: var(--green-dark);
  background: var(--yellow);
  font-size: 1.16rem;
  font-weight: 950;
  box-shadow: 0 14px 28px rgba(255, 193, 7, 0.32);
}

.coverage-panel strong {
  max-width: 100%;
  color: var(--royal);
  font-size: clamp(1.9rem, 3.25vw, 3.05rem);
  line-height: 1.04;
}

.coverage-panel p {
  max-width: 560px;
  color: rgba(11, 61, 46, 0.76);
  line-height: 1.7;
}

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

.coverage-routes span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 13px 14px;
  border-radius: 8px;
  color: var(--royal);
  background: rgba(25, 43, 134, 0.06);
  border: 1px solid rgba(25, 43, 134, 0.14);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.coverage-routes span::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #12351f;
  background: var(--yellow);
  font-weight: 950;
}

.differentials {
  background: #111614;
  color: var(--white);
}

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

.diff-grid span {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
}

.diff-grid span::before {
  content: "✓";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #12351f;
  background: var(--yellow);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(255, 193, 7, 0.22);
}

.final-cta {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center start;
  padding: clamp(74px, 9vw, 130px) clamp(20px, 7vw, 96px);
  color: var(--white);
  isolation: isolate;
  overflow: hidden;
}

.final-cta img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.final-content {
  max-width: 760px;
}

.final-content h2 {
  color: var(--white);
}

.footer {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.8fr;
  gap: 34px;
  padding: 64px clamp(20px, 6vw, 88px);
  color: rgba(255,255,255,0.88);
  background:
    linear-gradient(90deg, rgba(11, 61, 46, 0.45), rgba(38, 58, 131, 0.22)),
    var(--graphite);
}

.footer-logo {
  width: 160px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.34));
}

.footer h2 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 18px;
}

.footer p {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.footer a {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.96);
}

.footer-whatsapp {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

.footer-whatsapp img {
  width: 30px;
  height: 30px;
}

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

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

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

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

@keyframes pulse {
  50% { transform: scale(1.35); opacity: 0.72; }
}

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

  .about-grid,
  .coverage,
  .comodato,
  .obra,
  .licenses {
    grid-template-columns: 1fr;
  }

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

  .segments-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .segments-fleet {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 10px 14px;
    background: rgba(8, 31, 24, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(16px);
  }

  .brand img {
    width: 106px;
    height: 48px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 0.86rem;
  }

  .header-cta.icon-cta {
    width: 42px;
    padding: 0;
  }

  .hero {
    min-height: auto;
    display: block;
    padding: 112px 18px 44px;
  }

  h1 {
    font-size: clamp(2.3rem, 12vw, 3.25rem);
    line-height: 1;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.58;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button.primary {
    width: min(100%, 280px);
    justify-content: center;
  }

  .hero-status {
    position: static;
    margin-top: 26px;
    gap: 8px;
  }

  .hero-status span {
    padding: 10px 11px;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .metrics,
  .service-grid,
  .segment-grid,
  .diff-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .segments-fleet img {
    min-height: 220px;
  }

  .metric-card,
  .service-card {
    min-height: auto;
    padding: 22px;
  }

  .metric-icon {
    margin-bottom: 22px;
  }

  .image-stack {
    display: grid;
    gap: 14px;
    min-height: 0;
  }

  .image-stack::before {
    display: none;
  }

  .image-large,
  .image-overlap {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-width: 0;
    transform: none;
  }

  .image-small {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    border-width: 6px;
    transform: none;
  }

  .coverage-panel {
    margin-top: 24px;
    min-height: auto;
    padding: 28px 20px;
    border-radius: 18px;
  }

  .coverage-routes {
    grid-template-columns: 1fr;
  }

  .comodato-gallery {
    grid-template-columns: 1fr;
    padding-block: 0;
  }

  .comodato-main,
  .comodato-card {
    aspect-ratio: 4 / 5;
    transform: none;
  }

  .comodato-benefits {
    grid-template-columns: 1fr;
  }

  .obra-gallery {
    grid-template-columns: 1fr;
  }

  .obra-main {
    min-height: 360px;
  }

  .obra-side {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .service-photo {
    width: min(100%, 280px);
  }

  .service-media-row {
    min-height: auto;
  }

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

  .quality-layout {
    grid-template-columns: 1fr;
  }

  .quality-copy {
    grid-template-columns: 1fr;
  }

  .licenses {
    min-height: auto;
    align-items: center;
  }

  .license-panel h2,
  .final-content h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .final-cta {
    min-height: auto;
    padding: 78px 18px;
  }

  .footer {
    padding: 48px 18px;
  }
}

@media (max-width: 520px) {
  .section-pad {
    padding: 58px 16px;
  }

  .button {
    width: 100%;
    justify-content: center;
  }

  .hero-actions .whatsapp-button {
    width: 52px;
    flex: 0 0 52px;
  }

  .coverage {
    gap: 24px;
  }

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

  .coverage-panel strong {
    font-size: clamp(1.8rem, 9vw, 2.45rem);
  }

  .coverage-routes span {
    min-height: 54px;
  }

  .comodato-benefits span,
  .segment-grid span,
  .diff-grid span {
    min-height: 54px;
  }

  .segments-fleet {
    border-radius: 18px;
    padding: 12px;
  }

  .segments-fleet img {
    border-radius: 14px;
  }

  .segments-fleet div {
    padding: 20px 10px 12px;
  }
}


.preview-strip {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: calc(100% - 32px);
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(8, 31, 24, 0.88);
  color: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  transform: translateX(-50%);
  font-size: 13px;
  line-height: 1.2;
}

.preview-strip strong {
  font-weight: 900;
  white-space: nowrap;
}

.preview-strip span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  white-space: nowrap;
}

.preview-strip a {
  padding: 9px 12px;
  border-radius: 4px;
  background: var(--yellow);
  color: #172018;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 680px) {
  .preview-strip {
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    max-width: none;
    transform: none;
  }

  .preview-strip a {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

