/*
Theme Name: Gametaq Theme
Theme URI: https://www.gametaq.eu
Description: Child theme for GAMETAQ landing page
Author: GAMETAQ
Author URI: https://www.gametaq.eu
Template: hello-elementor
Version: 3.0
License: GNU General Public License v2 or later
*/

/* ─────────────────────────────────────────
   GLOBAL
───────────────────────────────────────── */
html {
  scroll-behavior: smooth !important;
  scroll-padding-top: 80px; /* altezza del tuo menu */
}

/* ─────────────────────────────────────────
   WPFORMS — tema chiaro
───────────────────────────────────────── */
.wpforms-container {
  font-family: 'DM Sans', sans-serif;
}
.wpforms-field {
  padding: 0 0 16px 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.wpforms-form .wpforms-field-container {
  margin-bottom: 0 !important;
}
.wpforms-container,
.wpforms-form {
  width: 100% !important;
  max-width: 100% !important;
}
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field select,
.wpforms-field textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
.wpforms-field-row {
  display: flex !important;
  gap: 16px !important;
  width: 100% !important;
}
.wpforms-field-row .wpforms-field {
  flex: 1 !important;
  min-width: 0 !important;
}
.wpforms-error-container,
label.wpforms-error {
  color: #DC143C !important;
  font-size: 11px !important;
  font-family: 'DM Mono', monospace !important;
  margin-top: 4px !important;
}
.wpforms-field-label {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #5A7098 !important;
  font-weight: 400 !important;
  margin-bottom: 6px !important;
}
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
  background: #F0F5FC !important;
  border: 1px solid #A8C0E0 !important;
  color: #001440 !important;
  padding: 10px 16px !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 300 !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s !important;
}
.wpforms-field input:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  border-color: #0050C8 !important;
  box-shadow: none !important;
}
.wpforms-field input::placeholder,
.wpforms-field textarea::placeholder {
  color: #A8C0E0 !important;
}
.wpforms-field textarea {
  min-height: 120px !important;
  resize: vertical !important;
}
.wpforms-field select option {
  background: #ffffff !important;
  color: #001440 !important;
}
.wpforms-submit {
  background: #002060 !important;
  color: #ffffff !important;
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 14px 35px !important;
  border-radius: 2px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
.wpforms-submit:hover {
  background: #003090 !important;
}
.wpforms-confirmation-container-full {
  background: #E6EEF8 !important;
  border: 1px solid #0050C8 !important;
  border-radius: 2px !important;
  color: #002060 !important;
  font-family: 'DM Mono', monospace !important;
  font-size: 13px !important;
  padding: 16px 20px !important;
}

/* HEADER */

.main-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

