.aprova-landing-body {
  background-color: #070549;
  background-image: url("../img/textura-plastico.png");
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.aprova-landing-wrapper {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
}

.aprova-landing-header {
  margin-bottom: 40px;
}

.aprova-landing-title {
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.aprova-landing-subtitle {
  font-size: 1.2rem;
  color: #b0b0b0;
  line-height: 1.6;
}

.aprova-landing-button-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.aprova-landing-btn {
  min-width: 290px;
  padding: 18px 30px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.aprova-landing-btn-outline {
  background: transparent;
  border: 2px solid #10ff48;
  color: #10ff48;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.aprova-landing-btn-outline:hover {
  background: #10ff48;
  color: #1a1a3e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.3);
}

.aprova-landing-btn-primary {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.aprova-landing-btn-primary:hover {
  color: #ffffff;
  border-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 123, 255, 0.2);
}

.aprova-landing-aviso {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #d1d5db;
  line-height: 1.6;
}

.aprova-landing-aviso p {
  margin-bottom: 8px;
}

.aprova-landing-brasao {
  margin-top: 25px;
  width: 70px;
}

.text-green {
  color: #10FF48;
}

a {
  text-decoration: underline;
  color: #10FF48;
}

a:hover {
  text-decoration: underline;
  color: #00984A;
}
