.espaco-sobre { margin-bottom: 75px; padding-top: 95px; }

.intro-texto {
  color:#0b3a5b;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.btn-success {
  background-color:var(--verde-whatsapp);
  border-color: var(--verde-whatspp);
  padding:.8rem 2.4rem;
  font-weight:600;
  transition: 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease !important
}

.btn-success:hover { 
  transform: scale(1.06);
  filter: brightness(1.03) !important;
  background-color: var(--verde-whatsapp-hover);
  border-color: var(--verde-whatsapp-hover);
}

.processo {
  position:relative;
  margin-left:20px;
}

.processo::before {
  content:"";
  position:absolute;
  left:8px;
  top:10px;
  bottom:10px;
  width:2px;
  background-color: #d7f5df;
}

.passo {
  display:flex;
  gap:25px;
  position:relative;
  margin-bottom:32px;
}

.passo.ultimo {
  margin-bottom:0;
}

.circulo {
  width:18px;
  height:18px;
  border-radius:50%;
  border:3px solid #49c63d;
  background:#fff;
  flex-shrink:0;
  z-index:2;
  margin-top:4px;
}

.passo h4 {
  font-weight:700;
  color:#0b3a5b;
  margin-bottom:6px;
}

.passo h4 small {
  font-size: .7em;
  color: var(--verde-claro);
}

.passo p {
  color:#6c757d;
  margin-bottom:0;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.card-bg {
  border-radius:16px;
  background-color: var(--cinza-claro);
}

.icone {
  width:38px;
  height:38px;
  border-radius:10px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-weight:bold;
  font-size:1.1rem;
}

.icone.verde {
  background-color: rgba(136, 221, 14, 0.14);
  color: var(--verde-claro);
  margin-bottom: 15px;
  font-size: 20px;
}

.card h5 {
  font-size: 22px;
  color:#0b3a5b;
}

.card p {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.comparativo-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(15,40,80,0.12);
  padding: 48px;
}

.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 25px;
}

.icon-circle.negativo { background: #fde2e2; color: #e53935; }
.icon-circle.positivo { background: #d9f2e3; color: #1fa855; }

.comparativo-titulo { color: #0f2a50; font-weight: 700; }

.comparativo-item {
  color: #0f2a50;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
}

.comparativo-item .bi, .comparativo-item span.marker {
  font-size: 25px;
  width: 45px;
  display: inline-block;
  line-height: 1;
}

.marker-negativo { color: #e53935; }
.marker-positivo { color: #1fa855; }

.comparativo-divisor {
  border-left: 1px solid #dfe4ea;
}

.comparativo-rodape {
  color: #0f2a50;
  font-weight: 700;
}

@media (max-width:992px) { 
  .intro-texto {
    font-size: 26px;
    line-height: 1.3em;
    padding-left: 27px;
    padding-right: 27px;
  }
  .espaco-sobre { padding-top: 105px; margin-bottom: 10px;}

  .comparativo-item {
    font-size: 1rem;
    line-height: 1;
  }

  .comparativo-item .bi, .comparativo-item span.marker {
    font-size: 1rem;
    width: 10px;
  }

  .comparativo-divisor { border: none; }
  .comparativo-card { padding: 30px; }

  .icon-circle {
    width: 44px;
    height: 44px;
    font-size: 17px;
  }

}