/* ═══════════ SEÇÃO MISSÃO, VISÃO E VALORES (a-voyzer-tech.html) ═══════════ */
.missao-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(var(--black), #0c0c0f)
}

.missao-section .prose {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vh, 3rem) clamp(1.4rem, 6vw, 7rem) 0;
  padding-bottom: 0;
  max-width: none;
  color: var(--white);
}

.missao-section .prose h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  color: var(--brand);
  margin: 0 0 0.1rem 0;
  line-height: 1.08;
}

.missao-section .prose p {
  margin: 0 0 1.6rem 0;
  line-height: 1.7;
  font-size: 1rem;
}

.tech-grid-bg {
  position: relative
}

.tech-grid-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(184, 178, 166, .20) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, black 20%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.tech-grid-bg>* {
  position: relative;
  z-index: 1
}

.bg-watermark-tp {
  position: absolute;
  top: 50%;
  left: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%);
  width: clamp(350px, 45vw, 850px);
  height: auto;
  opacity: 0.15;
  filter: drop-shadow(0 0 15px rgba(254, 80, 0, 0.8));
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.bg-watermark-dw {
  position: absolute;
  top: 50%;
  right: clamp(1rem, 4vw, 3rem);
  transform: translateY(-50%);
  width: clamp(250px, 30vw, 600px);
  height: auto;
  opacity: 0.15;
  filter: drop-shadow(0 0 15px rgba(254, 80, 0, 0.8));
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

.spine-wrap {
  position: relative
}

.spine-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(1.4rem, 6vw, 7rem);
  width: 1px;
  background: linear-gradient(to bottom,
      transparent,
      #26262c 8%,
      #26262c 92%,
      transparent);
  z-index: 0;
}

spine-node {
  position: absolute;
  top: clamp(3rem, 7vh, 5rem);
  left: clamp(1.4rem, 6vw, 7rem);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(254, 80, 0, .15), 0 0 16px rgba(254, 80, 0, .5);
  transform: translateX(-50%);
  z-index: 2;
}

.missao-section .stats {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 4vh, 3rem) clamp(1.4rem, 6vw, 7rem) 1.5rem;
  padding-bottom: .75rem;
}

#tlStage {
  background: #0c0c0f
}

.missao-cta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

.missao-cta .btn-whats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  font-size: 1.15rem;
  padding: 1.1rem 2.4rem;
  box-shadow: none !important;
}

.missao-cta .cta-icon {
  width: 22px;
  height: 22px;
  margin: 0;
}

@media (max-width:860px) {
  .spine-wrap::before,
  .spine-node {
    display: none
  }
}

@media (max-width:960px) {
  .missao-section .stats {
    grid-template-columns: 1fr;
    gap: 2.6rem
  }
}
