.jf-home {
  --jf-jade: #007a4d;
  --jf-jade-2: #3a9a6b;
  --jf-jade-3: #b8ecd4;
  --jf-mint: #eefaf4;
  --jf-mint-2: #f7fcfa;
  --jf-ink: #10231b;
  --jf-text: #33423b;
  --jf-muted: #718179;
  --jf-line: rgba(16, 35, 27, 0.10);
  --jf-card: rgba(255, 255, 255, 0.9);
  --jf-white: #ffffff;
  --jf-amber: #f6ad55;
  --jf-coral: #ed8768;
  --jf-blue: #7c8df5;
  --jf-purple: #a478e8;
  --jf-shadow-sm: 0 10px 30px rgba(18, 44, 31, 0.08);
  --jf-shadow-md: 0 28px 80px rgba(18, 44, 31, 0.13);
  --jf-shadow-lg: 0 42px 110px rgba(18, 44, 31, 0.18);
  --jf-max: 1480px;
  box-sizing: border-box;
  color: var(--jf-text);
  font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.jf-home *,
.jf-home *::before,
.jf-home *::after {
  box-sizing: border-box;
}

.jf-home a {
  text-decoration: none;
}

.jf-brand,
.jf-nav-links a,
.jf-nav-actions > a:not(.jf-btn),
.jf-footer-links a {
  color: inherit;
}

.jf-home svg {
  display: block;
}

.jf-page {
  width: min(var(--jf-max), calc(100% - 48px));
  margin-inline: auto;
}

.jf-nav {
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.jf-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--jf-ink);
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  white-space: nowrap;
}

.jf-brand-logo {
  display: block;
  width: auto;
  max-width: 52px;
  max-height: 52px;
  object-fit: contain;
}

.jf-brand-wordmark {
  display: inline-block;
  line-height: 1;
}

.jf-mark {
  position: relative;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border-radius: 13px;
  background: linear-gradient(135deg, #dff7ec 0%, #ffffff 48%, #d8f4e5 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 122, 77, 0.12), 0 12px 24px rgba(0, 122, 77, 0.15);
}

.jf-mark::before,
.jf-mark::after {
  content: "";
  position: absolute;
  border-radius: 999px 999px 999px 8px;
  background: var(--jf-jade);
  transform: rotate(36deg);
}

.jf-mark::before {
  top: 6px;
  left: 9px;
  width: 9px;
  height: 24px;
}

.jf-mark::after {
  top: 10px;
  right: 9px;
  width: 9px;
  height: 18px;
  opacity: 0.78;
}

.jf-nav-links,
.jf-nav-actions,
.jf-hero-ctas,
.jf-trust-row,
.jf-trust-item {
  display: flex;
  align-items: center;
}

.jf-nav-panel {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
}

.jf-nav-links {
  gap: 34px;
  margin: 0;
  padding: 0;
  color: #17271f;
  font-size: 14px;
  font-weight: 700;
  list-style: none;
}

.jf-nav-links li {
  margin: 0;
  padding: 0;
}

.jf-nav-links .current-menu-item > a,
.jf-nav-links .current_page_item > a,
.jf-nav-links .current-menu-ancestor > a {
  color: var(--jf-jade);
}

.jf-nav-actions {
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.jf-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(16, 35, 27, 0.12);
  border-radius: 12px;
  color: var(--jf-ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(16, 35, 27, 0.08);
  cursor: pointer;
}

.jf-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.jf-menu-toggle:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--jf-jade) 24%, transparent);
  outline-offset: 3px;
}

.jf-nav.is-menu-open .jf-menu-toggle span:not(.screen-reader-text):nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.jf-nav.is-menu-open .jf-menu-toggle span:not(.screen-reader-text):nth-child(3) {
  opacity: 0;
}

.jf-nav.is-menu-open .jf-menu-toggle span:not(.screen-reader-text):nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

.jf-btn {
  position: relative;
  z-index: 4;
  display: inline-flex;
  min-width: 150px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 850;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.jf-btn:hover,
.jf-btn:focus-visible {
  transform: translateY(-1px);
}

.jf-btn:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--jf-jade) 24%, transparent);
  outline-offset: 3px;
}

.jf-btn-primary {
  color: #ffffff;
  background: var(--jf-jade);
  background: linear-gradient(135deg, var(--jf-jade-2), var(--jf-jade));
  box-shadow: 0 14px 32px rgba(0, 122, 77, 0.24);
}

.jf-btn-secondary {
  color: #152820 !important;
  background: #ffffff;
  border-color: rgba(16, 35, 27, 0.16);
  box-shadow: 0 12px 28px rgba(16, 35, 27, 0.08);
}

.jf-btn-ghost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.32);
}

.jf-hero {
  display: grid;
  grid-template-columns: minmax(390px, 0.78fr) minmax(720px, 1.45fr);
  min-height: 720px;
  align-items: center;
  gap: 58px;
  padding: 42px 0 64px;
}

.jf-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 8px 12px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 999px;
  color: #51625a;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--jf-shadow-sm);
  font-size: 13px;
  font-weight: 800;
}

.jf-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--jf-jade);
  box-shadow: 0 0 0 5px rgba(0, 122, 77, 0.12);
}

.jf-hero-title {
  max-width: 560px;
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(58px, 5.1vw, 92px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 0.88;
}

.jf-hero-copy {
  max-width: 510px;
  margin: 28px 0 30px;
  color: #53635c;
  font-size: 18px;
  line-height: 1.65;
}

.jf-hero-ctas {
  flex-wrap: wrap;
  gap: 14px;
}

.jf-trust-row {
  margin-top: 32px;
  gap: 16px;
  color: #687870;
  font-size: 14px;
  font-weight: 700;
}

.jf-trust-item {
  gap: 8px;
}

.jf-tiny-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(16, 35, 27, 0.1);
  border-radius: 999px;
  color: var(--jf-jade);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 35, 27, 0.07);
  font-size: 13px;
}

.jf-product-stage {
  position: relative;
  min-height: 620px;
}

.jf-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.jf-orb-a {
  top: -4%;
  right: 4%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(58, 154, 107, 0.24), transparent 65%);
}

.jf-orb-b {
  bottom: -5%;
  left: 8%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(124, 141, 245, 0.16), transparent 68%);
}

.jf-dashboard {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 640px;
  grid-template-columns: 86px 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--jf-shadow-lg);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
}

.jf-side-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding: 26px 18px;
  border-right: 1px solid rgba(16, 35, 27, 0.08);
  background: rgba(255, 255, 255, 0.58);
}

.jf-rail-logo {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 8px;
  border-radius: 12px;
  background: linear-gradient(135deg, #007a4d, #3a9a6b);
  box-shadow: 0 10px 20px rgba(0, 122, 77, 0.22);
}

.jf-rail-logo::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 12px;
  width: 9px;
  height: 22px;
  border-radius: 999px 999px 999px 8px;
  background: #ffffff;
  opacity: 0.94;
  transform: rotate(35deg);
}

.jf-rail-item {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #7b8c84;
  font-size: 21px;
}

.jf-rail-item.is-active {
  color: var(--jf-jade);
  background: rgba(231, 248, 239, 0.9);
  border-color: rgba(0, 122, 77, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

.jf-dash-main {
  padding: 28px;
}

.jf-dash-top,
.jf-metric-label,
.jf-panel-header,
.jf-mini-top,
.jf-footer-inner {
  display: flex;
  align-items: center;
}

.jf-dash-top {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.jf-greeting {
  color: #162a21;
  font-weight: 800;
  letter-spacing: normal;
}

.jf-period {
  display: inline-flex;
  height: 42px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid rgba(16, 35, 27, 0.1);
  border-radius: 13px;
  color: #293b33;
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.jf-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.jf-metric,
.jf-panel,
.jf-mini-card {
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(16, 35, 27, 0.07);
}

.jf-metric {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}

.jf-metric-label {
  justify-content: space-between;
  gap: 8px;
  color: #586a62;
  font-size: 12px;
  font-weight: 800;
}

.jf-metric-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 12px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 18px;
}

.jf-metric h3 {
  margin: 10px 0 2px;
  color: #0d1f17;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  letter-spacing: normal;
}

.jf-metric small {
  color: #74857d;
  font-weight: 700;
}

.jf-up {
  color: var(--jf-jade);
}

.jf-dash-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 16px;
}

.jf-panel {
  padding: 18px;
}

.jf-panel-header {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.jf-panel-title {
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-pill {
  display: inline-flex;
  height: 28px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 999px;
  color: #53635c;
  background: #f6faf8;
  font-size: 12px;
  font-weight: 800;
}

.jf-legend {
  display: flex;
  align-items: center;
  gap: 14px;
}

.jf-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #6b7c74;
  font-size: 12px;
  font-weight: 800;
}

.jf-legend i,
.jf-swatch {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 99px;
}

.jf-chart-box {
  position: relative;
  height: 214px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(247, 252, 250, 0.75), rgba(255, 255, 255, 0.3));
}

.jf-chart-grid {
  position: absolute;
  inset: 22px 10px 24px 44px;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  border-bottom: 1px solid rgba(16, 35, 27, 0.08);
}

.jf-chart-grid div {
  border-top: 1px dashed rgba(16, 35, 27, 0.08);
}

.jf-axis-y {
  position: absolute;
  top: 19px;
  bottom: 28px;
  left: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #96a39d;
  font-size: 11px;
  font-weight: 700;
}

.jf-axis-x {
  position: absolute;
  right: 12px;
  bottom: 2px;
  left: 54px;
  display: flex;
  justify-content: space-between;
  color: #96a39d;
  font-size: 11px;
  font-weight: 700;
}

.jf-cash-svg {
  position: absolute;
  top: 18px;
  right: 4px;
  bottom: 24px;
  left: 42px;
  width: calc(100% - 48px);
  height: calc(100% - 42px);
  overflow: visible;
}

.jf-tooltip {
  position: absolute;
  top: 74px;
  right: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(16, 35, 27, 0.1);
  border-radius: 14px;
  color: #52635b;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(16, 35, 27, 0.12);
  font-size: 12px;
}

.jf-tooltip strong {
  display: block;
  color: #17281f;
  font-size: 18px;
  letter-spacing: normal;
}

.jf-funds-wrap {
  display: grid;
  min-height: 214px;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 18px;
}

.jf-donut {
  position: relative;
  display: grid;
  width: 196px;
  height: 196px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--jf-jade) 0 34%, #44bd7d 34% 56%, var(--jf-blue) 56% 70%, var(--jf-coral) 70% 86%, var(--jf-purple) 86% 100%);
  box-shadow: inset 0 0 0 1px rgba(16, 35, 27, 0.06);
}

.jf-donut::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(16, 35, 27, 0.06);
}

.jf-doc .jf-donut::before {
  width: 32px;
  height: 32px;
}

.jf-donut-center {
  position: absolute;
  color: #7b8982;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.jf-donut-center strong {
  display: block;
  color: #14251d;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  letter-spacing: normal;
}

.jf-fund-list {
  display: grid;
  gap: 13px;
}

.jf-fund-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  color: #5d6d65;
  font-size: 12px;
  font-weight: 800;
}

.jf-fund-row strong {
  color: #1c3027;
  font-size: 13px;
}

.jf-fund-name {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jf-swatch {
  width: 9px;
  height: 9px;
}

.jf-transactions {
  min-height: 202px;
}

.jf-txn-list {
  display: grid;
  gap: 2px;
}

.jf-txn {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(16, 35, 27, 0.06);
}

.jf-txn:last-child {
  border-bottom: 0;
}

.jf-txn-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 12px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-weight: 900;
}

.jf-txn-title {
  color: #1a2b23;
  font-size: 13px;
  font-weight: 800;
}

.jf-txn-sub {
  margin-top: 2px;
  color: #809088;
  font-size: 11px;
  font-weight: 700;
}

.jf-txn-money {
  color: #1a2b23;
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.jf-txn-money small {
  display: block;
  margin-top: 2px;
  color: #87958e;
  font-size: 11px;
}

.jf-report-card {
  position: relative;
  min-height: 202px;
  overflow: hidden;
}

.jf-report-preview {
  position: absolute;
  right: -6px;
  bottom: -18px;
  width: 188px;
  height: 168px;
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(16, 35, 27, 0.12);
  transform: rotate(3deg);
}

.jf-report-lines span {
  display: block;
  height: 8px;
  margin-bottom: 10px;
  border-radius: 99px;
  background: #e5ece8;
}

.jf-report-lines span:nth-child(1) {
  width: 70%;
}

.jf-report-lines span:nth-child(2) {
  width: 92%;
}

.jf-report-lines span:nth-child(3) {
  width: 58%;
}

.jf-bars {
  display: flex;
  height: 55px;
  align-items: end;
  gap: 7px;
  margin-top: 20px;
}

.jf-bars i {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, #3a9a6b, #b9efd4);
}

.jf-ready-box {
  position: relative;
  z-index: 2;
  width: 58%;
}

.jf-ready-title {
  margin: 12px 0 8px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-ready-sub {
  color: #708078;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.jf-ready-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e9f8ef;
  font-size: 12px;
  font-weight: 900;
}

.jf-visual-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 28px auto 92px;
}

.jf-mini-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 28px;
}

.jf-mini-top {
  gap: 14px;
  margin-bottom: 22px;
}

.jf-mini-badge {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 17px;
  color: var(--jf-jade);
  background: #e8f8ef;
  box-shadow: inset 0 0 0 1px rgba(0, 122, 77, 0.1);
  font-size: 22px;
}

.jf-mini-card h3 {
  margin: 0 0 4px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-mini-card p {
  margin: 0;
  color: #72827a;
  font-size: 13px;
  font-weight: 700;
}

.jf-mini-chart {
  position: relative;
  height: 128px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fcfa);
}

.jf-mini-chart svg {
  width: 100%;
  height: 100%;
}

.jf-floating-badge {
  position: absolute;
  top: 26px;
  right: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 122, 77, 0.16);
  border-radius: 12px;
  color: var(--jf-jade);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(16, 35, 27, 0.10);
  font-size: 13px;
  font-weight: 900;
}

.jf-floating-badge small {
  display: block;
  color: #6c7b74;
  font-size: 10px;
}

.jf-available-box {
  display: grid;
  min-height: 130px;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 22px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f7fcfa);
}

.jf-kicker {
  margin-bottom: 8px;
  color: #708078;
  font-size: 12px;
  font-weight: 800;
}

.jf-amount {
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-progress {
  display: flex;
  height: 13px;
  overflow: hidden;
  margin-top: 18px;
  border-radius: 99px;
  background: #dbe9e2;
}

.jf-progress i {
  display: block;
}

.jf-report-mini {
  position: relative;
  height: 140px;
}

.jf-doc {
  position: absolute;
  width: 45%;
  height: 120px;
  padding: 15px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 22px 48px rgba(16, 35, 27, 0.12);
}

.jf-doc-one {
  top: 16px;
  left: 4px;
  transform: rotate(-6deg);
}

.jf-doc-two {
  top: 0;
  right: 4px;
  transform: rotate(4deg);
}

.jf-download {
  position: absolute;
  right: 20px;
  bottom: 10px;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #3a9a6b, #007a4d);
  box-shadow: 0 18px 38px rgba(0, 122, 77, 0.25);
  font-size: 24px;
}

.jf-below {
  padding: 96px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 18%, #ffffff 100%);
}

.jf-section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.jf-section-head h2,
.jf-cta h2 {
  margin: 0;
  color: #0f2a1e;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 0.95;
}

.jf-section-head h2 {
  font-size: clamp(40px, 4vw, 64px);
}

.jf-section-head p {
  max-width: 560px;
  margin: 20px auto 0;
  color: #66766f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.jf-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.jf-flow-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-flow-num {
  margin-bottom: 34px;
  color: var(--jf-jade);
  font-size: 13px;
  font-weight: 900;
}

.jf-flow-card h3 {
  margin: 0 0 9px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-flow-card p {
  margin: 0;
  color: #718179;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.jf-cta {
  padding: 22px 0 92px;
  background: #ffffff;
}

.jf-cta-card {
  position: relative;
  display: grid;
  min-height: 360px;
  grid-template-columns: 1fr 440px;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 56px;
  border-radius: 32px;
  color: #ffffff;
  background: radial-gradient(circle at 84% 20%, rgba(184, 236, 212, 0.32), transparent 28%), linear-gradient(135deg, #082418 0%, #006f46 100%);
  box-shadow: var(--jf-shadow-md);
}

.jf-cta h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 68px);
}

.jf-cta p {
  max-width: 560px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

.jf-cta-visual {
  height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.jf-cta-screen {
  display: grid;
  height: 100%;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  color: #14251d;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

.jf-screen-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f7fbf9;
}

.jf-screen-row strong {
  font-size: 13px;
}

.jf-screen-row span {
  color: var(--jf-jade);
  font-weight: 900;
}

.jf-site-footer {
  padding: 34px 0 44px;
  border-top: 1px solid rgba(16, 35, 27, 0.08);
  color: #7a8982;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.jf-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.jf-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
}

.jf-footer-brand {
  font-size: 18px;
}

.jf-footer-logo {
  max-height: 34px;
}

.jf-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jf-footer-links li {
  margin: 0;
  padding: 0;
}

.jf-footer-links .current-menu-item > a,
.jf-footer-links .current_page_item > a,
.jf-footer-links .current-menu-ancestor > a {
  color: var(--jf-jade);
}

.jf-footer-newsletter {
  display: flex;
  justify-content: center;
  width: 100%;
}

.jf-footer-newsletter .jf-signup-compact {
  width: min(100%, 480px);
}

.jf-signup-form-compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 9px;
  margin-top: 0;
}

.jf-signup-form-compact .jf-signup-field input {
  min-height: 42px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 13px;
  box-shadow: none;
}

.jf-signup-form-compact .jf-btn {
  width: auto;
  min-height: 42px;
  min-width: 112px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 13px;
}

.jf-signup-form-compact .jf-signup-status {
  grid-column: 1 / -1;
  min-height: 18px;
  text-align: center;
  font-size: 12px !important;
}

.jf-jadefunds-page-block-editor .jf-jadefunds-page-block-toolbar {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 35, 27, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(16, 35, 27, 0.08);
}

.jf-jadefunds-page-block-editor .jf-jadefunds-page-block-toolbar .components-base-control {
  margin-bottom: 0;
}

.jf-features-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: 68px;
  padding: 72px 0 84px;
}

.jf-features-title {
  max-width: 660px;
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(38px, 3.2vw, 42px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.03;
}

.jf-features-copy {
  max-width: 660px;
  margin: 26px 0 32px;
  color: #53635c;
  font-size: 18px;
  line-height: 1.7;
}

.jf-feature-console {
  position: relative;
  min-height: 500px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--jf-shadow-lg);
}

.jf-feature-console::before {
  content: "";
  position: absolute;
  inset: auto -12% -24% 22%;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 122, 77, 0.18), transparent 68%);
}

.jf-feature-console-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  height: 100%;
  padding: 22px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f4fbf7);
}

.jf-feature-console-top,
.jf-feature-report-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.jf-feature-console-top {
  min-height: 64px;
  padding: 16px 18px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #008957, #006f46);
}

.jf-feature-console-top span,
.jf-feature-row span,
.jf-feature-report-top span {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-feature-console-top strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #16281f;
  background: #f6d24c;
  font-size: 12px;
  font-weight: 900;
}

.jf-feature-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px 14px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}

.jf-feature-row i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-style: normal;
  font-weight: 900;
}

.jf-feature-row strong,
.jf-feature-row em {
  color: #14251d;
  font-style: normal;
  font-weight: 900;
}

.jf-feature-row span {
  display: block;
  margin-top: 3px;
  color: #718179;
}

.jf-feature-report {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding: 16px;
  border-radius: 18px;
  background: #f7fbf9;
}

.jf-feature-report-top strong {
  color: #14251d;
  font-size: 15px;
  font-weight: 900;
}

.jf-feature-report-top span {
  color: var(--jf-jade);
}

.jf-feature-report-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 92px;
  padding-top: 8px;
}

.jf-feature-report-bars i {
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: var(--jf-jade);
  opacity: 0.88;
}

.jf-feature-report-bars i:nth-child(2) {
  background: var(--jf-jade-2);
}

.jf-feature-report-bars i:nth-child(3) {
  background: var(--jf-blue);
}

.jf-feature-report-bars i:nth-child(4) {
  background: var(--jf-amber);
}

.jf-feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 auto 94px;
}

.jf-feature-stat {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--jf-shadow-sm);
}

.jf-feature-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-feature-stat span {
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-feature-band {
  padding: 94px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: #ffffff;
}

.jf-feature-band.is-muted {
  background: #f7fcfa;
}

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

.jf-feature-card {
  min-height: 300px;
  padding: 28px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-feature-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 17px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 18px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(0, 122, 77, 0.1);
}

.jf-feature-card h3 {
  margin: 0 0 10px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-feature-card p {
  margin: 0;
  color: #6b7b73;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.jf-feature-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.jf-feature-workspace h2 {
  max-width: 650px;
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(40px, 4vw, 64px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 0.94;
}

.jf-feature-workspace p {
  max-width: 590px;
  margin: 22px 0 0;
  color: #53635c;
  font-size: 17px;
  line-height: 1.7;
}

.jf-feature-list {
  display: grid;
  gap: 14px;
}

.jf-feature-list-row {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.06);
}

.jf-feature-list-row i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-style: normal;
  font-weight: 900;
}

.jf-feature-list-row strong,
.jf-feature-list-row span {
  display: block;
}

.jf-feature-list-row strong {
  margin-bottom: 4px;
  color: #152820;
  font-size: 16px;
  font-weight: 900;
}

.jf-feature-list-row span {
  color: #6b7b73;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.jf-feature-map {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--jf-shadow-lg);
}

.jf-feature-map::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -32%;
  width: 460px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 122, 77, 0.2), transparent 70%);
}

.jf-feature-map-top,
.jf-ui-window-top,
.jf-ui-panel-head,
.jf-ui-merchant-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.jf-feature-map-top {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #008957, #006f46);
}

.jf-feature-map-top span,
.jf-ui-window-top span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-feature-map-top strong,
.jf-ui-window-top strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #163326;
  background: #f6d24c;
  font-size: 12px;
  font-weight: 900;
}

.jf-feature-map-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.jf-feature-map-card {
  min-height: 142px;
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(16, 35, 27, 0.07);
}

.jf-feature-map-card.is-wide {
  grid-column: 1 / -1;
  min-height: 178px;
}

.jf-feature-map-card span,
.jf-feature-map-card em,
.jf-ui-metric span,
.jf-ui-metric small,
.jf-ui-list-row span,
.jf-ui-list-row em,
.jf-ui-status-row span,
.jf-ui-progress-row span,
.jf-ui-form-row span,
.jf-ui-file-row span,
.jf-ui-comment span,
.jf-ui-report-card span,
.jf-ui-statement span,
.jf-ui-user-row span,
.jf-ui-invite span {
  color: #6c7b73;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.jf-feature-map-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--jf-jade);
  text-transform: uppercase;
}

.jf-feature-map-card strong {
  display: block;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.05;
}

.jf-feature-map-card em {
  display: inline-flex;
  margin-top: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e8f8ef;
}

.jf-feature-map-card i {
  display: block;
  height: 12px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jf-jade), var(--jf-blue), var(--jf-amber));
}

.jf-feature-index {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 84px;
}

.jf-feature-index a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 999px;
  color: #173126;
  background: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(16, 35, 27, 0.05);
}

.jf-feature-detail-band {
  padding: 104px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: #ffffff;
}

.jf-feature-detail-band.is-tinted {
  background: #f7fcfa;
}

.jf-feature-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(540px, 1fr);
  gap: 70px;
  align-items: center;
}

.jf-feature-detail.is-reverse {
  grid-template-columns: minmax(540px, 1fr) minmax(0, 0.78fr);
}

.jf-feature-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--jf-jade);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-feature-detail-title {
  max-width: 620px;
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(36px, 3vw, 42px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.03;
}

.jf-feature-detail-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #53635c;
  font-size: 17px;
  line-height: 1.7;
}

.jf-feature-points {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.jf-feature-points div {
  padding: 16px 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
}

.jf-feature-points strong,
.jf-feature-points span {
  display: block;
}

.jf-feature-points strong {
  color: #14271f;
  font-size: 15px;
  font-weight: 900;
}

.jf-feature-points span {
  margin-top: 4px;
  color: #65766f;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.jf-feature-visual {
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f4fbf7);
  box-shadow: var(--jf-shadow-md);
}

.jf-ui-window-top {
  margin-bottom: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  color: #ffffff;
  background: #10231b;
}

.jf-ui-window-top strong {
  color: #143326;
}

.jf-ui-three-col,
.jf-ui-two-col,
.jf-ui-transaction-layout,
.jf-ui-budget-layout,
.jf-ui-report-grid {
  display: grid;
  gap: 14px;
}

.jf-ui-three-col {
  grid-template-columns: repeat(3, 1fr);
}

.jf-ui-two-col,
.jf-ui-transaction-layout,
.jf-ui-budget-layout,
.jf-ui-report-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jf-ui-metric,
.jf-ui-panel,
.jf-ui-report-card {
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.06);
}

.jf-ui-metric {
  min-height: 120px;
  padding: 16px;
}

.jf-ui-metric strong {
  display: block;
  margin: 8px 0 4px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-ui-panel {
  padding: 16px;
}

.jf-ui-panel + .jf-ui-panel,
.jf-ui-three-col + .jf-ui-panel {
  margin-top: 14px;
}

.jf-ui-panel-head {
  margin-bottom: 12px;
}

.jf-ui-panel-head strong,
.jf-ui-merchant-head b {
  color: #152820;
  font-size: 15px;
  font-weight: 900;
}

.jf-ui-panel-head span,
.jf-ui-merchant-head span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 11px;
  font-weight: 900;
}

.jf-ui-list-row,
.jf-ui-status-row,
.jf-ui-file-row,
.jf-ui-user-row,
.jf-ui-invite {
  display: grid;
  align-items: center;
  min-height: 58px;
  gap: 10px;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

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

.jf-ui-list-row:first-child,
.jf-ui-status-row:first-of-type,
.jf-ui-file-row:first-of-type {
  border-top: 0;
}

.jf-ui-list-row b,
.jf-ui-status-row b,
.jf-ui-file-row b,
.jf-ui-user-row b,
.jf-ui-invite b,
.jf-ui-fund-row b {
  min-width: 0;
  color: #14251d;
  font-size: 13px;
  font-weight: 900;
}

.jf-ui-list-row em {
  color: #8a3d2c;
  justify-self: end;
}

.jf-ui-list-row.is-positive em {
  color: var(--jf-jade);
}

.jf-ui-list-row.is-active {
  margin-inline: -8px;
  padding-inline: 8px;
  border-radius: 14px;
  background: #eefaf4;
}

.jf-ui-status-row,
.jf-ui-file-row,
.jf-ui-user-row {
  grid-template-columns: 28px minmax(0, 1fr) auto;
}

.jf-ui-status-row i,
.jf-ui-file-row i,
.jf-ui-user-row i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--jf-jade);
  background: #dff7ec;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.jf-ui-status-row i::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--jf-jade);
}

.jf-ui-status-row.is-warning i {
  background: #fff2d9;
}

.jf-ui-status-row.is-warning i::before {
  background: var(--jf-amber);
}

.jf-ui-progress-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

.jf-ui-progress-row i {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--jf-jade), var(--jf-jade-2));
}

.jf-ui-form-row {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

.jf-ui-form-row strong {
  color: #14251d;
  font-size: 13px;
  font-weight: 900;
}

.jf-ui-mini-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--jf-jade);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.jf-ui-dropzone {
  display: grid;
  min-height: 124px;
  place-items: center;
  margin-bottom: 12px;
  padding: 18px;
  border: 2px dashed rgba(0, 122, 77, 0.18);
  border-radius: 18px;
  color: #14251d;
  background: #f4fbf7;
  text-align: center;
}

.jf-ui-dropzone strong,
.jf-ui-dropzone span {
  display: block;
}

.jf-ui-dropzone strong {
  font-size: 15px;
  font-weight: 900;
}

.jf-ui-dropzone span {
  margin-top: 4px;
  color: #6c7b73;
  font-size: 12px;
  font-weight: 700;
}

.jf-ui-comment {
  padding: 14px;
  border-radius: 16px;
  background: #f7fbf9;
}

.jf-ui-comment + .jf-ui-comment {
  margin-top: 10px;
}

.jf-ui-comment.is-reply {
  margin-left: 26px;
  background: #eefaf4;
}

.jf-ui-comment b,
.jf-ui-comment span {
  display: block;
}

.jf-ui-comment b {
  margin-bottom: 5px;
  color: #14251d;
  font-size: 13px;
  font-weight: 900;
}

.jf-ui-mention-box {
  margin-top: 12px;
  padding: 13px 14px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 14px;
  color: #7a8781;
  font-size: 12px;
  font-weight: 700;
}

.jf-ui-grid-row,
.jf-ui-rule-table > div,
.jf-ui-statement div {
  display: grid;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

.jf-ui-grid-row {
  grid-template-columns: minmax(0, 1.4fr) 0.8fr 0.9fr;
}

.jf-ui-grid-row.is-head,
.jf-ui-rule-table > div:first-child {
  min-height: 36px;
  border-top: 0;
  color: #7a8781;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-ui-grid-row span,
.jf-ui-grid-row strong,
.jf-ui-rule-table span,
.jf-ui-rule-table b,
.jf-ui-statement span,
.jf-ui-statement strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jf-ui-grid-row strong,
.jf-ui-rule-table b,
.jf-ui-statement strong {
  color: #14251d;
  font-size: 13px;
  font-weight: 900;
}

.jf-ui-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}

.jf-ui-tabs span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #6c7b73;
  background: #f2f6f4;
  font-size: 11px;
  font-weight: 900;
}

.jf-ui-tabs .is-active {
  color: var(--jf-jade);
  background: #e8f8ef;
}

.jf-ui-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 110px;
  padding: 10px 4px 0;
}

.jf-ui-bars i {
  flex: 1;
  border-radius: 999px 999px 6px 6px;
  background: var(--jf-jade);
}

.jf-ui-bars i:nth-child(2) {
  background: var(--jf-jade-2);
}

.jf-ui-bars i:nth-child(3) {
  background: var(--jf-blue);
}

.jf-ui-bars i:nth-child(4) {
  background: var(--jf-purple);
}

.jf-ui-bars i:nth-child(5) {
  background: var(--jf-amber);
}

.jf-ui-fund-row {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

.jf-ui-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.jf-ui-badge.is-green {
  color: var(--jf-jade);
  background: #e8f8ef;
}

.jf-ui-badge.is-yellow {
  color: #8f5b05;
  background: #fff2d9;
}

.jf-ui-badge.is-purple {
  color: #6843b1;
  background: #efe8ff;
}

.jf-ui-tree {
  display: grid;
  gap: 8px;
}

.jf-ui-tree span {
  display: block;
  padding: 9px 12px;
  border-radius: 12px;
  color: #1d3128;
  background: #f7fbf9;
  font-size: 12px;
  font-weight: 850;
}

.jf-ui-tree span:nth-child(2),
.jf-ui-tree span:nth-child(4),
.jf-ui-tree span:nth-child(5) {
  margin-left: 20px;
  color: #5f7068;
}

.jf-ui-merchant-head {
  margin-bottom: 12px;
}

.jf-ui-rule-table > div {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.8fr);
}

.jf-ui-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jf-ui-chip-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #173126;
  background: #f2f6f4;
  font-size: 11px;
  font-weight: 900;
}

.jf-ui-report-card {
  min-height: 116px;
  padding: 16px;
}

.jf-ui-report-card strong,
.jf-ui-report-card span {
  display: block;
}

.jf-ui-report-card strong {
  margin-bottom: 8px;
  color: #14251d;
  font-size: 14px;
  font-weight: 900;
}

.jf-ui-statement {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
}

.jf-ui-statement div {
  grid-template-columns: minmax(0, 1fr) auto;
}

.jf-ui-user-row i {
  color: #ffffff;
  background: #10231b;
}

.jf-ui-invite {
  grid-template-columns: minmax(0, 1fr) auto;
}

.jf-ui-invite span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e8f8ef;
}

.jf-pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 0.82fr);
  gap: 70px;
  align-items: center;
  padding: 72px 0 76px;
}

.jf-pricing-title,
.jf-pricing-section-title {
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(38px, 3.2vw, 42px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.03;
}

.jf-pricing-title {
  max-width: 650px;
}

.jf-pricing-section-title {
  max-width: 620px;
}

.jf-pricing-copy {
  max-width: 680px;
  margin: 24px 0 32px;
  color: #53635c;
  font-size: 18px;
  line-height: 1.7;
}

.jf-pricing-preview {
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f4fbf7);
  box-shadow: var(--jf-shadow-lg);
}

.jf-pricing-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 18px;
  color: #ffffff;
  background: #10231b;
}

.jf-pricing-preview-top span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-pricing-preview-top strong {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #143326;
  background: #f6d24c;
  font-size: 12px;
  font-weight: 900;
}

.jf-pricing-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jf-pricing-preview-grid div {
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.06);
}

.jf-pricing-preview-grid b,
.jf-pricing-preview-grid span {
  display: block;
}

.jf-pricing-preview-grid b {
  margin-bottom: 6px;
  color: #14251d;
  font-size: 14px;
  font-weight: 900;
}

.jf-pricing-preview-grid span,
.jf-pricing-note {
  color: #6c7b73;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.55;
}

.jf-pricing-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #e8f8ef;
}

.jf-pricing-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 0.8fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: center;
  margin: 0 auto 84px;
  padding: 18px 20px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--jf-shadow-sm);
}

.jf-pricing-intro span {
  color: var(--jf-jade);
  font-size: 13px;
  font-weight: 900;
}

.jf-pricing-intro strong {
  color: #14251d;
  font-size: 17px;
  font-weight: 900;
}

.jf-pricing-intro p {
  margin: 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-pricing-band {
  padding: 96px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: #ffffff;
}

.jf-pricing-band.is-muted {
  background: #f7fcfa;
}

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

.jf-plan-card {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(16, 35, 27, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-plan-card.is-featured {
  border-color: rgba(0, 122, 77, 0.32);
  background: linear-gradient(180deg, #ffffff, #eefaf4);
  box-shadow: var(--jf-shadow-md);
}

.jf-plan-ribbon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #143326;
  background: var(--jf-amber);
  font-size: 11px;
  font-weight: 900;
}

.jf-plan-kicker {
  margin-bottom: 16px;
  color: var(--jf-jade);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-plan-card h3 {
  min-height: 64px;
  margin: 0;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.05;
}

.jf-plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 24px 0 16px;
  color: #10231b;
}

.jf-plan-price strong {
  font-family: "Nunito Sans", sans-serif;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1;
}

.jf-plan-price span {
  color: #6c7b73;
  font-size: 14px;
  font-weight: 800;
}

.jf-plan-card p {
  min-height: 92px;
  margin: 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.jf-plan-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
  padding: 0;
  list-style: none;
}

.jf-plan-list li {
  position: relative;
  padding-left: 24px;
  color: #31443a;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.jf-plan-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jf-jade);
  font-weight: 900;
}

.jf-plan-card .jf-btn {
  margin-top: auto;
  justify-content: center;
}

.jf-pricing-split,
.jf-pricing-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1fr);
  gap: 60px;
  align-items: start;
}

.jf-pricing-split p {
  max-width: 640px;
  margin: 22px 0 0;
  color: #53635c;
  font-size: 17px;
  line-height: 1.7;
}

.jf-pricing-compare {
  overflow: hidden;
  border: 1px solid rgba(16, 35, 27, 0.09);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-compare-row {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) repeat(3, minmax(72px, 0.4fr));
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 18px;
  border-top: 1px solid rgba(16, 35, 27, 0.07);
}

.jf-compare-row:first-child {
  border-top: 0;
}

.jf-compare-row.is-head {
  color: #6c7b73;
  background: #f7fbf9;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-compare-row span {
  color: #273b31;
  font-size: 13px;
  font-weight: 850;
}

.jf-compare-row b {
  justify-self: center;
  color: var(--jf-jade);
  font-size: 14px;
  font-weight: 900;
}

.jf-pricing-addons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jf-pricing-addons article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-pricing-addons span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-pricing-addons strong {
  display: block;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.1;
}

.jf-pricing-addons p {
  margin: 14px 0 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-pricing-faq-list {
  display: grid;
  gap: 12px;
}

.jf-pricing-faq-list details {
  padding: 18px 20px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.05);
}

.jf-pricing-faq-list summary {
  cursor: pointer;
  color: #14251d;
  font-size: 15px;
  font-weight: 900;
}

.jf-pricing-faq-list p {
  margin: 10px 0 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-security-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  align-items: center;
  gap: 64px;
  padding: 72px 0 82px;
}

.jf-security-title {
  max-width: 780px;
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(52px, 5vw, 86px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 0.9;
}

.jf-security-copy {
  max-width: 640px;
  margin: 26px 0 32px;
  color: #53635c;
  font-size: 18px;
  line-height: 1.7;
}

.jf-security-panel {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  padding: 30px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--jf-shadow-lg);
}

.jf-security-panel::before {
  content: "";
  position: absolute;
  inset: auto -18% -32% 20%;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 122, 77, 0.18), transparent 68%);
}

.jf-shield-card {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 410px;
  place-items: center;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f4fbf7);
}

.jf-security-access-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-height: 410px;
  padding: 20px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #f4fbf7);
}

.jf-security-access-top,
.jf-security-access-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.jf-security-access-top {
  min-height: 70px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #008957, #006f46);
}

.jf-security-access-top span,
.jf-security-access-row span {
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.jf-security-access-top strong {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #16281f;
  background: #f6d24c;
  font-size: 13px;
  font-weight: 900;
}

.jf-security-access-row {
  min-height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(16, 35, 27, 0.08);
}

.jf-security-access-row span {
  color: #687870;
}

.jf-security-access-row strong {
  color: var(--jf-jade);
  font-size: 14px;
  font-weight: 900;
}

.jf-security-access-bars {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding: 20px 16px 4px;
}

.jf-security-access-bars i {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(0, 122, 77, 0.16);
}

.jf-security-access-bars i:nth-child(1) {
  width: 100%;
}

.jf-security-access-bars i:nth-child(2) {
  width: 66%;
  background: var(--jf-jade);
}

.jf-security-access-bars i:nth-child(3) {
  width: 42%;
  margin-left: 12%;
  background: var(--jf-jade-2);
}

.jf-shield {
  position: relative;
  display: grid;
  width: 180px;
  height: 210px;
  place-items: center;
  color: #ffffff;
  filter: drop-shadow(0 28px 46px rgba(0, 122, 77, 0.22));
}

.jf-shield::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 56px 56px 74px 74px;
  background: linear-gradient(135deg, #008957, #006f46);
  clip-path: polygon(50% 0, 92% 17%, 84% 78%, 50% 100%, 16% 78%, 8% 17%);
}

.jf-shield::after {
  content: "";
  position: relative;
  width: 66px;
  height: 42px;
  border: solid #ffffff;
  border-width: 0 0 13px 13px;
  transform: rotate(-45deg) translate(4px, -4px);
}

.jf-security-badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 168px;
  padding: 13px 15px;
  border: 1px solid rgba(0, 122, 77, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(16, 35, 27, 0.12);
  font-size: 12px;
  font-weight: 800;
}

.jf-security-badge strong {
  color: #14251d;
  font-size: 15px;
}

.jf-security-badge span {
  color: #6b7b73;
}

.jf-security-badge-one {
  top: 38px;
  left: 26px;
}

.jf-security-badge-two {
  right: 26px;
  bottom: 42px;
}

.jf-security-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto 94px;
}

.jf-security-stat {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--jf-shadow-sm);
}

.jf-security-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-security-stat span {
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-security-band {
  padding: 94px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: #ffffff;
}

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

.jf-security-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--jf-shadow-sm);
}

.jf-security-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 17px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 22px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(0, 122, 77, 0.1);
}

.jf-security-card h3 {
  margin: 0 0 10px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-security-card p {
  margin: 0;
  color: #6b7b73;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.jf-security-list-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.jf-security-list {
  display: grid;
  gap: 14px;
}

.jf-security-row {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.06);
}

.jf-security-check {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-weight: 900;
}

.jf-security-row strong {
  display: block;
  margin-bottom: 4px;
  color: #152820;
  font-size: 15px;
  font-weight: 900;
}

.jf-security-row span {
  color: #6b7b73;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.jf-security-callout {
  padding: 38px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 8%, rgba(184, 236, 212, 0.45), transparent 30%),
    linear-gradient(135deg, #f8fdfb, #ffffff);
  box-shadow: var(--jf-shadow-md);
}

.jf-security-callout h2 {
  max-width: 560px;
  margin: 0 0 18px;
  color: #0f2a1e;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 0.98;
}

.jf-security-callout p {
  max-width: 600px;
  margin: 0 0 24px;
  color: #66766f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.jf-security-note {
  margin-top: 22px;
  color: #718179;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-content-page {
  background: var(--site-marketing-background, #f7fcfa);
}

.jf-content-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 0.86fr);
  align-items: center;
  gap: 68px;
  padding: 72px 0 84px;
}

.jf-content-title,
.jf-content-section-title,
.jf-blog-title,
.jf-blog-single-title {
  margin: 0;
  color: #0b2c1f;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-content-title {
  max-width: 790px;
  font-size: clamp(48px, 4.6vw, 78px);
  line-height: 0.92;
}

.jf-content-section-title {
  max-width: 650px;
  font-size: clamp(38px, 3.2vw, 54px);
  line-height: 0.98;
}

.jf-content-copy {
  max-width: 660px;
  margin: 26px 0 32px;
  color: #53635c;
  font-size: 18px;
  line-height: 1.7;
}

.jf-content-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--jf-shadow-lg);
}

.jf-content-panel::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -28%;
  width: 420px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 122, 77, 0.18), transparent 70%);
}

.jf-content-panel-top {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #008957, #006f46);
}

.jf-content-panel-top span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-content-panel-top strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #143326;
  background: #f6d24c;
  font-size: 12px;
  font-weight: 900;
}

.jf-content-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  border-top: 1px solid rgba(16, 35, 27, 0.08);
}

.jf-content-row > span,
.jf-content-icon {
  display: grid;
  place-items: center;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-weight: 900;
}

.jf-content-row > span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.jf-content-row strong,
.jf-content-row p,
.jf-content-list strong,
.jf-content-list span {
  display: block;
}

.jf-content-row strong,
.jf-content-list strong {
  color: #14251d;
  font-size: 15px;
  font-weight: 900;
}

.jf-content-row p,
.jf-content-list span {
  margin: 5px 0 0;
  color: #6b7b73;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.jf-content-strip,
.jf-content-grid,
.jf-contact-grid {
  display: grid;
  gap: 18px;
}

.jf-content-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 94px;
}

.jf-content-stat,
.jf-content-card {
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--jf-shadow-sm);
}

.jf-content-stat {
  min-height: 150px;
  padding: 24px;
}

.jf-content-stat strong {
  display: block;
  margin-bottom: 10px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-content-stat span,
.jf-content-card p {
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-content-band {
  padding: 94px 0;
  border-top: 1px solid rgba(16, 35, 27, 0.06);
  background: #ffffff;
}

.jf-content-band.is-muted {
  background: #f7fcfa;
}

.jf-content-split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(480px, 1fr);
  gap: 54px;
  align-items: start;
}

.jf-content-split p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #53635c;
  font-size: 17px;
  line-height: 1.7;
}

.jf-content-list {
  display: grid;
  gap: 14px;
}

.jf-content-list div {
  padding: 18px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(16, 35, 27, 0.06);
}

.jf-content-grid,
.jf-contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jf-content-card {
  min-height: 270px;
  padding: 28px;
}

.jf-content-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border-radius: 17px;
  font-size: 18px;
  box-shadow: inset 0 0 0 1px rgba(0, 122, 77, 0.1);
}

.jf-content-card h3 {
  margin: 0 0 10px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-content-card p {
  margin: 0;
}

.jf-content-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--jf-jade);
  font-size: 14px;
  font-weight: 900;
}

.jf-signup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.jf-signup-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  gap: 28px;
  padding: 30px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--jf-shadow-sm);
}

.jf-signup-card h3 {
  margin: 12px 0 10px;
  color: #13241c;
  font-family: "Nunito Sans", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: normal;
}

.jf-signup-card p {
  margin: 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-signup-form {
  display: grid;
  gap: 14px;
  margin-top: auto;
}

.jf-signup-field {
  display: grid;
  gap: 8px;
}

.jf-signup-field span {
  color: #33423b;
  font-size: 13px;
  font-weight: 900;
}

.jf-signup-field input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid rgba(16, 35, 27, 0.14);
  border-radius: 12px;
  color: #10231b;
  background: #ffffff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 10px 26px rgba(16, 35, 27, 0.05);
}

.jf-signup-field input:focus {
  border-color: color-mix(in srgb, var(--jf-jade) 45%, transparent);
  outline: 3px solid color-mix(in srgb, var(--jf-jade) 18%, transparent);
  outline-offset: 1px;
}

.jf-signup-form .jf-btn {
  width: 100%;
  min-width: 0;
}

.jf-signup-form .jf-btn:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.jf-signup-note {
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.jf-signup-status {
  min-height: 21px;
  color: #53635c;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

.jf-signup-status.is-success {
  color: var(--jf-jade);
}

.jf-signup-status.is-error {
  color: var(--jf-coral);
}

.jf-signup-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.jf-waitlist-form-wrap {
  display: grid;
  width: 100%;
  max-width: 680px;
}

.jf-waitlist-hero-form {
  max-width: none;
}

.jf-waitlist-form-wrap .jf-signup-card {
  min-height: 0;
}

.jf-demo-scheduler,
.jf-legal-layout {
  display: grid;
  gap: 48px;
  align-items: start;
}

.jf-demo-scheduler {
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.72fr);
}

.jf-demo-scheduler p {
  max-width: 650px;
  margin: 22px 0 0;
  color: #53635c;
  font-size: 17px;
  line-height: 1.7;
}

.jf-demo-calendar {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 236, 212, 0.55), transparent 32%),
    #ffffff;
  box-shadow: var(--jf-shadow-md);
}

.jf-demo-calendar span {
  color: var(--jf-jade);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-demo-calendar strong {
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.05;
}

.jf-demo-calendar p {
  margin: 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.6;
}

.jf-legal-hero {
  padding: 72px 0 54px;
}

.jf-legal-updated {
  margin: -12px 0 0;
  color: var(--jf-jade);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-legal-layout {
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
}

.jf-legal-summary {
  position: sticky;
  top: 24px;
  padding: 24px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: #eefaf4;
  box-shadow: var(--jf-shadow-sm);
}

.jf-legal-summary strong {
  display: block;
  margin-bottom: 10px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: normal;
}

.jf-legal-summary p {
  margin: 0;
  color: #53635c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.jf-legal-body {
  max-width: 820px;
  color: #33423b;
  font-size: 17px;
  line-height: 1.75;
}

.jf-legal-body > * {
  margin-block: 0;
}

.jf-legal-body > * + * {
  margin-top: 1.2em;
}

.jf-legal-body h2 {
  margin-top: 2em;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.1;
}

.jf-legal-body ul {
  padding-left: 1.4em;
}

.jf-legal-body li + li {
  margin-top: 0.55em;
}

.jf-blog-shell,
.jf-blog-article {
  background: var(--site-marketing-background, #f7fcfa);
}

.jf-blog-hero,
.jf-blog-single-hero {
  padding: 72px 0 54px;
}

.jf-blog-title {
  max-width: 780px;
  font-size: clamp(48px, 4.8vw, 76px);
  line-height: 0.92;
}

.jf-blog-copy {
  max-width: 660px;
  margin: 24px 0 0;
  color: #53635c;
  font-size: 18px;
  line-height: 1.7;
}

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

.jf-blog-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(16, 35, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--jf-shadow-sm);
}

.jf-blog-card-image {
  display: block;
  overflow: hidden;
  margin: -10px -10px 22px;
  border-radius: 18px;
  background: #e8f8ef;
}

.jf-blog-card-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.jf-blog-meta {
  margin-bottom: 14px;
  color: var(--jf-jade);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-blog-card h2,
.jf-blog-card h3 {
  margin: 0 0 12px;
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.08;
}

.jf-blog-card h2 a,
.jf-blog-card h3 a {
  color: inherit;
}

.jf-blog-card p {
  margin: 0;
  color: #66766f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.jf-blog-read-more {
  display: inline-flex;
  margin-top: auto;
  padding-top: 24px;
  color: var(--jf-jade);
  font-size: 14px;
  font-weight: 900;
}

.jf-blog-pagination {
  padding: 0 0 84px;
}

.jf-blog-single-title {
  max-width: 900px;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 0.96;
}

.jf-blog-single-hero .jf-blog-meta {
  margin: 22px 0 0;
}

.jf-blog-featured-image {
  overflow: hidden;
  margin: 0 auto 48px;
  border-radius: 28px;
  box-shadow: var(--jf-shadow-md);
}

.jf-blog-featured-image img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.jf-blog-content {
  max-width: 760px;
  padding-bottom: 72px;
  color: #33423b;
  font-size: 18px;
  line-height: 1.8;
}

.jf-blog-content > * {
  margin-block: 0;
}

.jf-blog-content > * + * {
  margin-top: 1.4em;
}

.jf-blog-content h2,
.jf-blog-content h3,
.jf-blog-content h4 {
  color: #10231b;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.1;
}

.jf-blog-content h2 {
  margin-top: 2em;
  font-size: clamp(32px, 3vw, 44px);
}

.jf-blog-content h3 {
  margin-top: 1.8em;
  font-size: 28px;
}

.jf-blog-content a {
  color: var(--jf-jade);
  font-weight: 800;
}

.jf-blog-content ul,
.jf-blog-content ol {
  padding-left: 1.4em;
}

.jf-blog-content li + li {
  margin-top: 0.55em;
}

.jf-blog-content blockquote {
  margin-inline: 0;
  padding: 24px 28px;
  border-left: 5px solid var(--jf-jade);
  border-radius: 0 18px 18px 0;
  background: #eefaf4;
  color: #1d382b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
}

.jf-blog-content img {
  border-radius: 18px;
}

.jf-blog-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid rgba(16, 35, 27, 0.12);
  border-radius: 16px;
  background: #ffffff;
}

.jf-blog-content th,
.jf-blog-content td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(16, 35, 27, 0.08);
  text-align: left;
}

.jf-blog-content th {
  color: #10231b;
  background: #eefaf4;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.jf-blog-footer,
.jf-blog-nav {
  padding-bottom: 72px;
}

.jf-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 35, 27, 0.08);
}

.jf-blog-tags a {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--jf-jade);
  background: #e8f8ef;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1260px) {
  .jf-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 30px;
  }

  .jf-hero-copy,
  .jf-hero-title {
    max-width: 780px;
  }

  .jf-product-stage {
    min-height: auto;
  }

  .jf-dashboard {
    min-height: 590px;
  }
}

@media (max-width: 920px) {
  .jf-page {
    width: min(100% - 28px, var(--jf-max));
  }

  .jf-nav {
    position: relative;
    z-index: 20;
    min-height: 76px;
    height: auto;
  }

  .jf-menu-toggle {
    display: inline-flex;
  }

  .jf-nav-panel {
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    left: 0;
    display: grid;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(16, 35, 27, 0.10);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--jf-shadow-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  }

  .jf-nav.is-menu-open .jf-nav-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .jf-nav-links {
    display: grid;
    width: 100%;
    gap: 0;
  }

  .jf-nav-links a {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-bottom: 1px solid rgba(16, 35, 27, 0.08);
    color: #17271f;
  }

  .jf-nav-links li:last-child a {
    border-bottom: 0;
  }

  .jf-nav-actions {
    display: grid;
    width: 100%;
    gap: 10px;
    padding-top: 16px;
    border-top: 1px solid rgba(16, 35, 27, 0.08);
    white-space: normal;
  }

  .jf-nav-actions > a:not(.jf-btn) {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: #17271f;
  }

  .jf-nav-actions .jf-btn {
    width: 100%;
    min-width: 0;
  }

  .jf-hero {
    gap: 34px;
  }

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

  .jf-side-rail {
    display: none;
  }

  .jf-metric-grid,
  .jf-dash-grid,
  .jf-visual-strip,
  .jf-flow,
  .jf-cta-card,
  .jf-features-hero,
  .jf-feature-strip,
  .jf-feature-grid,
  .jf-feature-workspace,
  .jf-feature-detail,
  .jf-feature-detail.is-reverse,
  .jf-pricing-hero,
  .jf-pricing-intro,
  .jf-pricing-grid,
  .jf-pricing-split,
  .jf-pricing-faq,
  .jf-pricing-addons,
  .jf-security-hero,
  .jf-security-strip,
  .jf-security-grid,
  .jf-security-list-wrap {
    grid-template-columns: 1fr;
  }

  .jf-funds-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .jf-ready-box {
    width: 65%;
  }

  .jf-cta-card {
    padding: 36px 24px;
  }

  .jf-features-hero {
    gap: 34px;
    padding: 44px 0 58px;
  }

  .jf-feature-console {
    min-height: auto;
  }

  .jf-feature-strip {
    margin-bottom: 64px;
  }

  .jf-feature-index {
    margin-bottom: 58px;
  }

  .jf-feature-detail-band {
    padding: 76px 0;
  }

  .jf-feature-detail {
    gap: 38px;
  }

  .jf-pricing-hero {
    gap: 34px;
    padding: 44px 0 58px;
  }

  .jf-pricing-intro {
    margin-bottom: 58px;
  }

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

  .jf-pricing-split,
  .jf-pricing-faq {
    gap: 38px;
  }

  .jf-security-hero {
    padding: 44px 0 58px;
  }

  .jf-security-panel {
    min-height: 390px;
  }
}

@media (max-width: 560px) {
  .jf-hero-title {
    font-size: 52px;
  }

  .jf-hero-copy {
    font-size: 16px;
  }

  .jf-dash-main {
    padding: 18px;
  }

  .jf-metric-grid {
    gap: 10px;
  }

  .jf-metric {
    min-height: 102px;
    padding: 15px;
  }

  .jf-dash-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .jf-ready-box {
    width: 100%;
  }

  .jf-report-preview {
    opacity: 0.28;
  }

  .jf-trust-row {
    flex-wrap: wrap;
  }

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

  .jf-footer-main {
    flex-direction: column;
    align-items: flex-start;
  }

  .jf-signup-form-compact {
    grid-template-columns: 1fr;
  }

  .jf-signup-form-compact .jf-btn {
    width: 100%;
  }

  .jf-features-title {
    font-size: 38px;
  }

  .jf-features-copy {
    font-size: 16px;
  }

  .jf-feature-console {
    padding: 18px;
  }

  .jf-feature-console-inner {
    padding: 18px;
  }

  .jf-feature-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .jf-feature-row em {
    grid-column: 2;
    justify-self: start;
  }

  .jf-feature-band {
    padding: 64px 0;
  }

  .jf-feature-card {
    min-height: auto;
  }

  .jf-feature-map,
  .jf-feature-visual {
    padding: 16px;
    border-radius: 24px;
  }

  .jf-feature-map-grid,
  .jf-ui-three-col,
  .jf-ui-two-col,
  .jf-ui-transaction-layout,
  .jf-ui-budget-layout,
  .jf-ui-report-grid {
    grid-template-columns: 1fr;
  }

  .jf-feature-map-card.is-wide {
    min-height: 150px;
  }

  .jf-feature-index {
    gap: 8px;
  }

  .jf-feature-index a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .jf-feature-detail-title {
    font-size: 36px;
  }

  .jf-feature-detail-copy p {
    font-size: 16px;
  }

  .jf-ui-list-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .jf-ui-list-row span {
    grid-column: 1;
  }

  .jf-ui-list-row em {
    grid-row: 1 / span 2;
    grid-column: 2;
  }

  .jf-ui-progress-row,
  .jf-ui-grid-row,
  .jf-ui-rule-table > div {
    grid-template-columns: 1fr;
  }

  .jf-ui-grid-row span,
  .jf-ui-grid-row strong,
  .jf-ui-rule-table span,
  .jf-ui-rule-table b {
    white-space: normal;
  }

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

  .jf-ui-invite span {
    justify-self: start;
  }

  .jf-pricing-title,
  .jf-pricing-section-title {
    font-size: 38px;
  }

  .jf-pricing-copy {
    font-size: 16px;
  }

  .jf-pricing-preview {
    padding: 16px;
    border-radius: 24px;
  }

  .jf-pricing-preview-grid,
  .jf-pricing-grid,
  .jf-pricing-addons {
    grid-template-columns: 1fr;
  }

  .jf-pricing-band {
    padding: 64px 0;
  }

  .jf-plan-card {
    min-height: auto;
  }

  .jf-plan-card h3,
  .jf-plan-card p {
    min-height: 0;
  }

  .jf-compare-row {
    grid-template-columns: minmax(0, 1.4fr) repeat(4, minmax(36px, 0.4fr));
    padding: 12px;
  }

  .jf-compare-row span {
    font-size: 12px;
  }

  .jf-security-title {
    font-size: 48px;
  }

  .jf-security-panel {
    padding: 18px;
  }

  .jf-shield {
    width: 138px;
    height: 166px;
  }

  .jf-security-badge {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    margin-top: 12px;
  }

  .jf-shield-card {
    min-height: 360px;
    align-content: center;
    padding: 24px;
  }

  .jf-security-band {
    padding: 64px 0;
  }

  .jf-security-callout {
    padding: 28px;
  }
}

@media (max-width: 920px) {
  .jf-content-hero,
  .jf-content-strip,
  .jf-content-split,
  .jf-content-grid,
  .jf-contact-grid,
  .jf-signup-grid,
  .jf-demo-scheduler,
  .jf-legal-layout,
  .jf-blog-grid {
    grid-template-columns: 1fr;
  }

  .jf-content-hero,
  .jf-blog-hero,
  .jf-blog-single-hero {
    gap: 34px;
    padding: 44px 0 58px;
  }

  .jf-content-strip {
    margin-bottom: 64px;
  }

  .jf-content-band {
    padding: 76px 0;
  }

  .jf-legal-summary {
    position: static;
  }

  .jf-blog-grid {
    padding-bottom: 76px;
  }
}

@media (max-width: 560px) {
  .jf-content-title,
  .jf-blog-title,
  .jf-blog-single-title {
    font-size: 42px;
  }

  .jf-content-copy,
  .jf-blog-copy,
  .jf-blog-content {
    font-size: 16px;
  }

  .jf-content-panel {
    padding: 18px;
    border-radius: 24px;
  }

  .jf-content-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .jf-content-card,
  .jf-content-stat {
    min-height: auto;
  }

  .jf-demo-calendar,
  .jf-legal-summary {
    padding: 22px;
  }

  .jf-legal-body {
    font-size: 16px;
  }

  .jf-blog-card {
    min-height: auto;
    padding: 22px;
  }

  .jf-blog-content blockquote {
    padding: 20px;
    font-size: 20px;
  }
}
