/* Get help — contact form (dark, matches footer) */

body.tm-page--help {
  color-scheme: dark;
  background: #0b0f1a !important;
  background-image:
    radial-gradient(ellipse 70% 50% at 0% -10%, rgba(34, 211, 238, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(99, 102, 241, 0.14), transparent 50%) !important;
  color: #f1f5f9;
}

body.tm-page--help .tm-site-header {
  background: rgba(11, 15, 26, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tm-help {
  padding: 48px 0 72px;
}

.tm-help__inner {
  max-width: 640px;
}

.tm-help__eyebrow {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #22d3ee;
}

.tm-help__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.tm-help__lead {
  margin: 0 0 32px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.92);
}

.tm-help__form {
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.tm-help__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .tm-help__grid {
    grid-template-columns: 1fr;
  }
}

.tm-help__field {
  margin-bottom: 18px;
}

.tm-help__field label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.tm-help__field input,
.tm-help__field select,
.tm-help__field textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #f8fafc;
  font: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tm-help__field input::placeholder,
.tm-help__field textarea::placeholder {
  color: #94a3b8;
}

.tm-help__field input:focus,
.tm-help__field select:focus,
.tm-help__field textarea:focus {
  outline: none;
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.15);
}

.tm-help__field select {
  cursor: pointer;
  color-scheme: dark;
}

.tm-help__field select option,
.tm-help__field select optgroup {
  background-color: #0f172a;
  color: #f1f5f9;
}

.tm-help__field select option:checked,
.tm-help__field select option:hover,
.tm-help__field select option:focus {
  background-color: #1e293b;
  color: #f8fafc;
}

.tm-help__field textarea {
  resize: vertical;
  min-height: 140px;
}

.tm-help__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  padding: 14px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
  background: linear-gradient(115deg, #22d3ee 0%, #6366f1 92%);
  box-shadow: 0 4px 18px rgba(34, 211, 238, 0.22);
  cursor: pointer;
  transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tm-help__submit:hover {
  filter: brightness(1.08);
  box-shadow: 0 6px 22px rgba(99, 102, 241, 0.35);
}

.tm-help__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.tm-help__fine {
  margin: 16px 0 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
  text-align: center;
}

.tm-help__alert {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.tm-help__alert--error {
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fecaca;
}

.tm-help__alert--ok {
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.35);
  color: #a7f3d0;
}

.tm-help__success {
  padding: 40px 28px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(52, 211, 153, 0.3);
  background: rgba(52, 211, 153, 0.08);
}

.tm-help__success h2 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.tm-help__success p {
  margin: 0 0 24px;
  color: #cbd5e1;
  line-height: 1.6;
}

.tm-help__success .tm-help__submit {
  width: auto;
  min-width: 200px;
  text-decoration: none;
}
