/* === Sezione Contattami – AstroEvolution === */

.contact-section {
  background: linear-gradient(180deg, #001a1f 0%, #002b36 100%);
  color: #f8f9fa;
  padding: 80px 20px;
  font-family: 'Roboto', 'Helvetica Neue', sans-serif;
  letter-spacing: 0.3px;
}

.contact-section .container {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.contact-section h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #b0e3ff; /* luna bianca / luce fredda */
  text-transform: uppercase;
  letter-spacing: 2px;
}

.contact-section .intro {
  font-size: 1.1rem;
  color: #d7f3ff;
  margin-bottom: 3rem;
  line-height: 1.6;
}

/* === Blocchi informativi === */

.contact-info {
  background: rgba(0, 20, 26, 0.6);
  border: 1px solid #004c5c;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 3rem;
  box-shadow: 0 0 15px rgba(0, 150, 200, 0.2);
}

.contact-info h2 {
  font-size: 1.3rem;
  color: #a0d9ff;
  margin-bottom: 1rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin: 8px 0;
}

.contact-info a {
  color: #64bfff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #b0e3ff;
}

/* === Form === */

.contact-form {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #003e4e;
  border-radius: 14px;
  padding: 35px;
  box-shadow: 0 0 25px rgba(0, 100, 130, 0.25);
  text-align: left;
}

.contact-form h2 {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #aee2ff;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #d8f5ff;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #00596f;
  border-radius: 8px;
  background: #00262d;
  color: #e6faff;
  font-size: 1rem;
  margin-bottom: 18px;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00b4d8;
  background: #00343e;
  outline: none;
}

.contact-form .btn {
  width: 100%;
  background: #00b4d8; /* sole blu */
  color: #001a1f;
  font-weight: bold;
  font-size: 1.1rem;
  border: none;
  border-radius: 10px;
  padding: 14px 0;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s ease, transform 0.2s ease;
}

.contact-form .btn:hover {
  background: #23c1e4;
  transform: scale(1.03);
}

/* === Nota simbolica === */

.symbolic-note {
  margin-top: 4rem;
  font-style: italic;
  color: #8fd8ff;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
}

.symbolic-note .signature {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
  color: #72c0e8;
}

/* === Responsive === */
@media (max-width: 600px) {
  .contact-section {
    padding: 50px 15px;
  }

  .contact-form, .contact-info {
    padding: 20px;
  }

  .contact-section h1 {
    font-size: 1.8rem;
  }
}
