:root {
  --bg: #060912;
  --bg-soft: #0b1120;
  --surface: rgba(15, 20, 32, 0.78);
  --surface-strong: #101826;
  --surface-alt: #0d1422;
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(201, 161, 72, 0.22);
  --text: #ffffff;
  --muted: #aeb8c9;
  --gold: #c9a148;
  --gold-deep: #8f7431;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.16);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --brand-slash: linear-gradient(118deg, transparent 0 46%, rgba(201, 161, 72, 0.9) 46.5%, rgba(201, 161, 72, 0.12) 49.5%, transparent 50%);
  --section-space: clamp(72px, 7vw, 92px);
  --section-space-tight: clamp(56px, 5.8vw, 72px);
  --section-space-loose: clamp(84px, 8vw, 104px);
  --section-heading-space: clamp(26px, 3vw, 34px);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(201, 161, 72, 0.12), transparent 26%),
    radial-gradient(circle at top right, rgba(0, 87, 184, 0.34), transparent 24%),
    linear-gradient(180deg, #001a33 0%, #003b73 34%, #001f3d 100%);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  letter-spacing: -0.01em;
}

.site-header {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(0, 87, 184, 0.96);
  border-bottom: 1px solid rgba(201, 161, 72, 0.28);
}

.header-shell {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  min-height: 82px;
  gap: 16px;
  align-items: center;
  padding-right: 0;
}

.brand {
  gap: 12px;
  display: flex;
  align-items: center;
  width: 168px;
  min-width: 168px;
  overflow: hidden;
  position: relative;
  top: 0;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.brand-logo-footer {
  width: 100%;
  max-width: 118px;
  transform: none;
}

.brand-mark {
  font-size: 0.84rem;
  letter-spacing: 0.22em;
}

.brand-sub {
  font-size: 0.66rem;
  letter-spacing: 0.36em;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.3);
  color: rgba(244, 247, 252, 0.94);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 161, 72, 0.36);
  transform: translateY(-1px);
}

.nav-toggle-box {
  display: inline-grid;
  gap: 4px;
}

.nav-toggle-box span {
  display: block;
  width: 16px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 220ms ease, opacity 220ms ease;
}

.nav-toggle-label {
  line-height: 1;
}

.mobile-utility-links {
  display: none;
}

.mobile-utility-item {
  display: none;
}

.site-nav {
  gap: 0.45rem;
  min-width: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-self: center;
  overflow: visible;
  position: relative;
  z-index: 3;
}

.nav-link,
.nav-external {
  padding: 8px 7px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
  font-family: inherit;
  font-style: normal;
  letter-spacing: -0.01em;
  color: rgba(235, 239, 246, 0.82);
  border-radius: 999px;
  transition: color 240ms ease, background-color 240ms ease, border-color 240ms ease, transform 240ms ease;
  white-space: nowrap;
}

.site-nav a,
.site-nav .nav-link,
.site-nav .nav-external,
.site-nav .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  pointer-events: auto;
  white-space: nowrap;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  font-family: "Manrope", "Segoe UI", sans-serif !important;
  font-style: normal !important;
  letter-spacing: -0.01em;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.site-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.45rem;
  min-width: 0;
  position: relative;
  z-index: 3;
}

.site-nav li {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.nav-link:hover,
.nav-external:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
}

.nav-cta {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(201, 161, 74, 0.16), rgba(201, 161, 74, 0.07));
  border: 1px solid rgba(201, 161, 74, 0.34);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  font-size: 0.84rem !important;
  font-weight: 500 !important;
}

.site-nav li {
  display: flex;
  align-items: center;
}

.nav-cta:hover {
  background: linear-gradient(180deg, rgba(201, 161, 74, 0.22), rgba(201, 161, 74, 0.11));
  border-color: rgba(201, 161, 74, 0.46);
}

.hero {
  min-height: 100svh;
  padding: 26px 0 12px;
}

.hero::before {
  opacity: 0.5;
}

.hero::after {
  opacity: 0.28;
}

.hero-grid {
  min-height: calc(100svh - 136px);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.hero-copy {
  max-width: 650px;
  gap: 20px;
  padding-top: 4px;
}

.eyebrow,
.hero .eyebrow {
  font-size: 0.8rem;
  letter-spacing: 0.19em;
  color: rgba(201, 161, 72, 0.92);
}

.eyebrow,
.section-kicker,
.panel-kicker,
.priority-form-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.eyebrow::after,
.section-kicker::after,
.panel-kicker::after,
.priority-form-kicker::after {
  content: "";
  width: 56px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 87, 184, 0.92), rgba(201, 161, 72, 0.16));
  transform: translateY(-1px);
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(1.66rem, 3.08vw, 2.88rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.hero p,
.hero-lead {
  max-width: 56ch;
  font-size: clamp(0.99rem, 1.16vw, 1.08rem);
  line-height: 1.72;
  color: rgba(231, 236, 244, 0.8);
}

.hero-actions {
  gap: 14px;
  margin-top: 8px;
}

.button-primary,
.button-secondary,
.btn,
.btn-primary,
.btn-secondary {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease,
    border-color 240ms ease,
    color 240ms ease;
}

.button-primary,
.btn-primary {
  background: linear-gradient(180deg, #0f72c8 0%, #0057b8 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 87, 184, 0.24);
  position: relative;
  overflow: hidden;
}

.button-primary:hover,
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 87, 184, 0.32);
}

.button-primary::after,
.btn-primary::after,
.nav-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, transparent 0 68%, rgba(255, 255, 255, 0.34) 69%, transparent 74%);
  opacity: 0.18;
  pointer-events: none;
}

.button-secondary,
.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(244, 246, 250, 0.88);
}

.button-secondary:hover,
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(201, 161, 74, 0.22);
  color: #ffffff;
}

.hero-media,
.hero-visual,
.hero-panel,
.hero-highlight,
.hero-proof {
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 18, 30, 0.78), rgba(10, 14, 24, 0.92));
  box-shadow: var(--shadow-soft);
}

.hero--clean {
  position: relative;
}

.hero--full-video {
  isolation: isolate;
}

.js .hero .hero-media,
.js .hero .hero-proof {
  display: none !important;
}

/* Harmonizacao da paleta com o azul oficial do header */
body {
  background:
    radial-gradient(circle at top center, rgba(0, 87, 184, 0.12), transparent 32%),
    linear-gradient(180deg, #002a58 0%, #003a77 38%, #00264f 100%);
}

.section-dark,
.section-pdr,
.team-section,
.governance-section,
.presence-section {
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.12), rgba(0, 24, 48, 0.04)),
    rgba(0, 49, 96, 0.68) !important;
}

.team-card,
.presence-card,
.governance-purpose,
.governance-card,
.impact-card,
.faq-item,
.support-card,
.client-card {
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.08), rgba(0, 18, 36, 0.02)),
    rgba(0, 32, 64, 0.78) !important;
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.18) 0%, rgba(0, 32, 64, 0.14) 32%, rgba(0, 15, 30, 0.42) 100%) !important;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(0, 28, 56, 0.74) 0%, rgba(0, 55, 110, 0.28) 45%, rgba(0, 18, 36, 0.12) 100%) !important;
}

.site-header {
  background: rgba(0, 51, 102, 0.96) !important;
}

:root {
  --blue: #003366 !important;
}

body {
  background:
    radial-gradient(circle at top center, rgba(0, 51, 102, 0.12), transparent 32%),
    linear-gradient(180deg, #001f3f 0%, #002b56 40%, #001a33 100%) !important;
}

.section-dark,
.section-pdr,
.team-section,
.governance-section,
.presence-section {
  background:
    linear-gradient(180deg, rgba(0, 51, 102, 0.12), rgba(0, 18, 36, 0.04)),
    rgba(0, 43, 84, 0.68) !important;
}

.team-card,
.presence-card,
.governance-purpose,
.governance-card,
.impact-card,
.faq-item,
.support-card,
.client-card {
  background:
    linear-gradient(180deg, rgba(0, 51, 102, 0.08), rgba(0, 18, 36, 0.02)),
    rgba(0, 28, 56, 0.8) !important;
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(0, 51, 102, 0.14) 0%, rgba(0, 28, 56, 0.11) 32%, rgba(0, 15, 30, 0.36) 100%) !important;
}

.hero::after {
  background:
    linear-gradient(90deg, rgba(0, 28, 56, 0.72) 0%, rgba(0, 51, 102, 0.22) 45%, rgba(0, 18, 36, 0.09) 100%) !important;
}

.site-header,
.site-header::before,
.site-header::after,
.site-nav a:hover,
.site-nav a.is-active,
.social-link:hover,
.lang-option.is-active,
.lang-option:hover,
.hero .btn-primary,
.btn-primary {
  border-color: rgba(201, 161, 72, 0.3) !important;
}

.hero .btn-primary,
.btn-primary {
  background: linear-gradient(135deg, #0b4278, #003366) !important;
}

.brands-compat-block .brands-compat-image {
  width: 100% !important;
  max-width: none !important;
  height: clamp(620px, 72vw, 920px) !important;
  object-fit: contain !important;
  object-position: center 14% !important;
  border-radius: 0 !important;
  display: block !important;
  padding: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
  transform: scale(1.2);
  transform-origin: center 10%;
}

.brands-compat-block img,
.brands-compat-block .comparison-media,
.brands-compat-block .proof-media,
.brands-compat-block .media-frame,
.brands-compat-block .image-wrap {
  background: transparent !important;
  box-shadow: none !important;
}

.brands-compat-block {
  background: linear-gradient(180deg, rgba(4, 17, 34, 0.78), rgba(3, 14, 28, 0.92)) !important;
}

.brands-compat-block {
  min-height: clamp(420px, 40vw, 520px) !important;
  overflow: hidden !important;
}

.brands-compat-block .comparison-copy,
.brands-compat-block .proof-copy,
.brands-compat-block .media-copy {
  text-align: center;
}

.brands-compat-block .comparison-copy p,
.brands-compat-block .proof-copy p,
.brands-compat-block .media-copy p {
  max-width: 760px;
  margin-inline: auto;
}

.brand-sheet {
  min-height: clamp(232px, 22vw, 288px) !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(4, 17, 34, 0.78), rgba(3, 14, 28, 0.92)) !important;
}

.brand-sheet img {
  width: 100% !important;
  max-width: none !important;
  height: clamp(420px, 48vw, 620px) !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
  transform: scale(1.24);
  transform-origin: center center;
}

.brand-sheet figcaption {
  text-align: left;
}

.js .hero .hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.hero-video-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.18), rgba(2, 15, 30, 0.52) 26%, rgba(3, 11, 22, 0.7) 100%),
    linear-gradient(90deg, rgba(3, 24, 48, 0.76) 0%, rgba(2, 30, 58, 0.54) 34%, rgba(1, 20, 40, 0.24) 68%, rgba(2, 16, 30, 0.54) 100%);
}

.hero-video-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 18% 22%, rgba(201, 161, 72, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(0, 87, 184, 0.16) 0%, rgba(1, 16, 32, 0.08) 22%, transparent 38%),
    linear-gradient(90deg, rgba(2, 16, 30, 0.6) 0%, rgba(2, 18, 36, 0.38) 30%, rgba(1, 18, 36, 0.12) 52%, rgba(1, 11, 22, 0.42) 100%);
  pointer-events: none;
}

.hero-video-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(180deg, rgba(0, 87, 184, 0.18), rgba(4, 9, 18, 0.08) 24%, rgba(4, 9, 18, 0.28) 100%);
  pointer-events: none;
}

.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  filter: saturate(0.8) brightness(0.46) contrast(1.06);
  transition: opacity 720ms ease, transform 1800ms ease;
}

.hero-bg-video.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-video-caption {
  position: absolute;
  right: clamp(24px, 4vw, 44px);
  bottom: clamp(136px, 12.5vw, 184px);
  z-index: 4;
  max-width: min(34ch, 42vw);
  color: rgba(244, 247, 252, 0.8);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.5;
  text-align: right;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
}

.hero-video-stage--fallback .hero-bg-video {
  display: none;
}

.hero--clean .hero-grid {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  min-height: calc(100svh - 346px);
  z-index: 2;
}

.hero--clean .hero-copy {
  max-width: 640px;
  justify-content: center;
  padding-top: clamp(28px, 6vh, 64px);
  padding-bottom: clamp(18px, 2.8vh, 28px);
  position: relative;
  z-index: 2;
}

.hero--clean h1 {
  max-width: 9.6ch;
  font-size: clamp(1.68rem, 2.82vw, 2.84rem);
  line-height: 0.98;
  letter-spacing: -0.058em;
}

.hero--clean .hero-lead,
.hero--clean .hero-copy p {
  max-width: 51ch;
  font-size: clamp(0.98rem, 1.08vw, 1.04rem);
}

.hero--clean .hero-actions {
  margin-top: 10px;
}

.hero--full-video .hero-media,
.hero--full-video .hero-visual {
  display: none !important;
}

.hero--clean .hero-media,
.hero--clean .hero-visual {
  position: relative;
  width: 100%;
  max-width: 620px;
  min-height: clamp(420px, 62vh, 560px);
  margin-left: 0;
  justify-self: start;
  align-self: start;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background:
    linear-gradient(180deg, rgba(11, 15, 24, 0.18), rgba(6, 9, 18, 0.48)),
    linear-gradient(135deg, rgba(201, 161, 74, 0.06), transparent 42%);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.hero--clean .hero-media::before,
.hero--clean .hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand-slash);
  opacity: 0.14;
  pointer-events: none;
  z-index: 1;
}

.hero--clean .hero-media::after,
.hero--clean .hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 9, 18, 0.04), rgba(6, 9, 18, 0.44));
  pointer-events: none;
}

.hero--clean .hero-media img,
.hero--clean .hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.7) contrast(1.04);
}

.hero-clean-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
  padding: 10px 8px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.018), rgba(6, 9, 18, 0.18));
  filter: saturate(0.78) brightness(0.72) contrast(1.04);
  transition: opacity 180ms ease;
}

.hero-clean-video.is-switching {
  opacity: 0.55;
}

.hero-media--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 18, 0.08), rgba(6, 9, 18, 0.38)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.hero-media--video .hero-clean-video {
  position: relative;
  z-index: 0;
}

.hero-media-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 10, 18, 0.62), rgba(7, 10, 18, 0.82));
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-media-caption--center {
  top: auto;
  bottom: 26px;
  left: 50%;
  right: auto;
  width: min(84%, 460px);
  transform: translateX(-50%);
  align-items: center;
  text-align: center;
  padding: 0;
  background: transparent;
  border-color: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-media-caption strong {
  font-size: 0.88rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #f5f7fb;
  font-weight: 600;
}

.hero-media-caption span {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(228, 232, 239, 0.72);
}

.hero-caption-line {
  position: absolute;
  inset: auto 0 0 0;
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 280ms ease, transform 280ms ease, filter 280ms ease;
  filter: blur(6px);
  pointer-events: none;
}

.hero-media-caption--center .hero-caption-line {
  inset: auto 0 0 0;
}

.hero-caption-line.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.hero-caption-line.is-exiting {
  opacity: 0;
  transform: translateY(-8px);
  filter: blur(8px);
}

.hero-media-caption--center {
  min-height: 64px;
  justify-content: center;
}

.hero-media-caption--center strong.hero-caption-line,
.hero-media-caption--center span.hero-caption-line {
  font-size: clamp(0.92rem, 1.18vw, 1.08rem);
  line-height: 1.3;
  color: rgba(245, 247, 251, 0.82);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.42);
  font-weight: 400;
  letter-spacing: 0.005em;
}

.hero-media-caption--center span.hero-caption-line {
  font-size: clamp(0.88rem, 1.02vw, 0.98rem);
  color: rgba(231, 236, 244, 0.72);
}

.hero--clean .hero-clean-muted {
  display: none !important;
}

.section,
.section-global,
.section-pdr,
.comparison-section,
.support-section,
.contact-section,
.faq-section,
.authority-section,
.presence-section,
.governance-section,
.careers-section,
.team-proof-section,
.impact-section {
  scroll-margin-top: 104px;
}

.section-heading {
  margin-bottom: 26px;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(1.12rem, 1.55vw, 1.54rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 600;
}

.section-intro,
.section-lead,
.section-description {
  max-width: 64ch;
  font-size: 0.99rem;
  line-height: 1.72;
  color: rgba(227, 232, 240, 0.74);
}

.trust-strip,
.impact-card,
.definition-card,
.comparison-card,
.feature-card,
.client-card,
.presence-card,
.authority-card,
.support-card,
.careers-card,
.contact-card,
.governance-card,
.proof-real-card,
.team-card,
.global-panel,
.highlight-box,
.footer-brand,
.footer-nav,
.footer-contact,
.footer-office,
.utility-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 18, 30, 0.7), rgba(10, 14, 24, 0.9));
  box-shadow: var(--shadow-soft);
}

.impact-card,
.definition-card,
.comparison-card,
.feature-card,
.proof-real-card,
.team-card,
.client-card,
.authority-point,
.support-item,
.governance-column,
.highlight-box,
.proof-point,
.contact-card,
.careers-card,
.governance-assurance-card {
  position: relative;
  overflow: hidden;
}

.impact-card::before,
.definition-card::before,
.comparison-card::before,
.feature-card::before,
.proof-real-card::before,
.team-card::before,
.client-card::before,
.authority-point::before,
.support-item::before,
.governance-column::before,
.highlight-box::before,
.proof-point::before,
.contact-card::before,
.careers-card::before,
.governance-assurance-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, rgba(201, 161, 74, 0.16), transparent 62%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  pointer-events: none;
}

.impact-card::after,
.definition-card::after,
.comparison-card::after,
.feature-card::after,
.proof-real-card::after,
.team-card::after,
.client-card::after,
.authority-point::after,
.support-item::after,
.governance-column::after,
.highlight-box::after,
.proof-point::after,
.contact-card::after,
.careers-card::after,
.governance-assurance-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 161, 74, 0.34), transparent);
  pointer-events: none;
}

.impact-grid,
.definition-grid,
.comparison-grid,
.proof-real-grid,
.team-grid,
.client-grid,
.authority-grid,
.support-grid,
.footer-grid,
.governance-grid {
  gap: 20px;
}

.impact-card {
  min-height: 206px;
  padding: 26px 22px 24px;
  border-radius: 22px;
}

.impact-value {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 600;
}

.impact-value-wide {
  font-size: clamp(2rem, 3.55vw, 3.28rem);
}

.impact-value-word {
  font-size: clamp(1.72rem, 2.7vw, 2.62rem);
  letter-spacing: -0.035em;
}

.impact-card span {
  max-width: 21ch;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(226, 231, 239, 0.78);
}

.definition-card,
.comparison-card,
.feature-card,
.proof-real-card,
.team-card,
.client-card,
.authority-card,
.support-card,
.contact-card,
.governance-card {
  padding: 24px;
  border-radius: 22px;
}

.definition-card h3,
.comparison-card h3,
.feature-card h3,
.proof-real-card h3,
.team-card h3,
.client-card h3,
.authority-card h3,
.support-card h3,
.contact-card h3,
.governance-card h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
}

.definition-card p,
.comparison-card p,
.feature-card p,
.proof-real-card p,
.team-card p,
.client-card p,
.authority-card p,
.support-card p,
.contact-card p,
.governance-card p,
.definition-card li,
.comparison-card li,
.support-card li,
.governance-card li {
  font-size: 0.97rem;
  line-height: 1.7;
  color: rgba(227, 232, 240, 0.78);
}

.quote {
  font-size: clamp(0.98rem, 1.18vw, 1.12rem);
  line-height: 1.72;
  color: rgba(239, 243, 249, 0.86);
}

.highlight-box .quote,
.governance-statement,
.authority-heading h2,
.hero h1 {
  text-wrap: balance;
}

.support-section,
.contact-section,
.careers-section,
.governance-section {
  position: relative;
}

.contact-shell {
  padding: 32px;
  border-radius: 26px;
  border: 1px solid rgba(201, 161, 74, 0.18);
  background: linear-gradient(180deg, rgba(11, 15, 24, 0.78), rgba(8, 11, 19, 0.94));
  box-shadow: var(--shadow-soft);
}

.contact-card {
  background: rgba(255, 255, 255, 0.02);
}

.footer-grid {
  gap: 18px;
}

.footer-brand,
.footer-nav,
.footer-contact,
.footer-office {
  padding: 24px;
  border-radius: 22px;
}

.footer-brand p,
.footer-contact p,
.footer-office p,
.footer-links a,
.footer-contact a {
  font-size: 0.92rem;
  line-height: 1.68;
  color: rgba(227, 232, 240, 0.74);
}

.footer-links a,
.footer-contact a {
  transition: color 240ms ease, transform 240ms ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-legal {
  padding-top: 20px;
  color: rgba(233, 237, 244, 0.56);
  font-size: 0.8rem;
}

.utility-toggle {
  border-radius: 18px 0 0 18px;
  background: linear-gradient(180deg, rgba(15, 20, 32, 0.88), rgba(10, 14, 24, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-soft);
}

.utility-panel {
  border-radius: 24px;
}

.utility-link {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.utility-link strong {
  font-size: 0.98rem;
  font-weight: 600;
}

.utility-link span {
  font-size: 0.9rem;
  color: rgba(225, 231, 239, 0.68);
}

.trust-strip,
.impact-card,
.definition-card,
.comparison-card,
.feature-card,
.client-card,
.presence-card,
.authority-card,
.support-card,
.careers-card,
.contact-card,
.governance-card,
.proof-real-card,
.team-card,
.global-panel,
.highlight-box,
.footer-brand,
.footer-nav,
.footer-contact,
.footer-office,
.utility-panel,
.button-primary,
.button-secondary,
.btn,
.btn-primary,
.btn-secondary,
.nav-link,
.nav-external,
.nav-cta {
  will-change: transform;
}

@media (max-width: 960px) {
  .site-header {
    background: rgba(7, 10, 18, 0.82);
  }

  .header-shell {
    min-height: 72px;
  }

  .brand {
    width: 148px;
    min-width: 148px;
    top: 0;
  }

  .hero {
    padding-top: 62px;
    padding-bottom: 66px;
  }

  .hero-grid {
    min-height: auto;
    gap: 30px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(1.56rem, 8vw, 2.35rem);
    line-height: 1.01;
  }

  .hero--clean .hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-video-caption {
    right: 20px;
    bottom: 114px;
    max-width: 28ch;
    text-align: right;
  }

  .hero--clean .hero-media,
  .hero--clean .hero-visual {
    max-width: none;
    min-height: 320px;
    margin-left: 0;
    justify-self: stretch;
  }

  .hero-clean-video {
    padding: 8px;
  }

  .hero-media-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
  }

  .hero-media-caption--center {
    left: 50%;
    right: auto;
    width: min(86%, 360px);
    bottom: 18px;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .impact-card {
    min-height: unset;
  }
}

@media (max-width: 640px) {
  .site-nav {
    gap: 0.15rem;
  }

  .nav-link,
  .nav-external {
    padding: 8px 10px;
    font-size: 0.82rem;
  }

  .site-nav a,
  .site-nav .nav-link,
  .site-nav .nav-external,
  .site-nav .nav-cta {
    font-size: 0.82rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    font-family: "Manrope", "Segoe UI", sans-serif !important;
    font-style: normal !important;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 14px;
  }

  .hero {
    padding-top: 68px;
    padding-bottom: 54px;
  }

  .brand {
    width: 132px;
    min-width: 132px;
    top: 0;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(1.44rem, 10vw, 2.02rem);
  }

  .hero--clean .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-video-caption {
    left: 16px;
    right: 16px;
    bottom: 92px;
    max-width: none;
    text-align: left;
    font-size: 0.92rem;
  }

  .hero--clean .hero-media,
  .hero--clean .hero-visual {
    display: none;
  }

  .hero p,
  .hero-lead,
  .section-intro,
  .section-lead,
  .section-description {
    font-size: 0.95rem;
    line-height: 1.68;
  }

  .button-primary,
  .button-secondary,
  .btn,
  .btn-primary,
  .btn-secondary {
    min-height: 48px;
    width: 100%;
    justify-content: center;
  }

  .impact-card,
  .definition-card,
  .comparison-card,
  .feature-card,
  .proof-real-card,
  .team-card,
  .client-card,
  .authority-card,
  .support-card,
  .contact-card,
  .governance-card,
  .footer-brand,
  .footer-nav,
  .footer-contact,
  .footer-office {
    padding: 22px;
    border-radius: 20px;
  }

  .impact-value {
    font-size: clamp(2rem, 12vw, 2.75rem);
  }

  .impact-value-wide {
    font-size: clamp(1.78rem, 10vw, 2.4rem);
  }

  .impact-value-word {
    font-size: clamp(1.66rem, 9vw, 2.2rem);
  }

  .contact-shell {
    padding: 24px;
    border-radius: 22px;
  }
}

.proof-media-card {
  grid-column: 1 / -1;
  padding: 18px;
  overflow: hidden;
}

.proof-media-figure {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  margin: 0;
}

.proof-media-figure img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.proof-media-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  padding: 10px 4px;
}

.proof-media-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(201, 161, 74, 0.12);
  border: 1px solid rgba(201, 161, 74, 0.22);
  color: rgba(201, 161, 74, 0.96);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-media-caption strong {
  max-width: 18ch;
  font-size: clamp(1.18rem, 1.9vw, 1.7rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #f5f7fb;
}

.proof-media-caption p {
  max-width: 42ch;
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.72;
  color: rgba(228, 232, 239, 0.76);
}

.proof-caption {
  margin: 12px 2px 0;
  font-size: 0.84rem;
  line-height: 1.58;
  color: rgba(225, 231, 239, 0.6);
}

.section-visual-card,
.brand-sheet {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(13, 18, 30, 0.72), rgba(10, 14, 24, 0.94));
  box-shadow: var(--shadow-soft);
}

.section-visual-card {
  position: relative;
}

.section-visual-card::before,
.brand-sheet::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand-slash);
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.section-visual-card img,
.brand-sheet img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.map-visual {
  position: relative;
}

.map-visual img {
  position: relative;
  z-index: 0;
}

.map-marker {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c9a14a;
  box-shadow:
    0 0 0 5px rgba(201, 161, 74, 0.08),
    0 0 16px rgba(201, 161, 74, 0.26);
}

.map-marker::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(201, 161, 74, 0.18);
}

.map-marker span {
  position: absolute;
  top: -12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(7, 10, 18, 0.88);
  border: 1px solid rgba(201, 161, 74, 0.24);
  color: #f5f7fb;
  font-size: 0.68rem;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.map-marker-canada { top: 12.5%; left: 12.9%; }
.map-marker-eua { top: 22.7%; left: 10.6%; }
.map-marker-mexico { top: 35.2%; left: 10.5%; }
.map-marker-brasil { top: 60.8%; left: 24.3%; }
.map-marker-portugal { top: 20.8%; left: 47.6%; }
.map-marker-espanha { top: 22.1%; left: 49.4%; }
.map-marker-franca { top: 19.8%; left: 51.8%; }
.map-marker-alemanha { top: 17.6%; left: 55.1%; }
.map-marker-italia { top: 22.5%; left: 57.2%; }
.map-marker-africa { top: 76.6%; left: 58.1%; }

.map-marker-canada span,
.map-marker-eua span,
.map-marker-mexico span,
.map-marker-brasil span {
  left: 12px;
}

.map-marker-canada span { top: -16px; left: 10px; }
.map-marker-eua span { top: -10px; left: 10px; }
.map-marker-mexico span { top: -10px; left: 10px; }
.map-marker-brasil span { top: -8px; left: 10px; }
.map-marker-portugal span { top: 10px; left: -16px; }
.map-marker-espanha span { top: 10px; left: -10px; }
.map-marker-franca span { top: -20px; left: -6px; }
.map-marker-alemanha span { top: -18px; left: -4px; }
.map-marker-italia span { top: 10px; left: -4px; }
.map-marker-africa span { top: -12px; left: -82px; }

.section-visual-card figcaption,
.brand-sheet figcaption {
  padding: 14px 16px 16px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(225, 231, 239, 0.72);
}

.presence-map--with-image {
  display: block;
}

.presence-map--with-image .section-visual-card img {
  min-height: 340px;
  max-height: 460px;
}

.brand-sheet {
  margin-bottom: 18px;
}

.brand-sheet img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: #ffffff;
}

.brand-cloud--supporting {
  display: none;
}

.authority-shell--with-sheet .authority-heading {
  margin-bottom: 22px;
}

.authority-shell--with-sheet .brand-sheet {
  margin-bottom: 24px;
}

.authority-shell--with-sheet .brand-sheet img {
  padding: 22px 24px;
  background: #f6f6f3;
}

@media (max-width: 960px) {
  .proof-media-figure {
    grid-template-columns: 1fr;
  }

  .proof-media-figure img {
    min-height: 300px;
  }

  .presence-map--with-image .section-visual-card img,
  .brand-sheet img {
    max-height: none;
  }

  .map-marker span {
    font-size: 0.62rem;
    min-height: 22px;
    padding: 0 7px;
  }
}

@media (max-width: 640px) {
  .proof-media-card {
    padding: 14px;
  }

  .proof-media-figure img {
    min-height: 240px;
    border-radius: 16px;
  }

  .proof-media-caption {
    gap: 12px;
    padding: 4px 2px 2px;
  }

  .map-marker span {
    display: none;
  }
}

.section-visual-card figcaption,
.brand-sheet figcaption {
  padding: 12px 16px 15px;
  font-size: 0.84rem;
  line-height: 1.58;
  color: rgba(225, 231, 239, 0.62);
}

.proof-media-caption p {
  font-size: 0.92rem;
  line-height: 1.66;
  color: rgba(228, 232, 239, 0.66);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  flex: 0 0 auto;
  justify-self: end;
}

.header-social {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-left: 0;
  flex: 0 0 auto;
}

.header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(233, 238, 246, 0.76);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.header-social a svg,
.footer-social a svg,
.whatsapp-float svg,
.utility-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.utility-icon svg {
  width: 18px;
  height: 18px;
}

.header-social a:hover,
.header-social a:focus-visible {
  background: rgba(0, 87, 184, 0.14);
  border-color: rgba(0, 87, 184, 0.34);
  color: #ffffff;
  transform: translateY(-1px);
}

.footer-shell {
  display: block;
  padding-top: 34px;
  padding-bottom: 18px;
}

.footer-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-brandline {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-brand-mini {
  flex-shrink: 0;
}

.footer-brandline-copy {
  max-width: 48ch;
  margin: 0;
  color: rgba(227, 232, 240, 0.72);
  font-size: 0.94rem;
  line-height: 1.6;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(238, 242, 248, 0.8);
  font-size: 0.88rem;
  transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: rgba(201, 161, 74, 0.1);
  border-color: rgba(201, 161, 74, 0.28);
  color: #ffffff;
  transform: translateY(-1px);
}

.utility-item {
  gap: 16px;
}

.utility-icon {
  width: 46px;
  height: 46px;
}

.utility-copy strong {
  margin-bottom: 4px;
  font-size: 0.98rem;
}

.utility-copy small {
  color: rgba(225, 231, 239, 0.74);
}

.whatsapp-float {
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
}

.whatsapp-float svg {
  width: 24px;
  height: 24px;
}

.footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 22px;
}

.footer-column {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

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

.footer-office strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", "Segoe UI", sans-serif;
  font-size: 1.02rem;
}

.footer-office .footer-office-text {
  margin: 0 0 12px;
}

.footer-office .footer-office-contact {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

@media (max-width: 1200px) {
  .header-shell {
    display: flex;
    grid-template-columns: none;
  }

  .header-shell {
    gap: 18px;
  }

  .nav-link,
  .nav-external {
    padding: 9px 11px;
    font-size: 0.84rem;
  }

  .header-social {
    order: 3;
    width: 100%;
    justify-content: flex-end;
    margin-left: 0;
  }

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

@media (max-width: 860px) {
  .header-social {
    justify-content: flex-start;
  }

  .footer-topbar,
  .footer-brandline {
    flex-direction: column;
    align-items: flex-start;
  }

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

}

.contact-priority-note {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(201, 161, 74, 0.16);
  background: rgba(201, 161, 74, 0.06);
}

.contact-shell {
  position: relative;
  overflow: hidden;
}

.contact-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brand-slash);
  opacity: 0.12;
  pointer-events: none;
}

.contact-priority-note strong {
  font-size: 0.94rem;
  color: #f4f6fa;
}

.contact-priority-note span {
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgba(225, 231, 239, 0.72);
}

.contact-quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.contact-quick-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(233, 238, 246, 0.76);
  font-size: 0.84rem;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
}

.contact-modal[hidden] {
  display: none;
}

.contact-modal-backdrop {
  display: none;
}

.contact-modal-dialog {
  position: absolute;
  top: 88px;
  right: 22px;
  width: min(520px, calc(100vw - 24px));
  max-height: min(78vh, 780px);
  margin: 0;
  padding: 20px;
  overflow: auto;
  pointer-events: auto;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(12, 16, 27, 0.92), rgba(8, 11, 19, 0.96));
  box-shadow: 0 26px 56px rgba(0, 0, 0, 0.34);
}

.contact-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(244, 246, 250, 0.84);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.contact-modal-close:hover,
.contact-modal-close:focus-visible {
  background: rgba(201, 161, 74, 0.12);
  color: #ffffff;
  transform: translateY(-1px);
}

.contact-modal-head {
  margin-bottom: 14px;
  padding-right: 44px;
}

.contact-modal-head h3 {
  margin: 0 0 10px;
  font-size: clamp(1.08rem, 1.6vw, 1.44rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.contact-modal-head p {
  margin: 0;
  max-width: 42ch;
  color: rgba(227, 232, 240, 0.74);
  font-size: 0.9rem;
  line-height: 1.58;
}

.priority-form {
  display: grid;
  gap: 14px;
}

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

.form-field {
  display: grid;
  gap: 6px;
}

.form-field-full {
  grid-column: 1 / -1;
}

.form-field span {
  color: rgba(239, 243, 249, 0.84);
  font-size: 0.78rem;
  font-weight: 600;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #f4f6fa;
  padding: 11px 12px;
  font: inherit;
  transition: border-color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.form-field textarea {
  resize: vertical;
  min-height: 88px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: rgba(201, 161, 74, 0.32);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 0 0 4px rgba(201, 161, 74, 0.08);
}

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

.priority-form-status {
  min-height: 20px;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(227, 232, 240, 0.72);
}

.priority-form-status[data-tone="success"] {
  color: #90d7a2;
}

.priority-form-status[data-tone="error"] {
  color: #f0b3a8;
}

.priority-form-status[data-tone="loading"] {
  color: rgba(201, 161, 74, 0.86);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 640px) {
  .hero {
    padding-top: 62px;
    padding-bottom: 54px;
  }

  .hero-copy,
  .hero--clean .hero-copy {
    padding-top: 4px;
  }
}

@media (max-width: 860px) {
  .contact-modal-dialog {
    top: auto;
    right: 10px;
    left: 10px;
    bottom: 10px;
    width: auto;
    padding: 18px;
    max-height: min(82vh, 720px);
    border-radius: 22px;
  }

  .priority-form-grid {
    grid-template-columns: 1fr;
  }
}

/* Global alignment pass */
.container {
  width: min(1200px, calc(100% - 64px));
}

.section,
.section-global,
.comparison-section,
.support-section,
.contact-section,
.faq-section,
.authority-section,
.presence-section,
.governance-section,
.careers-section,
.team-proof-section,
.impact-section {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.impact-section {
  padding-top: clamp(42px, 4.4vw, 56px);
  padding-bottom: clamp(18px, 2.8vw, 28px);
}

.comparison-section,
.team-proof-section,
.faq-section,
.presence-section,
.section-pdr {
  padding-top: var(--section-space-tight);
  padding-bottom: clamp(68px, 6.8vw, 86px);
}

.support-section,
.contact-section,
.governance-section,
.careers-section {
  padding-top: clamp(78px, 7.4vw, 96px);
  padding-bottom: var(--section-space-loose);
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: var(--section-heading-space);
}

.section-heading .section-kicker,
.section-heading h2,
.section-heading .section-intro {
  margin: 0;
}

.section-heading h2 {
  max-width: 15.5ch;
}

.section-heading .section-intro {
  max-width: 60ch;
}

.section-heading.centered {
  justify-items: center;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(28px, 3.2vw, 38px);
}

.section-heading.centered h2 {
  max-width: 18ch;
}

.section-heading.centered .section-intro {
  max-width: 62ch;
}

.proof-split,
.presence-grid,
.support-shell,
.contact-shell,
.global-grid,
.split-grid {
  align-items: start;
  gap: clamp(24px, 3vw, 36px);
}

.feature-grid,
.audience-grid,
.faq-grid,
.criteria-grid,
.team-grid,
.support-grid,
.governance-grid,
.footer-grid {
  margin-top: clamp(8px, 1.6vw, 16px);
}

.pdr-compare,
.pdr-visual-grid,
.proof-split,
.proof-split-reverse,
.presence-grid,
.contact-shell,
.global-grid {
  margin-top: clamp(8px, 1.8vw, 18px);
}

.team-proof-section .section-heading,
.presence-section .section-heading,
.governance-section .section-heading,
.contact-section .section-heading {
  margin-bottom: clamp(28px, 3.4vw, 40px);
}

#desafio .section-heading,
.impact-section .section-heading {
  margin-top: clamp(12px, 1.8vw, 20px);
}

.before-after-grid,
.proof-real-gallery,
.feature-grid,
.audience-grid,
.faq-grid,
.criteria-grid,
.team-grid,
.impact-grid,
.footer-columns {
  gap: 22px;
}

.authority-shell {
  display: grid;
  gap: 28px;
}

.authority-heading,
.governance-heading,
.careers-heading,
.support-heading {
  margin-bottom: 0;
}

.contact-copy,
.presence-copy,
.proof-copy {
  align-self: start;
}

.footer-topbar,
.footer-columns {
  align-items: start;
}

.footer-title,
.support-copy strong,
.authority-point strong,
.proof-point strong,
.governance-column h3 {
  letter-spacing: -0.015em;
}

@media (min-width: 961px) {
  .impact-heading.centered {
    justify-items: start;
    text-align: left;
    max-width: 620px;
    margin-left: 0;
    margin-right: 0;
  }

  .impact-heading.centered h2,
  .impact-heading.centered .section-intro,
  .impact-heading.centered .section-kicker {
    margin-left: 0;
    margin-right: 0;
  }

  .impact-heading.centered h2 {
    max-width: 16ch;
  }

  .impact-grid {
    margin-top: 4px;
  }
}

@media (max-width: 960px) {
  .container {
    width: min(1200px, calc(100% - 40px));
  }

  .section-heading {
    max-width: none;
    margin-bottom: 28px;
  }

  .section-heading h2,
  .section-heading.centered h2 {
    max-width: 18ch;
  }

  .section-heading .section-intro,
  .section-heading.centered .section-intro {
    max-width: 100%;
  }

  .eyebrow::after,
  .section-kicker::after,
  .panel-kicker::after,
  .priority-form-kicker::after {
    width: 42px;
  }
}
.governance-origin {
  margin: 2.4rem 0 2.8rem;
  padding: 2.2rem 2.4rem;
  border: 1px solid rgba(201, 161, 74, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 19, 30, 0.94), rgba(12, 16, 27, 0.9));
}

.governance-origin p {
  max-width: 84rem;
  margin: 1rem 0 0;
}

/* Passada de consistência tipográfica */
.section-kicker,
.panel-kicker,
.priority-form-kicker,
.eyebrow {
  font-size: 0.76rem;
  letter-spacing: 0.22em;
}

.section-heading h2,
.section-heading.centered h2,
.contact-copy h2,
.hero-panel h2 {
  font-size: clamp(1.22rem, 1.75vw, 1.72rem);
  line-height: 1.12;
  letter-spacing: -0.028em;
}

.section-intro,
.section-lead,
.section-description,
.lead {
  font-size: 0.98rem;
  line-height: 1.68;
}

.timeline-step h3,
.feature-card h3,
.proof-real-card h3,
.team-card h3,
.client-card h3,
.definition-card h3,
.comparison-card h3,
.faq-card h3,
.careers-card h3,
.contact-card h3,
.governance-card h3,
.proof-point strong,
.support-copy strong,
.governance-column h3 {
  font-size: 1rem;
  line-height: 1.26;
  letter-spacing: -0.018em;
}

.timeline-step p,
.feature-card p,
.proof-real-card p,
.team-card p,
.client-card p,
.definition-card p,
.comparison-card p,
.faq-card p,
.careers-card p,
.contact-card p,
.governance-card p,
.proof-point span,
.support-copy small,
.governance-column p,
.impact-card span {
  font-size: 0.95rem;
  line-height: 1.62;
}

.support-copy small {
  color: rgba(227, 232, 240, 0.74);
}

.governance-purpose {
  padding: 28px 30px;
  border-radius: 24px;
}

.governance-label {
  margin-bottom: 10px;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.governance-statement {
  max-width: 50ch;
  font-size: clamp(1.04rem, 1.45vw, 1.34rem);
  line-height: 1.42;
  letter-spacing: -0.02em;
}

.language-switches {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  max-width: none;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.28rem;
  height: 2.28rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(10, 13, 20, 0.72);
  color: rgba(245, 247, 250, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.language-switch:hover {
  transform: translateY(-1px);
  border-color: rgba(201, 161, 72, 0.24);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.language-switch.is-active {
  border-color: rgba(201, 161, 72, 0.36);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.language-switch-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  filter: saturate(0.96);
}

.language-switch-label {
  display: none;
}

@media (max-width: 920px) {
  .header-tools {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }

  .language-switches {
    top: auto;
    right: auto;
    gap: 0.3rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: none;
  }

  .language-switch {
    width: 2.7rem;
    height: 2.7rem;
  }

  .language-switch-flag {
    width: 1.2rem;
    height: 1.2rem;
  }
}

/* Mobile audit pass */
@media (max-width: 860px) {
  .header-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand toggle"
      "tools tools"
      "nav nav";
    min-height: auto;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    grid-area: brand;
    width: 136px;
    min-width: 136px;
    justify-self: start;
  }

  .nav-toggle {
    grid-area: toggle;
    display: inline-flex;
    justify-self: end;
    align-self: center;
  }

  .site-header.is-nav-open .nav-toggle-box span:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
  }

  .site-header.is-nav-open .nav-toggle-box span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-nav-open .nav-toggle-box span:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
  }

  .site-nav {
    grid-area: nav;
    display: none;
    width: 100%;
    margin-top: 2px;
    overflow: visible;
    padding-bottom: 0;
  }

  .site-header.is-nav-open .site-nav {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 0;
    gap: 6px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(7, 11, 20, 0.92);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  }

  .mobile-utility-links {
    display: grid;
    gap: 6px;
    margin-top: 10px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(7, 11, 20, 0.92);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
  }

  .mobile-utility-item {
    display: grid;
    gap: 2px;
    padding: 11px 12px;
    border-radius: 14px;
    color: rgba(244, 247, 252, 0.94);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-utility-item strong {
    display: block;
    font-size: 0.94rem;
    line-height: 1.2;
    font-weight: 700;
  }

  .mobile-utility-item small {
    display: block;
    color: rgba(226, 231, 239, 0.72);
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .site-nav li {
    width: 100%;
  }

  .site-nav a,
  .site-nav .nav-link,
  .site-nav .nav-external,
  .site-nav .nav-cta {
    width: 100%;
    justify-content: flex-start;
    padding: 11px 12px !important;
    border-radius: 14px;
  }

  .header-tools {
    grid-area: tools;
    justify-content: center;
    gap: 10px;
    row-gap: 8px;
  }

  .header-social {
    justify-content: center;
    gap: 6px;
  }

  .utility-menu {
    display: block;
    top: 60%;
    right: 12px;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 68;
  }

  .utility-toggle {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 46px;
    height: 46px;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    gap: 0;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(13, 19, 31, 0.76), rgba(8, 12, 20, 0.88));
    box-shadow:
      0 12px 26px rgba(5, 8, 15, 0.24),
      0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: translateY(-50%);
  }

  .utility-toggle:hover,
  .utility-toggle:focus-visible {
    transform: translateY(-50%);
  }

  .utility-toggle-icon {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: transparent;
    transform: none;
  }

  .utility-toggle-icon::before {
    content: "+";
    font-size: 1.6rem;
    font-weight: 300;
  }

  .utility-menu[open] .utility-toggle-icon {
    transform: rotate(45deg);
  }

  .utility-toggle-text {
    display: none;
  }

  .utility-panel {
    top: 50%;
    right: 0;
    bottom: auto;
    width: min(310px, calc(100vw - 24px));
    max-height: min(64vh, 360px);
    transform: translateY(-50%) translateX(16px) scale(0.98);
  }

  .utility-menu[open] .utility-panel {
    transform: translateY(-50%) translateX(0) scale(1);
  }

  .utility-panel-inner {
    gap: 8px;
    padding: 12px;
  }

  .utility-item {
    padding: 12px 14px;
    gap: 12px;
  }

  .utility-icon {
    width: 40px;
    height: 40px;
  }

  .utility-copy strong {
    margin-bottom: 0;
    font-size: 0.94rem;
  }

  .utility-copy small {
    display: none;
  }

  .whatsapp-float {
    display: none;
  }

  .hero {
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .hero--clean .hero-copy {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .trust-strip {
    margin-top: -108px;
  }

  .trust-shell {
    padding: 14px 16px;
    gap: 12px;
  }

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .impact-grid,
  .feature-grid,
  .audience-grid,
  .faq-grid,
  .criteria-grid,
  .team-grid,
  .support-grid,
  .governance-grid,
  .footer-columns,
  .comparison-grid,
  .proof-real-gallery {
    gap: 18px;
  }

  .brand-sheet {
    min-height: auto !important;
  }

  .brand-sheet img {
    height: auto !important;
    max-height: 360px !important;
    transform: scale(1.06) !important;
    transform-origin: center 8% !important;
  }

  .section-visual-card figcaption,
  .brand-sheet figcaption {
    padding: 12px 14px 14px;
    font-size: 0.82rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1200px, calc(100% - 28px));
  }

  .header-shell {
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand {
    width: 122px;
    min-width: 122px;
  }

  .brand-logo {
    max-height: 46px;
  }

  .nav-toggle {
    gap: 8px;
    min-height: 38px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .site-nav {
    margin: 0;
    padding: 0;
  }

  .site-nav ul {
    gap: 4px;
    padding: 10px;
  }

  .nav-link,
  .nav-external {
    font-size: 0.8rem;
  }

  .header-tools {
    justify-content: center;
    gap: 8px;
  }

  .header-social {
    display: none;
  }

  .language-switches {
    gap: 0.28rem;
  }

  .language-switch {
    width: 2.16rem;
    height: 2.16rem;
  }

  .language-switch-flag {
    width: 0.96rem;
    height: 0.96rem;
  }

  .hero {
    min-height: calc(100svh + 56px);
    padding-top: 42px;
    padding-bottom: 28px;
  }

  .hero-grid,
  .hero--clean .hero-grid {
    min-height: calc(100svh - 74px);
    align-items: stretch;
  }

  .hero-copy,
  .hero--clean .hero-copy {
    max-width: none;
    min-height: calc(100svh - 90px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .hero--clean .hero-copy {
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 10.2ch;
    font-size: clamp(1.64rem, 10.4vw, 2.12rem);
    line-height: 0.98;
  }

  .hero-video-caption {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: auto;
    padding-top: 36px;
    margin-bottom: 0;
  }

  .hero-actions .btn,
  .hero-actions .btn-primary,
  .hero-actions .button-primary {
    order: 2;
    width: 100%;
  }

  .hero-link {
    display: none;
  }

  .trust-strip {
    margin-top: 28px;
    transition: opacity 220ms ease, transform 220ms ease, max-height 220ms ease, margin-top 220ms ease;
  }

  .trust-shell {
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border-radius: 20px;
  }

  .trust-shell p {
    max-width: 24ch;
    font-size: 0.96rem;
    line-height: 1.34;
  }

  .trust-tags {
    display: flex !important;
    gap: 8px;
  }

  .trust-tags span {
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  html.mobile-hero-fold-gated:not(.mobile-hero-fold-revealed) .trust-strip {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-18px);
  }

  html.mobile-hero-fold-revealed .trust-strip {
    max-height: 420px;
    opacity: 1;
    transform: translateY(0);
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-modal-dialog {
    padding: 16px;
    border-radius: 20px;
  }

  .contact-modal-head {
    margin-bottom: 12px;
  }

  .priority-form {
    gap: 12px;
  }

  .priority-form-actions {
    gap: 10px;
  }

  .priority-form-actions .btn,
  .priority-form-actions .btn-primary,
  .priority-form-actions .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .brand-sheet img {
    max-height: 390px !important;
    transform: scale(1.18) !important;
    transform-origin: center 12% !important;
  }

  .brand-sheet figcaption {
    padding: 10px 12px 12px;
    font-size: 0.78rem;
  }

  .presence-map--with-image .section-visual-card img,
  .proof-media-figure img {
    min-height: 220px;
  }

}
