:root {
  --blue-950: #031833;
  --blue-900: #061f43;
  --blue-800: #07366f;
  --blue-700: #0755a3;
  --blue-500: #0798e7;
  --blue-300: #62d6ff;
  --blue-100: #e8f7ff;
  --white: #ffffff;
  --ink: #10213c;
  --muted: #52657d;
  --line: #d9e7f4;
  --soft: #f4f9fd;
  --green: #19b75b;
  --green-dark: #0e8d42;
  --shadow: 0 18px 42px rgba(3, 24, 51, 0.16);
  --container: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  background: #f7fbff;
}

body.is-nav-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("./imagens/logomarca.png");
  background-repeat: no-repeat;
  background-position: center 55%;
  background-size: min(980px, 105vw) auto;
  opacity: 0.035;
}

.site-header,
main,
.footer,
.floating-whatsapp {
  position: relative;
  z-index: 1;
}

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

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

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

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(217, 231, 244, 0.9);
  box-shadow: 0 10px 28px rgba(3, 24, 51, 0.08);
}

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

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 282px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: #243f62;
  font-size: 0.95rem;
  font-weight: 800;
}

.nav a {
  white-space: nowrap;
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

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

.btn-large {
  min-height: 54px;
  padding-inline: 24px;
}

.btn-full {
  width: 100%;
}

.btn-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 14px 30px rgba(25, 183, 91, 0.26);
}

.btn-ghost {
  color: var(--blue-900);
  background: var(--white);
  border-color: var(--line);
}

.btn-light {
  color: var(--blue-950);
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.6);
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 56px 0 42px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--blue-950);
  background-image:
    linear-gradient(90deg, rgba(3, 24, 51, 0.97) 0%, rgba(5, 35, 78, 0.94) 48%, rgba(7, 85, 163, 0.65) 100%),
    url("./imagens/hero-caminhao.jpg");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(98, 214, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(3, 24, 51, 0.18), rgba(3, 24, 51, 0.7));
  opacity: 0.92;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 42px;
  align-items: center;
}

.hero-copy {
  max-width: 760px;
}

.hero-panel {
  position: relative;
  max-width: 720px;
  padding: 34px 38px 36px;
  border-left: 8px solid var(--blue-300);
  border-radius: 0 36px 36px 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(3, 24, 51, 0.58);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.hero-panel::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(560px, 82%);
  height: min(360px, 72%);
  transform: translate(-50%, -50%);
  background: url("./imagens/logomarca-azul-claro.png") no-repeat center / contain;
  opacity: 0.13;
  pointer-events: none;
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.hero-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 9px 13px;
  border: 1px solid rgba(98, 214, 255, 0.42);
  border-radius: var(--radius);
  color: #dff8ff;
  background: rgba(98, 214, 255, 0.12);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue-700);
  background: var(--blue-100);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.blue-band .eyebrow {
  color: #dff8ff;
  background: rgba(255, 255, 255, 0.13);
}

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

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

h1 {
  margin-bottom: 16px;
  font-size: 4.3rem;
  font-weight: 950;
}

.hero-title-mark {
  color: var(--blue-300);
}

h2 {
  margin-bottom: 14px;
  font-size: 2.55rem;
  font-weight: 950;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
  font-weight: 950;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 24px;
  color: #eaf8ff;
  font-size: 1.2rem;
  line-height: 1.55;
}

.hero-service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.hero-service-line span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(98, 214, 255, 0.28);
  border-radius: var(--radius);
  color: #ecfbff;
  background: rgba(7, 85, 163, 0.28);
  font-size: 0.9rem;
  font-weight: 900;
}

.lead-card {
  position: relative;
  overflow: hidden;
  padding: 0 22px 22px;
  border: 1px solid rgba(98, 214, 255, 0.34);
  border-radius: 22px 22px 22px 6px;
  background: rgba(247, 251, 255, 0.98);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
  color: var(--ink);
}

.lead-card::after {
  content: "";
  position: absolute;
  right: -66px;
  bottom: -78px;
  width: 210px;
  height: 210px;
  background: url("./imagens/logomarca.png") no-repeat center / contain;
  opacity: 0.055;
  pointer-events: none;
}

.lead-card-head {
  position: relative;
  margin: 0 -22px 18px;
  padding: 22px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(98, 214, 255, 0.26), transparent 52%),
    var(--blue-900);
}

.lead-card-head span {
  display: block;
  margin-bottom: 7px;
  color: var(--blue-300);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-card h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.lead-card label {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  color: #24405f;
  font-size: 0.86rem;
  font-weight: 900;
}

.lead-card .btn {
  position: relative;
  z-index: 1;
}

.lead-card input,
.lead-card select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #c8d9e8;
  border-radius: 14px;
  padding: 0 14px;
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

.lead-card input:focus,
.lead-card select:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(7, 152, 231, 0.14);
}

.form-feedback {
  position: relative;
  z-index: 1;
  min-height: 18px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
}

.form-feedback.is-success {
  color: var(--green-dark);
}

.quick-strip {
  background: var(--blue-950);
  color: var(--white);
}

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

.quick-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding: 14px 16px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  color: #eaf8ff;
  text-align: center;
  font-weight: 900;
}

.quick-strip span:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.section,
.split-section,
.contact-section {
  padding: 82px 0;
}

.section {
  background: rgba(255, 255, 255, 0.92);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

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

.service-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 228px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(3, 24, 51, 0.08);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service-card-body {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.service-card p {
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.58;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  color: var(--blue-700);
  font-weight: 950;
}

.blue-band {
  padding: 82px 0;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(3, 24, 51, 0.05), rgba(3, 24, 51, 0.35)),
    var(--blue-900);
}

.section-head-light {
  color: var(--white);
}

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

.feature {
  min-height: 240px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.feature-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--blue-300);
  fill: currentColor;
}

.feature p {
  margin-bottom: 0;
  color: #d6ecfa;
  line-height: 1.6;
}

.split-section {
  background: rgba(244, 249, 253, 0.9);
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 48px;
  align-items: center;
}

.split-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.steps {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.step {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.step span {
  grid-row: span 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--blue-700);
  font-weight: 950;
}

.step strong {
  color: var(--blue-900);
  font-size: 1rem;
}

.step p {
  margin: 3px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.split-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.contact-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 24, 51, 0.92), rgba(7, 85, 163, 0.84)),
    url("./imagens/operacao-caminhao.jpg") center / cover;
}

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

.contact-copy p:not(.eyebrow) {
  max-width: 600px;
  color: #eaf8ff;
  font-size: 1.08rem;
  line-height: 1.6;
}

.contact-actions {
  display: grid;
  gap: 14px;
}

.contact-action {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 950;
}

.whatsapp-action {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
}

.phone-action {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.floating-whatsapp {
  position: fixed;
  right: 0;
  bottom: 32px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 14px 0 16px;
  border-radius: 999px 0 0 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  box-shadow: 0 14px 32px rgba(3, 24, 51, 0.24);
  font-weight: 950;
  transition: opacity 180ms ease, transform 180ms ease;
}

.footer {
  padding: 34px 0 114px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(241, 247, 255, 0.98)),
    #ffffff;
}

.footer__card {
  display: grid;
  gap: 28px;
  padding: 30px 32px;
  border: 1px solid rgba(7, 85, 163, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(3, 24, 51, 0.08);
}

.footer__brand {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.footer__brand img {
  width: 260px;
  height: auto;
  max-height: 82px;
  object-fit: contain;
}

.footer__brand-copy p {
  max-width: 650px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.footer__column {
  padding: 20px 22px;
  border: 1px solid rgba(7, 85, 163, 0.1);
  border-radius: 22px;
  background: #f8fbff;
}

.footer__label {
  display: block;
  margin-bottom: 12px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__link {
  display: flex;
  width: fit-content;
  color: var(--blue-900);
  font-weight: 900;
}

.footer__link + .footer__link,
.footer__link + p,
.footer__column p + .footer__link,
.footer__column p {
  margin-top: 8px;
}

.footer__link--whatsapp {
  color: var(--green-dark);
}

.footer__bottom {
  padding-top: 18px;
}

.footer__bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.footer strong {
  color: var(--blue-950);
  font-size: 1.15rem;
}

.footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

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

@media (max-width: 1080px) {
  .nav {
    display: none;
  }

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

  .lead-card {
    max-width: 520px;
  }

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

  .service-card {
    grid-template-rows: 220px 1fr;
  }

  .service-card-body {
    min-height: 220px;
  }
}

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

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

  .brand img {
    width: 206px;
    max-height: 58px;
  }

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

  .header-actions .btn {
    min-height: 42px;
    padding-inline: 12px;
  }

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

  .hero {
    min-height: auto;
    padding: 42px 0 30px;
    background-position: center top;
  }

  .hero-inner {
    gap: 26px;
  }

  .hero-panel {
    padding: 24px 22px 26px;
    border-left-width: 5px;
    border-radius: 0 22px 22px 0;
  }

  .hero-service-line {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-service-line span {
    width: fit-content;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

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

  .hero-checks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-checks li {
    width: fit-content;
  }

  .lead-card {
    display: block;
    width: 100%;
    max-width: none;
    padding: 0 18px 20px;
    border-radius: 20px 20px 20px 6px;
  }

  .lead-card-head {
    margin: 0 -18px 16px;
    padding: 20px 18px;
  }

  .lead-card h2 {
    font-size: 1.35rem;
  }

  .lead-card input,
  .lead-card select {
    min-height: 46px;
    border-radius: 12px;
  }

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

  .quick-strip span {
    min-height: 58px;
    padding: 10px;
    font-size: 0.88rem;
  }

  .section,
  .split-section,
  .contact-section,
  .blue-band {
    padding: 58px 0;
  }

  .service-grid,
  .feature-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    position: relative;
    display: block;
    min-height: 440px;
    border-color: rgba(7, 85, 163, 0.18);
    border-radius: 8px;
    background: var(--blue-950);
    box-shadow: 0 18px 38px rgba(3, 24, 51, 0.18);
  }

  .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(180deg, rgba(3, 24, 51, 0.08) 0%, rgba(3, 24, 51, 0.24) 38%, rgba(3, 24, 51, 0.68) 100%);
    pointer-events: none;
  }

  .service-card img {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .service-card-body {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    min-height: 0;
    padding: 18px;
    border: 1px solid rgba(226, 246, 255, 0.34);
    border-radius: 8px;
    color: var(--white);
    background: rgba(3, 24, 51, 0.86);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
  }

  .service-card h3 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: 1.45rem;
    line-height: 1.12;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.34);
  }

  .service-card p {
    margin-bottom: 16px;
    color: rgba(235, 248, 255, 0.92);
    font-size: 1rem;
    line-height: 1.5;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
  }

  .service-card a {
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(98, 214, 255, 0.34);
    border-radius: 999px;
    color: #dff8ff;
    background: rgba(98, 214, 255, 0.12);
    font-size: 0.95rem;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.24);
  }

  .split-grid {
    gap: 28px;
  }

  .split-media img {
    min-height: 260px;
  }

  .contact-actions {
    width: 100%;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-width: 56px;
    width: 56px;
    height: 56px;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .floating-whatsapp .icon {
    width: 25px;
    height: 25px;
  }

  body.is-form-visible .floating-whatsapp {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
  }

  .footer {
    padding-bottom: 94px;
  }

  .footer__card {
    gap: 22px;
    padding: 24px 20px;
    border-radius: 24px;
  }

  .footer__brand,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .footer__brand {
    gap: 18px;
  }

  .footer__brand img {
    width: 220px;
    max-height: 72px;
  }

  .footer__bottom p {
    text-align: left;
  }
}

@media (max-width: 430px) {
  .brand img {
    width: 182px;
  }

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

  h1 {
    font-size: 2.35rem;
  }
}
