/* Atos Digitais — institutional site expansion
   Extends the approved design system without redefining tokens. */

.site-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 10%, rgba(212,175,55,.14), transparent 28rem),
    radial-gradient(circle at 12% 22%, rgba(243,229,171,.06), transparent 24rem),
    var(--bg);
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--seal) 22%, transparent);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
}

.site-nav__inner {
  max-width: 1400px;
  height: 80px;
  margin-inline: auto;
  padding-inline: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-flag {
  width: 28px;
  height: 19px;
  display: block;
  flex-shrink: 0;
  border-radius: 2px;
  opacity: 0.85;
  object-fit: cover;
}

.site-nav [data-ad-logo] {
  align-self: center;
  flex-shrink: 0;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.site-nav__links a {
  border: 0;
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition: color 180ms ease;
}

.site-nav__actions a:not(.btn) {
  height: 42px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.site-nav__links a:hover,
.site-nav__links a.is-active {
  color: var(--seal);
}

.site-nav__actions a:not(.btn):hover {
  transform: none;
  border-color: var(--line-strong);
  background: var(--surface-strong);
  color: var(--text);
}

.site-nav__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav .btn--accent {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  min-height: 42px;
  box-sizing: border-box;
  padding: 0 18px;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 10px;
  background: var(--seal);
  color: #050505;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.site-nav .btn--accent:hover {
  background: color-mix(in srgb, var(--seal) 85%, #fff);
  color: #050505;
  border-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
  transform: none;
}

.site-nav .btn--accent:active,
.site-nav .btn--accent:focus-visible {
  background: color-mix(in srgb, var(--seal) 85%, #fff);
  color: #050505;
  border-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
  outline: none;
  transform: none;
}

.site-nav__mobile-drawer {
  display: none;
}

.site-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-3);
  background: var(--bg-elevated);
  color: var(--text);
}

.site-nav__toggle span {
  display: block;
  width: 16px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.site-main {
  overflow: clip;
}

.site-shell {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 32px;
}

.site-hero {
  position: relative;
  min-height: calc(100svh - 76px);
  padding-block: 92px 64px;
  border-bottom: 1px solid var(--line);
  display: grid;
  align-items: center;
}

.site-hero--compact {
  min-height: 560px;
  padding-block: 88px 64px;
}

.site-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: 72px;
  align-items: center;
}

.site-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid color-mix(in srgb, var(--seal) 32%, transparent);
  color: var(--seal);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.site-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--seal);
  flex-shrink: 0;
}

.site-title {
  max-width: 14ch;
  font-size: clamp(48px, 5.5vw, 76px);
  line-height: 1.05;
  letter-spacing: -.025em;
  font-weight: 600;
}

.site-title--page {
  max-width: 15ch;
  font-size: clamp(46px, 6.2vw, 88px);
}

.site-title em {
  display: inline-block;
  background: linear-gradient(90deg, var(--seal), color-mix(in srgb, var(--seal) 70%, var(--text)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
  padding-right: 0.14em;
}

.site-lead {
  max-width: 56ch;
  margin-top: 30px;
  color: var(--text-muted);
  font-size: clamp(17px, 1.45vw, 19px);
  line-height: 1.75;
  font-weight: 400;
}

.site-lead strong {
  color: var(--text-muted);
  font-weight: 400;
}

.site-hero__cta {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-hero--cnj .site-title {
  max-width: 14ch;
  font-size: clamp(44px, 5vw, 70px);
}

.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.03);
  color: #94a3b8;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero__visual {
  position: relative;
  perspective: 1600px;
}

.dossier {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 0%, color-mix(in srgb, var(--seal) 16%, transparent), transparent 17rem),
    linear-gradient(180deg, rgba(20, 32, 54, 0.62), rgba(10, 22, 40, 0.86));
  color: #fff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 32px 64px -24px rgba(0,0,0,0.55),
    0 8px 24px -8px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.dossier::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle, color-mix(in srgb, var(--seal) 20%, transparent), transparent 62%);
  filter: blur(20px);
  pointer-events: none;
}

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

.dossier__head {
  display: block;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 14px;
}

.dossier__eyebrow {
  margin-bottom: 4px;
  color: #94a3b8;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dossier__title {
  color: #f8fafc;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.25;
}

.dossier__class {
  padding: 5px 10px;
  border: 1px solid color-mix(in srgb, var(--seal) 35%, transparent);
  border-radius: 6px;
  background: color-mix(in srgb, var(--seal) 14%, transparent);
  color: var(--seal);
  font-family: var(--font-mono);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .05em;
  white-space: nowrap;
}

.dossier__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.d-step {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: flex-start;
  gap: 14px;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(255,255,255,.015);
  transition: background .2s ease, border-color .2s ease;
}

.d-step__num {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #64748b;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0;
  transition: border-color .24s ease, color .24s ease, background .24s ease, box-shadow .24s ease;
}

.d-step__num-text,
.d-step__check {
  grid-area: 1 / 1;
  transition: opacity .25s ease, transform .25s ease;
}

.d-step__check {
  opacity: 0;
  transform: scale(.72);
  color: #6ec59e;
}

.d-step__title {
  color: #94a3b8;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -.005em;
  line-height: 1.3;
}

.d-step__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  color: #64748b;
  font-size: 12px;
  line-height: 1.35;
  list-style: none;
}

.d-step__items li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 2px;
  transition: color .22s ease;
}

.d-step__items li::before {
  content: "";
  display: grid;
  place-items: center;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 1px solid rgba(148, 163, 184, .36);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #07101d;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  transition:
    background .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    color .2s ease,
    transform .22s ease;
}

.d-step__items li.is-done {
  color: #f8fafc;
}

.d-step__items li.is-done::before {
  content: "✓";
  display: grid;
  place-items: center;
  background: #6ec59e;
  border-color: #6ec59e;
  color: #07101d;
  font-weight: 700;
  box-shadow: 0 0 0 3px rgba(110, 197, 158, .12);
}

.d-step__items li.is-active {
  color: #cbd5e1;
}

.d-step__items li.is-active::before {
  background: var(--seal);
  border-color: var(--seal);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--seal) 16%, transparent);
  transform: scale(1.04);
}

.d-step__status {
  position: relative;
  min-width: 78px;
  padding-top: 2px;
  color: #94a3b8;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: right;
}

.d-step__status-run,
.d-step__status-ok {
  display: block;
  transition: opacity .25s ease, transform .25s ease;
}

.d-step__status-ok {
  position: absolute;
  inset: 2px 0 auto auto;
  color: #6ec59e;
  opacity: 0;
  transform: translateY(3px);
}

.d-step__progress {
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
}

.d-step__bar {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--seal), color-mix(in srgb, var(--seal) 55%, var(--accent)));
  box-shadow: 0 0 16px color-mix(in srgb, var(--seal) 40%, transparent);
}

.d-step--cycle {
  animation: dossier-card-state 24s ease-in-out infinite;
}

.d-step--cycle .d-step__num {
  animation: dossier-marker-state 24s ease-in-out infinite;
}

.d-step--cycle .d-step__title {
  animation: dossier-title-state 24s ease-in-out infinite;
}

.d-step--cycle .d-step__bar {
  animation: dossier-progress-1 24s ease-in-out infinite;
}

.d-step--cycle .d-step__num-text {
  animation: dossier-number-to-check 24s ease-in-out infinite;
}

.d-step--cycle .d-step__check {
  animation: dossier-check-in 24s ease-in-out infinite;
}

.d-step--cycle .d-step__status-run {
  animation: dossier-status-run 24s ease-in-out infinite;
}

.d-step--cycle .d-step__status-ok {
  animation: dossier-status-ok 24s ease-in-out infinite;
}

.d-step--cycle-2,
.d-step--cycle-2 .d-step__num,
.d-step--cycle-2 .d-step__title,
.d-step--cycle-2 .d-step__bar,
.d-step--cycle-2 .d-step__num-text,
.d-step--cycle-2 .d-step__check,
.d-step--cycle-2 .d-step__status-run,
.d-step--cycle-2 .d-step__status-ok {
  animation-delay: 6s;
}

.d-step--cycle-3,
.d-step--cycle-3 .d-step__num,
.d-step--cycle-3 .d-step__title,
.d-step--cycle-3 .d-step__bar,
.d-step--cycle-3 .d-step__num-text,
.d-step--cycle-3 .d-step__check,
.d-step--cycle-3 .d-step__status-run,
.d-step--cycle-3 .d-step__status-ok {
  animation-delay: 12s;
}

.d-step--next .d-step__num {
  opacity: .72;
}

@keyframes dossier-card-state {
  0%, 21% {
    border-color: color-mix(in srgb, var(--seal) 34%, transparent);
    background: linear-gradient(180deg, color-mix(in srgb, var(--seal) 8%, transparent), color-mix(in srgb, var(--seal) 3%, transparent));
  }
  25%, 100% {
    border-color: rgba(110, 197, 158, .18);
    background: rgba(110, 197, 158, .055);
  }
}

@keyframes dossier-marker-state {
  0%, 21% {
    border-color: color-mix(in srgb, var(--seal) 42%, transparent);
    background: color-mix(in srgb, var(--seal) 10%, rgba(255,255,255,.025));
    color: var(--seal);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--seal) 20%, transparent);
  }
  25%, 100% {
    border-color: rgba(110, 197, 158, .32);
    background: rgba(110, 197, 158, .1);
    color: #6ec59e;
    box-shadow: 0 0 18px rgba(110, 197, 158, .18);
  }
}

@keyframes dossier-title-state {
  0%, 21% { color: #f8fafc; }
  25%, 100% { color: #f8fafc; }
}

@keyframes dossier-progress-1 {
  0% { width: 0%; opacity: 1; }
  18% { width: 100%; opacity: 1; }
  25%, 100% { width: 100%; opacity: .9; }
}

@keyframes dossier-number-to-check {
  0%, 21% {
    opacity: 1;
    transform: scale(1);
  }
  25%, 100% {
    opacity: 0;
    transform: scale(.72);
  }
}

@keyframes dossier-check-in {
  0%, 21% {
    opacity: 0;
    transform: scale(.72);
  }
  25%, 100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes dossier-status-run {
  0%, 21% {
    opacity: 1;
    transform: translateY(0);
  }
  25%, 100% {
    opacity: 0;
    transform: translateY(-3px);
  }
}

@keyframes dossier-status-ok {
  0%, 21% {
    opacity: 0;
    transform: translateY(3px);
  }
  25%, 100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.d-step--cycle,
.d-step--cycle .d-step__num,
.d-step--cycle .d-step__title,
.d-step--cycle .d-step__bar,
.d-step--cycle .d-step__num-text,
.d-step--cycle .d-step__check,
.d-step--cycle .d-step__status-run,
.d-step--cycle .d-step__status-ok {
  animation: none;
}

.d-step--cycle.is-running {
  border-color: color-mix(in srgb, var(--seal) 34%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--seal) 8%, transparent), color-mix(in srgb, var(--seal) 3%, transparent));
}

.d-step--cycle.is-running .d-step__num {
  border-color: color-mix(in srgb, var(--seal) 42%, transparent);
  background: color-mix(in srgb, var(--seal) 10%, rgba(255,255,255,.025));
  color: var(--seal);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--seal) 8%, transparent);
}

.d-step--cycle.is-running .d-step__title,
.d-step--cycle.is-complete .d-step__title {
  color: #f8fafc;
}

.d-step--cycle.is-running .d-step__bar {
  width: 100%;
  transition: width 5.6s linear;
}

.d-step--cycle.is-complete {
  border-color: rgba(110, 197, 158, .18);
  background: rgba(110, 197, 158, .055);
}

.d-step--cycle.is-complete .d-step__num {
  border-color: rgba(110, 197, 158, .32);
  background: rgba(110, 197, 158, .1);
  color: #6ec59e;
  box-shadow: 0 0 18px rgba(110, 197, 158, .18);
}

.d-step--cycle.is-complete .d-step__bar {
  width: 100%;
}

.d-step--cycle.is-complete .d-step__num-text,
.d-step--cycle.is-complete .d-step__status-run {
  opacity: 0;
  transform: scale(.72);
}

.d-step--cycle.is-complete .d-step__check {
  opacity: 1;
  transform: scale(1);
}

.d-step--cycle.is-complete .d-step__status-ok {
  opacity: 1;
  transform: translateY(0);
}

.dossier__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #94a3b8;
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: .02em;
}

.dossier__metric strong {
  color: #f8fafc;
  font-weight: 600;
}

.dossier__metric--ok {
  color: #6ec59e;
}

.dossier__sep {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #64748b;
}

.infra-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 6%, color-mix(in srgb, var(--seal) 9%, transparent), transparent 28rem),
    radial-gradient(circle at 12% 16%, rgba(46,91,255,.08), transparent 30rem);
}

.infra-hero {
  position: relative;
}

.infra-console {
  position: relative;
  width: min(100%, 560px);
  margin-left: auto;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 0%, color-mix(in srgb, var(--seal) 16%, transparent), transparent 17rem),
    linear-gradient(180deg, rgba(20, 32, 54, 0.62), rgba(10, 22, 40, 0.86));
  box-shadow:
    0 32px 64px -24px rgba(0,0,0,0.55),
    0 8px 24px -8px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.infra-console::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60%;
  aspect-ratio: 1;
  background: radial-gradient(circle, color-mix(in srgb, var(--seal) 20%, transparent), transparent 62%);
  filter: blur(20px);
  opacity: 1;
  pointer-events: none;
}

.infra-console > * {
  position: relative;
  z-index: 1;
}

.infra-console__head,
.infra-console__foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

.infra-console__head {
  padding-bottom: 16px;
}

.infra-console__eyebrow,
.infra-console__head > span,
.infra-console__foot span {
  display: block;
  color: var(--seal);
  font: 700 10px/1.2 var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.infra-console__head > span {
  white-space: nowrap;
  color: rgba(255,255,255,.72);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.infra-console__title {
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.infra-console__rows {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.infra-console__rows article {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  transition: border-color .35s ease, background .35s ease;
}

.infra-console__rows article:hover {
  border-color: color-mix(in srgb, var(--seal) 28%, transparent);
  background: rgba(255,255,255,.04);
}

.infra-console__rows span {
  display: block;
  margin-bottom: 8px;
  color: var(--seal);
  font: 700 10px/1.2 var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.infra-console__rows strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -.01em;
}

.infra-console__rows small {
  display: block;
  margin-top: 7px;
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.45;
}

.infra-console__foot {
  margin-top: 0;
}

.infra-console__foot strong {
  max-width: 330px;
  color: rgba(255,255,255,.86);
  font-size: 13.5px;
  line-height: 1.45;
  text-align: right;
}

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

.infra-systems__grid .front-card {
  min-height: 250px;
}

.ops-panel {
  background: color-mix(in srgb, var(--bg-elevated) 92%, transparent);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  box-shadow: var(--shadow-3);
  overflow: hidden;
}

.ops-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--bg);
}

.ops-panel__title,
.ops-id {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ops-panel__body {
  padding: 20px;
}

.signal-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.signal-grid--2 { grid-template-columns: repeat(2, 1fr); }
.signal-grid--3 { grid-template-columns: repeat(3, 1fr); }
.signal-grid--4 { grid-template-columns: repeat(4, 1fr); }

.signal {
  min-height: 142px;
  padding: 22px;
  background: var(--bg-elevated);
}

.signal__label {
  margin-bottom: 22px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.signal__value {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03em;
  font-weight: 600;
}

.signal__body {
  margin-top: 12px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.site-section {
  padding-block: 104px;
  border-bottom: 1px solid var(--line);
}

.site-section--manifest .site-section__head {
  gap: 48px;
  margin-bottom: 42px;
}

.site-section--manifest .site-section__title {
  max-width: 920px;
  font-size: clamp(34px, 4.3vw, 64px);
  line-height: 1;
  letter-spacing: -.045em;
}

.site-section--manifest .site-section__intro {
  max-width: 760px;
  font-size: 17px;
  line-height: 1.65;
}

.site-section--manifest .signal-grid {
  border-radius: 18px;
  box-shadow: var(--shadow-1);
}

.site-section--manifest .signal {
  min-height: 168px;
  padding: 24px;
  transition: background .2s var(--ease-standard), transform .2s var(--ease-standard);
}

.site-section--manifest .signal:hover {
  background: color-mix(in srgb, var(--bg-elevated) 88%, var(--seal) 12%);
  transform: translateY(-2px);
}

.site-section--manifest .signal__label {
  margin-bottom: 26px;
  letter-spacing: .13em;
}

.site-section--manifest .signal__value {
  font-weight: 720;
}

.site-section--platform {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  color: #fff;
  background: transparent;
}

.site-section--platform::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 38vw);
  height: 420px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 9%, transparent);
  filter: blur(150px);
  pointer-events: none;
}

.platform-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.platform-head h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.platform-head p {
  margin: 0 auto;
  max-width: 680px;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
}

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

.platform-card {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .5s ease, background .5s ease;
}

.platform-card:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background: rgba(255,255,255,.04);
}

.platform-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: rgba(10,10,10,.92);
  color: var(--seal);
  transition: transform .5s ease;
}

.platform-card:hover .platform-card__icon {
  transform: scale(1.1);
}

.platform-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.platform-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
}

.site-section--fronts {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  color: #fff;
  background: transparent;
}

.site-section--fronts::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(520px, 38vw);
  height: 420px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 9%, transparent);
  filter: blur(150px);
  pointer-events: none;
}

.fronts-head,
.fronts-grid {
  position: relative;
  z-index: 1;
}

.fronts-head {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.fronts-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  padding: 6px 14px;
  border: 1px solid rgba(212,175,55,.3);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: var(--seal);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.fronts-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--seal);
  flex-shrink: 0;
}

.fronts-head h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.fronts-head p {
  max-width: 680px;
  margin: 0 auto;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.7;
}

.fronts-head h3 {
  max-width: 740px;
  margin: 0 auto;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: 0;
}

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

.front-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .5s ease, background .5s ease;
}

.front-card:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background: rgba(255,255,255,.04);
}

.front-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  background: #0A0A0A;
  color: var(--seal);
  transition: transform .5s ease;
}

.front-card:hover .front-card__icon {
  transform: scale(1.1);
}

.front-card__icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.front-card__meta {
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.front-card h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.front-card p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.65;
}

.front-card__link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding-top: 24px;
  color: var(--seal);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.front-card__link:hover {
  color: #F3E5AB;
  border-bottom-color: transparent;
  transform: translateX(2px);
}

.site-section--item-flow {
  padding-top: 104px;
}

.item-example {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.5fr);
  gap: 24px;
  align-items: stretch;
}

.item-example__summary {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.item-example__eyebrow {
  margin-bottom: 18px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.item-example__summary h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.item-example__summary p {
  margin: 0;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.7;
}

.item-example__flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(180px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.item-flow-card {
  min-height: 282px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.02);
}

.item-flow-card:hover {
  background: rgba(255,255,255,.045);
}

.item-flow-card--accent {
  background:
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--seal) 12%, transparent), transparent 13rem),
    rgba(255,255,255,.035);
}

.gov-incident-flow {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 4px 18px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(182,140,66,.55) rgba(255,255,255,.06);
}

.gov-incident-flow::-webkit-scrollbar {
  height: 8px;
}

.gov-incident-flow::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.gov-incident-flow::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(182,140,66,.55);
}

.gov-incident-flow__line {
  position: absolute;
  top: 47px;
  left: 48px;
  width: calc(5 * 238px + 4 * 22px);
  height: 1px;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      color-mix(in srgb, var(--seal) 72%, transparent),
      rgba(255,255,255,.1) 72%,
      transparent);
}

.gov-incident-step {
  position: relative;
  z-index: 1;
  flex: 0 0 238px;
  scroll-snap-align: start;
}

.gov-incident-step__marker {
  position: relative;
  display: grid;
  width: 94px;
  height: 94px;
  margin-bottom: 22px;
  place-items: center;
}

.gov-incident-step__marker::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.06), transparent 58%),
    rgba(10,10,10,.82);
  transition: border-color .35s ease, box-shadow .35s ease, background .35s ease;
}

.gov-incident-step__marker::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--seal) 10%, transparent);
  filter: blur(16px);
  opacity: 0;
  transition: opacity .35s ease;
}

.gov-incident-step__marker span {
  position: relative;
  z-index: 1;
  color: color-mix(in srgb, var(--seal) 88%, white 12%);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

.gov-incident-step__card {
  min-height: 176px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
}

.gov-incident-step__meta {
  margin-bottom: 12px;
  color: color-mix(in srgb, var(--seal) 78%, white 22%);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gov-incident-step__card h3 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.gov-incident-step__card p {
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.55;
}

.gov-incident-step:hover .gov-incident-step__marker::before,
.gov-incident-step--accent .gov-incident-step__marker::before {
  border-color: color-mix(in srgb, var(--seal) 52%, transparent);
  box-shadow: inset 0 0 26px rgba(182,140,66,.08);
}

.gov-incident-step:hover .gov-incident-step__marker::after,
.gov-incident-step--accent .gov-incident-step__marker::after {
  opacity: 1;
}

.gov-incident-step:hover .gov-incident-step__card,
.gov-incident-step--accent .gov-incident-step__card {
  border-color: color-mix(in srgb, var(--seal) 32%, rgba(255,255,255,.08));
  background: rgba(255,255,255,.04);
}

.site-section--deliverables {
  position: relative;
  overflow: hidden;
  padding-block: 104px;
  background: transparent;
}

.site-section--deliverables::before {
  content: "";
  position: absolute;
  inset: auto -12% 8% auto;
  width: 42vw;
  height: 42vw;
  min-width: 420px;
  min-height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, color-mix(in srgb, var(--seal) 12%, transparent), transparent 68%);
  opacity: .58;
  pointer-events: none;
}

.deliverables-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.58fr);
  gap: 24px;
  align-items: stretch;
}

.deliverables-hero {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 12%, color-mix(in srgb, var(--seal) 13%, transparent), transparent 16rem),
    rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.deliverables-hero__eyebrow {
  margin-bottom: 18px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.deliverables-hero h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(24px, 2.25vw, 32px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.deliverables-hero p {
  margin: 0;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.72;
}

.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.deliverable-card {
  min-height: 250px;
  border: 0;
  border-radius: 0;
  background: rgba(255,255,255,.02);
}

.deliverable-card:hover {
  background: rgba(255,255,255,.045);
}

.infra-continuity__grid {
  margin-top: 48px;
}

.cnj-deliverables .fronts-grid {
  margin-top: 48px;
}

.cnj-deliverables .front-card {
  min-height: 300px;
}

.cnj-item-example .item-example {
  align-items: stretch;
}

.cnj-item-example .gov-incident-flow {
  padding-top: 2px;
}

.site-section--cnj {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  color: #fff;
  background: transparent;
}

.site-section--cnj::before {
  content: "";
  position: absolute;
  top: 8%;
  right: 4%;
  width: min(560px, 42vw);
  height: 430px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 9%, transparent);
  filter: blur(150px);
  pointer-events: none;
}

.site-section--cnj::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: 4%;
  width: 340px;
  height: 240px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 5%, transparent);
  filter: blur(130px);
  pointer-events: none;
}

.site-section--cnj .fronts-head {
  position: relative;
  z-index: 1;
}

.entry-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: clamp(56px, 7vw, 110px);
}

.entry-head {
  max-width: 620px;
  margin: 0;
  text-align: left;
}

.entry-head .fronts-kicker {
  margin-bottom: 20px;
}

.entry-head h2 {
  max-width: 620px;
  margin-bottom: 22px;
}

.entry-head h3 {
  max-width: 600px;
  margin: 0;
}

.entry-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.entry-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #e2e8f0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.orbital-rig--entry {
  width: min(560px, 100%);
  max-width: 560px;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.orbital-rig--entry .orbital-core {
  width: 178px;
  height: 178px;
}

.orbital-rig--entry .orbital-badge {
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 7rem),
    rgba(255,255,255,.025);
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}

.orbital-rig--entry .orbital-badge--accent {
  border-color: color-mix(in srgb, var(--seal) 34%, rgba(255,255,255,.08));
}

.orbital-rig--entry .orbital-badge:hover {
  border-color: color-mix(in srgb, var(--seal) 38%, transparent);
}

.orbital-rig--entry .orbital-badge__title {
  font-size: 13px;
  line-height: 1.28;
}

.orbital-rig--entry .orbital-badge__sub {
  font-size: 12px;
  line-height: 1.36;
}

.cnj-panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 6%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 18rem),
    rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .5s ease, background .5s ease;
}

.cnj-panel:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background:
    radial-gradient(circle at 86% 6%, color-mix(in srgb, var(--seal) 10%, transparent), transparent 18rem),
    rgba(255,255,255,.04);
}

.cnj-panel__glow {
  position: absolute;
  top: -88px;
  right: -64px;
  width: 270px;
  height: 270px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 13%, transparent);
  filter: blur(82px);
  pointer-events: none;
}

.cnj-panel__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
}

.cnj-step {
  position: relative;
  display: flex;
  min-height: 252px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cnj-step__connector {
  position: absolute;
  top: 32px;
  left: calc(-50% - 15px);
  width: calc(100% + 30px);
  height: 2px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--seal) 24%, var(--line)), transparent);
  pointer-events: none;
}

.cnj-step__connector--accent {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--seal) 42%, transparent), transparent);
}

.cnj-step__orb {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(10,10,10,.92);
  color: var(--seal);
  transition: border-color .35s ease, background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease;
}

.cnj-step--final .cnj-step__orb {
  border-color: color-mix(in srgb, var(--seal) 42%, transparent);
  background: color-mix(in srgb, var(--seal) 10%, transparent);
  color: var(--seal);
  box-shadow: 0 0 30px color-mix(in srgb, var(--seal) 20%, transparent);
}

.cnj-step:hover .cnj-step__orb {
  border-color: color-mix(in srgb, var(--seal) 38%, transparent);
  background: rgba(10,10,10,.96);
  color: var(--seal);
  transform: translateY(-2px);
  box-shadow: 0 0 30px color-mix(in srgb, var(--seal) 18%, transparent);
}

.cnj-step__orb svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cnj-step__meta {
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--seal) 84%, white 16%);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cnj-step h3 {
  max-width: 18ch;
  margin: 0 0 10px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.cnj-step p {
  max-width: 25ch;
  margin: 0;
  color: var(--text-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.site-section--cecilia {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  color: #fff;
  background: transparent;
}

.site-section--cecilia::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 7%;
  width: min(520px, 40vw);
  height: 380px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 7%, transparent);
  filter: blur(140px);
  pointer-events: none;
}

.site-section--cecilia::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 5%;
  width: 360px;
  height: 260px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 5%, transparent);
  filter: blur(130px);
  pointer-events: none;
}

.site-section--cecilia .fronts-head,
.atendimento-benefits-grid,
.cecilia-panel {
  position: relative;
  z-index: 1;
}

.atendimento-benefits-grid {
  margin-top: 42px;
}

.atendimento-benefits-grid .front-card {
  min-height: 320px;
}

.cecilia-panel {
  margin-top: 42px;
}

.cecilia-panel .cnj-step {
  min-height: 270px;
}

.cecilia-panel .cnj-step h3 {
  max-width: 20ch;
}

.cecilia-panel .cnj-step p {
  max-width: 27ch;
}

.site-section--mission {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  color: var(--text);
  background: transparent;
  border-bottom-color: var(--line);
}

.site-section--mission::before {
  content: "";
  position: absolute;
  right: -220px;
  top: -260px;
  width: 620px;
  height: 620px;
  border-radius: 999px;
  background: rgba(212,175,55,.08);
  filter: blur(150px);
  pointer-events: none;
}

.mission-head,
.mission-journey {
  position: relative;
  z-index: 1;
}

.mission-head {
  max-width: 860px;
  margin: 0 auto 56px;
  text-align: center;
}

.mission-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px 14px;
  border: 1px solid color-mix(in srgb, var(--seal) 32%, transparent);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--seal);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.mission-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--seal);
  flex-shrink: 0;
}

.mission-head h2 {
  margin: 0 auto 20px;
  color: var(--text);
  max-width: 920px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -.045em;
}

.mission-head p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
}

.mission-head h3 {
  max-width: 760px;
  margin: 0 auto;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 400;
  letter-spacing: 0;
}

.mission-journey {
  position: relative;
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 18px 28px 20px;
  cursor: grab;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.mission-journey:active {
  cursor: grabbing;
}

.mission-journey.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.mission-journey::-webkit-scrollbar {
  display: none;
}

.mission-journey__line {
  display: block;
  position: absolute;
  top: 55px;
  left: 28px;
  width: 1420px;
  height: 1px;
  background: color-mix(in srgb, var(--seal) 38%, transparent);
  z-index: 0;
}

.mission-journey__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--seal), color-mix(in srgb, var(--seal) 12%, transparent));
  opacity: .5;
}

.journey-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 260px;
  width: 260px;
  min-height: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  scroll-snap-align: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: none;
}

.journey-step__marker {
  position: relative;
  isolation: isolate;
  width: 86px;
  height: 86px;
  margin: 0 0 32px;
  border: 1px solid color-mix(in srgb, var(--seal) 32%, transparent);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--seal);
  background: var(--bg);
  overflow: visible;
  box-shadow:
    inset 0 0 32px color-mix(in srgb, var(--seal) 4%, transparent),
    0 0 0 8px color-mix(in srgb, var(--bg) 88%, transparent);
  transition: border-color .5s ease, box-shadow .5s ease, transform .5s ease;
}

.journey-step__marker::before,
.journey-step__marker::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  pointer-events: none;
  transition: opacity .5s ease, transform .5s ease;
}

.journey-step__marker::before {
  border: 1px solid color-mix(in srgb, var(--seal) 16%, transparent);
  opacity: .55;
  z-index: 1;
}

.journey-step__marker::after {
  background: radial-gradient(circle, color-mix(in srgb, var(--seal) 24%, transparent) 0%, transparent 68%);
  filter: blur(18px);
  opacity: 0;
  z-index: 0;
}

.journey-step__marker span {
  position: relative;
  z-index: 2;
  color: var(--seal);
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 500;
}

.journey-step__card {
  width: 100%;
  height: 158px;
  min-height: 158px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  box-shadow: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    background 300ms ease,
    border-color 300ms ease,
    transform 300ms ease;
}

.journey-step:hover .journey-step__marker {
  border-color: color-mix(in srgb, var(--seal) 52%, transparent);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0 34px color-mix(in srgb, var(--seal) 8%, transparent),
    0 0 0 8px color-mix(in srgb, var(--bg) 88%, transparent),
    0 16px 42px color-mix(in srgb, var(--seal) 16%, transparent);
}

.journey-step:hover .journey-step__marker::before {
  opacity: 1;
  transform: scale(1.08);
}

.journey-step:hover .journey-step__marker::after {
  opacity: 1;
  transform: scale(1.08);
}

.journey-step:hover .journey-step__card {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background: rgba(255,255,255,.04);
  transform: none;
}

.journey-step__card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.025em;
}

.journey-step__card p {
  margin: 0;
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -.015em;
}

.site-section--inverse {
  color: var(--paper);
  background: var(--ink-900);
}

.site-section--inverse .site-section__title,
.site-section--inverse .site-card__title {
  color: var(--paper);
}

.site-section--inverse .site-section__intro,
.site-section--inverse .site-card__body,
.site-section--inverse .site-kicker,
.site-section--inverse .site-list li {
  color: var(--ink-300);
}

.site-section__head {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  margin-bottom: 56px;
}

.site-section__index {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.site-section__title {
  max-width: 24ch;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.site-section__intro {
  max-width: 64ch;
  margin-top: 18px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.65;
}

.site-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.site-card {
  min-height: 300px;
  padding: 30px;
  background: var(--bg-elevated);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 220ms var(--ease-standard), background 220ms var(--ease-standard), border-color 220ms var(--ease-standard);
}

.site-card--dense {
  min-height: 220px;
}

.site-card__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.site-card__title {
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.site-card__body {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.site-card__link {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.site-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.site-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 1px;
  background: var(--accent);
}

.diagram {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.diagram--flow {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.diagram--vertical {
  grid-template-columns: 1fr;
}

.diagram-node {
  min-height: 146px;
  padding: 20px;
  background: var(--bg-elevated);
  transition: background 220ms var(--ease-standard), transform 220ms var(--ease-standard);
}

.diagram-node__step {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
}

.diagram-node__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.diagram-node__body {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.55;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.timeline__item {
  min-height: 260px;
  padding: 24px;
  background: var(--bg-elevated);
  transition: background 220ms var(--ease-standard), transform 220ms var(--ease-standard);
}

.matrix {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: var(--bg-elevated);
  font-size: 14px;
}

.matrix th,
.matrix td {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 16px;
  vertical-align: top;
}

.matrix th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-sunken);
}

.matrix tr:last-child td { border-bottom: 0; }
.matrix th:last-child,
.matrix td:last-child { border-right: 0; }

.ops-console {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-5);
  overflow: hidden;
  box-shadow: var(--shadow-3);
}

.ops-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 32%),
    linear-gradient(to right, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: auto, 72px 72px, 72px 72px;
  opacity: .55;
}

.ops-console__pane,
.ops-console__map,
.ops-console__rail {
  position: relative;
  background: var(--bg-elevated);
  min-height: 430px;
}

.ops-console__pane {
  padding: 26px;
}

.ops-console__head,
.visual-card__head,
.mock-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.status-dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
}

.ops-readout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.ops-readout__cell {
  min-height: 128px;
  padding: 20px;
  background: var(--bg-sunken);
}

.ops-readout__label,
.audit-row__label,
.mini-label {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ops-readout__value {
  margin-top: 18px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 600;
}

.ops-readout__note {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* ─── Orbital animation (hero right panel) ─────────────── */
@keyframes orbital-spin-cw {
  to { transform: rotate(360deg); }
}
@keyframes orbital-spin-ccw {
  to { transform: rotate(-360deg); }
}
@keyframes badge-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}

.orbital-rig {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.orbital-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.orbital-ring--1 {
  width: 66%;
  height: 66%;
  animation: orbital-spin-cw 60s linear infinite;
}

.orbital-ring--2 {
  width: 92%;
  height: 92%;
  animation: orbital-spin-ccw 80s linear infinite;
}

.orbital-core {
  position: relative;
  z-index: 10;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--seal) 40%, transparent);
  background: color-mix(in srgb, var(--bg-elevated) 88%, transparent);
  box-shadow: 0 0 40px color-mix(in srgb, var(--seal) 8%, transparent), inset 0 0 30px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 20px;
}

.orbital-core__dash {
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 1.5px dashed color-mix(in srgb, var(--seal) 28%, transparent);
  animation: orbital-spin-cw 40s linear infinite;
}

.orbital-core__brand {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--text);
}

.orbital-core__sub {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--seal);
  opacity: .8;
}

.orbital-badge {
  position: absolute;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 220px;
  padding: 14px;
  background: color-mix(in srgb, var(--bg-elevated) 88%, transparent);
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-1);
  animation: badge-float 5.6s ease-in-out infinite;
}

.orbital-badge--accent {
  border-color: var(--line);
}

.orbital-badge__icon {
  width: 22px;
  height: 22px;
  color: var(--seal);
  flex-shrink: 0;
  margin-top: 1px;
}

.orbital-badge__icon path,
.orbital-badge__icon rect,
.orbital-badge__icon circle,
.orbital-badge__icon line,
.orbital-badge__icon polyline {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.orbital-badge__title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
  display: block;
  margin-bottom: 4px;
  line-height: 1.3;
}

.orbital-badge__sub {
  font-size: 11px;
  color: var(--text-muted);
  display: block;
  line-height: 1.35;
}

/* Badge positions — distributed clockwise (220px wide) */
.orbital-badge--1 {
  top: 2%;
  right: 0;
  animation-delay: 0s;
}
.orbital-badge--2 {
  top: 35%;
  right: -14%;
  animation-delay: 0.5s;
}
.orbital-badge--3 {
  bottom: 3%;
  right: 1%;
  animation-delay: 1s;
}
.orbital-badge--4 {
  bottom: 3%;
  left: 1%;
  animation-delay: 1.5s;
}
.orbital-badge--5 {
  top: 35%;
  left: -14%;
  animation-delay: 0.8s;
}
.orbital-badge--6 {
  top: 2%;
  left: 0;
  animation-delay: 1.2s;
}

.orbital-rig.orbital-rig--entry {
  width: min(560px, 100%);
  max-width: 560px;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

/* ─── Responsive — orbital on smaller screens ───────────── */
@media (max-width: 1200px) {
  .orbital-badge {
    width: 180px;
    padding: 10px 12px;
    gap: 10px;
  }
  .orbital-badge__icon { width: 16px; height: 16px; }
  .orbital-badge__title { font-size: 10px; }
  .orbital-badge__sub { font-size: 9px; }
  .orbital-badge--3 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .orbital-rig {
    max-width: 380px;
  }
  .orbital-badge--4,
  .orbital-badge--5,
  .orbital-badge--6 {
    display: none;
  }
}

@media (max-width: 768px) {
  .orbital-rig {
    max-width: 300px;
    margin-top: 40px;
  }
  .orbital-badge--1,
  .orbital-badge--2 {
    display: none;
  }
}

/* ─── Hero CTA buttons — matching DS .btn--accent / .btn pattern ── */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  min-height: 50px;
  font-size: 13px;
  font-weight: 650;
  color: #080806;
  text-decoration: none;
  background: var(--seal);
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.btn-hero-primary:hover {
  transform: none;
  background: color-mix(in srgb, var(--seal) 85%, #fff);
  color: #080806;
  border-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
}
.btn-hero-primary:active,
.btn-hero-primary:focus-visible {
  background: color-mix(in srgb, var(--seal) 85%, #fff);
  color: #080806;
  transform: none;
  border-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 10px 24px rgba(212,175,55,.14);
  outline: none;
}

.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  min-height: 50px;
  font-size: 13px;
  font-weight: 650;
  color: var(--text);
  text-decoration: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 12px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn-hero-secondary:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  border-bottom-color: var(--line-strong);
  background: var(--surface-strong);
  color: var(--text);
}

/* ─── Site-wide button reset to DS spec ─────────────────── */
.btn {
  min-height: 42px;
  height: auto;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--text);
  gap: 9px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.btn:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: var(--surface-strong);
  color: var(--text);
}
.btn--accent {
  border-color: transparent;
  background: var(--seal);
  color: #080806;
  box-shadow: 0 12px 28px rgba(212,175,55,.18);
}
.btn--accent:hover {
  background: color-mix(in srgb, var(--seal) 85%, #fff);
  color: #080806;
  border-color: transparent;
  transform: translateY(-1px);
}

/* ─────────────────────────────────────────────────────────── */

.ops-rail {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.audit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.audit-row__bar {
  width: 116px;
  height: 6px;
  border-radius: 999px;
  overflow: hidden;
  background: color-mix(in srgb, var(--line) 72%, transparent);
}

.audit-row__bar span {
  display: block;
  height: 100%;
  width: var(--value, 66%);
  background: linear-gradient(90deg, var(--accent), color-mix(in srgb, var(--accent) 55%, var(--paper)));
  animation: load-bar 1.2s var(--ease-standard) both;
}

.ops-map {
  position: relative;
  min-height: 430px;
  padding: 26px;
  background:
    linear-gradient(to right, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--bg-sunken);
  background-size: 58px 58px;
}

.map-node {
  position: absolute;
  min-width: 138px;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: color-mix(in srgb, var(--bg-elevated) 88%, transparent);
  box-shadow: var(--shadow-1);
}

.map-node::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  right: 12px;
  top: 12px;
  border-radius: 999px;
  background: var(--accent);
}

.map-node__title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.map-node__meta {
  margin-top: 6px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.map-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--accent) 55%, var(--line)), transparent);
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-5);
  overflow: hidden;
}

.visual-card {
  grid-column: span 4;
  min-height: 310px;
  padding: 24px;
  background: var(--bg-elevated);
}

.visual-card--wide { grid-column: span 8; }
.visual-card--full { grid-column: 1 / -1; }
.visual-card--tall { min-height: 420px; }

.evidence-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.evidence-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: var(--bg-sunken);
}

.evidence-icon {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 18%, transparent), transparent 58%),
    var(--bg-elevated);
}

.evidence-name {
  font-size: 13px;
  font-weight: 500;
}

.evidence-meta {
  margin-top: 4px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.progress-ladder {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.progress-step {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
}

.progress-step__index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
}

.progress-step__track {
  height: 5px;
  border-radius: 999px;
  overflow: hidden;
  background: color-mix(in srgb, var(--line) 78%, transparent);
}

.progress-step__track span {
  display: block;
  height: 100%;
  width: var(--value, 50%);
  background: var(--accent);
}

.service-console {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-5);
  overflow: hidden;
}

.phone-mock,
.desk-mock,
.mock-window {
  background: var(--bg-elevated);
}

.phone-mock {
  padding: 18px;
}

.phone-frame {
  max-width: 286px;
  margin-inline: auto;
  padding: 12px;
  border: 1px solid var(--line-strong);
  border-radius: 34px;
  background: var(--bg-sunken);
  box-shadow: var(--shadow-3);
}

.phone-screen {
  min-height: 536px;
  padding: 16px;
  border-radius: 25px;
  background: var(--bg);
  overflow: hidden;
}

.chat-bubble {
  width: fit-content;
  max-width: 86%;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--text-muted);
  background: var(--bg-elevated);
  font-size: 12px;
  line-height: 1.35;
}

.chat-bubble--bot {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 34%, var(--line));
  background: color-mix(in srgb, var(--accent) 12%, var(--bg-elevated));
}

.desk-mock {
  padding: 22px;
}

.mock-window {
  min-height: 578px;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
  background: var(--bg-sunken);
}

.mock-window__bar {
  padding: 12px 14px;
  background: var(--bg-elevated);
}

.ticket-board {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 532px;
}

.ticket-board__side {
  padding: 16px;
  border-right: 1px solid var(--line);
  background: var(--bg-elevated);
}

.ticket-board__main {
  padding: 16px;
}

.ticket-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.ticket {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  background: var(--bg-sunken);
}

.ticket strong {
  display: block;
  font-size: 12px;
}

.ticket span {
  display: block;
  margin-top: 5px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

.kanban__col {
  min-height: 420px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: var(--bg-elevated);
}

.kanban__head {
  margin-bottom: 10px;
  font-family: var(--font-mono);
  color: var(--text-muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.request-card {
  margin-bottom: 8px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: var(--r-2);
  background: var(--bg-sunken);
}

.request-card__title {
  font-size: 12px;
  font-weight: 600;
}

.request-card__meta {
  margin-top: 8px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-card:hover,
.diagram-node:hover,
.timeline__item:hover,
.map-node:hover,
.request-card:hover,
.evidence-item:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--bg-elevated) 86%, var(--accent) 14%);
}

.site-card:hover .site-card__title,
.diagram-node:hover .diagram-node__title,
.request-card:hover .request-card__title {
  color: var(--text);
}

.ops-console,
.visual-grid,
.service-console {
  transition: border-color 220ms var(--ease-standard), box-shadow 220ms var(--ease-standard);
}

.ops-console:hover,
.visual-grid:hover,
.service-console:hover {
  border-color: color-mix(in srgb, var(--accent) 28%, var(--line));
  box-shadow: var(--shadow-2);
}

.mini-map {
  position: relative;
  min-height: 300px;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  background:
    linear-gradient(to right, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.025) 1px, transparent 1px),
    var(--bg-sunken);
  background-size: 44px 44px;
  overflow: hidden;
}

.mini-map .map-node {
  min-width: 112px;
}

.doc-cycle {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.doc-life {
  min-height: 170px;
  padding: 18px;
  background: var(--bg-sunken);
}

.doc-life__num {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
}

.doc-life__title {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 600;
}

.doc-life__meta {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r-5);
  overflow: hidden;
}

.workbench__pane {
  min-height: 420px;
  padding: 24px;
  background: var(--bg-elevated);
}

.workbench__pane--muted {
  background: var(--bg-sunken);
}

.workbench__head,
.record-list__head,
.file-window__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.checklist {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.check-row {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--r-3);
  background: var(--bg-sunken);
}

.check-row__box {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  color: var(--accent);
  font-size: 12px;
  line-height: 1;
}

.check-row__title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
}

.check-row__meta,
.record-meta,
.field-note {
  margin-top: 3px;
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.status-table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: var(--bg-sunken);
  font-size: 13px;
}

.status-table th,
.status-table td {
  padding: 12px 13px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  vertical-align: top;
}

.status-table th {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: var(--bg);
}

.status-table tr:last-child td { border-bottom: 0; }
.status-table th:last-child,
.status-table td:last-child { border-right: 0; }

.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-muted);
  background: var(--bg-elevated);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.status-pill--ok {
  color: var(--accent);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
}

.timeline-list {
  display: grid;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.timeline-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 150px;
  gap: 16px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-sunken);
}

.timeline-row:last-child {
  border-bottom: 0;
}

.timeline-date {
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 11px;
}

.timeline-title {
  font-size: 13px;
  font-weight: 600;
}

.record-list {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
}

.record-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  background: var(--bg-sunken);
}

.record-item:last-child {
  border-bottom: 0;
}

.record-title {
  font-size: 13px;
  font-weight: 600;
}

.file-window {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-4);
  overflow: hidden;
  background: var(--bg-sunken);
}

.file-window__bar {
  padding: 12px 14px;
  background: var(--bg-elevated);
}

.file-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.field-card {
  min-height: 96px;
  padding: 14px;
  background: var(--bg-sunken);
}

.field-label {
  color: var(--text-muted);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.field-value {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 600;
}

.message-log {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.message-log .chat-bubble {
  margin-top: 0;
}

.service-console--quiet {
  grid-template-columns: 310px minmax(0, 1fr);
  box-shadow: none;
}

@keyframes pulse-dot {
  0%, 100% { opacity: .55; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes load-bar {
  from { width: 0; }
}

.site-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 44px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 18rem),
    rgba(255,255,255,.02);
  color: var(--text);
  box-shadow: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .5s ease, background .5s ease;
}

.site-cta::before {
  content: "";
  position: absolute;
  top: -88px;
  right: -64px;
  width: 270px;
  height: 270px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 13%, transparent);
  filter: blur(82px);
  pointer-events: none;
  z-index: -1;
}

.site-cta::after {
  content: "";
  position: absolute;
  left: 8%;
  bottom: -26%;
  width: 340px;
  height: 240px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 5%, transparent);
  filter: blur(130px);
  pointer-events: none;
  z-index: -1;
}

.site-cta:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--seal) 10%, transparent), transparent 18rem),
    rgba(255,255,255,.04);
}

.site-cta > * {
  position: relative;
}

.site-cta h2 {
  max-width: 20ch;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.03em;
}

.site-cta p {
  max-width: 58ch;
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 15.5px;
  line-height: 1.7;
}

.site-footer {
  padding-block: 64px 36px;
  color: var(--text-muted);
}

/* Quem Somos */
.founders-page {
  position: relative;
  overflow: hidden;
}

.founders-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 14%, color-mix(in srgb, var(--seal) 20%, transparent) 0, transparent 34%),
    radial-gradient(circle at 12% 30%, rgba(46, 91, 255, .11) 0, transparent 30%),
    linear-gradient(180deg, rgba(5, 11, 20, .98), rgba(5, 11, 20, .94) 44%, rgba(5, 11, 20, .98));
}

.founders-hero {
  padding-bottom: 76px;
}

.founders-hero .site-shell {
  display: grid;
  gap: 44px;
  justify-items: stretch;
}

.founders-hero__head {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.founders-hero__head h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 8vw, 112px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: -.06em;
}

.founders-hero__head h3 {
  max-width: 720px;
  margin-inline: auto;
}

.founders-hero__subtitle {
  font-size: 18px;
  color: var(--text-secondary);
  margin-top: 12px;
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.founders-hero__statement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 980px;
}

.founders-hero__statement span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.72);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.founders-section {
  padding-top: 84px;
}

.founders-section__head {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.founders-section__head h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.045em;
}

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

.founder-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.025);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: border-color .45s ease, background .45s ease, transform .45s ease;
}

.founder-card:hover {
  border-color: color-mix(in srgb, var(--seal) 34%, transparent);
  background: rgba(255,255,255,.045);
  transform: translateY(-2px);
}

.founder-card__photo {
  display: grid;
  width: min(100%, 280px);
  aspect-ratio: 1;
  height: auto;
  margin: 0 auto 28px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--seal) 34%, rgba(255,255,255,.1));
  border-radius: 34px;
  background:
    radial-gradient(circle at 30% 22%, color-mix(in srgb, var(--seal) 24%, transparent), transparent 45%),
    linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  color: color-mix(in srgb, var(--seal) 76%, white 24%);
  font-family: var(--font-mono);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: .12em;
}

.founder-card__photo--image {
  overflow: hidden;
  padding: 0;
  background: rgba(255,255,255,.045);
}

.founder-card__photo--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* About — history section */
.about-history__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 64px;
  align-items: start;
  width: min(100%, 1180px);
  margin-inline: auto;
}

.about-history__text {
  text-align: left;
}

.about-history__text h2 {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin: 12px 0 24px;
  color: var(--text);
}

.about-history__text p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.about-history__text p:last-child { margin-bottom: 0; }

.about-history__location {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 20px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  text-align: center;
}

.about-history__location img {
  width: 72px;
  height: auto;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.15);
  box-shadow: 0 0 0 1px rgba(182,140,66,.18), 0 8px 18px rgba(0,0,0,.2);
}

.about-history__city {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.015em;
}

.about-history__state {
  font-size: 13px;
  color: var(--text-secondary);
}

.about-history__year {
  font-size: 11px;
  color: var(--seal);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

@media (max-width: 760px) {
  .about-history__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .about-history__location {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    gap: 12px 20px;
    padding: 20px;
  }
  .about-history__location img { width: 44px; }
  .about-history__city { font-size: 15px; }
}

.founder-card__eyebrow {
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.founder-card h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.04em;
}

.founder-card__role {
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.founder-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.founder-card__body > p:not(.founder-card__role) {
  margin: 0;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.72;
}

.founder-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.founder-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.7);
  font-size: 11.5px;
  line-height: 1;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--line);
}

.site-footer h6 {
  margin-bottom: 12px;
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  padding-block: 4px;
  border: 0;
  color: var(--text-muted);
  font-size: 13px;
}

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

.site-footer p {
  max-width: 42ch;
  color: var(--text-muted);
  font-size: 13px;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-faint);
}

.site-footer__place {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer__place img {
  width: 26px;
  height: 18px;
  display: block;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 0 0 1px rgba(182, 140, 66, .12), 0 8px 18px rgba(0, 0, 0, .18);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 520ms var(--ease-standard), transform 520ms var(--ease-standard);
}

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

@media (max-width: 1100px) {
  .site-hero__grid,
  .site-section__head {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-card-grid,
  .signal-grid--3,
  .signal-grid--4,
  .platform-grid,
  .fronts-grid,
  .timeline,
  .diagram--flow,
  .workbench {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .entry-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .entry-head {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
  }

  .entry-head h3 {
    margin-inline: auto;
  }

  .entry-summary {
    justify-content: center;
  }

  .orbital-rig.orbital-rig--entry {
    width: min(520px, 100%);
    max-width: 520px;
    min-height: 0;
  }

  .cnj-panel {
    padding: 28px;
  }

  .cnj-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 26px;
  }

  .cnj-step__connector {
    display: none;
  }

  .item-example {
    grid-template-columns: 1fr;
  }

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

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

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

  .founder-card {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .founder-card__photo {
    width: 240px;
    margin: 0;
  }

  .item-example__flow {
    grid-template-columns: repeat(5, minmax(210px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .item-flow-card {
    scroll-snap-align: start;
  }

  .gov-incident-flow {
    padding-bottom: 20px;
  }

  .gov-incident-step {
    flex-basis: 230px;
  }

  .gov-incident-flow__line {
    width: calc(5 * 230px + 4 * 22px);
  }

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

@media (max-width: 760px) {
  .site-body {
    background-size: calc((100vw - 40px) / 4) 100%;
    background-position: 20px 0;
  }

  .site-nav__inner {
    height: 60px;
    padding-inline: 20px;
  }

  .site-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav__links,
  .site-nav__actions {
    display: none;
  }

  /* Mobile menu — fixed overlay drawer */
  .site-nav__mobile-drawer {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 79;
    overflow-y: auto;
    background: var(--bg);
    border-top: 1px solid var(--line);
    padding: 24px 20px 40px;
    flex-direction: column;
    gap: 0;
  }

  .site-nav.is-open .site-nav__mobile-drawer {
    display: flex;
  }

  .site-nav__mobile-drawer .site-nav__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }

  .site-nav__mobile-drawer .site-nav__links a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    letter-spacing: -0.01em;
  }

  .site-nav__mobile-drawer .site-nav__links a:first-child {
    border-top: 1px solid var(--line);
  }

  .site-nav__mobile-drawer .site-nav__links a.active,
  .site-nav__mobile-drawer .site-nav__links a.is-active {
    color: var(--seal);
  }

  .site-nav__mobile-drawer .site-nav__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .site-nav__mobile-drawer .site-nav__actions a {
    display: block;
    width: 100%;
    padding: 13px 20px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
  }

  .site-nav__mobile-drawer .site-nav__actions a:not(.btn):not(.btn--accent) {
    border: 1px solid var(--line-strong);
    color: var(--text);
  }

  .site-nav__mobile-drawer .site-nav__actions .btn--accent {
    background: var(--seal);
    color: #0a1628;
  }

  .site-shell {
    padding-inline: 20px;
  }

  .site-hero,
  .site-hero--compact {
    min-height: auto;
    padding-block: 80px 48px;
  }

  /* Hide the dossier panel on mobile — text content takes priority */
  .hero__visual,
  .site-hero__media {
    display: none;
  }

  .site-hero__grid {
    grid-template-columns: 1fr;
  }

  .site-title {
    font-size: clamp(36px, 10vw, 52px);
    max-width: 100%;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }

  .site-title--page {
    font-size: clamp(32px, 9vw, 48px);
    max-width: 100%;
  }

  .site-lead {
    font-size: 15px;
    line-height: 1.6;
  }

  .site-hero__cta {
    flex-direction: column;
  }

  .site-hero__cta a {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .hero-proof-strip {
    flex-wrap: wrap;
    gap: 6px;
  }

  .site-section {
    padding-block: 72px;
  }

  .site-section--platform {
    padding-block: 76px;
  }

  .site-section--mission {
    padding-block: 76px;
  }

  .site-section--fronts {
    padding-block: 76px;
  }

  .site-section--cnj {
    padding-block: 76px;
  }

  .entry-grid {
    gap: 34px;
  }

  .entry-head {
    text-align: left;
  }

  .entry-head h3 {
    margin-inline: 0;
  }

  .entry-summary {
    justify-content: flex-start;
  }

  .orbital-rig.orbital-rig--entry {
    width: min(320px, 100%);
    max-width: 320px;
    min-height: 0;
  }

  .orbital-rig--entry .orbital-core {
    width: 142px;
    height: 142px;
  }

  .mission-head {
    margin-bottom: 44px;
  }

  .mission-head h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .journey-step {
    flex-basis: 260px;
    width: 260px;
  }

  .mission-journey__line {
    top: 50px;
  }

  .journey-step__marker {
    width: 68px;
    height: 68px;
    margin-bottom: 28px;
  }

  .journey-step__card {
    height: 150px;
    min-height: 150px;
    padding: 18px;
  }

  .platform-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .fronts-head {
    margin-bottom: 40px;
    text-align: left;
  }

  .founders-hero__head {
    text-align: left;
  }

  .founders-hero__head h1 {
    font-size: clamp(46px, 15vw, 70px);
  }

  .founders-hero__head h3 {
    margin-inline: 0;
  }

  .founders-hero__statement {
    justify-content: flex-start;
  }

  .founders-section__head {
    text-align: left;
  }

  .founder-card {
    display: flex;
    padding: 24px;
  }

  .founder-card__photo {
    width: min(100%, 220px);
    height: auto;
    margin: 0 auto 24px;
    border-radius: 30px;
    font-size: 40px;
  }

  .founder-card h2 {
    font-size: 25px;
  }

  .founder-card__body > p:not(.founder-card__role) {
    font-size: 14px;
  }

  .item-example__summary {
    padding: 24px;
  }

  .site-section--deliverables {
    padding-block: 76px;
  }

  .deliverables-hero {
    padding: 24px;
  }

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

  .deliverable-card {
    min-height: auto;
  }

  .item-example__flow {
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .item-flow-card {
    min-height: 220px;
    padding: 24px;
  }

  .gov-incident-flow {
    gap: 18px;
    margin-inline: -20px;
    padding-inline: 20px;
  }

  .gov-incident-flow__line {
    left: 68px;
    width: calc(5 * 216px + 4 * 18px);
  }

  .gov-incident-step {
    flex-basis: 216px;
  }

  .gov-incident-step__marker {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
  }

  .gov-incident-step__card {
    min-height: 176px;
    padding: 20px;
  }

  .site-card-grid,
  .signal-grid--2,
  .signal-grid--3,
  .signal-grid--4,
  .platform-grid,
  .fronts-grid,
  .timeline,
  .diagram--flow,
  .ops-console,
  .workbench,
  .service-console,
  .ticket-board,
  .kanban,
  .doc-cycle,
  .file-grid,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .timeline-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .site-card,
  .signal,
  .platform-card,
  .front-card,
  .timeline__item,
  .visual-card {
    min-height: auto;
  }

  .platform-grid,
  .fronts-grid {
    gap: 16px;
  }

  .dossier {
    padding: 22px;
  }

  .d-step {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .d-step__status {
    grid-column: 2;
    padding-top: 0;
  }

  .cnj-panel {
    padding: 22px;
    border-radius: 20px;
  }

  .cnj-panel__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cnj-step {
    min-height: auto;
  }

  .cnj-step__orb {
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
  }

  .platform-card,
  .front-card {
    padding: 24px;
  }

  .visual-card,
  .visual-card--wide,
  .visual-card--full {
    grid-column: 1 / -1;
  }

  .ops-map,
  .ops-console__pane,
  .ops-console__map,
  .ops-console__rail {
    min-height: 360px;
  }

  .map-node {
    position: relative;
    inset: auto !important;
    margin-bottom: 10px;
  }

  .map-line {
    display: none;
  }

  .ticket-board__side {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .site-cta {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

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

/* ══════════════════════════════════════════════════════════
   DARK MODE — enterprise depth
   ══════════════════════════════════════════════════════════ */

/* Very subtle cobalt atmosphere anchored in hero */
[data-theme="dark"] .site-hero {
  background: linear-gradient(to bottom, color-mix(in srgb, var(--bg-elevated) 26%, transparent), transparent 42%);
}

/* Active monitoring panel feel — cobalt ring */
[data-theme="dark"] .ops-panel {
  box-shadow: var(--shadow-2);
}

/* Inverse sections need a lighter band to contrast with ink-950 body */
[data-theme="dark"] .site-section--inverse {
  background: var(--ink-800);
}

/* Cells inside inverse sections: subdued technical surfaces */
[data-theme="dark"] .site-section--inverse .diagram-node,
[data-theme="dark"] .site-section--inverse .signal,
[data-theme="dark"] .site-section--inverse .site-card {
  background: var(--ink-900);
}

/* CTA in dark follows the current CNJ/Cecilia panel treatment */
[data-theme="dark"] .site-cta {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 18rem),
    rgba(255,255,255,.02);
}

/* Nav hairline is lighter in dark, keep it crisp */
[data-theme="dark"] .site-nav {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* Signal values use accent cobalt in dark for active-state feel */
[data-theme="dark"] .signal__value {
  color: var(--text);
}

/* Matrix table header needs contrast on dark bg-sunken */
[data-theme="dark"] .matrix th {
  background: rgba(255, 255, 255, 0.04);
}

/* Timeline and diagram borders in dark */
[data-theme="dark"] .timeline,
[data-theme="dark"] .diagram,
[data-theme="dark"] .signal-grid,
[data-theme="dark"] .site-card-grid {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.07);
}

/* Cards elevated above ink-950 body */
[data-theme="dark"] .timeline__item,
[data-theme="dark"] .site-card {
  background: var(--bg-elevated);
}

/* kicker dot on dark */
[data-theme="dark"] .site-kicker {
  color: var(--seal);
}

/* Logo dot — always brass/gold regardless of accent palette */
.ad-dot { background: var(--seal); }

/* Atendimento Digital page */
.atendimento-page {
  position: relative;
  overflow: clip;
  background:
    radial-gradient(circle at 13% 12%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 27rem),
    radial-gradient(circle at 86% 38%, rgba(46,91,255,.065), transparent 34rem),
    radial-gradient(circle at 24% 72%, color-mix(in srgb, var(--seal) 5%, transparent), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,.014), rgba(255,255,255,.009) 36%, rgba(255,255,255,.007) 68%, rgba(255,255,255,.01));
}

.atendimento-page .site-title--page {
  max-width: 15.5ch;
}

.atendimento-hero .site-lead {
  max-width: 680px;
}

.atendimento-hero {
  border-bottom-color: transparent;
  background: transparent;
}

.atendimento-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.006) 56%, transparent);
}

.hero-whatsapp-animation {
  width: min(390px, 100%);
  justify-self: end;
  min-height: 780px;
  background: transparent;
  overflow: hidden;
  border-radius: 48px;
}

.hero-whatsapp-animation iframe {
  display: block;
  width: 390px;
  max-width: 100%;
  height: 780px;
  min-height: 780px;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.atendimento-dossier {
  max-width: 540px;
  justify-self: end;
}

.atendimento-dossier .d-step {
  grid-template-columns: 36px 1fr 72px;
}

.atendimento-dossier .d-step__title {
  color: #f8fafc;
}

.atendimento-dossier .d-step__bar {
  width: 68%;
  animation: atendimento-hero-progress 5.8s ease-in-out infinite;
}

.atendimento-d-step.is-running {
  border-color: color-mix(in srgb, var(--seal) 34%, transparent);
  background: linear-gradient(180deg, color-mix(in srgb, var(--seal) 8%, transparent), color-mix(in srgb, var(--seal) 3%, transparent));
}

.atendimento-d-step.is-running .d-step__num {
  border-color: color-mix(in srgb, var(--seal) 42%, transparent);
  background: color-mix(in srgb, var(--seal) 10%, rgba(255,255,255,.025));
  color: var(--seal);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--seal) 8%, transparent);
}

.atendimento-d-step.is-complete {
  border-color: rgba(110, 197, 158, .18);
  background: rgba(110, 197, 158, .055);
}

.atendimento-d-step.is-complete .d-step__num {
  border-color: rgba(110, 197, 158, .32);
  background: rgba(110, 197, 158, .1);
  color: #6ec59e;
  box-shadow: 0 0 18px rgba(110, 197, 158, .18);
}

.atendimento-d-step.is-complete .d-step__check {
  opacity: 1;
  transform: scale(1);
}

.atendimento-d-step.is-complete .d-step__status {
  color: #6ec59e;
}

@keyframes atendimento-hero-progress {
  0% { width: 0%; }
  54%, 100% { width: 100%; }
}

.atendimento-flow-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--seal) 11%, transparent), transparent 18rem),
    rgba(255,255,255,.025);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}

.atendimento-flow-card::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 14%, transparent);
  filter: blur(84px);
  pointer-events: none;
}

.flow-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.flow-card__head span,
.demo-panel__copy span {
  color: var(--seal);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.flow-card__head strong {
  max-width: 190px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.15;
  text-align: right;
}

.flow-card__steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.flow-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.025);
}

.flow-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: var(--seal);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
}

.flow-step b {
  display: block;
  color: var(--text);
  font-size: 14px;
  line-height: 1.25;
}

.flow-step small {
  display: block;
  margin-top: 5px;
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.4;
}

.flow-step.is-active {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background: rgba(255,255,255,.04);
}

.atendimento-pillars .front-card svg,
.flow-card__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atendimento-pillars .front-card > span {
  display: block;
  margin-bottom: 10px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

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

.atendimento-use-cases .fronts-head {
  margin-bottom: 46px;
}

.use-case-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 28px 24px 26px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--seal) 6%, transparent), transparent 16rem),
    rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .35s ease, background .35s ease;
}

.use-case-card:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background:
    radial-gradient(circle at 86% 8%, color-mix(in srgb, var(--seal) 9%, transparent), transparent 16rem),
    rgba(255,255,255,.04);
}

.use-case-card span {
  display: block;
  min-height: 34px;
  margin-bottom: 16px;
  color: color-mix(in srgb, var(--seal) 82%, white 18%);
  font-family: var(--font-mono);
  font-size: 10.5px;
  line-height: 1.35;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
}

.use-case-card h3 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}

.use-case-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.55;
}

.use-case-card li::marker {
  color: color-mix(in srgb, var(--seal) 75%, white 25%);
}

.demo-stack {
  display: grid;
  gap: 28px;
}

.site-section--backoffice-demo {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  border-top: 0;
  background: transparent;
}

.site-section--backoffice-demo::before {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    radial-gradient(circle at 76% 16%, color-mix(in srgb, var(--seal) 10%, transparent), transparent 26rem),
    linear-gradient(90deg, rgba(255,255,255,.012), transparent 36%, transparent 68%, rgba(255,255,255,.01));
  pointer-events: none;
}

.backoffice-demo-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .3fr) minmax(760px, .7fr);
  gap: clamp(24px, 3.2vw, 44px);
  align-items: center;
}

.backoffice-demo-head {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-bottom: 0;
  text-align: left;
  margin-inline: 0;
}

.backoffice-demo-head h2,
.backoffice-demo-head h3 {
  margin-inline: 0;
}

.backoffice-demo-head h2 {
  max-width: 520px;
}

.backoffice-demo-head h3 {
  max-width: 500px;
}

.demo-panel {
  display: grid;
  grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 20rem),
    rgba(255,255,255,.02);
  transition: border-color .35s ease, background .35s ease;
}

.demo-panel:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--seal) 10%, transparent), transparent 20rem),
    rgba(255,255,255,.04);
}

.demo-panel__copy h3 {
  max-width: 420px;
  margin-top: 14px;
  color: var(--text);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.demo-panel__copy p {
  max-width: 440px;
  margin-top: 16px;
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.65;
}

.demo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: rgba(0,0,0,.2);
  box-shadow: 0 28px 80px rgba(0,0,0,.26);
}

.demo-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
  border-radius: inherit;
}

.demo-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.demo-frame--phone {
  width: min(420px, 100%);
  height: 780px;
  justify-self: center;
  border-radius: 34px;
}

.demo-frame--desk {
  min-height: 620px;
}

.demo-panel--desk {
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
}

.backoffice-live-demo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1080px, 100%);
  height: clamp(680px, 55vw, 780px);
  margin-inline: auto;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.atendimento-flow-panel {
  position: relative;
  margin-top: 42px;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid color-mix(in srgb, var(--seal) 20%, transparent);
  border-radius: 24px;
  background: rgba(10, 10, 10, .42);
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(0,0,0,.22);
  isolation: isolate;
  transition: border-color .35s ease, box-shadow .35s ease, transform .35s ease;
}

.atendimento-flow-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 18%, color-mix(in srgb, var(--seal) 8%, transparent), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 38%, rgba(255,255,255,.03));
  opacity: .72;
  pointer-events: none;
}

.atendimento-flow-panel::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  border: 1px solid rgba(255,255,255,.045);
  pointer-events: none;
}

.atendimento-flow-panel:hover {
  border-color: rgba(255,255,255,.08);
  box-shadow: 0 28px 86px rgba(0,0,0,.24);
}

.atendimento-flow-glow {
  position: absolute;
  top: -90px;
  right: -60px;
  width: 270px;
  height: 270px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--seal) 10%, transparent);
  filter: blur(80px);
  pointer-events: none;
}

.atendimento-flow-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
  align-items: start;
}

.atendimento-flow-node {
  position: relative;
  display: flex;
  min-height: 242px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 18px;
}

.atendimento-flow-connector {
  position: absolute;
  top: 31px;
  left: calc(-50% - 21px);
  width: calc(100% + 42px);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
  pointer-events: none;
  overflow: hidden;
}

.atendimento-flow-node--active .atendimento-flow-connector {
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--seal) 42%, transparent), transparent);
}

.atendimento-flow-orb {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: #cbd5e1;
}

.atendimento-flow-orb::before {
  content: none;
}

.atendimento-flow-node--active .atendimento-flow-orb {
  border-color: color-mix(in srgb, var(--seal) 42%, transparent);
  background: color-mix(in srgb, var(--seal) 10%, transparent);
  color: var(--seal);
  box-shadow: none;
}

.atendimento-flow-orb svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.atendimento-flow-node span {
  display: block;
  margin-bottom: 8px;
  color: var(--seal);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.atendimento-flow-node h3 {
  max-width: 260px;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -.015em;
}

.atendimento-flow-node p {
  max-width: 315px;
  margin: 12px 0 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .backoffice-demo-layout {
    grid-template-columns: 1fr;
  }

  .backoffice-demo-head {
    max-width: 820px;
    text-align: center;
    margin-inline: auto;
  }

  .backoffice-demo-head h2,
  .backoffice-demo-head h3 {
    margin-inline: auto;
  }

  .demo-panel,
  .demo-panel--desk {
    grid-template-columns: 1fr;
  }

  .demo-panel__copy {
    max-width: 720px;
  }

  .demo-frame--desk {
    height: 560px;
  }

  .backoffice-live-demo {
    width: min(1040px, 100%);
    height: 700px;
  }

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

  .atendimento-flow-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .atendimento-flow-node {
    min-height: 0;
    align-items: flex-start;
    padding-left: 84px;
    text-align: left;
  }

  .atendimento-flow-orb {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
  }

  .atendimento-flow-connector {
    top: -20px;
    left: 31px;
    width: 2px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,.18), transparent);
  }

  .atendimento-flow-node--active .atendimento-flow-connector {
    background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--seal) 42%, transparent), transparent);
  }

  .atendimento-flow-node h3,
  .atendimento-flow-node p {
    max-width: 620px;
  }
}

@media (max-width: 760px) {
  .atendimento-flow-card,
  .demo-panel {
    padding: 20px;
    border-radius: 22px;
  }

  .flow-card__head {
    display: grid;
  }

  .flow-card__head strong {
    max-width: none;
    text-align: left;
  }

  .demo-frame--phone {
    height: 700px;
  }

  .demo-frame--desk {
    height: 520px;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .use-case-card {
    min-height: auto;
    padding: 22px;
  }

  .use-case-card h3 {
    margin-bottom: 16px;
  }

  .backoffice-live-demo {
    width: 100%;
    height: 640px;
    margin-left: 0;
    border-radius: 18px;
  }
}

@media (max-width: 980px) {
  .infra-systems__grid {
    grid-template-columns: 1fr;
  }

  .infra-console {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .infra-console {
    padding: 18px;
    border-radius: 18px;
  }

  .infra-console__head,
  .infra-console__foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .infra-console__foot strong {
    max-width: none;
    text-align: left;
  }
}

.gov-page {
  background:
    radial-gradient(circle at 18% 8%, rgba(182, 140, 66, .13), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(46, 91, 255, .10), transparent 32%),
    var(--bg);
}

.gov-hero {
  position: relative;
  overflow: hidden;
}

.gov-console {
  position: relative;
  width: min(100%, 560px);
  margin-left: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(182, 140, 66, .11), transparent 34%),
    rgba(255, 255, 255, .02);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.gov-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 38%, rgba(182, 140, 66, .10));
  opacity: .65;
}

.gov-console > * {
  position: relative;
  z-index: 1;
}

.gov-console__head,
.gov-console__foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .025);
}

.gov-console__eyebrow,
.gov-console__head > span,
.gov-console__foot span {
  display: block;
  color: var(--seal);
  font: 700 10px/1.2 var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gov-console__head > span {
  white-space: nowrap;
  color: rgba(255, 255, 255, .72);
}

.gov-console__title {
  margin-top: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: 650;
  letter-spacing: -.02em;
}

.gov-console__rows {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.gov-console__rows article {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  background: rgba(255, 255, 255, .02);
  transition: border-color .35s ease, background .35s ease;
}

.gov-console__rows article:hover {
  border-color: color-mix(in srgb, var(--seal) 28%, transparent);
  background: rgba(255, 255, 255, .04);
}

.gov-console__rows span {
  display: block;
  margin-bottom: 8px;
  color: var(--seal);
  font: 700 10px/1.2 var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gov-console__rows strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -.01em;
}

.gov-console__rows small {
  display: block;
  margin-top: 7px;
  color: #94a3b8;
  font-size: 12.5px;
  line-height: 1.45;
}

.gov-console__foot strong {
  max-width: 330px;
  color: rgba(255, 255, 255, .86);
  font-size: 13.5px;
  line-height: 1.45;
  text-align: right;
}

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

.gov-matrix article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.02);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .35s ease, background .35s ease;
}

.gov-matrix article:hover {
  border-color: color-mix(in srgb, var(--seal) 30%, transparent);
  background: rgba(255,255,255,.04);
}

.gov-matrix span {
  display: block;
  margin-bottom: 18px;
  color: var(--seal);
  font: 700 11px/1.2 var(--font-mono, ui-monospace, SFMono-Regular, Menlo, monospace);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gov-matrix strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.gov-matrix p {
  margin: 18px 0 0;
  color: #94a3b8;
  font-size: 14.5px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .gov-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gov-console {
    max-width: 680px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .gov-console {
    padding: 18px;
    border-radius: 20px;
  }

  .gov-console__head,
  .gov-console__foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .gov-console__foot strong {
    max-width: none;
    text-align: left;
  }

  .gov-matrix {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .gov-matrix article {
    min-height: auto;
    padding: 22px;
  }
}
