/* Contact Page */

.contact-hero {
  padding: 3rem 1rem 2rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 240, 255, 0.12), rgba(255, 46, 99, 0.06));
}

.contact-hero h1 {
  margin-bottom: 0.8rem;
}

.contact-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-muted);
}

.contact-form-section {
  padding: 2rem 0 3rem;
}

.contact-form-section h2 {
  text-align: center;
  margin-bottom: 1.25rem;
}

.contact-inquiry-form {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.6rem;
  background: var(--card-bg);
  border: 1px solid var(--border-light);
  border-radius: 12px;
}

.form-group {
  margin-bottom: 1.1rem;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 6px;
  border: 1px solid var(--border-light);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text-main);
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(0, 240, 255, 0.15);
}

.contact-thanks {
  margin: 1.1rem auto 0;
  text-align: center;
  max-width: 720px;
  color: var(--text-muted);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
