@font-face {
  font-family: Manrope;
  src: url('/fonts/manrope-latin-variable.woff2') format('woff2');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f8f9f3;
  --ink: #20251e;
  --muted: #616958;
  --line: #dce1d4;
  --lime: #d7f872;
  --max: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 Manrope, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3.4rem, 5.5vw, 5.1rem); line-height: 1.06; font-weight: 600; letter-spacing: -.068em; }
h1 span { color: #667654; }
h2 { font-size: clamp(2.25rem, 3.5vw, 3.3rem); line-height: 1.14; font-weight: 600; letter-spacing: -.052em; }
h3 { font-size: 1.2rem; line-height: 1.4; font-weight: 650; letter-spacing: -.025em; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid #527522; outline-offset: 5px; }
.privacy :focus-visible { outline-color: var(--lime); }
.section-shell, .nav-shell { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.eyebrow { margin-bottom: 22px; color: #566247; font-size: .68rem; line-height: 1.5; letter-spacing: .16em; font-weight: 750; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #6f8e39; }
.skip-link { position: fixed; z-index: 30; top: 10px; left: 10px; padding: 10px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(248,249,243,.96); backdrop-filter: blur(14px); }
.nav-shell { display: flex; min-height: 88px; justify-content: space-between; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.brand span { font-size: 1.3rem; font-weight: 750; letter-spacing: -.055em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .78rem; font-weight: 650; }
.nav-links a:not(.nav-cta), .site-footer nav a { padding-block: 10px; }
.nav-links a:not(.nav-cta):hover, .site-footer nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta, .button { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 50px; border-radius: 8px; padding: 0 22px; font-size: .8rem; font-weight: 650; background: var(--ink); color: #fff; transition: background .18s ease, transform .18s ease; }
.nav-cta { min-height: 44px; padding-inline: 18px; }
.button:hover, .nav-cta:hover { background: #394331; transform: translateY(-2px); }
.button span, .nav-cta span { font-size: 1.25rem; line-height: 1; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: transparent; cursor: pointer; }
.nav-toggle-bars, .nav-toggle-bars::before, .nav-toggle-bars::after { display: block; width: 18px; height: 2px; background: currentColor; }
.nav-toggle-bars { position: relative; margin: auto; }
.nav-toggle-bars::before, .nav-toggle-bars::after { content: ''; position: absolute; left: 0; }
.nav-toggle-bars::before { top: -6px; }
.nav-toggle-bars::after { top: 6px; }
.hero { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); align-items: center; gap: 70px; min-height: 735px; padding-block: 60px 66px; }
.hero-lede { max-width: 455px; margin-top: 28px; color: var(--muted); font-size: .98rem; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; min-height: 44px; font-size: .8rem; font-weight: 650; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.availability { margin-top: 16px; color: var(--muted); font-size: .69rem; }
.hero-visual { position: relative; display: grid; align-items: center; min-width: 0; padding: 25px 18px 66px; }
.dot-field { position: absolute; right: 0; top: 0; width: 130px; height: 138px; background-image: radial-gradient(#abb39b 1px,transparent 1px); background-size: 12px 12px; }
.visual-orbit { position: absolute; width: 106%; aspect-ratio: 1; top: 64px; left: -6%; border-radius: 50%; background: var(--lime); }
.demo-panel { position: relative; border: 1px solid #d9dfcf; padding: 26px; border-radius: 16px; background: #fff; box-shadow: 0 22px 50px -30px #52613d70; transform: rotate(2deg); }
.demo-panel-header { display: flex; gap: 12px; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.merchant-heading { display: flex; align-items: center; gap: 10px; }
.merchant-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; background: #eef1e7; border-radius: 9px; font-size: .95rem; font-weight: 700; }
.panel-kicker { color: var(--muted); font-size: .58rem; line-height: 1.5; letter-spacing: .11em; text-transform: uppercase; }
.demo-panel-header h2 { font-size: .82rem; letter-spacing: -.025em; margin-top: 3px; }
.receipt-badge { padding: 4px 8px; color: #495b31; background: #eef7dc; border-radius: 4px; font-size: .6rem; }
.receipt-amount { padding-block: 20px; }
.receipt-amount strong { display: block; font-size: 2.5rem; line-height: 1.2; letter-spacing: -.055em; font-weight: 650; }
.receipt-amount > span { color: var(--muted); font-size: .65rem; }
.receipt-list { border-top: 1px dashed #cdd6be; }
.receipt-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 10px 0; border-bottom: 1px solid #edf0e8; font-size: .76rem; }
.receipt-row small { display: block; color: var(--muted); font-size: .59rem; }
.receipt-row strong, .detail-list-rich strong { font-weight: 600; font-variant-numeric: tabular-nums; white-space: nowrap; }
.receipt-row.muted { color: var(--muted); font-size: .7rem; }
.receipt-row.receipt-total { border-bottom: 0; padding-bottom: 0; font-weight: 700; }
.scan-card { position: absolute; bottom: 24px; left: -14px; display: flex; gap: 12px; align-items: center; padding: 16px 20px; border: 1px solid #4b5542; background: var(--ink); color: #fff; border-radius: 10px; box-shadow: 0 8px 24px #20251e1c; transform: rotate(-3deg); }
.scan-check { display: grid; place-items: center; width: 30px; height: 30px; background: var(--lime); color: var(--ink); border-radius: 50%; }
.scan-card strong { display: block; font-size: .75rem; font-weight: 600; }
.scan-card span span { display: block; color: #c5ceba; font-size: .63rem; }
.demo-label { position: absolute; right: 12px; bottom: 0; color: var(--muted); font-size: .58rem; }
.proof-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px 28px; padding-block: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
.proof-strip strong { font-weight: 800; color: var(--ink); }
.proof-strip > span + span::before { content: '+'; margin-right: 28px; color: #879775; }
.statement, .how, .features, .faq { padding-block: 112px; }
.statement { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); gap: 108px; align-items: center; }
.statement h2 { max-width: 495px; font-size: clamp(2.15rem,3.3vw,3.2rem); }
.statement em { font-style: normal; color: #667654; }
.statement-copy > p:not(.eyebrow) { max-width: 410px; margin-top: 24px; color: var(--muted); font-size: .9rem; }
.statement-copy .demo-instruction { font-size: .75rem; color: var(--ink); font-weight: 600; }
.demo-instruction span { margin-right: 8px; }
.toggle-group { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--line); border-radius: 9px; background: #edf0e6; }
.toggle-option { min-height: 40px; padding: 0 19px; border: 0; border-radius: 6px; background: transparent; color: var(--muted); cursor: pointer; font-size: .76rem; font-weight: 650; }
.toggle-option.is-active { color: var(--ink); background: #fff; box-shadow: 0 1px 5px #20251e12; }
.comparison-stage { display: grid; margin-top: 20px; }
.comparison-card { grid-area: 1 / 1; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fff; visibility: hidden; opacity: 0; }
.comparison-card.is-active { visibility: visible; opacity: 1; }
.comparison-card h3 { margin-top: 8px; font-size: 1.05rem; }
.amount { margin-block: 24px; font-size: 2.65rem; line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.detail-list { margin: 0; }
.detail-list div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid #eef0e9; gap: 10px; }
.detail-list dt, .detail-list dd { margin: 0; font-size: .74rem; font-weight: 500; }
.detail-list dt { color: var(--muted); }
.record-note { margin-top: 18px; font-size: .69rem; color: var(--muted); }
.detail-list-rich { list-style: none; padding: 0; margin: 22px 0 0; }
.detail-list-rich li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; font-size: .8rem; }
.detail-list-rich .receipt-tax { border-top: 1px dashed var(--line); margin-top: 6px; color: var(--muted); }
.detail-list-rich .receipt-total { border-top: 1px solid var(--line); font-size: .94rem; font-weight: 650; }
.comparison-caption { margin-top: 16px; color: var(--muted); font-size: .66rem; line-height: 1.7; }
.no-js .toggle-group, .no-js .demo-instruction, .no-js .nav-toggle { display: none; }
.no-js .comparison-stage { gap: 20px; }
.no-js .comparison-card { grid-area: auto; visibility: visible; opacity: 1; }
.how { border-top: 1px solid var(--line); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading > p { max-width: 285px; color: var(--muted); font-size: .87rem; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; margin-top: 56px; }
.steps article { padding-top: 26px; border-top: 1px solid #bfc9af; }
.step-number { display: inline-block; margin-bottom: 28px; font-size: .7rem; font-weight: 650; color: #61714e; }
.steps h3 { max-width: 270px; font-size: 1.24rem; }
.steps p { margin-top: 14px; color: var(--muted); font-size: .83rem; }
.features { border-top: 1px solid var(--line); }
.features-copy { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.features-copy > p { max-width: 325px; font-size: .87rem; color: var(--muted); }
.feature-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); margin-top: 48px; gap: 20px; }
.feature-list { padding: 38px; border-radius: 12px; background: #e9f0dc; }
.feature-list h3 { font-size: 1.8rem; letter-spacing: -.045em; line-height: 1.25; }
.feature-list ul { list-style: none; padding: 0; margin: 28px 0 0; }
.feature-list li { position: relative; padding: 9px 0 9px 22px; font-size: .79rem; color: #4f5c41; }
.feature-list li::before { position: absolute; left: 0; content: '↗'; }
.detail-visual { display: flex; flex-direction: column; justify-content: center; padding: 38px; background: #eef0e7; border: 1px solid var(--line); border-radius: 12px; }
.search-line { display: flex; align-items: center; gap: 13px; padding: 14px 18px; background: #fff; border: 1px solid #d5ddc9; border-radius: 8px; font-size: .79rem; }
.search-line > span { width: 12px; height: 12px; border: 1.5px solid #657451; border-radius: 50%; position: relative; }
.search-line > span::after { content: ''; position: absolute; width: 5px; height: 1.5px; background: #657451; right: -4px; bottom: -2px; transform: rotate(45deg); }
.filter-label { margin-block: 12px 22px; font-size: .64rem; color: var(--muted); }
.filter-label span { display: inline-block; margin-left: 8px; padding: 3px 8px; border-radius: 4px; background: #dae4c7; color: #42542d; }
.result-block { padding: 24px; background: #fff; border-radius: 9px; border: 1px solid #d5ddc9; }
.result-heading { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-top: 10px; }
.result-heading h3 { font-size: .9rem; }
.result-heading strong { white-space: nowrap; font-size: 1rem; font-weight: 650; }
.result-block > p:not(.panel-kicker) { margin-top: 6px; font-size: .63rem; color: var(--muted); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.tag-row span { padding: 4px 8px; background: #eff3e7; border-radius: 4px; font-size: .61rem; color: #53663a; }
.visual-caption { margin-top: 15px; text-align: right; font-size: .6rem; color: var(--muted); }
.privacy { background: var(--ink); color: #f8f9f3; }
.privacy-inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 110px; padding-block: 94px; }
.privacy .eyebrow { color: var(--lime); }
.privacy h2 { font-size: clamp(2.5rem,4vw,3.75rem); }
.privacy-intro { max-width: 330px; color: #b9c3ad; margin-top: 26px; font-size: .83rem; }
.privacy-points article { display: flex; gap: 20px; padding-block: 25px; border-top: 1px solid #4b5343; }
.privacy-number { padding-top: 3px; color: var(--lime); font-size: .65rem; }
.privacy-points h3 { font-size: 1rem; font-weight: 600; }
.privacy-points p { margin-top: 10px; color: #bec8b3; font-size: .78rem; line-height: 1.8; }
.faq { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1fr); gap: 95px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { position: relative; padding: 22px 32px 22px 0; list-style: none; cursor: pointer; font-size: .88rem; line-height: 1.6; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 20px; font-size: 1.15rem; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { padding-bottom: 24px; color: var(--muted); font-size: .82rem; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 48px; border-radius: 14px; background: var(--lime); margin-bottom: 86px; }
.final-cta h2 { font-size: clamp(2rem,3vw,2.7rem); }
.final-cta .button { flex-shrink: 0; }
.final-cta .eyebrow { color: #465630; }
.site-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px; padding-block: 32px 42px; border-top: 1px solid var(--line); }
.site-footer .brand span { font-size: 1.05rem; }
.site-footer p { margin-top: 10px; font-size: .68rem; color: var(--muted); }
.site-footer nav { display: flex; gap: 25px; font-size: .74rem; }
.copyright { color: var(--muted); font-size: .65rem; }
@media (max-width: 1080px) {
  .section-shell, .nav-shell { width: calc(100% - 64px); }
  .hero { gap: 32px; min-height: 670px; }
  h1 { font-size: clamp(3.15rem,5.6vw,4.1rem); }
  .nav-links { gap: 18px; }
  .hero-visual { padding-inline: 10px; }
  .demo-panel { padding: 20px; }
  .receipt-badge { display: none; }
  .statement, .privacy-inner, .faq { gap: 55px; }
  .proof-strip > span + span::before { margin-right: 16px; }
}
@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; padding-top: 60px; gap: 34px; }
  .hero-copy { max-width: 560px; }
  h1 { font-size: 4.2rem; }
  .hero-visual { width: min(470px,100%); margin-inline: auto; }
  .nav-links { gap: 14px; font-size: .7rem; }
  .nav-cta { padding-inline: 12px; }
  .nav-shell { gap: 20px; }
  .brand span { font-size: 1.14rem; }
  .proof-strip { justify-content: flex-start; gap: 12px 28px; }
  .proof-strip > span + span::before { content: none; }
  .statement, .privacy-inner, .faq { grid-template-columns: 1fr; gap: 38px; }
  .statement-copy { max-width: 550px; }
  .comparison { width: min(100%,550px); }
  .section-heading, .features-copy { display: block; }
  .section-heading > p, .features-copy > p { margin-top: 24px; max-width: 480px; }
  .steps { gap: 26px; }
  .feature-layout { grid-template-columns: 1fr; }
  .privacy h2 br:last-child { display: none; }
  .final-cta { display: block; }
  .final-cta .button { margin-top: 30px; }
  .copyright { width: 100%; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .section-shell, .nav-shell { width: calc(100% - 40px); }
  .nav-shell { min-height: 74px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 74px; right: 0; left: 0; padding: 16px 20px 22px; border-bottom: 1px solid var(--line); background: var(--paper); display: grid; gap: 2px; font-size: .87rem; max-height: calc(100dvh - 74px); overflow-y: auto; visibility: hidden; }
  .nav-links a:not(.nav-cta) { padding: 12px; }
  .nav-links .nav-cta { margin-top: 10px; }
  body.nav-open .nav-links { visibility: visible; }
  .no-js .nav-shell { flex-wrap: wrap; padding-top: 16px; gap: 5px; }
  .no-js .nav-links { position: static; visibility: visible; padding: 8px 0 15px; width: 100%; border: 0; display: flex; flex-wrap: wrap; gap: 3px 14px; max-height: none; }
  .no-js .nav-links a:not(.nav-cta) { padding: 10px 0; }
  .no-js .site-header { position: static; }
  .no-js .nav-cta { display: none; }
  .hero { padding-block: 48px 40px; }
  h1 { font-size: clamp(2.65rem,10vw,4.2rem); }
  .hero-lede { margin-top: 24px; font-size: .91rem; }
  .hero-actions { margin-top: 28px; gap: 14px 22px; }
  .hero-visual { margin-top: 5px; }
  .eyebrow { font-size: .61rem; margin-bottom: 20px; }
  .statement, .how, .features, .faq { padding-block: 68px; }
  h2, .statement h2 { font-size: clamp(2rem,7.8vw,2.8rem); }
  .proof-strip { font-size: .65rem; gap: 12px 20px; padding-block: 20px; }
  .steps { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .steps article { display: grid; grid-template-columns: 28px 1fr; gap: 0 14px; padding-top: 22px; }
  .step-number { margin: 3px 0 0; }
  .steps h3 { max-width: none; font-size: 1.12rem; }
  .steps p { grid-column: 2; margin-top: 10px; }
  .feature-layout { margin-top: 30px; }
  .feature-list, .detail-visual { padding: 28px; }
  .privacy-inner { padding-block: 66px; }
  .privacy h2 { font-size: 2.75rem; }
  .privacy-points article { gap: 15px; }
  .faq { gap: 30px; }
  .final-cta { padding: 30px; margin-bottom: 50px; }
  .final-cta h2 { font-size: 2rem; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 24px; }
  .site-footer nav { flex-wrap: wrap; gap: 24px; }
}
@media (max-width: 380px) {
  .section-shell, .nav-shell { width: calc(100% - 32px); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { padding-inline: 7px; }
  .demo-panel { padding: 17px; transform: none; }
  .merchant-icon { display: none; }
  .scan-card { left: 0; font-size: .7rem; padding: 13px; }
  .comparison-card { padding: 23px; }
  .feature-list, .detail-visual { padding: 22px; }
  .result-block { padding: 18px; }
  .result-heading { display: block; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
