html {
  scroll-behavior: smooth;
}

.jf-page-hero {
  isolation: isolate;
}

.jf-page-hero > img {
  z-index: 0;
  opacity: .96 !important;
  filter: brightness(.9) saturate(1.04) contrast(1.02) !important;
  transform: scale(1.01);
}

.jf-page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 8, 23, .62), rgba(15, 23, 42, .32) 36%, rgba(15, 23, 42, .08) 66%, rgba(15, 23, 42, 0)),
    linear-gradient(180deg, rgba(2, 8, 23, .08), rgba(2, 8, 23, .18));
  content: "";
  pointer-events: none;
}

.jf-page-hero > .absolute:not(img) {
  z-index: 1;
}

.jf-page-hero > .relative {
  z-index: 2;
}

.jf-products-hero {
  margin: 0;
}

.jf-products-hero + .jf-products-main {
  margin-top: 0;
}

.jf-news-grid {
  display: grid;
  gap: 18px;
}

.jf-news-grid-latest {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jf-news-grid-archive {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jf-news-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.jf-news-card:hover,
.jf-news-card.is-open {
  border-color: rgba(33, 80, 170, 0.28);
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.1);
}

.jf-news-card:hover {
  transform: translateY(-3px);
}

.jf-news-open {
  display: grid;
  width: 100%;
  grid-template-columns: 184px minmax(0, 1fr);
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}

.jf-news-card.is-compact .jf-news-open {
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 16px;
}

.jf-news-archive-modern {
  gap: 16px;
}

.jf-news-archive-modern .jf-news-card {
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.jf-news-archive-modern .jf-news-thumb {
  aspect-ratio: 1 / 1;
}

.jf-news-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef4fb;
}

.jf-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.jf-news-card:hover .jf-news-thumb img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.03);
}

.jf-news-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.jf-news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  line-height: 1.5;
}

.jf-news-meta span:first-child {
  background: #eff6ff;
  color: #2150aa;
  padding: 4px 8px;
  font-weight: 700;
}

.jf-news-views {
  position: relative;
  padding-left: 16px;
}

.jf-news-views::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
  opacity: 0.55;
}

.jf-news-body strong {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  color: #020617;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jf-news-card.is-compact .jf-news-body strong {
  font-size: 18px;
}

.jf-news-summary {
  display: -webkit-box;
  margin-top: 10px;
  overflow: hidden;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jf-news-action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #2150aa;
  font-size: 14px;
  font-weight: 800;
}

.jf-news-card.is-open .jf-news-action {
  color: #0f766e;
}

.jf-news-card.is-open .jf-news-action::before {
  content: "收起新闻详情";
  font-size: 14px;
}

.jf-news-card.is-open .jf-news-action {
  font-size: 0;
}

.jf-news-card.is-open .jf-news-action .jf-arrow {
  font-size: 14px;
  transform: rotate(90deg);
}

.jf-news-detail-hero {
  border-bottom: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .08), transparent 40%),
    #f8fafc;
}

.jf-news-back {
  display: inline-flex;
  align-items: center;
  color: #2150aa;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.jf-news-back::before {
  margin-right: 8px;
  content: "←";
}

.jf-news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #64748b;
  font-size: 14px;
}

.jf-news-detail-meta span:first-child {
  background: #eff6ff;
  color: #2150aa;
  padding: 6px 10px;
  font-weight: 800;
}

.jf-news-article {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.jf-news-detail-cover {
  aspect-ratio: 16 / 7;
  overflow: hidden;
  background: #eef4fb;
}

.jf-news-detail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-news-article-content {
  padding: clamp(24px, 4vw, 46px);
  color: #475569;
  font-size: 16px;
  line-height: 2.05;
}

.jf-news-article-content p + p {
  margin-top: 18px;
}

.jf-news-source-line {
  margin-top: 30px;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.jf-news-source-line a {
  color: #2150aa;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.jf-news-side {
  position: sticky;
  top: 110px;
  align-self: start;
  border: 1px solid #e2e8f0;
  background: #fff;
  padding: 18px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

.jf-news-side h2 {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.jf-related-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.jf-related-list a {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
  text-decoration: none;
}

.jf-related-list img {
  width: 72px;
  height: 54px;
  object-fit: cover;
  background: #eef4fb;
}

.jf-news-detail {
  border-top: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #f8fafc, #fff);
}

.jf-news-detail-inner {
  padding: 0 24px 24px;
  color: #475569;
  font-size: 15px;
  line-height: 2;
}

.jf-news-detail-inner p {
  margin-top: 14px;
}

.jf-news-detail-inner a {
  display: inline-flex;
  margin-top: 18px;
  color: #2150aa;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 1180px) {
  .jf-news-grid-archive {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .jf-news-grid-latest,
  .jf-news-grid-archive {
    grid-template-columns: 1fr;
  }

  .jf-news-open,
  .jf-news-card.is-compact .jf-news-open {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .jf-news-body strong {
    font-size: 17px;
  }

  .jf-news-summary {
    -webkit-line-clamp: 1;
  }

  .jf-news-side {
    position: static;
  }
}

@media (max-width: 520px) {
  .jf-news-open,
  .jf-news-card.is-compact .jf-news-open {
    grid-template-columns: 1fr;
  }

  .jf-news-thumb {
    aspect-ratio: 16 / 9;
  }
}

body {
  opacity: 1;
  transform: none;
}

main {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

body.page-ready main {
  opacity: 1;
  transform: translateY(0);
}

body.is-soft-loading main {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}

header {
  transform: translateZ(0);
  will-change: box-shadow;
}

header > div {
  flex-wrap: nowrap !important;
}

header nav {
  flex: 1 1 auto;
  justify-content: center;
}

header form[data-fast-search] {
  flex: 0 0 320px;
  max-width: 320px;
}

header a {
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

header nav > a,
header nav > .jf-nav-dropdown-group > .jf-nav-dropdown-trigger {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  transform: translateZ(0);
}

header nav > a::before,
header nav > .jf-nav-dropdown-group > .jf-nav-dropdown-trigger::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: #2150aa;
  opacity: 0;
  transform: scaleX(.18);
  transform-origin: center;
  transition: opacity 360ms cubic-bezier(.16, 1, .3, 1), transform 380ms cubic-bezier(.16, 1, .3, 1);
}

header nav > .jf-nav-dropdown-group > .jf-nav-dropdown-trigger::before {
  right: 12px;
}

header nav > a:hover::before,
header nav > a:focus-visible::before,
header nav > a.text-jfblue::before,
header nav > .jf-nav-dropdown-group:hover > .jf-nav-dropdown-trigger::before,
header nav > .jf-nav-dropdown-group:focus-within > .jf-nav-dropdown-trigger::before,
header nav > .jf-nav-dropdown-group > .jf-nav-dropdown-trigger.text-jfblue::before {
  opacity: 1;
  transform: scaleX(1);
}

header nav > a:hover,
header nav > .jf-nav-dropdown-group:hover > .jf-nav-dropdown-trigger {
  color: inherit;
}

.jf-nav-dropdown-group {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
}

.jf-nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
}

.jf-nav-dropdown-trigger::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-nav-dropdown-group:hover .jf-nav-dropdown-trigger::after,
.jf-nav-dropdown-group:focus-within .jf-nav-dropdown-trigger::after {
  transform: rotate(225deg) translate(-1px, -1px);
}

.jf-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 70;
  display: grid;
  min-width: 142px;
  gap: 2px;
  padding: 8px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 34px rgba(15, 23, 42, .12);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -10px, 0) scale(0.96);
  transition: opacity 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-product-menu {
  min-width: 156px;
}

.jf-nav-dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 12px;
}

.jf-nav-dropdown-group:hover .jf-nav-dropdown-menu,
.jf-nav-dropdown-group:focus-within .jf-nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.jf-nav-dropdown-menu a {
  display: block;
  border: 0 !important;
  border-radius: 8px;
  padding: 8px 10px;
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  transform: none;
}

.jf-nav-dropdown-menu a:hover {
  background: #eff6ff;
  color: #2150aa;
  transform: none;
}

header form {
  transition: box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

header form:focus-within {
  border-color: #2150aa;
  box-shadow: 0 0 0 4px rgba(33, 80, 170, .10);
}

.jf-brand-logo {
  display: block;
  width: 248px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.jf-brand-link {
  flex: 0 0 auto;
  min-width: 248px;
}

.jf-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.jf-reveal.jf-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Image Loading Animation */
img {
  transition: opacity 500ms ease-out, filter 500ms ease-out, transform 500ms ease-out;
}

img[loading="lazy"]:not(.is-loaded),
img[data-src]:not(.is-loaded) {
  opacity: 0;
  filter: blur(8px);
}

img.is-loaded {
  opacity: 1;
  filter: blur(0);
}

.jf-global-matrix-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 60;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-12px);
  pointer-events: none;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #dbe3ee;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .12);
  backdrop-filter: blur(14px);
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

header:has(.jf-global-matrix-panel.is-open) {
  box-shadow: 0 16px 38px rgba(15, 23, 42, .10);
}

.jf-global-matrix-panel.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.jf-global-matrix-panel .matrix-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 34px;
  padding: 28px 0 30px;
}

.jf-global-matrix-panel .matrix-intro {
  border-right: 1px solid #e2e8f0;
  padding-right: 28px;
}

.jf-global-matrix-panel h2,
.jf-global-matrix-panel h3 {
  margin: 0;
}

.jf-global-matrix-panel h2 {
  color: #2150aa;
  font-size: 24px;
  font-weight: 700;
}

.jf-global-matrix-panel h3 {
  color: #0f172a;
  font-size: 17px;
  font-weight: 700;
}

.jf-global-matrix-panel p {
  margin: 14px 0 0;
  max-width: 360px;
  color: #64748b;
  line-height: 1.75;
}

.jf-global-matrix-panel .matrix-links {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.jf-global-matrix-panel a {
  color: #64748b;
  font-size: 14px;
  font-weight: 650;
  transition: color 180ms ease-out, transform 180ms ease-out;
}

.jf-global-matrix-panel a:hover {
  color: #2150aa;
  transform: translateX(5px);
}

.jf-card-hover {
  transform: translateZ(0);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.jf-card-hover:hover {
  transform: translate3d(0, -4px, 0);
}

article {
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 400ms cubic-bezier(0.16, 1, 0.3, 1), border-color 400ms ease-out, background 400ms ease-out;
  transform: translateZ(0);
  will-change: transform, box-shadow;
}

article:hover {
  transform: translate3d(0, -4px, 0);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .08), 0 8px 16px rgba(15, 23, 42, .04);
}

.jf-arrow {
  display: inline-block;
  margin-left: 6px;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

article:hover .jf-arrow,
a:hover .jf-arrow,
button:hover .jf-arrow {
  transform: translateX(6px);
}

.jf-footer a {
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1), transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-footer a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.jf-footer-modern {
  padding: 20px 0 12px !important;
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .16), transparent 34%),
    #06111f !important;
  color: #cbd5e1;
}

.jf-footer-inner {
  display: grid;
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  grid-template-columns: minmax(300px, 1fr) minmax(260px, 360px) minmax(330px, 1fr);
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.jf-footer-brand {
  justify-self: start;
}

.jf-footer-brand img {
  width: 238px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.jf-footer-brand p {
  margin: 10px 0 0;
  color: #b6c2d4;
  font-size: 14px;
  line-height: 1.55;
}

.jf-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: center;
  gap: 10px 18px;
  max-width: 320px;
}

.jf-footer-links a {
  color: #cbd5e1;
  font-size: 14px;
  font-weight: 750;
}

.jf-footer-contact {
  display: grid;
  justify-self: end;
  justify-items: end;
  gap: 6px;
  text-align: right;
}

.jf-footer-contact span {
  color: #94a3b8;
  font-size: 14px;
  line-height: 1.55;
}

.jf-footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: min(1280px, calc(100% - 32px));
  margin: 18px auto 0;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, .18);
  align-items: center;
  gap: 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.jf-footer-legal a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
}

.jf-footer-legal a:hover {
  color: #fff;
  transform: none;
}

.jf-footer-copy {
  color: #7f8da3;
}

.jf-police-record img {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.jf-skeleton {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  border: 1px solid #e2e8f0;
  background: #f1f5f9;
}

.jf-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .75), transparent);
  animation: jf-shimmer 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.jf-floating-contact {
  position: fixed;
  right: 22px;
  top: 52%;
  z-index: 80;
  display: grid;
  gap: 10px;
  transform: translateY(-50%);
}

.jf-contact-item {
  position: relative;
  display: grid;
  justify-items: end;
}

.jf-contact-trigger {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(33, 80, 170, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .96);
  color: #2150aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
  backdrop-filter: blur(12px);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), color 400ms cubic-bezier(0.16, 1, 0.3, 1), background 400ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-contact-item:hover .jf-contact-trigger,
.jf-contact-item:focus-within .jf-contact-trigger {
  color: #fff;
  background: #2150aa;
  transform: translateX(-4px);
  box-shadow: 0 18px 40px rgba(33, 80, 170, .24);
}

.jf-contact-panel {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 240px;
  min-height: 76px;
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 58px rgba(15, 23, 42, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(16px, -50%, 0) scale(0.96);
  transition: opacity 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-contact-item:hover .jf-contact-panel,
.jf-contact-item:focus-within .jf-contact-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, -50%, 0) scale(1);
}

.jf-contact-panel strong {
  display: block;
  color: #0f172a;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}

.jf-contact-panel p,
.jf-contact-panel a {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.jf-contact-panel p + p {
  margin-top: 4px;
}

.jf-contact-panel a:hover {
  color: #2150aa;
}

.jf-contact-panel img {
  width: 60%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin-top: 12px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
  display: block;
}

.jf-action-list {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}

.jf-action-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 200ms ease, color 200ms ease;
}

.jf-action-list a:hover {
  background: #eff6ff;
  color: #2150aa;
}

.jf-action-list img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.jf-action-list i {
  color: #64748b;
  transition: color 200ms ease;
}

.jf-action-list a:hover i {
  color: #2150aa;
}

.jf-wechat-box {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}

.jf-wechat-box img {
  width: 96px !important;
  height: 96px !important;
  margin: 0 !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06) !important;
}

.jf-wechat-info {
  flex: 1;
  display: grid;
  gap: 4px;
}

.jf-wechat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 4px;
  padding: 6px 10px;
  background: #07c160;
  color: #fff !important;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 200ms ease, transform 200ms ease;
}

.jf-wechat-btn:hover {
  background: #06ad56;
  transform: translateY(-1px);
}

.jf-purchase-intent {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}

.jf-purchase-intent-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 14px 0;
  color: #334155;
  font-size: 14px;
}

.jf-purchase-intent-inner strong {
  color: #2150aa;
  font-size: 13px;
  letter-spacing: .14em;
}

.jf-purchase-intent-inner span {
  flex: 1 1 auto;
  font-weight: 700;
}

.jf-purchase-intent-inner a {
  border-radius: 999px;
  background: #2150aa;
  padding: 8px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-purchase-intent-inner a:hover {
  background: #173f8a;
}

.jf-floating-contact[data-variant="stacked-icons"] {
  right: 16px;
  top: 52%;
  gap: 0;
  width: 72px;
  overflow: visible;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 46px rgba(15, 23, 42, .12);
  backdrop-filter: blur(12px);
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item {
  position: relative;
  justify-items: stretch;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item + .jf-contact-item {
  border-top: 1px solid #d8e0ea;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-trigger {
  width: 70px;
  height: 70px;
  gap: 6px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:first-child .jf-contact-trigger {
  border-radius: 11px 11px 0 0;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:last-child .jf-contact-trigger {
  border-radius: 0 0 11px 11px;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-trigger svg {
  display: block;
  color: #666;
  width: 24px;
  height: 24px;
  transition: color 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-trigger span {
  display: block;
  line-height: 1.1;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:hover .jf-contact-trigger,
.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:focus-within .jf-contact-trigger {
  color: #2150aa;
  background: #f4f8ff;
  transform: none;
  box-shadow: none;
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:hover .jf-contact-trigger svg,
.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:focus-within .jf-contact-trigger svg {
  color: #2150aa;
  transform: translateY(-2px);
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-panel {
  right: 82px;
  width: 240px;
  min-height: 68px;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 20px 56px rgba(15, 23, 42, .14);
  transform: translate3d(16px, -50%, 0) scale(0.96);
  transition: opacity 400ms cubic-bezier(.16, 1, .3, 1), transform 400ms cubic-bezier(.16, 1, .3, 1);
}

.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:hover .jf-contact-panel,
.jf-floating-contact[data-variant="stacked-icons"] .jf-contact-item:focus-within .jf-contact-panel {
  transform: translate3d(0, -50%, 0) scale(1);
}



.jf-cert-showcase {
  position: relative;
  overflow: hidden;
  border: 1px solid #dbeafe;
  border-radius: 20px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.jf-cert-stage {
  position: relative;
  min-height: 380px;
}

.jf-cert-card {
  position: absolute;
  inset: 24px;
  display: grid;
  align-content: center;
  opacity: 0;
  transform: translate3d(5%, 0, 0) scale(.96);
  transition: opacity 500ms cubic-bezier(0.16, 1, 0.3, 1), transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-cert-card.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.jf-cert-card img {
  width: 100%;
  max-height: 330px;
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
}

.jf-cert-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 24px 22px;
}

.jf-cert-caption strong {
  color: #0f172a;
  font-size: 16px;
}

.jf-cert-dots {
  display: flex;
  gap: 8px;
}

.jf-cert-dots button {
  width: 32px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
  cursor: pointer;
  transition: width 400ms cubic-bezier(0.16, 1, 0.3, 1), background 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-cert-dots button.is-active {
  width: 46px;
  background: #2150aa;
}

.jf-map-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #dbeafe;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.jf-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 26px;
  border-bottom: 1px solid #e2e8f0;
}

.jf-map-link {
  flex: 0 0 auto;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  padding: 10px 16px;
  color: #2150aa;
  font-size: 13px;
  font-weight: 800;
  transition: background 400ms cubic-bezier(0.16, 1, 0.3, 1), color 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-map-link:hover {
  background: #2150aa;
  color: #fff;
  transform: translateY(-2px);
}

.jf-map-frame {
  position: relative;
  flex: 1;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(33, 80, 170, .08) 1px, transparent 1px),
    linear-gradient(rgba(33, 80, 170, .08) 1px, transparent 1px),
    #f8fafc;
  background-size: 28px 28px;
}

.jf-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.jf-baidu-map {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #eef6ff;
}

/* 隐藏百度地图默认的阴影元素 */
.jf-baidu-map .BMap_shadow,
.jf-baidu-map img[src*="iws3.png"] {
  display: none !important;
}

.jf-map-static {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.jf-map-loading {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  border: 1px solid rgba(191, 219, 254, .9);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  padding: 9px 14px;
  color: #2150aa;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(15, 23, 42, .12);
  backdrop-filter: blur(10px);
}

.jf-baidu-map > span:not(.jf-map-loading),
.jf-baidu-map.is-map-error {
  display: grid;
  min-height: 360px;
  place-items: center;
  color: #2150aa;
  font-size: 14px;
  font-weight: 800;
}

.jf-map-info {
  color: #334155;
  font-size: 13px;
  line-height: 1.7;
}

.jf-map-info strong {
  display: block;
  margin-bottom: 4px;
  color: #0f172a;
  font-size: 15px;
}

.jf-map-info p {
  margin: 0;
}

.jf-map-fallback {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 360px;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 32%, rgba(0, 188, 251, .18), transparent 28%),
    linear-gradient(135deg, rgba(33, 80, 170, .10), rgba(255, 255, 255, .76)),
    linear-gradient(90deg, rgba(33, 80, 170, .08) 1px, transparent 1px),
    linear-gradient(rgba(33, 80, 170, .08) 1px, transparent 1px),
    #f8fafc;
  background-size: auto, auto, 30px 30px, 30px 30px, auto;
}

.jf-map-fallback > * {
  position: relative;
  z-index: 2;
}

.jf-map-fallback .jf-map-static {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .52;
  filter: saturate(.85) contrast(.96);
}

.jf-map-fallback-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(248, 250, 252, .92), rgba(239, 246, 255, .72));
}

.jf-map-pin {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #2150aa;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 18px 42px rgba(33, 80, 170, .28);
}

.jf-map-fallback p {
  margin: 4px 0 0;
  color: #2150aa;
  font-size: 13px;
  font-weight: 800;
}

.jf-map-fallback strong {
  color: #0f172a;
  font-size: 22px;
}

.jf-map-fallback small {
  max-width: 460px;
  color: #475569;
  font-size: 13px;
  line-height: 1.7;
}

.jf-map-fallback a {
  margin-top: 8px;
  border-radius: 999px;
  background: #2150aa;
  padding: 11px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(33, 80, 170, .22);
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1), background 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-map-fallback a:hover {
  background: #173f8a;
  transform: translateY(-2px);
}

.jf-map-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 26px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}

.jf-home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, .86), rgba(6, 17, 31, .56) 42%, rgba(6, 17, 31, .24)),
    radial-gradient(circle at 78% 30%, rgba(0, 188, 251, .18), transparent 30%);
  pointer-events: none;
}

.jf-home-hero > .relative {
  z-index: 2;
}

.jf-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #06111f;
  isolation: isolate;
}

.jf-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  animation: jf-hero-kenburns 5600ms ease-out both;
}

.jf-hero-slider:not(.is-loaded) .jf-hero-slide:first-child {
  opacity: 1;
}

.jf-research-gallery {
  position: relative;
  overflow: hidden;
  min-height: clamp(360px, 38vw, 520px);
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .10);
}

.jf-research-track {
  position: absolute;
  inset: 0;
}

.jf-research-card {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 600ms cubic-bezier(0.16, 1, 0.3, 1), transform 1000ms cubic-bezier(0.16, 1, 0.3, 1), filter 600ms ease-out;
  filter: saturate(.88) contrast(.96);
}

.jf-research-card.is-active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1) contrast(1);
}

.jf-research-card img,
.jf-about-photo img,
.jf-about-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jf-research-card img[src*="%E5%8C%96%E5%AD%A6"],
.jf-about-photo img[src*="%E5%8C%96%E5%AD%A6"],
.jf-about-photo img[src*="%E5%8C%A0"],
.jf-about-carousel img[src*="%E5%8C%96%E5%AD%A6"],
.jf-about-carousel img[src*="%E5%8C%A0"] {
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.jf-research-card.is-active img {
  animation: jf-gallery-zoom 4200ms ease-out both;
}

.jf-research-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 58px;
  border: 0;
  background: rgba(15, 23, 42, .28);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-research-arrow:hover {
  background: rgba(33, 80, 170, .62);
}

.jf-research-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.jf-research-arrow span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.jf-research-arrow.is-left {
  left: 18px;
}

.jf-research-arrow.is-left::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.jf-research-arrow.is-right {
  right: 18px;
}

.jf-research-arrow.is-right::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.jf-about-photo {
  overflow: hidden;
  min-height: 230px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.jf-about-photo.is-large {
  min-height: 476px;
}

.jf-about-stats {
  align-items: stretch;
}

.jf-stat-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid #dbe4ef;
  background:
    linear-gradient(145deg, rgba(33, 80, 170, .08), transparent 45%),
    #f8fafc;
  padding: 30px;
  transition: border-color 400ms ease-out, box-shadow 400ms cubic-bezier(0.16, 1, 0.3, 1), transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, box-shadow;
}

.jf-stat-card::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(33, 80, 170, .14);
  border-radius: 999px;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-stat-card:hover {
  border-color: rgba(33, 80, 170, .32);
  box-shadow: 0 20px 40px rgba(15, 23, 42, .06), 0 8px 16px rgba(15, 23, 42, .03);
  transform: translateY(-4px);
}

.jf-stat-card:hover::after {
  transform: scale(1.1) translate(-5px, -5px);
}

.jf-stat-kicker {
  display: inline-flex;
  align-items: center;
  height: 24px;
  color: #64748b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.jf-stat-card strong {
  display: block;
  margin-top: 14px;
  color: #2150aa;
  font-size: clamp(32px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 1;
}

.jf-stat-card h3 {
  margin-top: 18px;
  color: #0f172a;
  font-size: 18px;
  font-weight: 800;
}

.jf-stat-card p {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.85;
}

.jf-stat-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.jf-stat-tags span {
  border: 1px solid rgba(33, 80, 170, .16);
  background: rgba(255, 255, 255, .72);
  padding: 6px 10px;
  color: #2150aa;
  font-size: 12px;
  font-weight: 800;
}

.jf-client-voice {
  position: relative;
  overflow: hidden;
}

.jf-client-voice::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .08), transparent 34%),
    linear-gradient(315deg, rgba(0, 188, 251, .08), transparent 42%);
  content: "";
  pointer-events: none;
}

.jf-client-voice > div {
  position: relative;
  z-index: 1;
}

.jf-client-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.jf-client-card {
  position: relative;
  min-height: 260px;
  border: 1px solid rgba(148, 163, 184, .34);
  background: rgba(255, 255, 255, .86);
  padding: 26px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1), border-color 320ms ease, box-shadow 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.jf-client-card::after {
  position: absolute;
  right: 20px;
  top: 18px;
  color: rgba(33, 80, 170, .14);
  content: "“";
  font-family: Georgia, serif;
  font-size: 76px;
  line-height: 1;
}

.jf-client-card:hover {
  border-color: rgba(33, 80, 170, .36);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .1);
  transform: translateY(-4px);
}

.jf-client-card span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  background: #eff6ff;
  padding: 6px 10px;
  color: #2150aa;
  font-size: 12px;
  font-weight: 900;
}

.jf-client-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.jf-client-card p {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.9;
}

.jf-client-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.jf-home-trust {
  position: relative;
  overflow: hidden;
}

.jf-home-trust::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .08), transparent 36%),
    linear-gradient(315deg, rgba(0, 188, 251, .06), transparent 42%);
  content: "";
  pointer-events: none;
}

.jf-home-trust > div {
  position: relative;
  z-index: 1;
}

.jf-home-trust-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(33, 80, 170, .45);
  border-radius: 999px;
  padding: 11px 18px;
  color: #2150aa;
  font-size: 14px;
  font-weight: 900;
  transition: color 280ms ease, background 280ms ease, transform 280ms cubic-bezier(.16, 1, .3, 1);
}

.jf-home-trust-link:hover {
  background: #2150aa;
  color: #fff;
  transform: translateY(-2px);
}

.jf-home-trust-link span {
  transition: transform 280ms cubic-bezier(.16, 1, .3, 1);
}

.jf-home-trust-link:hover span {
  transform: translateX(4px);
}

.jf-home-news-panel {
  border: 1px solid rgba(148, 163, 184, .26);
  background: rgba(255, 255, 255, .9);
  padding: clamp(18px, 2.4vw, 26px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .06);
}

.jf-home-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 16px;
}

.jf-home-panel-head span {
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
}

.jf-home-panel-head a {
  color: #2150aa;
  font-size: 13px;
  font-weight: 900;
}

.jf-home-news-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.jf-home-news-row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, .88);
  background: #fff;
  padding: 12px;
  color: inherit;
  transition: border-color 300ms ease, box-shadow 300ms cubic-bezier(.16, 1, .3, 1), transform 300ms cubic-bezier(.16, 1, .3, 1);
}

.jf-home-news-row:hover {
  border-color: rgba(33, 80, 170, .34);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
  transform: translateY(-3px);
}

.jf-home-news-row img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  background: #e2e8f0;
  object-fit: cover;
}

.jf-home-news-row span {
  min-width: 0;
}

.jf-home-news-row strong {
  display: -webkit-box;
  overflow: hidden;
  color: #0f172a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.jf-home-news-row small {
  display: block;
  margin-top: 8px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.jf-home-news-row em {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
  font-style: normal;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jf-home-news-skeleton {
  height: 138px;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .7), transparent),
    linear-gradient(90deg, #eef2f7 0 150px, transparent 150px),
    #f8fafc;
  background-size: 220px 100%, 100% 100%, 100% 100%;
  animation: jf-skeleton 1.2s ease-in-out infinite;
}

.jf-home-proof-stack {
  display: grid;
  gap: 16px;
}

.jf-home-proof-card {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, .28);
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .1), transparent 42%),
    #fff;
  padding: clamp(22px, 2.4vw, 30px);
  box-shadow: 0 16px 42px rgba(15, 23, 42, .055);
  transition: border-color 300ms ease, box-shadow 300ms cubic-bezier(.16, 1, .3, 1), transform 300ms cubic-bezier(.16, 1, .3, 1);
}

.jf-home-proof-card:hover {
  border-color: rgba(33, 80, 170, .36);
  box-shadow: 0 22px 55px rgba(15, 23, 42, .1);
  transform: translateY(-3px);
}

.jf-home-proof-card span {
  width: fit-content;
  background: #eff6ff;
  padding: 6px 10px;
  color: #2150aa;
  font-size: 12px;
  font-weight: 900;
}

.jf-home-proof-card strong {
  margin-top: 16px;
  color: #0f172a;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.45;
}

.jf-home-proof-card p {
  margin-top: 12px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.jf-home-proof-card em {
  margin-top: 18px;
  color: #2150aa;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  transition: transform 280ms cubic-bezier(.16, 1, .3, 1);
}

.jf-home-proof-card:hover em {
  transform: translateX(4px);
}

@keyframes jf-skeleton {
  0% {
    background-position: -220px 0, 0 0, 0 0;
  }
  100% {
    background-position: calc(100% + 220px) 0, 0 0, 0 0;
  }
}

.jf-about-visual-panel {
  align-items: stretch;
}

.jf-about-copy-block {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e2e8f0;
  background:
    linear-gradient(135deg, rgba(33, 80, 170, .08), transparent 36%),
    #f8fafc;
  padding: clamp(24px, 4vw, 46px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
}

.jf-about-copy-block h3 {
  margin-top: 14px;
  color: #0f172a;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2;
}

.jf-about-copy-block p:last-child {
  margin-top: 18px;
  color: #64748b;
  font-size: 15px;
  line-height: 1.9;
}

.jf-about-carousel {
  min-height: clamp(360px, 40vw, 560px);
  border-color: rgba(33, 80, 170, .18);
}

@keyframes jf-hero-kenburns {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.06);
  }
}

@keyframes jf-float-soft {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes jf-gallery-zoom {
  from {
    transform: scale(1.012);
  }
  to {
    transform: scale(1.06);
  }
}

@keyframes jf-shimmer {
  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  .jf-hero-slide.is-active,
  .jf-research-card.is-active,
  .jf-about-photo img {
    animation-duration: 1200ms !important;
  }

  .skeleton::after {
    animation-duration: 2400ms !important;
  }

  main,
  .jf-reveal,
  .jf-news-card,
  article {
    transition-duration: 260ms !important;
  }
}

@media (max-width: 900px) {
  header > div {
    flex-wrap: wrap !important;
  }

  header form[data-fast-search] {
    flex: 1 1 100%;
    max-width: none;
  }

  .jf-brand-link {
    min-width: 0;
  }

  .jf-brand-logo {
    width: min(220px, 68vw);
  }

  .jf-global-matrix-panel .matrix-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jf-global-matrix-panel .matrix-intro {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
    padding: 0 0 18px;
  }

  .jf-research-gallery {
    min-height: 320px;
  }

  .jf-about-photo.is-large {
    min-height: 320px;
  }

  .jf-about-copy-block {
    min-height: 0;
  }

  .jf-client-grid {
    grid-template-columns: 1fr;
  }

  .jf-client-card {
    min-height: 0;
  }

  .jf-home-news-row {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .jf-home-proof-stack {
    grid-template-columns: 1fr;
  }

  .jf-stat-card {
    min-height: 0;
  }

  .jf-floating-contact {
    right: 12px;
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .jf-contact-panel {
    right: 56px;
    width: min(230px, calc(100vw - 86px));
  }

  .jf-cert-stage {
    min-height: 300px;
  }

  .jf-cert-card {
    inset: 16px;
  }

  .jf-map-head {
    display: grid;
    padding: 20px;
  }

  .jf-map-frame {
    min-height: 360px;
  }

  .jf-map-meta {
    padding: 14px 20px;
  }

  .jf-footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .jf-footer-brand img {
    width: min(210px, 72vw);
  }

  .jf-footer-contact {
    justify-items: start;
    text-align: left;
  }

  .jf-footer-legal {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 560px) {
  .jf-home-news-row {
    grid-template-columns: 1fr;
  }

  .jf-home-news-row img {
    aspect-ratio: 16 / 9;
  }

  .jf-home-panel-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
