@font-face {
  font-family: "Geist JSP";
  src: url("/fonts.gstatic.com/s/geist/v4/giRh5CcyDXEr.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --jsp-blue: #19007d;
  --jsp-blue-dark: #100052;
  --jsp-blue-soft: #e9e5ff;
  --jsp-cream: #f5f5e9;
  --jsp-ink: #20201e;
  --jsp-muted: #666660;
  --jsp-line: rgba(25, 0, 125, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.jsp-page {
  margin: 0;
  background: #fafaf6;
  color: var(--jsp-ink);
  font-family: "Geist JSP", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.jsp-page a { color: inherit; }
.jsp-shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.jsp-header { padding: 24px 0 16px; }
.jsp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.jsp-nav-main,
.jsp-login {
  min-height: 70px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(31, 27, 51, 0.07);
}
.jsp-nav-main {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: 10px 30px 10px 22px;
}
.jsp-brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.jsp-brand img { display: block; width: 145px; height: auto; }
.jsp-nav-links { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); }
.jsp-nav-links a,
.jsp-login {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.jsp-nav-links a { position: relative; white-space: nowrap; }
.jsp-nav-links a::after {
  content: "";
  position: absolute;
  inset: auto 0 -7px;
  height: 2px;
  background: var(--jsp-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.jsp-nav-links a:hover::after,
.jsp-nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.jsp-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 0 28px;
  background: var(--jsp-ink);
  color: #fff !important;
  transition: transform .25s ease, background .25s ease;
}
.jsp-login:hover { transform: translateY(-2px); background: var(--jsp-blue); }
.jsp-login-person {
  min-width: 186px;
  justify-content: space-between;
  padding: 6px 6px 6px 30px;
}
.jsp-login-person img {
  display: block;
  width: 58px;
  height: 58px;
  margin-left: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
.jsp-hero { padding: clamp(72px, 10vw, 144px) 0 clamp(70px, 9vw, 120px); }
.jsp-kicker {
  margin: 0 0 18px;
  color: var(--jsp-blue);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.jsp-title {
  max-width: 980px;
  margin: 0;
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 430;
  letter-spacing: -.06em;
  line-height: .94;
}
.jsp-lede {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--jsp-muted);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}
.jsp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.jsp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--jsp-blue);
  border-radius: 999px;
  background: var(--jsp-blue);
  color: #fff !important;
  font-weight: 650;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease;
}
.jsp-button:hover { transform: translateY(-2px); background: var(--jsp-blue-dark); }
.jsp-button.secondary { background: transparent; color: var(--jsp-blue) !important; }
.jsp-button.secondary:hover { background: var(--jsp-blue-soft); }
.jsp-button.light {
  border-color: #fffffa;
  background: #fffffa;
  color: var(--jsp-blue) !important;
}
.jsp-button.light:hover { background: var(--jsp-cream); }
.jsp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  font-size: 17px;
  font-weight: 650;
  text-decoration: none;
}
.jsp-text-link span { transition: transform .25s ease; }
.jsp-text-link:hover span { transform: translateX(5px); }
.jsp-kicker.light { color: rgba(255,255,255,.76); }

.jsp-visual-hero {
  position: relative;
  min-height: min(850px, calc(100vh - 126px));
  margin-top: 10px;
  overflow: hidden;
  border-radius: 42px;
  isolation: isolate;
}
.jsp-visual-hero-image,
.jsp-visual-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.jsp-visual-hero-image { object-fit: cover; object-position: center; }
.jsp-visual-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(20,30,46,.76) 0%, rgba(31,41,55,.44) 48%, rgba(25,0,125,.16) 100%);
}
.jsp-visual-copy {
  position: absolute;
  z-index: 2;
  left: clamp(30px, 6vw, 82px);
  bottom: clamp(58px, 9vw, 108px);
  width: min(790px, calc(100% - 80px));
  color: #fff;
}
.jsp-visual-copy h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(62px, 7.4vw, 112px);
  font-weight: 420;
  letter-spacing: -.065em;
  line-height: .91;
}
.jsp-visual-copy > p:not(.jsp-kicker) {
  max-width: 600px;
  margin: 30px 0 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.45;
}
.jsp-floating-card {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 3.5vw, 48px);
  bottom: clamp(20px, 3.5vw, 48px);
  width: min(370px, 30vw);
  min-height: 285px;
  padding: 26px;
  border: 14px solid var(--jsp-cream);
  border-radius: 38px;
  background: #fff;
  color: var(--jsp-ink);
  box-shadow: 0 25px 80px rgba(21,26,39,.2);
}
.jsp-floating-card h2 {
  margin: 28px 0 42px;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}
.jsp-pill {
  display: inline-flex;
  align-items: center;
  width: max-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: var(--jsp-cream);
  color: var(--jsp-ink);
  font-size: 13px;
  font-weight: 720;
}
.jsp-pill.dark { background: var(--jsp-ink); color: #fff; }
.jsp-mini-metric {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(31,32,30,.12);
}
.jsp-mini-metric strong { font-size: 54px; font-weight: 520; line-height: .8; }
.jsp-mini-metric span { color: var(--jsp-muted); font-size: 16px; line-height: 1.1; }

.jsp-reveal { animation: jsp-rise .85s cubic-bezier(.2,.75,.25,1) both; }
.jsp-reveal-delay { animation: jsp-rise .9s .18s cubic-bezier(.2,.75,.25,1) both; }
@keyframes jsp-rise { from { opacity: 0; transform: translateY(22px) scale(.985); } to { opacity: 1; transform: none; } }

.jsp-editorial-section .jsp-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
}
.jsp-editorial-heading h2 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 420;
  letter-spacing: -.06em;
  line-height: .94;
}
.jsp-editorial-copy { display: grid; gap: 24px; }
.jsp-editorial-copy p { margin: 0; color: var(--jsp-muted); font-size: 18px; line-height: 1.65; }

.jsp-comparison-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding-bottom: clamp(72px, 9vw, 124px);
}
.jsp-comparison-card {
  min-height: 670px;
  padding: clamp(34px, 5vw, 66px);
  border-radius: 42px;
  display: flex;
  flex-direction: column;
}
.jsp-comparison-card.muted { background: var(--jsp-cream); color: #8a8981; }
.jsp-comparison-card.accent { background: var(--jsp-blue); color: #fff; }
.jsp-comparison-card > span { font-size: 15px; font-weight: 650; }
.jsp-comparison-card > img { width: 150px; margin-top: 24px; filter: brightness(0) invert(1); }
.jsp-comparison-card h2 {
  max-width: 560px;
  margin: 72px 0 auto;
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 420;
  letter-spacing: -.06em;
  line-height: .96;
}
.jsp-comparison-card ul { display: grid; gap: 18px; margin: 55px 0 0; padding: 0; list-style: none; }
.jsp-comparison-card li { position: relative; padding-left: 34px; font-size: 17px; line-height: 1.45; }
.jsp-comparison-card li::before { content: "✓"; position: absolute; left: 0; font-weight: 800; }
.jsp-comparison-card.muted li::before { content: "×"; }

.jsp-values-section { background: #fff; }
.jsp-value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgba(31,32,30,.1); border-radius: 40px; overflow: hidden; }
.jsp-value-grid article { min-height: 340px; padding: 34px; border-right: 1px solid rgba(31,32,30,.1); }
.jsp-value-grid article:last-child { border-right: 0; }
.jsp-value-grid span { color: var(--jsp-blue); font-size: 14px; font-weight: 750; }
.jsp-value-grid h3 { margin: 100px 0 16px; font-size: 27px; font-weight: 500; letter-spacing: -.035em; }
.jsp-value-grid p { margin: 0; color: var(--jsp-muted); line-height: 1.55; }

.jsp-loan-jump {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding-top: 18px;
}
.jsp-loan-jump a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--jsp-cream);
  font-weight: 650;
  text-align: center;
  text-decoration: none;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.jsp-loan-jump a:hover { transform: translateY(-3px); background: var(--jsp-blue); color: #fff; }
.jsp-product-section { padding-top: 52px; }
.jsp-product-stack { display: grid; gap: 22px; }
.jsp-product-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 740px;
  padding: 16px;
  border-radius: 44px;
  background: var(--jsp-cream);
  scroll-margin-top: 24px;
}
.jsp-product-feature.reverse .jsp-product-copy { order: 2; }
.jsp-product-feature.reverse .jsp-product-image { order: 1; }
.jsp-product-copy { display: flex; flex-direction: column; padding: clamp(32px, 5vw, 66px); }
.jsp-product-copy h2 {
  max-width: 590px;
  margin: 48px 0 26px;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 420;
  letter-spacing: -.06em;
  line-height: .96;
}
.jsp-product-copy > p { max-width: 580px; margin: 0; color: var(--jsp-muted); font-size: 18px; line-height: 1.6; }
.jsp-product-copy h3 { margin: auto 0 18px; font-size: 20px; font-weight: 550; }
.jsp-chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.jsp-chip-list span { padding: 10px 14px; border-radius: 999px; background: #fff; font-size: 14px; }
.jsp-product-copy .jsp-button { align-self: stretch; }
.jsp-product-image { min-height: 100%; overflow: hidden; border-radius: 34px; }
.jsp-product-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.65,.2,1); }
.jsp-product-feature:hover .jsp-product-image img { transform: scale(1.035); }

.jsp-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 50px;
  align-items: end;
  margin-bottom: clamp(72px, 9vw, 120px);
  padding: clamp(42px, 7vw, 84px);
  border-radius: 42px;
  background: var(--jsp-blue);
  color: #fff;
}
.jsp-cta-panel h2 { max-width: 850px; margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 420; letter-spacing: -.06em; line-height: .95; }
.jsp-cta-panel p:not(.jsp-kicker) { max-width: 640px; margin: 24px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.55; }
.jsp-cta-panel .jsp-actions { justify-content: flex-end; }
.jsp-section { padding: clamp(72px, 9vw, 120px) 0; }
.jsp-section.blue { background: var(--jsp-blue); color: #fff; }
.jsp-section.cream { background: var(--jsp-cream); }
.jsp-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .55fr); gap: 36px; align-items: end; margin-bottom: 44px; }
.jsp-section h2 { margin: 0; max-width: 820px; font-size: clamp(40px, 6vw, 74px); font-weight: 430; letter-spacing: -.05em; line-height: .98; }
.jsp-section-head p { margin: 0; color: var(--jsp-muted); font-size: 18px; line-height: 1.6; }
.jsp-section.blue .jsp-section-head p { color: rgba(255,255,255,.72); }
.jsp-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.jsp-card {
  min-height: 280px;
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--jsp-line);
  border-radius: 34px;
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease;
}
.jsp-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(25, 0, 125, .1); }
.jsp-card-index { color: var(--jsp-blue); font-size: 13px; font-weight: 750; letter-spacing: .12em; }
.jsp-card h3 { margin: 52px 0 14px; font-size: clamp(28px, 3vw, 40px); font-weight: 500; letter-spacing: -.035em; }
.jsp-card p { max-width: 520px; margin: 0; color: var(--jsp-muted); font-size: 17px; line-height: 1.55; }
.jsp-card a { display: inline-block; margin-top: 28px; color: var(--jsp-blue); font-weight: 700; text-decoration: none; }
.jsp-note {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--jsp-line);
  border-radius: 34px;
  background: #fff;
}
.jsp-note h3 { margin: 0 0 12px; font-size: 28px; font-weight: 500; letter-spacing: -.03em; }
.jsp-note p { margin: 0; color: var(--jsp-muted); font-size: 17px; line-height: 1.65; }
.jsp-note + .jsp-note { margin-top: 16px; }
.jsp-contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .8fr); gap: 20px; }
.jsp-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.jsp-field { display: grid; gap: 8px; }
.jsp-field.full { grid-column: 1 / -1; }
.jsp-field label { font-size: 14px; font-weight: 650; }
.jsp-field input,
.jsp-field select,
.jsp-field textarea {
  width: 100%;
  border: 1px solid rgba(31,32,30,.16);
  border-radius: 16px;
  background: #fff;
  color: var(--jsp-ink);
  font: inherit;
  padding: 14px 16px;
}
.jsp-field textarea { min-height: 150px; resize: vertical; }
.jsp-field input:focus,
.jsp-field select:focus,
.jsp-field textarea:focus { outline: 3px solid rgba(25,0,125,.12); border-color: var(--jsp-blue); }
.jsp-form .jsp-button { grid-column: 1 / -1; justify-self: start; border: 0; cursor: pointer; font: inherit; }
.jsp-contact-list { display: grid; gap: 14px; }
.jsp-contact-item { padding: 22px; border-radius: 22px; background: var(--jsp-blue-soft); }
.jsp-contact-item strong { display: block; margin-bottom: 7px; color: var(--jsp-blue); }
.jsp-contact-item p,
.jsp-contact-item address { margin: 0; color: #44423f; font-style: normal; line-height: 1.55; overflow-wrap: anywhere; }
.jsp-footer { padding: 66px 0 32px; background: var(--jsp-cream); color: var(--jsp-ink); }
.jsp-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; }
.jsp-footer .jsp-brand img { filter: none; }
.jsp-footer-copy { max-width: 360px; margin: 20px 0 0; color: var(--jsp-muted); line-height: 1.6; }
.jsp-footer h3 { margin: 0 0 18px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.jsp-footer ul { list-style: none; margin: 0; padding: 0; }
.jsp-footer li + li { margin-top: 11px; }
.jsp-footer a { color: var(--jsp-muted); text-decoration: none; }
.jsp-footer a:hover { color: var(--jsp-blue); }
.jsp-footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(31,32,30,.12); color: var(--jsp-muted); font-size: 14px; }

@media (max-width: 900px) {
  .jsp-shell { width: min(100% - 28px, 760px); }
  .jsp-header { padding-top: 14px; }
  .jsp-nav { align-items: stretch; }
  .jsp-nav-main { flex: 1; min-height: 62px; padding: 8px 16px; }
  .jsp-brand img { width: 118px; }
  .jsp-nav-links { display: none; }
  .jsp-login { min-width: 100px; min-height: 62px; padding: 0 20px; }
  .jsp-login-person img { display: none; }
  .jsp-login-person { justify-content: center; }
  .jsp-mobile-links { display: flex !important; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
  .jsp-mobile-links a { flex: 1 1 auto; padding: 10px 13px; border: 1px solid var(--jsp-line); border-radius: 999px; background: #fff; text-align: center; text-decoration: none; font-size: 14px; font-weight: 600; }
  .jsp-section-head,
  .jsp-contact-grid,
  .jsp-editorial-section .jsp-shell,
  .jsp-cta-panel { grid-template-columns: 1fr; }
  .jsp-grid { grid-template-columns: 1fr; }
  .jsp-visual-hero { min-height: 760px; }
  .jsp-visual-copy { bottom: 315px; width: calc(100% - 56px); }
  .jsp-visual-copy h1 { font-size: clamp(52px, 11vw, 82px); }
  .jsp-floating-card { right: 20px; bottom: 20px; left: 20px; width: auto; min-height: 250px; }
  .jsp-comparison-panel { grid-template-columns: 1fr; }
  .jsp-comparison-card { min-height: 570px; }
  .jsp-value-grid { grid-template-columns: 1fr 1fr; }
  .jsp-value-grid article:nth-child(2) { border-right: 0; }
  .jsp-value-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(31,32,30,.1); }
  .jsp-loan-jump { grid-template-columns: 1fr 1fr; }
  .jsp-product-feature { grid-template-columns: 1fr; min-height: 0; }
  .jsp-product-feature.reverse .jsp-product-copy,
  .jsp-product-feature.reverse .jsp-product-image { order: initial; }
  .jsp-product-image { min-height: 560px; }
  .jsp-product-copy h3 { margin-top: 70px; }
  .jsp-cta-panel .jsp-actions { justify-content: flex-start; }
  .jsp-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 901px) { .jsp-mobile-links { display: none; } }

@media (max-width: 580px) {
  .jsp-title { font-size: clamp(46px, 15vw, 68px); }
  .jsp-visual-hero { min-height: 720px; border-radius: 28px; }
  .jsp-visual-copy { left: 24px; bottom: 300px; width: calc(100% - 48px); }
  .jsp-visual-copy h1 { font-size: clamp(45px, 13vw, 62px); }
  .jsp-visual-copy > p:not(.jsp-kicker) { margin-top: 20px; font-size: 16px; }
  .jsp-floating-card { border-width: 9px; border-radius: 28px; }
  .jsp-floating-card h2 { margin-bottom: 28px; }
  .jsp-editorial-heading h2 { font-size: clamp(44px, 13vw, 62px); }
  .jsp-comparison-card { min-height: 520px; padding: 34px 26px; border-radius: 30px; }
  .jsp-comparison-card h2 { margin-top: 48px; font-size: clamp(43px, 12vw, 58px); }
  .jsp-value-grid { grid-template-columns: 1fr; }
  .jsp-value-grid article { min-height: 290px; border-right: 0; border-bottom: 1px solid rgba(31,32,30,.1); }
  .jsp-value-grid article:nth-child(3) { border-bottom: 1px solid rgba(31,32,30,.1); }
  .jsp-value-grid article:last-child { border-bottom: 0; }
  .jsp-value-grid h3 { margin-top: 70px; }
  .jsp-loan-jump { grid-template-columns: 1fr; }
  .jsp-product-feature { padding: 9px; border-radius: 30px; }
  .jsp-product-copy { padding: 30px 22px 36px; }
  .jsp-product-copy h2 { margin-top: 36px; font-size: clamp(42px, 12.5vw, 58px); }
  .jsp-product-image { min-height: 420px; border-radius: 24px; }
  .jsp-cta-panel { padding: 38px 26px; border-radius: 30px; }
  .jsp-form { grid-template-columns: 1fr; }
  .jsp-field.full,
  .jsp-form .jsp-button { grid-column: auto; }
  .jsp-footer-grid { grid-template-columns: 1fr; }
  .jsp-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .jsp-reveal,
  .jsp-reveal-delay { animation: none; }
  .jsp-product-image img,
  .jsp-button,
  .jsp-login,
  .jsp-loan-jump a { transition: none; }
}
