html.hjfp-page-has-footer,
body.hjfp-page-has-footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow-x: clip !important;
}

.hjfp-host-wrapper,
.elementor-widget-shortcode:has(.hjfp-shell),
.elementor-shortcode:has(.hjfp-shell),
.wp-block-shortcode:has(.hjfp-shell),
.wp-block-html:has(.hjfp-shell) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.hjfp-shell,
.hjfp-shell * {
  box-sizing: border-box;
}

.hjfp-shell {
  position: relative;
  display: block;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #000 !important;
  color: #fff;
  font-family: inherit;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.hjfp-shell.hjfp-is-portalled {
  clear: both;
  float: none;
}

.hjfp-shell input,
.hjfp-shell button,
.hjfp-shell textarea,
.hjfp-shell select {
  font: inherit;
}

.hjfp-footer {
  position: relative;
  display: block;
  width: 100%;
  max-width: none !important;
  min-height: var(--hjfp-min-height, 700px);
  margin: 0 !important;
  overflow: hidden;
  isolation: isolate;
  background: #000 !important;
  color: #fff;
}

.hjfp-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-color: #000;
  background-image:
    linear-gradient(rgba(0, 0, 0, var(--hjfp-bg-overlay-opacity, .76)), rgba(0, 0, 0, var(--hjfp-bg-overlay-opacity, .76))),
    var(--hjfp-footer-bg-image, none);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hjfp-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: transparent;
}

.hjfp-footer.has-glow::after {
  background:
    radial-gradient(44% 54% at 31% 77%, rgba(30, 77, 194, .18) 0%, rgba(15, 35, 93, .09) 39%, transparent 73%),
    radial-gradient(36% 52% at 58% 83%, rgba(113, 33, 170, .19) 0%, rgba(61, 17, 87, .10) 44%, transparent 75%),
    radial-gradient(30% 43% at 73% 88%, rgba(191, 49, 40, .12) 0%, rgba(85, 15, 24, .06) 46%, transparent 76%);
}


.hjfp-inner {
  width: min(100%, var(--hjfp-content-width, 1480px));
  max-width: 100%;
  min-width: 0;
  min-height: inherit;
  margin: 0 auto;
  padding: 54px clamp(24px, 5vw, 76px) 24px;
  display: flex;
  flex-direction: column;
}

.hjfp-top__main {
  max-width: 780px;
}

.hjfp-eyebrow {
  margin: 0 0 15px;
  color: var(--hjfp-accent, #8ab3ff);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.hjfp-title {
  max-width: 760px;
  margin: 0;
  color: var(--hjfp-heading-color, #f4f4f6);
  font-family: inherit;
  font-size: clamp(34px, 3.7vw, 58px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -.055em;
}

.hjfp-form {
  position: relative;
  width: min(100%, 450px);
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 7px 8px 7px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(18px);
}

.hjfp-form input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
}

.hjfp-form input::placeholder {
  color: rgba(255,255,255,.56);
  opacity: 1;
}

.hjfp-form button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 17px;
  border: 0;
  border-radius: 13px;
  background: var(--hjfp-button-bg, #f5f3ef);
  color: var(--hjfp-button-color, #111);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.hjfp-form button:hover {
  transform: translateY(-1px);
  filter: brightness(1.035);
}

.hjfp-form__status {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

.hjfp-middle {
  margin-top: clamp(78px, 10vh, 112px);
  display: grid;
  grid-template-columns: minmax(290px, 1fr) auto;
  align-items: end;
  gap: 44px;
}

.hjfp-contact__label {
  margin: 0 0 8px;
  color: var(--hjfp-body-color, #9f9fab);
  font-size: 12px;
  line-height: 1.4;
}

.hjfp-contact__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -.03em;
}

.hjfp-contact__link span {
  font-size: .86em;
  opacity: .8;
  transition: transform .18s ease;
}

.hjfp-contact__link:hover span {
  transform: translate(2px, -2px);
}

.hjfp-nav__list,
.hjfp-policies__list,
.hjfp-social__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hjfp-nav__list {
  justify-content: flex-end;
  gap: 14px 31px;
}

.hjfp-nav a,
.hjfp-policies a,
.hjfp-social a {
  position: relative;
  color: rgba(255,255,255,.94);
  text-decoration: none;
}

.hjfp-nav a {
  font-size: clamp(15px, 1.05vw, 19px);
  line-height: 1.2;
  letter-spacing: -.025em;
}

.hjfp-nav a::after,
.hjfp-policies a::after,
.hjfp-social a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -4px;
  height: 1px;
  background: currentColor;
  transition: right .18s ease;
}

.hjfp-nav a:hover::after,
.hjfp-policies a:hover::after,
.hjfp-social a:hover::after {
  right: 0;
}

.hjfp-brand-lockup {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: auto;
  padding-top: clamp(78px, 10vh, 116px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.7vw, 42px);
  color: #fff;
  overflow: visible;
}

.hjfp-brand-icon {
  flex: 0 0 auto;
  width: min(var(--hjfp-logo-size, 190px), 21vw);
  height: auto;
  max-height: 230px;
  object-fit: contain;
}

.hjfp-brand-word {
  min-width: 0;
  max-width: 100%;
  color: #fff;
  font-family: inherit;
  font-size: clamp(104px, 14.4vw, 252px);
  font-weight: 600;
  line-height: .78;
  letter-spacing: -.085em;
  white-space: nowrap;
}

.hjfp-bottom {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 24px;
  padding-top: 20px;
}

.hjfp-copyright {
  margin: 0;
  color: var(--hjfp-body-color, #9f9fab);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: -.01em;
}

.hjfp-policies__list {
  justify-content: center;
  gap: 10px 18px;
}

.hjfp-social__list {
  justify-content: flex-end;
  gap: 10px 18px;
}

.hjfp-policies a,
.hjfp-social a {
  color: var(--hjfp-body-color, #9f9fab);
  font-size: 10px;
  line-height: 1.3;
}

@media (max-width: 980px) {
  .hjfp-inner {
    padding: 46px 30px 22px;
  }

  .hjfp-middle {
    margin-top: 72px;
    gap: 28px;
  }

  .hjfp-nav__list {
    gap: 12px 21px;
  }

  .hjfp-brand-lockup {
    padding-top: 72px;
  }

  .hjfp-brand-word {
    font-size: clamp(82px, 14vw, 150px);
  }
}

@media (max-width: 760px) {
  .hjfp-footer {
    min-height: auto;
  }

  .hjfp-inner {
    min-height: 680px;
    padding: 40px 22px 20px;
  }

  .hjfp-title {
    font-size: clamp(34px, 9vw, 52px);
  }

  .hjfp-middle {
    margin-top: 66px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hjfp-nav__list {
    justify-content: flex-start;
  }

  .hjfp-brand-lockup {
    padding-top: 64px;
    gap: 16px;
  }

  .hjfp-brand-icon {
    width: min(var(--hjfp-logo-size, 190px), 23vw);
  }

  .hjfp-brand-word {
    font-size: clamp(56px, 17vw, 110px);
  }

  .hjfp-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 10px;
    padding-top: 24px;
  }

  .hjfp-policies__list,
  .hjfp-social__list {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .hjfp-brand-lockup {
    gap: 12px;
  }

  .hjfp-brand-word {
    font-size: clamp(48px, 16.5vw, 70px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hjfp-footer *,
  .hjfp-footer *::before,
  .hjfp-footer *::after {
    transition: none !important;
  }
}
