main:has(.home) {
  padding-top: 0;
}

.home[data-astro-cid-lcdefpme] {
  position: relative;
  isolation: isolate;
}

.hero[data-astro-cid-lcdefpme] {
  min-height: 100vh;
  padding: 150px 5vw 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.hero-content[data-astro-cid-lcdefpme] {
  max-width: min(780px, 100%);
  display: flex;
  flex-direction: column;
  gap: 28px;
}

h1[data-astro-cid-lcdefpme] {
  margin: 0;
  font: 800 clamp(50px, 7.6vw, 118px) / .93 Bricolage Grotesque Variable;
  letter-spacing: -.045em;
  display: flex;
  flex-wrap: wrap;
  column-gap: .22em;
}

.word-clip[data-astro-cid-lcdefpme] {
  display: inline-block;
  overflow: hidden;
  padding-bottom: .08em;
}

.word-clip[data-astro-cid-lcdefpme] > span[data-astro-cid-lcdefpme] {
  display: inline-block;
}

.word-clip[data-astro-cid-lcdefpme] .accent[data-astro-cid-lcdefpme] {
  color: #c24a1c;
}

.hero-sub[data-astro-cid-lcdefpme] {
  margin: 0;
  max-width: 540px;
  font: 400 clamp(17px, 1.4vw, 20px) / 1.55 Bricolage Grotesque Variable;
  color: #3f3d36;
  text-wrap: pretty;
}

.hero-actions[data-astro-cid-lcdefpme] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-actions[data-astro-cid-lcdefpme] .pill {
  font-size: 17px;
  padding: 18px 26px;
}

.arrow[data-astro-cid-lcdefpme] {
  font: 500 15px Geist Mono;
}

.trust[data-astro-cid-lcdefpme] {
  overflow: hidden;
  border-top: 1.5px solid #191814;
  border-bottom: 1px solid #19181426;
  margin: 0 -5vw;
  background: #f3f0e8b3;
}

.marquee[data-astro-cid-lcdefpme] {
  display: flex;
  width: max-content;
  animation: 34s linear infinite marquee;
}

.trust-item[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 28px 16px 0;
  font: 500 17px Bricolage Grotesque Variable;
  white-space: nowrap;
}

.diamond[data-astro-cid-lcdefpme] {
  width: 7px;
  height: 7px;
  flex: none;
  background: #c24a1c;
  transform: rotate(45deg);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.how[data-astro-cid-lcdefpme] {
  height: 340vh;
  position: relative;
}

.how-sticky[data-astro-cid-lcdefpme] {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 110px 5vw 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.how-content[data-astro-cid-lcdefpme] {
  max-width: min(560px, 100%);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-eyebrow[data-astro-cid-lcdefpme] {
  font: 500 13px Geist Mono;
  letter-spacing: .06em;
  color: #57544b;
}

.day-line[data-astro-cid-lcdefpme] {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.day-label[data-astro-cid-lcdefpme] {
  font: 500 18px Geist Mono;
  color: #57544b;
}

.day-number[data-astro-cid-lcdefpme] {
  font: 800 clamp(96px, 13vw, 190px) / .85 Bricolage Grotesque Variable;
  letter-spacing: -.05em;
  font-variant-numeric: tabular-nums;
}

.how-track[data-astro-cid-lcdefpme] {
  height: 3px;
  background: #1918141f;
  border-radius: 2px;
  overflow: hidden;
}

.how-fill[data-astro-cid-lcdefpme] {
  height: 100%;
  background: #c24a1c;
  transform: scaleX(0);
  transform-origin: 0;
}

.steps[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
}

.step[data-astro-cid-lcdefpme] {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #1918141f;
  font: 500 clamp(16px, 1.3vw, 19px) / 1.4 Bricolage Grotesque Variable;
  opacity: .3;
  transition: opacity .4s;
}

.step[data-astro-cid-lcdefpme]:last-child {
  border-bottom: 0;
}

.step-number[data-astro-cid-lcdefpme] {
  font: 500 14px / 1.9 Geist Mono;
  transition: color .4s;
}

.toast[data-astro-cid-lcdefpme] {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #191814;
  color: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  font: 500 16px / 1.4 Bricolage Grotesque Variable;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s, transform .45s cubic-bezier(.2, .8, .2, 1);
  align-self: flex-start;
}

.toast-dot[data-astro-cid-lcdefpme] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e8703f;
  flex: none;
}

.calculator[data-astro-cid-lcdefpme] {
  position: relative;
  background: #191814;
  color: #f3f0e8;
  padding: clamp(80px, 11vw, 150px) 5vw;
  border-radius: 28px 28px 0 0;
}

.calc-heading[data-astro-cid-lcdefpme] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.calc-heading[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  margin: 0;
  max-width: 820px;
  font: 700 clamp(38px, 5vw, 72px) / 1 Bricolage Grotesque Variable;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.calc-grid[data-astro-cid-lcdefpme] {
  max-width: 1200px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 24px;
}

.controls[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 8px 0;
}

.control[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.control-heading[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}

.control[data-astro-cid-lcdefpme] label[data-astro-cid-lcdefpme], .debtor-label[data-astro-cid-lcdefpme] {
  font: 500 16px Bricolage Grotesque Variable;
  color: #d6d1c4;
}

.control-value[data-astro-cid-lcdefpme] {
  font: 700 clamp(40px, 4.4vw, 60px) / 1 Bricolage Grotesque Variable;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

.control[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme] {
  width: 100%;
  height: 28px;
  cursor: pointer;
}

.range-ends[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  font: 400 13px Geist Mono;
  color: #9c978a;
}

.debtor[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.receipt[data-astro-cid-lcdefpme] {
  background: #f3f0e8;
  color: #191814;
  border-radius: 20px;
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
}

.receipt-head[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1.5px dashed #c9c3b5;
  font: 500 13px Geist Mono;
  letter-spacing: .05em;
  color: #57544b;
}

.receipt-row[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #dcd7cb;
  font: 400 17px Bricolage Grotesque Variable;
}

.row-label[data-astro-cid-lcdefpme] {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.row-label[data-astro-cid-lcdefpme] small[data-astro-cid-lcdefpme] {
  font: 400 14px Bricolage Grotesque Variable;
  color: #57544b;
}

.money[data-astro-cid-lcdefpme] {
  font: 500 17px Geist Mono;
  text-align: right;
}

.fee-row[data-astro-cid-lcdefpme] {
  border-bottom: 1.5px solid #191814;
}

.total-row[data-astro-cid-lcdefpme] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 20px 0 6px;
  font: 600 18px Bricolage Grotesque Variable;
}

.total-row[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  font: 800 clamp(34px, 3.4vw, 46px) / 1 Bricolage Grotesque Variable;
  letter-spacing: -.03em;
  font-variant-numeric: tabular-nums;
}

.net-row[data-astro-cid-lcdefpme] {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #191814;
  color: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  font: 500 16px / 1.35 Bricolage Grotesque Variable;
}

.net-row[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme] {
  font: 800 28px Bricolage Grotesque Variable;
  color: #e8703f;
  font-variant-numeric: tabular-nums;
}

.footnote[data-astro-cid-lcdefpme] {
  margin: 14px 0 0;
  font: 400 13px / 1.5 Bricolage Grotesque Variable;
  color: #57544b;
}

.final-cta[data-astro-cid-lcdefpme] {
  position: relative;
  background: #c24a1c;
  color: #fff;
  padding: clamp(90px, 12vw, 170px) 5vw;
  overflow: hidden;
}

.cta-content[data-astro-cid-lcdefpme] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.cta-content[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme] {
  margin: 0;
  font: 800 clamp(52px, 8.6vw, 136px) / .9 Bricolage Grotesque Variable;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.cta-content[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme] {
  margin: 0;
  max-width: 620px;
  font: 500 18px / 1.55 Bricolage Grotesque Variable;
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .marquee[data-astro-cid-lcdefpme] {
    animation: none;
  }

  .toast[data-astro-cid-lcdefpme], .step[data-astro-cid-lcdefpme], .step-number[data-astro-cid-lcdefpme] {
    transition: none;
  }
}

@media (width <= 550px) {
  .receipt[data-astro-cid-lcdefpme] {
    min-width: 0;
  }

  .total-row[data-astro-cid-lcdefpme] {
    flex-wrap: wrap;
  }

  .trust-item[data-astro-cid-lcdefpme] {
    gap: 20px;
  }
}
