@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("/wp-content/themes/junj/assets/fonts/Outfit-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.contact-page {
  color-scheme: dark;
  background: #2b2b2b;
  color: #ffffff;
  font-family: "Outfit", "Microsoft YaHei", Arial, sans-serif;
}

.contact-page,
.contact-page * {
  box-sizing: border-box;
}

.contact-page {
  width: 100%;
  letter-spacing: 0;
}

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p,
.contact-page form,
.contact-page address {
  margin: 0;
}

.contact-page img {
  display: block;
  max-width: 100%;
}

.contact-shell {
  width: 100%;
  max-width: 1640px;
  margin-inline: auto;
  padding-inline: 20px;
}

.contact-hero {
  display: grid;
  background: #101212;
}

.contact-hero__media,
.contact-hero__content {
  grid-area: 1 / 1;
}

.contact-hero::after {
  content: "";
  z-index: 1;
  grid-area: 1 / 1;
  background: rgba(0, 0, 0, 0.72);
  pointer-events: none;
}

.contact-hero__media {
  width: 100%;
  height: auto;
}

.contact-hero__content {
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 35px 20px 20px;
}

.contact-hero__copy {
  text-align: center;
}

.contact-hero h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg, #ff9d16 0%, #ff2f28 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-hero__subtitle {
  margin-top: 31px;
}

.contact-hero__subtitle > p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}

.contact-details {
  background: #2c2c2c;
}

.contact-details__inner {
  padding-top: 107px;
  padding-bottom: 133px;
}

.contact-details__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.37fr) minmax(0, 1fr);
  column-gap: 15.25%;
  align-items: start;
}

.contact-form-panel h2 {
  font-size: 82px;
  font-weight: 400;
  line-height: 100px;
  background: linear-gradient(90deg, #ff9e1c 0%, #ff352a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.contact-form-panel h2 > span {
  color:#ffffff;
  display: block;
}

.contact-form-panel > .contact-form {
  margin-top: 46px;
}

.contact-form__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
  row-gap: 29px;
}

.contact-field--wide {
  grid-column: 1 / -1;
}

.contact-field > label {
  display: block;
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 8px;
}

.contact-field > input,
.contact-field > textarea {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 16px;
  outline: 0;
}

.contact-field > textarea {
  aspect-ratio: 785 / 178;
  resize: vertical;
}

.contact-field > input:focus,
.contact-field > textarea:focus {
  border-color: #ee7700;
  box-shadow: 0 0 0 1px #ee7700;
}

.contact-form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 49px;
}

.human-check {
  flex: 0 1 283px;
  aspect-ratio: 283 / 72;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  margin-left: 1px;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  background: #f8f8f8;
  color: #666666;
  cursor: pointer;
}

.human-check > input {
  appearance: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  margin: 0;
  border: 2px solid #444444;
  border-radius: 0;
  background: #ffffff;
}

.human-check > input:checked {
  border-color: #ee7700;
  background: #ee7700;
  box-shadow: inset 0 0 0 5px #f8f8f8;
}

.human-check__copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  white-space: nowrap;
}

.contact-submit {
  flex: 0 1 241px;
  max-width: 241px;
  aspect-ratio: 241 / 52;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 5px 7px 22px;
  border: 1px solid #ee7700;
  border-radius: 999px;
  color: #ee7700 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  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 dark contact card's action row
 * instead of inheriting the plugin's standalone block margins. */
.contact-page .contact-form__actions .cf-turnstile {
  display: flex;
  width: min(100%, 600px);
  align-items: flex-end;
  flex: 0 1 auto;
  margin: 0;
  min-height: 65px;
}

.contact-submit > i {
  flex: 0 0 36px;
  width: 100%;
  max-width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #ee7700;
  color: #ffffff;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.contact-submit:focus-visible {
  box-shadow: 0 0 0 3px rgba(238, 119, 0, 0.35);
  outline: 0;
}

.contact-information {
  margin-top: 64px;
}

.contact-information h3,
.contact-social h3 {
  color: #999999;
  font-size: 32px;
  font-weight: 700;
  line-height: 64px;
  text-transform: capitalize;
}

.contact-information__list {
  margin-top: 17px;
}

.contact-information__item + .contact-information__item {
  margin-top: 47px;
}

.contact-information__item + .contact-information__item--address {
  margin-top: 36px;
}

.contact-information__item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  column-gap: 35px;
  align-items: start;
}

.contact-information__item > i {
  color: #ee7700;
  font-size: 40px;
  line-height: 1;
  padding-top: 6px;
  text-align: center;
}

.contact-information__item--address > i {
  padding-top: 17px;
}

.contact-information__content > strong {
  display: block;
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
}

.contact-information__content > a {
  display: block;
  margin-top: 11px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  overflow-wrap: anywhere;
}

.contact-information__content > address {
  margin-top: 0;
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  overflow-wrap: anywhere;
}

@media (min-width: 1281px) {
  .contact-form__fields {
    width: calc(100% + 1px);
  }

  .contact-information__content > address {
    width: calc(100% + 10px);
  }
}

.contact-information__divider {
  margin-top: 57px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-social {
  margin-top: 50px;
  margin-left: 1px;
}

.contact-social__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}

.contact-social__links > a {
  width: 46px;
  height: 46px;
  border: 1px solid #ee7700;
  border-radius: 50%;
  color: #ee7700;
  font-size: 27px;
  line-height: 44px;
  text-align: center;
}

.contact-social__links > a > i {
  font-size: 27px;
  line-height: 44px;
}

.contact-social__links > a:focus-visible {
  background: #ee7700;
  color: #ffffff;
  outline: 0;
}

.trust-section {
  background: #de7023 url("/wp-content/uploads/2026/08/cus-2.png") center / cover no-repeat;
}

.trust-section__inner {
  padding-top: 106px;
  padding-bottom: 88px;
}

.trust-section h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 24px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
}

.trust-section h2 > strong {
  font-size: 64px;
  font-weight: 700;
}

.trust-section__intro {
  margin-top: 24px;
  padding-left: 1px;
}

.trust-section__intro > p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(338px, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.trust-card {
  display: flex;
  flex-direction: column;
  padding: 31px 32px 23px;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: #ffffff;
}

.trust-card > img {
  width: 100%;
  max-width: 64px;
  height: auto;
  flex-shrink: 0;
}

.trust-card__copy {
  margin-top: auto;
  padding-top: 24px;
}

.trust-card__copy > p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1360px) {
  .contact-form-panel h2 {
    font-size: 64px;
    line-height: 78px;
  }
}

@media (max-width: 1280px) {
  .contact-hero__content {
    padding: 20px;
  }

  .contact-hero h1 {
    font-size: 88px;
  }

  .contact-hero__subtitle {
    margin-top: 22px;
  }

  .contact-hero__subtitle > p {
    font-size: 22px;
    line-height: 34px;
  }

  .contact-details__inner {
    padding-top: 96px;
    padding-bottom: 104px;
  }

  .contact-details__layout {
    column-gap: 8%;
  }

  .contact-form-panel h2 {
    font-size: 64px;
    line-height: 78px;
  }

  .trust-section__inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1100px) {
  .contact-details__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form-panel {
    max-width: 800px;
  }

  .contact-information {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .contact-hero__media {
    height: 100%;
    object-fit: cover;
  }

  .contact-hero__content {
    padding: 54px 20px;
  }

  .contact-hero h1 {
    font-size: 56px;
  }

  .contact-hero__subtitle {
    margin-top: 14px;
  }

  .contact-hero__subtitle > p {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-details__inner {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .contact-form-panel h2 {
    font-size: 48px;
    line-height: 58px;
  }

  .contact-form-panel > .contact-form {
    margin-top: 30px;
  }

  .contact-form__fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-field--wide {
    grid-column: auto;
  }

  .contact-field > textarea {
    aspect-ratio: 16 / 6;
  }

  .contact-form__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .human-check,
  .contact-submit {
    flex-basis: auto;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
  }

  .human-check {
    margin-left: 0;
    padding: 14px 12px;
  }

  .contact-submit {
    padding: 7px 7px 7px 20px;
  }

  .contact-information h3,
  .contact-social h3 {
    font-size: 28px;
    line-height: 48px;
  }

  .contact-information__list {
    margin-top: 17px;
  }

  .contact-information__item + .contact-information__item,
  .contact-information__item + .contact-information__item--address {
    margin-top: 34px;
  }

  .contact-information__item--address > i {
    padding-top: 6px;
  }

  .contact-information__item {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 20px;
  }

  .contact-information__divider {
    margin-top: 48px;
  }

  .contact-social {
    margin-top: 36px;
    margin-left: 0;
  }

  .trust-section__inner {
    padding-top: 72px;
    padding-bottom: 78px;
  }

  .trust-section h2 {
    gap: 0 16px;
    font-size: 40px;
    line-height: 52px;
  }

  .trust-section h2 > strong {
    font-size: 52px;
  }

  .trust-section__intro > p {
    line-height: 26px;
  }

  .trust-section__intro > p > br {
    display: none;
  }

  .trust-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 640px) {
  .trust-cards {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
  }

  .trust-card {
    aspect-ratio: auto;
    padding: 20px;
  }

  .trust-card__copy {
    margin-top: 48px;
  }
}

@media (max-width: 480px) {
  .contact-shell {
    padding-inline: 16px;
  }

  .contact-hero__content {
    padding: 46px 16px;
  }

  .contact-hero h1 {
    font-size: 42px;
  }

  .contact-hero__subtitle > p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-form-panel h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .contact-field > label {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-information__content > a {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-information__content > address {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-social__links {
    gap: 14px;
  }

  .contact-social__links > a {
    width: 46px;
    height: 46px;
    font-size: 24px;
    line-height: 44px;
  }

  .trust-section h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .trust-section h2 > strong {
    font-size: 44px;
  }
}

/* Tablet-only density overrides; desktop remains frozen. */
@media (min-width: 853px) and (max-width: 1108px) {
  .contact-hero h1 {
    font-size: 64px;
  }

  .contact-hero__subtitle {
    margin-top: 18px;
  }

  .contact-hero__subtitle > p {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-details__inner {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .contact-form-panel h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .contact-form-panel > .contact-form {
    margin-top: 36px;
  }

  .contact-information {
    margin-top: 64px;
  }

  .contact-information__item > i {
    font-size: 36px;
  }

  .contact-information__content > a {
    font-size: 20px;
    line-height: 24px;
  }

  .contact-information__content > address {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-social__links > a {
    width: 44px;
    height: 44px;
    line-height: 42px;
  }

  .contact-social__links > a > i {
    line-height: 42px;
  }

  .trust-section__inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .trust-section h2 {
    gap: 0 16px;
    font-size: 36px;
    line-height: 48px;
  }

  .trust-section h2 > strong {
    font-size: 44px;
  }

  .trust-cards {
    gap: 24px;
    margin-top: 32px;
  }

  .trust-card {
    aspect-ratio: auto;
    padding: 24px;
  }

  .trust-card > img {
    max-width: 56px;
  }

  .trust-card__copy {
    margin-top: 48px;
  }
}

/* Mobile-only density and typography overrides; desktop remains frozen. */
@media (max-width: 852px) {
  .contact-hero__media {
    height: 100%;
    object-fit: cover;
  }

  .contact-hero__content {
    padding: 40px 20px;
  }

  .contact-hero h1 {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-hero__subtitle {
    margin-top: 10px;
  }

  .contact-hero__subtitle > p {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-details__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-form-panel h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-form-panel > .contact-form {
    margin-top: 24px;
  }

  .contact-form__fields {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
  }

  .contact-field--wide {
    grid-column: auto;
  }

  .contact-field > label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-field > input,
  .contact-field > textarea {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 12px;
  }

  .contact-page .contact-form__actions .cf-turnstile {
    max-width: 100%;
    flex-basis: auto;
  }

  .contact-field > textarea {
    min-height: 120px;
    aspect-ratio: 4 / 1;
  }

  .contact-form__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 28px;
  }

  .human-check,
  .contact-submit {
    flex-basis: auto;
    width: 100%;
    max-width: none;
    aspect-ratio: auto;
  }

  .human-check {
    margin-left: 0;
    padding: 12px;
  }

  .human-check__copy {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-submit {
    padding: 6px 6px 6px 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact-submit > i {
    flex-basis: 32px;
    max-width: 32px;
    font-size: 16px;
    line-height: 32px;
  }

  .contact-information {
    margin-top: 48px;
  }

  .contact-information h3,
  .contact-social h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-information__list {
    margin-top: 12px;
  }

  .contact-information__item + .contact-information__item,
  .contact-information__item + .contact-information__item--address {
    margin-top: 24px;
  }

  .contact-information__item {
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 14px;
  }

  .contact-information__item > i {
    padding-top: 4px;
    font-size: 30px;
  }

  .contact-information__item--address > i {
    padding-top: 4px;
  }

  .contact-information__content > strong {
    font-size: 14px;
    line-height: 18px;
  }

  .contact-information__content > a {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .contact-information__content > address {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-information__divider {
    margin-top: 32px;
  }

  .contact-social {
    margin-top: 28px;
  }

  .contact-social__links {
    gap: 12px;
    margin-top: 12px;
  }

  .contact-social__links > a {
    width: 42px;
    height: 42px;
    font-size: 22px;
    line-height: 40px;
  }

  .contact-social__links > a > i {
    font-size: 22px;
    line-height: 40px;
  }

  .trust-section__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .trust-section h2 {
    gap: 0 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .trust-section h2 > strong {
    font-size: 20px;
  }

  .trust-section__intro {
    margin-top: 16px;
  }

  .trust-section__intro > p,
  .trust-card__copy > p {
    font-size: 14px;
    line-height: 21px;
  }

  .trust-cards {
    gap: 16px;
    margin-top: 24px;
  }

  .trust-card {
    aspect-ratio: auto;
    padding: 20px;
  }

  .trust-card > img {
    max-width: 48px;
  }

  .trust-card__copy {
    margin-top: 32px;
  }
}

@media (max-width: 389px) {
  .contact-shell {
    padding-inline: 14px;
  }

  .contact-hero__content {
    padding: 28px 14px;
  }

  .contact-details__inner,
  .trust-section__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form__fields {
    row-gap: 18px;
  }

  .contact-information {
    margin-top: 40px;
  }

  .contact-information__item {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 12px;
  }

  .contact-information__item > i {
    font-size: 28px;
  }

  .contact-information__content > address {
    font-size: 14px;
    line-height: 21px;
  }

  .trust-card {
    padding: 18px;
  }

  .trust-card > img {
    max-width: 42px;
  }

  .trust-card__copy {
    margin-top: 24px;
  }
}

/* Restrained interaction motion; no rule in this block changes layout geometry. */
.contact-page {
  --motion-page-duration: 220ms;
  --motion-interaction-fast: 160ms;
  --motion-interaction: 240ms;
  --motion-interaction-slow: 320ms;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-page.motion-page-fade {
  animation: contactPageFadeIn var(--motion-page-duration) var(--motion-ease) both;
}

@keyframes contactPageFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contact-field > label,
.contact-field > input,
.contact-field > textarea,
.human-check,
.human-check > input,
.contact-submit,
.contact-submit > i,
.contact-information__content > a,
.contact-social__links > a,
.contact-social__links > a > i,
.trust-card,
.trust-card > img {
  transition-timing-function: var(--motion-ease);
}

.contact-field > label {
  transition-duration: var(--motion-interaction-fast);
  transition-property: color;
}

.contact-field > input,
.contact-field > textarea {
  transition-duration: var(--motion-interaction-fast);
  transition-property: background-color, border-color, box-shadow;
}

.contact-field:focus-within > label {
  color: #ee7700;
}

.human-check {
  transition-duration: var(--motion-interaction-fast);
  transition-property: background-color, border-color;
}

.human-check > input {
  transition-duration: var(--motion-interaction-fast);
  transition-property: background-color, border-color, box-shadow;
}

.human-check > input:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(238, 119, 0, 0.28);
}

.human-check:focus-within {
  border-color: #ee7700;
}

.contact-page a.contact-submit,
.contact-page a.contact-submit:link,
.contact-page a.contact-submit:visited,
.contact-page a.contact-submit:active {
  color: #ee7700 !important;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.contact-page a.contact-submit {
  transition-duration: var(--motion-interaction);
  transition-property: background-color, border-color, box-shadow, color, transform;
}

.contact-page a.contact-submit > i {
  transition-duration: var(--motion-interaction-fast);
  transition-property: background-color, color, transform;
}

.contact-page a.contact-submit:focus,
.contact-page a.contact-submit:focus-visible {
  outline: 0;
  box-shadow: none;
}

.contact-page a.contact-submit:focus-visible {
  background: rgba(238, 119, 0, 0.18);
  text-decoration: none;
  transform: translateY(-2px);
}

.contact-page a.contact-submit:focus-visible > i {
  transform: translateX(2px);
}

.contact-page a.contact-submit:active {
  background: transparent;
  box-shadow: none;
  transform: translateY(1px);
}

.contact-page a.contact-submit:active > i {
  background: #ee7700;
  color: #ffffff;
  transform: none;
}

.contact-page .contact-information__content > a,
.contact-page .contact-information__content > a:link,
.contact-page .contact-information__content > a:visited,
.contact-page .contact-information__content > a:active {
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.contact-page .contact-information__content > a {
  transition-duration: var(--motion-interaction-fast);
  transition-property: color, text-decoration-color, transform;
}

.contact-page .contact-information__content > a:focus,
.contact-page .contact-information__content > a:focus-visible {
  outline: 0;
}

.contact-page .contact-information__content > a:focus-visible {
  color: #ee7700;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transform: translateX(3px);
}

.contact-page .contact-information__content > a:active {
  color: #ffffff;
  text-decoration: none;
  transform: none;
}

.contact-page .contact-social__links > a,
.contact-page .contact-social__links > a:link,
.contact-page .contact-social__links > a:visited,
.contact-page .contact-social__links > a:active {
  background: transparent;
  color: #ee7700;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.contact-page .contact-social__links > a {
  transition-duration: var(--motion-interaction);
  transition-property: background-color, border-color, color, transform;
}

.contact-page .contact-social__links > a > i {
  transition-duration: var(--motion-interaction-fast);
  transition-property: transform;
}

.contact-page .contact-social__links > a:focus,
.contact-page .contact-social__links > a:focus-visible {
  outline: 0;
}

.contact-page .contact-social__links > a:focus-visible {
  background: #ee7700;
  color: #ffffff;
  transform: translateY(-2px);
}

.contact-page .contact-social__links > a:focus-visible > i {
  transform: scale(1.08);
}

.contact-page .contact-social__links > a:active {
  background: transparent;
  color: #ee7700;
  transform: scale(0.97);
}

.trust-card {
  transition-duration: var(--motion-interaction-slow);
  transition-property: background-color, border-color, box-shadow, transform;
}

.trust-card > img {
  transition-duration: var(--motion-interaction-slow);
  transition-property: transform;
}

.contact-page [data-motion-reveal] {
  --contact-motion-delay: 0ms;
}

.contact-page [data-motion-reveal].is-motion-entering {
  animation: contactRevealUp var(--motion-interaction-fast) var(--motion-ease) var(--contact-motion-delay) both;
}

[data-motion-reveal="fade"].is-motion-entering {
  animation-name: contactRevealFade;
}

.contact-page [data-motion-reveal].is-motion-visible {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .contact-field > input:hover,
  .contact-field > textarea:hover {
    border-color: rgba(238, 119, 0, 0.72);
  }

  .contact-page .contact-form__actions .cf-turnstile {
    margin: 0;
  }

  .human-check:hover {
    border-color: #ee7700;
    background: #ffffff;
  }

  .contact-page a.contact-submit:hover:not(:active) {
    background: #ee7700;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    color: #ffffff !important;
    transform: translateY(-2px);
  }

  .contact-page a.contact-submit:hover:not(:active) > i {
    background: #ffffff;
    color: #ee7700;
    transform: translateX(2px);
  }

  .contact-page .contact-information__content > a:hover:not(:active) {
    color: #ee7700;
    transform: translateX(3px);
  }

  .contact-page .contact-social__links > a:hover:not(:active) {
    background: #ee7700;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .contact-page .contact-social__links > a:hover:not(:active) > i {
    transform: scale(1.08);
  }

  .trust-card:hover {
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 14px 30px rgba(94, 35, 0, 0.18);
    transform: translateY(-4px);
  }

  .trust-card:hover > img {
    transform: scale(1.06);
  }
}

@keyframes contactRevealUp {
  from {
    opacity: 0.88;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes contactRevealFade {
  from {
    opacity: 0.9;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-page.motion-page-fade,
  .contact-page [data-motion-reveal].is-motion-entering {
    animation: none;
  }

  .contact-field > label,
  .contact-field > input,
  .contact-field > textarea,
  .human-check,
  .human-check > input,
  .contact-submit,
  .contact-submit > i,
  .contact-information__content > a,
  .contact-social__links > a,
  .contact-social__links > a > i,
  .trust-card,
  .trust-card > img {
    transition-duration: 0.01ms;
  }

  .contact-page [data-motion-reveal] {
    opacity: 1;
    transform: none;
  }
}
