/* Jak V9.4.2 — structured human callback request. */

body.v942-handoff-open {
  overflow: hidden;
}

.v942-callback-card {
  width: min(100%, 430px);
  margin: 2px 0 16px;
  padding: 17px;
  align-self: flex-start;
  box-sizing: border-box;
  border: 1px solid rgba(10, 10, 10, .16);
  border-left: 4px solid #b8956b;
  background: #fff;
  box-shadow: 0 12px 30px rgba(10, 10, 10, .07);
}

.v942-callback-card > strong {
  display: block;
  margin: 7px 0 6px;
  color: #0a0a0a;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.v942-callback-card > p {
  margin: 0 0 14px;
  color: #5f5a54;
  font-size: 12px;
  line-height: 1.55;
}

.v942-eyebrow {
  color: #8a6d4b;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.v942-primary,
.v942-secondary,
.v942-fallback {
  box-sizing: border-box;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .065em;
  line-height: 1.25;
  text-transform: uppercase;
}

.v942-primary {
  width: 100%;
  min-height: 46px;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #0a0a0a;
  background: #0a0a0a;
  color: #fff;
  cursor: pointer;
}

.v942-primary:hover,
.v942-primary:focus-visible {
  outline: none;
  border-color: #8a6d4b;
  background: #8a6d4b;
}

.v942-primary.is-loading {
  cursor: wait;
  opacity: .72;
}

.v942-primary:disabled,
.v942-secondary:disabled,
.v942-handoff__close:disabled {
  cursor: wait;
  opacity: .55;
}

.v942-secondary {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #0a0a0a;
  background: #fff;
  color: #0a0a0a;
  cursor: pointer;
}

.v942-secondary:hover,
.v942-secondary:focus-visible {
  outline: none;
  background: #f3eee7;
}

.v942-fallback {
  display: inline-block;
  margin-top: 12px;
  color: #6f563c;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.v942-fallback:hover,
.v942-fallback:focus-visible {
  outline: none;
  color: #0a0a0a;
}

.v942-handoff[hidden] {
  display: none;
}

.v942-handoff {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  align-items: end;
  justify-items: stretch;
}

.v942-handoff__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, .66);
  backdrop-filter: blur(2px);
}

.v942-handoff__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(92vh, 760px);
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  border-top: 4px solid #b8956b;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, .24);
}

.v942-handoff__header {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 17px 18px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(10, 10, 10, .12);
  background: #fff;
}

.v942-handoff__header h2 {
  margin: 5px 0 0;
  color: #0a0a0a;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.16;
}

.v942-handoff__close {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid rgba(10, 10, 10, .24);
  background: #fff;
  color: #0a0a0a;
  font: 400 22px/1 Arial, sans-serif;
  cursor: pointer;
}

.v942-handoff__close:hover,
.v942-handoff__close:focus-visible {
  outline: none;
  border-color: #8a6d4b;
  color: #8a6d4b;
}

.v942-handoff__body {
  padding: 18px;
}

.v942-intro {
  margin: 0 0 16px;
  color: #514d48;
  font-size: 12px;
  line-height: 1.6;
}

.v942-form {
  display: grid;
  gap: 13px;
}

.v942-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.v942-form label:not(.v942-consent) {
  display: grid;
  gap: 6px;
}

.v942-form label > span {
  color: #25221f;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.v942-form label > span b {
  color: #8a6d4b;
}

.v942-form label > span small {
  margin-left: 5px;
  color: #827b73;
  font-size: 9px;
  font-weight: 400;
  text-transform: none;
}

.v942-form input[type="text"],
.v942-form input[type="tel"],
.v942-form input[type="email"] {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  box-sizing: border-box;
  border: 1px solid rgba(10, 10, 10, .34);
  border-radius: 0;
  background: #fff;
  color: #0a0a0a;
  font: 400 13px/1.35 "Inter", Arial, sans-serif;
}

.v942-form input:hover {
  border-color: rgba(10, 10, 10, .6);
}

.v942-form input:focus {
  outline: 2px solid rgba(184, 149, 107, .35);
  outline-offset: 1px;
  border-color: #8a6d4b;
}

.v942-form label > small {
  color: #77706a;
  font-size: 9px;
  line-height: 1.4;
}

.v942-consent {
  padding: 11px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 9px;
  border: 1px solid rgba(10, 10, 10, .14);
  background: #f8f5f0;
  cursor: pointer;
}

.v942-consent input {
  width: 17px;
  height: 17px;
  margin: 1px 0 0;
  accent-color: #0a0a0a;
}

.v942-consent span {
  color: #3d3935;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.v942-privacy {
  margin: -2px 0 0;
  color: #77706a;
  font-size: 9px;
  line-height: 1.5;
}

.v942-error {
  margin: 0;
  padding: 10px 11px;
  border-left: 3px solid #a43f35;
  background: #fbefed;
  color: #7a2f28;
  font-size: 10px;
  line-height: 1.5;
}

.v942-error[hidden] {
  display: none;
}

.v942-success {
  min-height: 240px;
  display: grid;
  align-content: center;
  gap: 14px;
  text-align: center;
}

.v942-success__mark {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #b8956b;
  color: #8a6d4b;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 26px;
}

.v942-success p {
  margin: 0;
  color: #3d3935;
  font-size: 12px;
  line-height: 1.65;
}

.v942-success .v942-fallback {
  justify-self: center;
  margin-top: 0;
}

.v942-handoff-result {
  border-left-color: #b8956b !important;
}

@media (min-width: 680px) {
  .v942-handoff {
    align-items: center;
    justify-items: center;
    padding: 22px;
  }

  .v942-handoff__card {
    width: min(100%, 540px);
    max-height: min(88vh, 760px);
    border: 1px solid rgba(10, 10, 10, .18);
    border-top: 4px solid #b8956b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
  }
}

@media (max-width: 420px) {
  .v942-callback-card {
    width: 100%;
    padding: 14px;
  }

  .v942-callback-card > strong {
    font-size: 16px;
  }

  .v942-handoff__header,
  .v942-handoff__body {
    padding-left: 14px;
    padding-right: 14px;
  }

  .v942-handoff__header h2 {
    font-size: 21px;
  }

  .v942-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v942-handoff__backdrop {
    backdrop-filter: none;
  }
}
