.hooger-ticket-contact-form {
  --ht-front-primary: #172554;
  --ht-front-accent: #f59e0b;
  --ht-front-border: #e2e8f0;
  --ht-front-muted: #64748b;
  background: #fff;
  border: 1px solid var(--ht-front-border);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgb(15 23 42 / .07);
  box-sizing: border-box;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
}

.hooger-ticket-contact-form *,
.hooger-ticket-contact-form *::before,
.hooger-ticket-contact-form *::after {
  box-sizing: border-box;
}

.hooger-ticket-contact-form__head {
  background: linear-gradient(135deg, #f8fafc, #fff7ed);
  border: 1px solid var(--ht-front-border);
  border-radius: 18px;
  padding: 16px;
}

.hooger-ticket-contact-form__head span {
  color: #9a3412;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 6px;
}

.hooger-ticket-contact-form__head h3 {
  color: var(--ht-front-primary);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 950;
  line-height: 1.45;
  margin: 0;
}

.hooger-ticket-contact-form__head p {
  color: var(--ht-front-muted);
  line-height: 1.9;
  margin: 6px 0 0;
}

.hooger-ticket-contact-form__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hooger-ticket-contact-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.hooger-ticket-contact-form label span {
  color: #1f2937;
  font-weight: 850;
}

.hooger-ticket-contact-form input,
.hooger-ticket-contact-form select,
.hooger-ticket-contact-form textarea {
  background: #fff;
  border: 1px solid #d8e0eb;
  border-radius: 14px;
  box-shadow: none;
  min-height: 46px;
  outline: none;
  padding: 10px 13px;
  transition: border-color .18s ease, box-shadow .18s ease;
  width: 100%;
}

.hooger-ticket-contact-form select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%2364748b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: left 14px center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-inline-start: 42px;
}

.hooger-ticket-contact-form textarea {
  min-height: 130px;
  resize: vertical;
}

.hooger-ticket-contact-form input:focus,
.hooger-ticket-contact-form select:focus,
.hooger-ticket-contact-form textarea:focus {
  border-color: var(--ht-front-accent);
  box-shadow: 0 0 0 4px rgb(245 158 11 / .14);
}

.hooger-ticket-contact-form__wide {
  grid-column: 1 / -1;
}

html.hooger-dark .hooger-ticket-contact-form,
body.hooger-dark .hooger-ticket-contact-form,
.hooger-landing.hooger-dark .hooger-ticket-contact-form {
  --ht-front-border: rgb(148 163 184 / .24);
  --ht-front-muted: #cbd5e1;
  background: color-mix(in srgb, #172033 92%, #f59e0b 3%);
  border-color: var(--ht-front-border);
  box-shadow: 0 18px 52px rgb(0 0 0 / .28);
}

html.hooger-dark .hooger-ticket-contact-form__head,
body.hooger-dark .hooger-ticket-contact-form__head,
.hooger-landing.hooger-dark .hooger-ticket-contact-form__head {
  background: linear-gradient(135deg, rgb(255 247 237 / .97), rgb(255 255 255 / .96));
  border-color: rgb(251 191 36 / .28);
}

html.hooger-dark .hooger-ticket-contact-form__head h3,
body.hooger-dark .hooger-ticket-contact-form__head h3,
.hooger-landing.hooger-dark .hooger-ticket-contact-form__head h3 {
  color: #111827 !important;
  text-shadow: none !important;
}

html.hooger-dark .hooger-ticket-contact-form__head p,
body.hooger-dark .hooger-ticket-contact-form__head p,
.hooger-landing.hooger-dark .hooger-ticket-contact-form__head p {
  color: #475569 !important;
}

html.hooger-dark .hooger-ticket-contact-form label span,
body.hooger-dark .hooger-ticket-contact-form label span,
.hooger-landing.hooger-dark .hooger-ticket-contact-form label span {
  color: #f8fafc !important;
}

html.hooger-dark .hooger-ticket-contact-form input,
html.hooger-dark .hooger-ticket-contact-form select,
html.hooger-dark .hooger-ticket-contact-form textarea,
body.hooger-dark .hooger-ticket-contact-form input,
body.hooger-dark .hooger-ticket-contact-form select,
body.hooger-dark .hooger-ticket-contact-form textarea,
.hooger-landing.hooger-dark .hooger-ticket-contact-form input,
.hooger-landing.hooger-dark .hooger-ticket-contact-form select,
.hooger-landing.hooger-dark .hooger-ticket-contact-form textarea {
  background-color: #273554 !important;
  border-color: rgb(148 163 184 / .26) !important;
  color: #f8fafc !important;
}

html.hooger-dark .hooger-ticket-contact-form select,
body.hooger-dark .hooger-ticket-contact-form select,
.hooger-landing.hooger-dark .hooger-ticket-contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23f8fafc' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

html.hooger-dark .hooger-ticket-contact-form select option,
body.hooger-dark .hooger-ticket-contact-form select option,
.hooger-landing.hooger-dark .hooger-ticket-contact-form select option {
  background: #172033;
  color: #f8fafc;
}

.hooger-ticket-contact-form__notice {
  background: #ecfdf5;
  border: 1px solid rgb(22 163 74 / .22);
  border-radius: 16px;
  color: #047857;
  font-weight: 850;
  padding: 12px 14px;
}

.hooger-ticket-contact-form__submit {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  justify-content: center;
  justify-self: start;
  min-height: 48px;
  padding-inline: 22px;
}

@media (max-width: 760px) {
  .hooger-ticket-contact-form__grid {
    grid-template-columns: 1fr;
  }

  .hooger-ticket-contact-form__submit {
    justify-self: stretch;
    width: 100%;
  }
}

/* Hooger Tickets 1.11.1 refinement: scoped frontend form variants */
.hooger-ticket-contact-form--soft {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: 0 14px 34px rgb(15 23 42 / .055);
}

.hooger-ticket-contact-form--minimal {
  border-color: transparent;
  border-radius: 18px;
  box-shadow: none;
  padding-inline: 0;
}

.hooger-ticket-contact-form--minimal .hooger-ticket-contact-form__head {
  background: transparent;
  border-color: #e2e8f0;
}

.hooger-ticket-contact-form--density-compact {
  gap: 12px;
  padding: clamp(14px, 2vw, 20px);
}

.hooger-ticket-contact-form--density-compact .hooger-ticket-contact-form__grid {
  gap: 10px;
}

.hooger-ticket-contact-form--density-compact input,
.hooger-ticket-contact-form--density-compact select,
.hooger-ticket-contact-form--density-compact textarea {
  min-height: 42px;
  padding: 8px 11px;
}

.hooger-ticket-contact-form--density-wide {
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
}

.hooger-ticket-contact-form--density-wide .hooger-ticket-contact-form__grid {
  gap: 18px;
}

/* Hooger Tickets v1.11.6: scoped frontend validation state */
.hooger-ticket-contact-form__notice--error {
  background: #fef2f2;
  border-color: rgb(220 38 38 / .24);
  color: #b91c1c;
}
