.perfil-investidor-container {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(to right, #74ebd5, #ACB6E5);
  color: #222;
  margin: 20px auto;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  max-width: 800px;
}

h1, h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
}

h1 { font-size: 28px; }
h3 { font-size: 16px; }

.question {
  margin-bottom: 25px;
}

.question p {
  font-weight: 600;
  margin-bottom: 10px;
}

label {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid rgba(0,0,0,0.1);
}

label:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

input[type="radio"] {
  margin-right: 10px;
}

button {
  width: 100%;
  padding: 15px;
  background: #4caf50;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
}

button:hover {
  background: #43a047;
}

.result {
  margin-top: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.6;
  display: none;
  color: #333;
}

@media (max-width: 600px) {
  .perfil-investidor-container {
    padding: 20px;
  }
}

.result h2 {
  font-size: 22px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  color: #5cb54a; /* verde */
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
