
.legendario-contact-wrap {
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #f0f0f0;
  font-family: Helvetica, Arial, sans-serif;
}
.legendario-input, .legendario-select, .legendario-textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  box-sizing: border-box;
}
.legendario-button {
  width: 100%;
  padding: 14px 0;
  border-radius: 8px;
  background: #3498db;
  color: #fff;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
.legendario-button:hover { opacity: 0.9; }
