.hero-sistema {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero-sistema-box {
  background: linear-gradient(135deg, #0b4d6d, #08384f);
  border-radius: 28px;
  padding: 3rem;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(8, 56, 79, 0.18);
}

.hero-sistema-box h1 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero-sistema-texto {
  max-width: 650px;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 768px) {
  .hero-sistema-box {
    padding: 2rem 1.5rem;
    border-radius: 22px;
  }

  .hero-sistema-box h1 {
    font-size: 2rem;
  }

  .hero-sistema-texto {
    font-size: 0.95rem;
  }
}