/* Contact Us page (ks-new) */

.ks-contact-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.ks-contact-intro {
  color: var(--ks-muted-foreground);
  margin-bottom: 1.5rem;
}

.ks-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.ks-contact-form-col {
  flex: 1 1 360px;
  min-width: 0;
}

.ks-contact-sidebar-col {
  flex: 0 1 300px;
}

/* jQuery Validate error messages (errorClass: help-block) */
.ks-contact-form .help-block {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #e53e3e;
}

.ks-contact-form .ks-input.error,
.ks-contact-form .ks-textarea.error {
  border-color: #e53e3e;
}

/* Honeypot — keep off-screen, never shown to humans */
.ks-contact-form .move-pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.ks-contact-sidebar {
  background: var(--ks-muted);
  border: 1px solid var(--ks-border);
  border-radius: var(--ks-radius);
  padding: 1.5rem;
}

.ks-contact-sidebar h3 {
  font-family: 'Montserrat', sans-serif;
  color: var(--ks-foreground);
  font-size: 1.0625rem;
  margin: 1.25rem 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ks-contact-sidebar h3:first-child {
  margin-top: 0;
}

.ks-contact-sidebar h3 [data-lucide] {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--ks-primary);
}

.ks-contact-sidebar address {
  color: var(--ks-muted-foreground);
  font-style: normal;
  line-height: 1.6;
}

.ks-contact-sidebar a {
  color: var(--ks-primary);
}

.ks-contact-social a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-right: 0.75rem;
}

.ks-contact-submit-row {
  margin-top: 1rem;
  text-align: right;
}
