/* ============================================================
   page-contact.css — TicTocProd
   Extrait depuis le template inline — externalisé pour performance
   ============================================================ */
body {
  background: #181818 !important;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  overflow-x: hidden !important;
}
.ast-theme-transparent-header #masthead {
    position: relative !important;
}
.ttc-bg-shapes {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 0 !important;
  pointer-events: none !important;
  user-select: none !important;
  overflow: hidden !important;
}

.ttc-bg-shape {
  position: absolute !important;
  pointer-events: none !important;
  user-select: none !important;
}

.ttc-bg-shape-1 {
  top: -220px !important;
  left: -160px !important;
  width: 800px !important;
  height: 800px !important;
}

.ttc-bg-shape-2 {
  bottom: -200px !important;
  right: -240px !important;
  width: 700px !important;
  height: 700px !important;
}

.contact-container {
  max-width: 600px !important;
  margin: 6rem auto 6rem !important;
  padding: 1.5rem 2rem !important;
  border-radius: 24px !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.contact-title {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  color: #fff !important;
  margin-bottom: 0.4rem !important;
  user-select: none !important;
  text-align: center !important;
}

.contact-lead {
  font-size: 1.1rem !important;
  font-weight: 500 !important;
  color: #bdbdbd !important;
  margin-bottom: 1.8rem !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

form.contact-form {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
}

label {
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  color: #bdbdbd !important;
  user-select: none !important;
  display: block !important;
}

input[type="text"],
input[type="email"],
select,
textarea {
  font-family: inherit !important;
  font-size: 1rem !important;
  padding: 0.45rem 0.75rem !important;
  border: 1.2px solid #333 !important;
  border-radius: 10px !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
  color: #fff !important;
  background: #222 !important;
  resize: vertical !important;
  min-height: 38px !important;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.09) !important;
  width: 100% !important;
  box-sizing: border-box !important;
  outline: none !important;
}

select {
  min-height: 40px !important;
  background: #222 !important;
  cursor: pointer !important;
  color: #bdbdbd !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  outline: none !important;
  border-color: #fff !important;
  background: #181818 !important;
  box-shadow: 0 0 8px rgba(255,255,255,0.13) !important;
  color: #fff !important;
}

textarea {
  min-height: 100px !important;
  max-height: 180px !important;
  padding-top: 0.6rem !important;
}

button[type="submit"] {
  background: linear-gradient(90deg, #444 0%, #222 100%) !important;
  border: none !important;
  border-radius: 20px !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.12rem !important;
  padding: 0.85rem 0 !important;
  margin-top: 1rem;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18) !important;
  transition: background 0.25s, transform 0.22s !important;
  user-select: none !important;
  letter-spacing: 0.03em !important;
  width: 100% !important;
  text-align: center !important;
}

button[type="submit"]:hover {
  background: linear-gradient(90deg, #222 0%, #444 100%) !important;
  transform: scale(1.05) !important;
  box-shadow: 0 7px 28px rgba(0,0,0,0.25) !important;
}

.form-feedback {
  font-weight: 600 !important;
  font-size: 1rem !important;
  margin-top: 0.8rem !important;
  text-align: center !important;
  min-height: 1.3em !important;
  user-select: none !important;
}

.form-success {
  color: #bdbdbd !important;
}

.form-error {
  color: #d32f2f !important;
}

/* Coordonnées directes */
.contact-direct {
  text-align: center;
  margin-bottom: 2.2rem;
}
.contact-direct span {
  display: inline-block;
  margin: 0 0.7em 0 0;
  font-weight: 600;
  color: #fff;
}
.contact-direct a {
  color: #bdbdbd !important;
  text-decoration: none;
}
.contact-direct a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 650px) {
  .contact-container {
    margin: 4rem 1.5rem 4rem !important;
    padding: 2rem 1.5rem !important;
  }
  .contact-title {
    font-size: 2rem !important;
  }
  button[type="submit"] {
    font-size: 1rem !important;
    padding: 0.75rem 0 !important;
  }
}
@media (max-width: 400px) {
  .contact-title {
    font-size: 1.7rem !important;
  }
}
