:root {
  --ink: #102030;
  --ink-soft: #456277;
  --muted: #6b8598;
  --paper: #f6fbf8;
  --paper-blue: #eef6fb;
  --white: #ffffff;
  --line: #d5e0e8;
  --brand: #0b6fb8;
  --brand-deep: #0a4f86;
  --green: #16a085;
  --green-deep: #0f7f6d;
  --gold: #c5962d;
  --danger: #d64545;
  --shadow: 0 18px 48px rgba(12, 33, 52, 0.12);
  --shadow-soft: 0 10px 24px rgba(12, 33, 52, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 164px;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7fbf9 0%, #eef6fb 42%, #ffffff 100%);
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1480px, calc(100% - 32px));
  height: 128px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 8px 10px 8px 16px;
  border: 1px solid rgba(213, 224, 232, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  text-decoration: none;
}

.brand__logo {
  width: 480px;
  height: 112px;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  gap: 4px;
}

.site-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a:hover {
  background: rgba(11, 111, 184, 0.08);
  color: var(--brand-deep);
}

.site-nav__system {
  display: none !important;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.header-cta {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--green-deep));
  box-shadow: 0 12px 24px rgba(11, 111, 184, 0.2);
  white-space: nowrap;
}

.header-cta svg,
.btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

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

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100svh - 44px);
  overflow: hidden;
  padding: 190px max(24px, calc((100vw - 1180px) / 2)) 64px;
  border-bottom: 1px solid rgba(213, 224, 232, 0.72);
  background:
    linear-gradient(90deg, rgba(247, 251, 249, 1) 0%, rgba(247, 251, 249, 0.92) 34%, rgba(247, 251, 249, 0.6) 60%, rgba(247, 251, 249, 0.22) 100%),
    linear-gradient(145deg, #ffffff 0%, #eaf7f2 52%, #e8f3fb 100%);
}

.hero__visual {
  position: absolute;
  inset: 168px max(20px, calc((100vw - 1220px) / 2)) auto auto;
  width: min(720px, 58vw);
  height: 520px;
  pointer-events: none;
}

.hero-window {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(213, 224, 232, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 32px 80px rgba(12, 33, 52, 0.18);
  transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
  transform-origin: right center;
}

.hero-window__top,
.shot-top {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #f9fcff;
}

.hero-window__top span,
.shot-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #8fb1cc;
}

.hero-window__top span:first-child,
.shot-top span:first-child {
  background: var(--danger);
}

.hero-window__top span:nth-child(2),
.shot-top span:nth-child(2) {
  background: var(--gold);
}

.hero-window__top span:nth-child(3),
.shot-top span:nth-child(3) {
  background: var(--green);
}

.hero-window__top strong,
.shot-top strong {
  margin-left: 8px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.hero-window__body {
  display: grid;
  grid-template-columns: 148px 1fr;
  height: calc(100% - 42px);
}

.mock-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border-right: 1px solid var(--line);
  background: #f4f9fc;
}

.mock-brand {
  width: 92px;
  height: 24px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--green));
}

.mock-nav {
  height: 38px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(213, 224, 232, 0.9);
}

.mock-nav.short {
  width: 72%;
}

.mock-nav.is-active {
  background: rgba(11, 111, 184, 0.12);
  border-color: rgba(11, 111, 184, 0.24);
}

.mock-dashboard {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(246, 251, 248, 0.9), #ffffff);
}

.mock-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.mock-toolbar strong {
  color: var(--green-deep);
}

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

.mock-kpi-grid span {
  display: grid;
  gap: 8px;
  min-height: 92px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  border-radius: 8px;
  background: #ffffff;
}

.mock-kpi-grid strong {
  color: var(--brand-deep);
  font-size: 1.24rem;
}

.mock-kpi-grid small {
  color: var(--muted);
}

.mock-chart {
  display: flex;
  align-items: end;
  gap: 16px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, transparent 0%, transparent 24%, rgba(213, 224, 232, 0.5) 25%, transparent 26%, transparent 49%, rgba(213, 224, 232, 0.5) 50%, transparent 51%, transparent 74%, rgba(213, 224, 232, 0.5) 75%, transparent 76%),
    #ffffff;
}

.mock-chart i {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--brand));
}

.mock-table {
  display: grid;
  gap: 8px;
}

.mock-table span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(11, 111, 184, 0.14), rgba(22, 160, 133, 0.08));
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(620px, 100%);
  padding-top: 24px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green-deep);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #0e2438;
  font-size: 5.2rem;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero__lead {
  margin: 24px 0 0;
  max-width: 590px;
  color: var(--ink-soft);
  font-size: 1.22rem;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  min-height: 52px;
  padding: 0 22px;
}

.btn--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--brand), var(--green-deep));
  box-shadow: 0 16px 32px rgba(11, 111, 184, 0.22);
}

.btn--secondary {
  color: var(--brand-deep);
  border: 1px solid rgba(11, 111, 184, 0.2);
  background: rgba(255, 255, 255, 0.84);
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 570px;
  margin: 42px 0 0;
}

.hero__metrics div {
  padding: 16px;
  border: 1px solid rgba(213, 224, 232, 0.82);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(12, 33, 52, 0.06);
}

.hero__metrics dt {
  margin: 0;
  color: var(--brand-deep);
  font-size: 1.45rem;
  font-weight: 900;
}

.hero__metrics dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.signal-strip {
  width: min(1180px, calc(100% - 32px));
  margin: -24px auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(213, 224, 232, 0.84);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.signal-strip div {
  display: grid;
  gap: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.signal-strip strong {
  color: var(--ink);
  font-size: 1rem;
}

.signal-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section,
.contact-band {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  scroll-margin-top: 164px;
}

.signal-strip {
  scroll-margin-top: 164px;
}

.section {
  padding: 104px 0 0;
}

.section--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: start;
}

.presence {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  gap: 54px;
  align-items: center;
}

.presence__map {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(213, 224, 232, 0.86);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 20%, rgba(22, 160, 133, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 251, 0.92));
  box-shadow: var(--shadow-soft);
}

.brazil-map {
  position: relative;
  width: min(100%, 620px);
  height: 540px;
  margin: 0 auto;
}

.brazil-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.68;
  filter: drop-shadow(0 20px 28px rgba(12, 33, 52, 0.1));
}

.map-marker {
  position: absolute;
  width: 0;
  height: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.map-marker b {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: var(--green);
  border: 4px solid var(--white);
  filter: drop-shadow(0 10px 14px rgba(12, 33, 52, 0.18));
  transform: translate(-50%, -50%);
}

.map-marker strong {
  position: absolute;
  top: -14px;
  left: 18px;
}

.map-marker--ce {
  top: 31.5%;
  left: 82%;
}

.map-marker--ce strong {
  right: 18px;
  left: auto;
}

.map-marker--ma {
  top: 26%;
  left: 64%;
}

.map-marker--ma strong {
  right: 18px;
  left: auto;
}

.map-marker--ms {
  top: 69%;
  left: 49%;
}

.map-marker--ms strong {
  right: 18px;
  left: auto;
}

.map-marker--sp {
  top: 75%;
  left: 64%;
}

.presence__cities {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.presence__cities article {
  display: grid;
  gap: 6px;
  min-height: 82px;
  align-content: center;
  padding: 14px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
}

.presence__cities span {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--white);
  background: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.presence__cities strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.2;
}

.map-credit {
  position: absolute;
  right: 18px;
  bottom: 6px;
  color: rgba(69, 98, 119, 0.62);
  font-size: 0.68rem;
}

.section__intro {
  display: grid;
  gap: 16px;
}

.section__intro--center {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.section__intro h2,
.contact-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.7rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.section__intro p,
.contact-band p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}

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

.feature,
.admin-shot,
.process-rail div,
.lead-form {
  border: 1px solid rgba(213, 224, 232, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.feature {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.feature__mark,
.process-rail span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--brand-deep);
  background: rgba(11, 111, 184, 0.1);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature h3,
.admin-shot h3 {
  margin: 0;
  font-size: 1.2rem;
}

.feature p,
.admin-shot p,
.process-rail p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.screens__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: 16px;
}

.admin-shot {
  display: grid;
  gap: 18px;
  padding: 16px;
}

.admin-shot--cockpit {
  grid-row: span 2;
}

.shot-frame {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(213, 224, 232, 0.86);
  border-radius: 8px;
  background: #f8fbfd;
}

.admin-shot--wizard .shot-frame,
.admin-shot--noc .shot-frame {
  aspect-ratio: 16 / 8.7;
}

.shot-content {
  display: grid;
  grid-template-columns: 24% 1fr;
  min-height: calc(100% - 42px);
}

.shot-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 14px;
  background: #edf5fb;
  border-right: 1px solid var(--line);
}

.shot-sidebar b,
.shot-sidebar i {
  display: block;
  border-radius: 8px;
}

.shot-sidebar b {
  width: 72%;
  height: 26px;
  background: linear-gradient(135deg, var(--brand), var(--green));
}

.shot-sidebar i {
  height: 30px;
  background: #ffffff;
  border: 1px solid rgba(213, 224, 232, 0.9);
}

.shot-main {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 14px;
  padding: 18px;
}

.shot-main header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.shot-main header span {
  color: var(--ink);
  font-weight: 900;
}

.shot-main button,
.wizard-panel button {
  border: 0;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--white);
  background: var(--brand);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.mini-kpis b {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  border-radius: 8px;
  background: #ffffff;
  color: var(--brand-deep);
  font-size: 1.26rem;
}

.mini-kpis small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 12px;
  min-height: 180px;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  background: #ffffff;
}

.mini-bars i {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--green), var(--brand));
}

.wizard-mock {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 18px;
}

.wizard-steps {
  display: grid;
  gap: 10px;
  align-content: start;
}

.wizard-steps b {
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(213, 224, 232, 0.9);
  color: var(--muted);
  font-size: 0.82rem;
}

.wizard-steps b.done {
  color: var(--green-deep);
  background: rgba(22, 160, 133, 0.1);
  border-color: rgba(22, 160, 133, 0.2);
}

.wizard-panel {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 160px;
  padding: 18px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(213, 224, 232, 0.9);
}

.wizard-panel span {
  color: var(--muted);
  font-size: 0.88rem;
}

.wizard-panel strong {
  color: var(--brand-deep);
  font-size: 1.3rem;
}

.wizard-panel i {
  height: 10px;
  border-radius: 999px;
  background: rgba(11, 111, 184, 0.12);
}

.wizard-panel button {
  justify-self: start;
}

.noc-mock {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.noc-mock span {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(213, 224, 232, 0.9);
  border-radius: 8px;
  background: #ffffff;
}

.noc-mock b {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--green);
}

.noc-mock b.warn {
  background: var(--gold);
}

.noc-mock strong {
  font-size: 0.92rem;
}

.noc-mock em {
  color: var(--muted);
  font-size: 0.8rem;
  font-style: normal;
}

.pulse-line {
  height: 54px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(11, 111, 184, 0.18) 8% 10%, transparent 10% 18%, rgba(22, 160, 133, 0.28) 18% 20%, transparent 20% 36%, rgba(11, 111, 184, 0.18) 36% 40%, transparent 40% 52%, rgba(197, 150, 45, 0.3) 52% 56%, transparent 56% 72%, rgba(22, 160, 133, 0.28) 72% 75%, transparent 75% 100%),
    #ffffff;
  border: 1px solid rgba(213, 224, 232, 0.9);
}

.security {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  align-items: start;
}

.process-rail {
  display: grid;
  gap: 14px;
}

.process-rail div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 16px;
  padding: 22px;
}

.process-rail strong {
  align-self: center;
  font-size: 1.08rem;
}

.process-rail p {
  grid-column: 2;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr);
  gap: 54px;
  align-items: start;
  margin-top: 104px;
  padding: 44px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(11, 111, 184, 0.96), rgba(15, 127, 109, 0.96)),
    #0b6fb8;
  box-shadow: var(--shadow);
}

.contact-band .eyebrow,
.contact-band h2,
.contact-band p {
  color: var(--white);
}

.contact-band p {
  color: rgba(255, 255, 255, 0.82);
}

.lead-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.96);
}

.lead-form label {
  display: grid;
  gap: 7px;
}

.lead-form span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: rgba(11, 111, 184, 0.55);
  box-shadow: 0 0 0 4px rgba(11, 111, 184, 0.12);
}

.lead-form .btn {
  width: 100%;
}

.form-message {
  min-height: 22px;
  color: var(--green-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  width: 100%;
  margin: 72px 0 0;
  padding: 44px max(24px, calc((100vw - 1180px) / 2)) 48px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  color: rgba(221, 230, 238, 0.74);
  border-top: 8px solid var(--brand-deep);
  background: #0d1424;
}

.footer-offices {
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) repeat(3, minmax(180px, 1fr));
  gap: 24px 34px;
  width: 100%;
}

.footer-offices__brand,
.footer-offices address {
  display: grid;
  align-content: start;
  gap: 8px;
  font-style: normal;
}

.footer-offices strong,
.footer-offices__brand strong {
  color: var(--white);
}

.footer-offices__brand span {
  color: rgba(221, 230, 238, 0.58);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.footer-offices address span {
  line-height: 1.45;
}

.site-footer a {
  flex: 0 0 auto;
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 1240px) {
  html {
    scroll-padding-top: 144px;
  }

  .section,
  .contact-band,
  .signal-strip {
    scroll-margin-top: 144px;
  }

  .site-header {
    height: 112px;
  }

  .brand__logo {
    width: 380px;
    height: 96px;
  }

  .hero {
    padding-top: 174px;
  }
}

@media (max-width: 1100px) {
  html {
    scroll-padding-top: 132px;
  }

  .section,
  .contact-band,
  .signal-strip {
    scroll-margin-top: 132px;
  }

  .site-header {
    height: 104px;
  }

  .brand__logo {
    width: 340px;
    height: 92px;
  }

  .hero {
    padding-top: 158px;
    background:
      linear-gradient(180deg, rgba(247, 251, 249, 1) 0%, rgba(247, 251, 249, 0.88) 54%, rgba(247, 251, 249, 0.5) 100%),
      linear-gradient(145deg, #ffffff 0%, #eaf7f2 52%, #e8f3fb 100%);
  }

  .hero__visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: 360px;
    margin-top: 32px;
  }

  .hero-window {
    transform: none;
  }

  .hero h1 {
    font-size: 4.1rem;
  }

  .section--split,
  .presence,
  .security,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .presence__map {
    min-height: 580px;
  }

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

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

  .admin-shot--cockpit {
    grid-row: auto;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 112px;
  }

  .section,
  .contact-band,
  .signal-strip {
    scroll-margin-top: 112px;
  }

  .site-header {
    height: 88px;
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .brand__logo {
    width: 260px;
    height: 76px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  body.nav-open .site-header {
    grid-template-columns: 1fr auto;
  }

  body.nav-open .site-nav {
    position: fixed;
    top: 104px;
    left: 0;
    right: 0;
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-soft);
  }

  body.nav-open .site-nav a {
    justify-content: flex-start;
    border-radius: 8px;
  }

  body.nav-open .site-nav .site-nav__system {
    display: inline-flex !important;
    color: var(--white);
    background: linear-gradient(135deg, var(--brand), var(--green-deep));
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 44px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero__lead {
    font-size: 1.06rem;
  }

  .hero__visual {
    height: 320px;
  }

  .hero-window__body {
    grid-template-columns: 108px 1fr;
  }

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

  .signal-strip {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .section {
    padding-top: 76px;
  }

  .section__intro h2,
  .contact-band h2 {
    font-size: 2.14rem;
  }

  .contact-band {
    padding: 28px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 96px;
  }

  .section,
  .contact-band,
  .signal-strip {
    scroll-margin-top: 96px;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    height: 78px;
    padding-left: 12px;
  }

  .brand__logo {
    width: 220px;
    height: 66px;
  }

  .hero {
    padding: 116px 16px 34px;
  }

  .presence__map {
    min-height: 620px;
  }

  .brazil-map {
    height: 430px;
  }

  .map-marker {
    font-size: 0.78rem;
  }

  .map-marker b {
    width: 14px;
    height: 14px;
    border-width: 3px;
  }

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

  .hero h1 {
    font-size: 2.58rem;
  }

  .hero__actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .hero__visual {
    height: 284px;
  }

  .hero-window__body {
    grid-template-columns: 82px 1fr;
  }

  .mock-sidebar {
    padding: 12px;
  }

  .mock-dashboard {
    gap: 10px;
    padding: 12px;
  }

  .mock-kpi-grid span {
    min-height: 70px;
    padding: 10px;
  }

  .mock-chart {
    min-height: 96px;
    gap: 8px;
    padding: 10px;
  }

  .section,
  .contact-band,
  .signal-strip {
    width: calc(100% - 24px);
  }

  .section__intro h2,
  .contact-band h2 {
    font-size: 1.78rem;
  }

  .feature,
  .admin-shot,
  .process-rail div,
  .contact-band {
    padding: 18px;
  }

  .shot-frame,
  .admin-shot--wizard .shot-frame,
  .admin-shot--noc .shot-frame {
    aspect-ratio: 1 / 0.86;
  }

  .shot-content,
  .wizard-mock {
    grid-template-columns: 1fr;
  }

  .shot-sidebar {
    display: none;
  }

  .mini-kpis {
    grid-template-columns: 1fr;
  }

  .mini-bars {
    min-height: 88px;
  }

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

  .wizard-steps b {
    padding: 9px;
    text-align: center;
  }

  .noc-mock em {
    display: none;
  }

  .process-rail p {
    grid-column: 1 / -1;
  }

  .site-footer {
    flex-direction: column;
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer-offices {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
