@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700;800;900&display=swap");

:root {
  --yellow: #ffd400;
  --black: #111111;
  --white: #ffffff;
  --light: #f5f5f5;
  --dark-gray: #2e2e2e;
  --muted: #686868;
  --line: #e8e8e8;
  --shadow: 0 18px 45px rgba(17, 17, 17, 0.1);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: var(--black);
  font-family: "Inter", Arial, sans-serif;
  background: var(--white);
  line-height: 1.6;
}

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

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

p {
  margin: 0 0 1rem;
  color: var(--muted);
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.05;
  color: var(--black);
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.grid-2 > *,
.cards-grid > *,
.metrics-grid > *,
.units-grid > *,
.value-grid > *,
.tomadores-grid > *,
.contact-only-grid > *,
.footer-grid > * {
  min-width: 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
}

.skip-link:focus {
  left: 10px;
}

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

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 172px;
}

.brand img {
  width: 170px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  opacity: 0.86;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  content: "";
  background: var(--yellow);
  transition: width 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  opacity: 1;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border 0.2s ease;
}

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

.btn-primary {
  background: var(--yellow);
  color: var(--black);
}

.btn-dark {
  background: var(--black);
  color: var(--white);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--white);
  background: transparent;
}

.btn-outline-dark {
  border-color: var(--black);
  color: var(--black);
  background: transparent;
}

.hero {
  position: relative;
  min-height: clamp(660px, 72vh, 800px);
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.42)), url("../img/hero-logistica.jpg") center/cover;
}

.hero::after,
.dark-band::after,
.footer-main::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image: repeating-linear-gradient(135deg, rgba(255, 212, 0, 0.1) 0 2px, transparent 2px 14px);
  opacity: 0.5;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: clamp(70px, 8vw, 110px) 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 7px 11px;
  background: var(--yellow);
  color: var(--black);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  color: var(--white);
  font-size: clamp(3rem, 7.4vw, 6.6rem);
  font-weight: 900;
  overflow-wrap: normal;
}

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

.hero p {
  max-width: 560px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

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

.section {
  padding: clamp(68px, 7vw, 96px) 0;
}

.section-light {
  background: var(--light);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-title {
  max-width: 720px;
}

.section-title .kicker {
  display: block;
  margin-bottom: 10px;
  color: #b39200;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.section-title p {
  margin-top: 16px;
  font-size: 1rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(34px, 5vw, 56px);
  align-items: center;
}

.image-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-card::before {
  position: absolute;
  left: -14px;
  top: -14px;
  width: 84px;
  height: 84px;
  content: "";
  border-top: 12px solid var(--yellow);
  border-left: 12px solid var(--yellow);
}

.image-card img {
  width: 100%;
  height: 470px;
  object-fit: cover;
}

.floating-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 150px;
  padding: 18px;
  color: var(--white);
  background: var(--black);
  border-left: 5px solid var(--yellow);
}

.floating-badge strong {
  display: block;
  color: var(--yellow);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

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

.check-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: start;
}

.check-list .icon-box,
.service-card .icon-box,
.benefit-card .icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: rgba(255, 212, 0, 0.18);
  color: var(--black);
  font-weight: 900;
}

.icon-box {
  flex: 0 0 auto;
}

.svg-icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-whatsapp { --icon: url("../img/icons/whatsapp.svg"); }
.icon-instagram { --icon: url("../img/icons/instagram.svg"); }
.icon-phone { --icon: url("../img/icons/phone.svg"); }
.icon-mail { --icon: url("../img/icons/mail.svg"); }
.icon-map-pin { --icon: url("../img/icons/map-pin.svg"); }
.icon-webmail { --icon: url("../img/icons/webmail.svg"); }
.icon-map { --icon: url("../img/icons/map.svg"); }
.icon-check { --icon: url("../img/icons/check.svg"); }

.icon-box .svg-icon {
  width: 19px;
  height: 19px;
}

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

.service-card,
.unit-card,
.value-card,
.benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
}

.service-card {
  min-height: 240px;
}

.service-card::after {
  position: absolute;
  right: 16px;
  bottom: -8px;
  color: rgba(17, 17, 17, 0.06);
  content: attr(data-number);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.service-card h3,
.unit-card h3,
.value-card h3 {
  margin: 18px 0 10px;
  font-size: 1.06rem;
}

.metrics {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  color: var(--white);
  background: var(--black);
  border-top: 5px solid var(--yellow);
  border-bottom: 5px solid var(--yellow);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.metric {
  padding: 28px 18px;
  text-align: center;
  background: var(--black);
}

.metric strong {
  display: block;
  color: var(--yellow);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.unit-card {
  border-left: 4px solid var(--yellow);
}

.unit-card .state {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(17, 17, 17, 0.08);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
}

.unit-card img {
  width: calc(100% + 52px);
  height: 160px;
  margin: -26px -26px 18px;
  object-fit: cover;
}

.details-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.94rem;
  list-style: none;
}

.details-list li {
  display: flex;
  gap: 8px;
}

.details-list li::before {
  flex: 0 0 auto;
  color: #b39200;
  content: "•";
  font-weight: 900;
}

.tag {
  color: #b39200;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dark-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.96), rgba(17, 17, 17, 0.86)), url("../img/operacao.jpg") center/cover;
}

.dark-band h2,
.dark-band h3 {
  color: var(--white);
}

.dark-band p {
  color: rgba(255, 255, 255, 0.74);
}

.dark-band .container {
  position: relative;
  z-index: 1;
}

.benefit-grid {
  display: grid;
  gap: 14px;
}

.benefit-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.cta-strip {
  padding: 52px 0;
  background: var(--yellow);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
}

.cta-inner h2 {
  max-width: 650px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.page-hero {
  padding: clamp(84px, 9vw, 120px) 0 clamp(58px, 6vw, 78px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.58)), url("../img/estrada.jpg") center/cover;
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(2.35rem, 5.5vw, 5rem);
  max-width: 900px;
}

.page-hero p {
  max-width: 680px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

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

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

.tomador-card {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(17, 17, 17, 0.04);
}

.tomador-card img {
  width: 88px;
  height: 54px;
  object-fit: contain;
  padding: 4px;
  border-radius: 6px;
  background: var(--white);
}

.tomador-card h3 {
  font-size: 0.78rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

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

.contact-only-grid .value-card {
  min-height: 160px;
}

.quick-access {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.timeline {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.timeline-item {
  padding-left: 22px;
  border-left: 4px solid var(--yellow);
}

.map-placeholder {
  min-height: 340px;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
  background: repeating-linear-gradient(135deg, #f1f1f1 0 12px, #e8e8e8 12px 24px);
}

.site-footer {
  position: relative;
  color: rgba(255, 255, 255, 0.75);
  background: var(--black);
}

.footer-main {
  position: relative;
  overflow: hidden;
  padding: 60px 0 34px;
}

.footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
  gap: 36px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 18px;
}

.site-footer h3 {
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}

.socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  font-weight: 900;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.84rem;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1400px) {
  :root {
    --container: 1280px;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    max-width: 820px;
  }

  .section-title h2 {
    font-size: clamp(2.6rem, 3vw, 3.7rem);
  }
}

@media (max-width: 1200px) {
  .container {
    width: min(100% - 36px, var(--container));
  }

  .main-nav {
    gap: 13px;
    font-size: 0.71rem;
  }

  .brand {
    min-width: 154px;
  }

  .brand img {
    width: 154px;
  }

  .btn {
    padding-inline: 15px;
  }

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

@media (max-width: 1024px) {
  .header-inner {
    min-height: 74px;
  }

  .main-nav {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    padding: 10px 20px 22px;
    background: var(--black);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
  }

  .main-nav.open {
    display: flex;
  }

  .main-nav a {
    min-height: 50px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .menu-toggle {
    display: block;
  }

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

  .units-grid,
  .value-grid,
  .tomadores-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero {
    min-height: 660px;
  }

  .hero-content {
    max-width: 680px;
  }
}

@media (max-width: 992px) {
  .section-head {
    align-items: start;
  }

  .image-card img {
    height: 420px;
  }

  .page-hero {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .hero {
    min-height: 640px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 11vw, 4.3rem);
  }

  .hero p,
  .page-hero p,
  .section-title p {
    font-size: 0.98rem;
  }

  .section-head {
    display: grid;
    margin-bottom: 28px;
  }

  .cards-grid,
  .metrics-grid,
  .units-grid,
  .value-grid,
  .tomadores-grid,
  .contact-only-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    gap: 28px;
  }
}

@media (max-width: 576px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .main-nav {
    top: 70px;
    max-height: calc(100vh - 70px);
  }

  .brand img {
    width: 142px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    min-height: 620px;
    align-items: flex-start;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.5rem);
    line-height: 1.02;
  }

  .section {
    padding: 58px 0;
  }

  .hero-content {
    padding: 86px 0 56px;
  }

  .hero p {
    margin: 18px 0 24px;
    font-size: 0.96rem;
  }

  .section-head,
  .cta-inner,
  .footer-bottom .container {
    display: grid;
  }

  .cards-grid,
  .metrics-grid,
  .units-grid,
  .value-grid,
  .tomadores-grid,
  .contact-only-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .unit-card,
  .value-card,
  .benefit-card {
    padding: 22px;
  }

  .image-card img {
    height: 320px;
  }

  .floating-badge {
    width: 132px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .hero-actions,
  .cta-inner {
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-inner .btn {
    width: 100%;
  }

  .metrics {
    padding: 24px 0;
  }

  .metric {
    padding: 22px 14px;
  }

  .page-hero h1 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .footer-main {
    padding: 46px 0 28px;
  }
}

@media (max-width: 414px) {
  .container {
    width: min(100% - 26px, var(--container));
  }

  .brand {
    min-width: 132px;
  }

  .brand img {
    width: 132px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .eyebrow {
    max-width: 100%;
    align-items: flex-start;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .hero {
    min-height: 600px;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 11.5vw, 3.05rem);
  }

  .section-title h2,
  .cta-inner h2 {
    font-size: clamp(1.72rem, 8vw, 2.35rem);
  }

  .service-card::after {
    font-size: 3.8rem;
  }

  .metric strong {
    font-size: clamp(1.55rem, 8vw, 2.35rem);
  }

  .unit-card img {
    height: 145px;
  }

}

@media (max-width: 375px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .hero h1 {
    font-size: clamp(1.95rem, 11vw, 2.8rem);
  }

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

  .btn {
    padding-inline: 14px;
    font-size: 0.74rem;
  }
}

@media (max-width: 360px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  .brand {
    min-width: 120px;
  }

  .brand img {
    width: 120px;
  }

  .hero {
    min-height: 580px;
  }

  .hero h1 {
    font-size: clamp(1.82rem, 10.8vw, 2.55rem);
  }

  .hero p,
  p,
  .details-list {
    font-size: 0.92rem;
  }

  .service-card,
  .unit-card,
  .value-card,
  .benefit-card {
    padding: 18px;
  }

  .unit-card img {
    width: calc(100% + 36px);
    margin: -18px -18px 16px;
  }
}
