:root {
  --orange-600: #ff6400;
  --orange-500: #ff6400;
  --orange-100: #fff0e8;
  --line: #ccd6df;
  --radius: 6px;
  --container: 1440px;
  --font-tech: "Bahnschrift", "DIN Alternate", "Roboto Condensed", "Arial Narrow", "Segoe UI", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--font-tech);
}

body {
  letter-spacing: 0.004em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
.desktop-nav,
.eyebrow,
.product-overline,
.authority-line {
  font-family: var(--font-tech);
  font-stretch: condensed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.026em;
}

.container {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), var(--container));
}

.header-inner {
  width: min(calc(100% - clamp(32px, 5vw, 80px)), 1520px);
  min-height: 82px;
  gap: clamp(24px, 3vw, 48px);
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background: rgba(6, 17, 31, 0.96);
  box-shadow: 0 14px 34px rgba(2, 10, 18, 0.22);
}

.brand-image {
  width: 146px;
}

.desktop-nav {
  gap: clamp(20px, 2.25vw, 40px);
}

.desktop-nav a {
  position: relative;
  color: #d7e0e8;
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

button,
.button,
a.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-radius: 0 !important;
}

.button {
  background: var(--orange-600);
  border-color: var(--orange-600);
  box-shadow: 0 12px 28px rgba(255, 100, 0, 0.2);
  font-weight: 700;
  letter-spacing: 0.025em;
}

.button:hover {
  background: #dc5700;
  border-color: #dc5700;
  box-shadow: 0 16px 36px rgba(255, 100, 0, 0.28);
}

.button-light:hover {
  background: var(--orange-600);
  border-color: var(--orange-600);
}

.button-ghost,
.button-outline {
  box-shadow: none;
}

.eyebrow,
.text-link,
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--orange-600);
}

.icon-tile {
  color: var(--orange-600);
}

.insurer-trust {
  padding: 46px 0 50px;
  color: var(--navy-950);
  background: #f4f5f6;
  border-top: 1px solid #dce2e7;
  border-bottom: 1px solid #dce2e7;
}

.insurer-trust-inner {
  gap: 26px;
}

.insurer-trust-heading > div::after {
  width: 58px;
  height: 2px;
  margin-top: 5px;
  content: "";
  background: var(--orange-600);
}

.insurer-trust-heading span {
  color: var(--orange-600);
}

.insurer-trust-heading h2 {
  color: var(--navy-950);
}

.insurer-trust-heading p {
  color: #5d6b79;
}

.insurer-logo-grid {
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  gap: 0;
  padding: 18px 0 0;
  background: transparent;
  border-top: 1px solid #d8dee4;
}

.insurer-logo {
  grid-column: span 2;
  min-height: 74px;
  padding: 12px 18px;
  background: transparent;
}

.insurer-logo:nth-child(8) {
  grid-column: 2 / span 2;
}

.insurer-logo img {
  width: 100%;
  max-width: 124px;
  height: 38px;
  opacity: 0.64;
  filter: grayscale(1) brightness(0.38) contrast(1.28);
  transition: opacity 180ms ease, filter 180ms ease, transform 180ms ease;
}

.insurer-logo:nth-child(1) img,
.insurer-logo:nth-child(2) img,
.insurer-logo:nth-child(6) img,
.insurer-logo:nth-child(8) img,
.insurer-logo:nth-child(13) img {
  max-width: 132px;
}

.insurer-logo:nth-child(3) img,
.insurer-logo:nth-child(5) img,
.insurer-logo:nth-child(9) img,
.insurer-logo:nth-child(12) img {
  max-width: 114px;
}

.insurer-logo:hover img {
  opacity: 1;
  filter: grayscale(1) brightness(0.2) contrast(1.4);
  transform: translateY(-2px);
}

.cta-section .cta-card {
  width: min(calc(100% - clamp(32px, 6vw, 96px)), var(--container));
  max-width: none;
  margin-inline: auto;
  border-radius: 2px;
}

.mobile-menu summary,
.mobile-menu nav,
.solution-card,
.image-placeholder,
.icon-tile,
.whatsapp-dialog,
.whatsapp-dialog-card,
.whatsapp-options a,
.whatsapp-option-index {
  border-radius: 2px;
}

.mobile-menu summary {
  border-color: rgba(255, 255, 255, 0.2);
}

.mobile-menu summary span {
  background: var(--white);
}

.mobile-menu nav {
  background: var(--navy-950);
  border-color: rgba(255, 255, 255, 0.12);
}

.mobile-menu nav > a:not(.button) {
  color: #d7e0e8;
}

.whatsapp-trigger,
.whatsapp-dialog-close {
  border-radius: 0 !important;
}

.hero-grid,
.split-content,
.command-hero-grid,
.flagship-grid,
.integration-grid,
.enterprise-control-grid {
  gap: clamp(40px, 5vw, 80px);
}

.enterprise-control-image,
.hero-image,
.content-image,
.solutions-architecture-image {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 430px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  color: #e8eef3;
  background:
    linear-gradient(rgba(56, 87, 108, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 87, 108, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(255, 100, 0, 0.15), transparent 28%),
    #071527;
  background-size: 38px 38px, 38px 38px, auto, auto;
  border: 1px solid #29465b;
  box-shadow: 22px 22px 0 rgba(20, 48, 71, 0.12), 0 32px 64px rgba(7, 21, 39, 0.14);
}

.enterprise-control-image::before,
.hero-image::before,
.content-image::before,
.solutions-architecture-image::before {
  position: absolute;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: -1;
  content: "";
  border-top: 1px solid rgba(219, 230, 238, 0.16);
  border-right: 1px solid rgba(219, 230, 238, 0.08);
  border-bottom: 1px solid rgba(219, 230, 238, 0.08);
  border-left: 3px solid var(--orange-600);
}

.enterprise-control-image::after,
.hero-image::after,
.content-image::after,
.solutions-architecture-image::after {
  position: absolute;
  top: 72px;
  right: 7%;
  width: 42%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(255, 100, 0, 0.78), rgba(255, 100, 0, 0));
  box-shadow:
    0 72px 0 rgba(92, 124, 146, 0.28),
    0 144px 0 rgba(92, 124, 146, 0.2),
    0 216px 0 rgba(92, 124, 146, 0.14);
}

.enterprise-control-image .placeholder-icon,
.hero-image .placeholder-icon,
.content-image .placeholder-icon,
.solutions-architecture-image .placeholder-icon {
  position: absolute;
  top: 42px;
  left: 44px;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0;
  padding: 7px 10px;
  color: transparent;
  font-size: 0;
  line-height: 1;
  background: rgba(255, 100, 0, 0.08);
  border: 1px solid rgba(255, 100, 0, 0.44);
}

.enterprise-control-image .placeholder-icon::after,
.hero-image .placeholder-icon::after,
.content-image .placeholder-icon::after,
.solutions-architecture-image .placeholder-icon::after {
  color: #ff9858;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.enterprise-control-image > strong,
.hero-image > strong,
.content-image > strong,
.solutions-architecture-image > strong,
.enterprise-control-image > span:not(.placeholder-icon),
.hero-image > span:not(.placeholder-icon),
.content-image > span:not(.placeholder-icon),
.solutions-architecture-image > span:not(.placeholder-icon),
.enterprise-control-image > small,
.hero-image > small,
.content-image > small,
.solutions-architecture-image > small {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 88%;
  color: transparent;
  font-size: 0;
}

.enterprise-control-image > strong::after,
.hero-image > strong::after,
.content-image > strong::after,
.solutions-architecture-image > strong::after {
  color: #f5f8fa;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.enterprise-control-image > span:not(.placeholder-icon)::after,
.hero-image > span:not(.placeholder-icon)::after,
.content-image > span:not(.placeholder-icon)::after,
.solutions-architecture-image > span:not(.placeholder-icon)::after {
  display: block;
  margin-top: 12px;
  color: #aebdca;
  font-size: clamp(0.78rem, 1.2vw, 0.95rem);
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0.055em;
}

.enterprise-control-image > small::after,
.hero-image > small::after,
.content-image > small::after,
.solutions-architecture-image > small::after {
  display: block;
  margin-top: 22px;
  color: #ff9858;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.enterprise-control-image {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.enterprise-control-image .placeholder-icon::after {
  content: "AUDIT / 03";
}

.enterprise-control-image > strong::after {
  content: "DECISION TRACE";
}

.enterprise-control-image > span:not(.placeholder-icon)::after {
  content: "SOURCE  →  POLICY  →  STATUS  →  EVENT";
}

.enterprise-control-image > small::after {
  content: "ORIGEM • CRITÉRIO • HISTÓRICO";
}

.hero-image {
  min-height: 520px;
}

.hero-image .placeholder-icon::after {
  content: "VIAGATE / CORE";
}

.hero-image > strong::after {
  content: "IDENTIDADE → RISCO → OPERAÇÃO";
}

.hero-image > span:not(.placeholder-icon)::after {
  content: "Uma base tecnológica para conectar validação, decisão e execução no transporte.";
}

.hero-image > small::after {
  content: "CURITIBA / BRASIL • TRANSPORTE • TECNOLOGIA";
}

.content-image {
  min-height: 420px;
  color: #0b1b2d;
  background:
    linear-gradient(rgba(34, 63, 83, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 63, 83, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 82% 20%, rgba(255, 100, 0, 0.12), transparent 30%),
    #eef2f4;
  background-size: 36px 36px, 36px 36px, auto, auto;
  border-color: #c9d4dc;
  box-shadow: 18px 18px 0 rgba(20, 48, 71, 0.08), 0 24px 54px rgba(7, 21, 39, 0.08);
}

.content-image::before {
  border-top-color: rgba(32, 64, 85, 0.18);
  border-right-color: rgba(32, 64, 85, 0.1);
  border-bottom-color: rgba(32, 64, 85, 0.1);
}

.content-image > strong::after {
  color: #0b1b2d;
}

.content-image > span:not(.placeholder-icon)::after {
  color: #516575;
}

.content-image .placeholder-icon::after,
.content-image > small::after {
  color: #d85300;
}

.content-image .placeholder-icon::after {
  content: "CONTEXT / CHAIN";
}

.content-image > strong::after {
  content: "DECISÃO CONTÍNUA";
}

.content-image > span:not(.placeholder-icon)::after {
  content: "IDENTIDADE  →  CADASTRO  →  AUTENTICAÇÃO  →  VIAGEM";
}

.content-image > small::after {
  content: "CONTEXTO PRESERVADO / AUDITÁVEL";
}

.solutions-architecture-image {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.solutions-architecture-image .placeholder-icon::after {
  content: "ARCHITECTURE / CORE";
}

.solutions-architecture-image > strong::after {
  content: "PLATAFORMA CARGO";
}

.solutions-architecture-image > span:not(.placeholder-icon)::after {
  content: "API  ↔  CORE  ↔  WHITE LABEL";
}

.solutions-architecture-image > small::after {
  content: "TMS • ERP • SISTEMAS DO CLIENTE";
}

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

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

.narrow-copy {
  max-width: 960px;
}

.solution-card {
  padding: clamp(26px, 2.4vw, 34px);
}

.command-capabilities,
.trust-items {
  letter-spacing: 0.055em;
}

.reveal-ready .fade-up {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition:
    opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--fade-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready .fade-up.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1180px) {
  :root {
    --container: 1120px;
  }

  .header-inner {
    width: min(calc(100% - 40px), var(--container));
  }

  .desktop-nav {
    gap: 22px;
  }

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

  .insurer-logo,
  .insurer-logo:nth-child(8) {
    grid-column: auto;
  }
}

@media (max-width: 860px) {
  .container,
  .header-inner {
    width: min(calc(100% - 32px), var(--container));
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-image {
    width: 132px;
  }

  .mobile-menu summary,
  .mobile-menu nav {
    border-radius: 0;
  }

  .insurer-trust {
    padding: 34px 0 38px;
  }

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

  .insurer-logo {
    min-height: 68px;
  }

  .cta-section .cta-card {
    width: min(calc(100% - 32px), var(--container));
  }

  .enterprise-control-image,
  .hero-image,
  .content-image,
  .solutions-architecture-image {
    min-height: 360px;
    padding: 30px;
  }

  .enterprise-control-image .placeholder-icon,
  .hero-image .placeholder-icon,
  .content-image .placeholder-icon,
  .solutions-architecture-image .placeholder-icon {
    top: 32px;
    left: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready .fade-up,
  .reveal-ready .fade-up.is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
