.shared-contact,
.shared-contact * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.shared-contact {
  position: relative;
  display: block;
  background: #f36a25;
  font-family: "Outfit", Arial, sans-serif;
}

.shared-contact__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.shared-contact__backdrop::before {
  position: absolute;
  top: -270px;
  left: -185px;
  width: 500px;
  height: 500px;
  border: 76px solid rgba(238, 119, 0, 0.3);
  border-radius: 50%;
  content: "";
}

.shared-contact__backdrop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.shared-contact__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 1612px;
  margin-inline: auto;
  grid-template-columns: 48.7% 10.7% 40.6%;
  align-items: start;
  /* Lock band height to the tallest single-open FAQ state so accordion
   * toggles do not stretch the orange backdrop. */
  min-height: var(--shared-contact-band-min-height, auto);
}

.shared-contact__card-slot {
  --shared-contact-overlap: 64px;
  --shared-contact-backdrop-offset: 32px;
  position: relative;
  grid-column: 1;
  align-self: start;
}

.shared-contact__card {
  position: relative;
  margin-top: calc(var(--shared-contact-backdrop-offset) - var(--shared-contact-overlap));
  margin-bottom: calc(-1 * var(--shared-contact-overlap));
  border-radius: 26px;
  padding: 38px 30px 40px;
  background: #fff;
  color: #595656;
}

.shared-contact__accent {
  position: absolute;
  top: 25px;
  right: 24px;
  border: 10px solid #ff5a26;
  border-radius: 50%;
  padding: 12px;
}

.shared-contact__card > h2 {
  margin: 0;
  padding-left: 3px;
  background: linear-gradient(90deg, #ff7d03 0%, #ff3829 100%);
  background-clip: text;
  color: transparent;
  font-size: 48px;
  font-weight: 700;
  line-height: 73px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.shared-contact__form {
  margin-top: 42px;
}

.shared-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 47px 44px;
  padding-inline: 6px 9px;
}

.shared-contact__field {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  color: #bbb;
  padding-bottom: 8px;
  transition: border-color 240ms ease-out, color 240ms ease-out;
}

.shared-contact input,
.shared-contact textarea {
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.shared-contact input::placeholder,
.shared-contact textarea::placeholder {
  color: inherit;
  opacity: 1;
}

.shared-contact__field input {
  width: 100%;
  color: #595656;
  font-size: 18px;
  line-height: 31px;
}

.shared-contact__field > .iconfont {
  flex: 0 0 auto;
  color: #d9d9d9;
  font-size: 20px;
  transition: color 240ms ease-out, transform 180ms ease-out;
}

.shared-contact__field:focus-within {
  border-color: #ee7700;
  color: #ee7700;
}

.shared-contact__field:focus-within > .iconfont {
  color: #ee7700;
  transform: translateY(-2px);
}

.shared-contact__field--phone {
  gap: 10px;
}

.shared-contact__country {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  border-right: 1px solid #d9d9d9;
  color: #14363f;
  padding-right: 10px;
  font-size: 18px;
  line-height: 31px;
}

.shared-contact__message {
  display: block;
  margin-top: 37px;
  color: #595656;
  padding-inline: 6px 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.shared-contact__message textarea {
  display: block;
  width: 100%;
  aspect-ratio: 4.2 / 1;
  margin-top: 6px;
  border: 1px solid #e5e5e5;
  color: #bbb;
  padding: 17px;
  resize: vertical;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color 240ms ease-out, box-shadow 240ms ease-out;
}

.shared-contact__message textarea:focus-visible {
  border-color: #ee7700;
  box-shadow: inset 0 0 0 1px #ee7700;
}

.shared-contact__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 81px;
  padding-inline: 5px 9px;
}

.shared-contact__verification {
  display: flex;
  width: 100%;
  max-width: 282px;
  height: 72px;
  align-items: center;
  border: 1px solid #d9d9d9;
  color: #666;
  gap: 10px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 16px;
}

.shared-contact__verification input {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  appearance: auto;
}

.shared-contact__verification-brand {
  display: flex;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  color: #777;
  line-height: 1;
}

.shared-contact__verification-brand b {
  color: #5b8bd8;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.shared-contact__verification-brand small {
  font-size: 9px;
}

.shared-contact__submit,
.shared-contact__submit:link,
.shared-contact__submit:visited,
.shared-contact__submit:active {
  display: inline-flex;
  width: 100%;
  max-width: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #ee7700;
  border-radius: 999px;
  color: #ee7700;
  padding: 3px 4px 3px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: background-color 240ms ease-out, box-shadow 240ms ease-out, color 240ms ease-out, transform 180ms ease-out;
}

button.shared-contact__submit {
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

/* L-CFTS injects the Turnstile widget (<div class="cf-turnstile">) immediately
 * before the submit button. Keep it inside the shared contact card's action row
 * instead of inheriting the plugin's standalone block margins. */
.shared-contact__actions .cf-turnstile {
  display: flex;
  width: 100%;
  max-width: 282px;
  align-items: flex-end;
  flex: 1 1 282px;
  margin: 0;
  min-height: 65px;
}

.shared-contact__submit .iconfont {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ee7700;
  color: #fff;
  font-size: 14px;
  transition: transform 180ms ease-out;
}

@media (hover: hover) and (pointer: fine) {
  .shared-contact__submit:hover {
    background: #fff;
    color: #ee7700;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    transform: translateY(-3px);
  }

  .shared-contact__submit:hover .iconfont {
    transform: translateX(3px);
  }
}

.shared-contact__submit:focus-visible {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.shared-contact__faq {
  grid-column: 3;
  padding-top: 98px;
  color: #fff;
}

/* Defend against product-2 legacy FAQ rules that used to target global
 * `.faq-question[aria-disabled]` and wash home-compat FAQ text to gray. */
.shared-contact__faq .junj-faq--home .junj-faq__question,
.shared-contact__faq .junj-faq--home .junj-faq__question[aria-disabled="true"],
.shared-contact__faq .junj-faq--home .junj-faq__symbol,
.shared-contact__faq .junj-faq--home .junj-faq__answer,
.shared-contact__faq .junj-faq--home .junj-faq__answer :where(p, li, a, strong, em, span) {
  color: #ffffff;
  opacity: 1;
}

.shared-contact__faq > h2 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 73px;
}

.shared-contact__faq-list {
  margin-top: 75px;
  border-top: 1px solid #fff;
}

.shared-contact__faq-item {
  border-bottom: 1px solid #fff;
}

.shared-contact__faq-question,
.shared-contact__faq-question:link,
.shared-contact__faq-question:visited,
.shared-contact__faq-question:active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff;
  padding: 23px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color 180ms ease-out, transform 180ms ease-out;
}

.shared-contact__faq-symbol {
  flex: 0 0 auto;
  color: #ff9e23;
  font-size: 27px;
  line-height: 1;
  transition: transform 180ms ease-out;
}

.shared-contact__faq-answer {
  color: #ffffff;
  padding: 0 48px 24px 0;
  font-size: 16px;
  line-height: 24px;
}

@media (hover: hover) and (pointer: fine) {
  .shared-contact__faq-question:hover {
    color: #ff9e23;
    transform: translateX(3px);
  }

  .shared-contact__faq-question:hover .shared-contact__faq-symbol {
    transform: scale(1.08);
  }
}

.shared-contact__faq-question:focus-visible {
  color: #ff9e23;
  text-decoration: underline;
  text-underline-offset: 5px;
  transform: translateX(3px);
}

@media (max-width: 1660px) {
  .shared-contact__inner {
    padding-inline: 24px;
  }
}

@media (max-width: 1280px) {
  .shared-contact__inner {
    grid-template-columns: 50% 5% 45%;
  }

  .shared-contact__card {
    padding-inline: 24px;
  }

  .shared-contact__grid {
    column-gap: 24px;
  }
}

@media (max-width: 960px) {
  .shared-contact__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 64px;
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .shared-contact__card-slot,
  .shared-contact__faq {
    grid-column: 1;
  }

  .shared-contact__card-slot {
    align-self: auto;
  }

  .shared-contact__card {
    position: relative;
    inset: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shared-contact__faq {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .shared-contact {
    padding: 0;
  }

  .shared-contact__inner {
    padding-inline: 18px;
  }

  .shared-contact__card {
    border-radius: 16px;
    padding: 24px 18px 42px;
  }

  .shared-contact__card > h2 {
    font-size: 38px;
    line-height: 1.3;
  }

  .shared-contact__faq > h2 {
    font-size: 38px;
    line-height: 1.3;
  }

  .shared-contact__faq-list {
    margin-top: 28px;
  }

  .shared-contact__faq-question {
    align-items: flex-start;
    padding: 20px 0;
    font-size: 18px;
  }

  .shared-contact__form {
    margin-top: 30px;
  }

  .shared-contact__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .shared-contact__message textarea {
    aspect-ratio: 1.6 / 1;
  }

  .shared-contact__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 40px;
  }

  .shared-contact__actions .cf-turnstile { max-width: 100%; flex-basis: auto; }

  .shared-contact__submit {
    align-self: flex-end;
    min-height: 44px;
  }
}

@media (max-width: 575px) {
  .shared-contact__inner {
    gap: 48px;
    padding-inline: 16px;
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .shared-contact__card {
    padding: 20px 16px 36px;
  }

  .shared-contact__card > h2,
  .shared-contact__faq > h2 {
    font-size: 32px;
  }

  .shared-contact__faq-question {
    min-height: 44px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .shared-contact__grid input,
  .shared-contact__grid select,
  .shared-contact__message textarea {
    font-size: 16px;
    min-height: 44px;
  }

  .shared-contact__submit {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 389px) {
  .shared-contact__inner {
    padding-inline: 12px;
  }

  .shared-contact__card > h2,
  .shared-contact__faq > h2 {
    font-size: 28px;
  }

  .shared-contact__faq-question {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shared-contact *,
  .shared-contact *::before,
  .shared-contact *::after {
    transition-duration: 0.01ms !important;
  }
}
