/* Bridge CRM core/form.php to template #21 chrome (light + dark, GEO tokens). */
.golv-form-wrap .apx-lead,
.golv-form-wrap .lead-form-wrap {
  --apx-accent: var(--cta);
  --apx-bg: var(--input-bg);
  --apx-card: var(--card);
  --apx-text: var(--ink);
  --apx-label: var(--ink);
  --apx-muted: var(--muted);
  --apx-border: var(--border);
  --lead-accent: var(--cta);
  --lead-bg: var(--input-bg);
  --lead-text: var(--ink);
  --lead-muted: var(--muted);
  --lead-border: var(--border);
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.golv-form-wrap input[type="text"],
.golv-form-wrap input[type="email"],
.golv-form-wrap input[type="tel"],
.golv-form-wrap .lead-form-wrap input {
  width: 100%;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  background: var(--input-bg);
  color: var(--ink);
  padding: 0.75rem 0.85rem;
  box-shadow: none;
}
.golv-form-wrap .lead-form-wrap input:focus,
.golv-form-wrap input:focus {
  background: var(--input-bg);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.golv-form-wrap button.submit,
.golv-form-wrap .submit,
.golv-form-wrap .lead-form-wrap button.submit {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--cta);
  filter: none;
  transition: background .15s ease, box-shadow .15s ease, transform .15s ease;
}
.golv-form-wrap button.submit:hover,
.golv-form-wrap button.submit:focus-visible,
.golv-form-wrap .submit:hover,
.golv-form-wrap .lead-form-wrap button.submit:hover {
  filter: none;
  color: #fff;
  background: #0b5f59;
  box-shadow: 0 4px 16px rgba(15, 118, 110, 0.35);
  transform: translateY(-1px);
}
.golv-form-wrap button.submit:active,
.golv-form-wrap .submit:active {
  transform: translateY(0);
  background: #0a524d;
}
.golv-form-wrap .apx-lead-consent {
  color: var(--muted);
}
.golv-form-wrap .apx-lead-consent a,
.golv-form-wrap .apx-lead-consent a:link,
.golv-form-wrap .apx-lead-consent a:visited {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.golv-form-wrap .apx-lead-consent a:hover,
.golv-form-wrap .apx-lead-consent a:focus-visible {
  color: #0b5f59;
  text-decoration-thickness: 2px;
}
html[data-theme-mode="dark"] .golv-form-wrap .apx-lead-consent a:hover,
html[data-theme-mode="dark"] .golv-form-wrap .apx-lead-consent a:focus-visible {
  color: #5eead4;
}
.iti--container,
.iti--container.rf-iti-dropdown,
.iti__dropdown-content,
.iti__country-list {
  background: #ffffff !important;
  color: #12141a !important;
}
.iti__country,
.iti__country-name,
.iti__search-input {
  color: #12141a !important;
}
.iti__dial-code {
  color: #3f4752 !important;
}
.iti__country.iti__highlight,
.iti__country:hover {
  background: #e8eef0 !important;
  color: #12141a !important;
}
.howto-steps { display: grid; gap: 1rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.howto-step { padding: 1rem 1.25rem; border-radius: .875rem; }
.howto-step h3 { margin: 0 0 .35rem; font-size: 1rem; }
.howto-step p { margin: 0; color: var(--muted); line-height: 1.5; }
.faq-q-heading { margin: 0; font: inherit; }
