.contatti-body {
  background-color: #0d0d0d;
  color: #00fff7;
  font-family: 'Orbitron', sans-serif;
}

.contatti-section {
  max-width: 800px;
  margin: 80px auto;
  padding: 40px;
  background: #1b0034;
  border: 2px solid #ff00cc88;
  border-radius: 15px;
  box-shadow: 0 0 25px #00fff7, 0 0 50px #ff00cc33;
  text-align: center;
}

.contatti-section h1 {
  font-size: 36px;
  color: #00fff7;
  text-shadow: 0 0 10px #00fff7, 0 0 20px #ff00cc;
  margin-bottom: 10px;
}

.contatti-section p {
  color: #ccc;
  margin-bottom: 30px;
  font-size: 16px;
}

.cyber-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  text-align: left;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #ff00cc;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #00fff7;
  background: #0d0d0d;
  color: #ffffff;
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  box-shadow: 0 0 10px #00fff766;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #ff00cc;
  box-shadow: 0 0 15px #ff00cc;
}

.cyber-btn {
  padding: 12px 25px;
  font-size: 16px;
  border: 2px solid #00fff7;
  background-color: transparent;
  color: #00fff7;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  text-shadow: 0 0 5px #00fff7;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px #00fff766;
}

.cyber-btn:hover {
  background-color: #00fff7;
  color: #0d0d0d;
  box-shadow: 0 0 20px #ff00cc, 0 0 30px #00fff7;
}
