@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/inter-400.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/inter-500.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/fonts/inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/inter-700.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/fonts/inter-800.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/fonts/inter-900.ttf") format("truetype");
}

@font-face {
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/prompt-700.ttf") format("truetype");
}

:root {
  --purple: #7452ff;
  --purple-2: #6258fe;
  --purple-soft: #aaa6ff;
  --ink: #11111a;
  --muted: #6d6d6d;
  --line: #ecebff;
  --green: #0e9a6a;
  --yellow: #e0a100;
  --pink: #d44a6a;
  --ease-apple: cubic-bezier(0.23, 1, 0.32, 1);
  --max: 1248px;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 72px;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 18%, rgba(246, 243, 255, 0.95), rgba(255, 255, 255, 0) 28%),
    radial-gradient(circle at 100% 22%, rgba(255, 246, 208, 0.62), rgba(255, 255, 255, 0) 18%),
    #fff;
  line-height: 1.45;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

main {
  position: relative;
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  height: 72px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.35s var(--ease-apple), box-shadow 0.35s var(--ease-apple), backdrop-filter 0.35s var(--ease-apple);
}

.site-header.is-glass {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 35px rgba(98, 88, 254, 0.08);
}

.nav-shell {
  width: min(var(--max), calc(100% - 192px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 140px;
  height: 32px;
}

.nav-actions {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 48px;
}

.nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
}

.nav-link.active {
  color: var(--purple);
  font-size: 20px;
  font-weight: 700;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 999px;
  background: var(--purple);
  transform: translateX(-50%);
}

.download-btn,
.gradient-cta,
.white-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  white-space: nowrap;
  cursor: pointer;
}

.download-btn {
  gap: 6px;
  height: 40px;
  min-width: 125px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--purple);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(116, 82, 255, 0.24);
}

html.is-in-app [data-in-app-hide],
body.is-in-app [data-in-app-hide] {
  display: none !important;
}

.download-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.gradient-cta .download-icon,
.white-cta .download-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
}

.home-hero,
.product-hero {
  width: min(var(--max), calc(100% - 192px));
  min-height: 640px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 644px 1fr;
  column-gap: 24px;
  align-items: center;
  padding: 72px 0 72px;
}

.home-hero {
  overflow: visible;
}

.product-hero {
  min-height: 688px;
  column-gap: 42px;
  overflow: visible;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1,
.trust-hero h1 {
  margin: 0;
  font-size: 64px;
  line-height: 1.125;
  letter-spacing: 0;
  font-weight: 800;
}

.hero-copy h1 span,
.trust-hero h1 span {
  color: var(--purple);
}

.home-hero .hero-copy h1 > span {
  color: #212121;
}

.home-hero .hero-copy h1 .hero-highlight {
  color: var(--purple);
}

.hero-copy p {
  max-width: 644px;
  margin: 32px 0 0;
  color: #3a3a47;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.home-hero .hero-copy p {
  color: #6d6d6d;
}

.home-hero .hero-copy p strong {
  color: #212121;
}

.product-hero .hero-copy p {
  font-size: 20px;
  max-width: 644px;
  color: #6d6d6d;
}

.store-row {
  --store-badge-width: 156px;
  --store-badge-height: 52px;
  --store-stack-gap: 13px;
  display: flex;
  align-items: center;
  gap: 36px;
  margin-top: 28px;
}

.store-stack {
  display: grid;
  gap: var(--store-stack-gap);
}

.store-badge {
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: transparent;
  cursor: pointer;
}

.store-badge img {
  width: var(--store-badge-width);
  height: var(--store-badge-height);
  object-fit: contain;
}

.qr-code {
  --qr-size: calc(var(--store-badge-height) + var(--store-badge-height) + var(--store-stack-gap));
  height: var(--qr-size);
  width: var(--qr-size);
  border: 1px solid #cacaff;
  border-radius: 5px;
}

.hero-media {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 520px;
}

.hero-media img {
  width: 485px;
  height: auto;
}

.wallet-media img {
  width: 500px;
}

.ambient-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0);
}

.circle-a {
  width: 525px;
  height: 525px;
  right: 102px;
  top: 21px;
  background: radial-gradient(circle, rgba(236, 237, 255, 0.95), rgba(236, 237, 255, 0) 70%);
}

.circle-b {
  width: 560px;
  height: 560px;
  right: -224px;
  bottom: -214px;
  background: radial-gradient(circle, rgba(255, 214, 107, 0.28), rgba(255, 214, 107, 0) 64%);
}

.dot {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: var(--particle-opacity, 1);
  pointer-events: none;
  transform: translate3d(var(--particle-x, 0px), var(--particle-y, 0px), 0) scale(var(--particle-scale, 1));
  transform-origin: center;
  transition: filter 0.3s var(--ease-apple), opacity 0.3s var(--ease-apple);
  will-change: transform;
  z-index: 2;
}

.dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: inherit;
  opacity: 0.22;
  filter: blur(10px);
}

.dot-purple {
  right: 92px;
  top: 48px;
  background: #b8a7ff;
  box-shadow: 0 0 26px rgba(184, 167, 255, 0.42);
}

.dot-yellow {
  left: 25px;
  top: 304px;
  background: #ffe3a3;
  box-shadow: 0 0 26px rgba(255, 227, 163, 0.42);
}

.dot-pink {
  right: 5px;
  bottom: 104px;
  background: #ffb6c8;
  box-shadow: 0 0 26px rgba(255, 182, 200, 0.4);
}

.dot-mint {
  left: 52%;
  top: 96px;
  width: 10px;
  height: 10px;
  background: #b6eadb;
  box-shadow: 0 0 24px rgba(182, 234, 219, 0.4);
}

.dot-sky {
  left: 46%;
  bottom: 82px;
  width: 9px;
  height: 9px;
  background: #a8d8ff;
  box-shadow: 0 0 24px rgba(168, 216, 255, 0.42);
}

.dot-peach {
  right: 166px;
  top: 374px;
  width: 10px;
  height: 10px;
  background: #ffd0b8;
  box-shadow: 0 0 24px rgba(255, 208, 184, 0.4);
}

.three-zeros {
  min-height: 683px;
  padding: 72px 0;
}

.three-zeros h2,
.social-proof h2,
.metrics-section h2,
.how-works h2,
.fees-table-section h2,
.commitments-section h2,
.faq-section h2,
.borrower-section h2,
.compliance-section h2,
.transparency-section h2,
.welfare-section h2 {
  margin: 0;
  text-align: center;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.zero-card-grid,
.metric-grid,
.step-grid,
.testimonial-grid,
.borrower-grid {
  width: min(var(--max), calc(100% - 192px));
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.zero-card {
  position: relative;
  min-height: 407px;
  overflow: hidden;
  border-radius: 24px;
  padding: 40px 30px;
  backdrop-filter: blur(12px);
  transition: transform 0.45s var(--ease-apple), backdrop-filter 0.45s var(--ease-apple), box-shadow 0.45s var(--ease-apple);
}

.zero-card:hover {
  transform: scale(1.03);
  backdrop-filter: blur(20px);
}

.zero-glow {
  position: absolute;
  inset: 0;
  opacity: 0.74;
  transition: opacity 0.45s var(--ease-apple), filter 0.45s var(--ease-apple);
}

.zero-card:hover .zero-glow {
  opacity: 0.9;
  filter: brightness(1.2);
}

.zero-card h3,
.commitment-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 36px;
  line-height: 1.22;
  font-weight: 800;
}

.zero-card p {
  position: relative;
  z-index: 2;
  width: 324px;
  max-width: 100%;
  margin: 28px 0 0;
  color: #11111a;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.zero-card b,
.commitment-card b {
  position: absolute;
  right: -28px;
  bottom: -54px;
  font-size: 320px;
  line-height: 1;
  font-weight: 900;
  z-index: 1;
}

.commitment-card b {
  color: rgba(255, 255, 255, 0.76);
}

.zero-purple {
  background: linear-gradient(135deg, rgba(235, 230, 255, 0.95), rgba(246, 243, 255, 0.86));
}

.zero-purple .zero-glow {
  background: radial-gradient(circle at 85% 80%, rgba(116, 82, 255, 0.34), rgba(116, 82, 255, 0) 52%);
}

.zero-purple h3,
.zero-purple strong {
  color: var(--purple);
}

.zero-purple b {
  color: rgba(98, 88, 254, 0.1);
}

.zero-yellow {
  background: linear-gradient(135deg, rgba(255, 248, 225, 0.98), rgba(255, 252, 239, 0.9));
}

.zero-yellow .zero-glow {
  background: radial-gradient(circle at 85% 80%, rgba(224, 161, 0, 0.28), rgba(224, 161, 0, 0) 52%);
}

.zero-yellow h3,
.zero-yellow strong {
  color: var(--yellow);
}

.zero-yellow b {
  color: rgba(224, 161, 0, 0.1);
}

.zero-yellow .zero-card-accent {
  color: var(--yellow);
}

.zero-green {
  background: linear-gradient(135deg, rgba(232, 255, 244, 0.98), rgba(245, 255, 250, 0.9));
}

.zero-green .zero-glow {
  background: radial-gradient(circle at 85% 80%, rgba(14, 154, 106, 0.27), rgba(14, 154, 106, 0) 52%);
}

.zero-green h3,
.zero-green strong {
  color: var(--green);
}

.zero-green b {
  color: rgba(14, 154, 106, 0.1);
}

.zero-pink {
  background: linear-gradient(135deg, rgba(255, 233, 239, 0.98), rgba(255, 246, 248, 0.9));
}

.zero-pink strong {
  color: var(--pink);
}

.zero-pink h3 {
  color: #d44a6a;
}

.zero-pink b {
  color: rgba(212, 74, 106, 0.14);
}

.social-proof {
  min-height: 840px;
  padding: 72px 0 96px;
  margin-bottom: -1px;
  background:
    radial-gradient(circle at 50% 52%, rgba(236, 237, 255, 0.92), rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #fff 0%, #f8faff 70%, #eef5ff 100%);
}

.social-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 58px;
  color: var(--purple);
  font-size: 120px;
  line-height: 0.9;
  font-weight: 900;
}

.social-caption {
  margin: 36px 0 0;
  text-align: center;
  color: #11111a;
  font-size: 24px;
  font-weight: 500;
}

.social-caption strong {
  color: var(--purple);
}

.testimonial-grid {
  margin-top: 72px;
  gap: 32px;
}

.testimonial-card {
  min-height: 280px;
  border-radius: 24px;
  padding: 40px 36px 34px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 55px rgba(98, 88, 254, 0.16);
}

.quote-mark {
  display: block;
  height: 36px;
  color: var(--purple-soft);
  font-size: 72px;
  line-height: 0.64;
  font-weight: 700;
}

.testimonial-card p {
  min-height: 74px;
  margin: 18px 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.5;
}

.person-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.person-row img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.person-row strong,
.person-row small {
  display: block;
}

.person-row strong {
  font-size: 14px;
  font-weight: 800;
}

.person-row small {
  color: #757575;
  font-size: 12px;
  font-weight: 600;
}

.testimonial-dots {
  display: none;
}

.testimonial-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(116, 82, 255, 0.22);
  cursor: pointer;
}

.testimonial-dots button.is-active {
  background: var(--purple);
}

.download-strip,
.application-cta {
  position: relative;
  overflow: hidden;
  min-height: 449px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #6258fe, #7452ff);
}

.download-strip h2,
.application-cta h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 64px;
  line-height: 1.12;
  font-weight: 800;
}

.download-strip p,
.application-cta p {
  position: relative;
  z-index: 2;
  margin: 28px 0 0;
  font-size: 24px;
  font-weight: 500;
}

.download-strip-row {
  --store-badge-width: 156px;
  --store-badge-height: 52px;
  position: relative;
  z-index: 2;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 55px;
}

.download-store-pair {
  display: flex;
  align-items: center;
  gap: 28px;
}

.download-divider {
  display: block;
  width: 1.5px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.download-strip-row .qr-code {
  --qr-size: var(--store-badge-height);
  width: var(--qr-size);
  height: var(--qr-size);
}

.strip-a {
  width: 600px;
  height: 600px;
  left: -218px;
  top: -223px;
  background: radial-gradient(circle, rgba(236, 237, 255, 0.25), rgba(236, 237, 255, 0) 70%);
}

.strip-b {
  width: 600px;
  height: 600px;
  right: -152px;
  top: 75px;
  background: radial-gradient(circle, rgba(255, 214, 107, 0.22), rgba(255, 214, 107, 0) 68%);
}

.site-footer {
  color: #fff;
  background: #0c0a17;
}

.footer-columns {
  width: min(var(--max), calc(100% - 192px));
  min-height: 287px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  align-items: start;
  padding: 48px 0;
  text-align: center;
}

.footer-columns h2 {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 800;
}

.footer-columns p,
.footer-columns a {
  display: block;
  margin: 0 auto 12px;
  max-width: 368px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
}

.footer-columns p {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 400;
}

.footer-columns a {
  color: #aaa6ff;
}

.footer-about-copy {
  color: rgba(255, 255, 255, 0.6);
}

.footer-about-copy strong {
  color: #fff;
  font-weight: 600;
}

.copyright {
  height: 69px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.34);
  font-size: 12px;
}

.gradient-cta {
  position: relative;
  isolation: isolate;
  gap: 8px;
  height: 56px;
  margin-top: 36px;
  padding: 0 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(0deg, #7452ff 0%, #7452ff 50%, #4a55fe 100%);
  font-size: 16px;
  font-weight: 800;
  box-shadow:
    inset 0 -2px 20px rgba(236, 212, 255, 0.4),
    0 20px 36px rgba(116, 82, 255, 0.22);
}

.gradient-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 86%;
  height: 68%;
  border-radius: 999px;
  background: rgba(218, 105, 255, 0.46);
  filter: blur(20px);
  transform: translate(-50%, -46%);
  pointer-events: none;
}

.metrics-section {
  padding: 48px 0 72px;
}

.metric-grid {
  margin-top: 72px;
}

.metric-card {
  min-height: 284px;
  border-radius: 24px;
  padding: 36px;
  background: linear-gradient(135deg, #ffffff, #ece7ff);
  box-shadow: 0 20px 50px rgba(98, 88, 254, 0.1);
}

.metric-card small {
  display: block;
  color: #212121;
  font-size: 24px;
  line-height: 1.17;
  font-weight: 600;
}

.metric-card strong {
  display: block;
  margin-top: 18px;
  color: var(--purple);
  font-size: 64px;
  line-height: 0.82;
  font-weight: 900;
}

.metric-yellow strong {
  color: var(--yellow);
}

.metric-yellow {
  background: linear-gradient(135deg, #ffffff 0%, #fff0c3 100%);
}

.metric-green {
  background: linear-gradient(135deg, #fff, #ebfff5);
}

.metric-green strong {
  color: var(--green);
}

.metric-card p {
  margin: 44px 0 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.5;
}

.metric-green p strong {
  color: #0e9a6a;
  font-weight: 800;
}

.how-works {
  padding: 48px 0 88px;
}

.step-grid {
  gap: 48px;
}

.step-card {
  position: relative;
  min-height: 260px;
  border: 3px solid #fff;
  border-radius: 32px;
  padding: 36px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 24px 60px rgba(98, 88, 254, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateX(20px);
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 50%;
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28' fill='none' stroke='%237452ff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='10 6 18 14 10 22'/></svg>") center / contain no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}

.step-card.is-in {
  animation: slideStep 0.8s var(--ease-apple) forwards;
}

.step-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-icon {
  display: inline-block;
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.step-icon img {
  position: absolute;
  left: -16px;
  top: -6px;
  width: 76px;
  height: 76px;
  max-width: none;
  pointer-events: none;
}

.step-card small {
  display: block;
  height: auto;
  color: var(--purple);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.56px;
  line-height: 1;
  text-transform: uppercase;
}

.step-card h3 {
  margin: 18px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  line-height: 1.36;
  font-weight: 600;
}

.step-card p {
  margin: 18px 0 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.5;
}

.section-note {
  width: min(892px, calc(100% - 48px));
  margin: 44px auto 0;
  color: #757575;
  text-align: center;
  font-size: 14px;
}

.fees-table-section,
.commitments-section,
.faq-section {
  padding: 72px 0;
}

.fees-table-section {
  background: linear-gradient(180deg, rgba(246, 243, 255, 0.45), rgba(255, 255, 255, 0.84));
}

.fee-table-wrap {
  width: min(912px, calc(100% - 48px));
  margin: 64px auto 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 50px rgba(98, 88, 254, 0.08);
}

.fee-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #11111a;
}

.fee-table th,
.fee-table td {
  padding: 23px 24px;
  text-align: left;
  border-bottom: 1px solid #ededff;
  vertical-align: middle;
}

.fee-table th {
  background: rgba(246, 243, 255, 0.85);
  color: #757575;
  font-size: 12px;
  font-weight: 800;
  text-transform: none;
}

.fee-table td:first-child {
  width: 38%;
  font-weight: 800;
}

.fee-table td:nth-child(2) {
  color: var(--purple);
  font-weight: 700;
}

.fee-table tbody tr:nth-child(n+3) td:nth-child(2) {
  color: #212121;
  font-weight: 400;
}

.fee-table td:nth-child(2).fee-table-muted {
  color: #212121;
  font-weight: 400;
}

.commitment-grid {
  width: min(var(--max), calc(100% - 192px));
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.commitment-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 12px;
  padding: 30px 28px 28px;
}

.commitment-card strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
}

.commitment-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.28;
}

.commitment-card p {
  position: relative;
  z-index: 2;
  margin: 12px 0 0;
  color: #3a3a47;
  font-size: 14px;
  line-height: 1.45;
}

.commitment-card b {
  font-size: 176px;
  right: -20px;
  bottom: -34px;
}

.faq-list {
  width: min(912px, calc(100% - 48px));
  margin: 64px auto 0;
}

.faq-list details {
  margin-bottom: 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(98, 88, 254, 0.09), 0 0 0 1px transparent;
  overflow: hidden;
  transition: box-shadow 0.32s var(--ease-apple), transform 0.32s var(--ease-apple);
}

.faq-list details:hover {
  box-shadow: 0 16px 32px rgba(98, 88, 254, 0.14), 0 0 0 1px rgba(170, 166, 255, 0.55);
  transform: translateY(-1px);
}

.faq-list details:focus-within {
  box-shadow: 0 12px 28px rgba(98, 88, 254, 0.12), 0 0 0 1px rgba(116, 82, 255, 0.16);
}

.faq-list summary {
  position: relative;
  min-height: 54px;
  padding: 18px 58px 18px 24px;
  list-style: none;
  cursor: pointer;
  color: #11111a;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.faq-list summary:focus {
  outline: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary > span {
  display: block;
  min-width: 0;
  max-width: 100%;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: var(--purple);
  background: #f1efff;
  text-align: center;
  line-height: 18px;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: #3a3a47;
  font-size: 14px;
  line-height: 1.5;
}

.application-cta {
  min-height: 472px;
  padding: 72px 24px;
}

.application-cta h2 {
  font-size: 48px;
}

.application-cta p {
  max-width: 741px;
  font-size: 18px;
  line-height: 1.55;
}

.white-cta {
  position: relative;
  z-index: 2;
  gap: 8px;
  height: 40px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 999px;
  color: var(--purple);
  background: #fff;
  font-size: 14px;
  font-weight: 800;
}

.trust-hero {
  position: relative;
  min-height: 542px;
  padding: 72px 24px 54px;
  overflow: hidden;
  text-align: center;
}

.trust-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1023px, 100%);
  margin: 0 auto;
}

.trust-hero h1 {
  font-size: 64px;
  line-height: 1.125;
}

.trust-hero p {
  width: min(838px, 100%);
  margin: 36px auto 0;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 1.45;
}

.trust-hero p .trust-hero-emphasis {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #212121;
}

.trust-badges {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 22px;
  border: 1.333px solid rgba(98, 88, 254, 0.18);
  border-radius: 999px;
  color: #6258fe;
  background: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
}

.trust-badges img {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.trust-art {
  position: absolute;
  pointer-events: none;
  opacity: 0.78;
}

.trust-art-left {
  left: 44px;
  top: 72px;
  width: 425px;
}

.trust-art-right {
  right: 42px;
  top: 24px;
  width: 383px;
}

.operator-section {
  width: min(var(--max), calc(100% - 192px));
  min-height: 629px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 43% 51%;
  gap: 6%;
  align-items: center;
}

.operator-copy h2 {
  margin: 0;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 800;
}

.operator-copy p {
  margin: 24px 0 0;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 1.5;
}

.operator-copy p strong {
  color: #212121;
  font-weight: 700;
}

.operator-card {
  border-radius: 24px;
  padding: 24px 36px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 54px rgba(98, 88, 254, 0.1);
}

.operator-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
}

.operator-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 36% 64%;
}

.operator-card dl div,
.operator-card dt,
.operator-card dd {
  margin: 0;
}

.operator-card dt,
.operator-card dd {
  display: block;
  padding: 16px 0;
  border-top: 0;
  font-size: 16px;
  line-height: 1.45;
}

.operator-card dt {
  color: #6d6d6d;
  font-weight: 500;
}

.operator-card dd {
  font-weight: 500;
}

.operator-card dd:nth-of-type(2),
.operator-card dd:nth-of-type(3) {
  font-weight: 800;
}

.operator-card dt:not(:first-of-type),
.operator-card dt:not(:first-of-type) + dd {
  border-top: 1px solid #ecebff;
}

.welfare-section {
  min-height: 500px;
  padding: 72px 24px;
  text-align: center;
}

.welfare-section .lead {
  margin: 24px auto 0;
  color: #3a3a47;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.welfare-section p:not(.lead) {
  width: min(1045px, 100%);
  margin: 40px auto 0;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 1.6;
}

.welfare-highlight-purple {
  color: #7452ff;
  font-weight: 500;
}

.welfare-highlight-dark {
  color: #212121;
  font-weight: 500;
}

.transparency-section {
  min-height: 635px;
  padding: 72px 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #ebfaeb);
}

.transparency-section > p {
  width: min(852px, calc(100% - 48px));
  margin: 36px auto 0;
  color: #3a3a47;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
}

.transparency-grid {
  width: min(912px, calc(100% - 48px));
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.transparency-grid article {
  height: auto;
  min-height: 240px;
  border-radius: 14px;
  padding: 36px;
  text-align: left;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 44px rgba(14, 154, 106, 0.1);
}

.transparency-grid h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.transparency-grid p {
  margin: 18px 0 0;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.5;
}

.compliance-section {
  min-height: 1024px;
  padding: 72px 0;
}

.compliance-list {
  width: min(var(--max), calc(100% - 192px));
  margin: 48px auto 0;
  display: grid;
  gap: 24px;
}

.compliance-card {
  border-radius: 8px;
  padding: 36px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(98, 88, 254, 0.1);
  opacity: 0;
  transform: scale(0.98);
}

.compliance-card.is-in {
  animation: springCard 0.95s both;
}

.compliance-card h3 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.compliance-card p,
.compliance-card li {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 1.5;
}

.compliance-card p {
  margin: 16px 0 0;
}

.compliance-card > strong {
  display: block;
  margin-top: 28px;
  font-size: 16px;
}

.compliance-emphasis {
  display: inline;
  margin: 0;
  color: #212121;
  font-size: inherit;
  font-weight: 600;
}

.compliance-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.compliance-card li {
  margin: 12px 0;
}

.compliance-card li::marker {
  color: var(--purple);
}

.borrower-section {
  min-height: 572px;
  padding: 72px 0;
  background: linear-gradient(180deg, #fff, #f7f5ff);
}

.borrower-grid {
  margin-top: 48px;
}

.borrower-grid article {
  height: auto;
  min-height: 0;
  border-radius: 12px;
  padding: 32px 32px 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(98, 88, 254, 0.12);
}

.borrower-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9px;
  color: var(--purple);
  background: #f0edff;
  font-size: 14px;
  font-weight: 900;
}

.borrower-grid h3 {
  margin: 20px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 600;
}

.borrower-grid p {
  margin: 20px 0 0;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1.5;
}

.trust-cta h2 {
  font-size: 64px;
}

.section-animate .stagger-item {
  opacity: 0;
  transform: translateY(30px);
}

.section-animate.is-visible .stagger-item {
  animation: staggerIn 0.8s var(--ease-apple) both;
}

.section-animate.is-visible .stagger-item:nth-child(1) {
  animation-delay: 0s;
}

.section-animate.is-visible .stagger-item:nth-child(2) {
  animation-delay: 0.1s;
}

.section-animate.is-visible .stagger-item:nth-child(3) {
  animation-delay: 0.2s;
}

.section-animate.is-visible .stagger-item:nth-child(4) {
  animation-delay: 0.3s;
}

.section-animate.is-visible .stagger-item:nth-child(5) {
  animation-delay: 0.4s;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 26, 0.88);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translate(-50%, 14px);
  pointer-events: none;
  transition: opacity 0.3s var(--ease-apple), transform 0.3s var(--ease-apple);
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes staggerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideStep {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes springCard {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  55% {
    opacity: 1;
    transform: scale(1.012);
  }
  78% {
    transform: scale(0.996);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .section-animate .stagger-item,
  .step-card,
  .compliance-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1024px) {
  .nav-shell,
  .zero-card-grid,
  .metric-grid,
  .step-grid,
  .testimonial-grid,
  .borrower-grid,
  .footer-columns,
  .commitment-grid,
  .compliance-list,
  .operator-section,
  .home-hero,
  .product-hero {
    width: min(100% - 48px, var(--max));
  }

  .home-hero,
  .product-hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 48px;
    gap: 30px;
  }

  .home-hero .hero-copy,
  .product-hero .hero-copy {
    min-width: 0;
  }

  .hero-copy h1,
  .trust-hero h1 {
    font-size: 32px;
    line-height: 1.25;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .download-strip h2,
  .trust-cta h2,
  .application-cta h2 {
    font-size: 32px;
  }

  .hero-media {
    min-height: auto;
  }

  .zero-card-grid,
  .metric-grid,
  .step-grid,
  .testimonial-grid,
  .borrower-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .step-card:not(:last-child)::after {
    right: -26px;
  }

  .commitment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .operator-section {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 0;
  }

  .trust-art {
    opacity: 0.35;
  }

  .transparency-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    padding-top: 64px;
  }

  .site-header {
    height: 64px;
  }

  .nav-shell {
    width: calc(100% - 32px);
    height: 64px;
  }

  .brand img {
    width: 118px;
    height: auto;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 12px;
    background: rgba(246, 243, 255, 0.92);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: var(--purple);
  }

  .nav-actions {
    position: fixed;
    top: 72px;
    left: 16px;
    right: 16px;
    height: auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 18px;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.82);
    -webkit-backdrop-filter: blur(36px) saturate(1.2);
    backdrop-filter: blur(36px) saturate(1.2);
    box-shadow: 0 24px 54px rgba(98, 88, 254, 0.16);
  }

  .nav-actions::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(36px) saturate(1.2);
    backdrop-filter: blur(36px) saturate(1.2);
  }

  .nav-actions > * {
    position: relative;
    z-index: 1;
  }

  .nav-actions.is-open {
    display: flex;
  }

  .nav-link {
    height: 44px;
    font-size: 14px;
  }

  .nav-link.active {
    font-size: 16px;
  }

  .nav-link.active::after {
    display: none;
  }

  .download-btn {
    margin-top: 10px;
  }

  .home-hero,
  .product-hero {
    width: calc(100% - 32px);
    min-height: auto;
    padding: 44px 0 64px;
  }

  .product-hero {
    width: 100%;
    box-sizing: border-box;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-hero .hero-copy,
  .product-hero .hero-copy {
    text-align: center;
  }

  .hero-copy h1,
  .trust-hero h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .download-strip h2,
  .trust-cta h2 {
    font-size: 32px;
    line-height: 1.13;
  }

  .hero-copy p,
  .product-hero .hero-copy p,
  .trust-hero p {
    font-size: 16px;
  }

  .home-hero .hero-copy p,
  .product-hero .hero-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .product-hero .gradient-cta {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-cta .download-icon {
    width: 20px;
    height: 20px;
  }

  .store-row {
    --store-badge-width: 132px;
    --store-badge-height: 44px;
    --store-stack-gap: 10px;
    align-items: flex-start;
    justify-content: center;
  }

  .store-stack {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 10px;
  }

  .desktop-only {
    display: none;
  }

  .hero-media img,
  .wallet-media img {
    width: min(100%, 430px);
  }

  .three-zeros,
  .social-proof,
  .metrics-section,
  .how-works,
  .fees-table-section,
  .commitments-section,
  .faq-section,
  .borrower-section,
  .compliance-section,
  .transparency-section,
  .welfare-section {
    padding: 56px 0;
  }

  .social-proof {
    min-height: auto;
    padding-bottom: 16px;
    margin-bottom: -1px;
    background:
      radial-gradient(circle at 50% 52%, rgba(236, 237, 255, 0.92), rgba(236, 237, 255, 0.44) 58%, rgba(255, 255, 255, 0) 88%),
      linear-gradient(180deg, #fff 0%, #f8faff 34%, #eef5ff 100%);
  }

  .three-zeros h2,
  .social-proof h2,
  .metrics-section h2,
  .how-works h2,
  .fees-table-section h2,
  .commitments-section h2,
  .faq-section h2,
  .borrower-section h2,
  .compliance-section h2,
  .transparency-section h2,
  .welfare-section h2 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
  }

  .application-cta h2 {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 1.13;
  }

  .zero-card-grid,
  .metric-grid,
  .step-grid,
  .testimonial-grid,
  .borrower-grid,
  .footer-columns,
  .commitment-grid {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .zero-card {
    min-height: 240px;
    padding: 30px;
  }

  .fee-table-wrap {
    margin-top: 40px;
  }

  .commitment-card {
    min-height: auto;
    padding: 24px;
  }

  .commitment-card b {
    font-size: 120px;
    right: -10px;
    bottom: -20px;
  }

  .zero-purple {
    background: linear-gradient(135deg, #e2dbff 0%, #ffffff 100%);
  }

  .zero-yellow {
    background: linear-gradient(135deg, #fff2cd 0%, #ffffff 100%);
  }

  .zero-green {
    background: linear-gradient(135deg, #ebfaeb 0%, #ffffff 100%);
  }

  .zero-card .zero-glow {
    opacity: 0.36;
  }

  .zero-card h3 {
    font-size: 28px;
  }

  .zero-card p {
    font-size: 16px;
    margin-top: 23px;
  }

  .zero-card b {
    font-size: 170px;
    bottom: -38px;
  }

  .social-number {
    font-size: 72px;
  }

  .social-caption,
  .download-strip p,
  .application-cta p {
    font-size: 16px;
  }

  .testimonial-grid {
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 24px;
    padding: 0 24px 40px;
    scroll-padding: 24px;
    scrollbar-width: none;
  }

  .testimonial-grid::-webkit-scrollbar {
    display: none;
  }

  .testimonial-card {
    min-width: calc(100vw - 48px);
    scroll-snap-align: center;
  }

  .testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: -18px auto 0;
  }

  .download-strip-row {
    flex-wrap: wrap;
    gap: 10px;
  }

  .download-strip,
  .application-cta {
    min-height: 360px;
  }

  .download-strip {
    margin-bottom: 0;
  }

  body:not(.is-in-app) .site-footer {
    margin-top: -48px;
    position: relative;
    z-index: 2;
  }

  body.is-in-app[data-page="home"] .site-footer,
  body.is-in-app[data-page="trust"] .site-footer {
    margin-top: -32px;
    position: relative;
    z-index: 2;
  }

  .white-cta .download-icon {
    width: 20px;
    height: 20px;
  }

  main {
    margin-bottom: 0;
  }

  .footer-columns {
    min-height: auto;
    text-align: center;
    padding: 36px 0;
  }

  .footer-columns p,
  .footer-columns a {
    margin-left: auto;
    margin-right: auto;
  }

  .copyright {
    padding: 0 24px;
    text-align: center;
  }

  .metric-card strong {
    font-size: 52px;
  }

  .metric-card {
    min-height: auto;
    padding: 24px;
    border: 2px solid #fff;
  }

  .metric-card p {
    margin-top: 29px;
  }

  .step-card {
    min-height: auto;
    padding: 28px;
  }

  .step-card:not(:last-child)::after {
    display: none;
  }

  .step-card small {
    height: auto;
    min-height: 0;
    line-height: 1;
  }

  .step-card h3 {
    margin-top: 18px;
  }

  .fee-table,
  .fee-table thead,
  .fee-table tbody,
  .fee-table tr,
  .fee-table th,
  .fee-table td {
    display: block;
    width: 100%;
  }

  .fee-table thead {
    display: none;
  }

  .fee-table td {
    border-bottom: 0;
    padding: 14px 18px;
  }

  .fee-table td:first-child {
    width: 100%;
    padding-top: 20px;
  }

  .fee-table td:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededff;
  }

  .trust-hero {
    min-height: auto;
    padding: 52px 16px;
  }

  .trust-badges {
    gap: 10px;
  }

  .trust-badges span {
    min-height: 34px;
    font-size: 12px;
  }

  .trust-art-left {
    left: -150px;
    top: 48px;
  }

  .trust-art-right {
    right: -150px;
  }

  .operator-section,
  .compliance-list {
    width: calc(100% - 32px);
  }

  .operator-copy h2 {
    font-size: 32px;
  }

  .operator-copy {
    text-align: center;
  }

  .operator-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .operator-copy p,
  .welfare-section p:not(.lead),
  .compliance-card p,
  .compliance-card li,
  .borrower-grid p {
    font-size: 15px;
  }

  .operator-card {
    padding: 22px;
  }

  .compliance-card {
    padding: 16px;
  }

  .welfare-section .lead,
  .transparency-section > p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
  }

  .operator-card dl {
    display: block;
  }

  .operator-card dt,
  .operator-card dd {
    display: block;
    width: 100%;
  }

  .operator-card dt {
    padding-top: 14px;
    padding-bottom: 8px;
  }

  .operator-card dd {
    padding-top: 6px;
    padding-bottom: 18px;
    border-top: 0;
  }

  .operator-card dt:not(:first-of-type) + dd {
    border-top: 0;
  }

  .welfare-section p:not(.lead) {
    width: calc(100% - 36px);
  }

  .transparency-grid {
    width: calc(100% - 32px);
  }

  .transparency-grid article {
    min-height: auto;
    padding: 16px;
  }

  .transparency-grid h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
  }

  .compliance-card h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
  }

  .borrower-grid h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
}
