/* QI_SECTION_START:01-booking-and-estimate-request-form */
[data-qi-section="section-book-form-section"] {
  background-color: #0A0A0F;
  padding: clamp(6rem, 12vw, 9rem) 0 clamp(4rem, 8vw, 6rem);
  min-height: 100svh;
  display: flex;
  align-items: flex-start;
}

[data-qi-section="section-book-form-section"] .book-form__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3rem);
}

[data-qi-section="section-book-form-section"] .book-form__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

[data-qi-section="section-book-form-section"] .book-form__headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #F0EDE8;
  margin: 0;
}

[data-qi-section="section-book-form-section"] .book-form__body {
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 400;
  line-height: 1.65;
  color: #6B6B7A;
  margin: 0;
  max-width: 52ch;
}

[data-qi-section="section-book-form-section"] .book-form__card {
  background-color: #1E1E28;
  border: 1px solid #3A3A4A;
  border-radius: 4px;
  padding: clamp(1.75rem, 4vw, 3rem);
}

[data-qi-section="section-book-form-section"] .qi-form {
  display: block;
}

[data-qi-section="section-book-form-section"] .qi-form-success {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #4ADE80;
  background-color: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.25);
  border-radius: 3px;
  padding: 0.85rem 1.1rem;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

[data-qi-section="section-book-form-section"] .qi-form-success:not([data-aether-active="true"]),
[data-qi-section="section-book-form-section"] .qi-form-error:not([data-aether-active="true"]) {
  display: none;
}

[data-qi-section="section-book-form-section"] .qi-form-error {
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: #F87171;
  background-color: rgba(248, 113, 113, 0.08);
  border: 1px solid rgba(248, 113, 113, 0.25);
  border-radius: 3px;
  padding: 0.85rem 1.1rem;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

[data-qi-section="section-book-form-section"] .qi-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.5rem;
}

[data-qi-section="section-book-form-section"] .qi-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

[data-qi-section="section-book-form-section"] .qi-field[data-qi-field="message"] {
  grid-column: 1 / -1;
}

[data-qi-section="section-book-form-section"] .qi-field[data-qi-field="extras"] {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

[data-qi-section="section-book-form-section"] .qi-field[data-qi-field="extras"] .qi-field__label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}

[data-qi-section="section-book-form-section"] .qi-field__label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B6B7A;
  line-height: 1;
}

[data-qi-section="section-book-form-section"] .qi-field__control {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #F0EDE8;
  background-color: #0A0A0F;
  border: 1px solid #3A3A4A;
  border-radius: 3px;
  padding: 0.7rem 0.85rem;
  line-height: 1.5;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 200ms ease, box-shadow 200ms ease;
  width: 100%;
  box-sizing: border-box;
}

[data-qi-section="section-book-form-section"] .qi-field__control:focus {
  outline: none;
  border-color: #E8C547;
  box-shadow: 0 0 0 2px rgba(232, 197, 71, 0.15);
}

[data-qi-section="section-book-form-section"] .qi-field__control:focus-visible {
  outline: none;
  border-color: #E8C547;
  box-shadow: 0 0 0 3px rgba(232, 197, 71, 0.2);
}

[data-qi-section="section-book-form-section"] select.qi-field__control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236B6B7A' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.25rem;
  cursor: pointer;
}

[data-qi-section="section-book-form-section"] select.qi-field__control option {
  background-color: #1E1E28;
  color: #F0EDE8;
}

[data-qi-section="section-book-form-section"] textarea.qi-field__control {
  resize: vertical;
  min-height: 110px;
}

[data-qi-section="section-book-form-section"] input[type="checkbox"].qi-field__control {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  padding: 0;
  accent-color: #E8C547;
  cursor: pointer;
  border: 1px solid #3A3A4A;
  background-color: #0A0A0F;
}

[data-qi-section="section-book-form-section"] .qi-field-error {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  color: #F87171;
  line-height: 1.4;
}

[data-qi-section="section-book-form-section"] .qi-field-error:not([data-aether-active="true"]) {
  display: none;
}

[data-qi-section="section-book-form-section"] .qi-hp {
  display: none !important;
}

[data-qi-section="section-book-form-section"] .qi-form__submit {
  grid-column: 1 / -1;
  justify-self: start;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0A0A0F;
  background-color: #E8C547;
  border: none;
  border-radius: 2px;
  padding: 0.9rem 2.5rem;
  cursor: pointer;
  transition: background-color 240ms ease, transform 200ms ease, box-shadow 240ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1;
  margin-top: 0.5rem;
}

[data-qi-section="section-book-form-section"] .qi-form__submit:hover {
  background-color: #C4923A;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 197, 71, 0.2);
}

[data-qi-section="section-book-form-section"] .qi-form__submit:active {
  transform: translateY(0);
  box-shadow: none;
}

[data-qi-section="section-book-form-section"] .qi-form__submit:focus-visible {
  outline: 2px solid #E8C547;
  outline-offset: 3px;
  background-color: #C4923A;
}

[data-qi-section="section-book-form-section"] .qi-form__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 640px) {
  [data-qi-section="section-book-form-section"] .qi-form__grid {
    grid-template-columns: 1fr;
  }

  [data-qi-section="section-book-form-section"] .qi-field[data-qi-field="message"],
  [data-qi-section="section-book-form-section"] .qi-field[data-qi-field="extras"] {
    grid-column: 1;
  }

  [data-qi-section="section-book-form-section"] .qi-form__submit {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-qi-section="section-book-form-section"] .qi-form__submit,
  [data-qi-section="section-book-form-section"] .qi-field__control {
    transition: none;
  }

  [data-qi-section="section-book-form-section"] .qi-form__submit:hover {
    transform: none;
  }
}

[data-qi-section="section-book-form-section"] .book-form__cta-copy {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #E8C547;
  margin: 0 0 1.25rem;
}
/* QI_SECTION_END:01-booking-and-estimate-request-form */
