@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/PlusJakartaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../fonts/plus-jakarta-sans/PlusJakartaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../fonts/ibm-plex-mono-700-latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #111111;
  --muted: #5f5b55;
  --muted-light: #c6c0b8;
  --paper: #f2f0ec;
  --app: #fbfaf8;
  --surface: #ffffff;
  --hero: #090909;
  --hero-card: #171615;
  --orange: #c2410c;
  --orange-dark: #9a3412;
  --orange-soft: #fff1e8;
  --neon: #b8ff4d;
  --blue: #1f67c7;
  --green: #237a42;
  --green-soft: #eaf8ef;
  --border: #e9e3db;
  --border-strong: #d8d0c5;
  --shadow-sm: 0 8px 22px rgba(26, 21, 15, .08);
  --shadow-md: 0 18px 44px rgba(26, 21, 15, .14);
  --shadow-dark: 0 24px 70px rgba(0, 0, 0, .32);
  --radius: 8px;
  --container: 1240px;
  --font-heading: "Plus Jakarta Sans", "Space Grotesk", system-ui, sans-serif;
  --font-body: "Space Grotesk", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;
  --z-content: 10;
  --z-header: 30;
  --z-menu: 40;
  --z-skip: 50;
}

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

html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

html.loader-pending,
html.loader-pending body {
  overflow: hidden;
}

.landing-scroll-indicator {
  --landing-scroll-progress: 0%;
  position: fixed;
  top: 50%;
  right: max(8px, env(safe-area-inset-right));
  z-index: 29;
  width: 14px;
  height: 126px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 180ms ease-out;
}

.landing-scroll-indicator.is-visible {
  opacity: .76;
}

.landing-scroll-indicator.is-scrolling {
  opacity: 1;
}

html.loader-pending .landing-scroll-indicator {
  opacity: 0;
}

.landing-scroll-track {
  position: absolute;
  inset: 8px 4px;
  overflow: visible;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 999px;
  background: rgba(251, 250, 248, .86);
  box-shadow: 0 5px 16px rgba(17, 17, 17, .08);
  backdrop-filter: blur(8px);
}

.landing-scroll-fill {
  position: absolute;
  inset: 0;
  height: var(--landing-scroll-progress);
  border-radius: inherit;
  background: var(--orange);
}

.landing-scroll-thumb {
  position: absolute;
  top: var(--landing-scroll-progress);
  left: 50%;
  display: grid;
  place-items: center;
  width: 10px;
  height: 10px;
  border: 2px solid var(--app);
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--orange), 0 3px 8px rgba(17, 17, 17, .18);
  transform: translate(-50%, -50%);
}

.landing-scroll-thumb::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--neon);
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  overflow: hidden;
  contain: layout paint;
  isolation: isolate;
  background: #090909;
  color: #ffffff;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.page-loader::before {
  content: "SAGAFIN";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #121212;
  font-family: var(--font-heading);
  font-size: clamp(88px, 17vw, 260px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .8;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.page-loader[hidden],
.no-js .page-loader {
  display: none;
}

.page-loader-stage {
  position: relative;
  width: min(680px, calc(100vw - 48px));
  height: min(500px, calc(100dvh - 48px));
}

.loader-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 14px;
  transform: translate(-50%, -52%);
}

.loader-logo {
  position: relative;
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #353535;
  border-radius: 20px;
  background: #111111;
  box-shadow: 10px 10px 0 var(--orange);
  will-change: transform, opacity;
}

.loader-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.loader-scan-line {
  position: absolute;
  right: 8px;
  left: 8px;
  top: 50%;
  height: 2px;
  background: var(--neon);
  box-shadow: 0 0 14px rgba(184, 255, 77, .8);
  opacity: 0;
  transform: translateY(-34px) scaleX(.35);
  transform-origin: center;
  will-change: transform, opacity;
}

.loader-wordmark {
  display: block;
  overflow: hidden;
}

.loader-wordmark strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  will-change: transform, opacity;
}

.loader-status {
  position: absolute;
  top: calc(50% + 170px);
  left: 50%;
  z-index: 3;
  width: min(250px, calc(100vw - 64px));
  display: grid;
  gap: 10px;
  transform: translateX(-50%);
}

.loader-status > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
}

.loader-status > div > span {
  color: #c4bfb7;
}

.loader-status > div > strong {
  color: var(--neon);
  font-size: 10px;
}

.loader-progress {
  width: 100%;
  height: 3px;
  display: block;
  overflow: hidden;
  background: #2a2927;
}

.loader-progress i {
  width: 100%;
  height: 100%;
  display: block;
  background: var(--neon);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.loader-asset {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.loader-asset-card {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.loader-asset-receipt {
  --loader-x: -210px;
  --loader-y: -84px;
  --loader-r: -7deg;
}

.loader-asset-receipt .loader-asset-card {
  width: 116px;
  min-height: 96px;
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid #d9d4cc;
  background: #fffefa;
  color: var(--ink);
  box-shadow: 7px 7px 0 var(--orange);
  font-family: var(--font-mono);
}

.loader-asset-receipt span,
.loader-asset-budget span,
.loader-asset-review span {
  font-size: 8px;
  font-weight: 700;
}

.loader-asset-receipt .loader-asset-card > i {
  width: 100%;
  height: 1px;
  display: block;
  background: #d8d0c5;
}

.loader-asset-receipt strong {
  justify-self: end;
  font-size: 12px;
}

.loader-asset-budget {
  --loader-x: 210px;
  --loader-y: -78px;
  --loader-r: 6deg;
}

.loader-asset-budget .loader-asset-card {
  width: 132px;
  min-height: 82px;
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--neon);
  color: var(--ink);
  box-shadow: 7px 7px 0 #ffffff;
}

.loader-asset-budget strong {
  font-family: var(--font-mono);
  font-size: 18px;
}

.loader-asset-budget .loader-asset-card > i {
  width: 100%;
  height: 5px;
  display: block;
  overflow: hidden;
  background: rgba(17, 17, 17, .2);
}

.loader-asset-budget b {
  width: 72%;
  height: 100%;
  display: block;
  background: var(--ink);
}

.loader-asset-review {
  --loader-x: -168px;
  --loader-y: 108px;
  --loader-r: 5deg;
}

.loader-asset-review .loader-asset-card {
  width: 148px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 5px 10px;
  padding: 12px 13px;
  border: 1px solid #ff7a3d;
  border-radius: var(--radius);
  background: var(--orange);
  color: #ffffff;
  box-shadow: 7px 7px 0 var(--ink);
}

.loader-asset-review .loader-asset-card > i {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff;
  border-radius: 999px;
  font-style: normal;
  font-weight: 800;
}

.loader-asset-review small {
  font-size: 8px;
}

.loader-asset-split {
  --loader-x: 176px;
  --loader-y: 108px;
  --loader-r: -5deg;
}

.loader-asset-split .loader-asset-card {
  width: 142px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px;
  border: 1px solid #47433e;
  border-radius: var(--radius);
  background: #151515;
  color: #ffffff;
  box-shadow: 7px 7px 0 var(--neon);
}

.loader-asset-split .loader-asset-card > span {
  display: flex;
}

.loader-asset-split i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-right: -7px;
  border: 1px solid #151515;
  border-radius: 999px;
  background: var(--surface);
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
}

.loader-asset-split i:nth-child(2) {
  background: var(--orange-soft);
}

.loader-asset-split i:nth-child(3) {
  background: var(--neon);
}

.loader-asset-split strong {
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 10px;
}

.loader-exit-bar {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  height: 6px;
  background: var(--neon);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

@media (max-width: 720px) {
  .landing-scroll-indicator {
    right: max(3px, env(safe-area-inset-right));
    width: 10px;
    height: 84px;
  }

  .landing-scroll-track {
    inset: 6px 3px;
  }

  .landing-scroll-thumb {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }

  .page-loader-stage {
    width: min(360px, calc(100vw - 24px));
    height: min(480px, calc(100dvh - 32px));
  }

  .loader-logo {
    width: 84px;
    height: 84px;
    border-radius: 18px;
    box-shadow: 8px 8px 0 var(--orange);
  }

  .loader-wordmark strong {
    font-size: 32px;
  }

  .loader-asset-card {
    scale: .82;
  }

  .loader-asset-receipt {
    --loader-x: -118px;
    --loader-y: -90px;
  }

  .loader-asset-budget {
    --loader-x: 118px;
    --loader-y: -82px;
  }

  .loader-asset-review {
    --loader-x: -108px;
    --loader-y: 92px;
  }

  .loader-asset-split {
    --loader-x: 108px;
    --loader-y: 94px;
  }

  .loader-status {
    top: calc(50% + 166px);
  }
}

section[id] {
  scroll-margin-top: 96px;
}

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

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 760px;
  font-size: 72px;
}

h2 {
  font-size: 52px;
}

h3 {
  font-size: 24px;
  line-height: 1.12;
}

p {
  text-wrap: pretty;
}

strong,
.dashboard-total,
.insight-kpis,
.insight-chart,
.hero-receipt,
.source-preview dd,
.bill-items strong,
.split-people strong {
  font-variant-numeric: tabular-nums;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: var(--z-skip);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  transform: translateY(-160%);
  transition: transform 160ms ease-out;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-inner,
.nav-shell {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  padding: max(12px, env(safe-area-inset-top)) 0 12px;
  background: rgba(9, 9, 9, .97);
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  border-bottom-color: #292725;
}

.nav-shell {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 9px 10px 9px 14px;
  border: 1px solid #383532;
  border-radius: var(--radius);
  background: #0f0f0f;
  color: var(--surface);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
}

.brand img {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  object-fit: cover;
  border: 1px solid #292929;
  border-radius: var(--radius);
}

.nav-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
  color: #d4d0ca;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.nav-status span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--neon);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d4d0ca;
  font-size: 14px;
  font-weight: 700;
}

.nav-menu a:not(.button) {
  transition: color 160ms ease-out;
}

.nav-menu a:not(.button):hover {
  color: var(--surface);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #3a3734;
  border-radius: var(--radius);
  background: #151515;
}

.nav-toggle > span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--surface);
  transition: transform 160ms ease-out;
}

.nav-toggle[aria-expanded="true"] > span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] > span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid var(--orange);
  border-radius: var(--radius);
  background: var(--orange);
  color: #ffffff;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
  border-color: var(--orange-dark);
  background: var(--orange-dark);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  border-color: #d8d1ca;
  background: #e9e3dc;
  color: #817b73;
  transform: none;
}

.button-small {
  min-height: 40px;
  padding: 10px 14px;
}

.button-large {
  min-height: 54px;
  padding: 15px 22px;
}

.button-full {
  width: 100%;
}

.button-arrow::after {
  content: "\2197";
  font-family: var(--font-mono);
  font-size: 18px;
  line-height: 1;
}

.button-play::after {
  content: "\25B7";
  font-size: 18px;
  line-height: 1;
}

.button-ghost {
  border-color: #4e4a46;
  background: transparent;
  color: var(--surface);
}

.button-ghost:hover {
  border-color: var(--neon);
  background: #141414;
}

.button-secondary {
  border-color: var(--border-strong);
  background: var(--surface);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--orange);
  background: var(--orange-soft);
}

.button-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.button-dark:hover {
  border-color: #292929;
  background: #292929;
}

.button:focus-visible,
.nav-toggle:focus-visible,
.text-button:focus-visible,
.sample-tabs button:focus-visible,
a:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(184, 255, 77, .58);
  outline-offset: 3px;
}

.section {
  padding-block: 104px;
}

.section-heading {
  max-width: 900px;
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
}

.section-heading > p:not(.eyebrow),
.heading-row > p,
.how-copy > p:not(.eyebrow),
.split-copy > p:not(.eyebrow),
.dashboard-copy > p:not(.eyebrow),
.privacy-copy > p:not(.eyebrow),
.faq-heading > p:not(.eyebrow),
.final-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: 18px;
}

.heading-row {
  max-width: none;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: 54px;
}

.eyebrow,
.data-badge,
.feature-label,
.data-stamp {
  width: max-content;
  max-width: 100%;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--orange-dark);
  border-radius: var(--radius);
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.eyebrow-dark {
  border-color: #668f26;
  background: #11170a;
  color: var(--neon);
}

.eyebrow-dark > span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.eyebrow-neon {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.hero {
  min-height: min(760px, calc(100dvh - 128px));
  padding: 44px 0 28px;
  overflow: clip;
  background: var(--hero);
  color: var(--surface);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(520px, .92fr);
  gap: 44px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: var(--z-content);
  display: grid;
  gap: 22px;
}

.hero h1 {
  display: grid;
  color: var(--surface);
}

.hero h1 span {
  display: block;
}

.hero h1 mark {
  padding: 0;
  background: transparent;
  color: #ff5b1a;
}

.hero-lead {
  max-width: 650px;
  color: #c6c0b8;
  font-size: 20px;
}

.hero-actions,
.demo-actions,
.split-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.trust-note {
  max-width: 590px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #aaa49c;
  font-size: 14px;
}

.trust-note > span {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: grid;
  place-items: center;
  border: 1px solid #5f5b55;
  border-radius: 999px;
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 11px;
}

.hero-stage {
  position: relative;
  min-height: 590px;
}

.phone-frame {
  position: relative;
  width: 330px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #3d3935;
  border-radius: 30px;
  background: #111111;
  box-shadow: var(--shadow-dark);
}

.phone-frame > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: top;
  border-radius: 22px;
}

.phone-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 2;
  width: 74px;
  height: 18px;
  border-radius: 999px;
  background: #0b0b0b;
  transform: translateX(-50%);
}

.hero-phone {
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 2;
  width: 280px;
  aspect-ratio: 280 / 580;
  transform: translateX(-38%) rotate(2deg);
}

.hero-phone > img[data-hero-proof-preview] {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  object-position: top;
  opacity: 0;
  transform: translateY(12px) scale(.975);
  transition: opacity 240ms ease-out, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.hero-phone > img[data-hero-proof-preview].is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-proof-focus {
  position: absolute;
  top: 27%;
  right: 32%;
  z-index: 3;
  width: 23%;
  height: 11%;
  border: 2px solid var(--neon);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: scale(.84);
  transition: opacity 180ms ease-out, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.hero-stage[data-proof-state="4"] .hero-proof-focus {
  opacity: 1;
  transform: scale(1);
}

.hero-receipt {
  position: absolute;
  top: 132px;
  left: 0;
  z-index: 4;
  width: 232px;
  padding: 18px 16px;
  border: 1px solid #d9d4cc;
  background: #fffefa;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 10px;
  box-shadow: var(--shadow-md);
  transform: rotate(-4deg);
}

.hero-receipt::before,
.hero-receipt::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 8px;
  background: #fffefa;
}

.hero-receipt::before {
  top: -5px;
}

.hero-receipt::after {
  bottom: -5px;
}

.data-stamp {
  display: inline-flex;
  padding: 4px 6px;
  border: 1px solid var(--orange);
  color: var(--orange-dark);
  transform: rotate(-2deg);
}

.receipt-brand {
  margin: 16px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.hero-receipt dl {
  display: grid;
  gap: 3px;
}

.hero-receipt dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.receipt-rule {
  margin: 13px 0;
  border-top: 1px dashed #5f5b55;
}

.receipt-line,
.receipt-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.receipt-total {
  font-size: 13px;
}

.hero-receipt > small {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  text-align: center;
}

.hero-flow {
  position: absolute;
  top: 322px;
  left: 206px;
  z-index: 5;
  width: 78px;
  height: 38px;
  border-bottom: 3px solid #ff5b1a;
  border-radius: 0 0 55% 0;
  transform: rotate(-8deg);
}

.hero-flow span::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #ff5b1a;
  border-bottom: 3px solid #ff5b1a;
  transform: rotate(-45deg);
}

.hero-utility-stack {
  position: absolute;
  top: 54px;
  right: 0;
  z-index: 5;
  width: 214px;
  display: grid;
  gap: 10px;
}

.utility-card {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 82px;
  padding: 11px;
  border: 1px solid #3a3734;
  border-radius: var(--radius);
  background: #121212;
  box-shadow: var(--shadow-dark);
}

.utility-symbol {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #4c4945;
  border-radius: var(--radius);
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 11px;
}

.utility-card small,
.utility-card strong,
.utility-card p {
  display: block;
}

.utility-card small {
  color: #ff7a43;
  font-size: 9px;
  text-transform: uppercase;
}

.utility-card strong {
  font-size: 13px;
}

.utility-card p {
  color: #aaa49c;
  font-size: 10px;
}

.hero-product-peek {
  position: absolute;
  right: 2px;
  bottom: 0;
  z-index: 6;
  width: 202px;
  overflow: hidden;
  border: 1px solid #3b3835;
  border-radius: var(--radius);
  background: #151515;
  box-shadow: var(--shadow-dark);
}

.hero-product-peek img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  object-position: top;
}

.hero-product-peek figcaption {
  padding: 8px 10px;
  color: #aaa49c;
  font-size: 9px;
}

.hero-product-peek figcaption span {
  display: block;
  color: var(--neon);
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.hero-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  border: 1px solid #4b6721;
  border-radius: var(--radius);
  background: #0c1007;
}

.hero-proof-rail > button {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 2px 10px;
  align-items: center;
  min-width: 0;
  padding: 14px 18px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease-out, color 180ms ease-out, transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.hero-proof-rail > button + button {
  border-left: 1px solid #3d531c;
}

.hero-proof-rail > button::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 2px;
  background: var(--neon);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.hero-proof-rail > button:hover,
.hero-proof-rail > button:focus-visible,
.hero-proof-rail > button.is-previewing,
.hero-proof-rail > button.is-active {
  background: #171f0e;
}

.hero-proof-rail > button:hover,
.hero-proof-rail > button:focus-visible {
  transform: translateY(-3px);
}

.hero-proof-rail > button.is-active::after,
.hero-proof-rail > button.is-previewing::after {
  transform: scaleX(1);
}

.hero-proof-rail > button:focus-visible {
  z-index: 2;
  outline: 2px solid var(--neon);
  outline-offset: -3px;
}

.hero-proof-rail span {
  grid-row: span 2;
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 12px;
}

.hero-proof-rail strong {
  font-size: 14px;
}

.hero-proof-rail small {
  overflow: hidden;
  color: #9d988f;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.marquee-band {
  overflow: hidden;
  border-block: 1px solid var(--ink);
  background: var(--neon);
}

.marquee-track {
  --marquee-end: -50%;
  --marquee-duration: 34s;
  width: max-content;
  display: flex;
  animation: marquee var(--marquee-duration) linear infinite;
  animation-play-state: paused;
  will-change: transform;
}

.marquee-band.is-in-view .marquee-track {
  animation-play-state: running;
}

.marquee-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 22px;
  padding: 14px 11px;
}

.marquee-group span {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.marquee-group i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 999px;
  background: var(--ink);
}

@keyframes marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(var(--marquee-end), 0, 0); }
}

.demo-section {
  background: var(--hero);
  color: var(--surface);
}

.section-heading-dark > p:not(.eyebrow) {
  color: #bdb7af;
}

.demo-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  border: 1px solid #35322f;
  border-radius: var(--radius);
  background: #111111;
}

.demo-progress > div {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 12px 14px;
  color: #817b73;
  font-size: 12px;
}

.demo-progress > div + div {
  border-left: 1px solid #35322f;
}

.demo-progress span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border: 1px solid #4b4641;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
}

.demo-progress .is-active,
.demo-progress .is-complete {
  color: var(--surface);
}

.demo-progress .is-active span {
  border-color: var(--orange);
  background: var(--orange);
}

.demo-progress .is-complete span {
  border-color: var(--neon);
  background: var(--neon);
  color: var(--ink);
}

.demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.demo-panel {
  position: relative;
  min-width: 0;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px;
  border: 1px solid #d8d0c5;
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .16);
}

.demo-panel:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 48%;
  right: -19px;
  z-index: 4;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid var(--orange);
  border-radius: 999px;
  background: var(--hero);
  color: #ff6a2a;
  font-family: var(--font-mono);
  font-size: 14px;
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
}

.panel-heading > span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-family: var(--font-mono);
  font-size: 9px;
}

.panel-heading h3 {
  font-size: 17px;
}

.sample-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.sample-tabs button {
  min-width: 0;
  min-height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  padding: 7px 4px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: #fbfaf8;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transition: transform 160ms ease-out, border-color 160ms ease-out, background-color 160ms ease-out;
}

.sample-tabs button:hover {
  transform: translateY(-1px);
  border-color: var(--orange);
}

.sample-tabs button > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  font-family: var(--font-mono);
  font-size: 10px;
}

.sample-tabs button.is-active {
  border-color: var(--orange);
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.source-preview {
  display: grid;
  gap: 10px;
  min-height: 230px;
  padding: 16px;
  border: 1px solid var(--ink);
  background: #fffefa;
}

.data-badge {
  display: inline-flex;
  padding: 6px 8px;
  border: 1px solid #f0b99f;
  border-radius: var(--radius);
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.source-preview > strong {
  font-family: var(--font-heading);
  font-size: 25px;
}

.source-preview > p {
  color: var(--muted);
  font-size: 13px;
}

.source-preview dl {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.source-preview dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px dashed #a8a097;
  font-size: 12px;
}

.source-preview dd {
  font-family: var(--font-mono);
}

.scanner-panel {
  border-color: #393633;
  background: #151515;
  color: var(--surface);
}

.scanner-panel .panel-heading > span {
  background: var(--neon);
  color: var(--ink);
}

.scanner-window {
  position: relative;
  min-height: 318px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #47423e;
  background: #0c0c0c;
}

.scanner-corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: #ff5b1a;
  border-style: solid;
}

.corner-a { top: 12px; left: 12px; border-width: 2px 0 0 2px; }
.corner-b { top: 12px; right: 12px; border-width: 2px 2px 0 0; }
.corner-c { right: 12px; bottom: 12px; border-width: 0 2px 2px 0; }
.corner-d { bottom: 12px; left: 12px; border-width: 0 0 2px 2px; }

.scanner-paper {
  width: min(176px, 86%);
  min-height: 160px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid #dad4ca;
  background: #fffefa;
  color: var(--ink);
  text-align: center;
}

.scanner-paper span,
.scanner-paper small {
  font-family: var(--font-mono);
  font-size: 9px;
}

.scanner-paper span {
  color: var(--orange-dark);
}

.scanner-paper strong {
  font-family: var(--font-heading);
}

.scan-beam {
  position: absolute;
  top: 50%;
  right: 13%;
  left: 13%;
  height: 3px;
  background: var(--neon);
  opacity: 0;
  transform: translateY(-105px);
}

.scanner-window > p {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: #c1bbb3;
  font-size: 11px;
  text-align: center;
}

.scan-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.scan-checklist span {
  position: relative;
  padding: 8px 8px 8px 23px;
  border: 1px solid #3e3a37;
  border-radius: var(--radius);
  color: #918b83;
  font-size: 10px;
}

.scan-checklist span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 7px;
  height: 7px;
  border: 1px solid #716b64;
  border-radius: 999px;
  transform: translateY(-50%);
}

.scan-checklist span.is-detected {
  color: var(--surface);
}

.scan-checklist span.is-detected::before {
  border-color: var(--neon);
  background: var(--neon);
}

.result-fields {
  display: grid;
  gap: 10px;
}

.result-fields label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.result-fields input {
  width: 100%;
  min-height: 43px;
  padding: 9px 11px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
}

.result-fields input[readonly] {
  background: #f5f2ee;
  color: #655f58;
}

.result-fields.is-editing input {
  border-color: var(--orange);
  background: var(--orange-soft);
  color: var(--ink);
}

.edit-status {
  min-height: 18px;
  color: var(--muted);
  font-size: 11px;
}

.demo-actions {
  margin-top: auto;
}

.demo-actions .button {
  flex: 1 1 110px;
  padding-inline: 10px;
}

.dashboard-total {
  display: grid;
  gap: 4px;
  padding: 14px 0 16px;
  border-bottom: 1px solid var(--border);
}

.dashboard-total > span,
.dashboard-total > small {
  color: var(--muted);
  font-size: 11px;
}

.dashboard-total > strong {
  color: var(--orange-dark);
  font-family: var(--font-mono);
  font-size: 30px;
}

.dashboard-total.is-updated > strong {
  color: var(--green);
}

.category-bars {
  display: grid;
  gap: 10px;
}

.category-bars > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  color: var(--muted);
  font-size: 10px;
}

.category-bars i {
  width: 100%;
  height: 6px;
  display: block;
  border-radius: 999px;
  background: #ece7e0;
  transform: scaleX(.08);
  transform-origin: left center;
}

.dashboard-panel.is-updated .category-bars i {
  background: var(--orange);
  transform: scaleX(var(--bar-scale));
}

.dashboard-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 10px;
  padding: 12px 0;
  border-block: 1px solid var(--border);
  color: var(--muted);
}

.dashboard-row strong {
  font-family: var(--font-mono);
  font-size: 12px;
}

.dashboard-row small {
  grid-column: 1 / -1;
  color: var(--muted);
}

.dashboard-row.is-updated {
  color: var(--ink);
}

.legal-note {
  color: var(--muted);
  font-size: 11px;
}

.demo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}

.demo-live-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #aaa49c;
  font-size: 12px;
}

.demo-live-status span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--neon);
}

.text-button {
  min-height: 40px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--neon);
  font-weight: 700;
  transition: color 160ms ease-out;
}

.text-button:hover {
  color: var(--surface);
}

.text-button-dark {
  color: var(--ink);
}

.text-button-dark:hover {
  color: var(--orange-dark);
}

.benefits-section {
  background: var(--app);
}

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

.benefit-grid article {
  --benefit-y: 0px;
  --benefit-rotate: 0deg;
  position: relative;
  min-height: 330px;
  display: block;
  padding: 0;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transform: translateY(var(--benefit-y)) rotate(var(--benefit-rotate));
  transition: border-color 180ms ease-out, box-shadow 260ms ease-out, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.benefit-grid article:nth-child(1) {
  --benefit-rotate: -1deg;
}

.benefit-grid article:nth-child(3) {
  --benefit-rotate: 1deg;
}

.benefit-grid article.benefit-dark {
  --benefit-y: 24px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.benefit-grid article:hover,
.benefit-grid article:focus-within {
  border-color: var(--orange);
  box-shadow: 0 20px 44px rgba(26, 21, 15, .16);
  transform: translateY(calc(var(--benefit-y) - 10px)) rotate(var(--benefit-rotate));
}

.benefit-grid article:active {
  transform: translateY(calc(var(--benefit-y) - 3px)) rotate(var(--benefit-rotate)) scale(.99);
}

.benefit-card-link {
  height: 100%;
  min-height: 328px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  gap: 18px;
  padding: 26px;
  color: inherit;
  text-decoration: none;
}

.benefit-card-link:focus-visible {
  outline: 3px solid rgba(194, 65, 12, .52);
  outline-offset: -5px;
}

.benefit-number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 11px;
}

.benefit-dark .benefit-number {
  border-color: var(--neon);
  color: var(--neon);
}

.benefit-line {
  width: 96px;
  height: 28px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: skewX(-24deg) scaleX(.72);
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.benefit-grid article:hover .benefit-line,
.benefit-grid article:focus-within .benefit-line {
  transform: skewX(-24deg) scaleX(1);
}

.benefit-dark .benefit-line {
  border-color: var(--neon);
}

.benefit-grid p {
  color: var(--muted);
}

.benefit-dark p {
  color: #b9b3ab;
}

.benefit-card-cta {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.benefit-card-cta > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 16px;
  transition: background-color 180ms ease-out, color 180ms ease-out, transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.benefit-grid article:hover .benefit-card-cta > span,
.benefit-grid article:focus-within .benefit-card-cta > span {
  background: var(--orange);
  color: var(--surface);
  transform: translate(3px, -3px);
}

.benefit-dark .benefit-card-cta {
  border-color: #403d39;
}

.benefit-dark:hover .benefit-card-cta > span,
.benefit-dark:focus-within .benefit-card-cta > span {
  background: var(--neon);
  color: var(--ink);
}

.bento-section {
  background: var(--paper);
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.bento-card {
  position: relative;
  min-height: 280px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform 180ms ease-out, border-color 180ms ease-out;
}

.bento-card:hover,
.bento-card:focus-within {
  border-color: var(--orange);
  transform: translateY(-4px);
}

.bento-card > p,
.bento-copy > p,
.bento-export > div > p {
  color: var(--muted);
}

.bento-dark {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--surface);
}

.bento-dark > p,
.bento-dark .bento-copy > p {
  color: #bcb6ae;
}

.feature-label {
  display: inline-flex;
  padding: 6px 8px;
  border-radius: var(--radius);
  background: var(--orange-soft);
  color: var(--orange-dark);
}

.bento-dark .feature-label {
  background: #1f2715;
  color: var(--neon);
}

.bento-scan {
  grid-column: span 7;
  grid-row: span 2;
  grid-template-columns: minmax(0, 1fr) 286px;
  align-items: center;
  height: 620px;
  min-height: 620px;
}

.bento-copy {
  display: grid;
  gap: 16px;
}

.bento-phone {
  width: 276px;
  align-self: end;
  justify-self: end;
  padding: 8px;
  overflow: hidden;
  border: 1px solid #494440;
  border-radius: 24px 24px 0 0;
  background: #0c0c0c;
  box-shadow: var(--shadow-dark);
}

.bento-phone img {
  width: 100%;
  height: auto;
  border-radius: 18px 18px 0 0;
}

.bento-review,
.bento-budget,
.bento-split,
.bento-pwa {
  grid-column: span 5;
}

.bento-budget {
  background: var(--neon);
  border-color: var(--ink);
}

.bento-budget .feature-label {
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.bento-budget > p {
  color: #343a2b;
}

.bento-export {
  grid-column: span 7;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr);
  align-items: center;
}

.review-list,
.export-status {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.review-list > span,
.export-status > span {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
  font-size: 11px;
}

.review-list i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
}

.review-list strong,
.export-status strong {
  color: var(--ink);
}

.budget-visual {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
}

.budget-visual span,
.budget-visual small {
  font-size: 11px;
}

.budget-visual strong {
  font-family: var(--font-mono);
  font-size: 24px;
}

.budget-visual i {
  width: 100%;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: var(--ink);
  transform: scaleX(.72);
  transform-origin: left center;
}

.avatar-line {
  display: flex;
  align-items: center;
  margin-top: auto;
}

.avatar-line span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-right: -8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--neon);
  color: var(--ink);
  font-family: var(--font-mono);
}

.avatar-line strong {
  margin-left: auto;
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 12px;
}

.export-status i {
  width: 9px;
  height: 9px;
  border: 1px solid var(--orange);
  border-radius: 999px;
}

.export-status i.is-ready {
  border-color: var(--green);
  background: var(--green);
}

.pwa-mark {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}

.pwa-mark span {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--ink);
  color: var(--surface);
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
}

.pwa-mark i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--orange);
  color: var(--surface);
  font-family: var(--font-mono);
  font-style: normal;
}

.how-section {
  background: var(--app);
}

.how-layout {
  display: grid;
  grid-template-columns: minmax(460px, .92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: start;
}

.how-sticky {
  position: sticky;
  top: 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 24px;
  align-items: center;
}

.how-copy {
  display: grid;
  gap: 16px;
}

.how-copy h2 {
  font-size: 44px;
}

.how-preview {
  position: relative;
  justify-self: end;
}

.how-phone {
  width: 230px;
  height: 498px;
}

.how-phone > img {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
  object-position: top;
  border-radius: 22px;
  opacity: 0;
  transform: scale(.985);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.how-phone > img.is-active {
  opacity: 1;
  transform: scale(1);
}

.how-preview-label {
  position: absolute;
  right: -12px;
  bottom: 26px;
  width: 170px;
  display: grid;
  gap: 3px;
  padding: 11px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--neon);
  box-shadow: var(--shadow-md);
}

.how-preview-label span {
  font-family: var(--font-mono);
  font-size: 9px;
}

.how-preview-label strong {
  font-size: 12px;
}

.step-stack {
  display: grid;
  gap: 18px;
}

.step-stack article {
  min-height: 330px;
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 34px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  opacity: 1;
  transition: border-color 180ms ease-out, transform 180ms ease-out;
}

.step-stack article.is-active {
  border-color: var(--orange);
  opacity: 1;
  transform: translateX(-8px);
}

.step-stack article > span {
  width: max-content;
  padding: 7px 9px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 11px;
}

.step-stack article > p {
  color: var(--muted);
}

.step-stack article > img {
  display: none;
}

.split-section {
  overflow: clip;
  border-block: 1px solid var(--ink);
  background: var(--neon);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(620px, 1.22fr);
  gap: 58px;
  align-items: center;
}

.split-copy {
  display: grid;
  gap: 18px;
}

.split-copy > p:not(.eyebrow) {
  color: #343a2b;
}

.split-tool {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 14px 14px 0 var(--ink);
}

.bill-sheet,
.split-people {
  min-width: 0;
  padding: 22px;
}

.bill-sheet {
  border-right: 1px solid var(--ink);
}

.bill-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin: 16px 0;
}

.bill-title h3 {
  font-size: 19px;
}

.bill-title > span {
  color: var(--muted);
  font-size: 10px;
}

.bill-items {
  display: grid;
}

.bill-items > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 10px;
  padding: 11px 0;
  border-top: 1px dashed #b8b0a7;
  font-size: 12px;
}

.bill-items small {
  grid-column: 1 / -1;
  color: var(--orange-dark);
}

.split-people {
  display: grid;
  align-content: start;
  gap: 10px;
  background: #f7f5f1;
}

.split-people > span {
  color: var(--muted);
  font-size: 11px;
}

.split-people > div {
  display: grid;
  grid-template-columns: 36px 1fr auto;
  gap: 9px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.split-people i {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-family: var(--font-mono);
  font-size: 10px;
  font-style: normal;
}

.split-people p {
  font-weight: 700;
}

.split-people p small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  font-weight: 400;
}

.split-people strong {
  font-family: var(--font-mono);
  font-size: 10px;
}

.split-people .button {
  margin-top: 6px;
}

.dashboard-section {
  background: var(--hero);
  color: var(--surface);
}

.dashboard-layout,
.privacy-layout,
.final-layout {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
  gap: 86px;
  align-items: center;
}

.dashboard-product,
.privacy-product {
  position: relative;
  min-height: 610px;
}

.dashboard-phone {
  position: absolute;
  top: 0;
  left: 40px;
  width: 286px;
  transform: rotate(-2deg);
}

.dashboard-float {
  position: absolute;
  right: 0;
  bottom: 58px;
  width: 220px;
  display: grid;
  gap: 4px;
  padding: 16px;
  border: 1px solid #4b6721;
  border-radius: var(--radius);
  background: #11170a;
  box-shadow: var(--shadow-dark);
}

.dashboard-float span,
.dashboard-float small {
  color: #aaa49c;
  font-size: 10px;
}

.dashboard-float strong {
  color: var(--neon);
}

.dashboard-copy,
.privacy-copy,
.faq-heading,
.final-copy {
  display: grid;
  gap: 20px;
}

.dashboard-copy > p:not(.eyebrow),
.final-copy > p:not(.eyebrow) {
  color: #bdb7af;
}

.insight-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #3a3734;
}

.insight-kpis > div {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.insight-kpis > div + div {
  border-left: 1px solid #3a3734;
}

.insight-kpis span {
  color: #aaa49c;
  font-size: 10px;
}

.insight-kpis strong {
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 15px;
}

.insight-chart {
  display: grid;
  gap: 13px;
}

.insight-chart > div {
  display: grid;
  grid-template-columns: 130px 1fr 80px;
  gap: 12px;
  align-items: center;
  font-size: 11px;
}

.insight-chart span {
  color: #bdb7af;
}

.insight-chart i {
  width: 100%;
  height: 8px;
  display: block;
  border-radius: 999px;
  background: var(--orange);
  transform: scaleX(var(--chart-scale));
  transform-origin: left center;
}

.motion-ready .insight-chart i {
  transform: scaleX(0);
}

.insight-chart strong {
  color: var(--surface);
  font-family: var(--font-mono);
  font-size: 10px;
  text-align: right;
}

.legal-note-dark {
  color: #8e8881 !important;
}

.privacy-section {
  background: var(--app);
}

.privacy-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
}

.privacy-product {
  min-height: 600px;
}

.privacy-phone {
  position: absolute;
  top: 0;
  right: 32px;
  width: 286px;
  transform: rotate(2deg);
}

.privacy-note {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 230px;
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--neon);
  box-shadow: var(--shadow-md);
}

.privacy-note span,
.privacy-note small {
  font-size: 10px;
}

.privacy-note span {
  font-family: var(--font-mono);
  text-transform: uppercase;
}

.trust-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  align-items: center;
  margin-top: 8px;
}

.trust-flow > div {
  min-height: 120px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
}

.trust-flow > div > span {
  color: var(--orange-dark);
  font-family: var(--font-mono);
  font-size: 10px;
}

.trust-flow > div > small {
  color: var(--muted);
  font-size: 10px;
}

.trust-flow > i {
  width: 100%;
  height: 1px;
  display: block;
  background: var(--ink);
  transform-origin: left center;
}

.motion-ready .trust-flow > i {
  transform: scaleX(0);
}

.privacy-boundary {
  padding: 14px 0;
  border-block: 1px solid var(--border-strong);
  color: var(--muted);
  font-size: 13px;
}

.privacy-boundary strong {
  color: var(--ink);
}

.early-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: 72px;
  border-block: 1px solid #2e2c29;
  background: var(--hero);
  color: var(--surface);
}

.early-section::before,
.early-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.early-section::before {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .62;
}

.early-section::after {
  right: -4%;
  bottom: -38%;
  width: min(58vw, 860px);
  height: 132%;
  background: var(--neon);
  clip-path: polygon(0 84%, 17% 69%, 33% 76%, 49% 46%, 65% 55%, 82% 20%, 100% 4%, 100% 100%, 0 100%);
  opacity: .055;
}

.early-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 64px;
  align-items: center;
}

.early-layout > div:first-child {
  display: grid;
  gap: 18px;
}

.early-layout h2 {
  max-width: 680px;
  color: var(--surface);
}

.early-layout p {
  max-width: 720px;
  color: #c9c3bb;
  font-size: 18px;
}

.early-action {
  display: grid;
  gap: 12px;
  padding-left: 42px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.early-action small {
  color: #aaa39b;
  line-height: 1.5;
}

.early-section .eyebrow-neon {
  border-color: var(--neon);
  background: rgba(184, 255, 77, .1);
  color: var(--neon);
}

.early-section .button-dark {
  border-color: var(--neon);
  background: var(--neon);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--orange);
}

.early-section .button-dark:hover {
  border-color: var(--surface);
  background: var(--surface);
  color: var(--ink);
}

.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: 80px;
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 120px;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 4px;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 14px;
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out;
}

.faq-list details[open] summary::after {
  content: "-";
  border-color: var(--orange);
  background: var(--orange);
  color: var(--surface);
  transform: rotate(180deg);
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer p {
  max-width: 720px;
  padding: 0 54px 22px 4px;
  color: var(--muted);
}

.final-cta {
  padding-block: 96px;
  overflow: clip;
  background: var(--hero);
  color: var(--surface);
}

.final-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
}

.final-collage {
  position: relative;
  min-height: 560px;
}

.final-phone {
  position: absolute;
  top: 0;
  right: 60px;
  width: 270px;
  transform: rotate(3deg);
}

.final-ticket {
  position: absolute;
  right: 0;
  bottom: 72px;
  width: 210px;
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid #4b6721;
  border-radius: var(--radius);
  background: #11170a;
  box-shadow: var(--shadow-dark);
}

.final-ticket span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 9px;
}

.final-ticket strong {
  font-size: 19px;
}

.final-ticket p {
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 24px;
}

.final-ticket small {
  color: #aaa49c;
}

.site-footer {
  padding: 52px 0 0;
  overflow: hidden;
  border-top: 1px solid #2f2d2a;
  background: #0f0f0f;
  color: #aaa49c;
}

.footer-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) minmax(250px, .72fr) minmax(260px, .8fr);
  gap: 48px;
  align-items: start;
  padding-bottom: 52px;
  border-bottom: 1px solid #2f2d2a;
}

.footer-brand-block {
  display: grid;
  gap: 10px;
}

.footer-layout .brand {
  width: max-content;
  color: var(--surface);
}

.footer-layout p {
  font-size: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, max-content));
  gap: 16px 28px;
  color: var(--surface);
  font-size: 13px;
  font-weight: 700;
}

.footer-links a {
  transition: color 160ms ease-out;
}

.footer-links a:hover {
  color: var(--neon);
}

.footer-meta {
  display: grid;
  justify-items: end;
  gap: 18px;
  text-align: right;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--surface);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}

.footer-status i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 0 4px rgba(199, 255, 78, .1);
}

.footer-legal {
  max-width: 320px;
}

.footer-wordmark {
  width: 100%;
  height: clamp(170px, 20vw, 290px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  color: var(--surface);
  user-select: none;
}

.footer-wordmark span {
  display: block;
  white-space: nowrap;
  font-family: var(--font-heading);
  font-size: clamp(190px, 28vw, 410px);
  font-weight: 800;
  line-height: .72;
  letter-spacing: 0;
  transform: translateY(.1em);
}

@media (max-width: 1180px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  .nav-status {
    display: none;
  }

  .nav-menu {
    margin-left: auto;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 500px;
  }

  .hero-stage {
    transform: scale(.9);
    transform-origin: right center;
  }

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

  .demo-panel:not(:last-child)::after {
    display: none;
  }

  .demo-panel {
    min-height: 470px;
  }

  .how-layout {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .how-sticky {
    grid-template-columns: 1fr;
  }

  .how-preview {
    justify-self: center;
  }

  .split-layout {
    grid-template-columns: 1fr;
  }

  .split-copy {
    max-width: 760px;
  }

  .split-tool {
    width: min(100%, 820px);
  }

  .dashboard-layout,
  .privacy-layout,
  .final-layout {
    gap: 46px;
  }
}

@media (max-width: 960px) {
  .section {
    padding-block: 82px;
  }

  .nav-menu {
    gap: 14px;
  }

  .nav-menu a:not(.button) {
    display: none;
  }

  .hero {
    min-height: auto;
  }

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

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

  .hero-stage {
    width: min(100%, 650px);
    min-height: 560px;
    margin-inline: auto;
    transform: none;
  }

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

  .hero-proof-rail > button:nth-child(3) {
    border-top: 1px solid #3d531c;
    border-left: 0;
  }

  .hero-proof-rail > button:nth-child(4) {
    border-top: 1px solid #3d531c;
  }

  .heading-row,
  .dashboard-layout,
  .privacy-layout,
  .faq-layout,
  .final-layout,
  .early-layout {
    grid-template-columns: 1fr;
  }

  .heading-row {
    gap: 20px;
  }

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

  .benefit-grid article,
  .benefit-grid article.benefit-dark,
  .benefit-grid article:nth-child(1),
  .benefit-grid article:nth-child(3) {
    min-height: 240px;
    transform: none;
  }

  .bento-scan,
  .bento-review,
  .bento-budget,
  .bento-split,
  .bento-export,
  .bento-pwa {
    grid-column: span 6;
  }

  .bento-scan {
    grid-row: auto;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 520px;
  }

  .bento-phone {
    justify-self: center;
  }

  .bento-export {
    grid-template-columns: 1fr;
  }

  .how-layout {
    grid-template-columns: 1fr;
  }

  .how-sticky {
    position: static;
  }

  .how-copy {
    max-width: 760px;
  }

  .how-preview {
    display: none;
  }

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

  .step-stack article,
  .step-stack article.is-active {
    min-height: 0;
    align-content: start;
    opacity: 1;
    transform: none;
  }

  .step-stack article > img {
    width: min(100%, 240px);
    display: block;
    justify-self: center;
    border: 1px solid var(--border);
    border-radius: 18px;
  }

  .dashboard-product,
  .privacy-product {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .dashboard-copy {
    order: -1;
  }

  .privacy-layout {
    gap: 60px;
  }

  .faq-heading {
    position: static;
    max-width: 760px;
  }

  .final-collage {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .early-action {
    width: min(100%, 380px);
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

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

  .footer-meta {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: 44px;
    line-height: 1.06;
  }

  h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  h3 {
    font-size: 22px;
  }

  .section-inner,
  .nav-shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    padding-inline: 0;
  }

  .nav-shell {
    position: relative;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: var(--z-menu);
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 10px;
    border: 1px solid #3d3935;
    border-radius: var(--radius);
    background: #111111;
    box-shadow: var(--shadow-dark);
  }

  .nav-menu.is-open {
    display: grid;
  }

  .nav-menu a:not(.button) {
    display: block;
    min-height: 44px;
    padding: 11px 10px;
    border-bottom: 1px solid #2f2c29;
  }

  .nav-menu .button {
    width: 100%;
    margin-top: 8px;
  }

  .hero {
    padding-top: 38px;
  }

  .hero-copy {
    gap: 18px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .demo-actions,
  .split-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .demo-actions .button {
    width: 100%;
    min-height: 52px;
    flex: 0 0 auto;
  }

  .split-actions .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  }

  .hero-actions .button {
    width: 100%;
    min-width: 0;
    padding-inline: 12px;
    font-size: 14px;
  }

  .hero-stage {
    min-height: 230px;
    height: 230px;
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid #34312f;
    border-radius: var(--radius);
    background: #111111;
  }

  .hero-phone {
    top: 12px;
    left: 50%;
    width: 250px;
    transform: translateX(-50%) rotate(1deg);
  }

  .hero-receipt,
  .hero-flow,
  .hero-utility-stack,
  .hero-product-peek {
    display: none;
  }

  .hero-proof-rail {
    width: calc(100% + 40px);
    display: flex;
    gap: 10px;
    margin: 18px -20px 0;
    padding: 2px 20px 8px;
    overflow-x: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-proof-rail::-webkit-scrollbar {
    display: none;
  }

  .hero-proof-rail > button,
  .hero-proof-rail > button:nth-child(3),
  .hero-proof-rail > button:nth-child(4) {
    flex: 0 0 min(260px, calc(100vw - 72px));
    min-height: 86px;
    padding: 14px 16px;
    border: 1px solid #3d531c;
    border-radius: var(--radius);
    background: #0c1007;
    scroll-snap-align: start;
  }

  .hero-proof-rail > button + button {
    border-left: 1px solid #3d531c;
  }

  .marquee-group span {
    font-size: 16px;
  }

  .section {
    padding-block: 68px;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading > p:not(.eyebrow),
  .heading-row > p,
  .how-copy > p:not(.eyebrow),
  .split-copy > p:not(.eyebrow),
  .dashboard-copy > p:not(.eyebrow),
  .privacy-copy > p:not(.eyebrow),
  .faq-heading > p:not(.eyebrow),
  .final-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .demo-progress {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .demo-progress > div {
    justify-content: center;
    padding: 10px 5px;
  }

  .demo-progress strong {
    display: none;
  }

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

  .demo-panel {
    min-height: 0;
  }

  .scanner-window {
    min-height: 300px;
  }

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

  .benefit-grid article {
    padding: 22px;
  }

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

  .bento-scan,
  .bento-review,
  .bento-budget,
  .bento-split,
  .bento-export,
  .bento-pwa {
    grid-column: auto;
  }

  .bento-card {
    min-height: 280px;
    padding: 22px;
  }

  .bento-scan {
    height: auto;
    min-height: 520px;
  }

  .bento-phone {
    width: 210px;
  }

  .step-stack {
    grid-template-columns: 1fr;
  }

  .step-stack article {
    padding: 24px;
  }

  .split-tool {
    grid-template-columns: 1fr;
    box-shadow: 8px 8px 0 var(--ink);
  }

  .bill-sheet {
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .dashboard-product,
  .privacy-product {
    min-height: 545px;
  }

  .dashboard-phone,
  .privacy-phone {
    right: auto;
    left: 50%;
    width: 252px;
    transform: translateX(-50%);
  }

  .dashboard-float {
    right: 0;
    bottom: 24px;
    width: 200px;
  }

  .privacy-note {
    bottom: 18px;
    left: 0;
    width: 210px;
  }

  .insight-kpis {
    grid-template-columns: 1fr;
  }

  .insight-kpis > div + div {
    border-top: 1px solid #3a3734;
    border-left: 0;
  }

  .insight-chart > div {
    grid-template-columns: 105px 1fr 68px;
    gap: 8px;
  }

  .trust-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-flow > div {
    min-height: 94px;
  }

  .trust-flow > i {
    width: 1px;
    height: 28px;
    justify-self: center;
    transform-origin: center top;
  }

  .motion-ready .trust-flow > i {
    transform: scaleY(0);
  }

  .early-section {
    padding-block: 58px;
  }

  .early-section::before {
    background-size: 32px 32px;
    opacity: .48;
  }

  .early-section::after {
    right: -34%;
    bottom: -10%;
    width: 118%;
    height: 64%;
    opacity: .045;
  }

  .early-layout {
    gap: 28px;
  }

  .early-layout p {
    font-size: 16px;
  }

  .early-section .button {
    width: 100%;
  }

  .faq-list summary {
    min-height: 66px;
    font-size: 16px;
  }

  .faq-answer p {
    padding-right: 4px;
  }

  .final-cta {
    padding-block: 72px;
  }

  .final-collage {
    min-height: 520px;
  }

  .final-phone {
    right: auto;
    left: 50%;
    width: 240px;
    transform: translateX(-50%) rotate(2deg);
  }

  .final-ticket {
    right: 0;
    bottom: 32px;
    width: 190px;
  }

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

  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 33px;
  }

  .brand {
    font-size: 18px;
  }

  .hero-stage {
    min-height: 220px;
    height: 220px;
  }

  .hero-phone {
    width: 230px;
  }

  .insight-chart > div {
    grid-template-columns: 1fr 64px;
  }

  .insight-chart i {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .insight-chart strong {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (max-width: 360px) {
  .sample-tabs {
    grid-template-columns: 1fr;
  }

  .sample-tabs button {
    min-height: 52px;
    grid-template-columns: 28px 1fr;
    justify-content: start;
    padding: 8px 12px;
    text-align: left;
  }
}

/* Landing v3: focused mobile scenes and deterministic scanner states */

[hidden] {
  display: none !important;
}

.no-js .demo-interactive {
  display: none;
}

.site-header {
  padding: max(8px, env(safe-area-inset-top)) 0 8px;
}

.nav-shell {
  min-height: 56px;
  padding: 7px 8px 7px 12px;
}

.brand img {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

section[id] {
  scroll-margin-top: 82px;
}

.hero h1 {
  display: block;
}

.hero-line {
  display: block;
  margin-bottom: -.04em;
  padding-bottom: .07em;
  overflow: clip;
}

.hero-line > span {
  display: block;
  transform-origin: left bottom;
}

.hero h1 .hero-line-mobile {
  display: none;
}

.display-heading {
  font-size: 56px;
}

.scanner-fallback {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 34px;
  align-items: center;
  padding: 30px;
  border: 1px solid #3c3936;
  border-radius: var(--radius);
  background: #151515;
  color: var(--surface);
}

.scanner-fallback > div {
  display: grid;
  gap: 16px;
}

.scanner-fallback h3 {
  font-size: 28px;
}

.scanner-fallback p,
.scanner-fallback small,
.scanner-fallback figcaption {
  color: #bbb5ad;
}

.scanner-fallback ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.scanner-fallback figure {
  display: grid;
  gap: 10px;
  padding: 8px;
  border: 1px solid #47423e;
  border-radius: 22px;
  background: #0c0c0c;
}

.scanner-fallback figure img {
  border-radius: 15px;
}

.scanner-fallback figcaption {
  padding: 0 6px 4px;
  font-size: 11px;
}

.demo-panel {
  padding: 20px;
  transition: border-color 180ms ease-out, opacity 180ms ease-out, transform 180ms ease-out;
}

.demo-panel.is-current {
  border-color: var(--orange);
}

.demo-panel.is-complete:not(.is-current) {
  border-color: #718d47;
}

.demo-panel.is-pending:not(.is-current) {
  opacity: 1;
  background: #f8f6f2;
}

.scanner-panel.is-pending:not(.is-current) {
  background: #151515;
}

.panel-heading h3 {
  font-size: 19px;
}

.source-actions,
.dashboard-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.source-actions .text-button {
  justify-self: center;
}

.source-preview.is-empty {
  align-content: center;
  border-style: dashed;
  color: var(--muted);
}

.source-preview.is-empty > strong {
  color: var(--ink);
  font-size: 21px;
}

.scanner-error {
  position: absolute;
  inset: 16px;
  z-index: 4;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 24px;
  border: 1px solid #ff6a2a;
  border-radius: var(--radius);
  background: #17110f;
  color: var(--surface);
  text-align: center;
}

.scanner-error > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid #ff6a2a;
  border-radius: 999px;
  color: #ff8553;
  font-family: var(--font-mono);
}

.scanner-error h4 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 21px;
}

.scanner-error p {
  color: #c7bdb5;
  font-size: 13px;
}

.scanner-error > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}

.scanner-error .button-ghost {
  border-color: #625951;
  color: var(--surface);
}

.scanner-window.has-error .scanner-paper,
.scanner-window.has-error .scan-beam,
.scanner-window.has-error > p {
  opacity: .12;
}

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

.dashboard-actions .button {
  min-width: 0;
  padding-inline: 10px;
  font-size: 12px;
}

.demo-progress.is-error .is-active span {
  border-color: #ff6a2a;
  background: #ff6a2a;
}

.demo-live-status.is-error span {
  background: #ff6a2a;
}

.carousel-controls {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 20px;
}

.carousel-controls > span {
  margin-right: auto;
  font-family: var(--font-mono);
  font-size: 11px;
}

.carousel-controls button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  transition: background-color 160ms ease-out, color 160ms ease-out, opacity 160ms ease-out;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  background: var(--ink);
  color: var(--surface);
}

.carousel-controls button:disabled {
  cursor: not-allowed;
  opacity: .34;
}

.carousel-track:focus-visible {
  outline: 3px solid rgba(194, 65, 12, .42);
  outline-offset: 6px;
}

.bento-card:hover,
.bento-card:focus-within {
  border-color: var(--orange);
  transform: none;
}

.how-section {
  overflow: clip;
  background: var(--paper);
}

.how-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 46px;
}

.how-copy {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.how-copy h2 {
  font-size: 56px;
}

.how-copy > p:last-child {
  max-width: 650px;
  margin: 18px auto 0;
}

.how-story {
  --how-dissolve-duration: 460ms;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) minmax(0, 1fr);
  column-gap: 40px;
  align-items: start;
}

.how-preview {
  --how-progress: .25;
  position: sticky;
  top: 92px;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  width: 360px;
  min-height: 650px;
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: start;
}

.how-preview::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 286px;
  height: 500px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--neon);
  box-shadow: 12px 12px 0 var(--ink);
  transform: rotate(2.5deg);
}

.how-phone {
  position: relative;
  z-index: 1;
  width: 280px;
  height: auto;
  aspect-ratio: 280 / 580;
}

.how-phone > img {
  transform: none;
  transition: opacity var(--how-dissolve-duration) ease-in-out;
}

.how-phone > img.is-active {
  transform: none;
}

.how-preview-label {
  right: -10px;
  bottom: 36px;
  z-index: 2;
  width: 206px;
  min-height: 82px;
  align-content: center;
  gap: 6px;
  padding: 14px 14px 24px;
  overflow: hidden;
}

.how-preview-label strong {
  font-size: 14px;
  line-height: 1.25;
}

.how-preview-label::before,
.how-preview-label::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 8px;
  left: 11px;
  height: 3px;
  border-radius: 999px;
}

.how-preview-label::before {
  background: rgba(17, 17, 17, .22);
}

.how-preview-label::after {
  background: var(--ink);
  transform: scaleX(var(--how-progress));
  transform-origin: left center;
  transition: transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.how-mobile-nav {
  display: none;
}

.step-stack {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  gap: 0;
}

.step-stack article,
.step-stack article.is-active {
  min-height: clamp(410px, 46vh, 470px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
  padding: 44px 0;
  border: 0;
  background: transparent;
  opacity: 1;
  transform: none;
}

.how-step-card {
  position: relative;
  width: min(100%, 340px);
  min-height: 222px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 28px 30px 30px;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  opacity: .72;
  cursor: pointer;
  transition: opacity var(--how-dissolve-duration) ease-in-out, border-color 180ms ease-out, box-shadow 240ms ease-out;
}

.step-stack article:nth-child(odd) .how-step-card {
  grid-column: 1;
  justify-self: end;
  margin-right: 48px;
  transform: none;
}

.step-stack article:nth-child(even) .how-step-card {
  grid-column: 3;
  justify-self: start;
  margin-left: 48px;
  background: var(--ink);
  color: var(--surface);
  transform: none;
}

.step-stack article.is-active .how-step-card,
.step-stack article .how-step-card:hover,
.step-stack article .how-step-card:focus-visible {
  border-color: var(--orange);
  box-shadow: 9px 9px 0 var(--ink);
  opacity: 1;
  outline: 0;
  transform: none;
}

.step-stack article:nth-child(even).is-active .how-step-card,
.step-stack article:nth-child(even) .how-step-card:hover,
.step-stack article:nth-child(even) .how-step-card:focus-visible {
  border-color: var(--neon);
  box-shadow: 9px 9px 0 var(--orange);
}

.how-step-number {
  width: max-content;
  padding: 7px 9px;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--neon);
  font-family: var(--font-mono);
  font-size: 11px;
}

.step-stack article:nth-child(even) .how-step-number {
  background: var(--neon);
  color: var(--ink);
}

.how-step-card h3 {
  max-width: 270px;
  font-size: 24px;
  line-height: 1.15;
}

.how-step-card p {
  color: var(--muted);
}

.step-stack article:nth-child(even) .how-step-card p {
  color: #bbb5ad;
}

.how-step-cue {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 17px;
  opacity: .5;
  transition: opacity 180ms ease-out, transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.step-stack article.is-active .how-step-cue,
.how-step-card:hover .how-step-cue,
.how-step-card:focus-visible .how-step-cue {
  opacity: 1;
  transform: translate(3px, -3px);
}

/* Section rhythm: quiet finance patterns keep large surfaces from feeling flat. */
.benefits-section,
.how-section,
.dashboard-section,
.privacy-section,
.final-cta {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

.benefits-section > .section-inner,
.how-section > .section-inner,
.dashboard-section > .section-inner,
.privacy-section > .section-inner,
.final-cta > .section-inner {
  position: relative;
  z-index: 1;
}

.benefits-section::before,
.benefits-section::after,
.how-section::before,
.how-section::after,
.dashboard-section::before,
.dashboard-section::after,
.privacy-section::before,
.privacy-section::after,
.final-cta::before,
.final-cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.benefits-section {
  background: linear-gradient(180deg, var(--app) 0%, #f7f3ed 100%);
}

.benefits-section::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: min(46vw, 700px);
  background: repeating-linear-gradient(135deg, rgba(194, 65, 12, .055) 0 1px, transparent 1px 31px);
  opacity: .78;
}

.benefits-section::after {
  top: 78px;
  right: 0;
  width: min(34vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194, 65, 12, .46));
}

.how-section {
  background: var(--paper);
}

.how-section::before {
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(17, 17, 17, .038) 0 1px, transparent 1px 72px);
}

.how-section::after {
  top: 230px;
  bottom: 180px;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(194, 65, 12, .34) 14%, rgba(194, 65, 12, .34) 86%, transparent);
}

.dashboard-section {
  background: linear-gradient(112deg, var(--hero) 0%, var(--hero) 56%, #10160b 100%);
}

.dashboard-section::before {
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0 71px, rgba(184, 255, 77, .055) 71px 72px);
}

.dashboard-section::after {
  top: 0;
  bottom: 0;
  left: 64%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(194, 65, 12, .38) 18%, rgba(194, 65, 12, .38) 82%, transparent);
}

.privacy-section {
  background: linear-gradient(135deg, var(--app) 0%, var(--app) 54%, #f2eee8 100%);
}

.privacy-section::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 48%;
  background: repeating-linear-gradient(135deg, rgba(194, 65, 12, .045) 0 1px, transparent 1px 30px);
}

.privacy-section::after {
  top: 0;
  right: 0;
  width: 48%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194, 65, 12, .42));
}

.final-cta {
  background: linear-gradient(112deg, var(--hero) 0%, var(--hero) 62%, #11170a 100%);
}

.final-cta::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 52%;
  background: repeating-linear-gradient(-45deg, rgba(184, 255, 77, .05) 0 1px, transparent 1px 26px);
}

.final-cta::after {
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(194, 65, 12, .68), transparent);
}

@media (max-width: 1180px) {
  .display-heading,
  .how-copy h2 {
    font-size: 46px;
  }

  .how-story {
    grid-template-columns: minmax(0, 1fr) 310px minmax(0, 1fr);
    column-gap: 24px;
  }

  .how-preview {
    width: 310px;
    min-height: 590px;
  }

  .how-preview::before {
    width: 248px;
    height: 450px;
  }

  .how-phone {
    width: 244px;
    height: 528px;
  }

  .step-stack article,
  .step-stack article.is-active {
    grid-template-columns: minmax(0, 1fr) 310px minmax(0, 1fr);
    gap: 24px;
  }

  .how-step-card {
    width: min(100%, 290px);
    padding: 24px;
  }

  .step-stack article:nth-child(odd) .how-step-card {
    margin-right: 24px;
  }

  .step-stack article:nth-child(even) .how-step-card {
    margin-left: 24px;
  }
}

@media (max-width: 960px) {
  .how-copy {
    margin-inline: 0;
    text-align: left;
  }

  .how-copy > p:last-child {
    margin-inline: 0;
  }

  .how-story {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .how-preview {
    grid-column: 1;
    grid-row: 1;
    top: 84px;
    width: 100%;
    min-height: 500px;
  }

  .step-stack {
    grid-column: 1;
    grid-row: 1;
    padding-top: 340px;
  }

  .step-stack article,
  .step-stack article.is-active {
    min-height: max(470px, 54svh);
    display: flex;
    align-items: flex-end;
    gap: 0;
    padding: 0 0 84px;
  }

  .step-stack article:nth-child(odd) {
    justify-content: flex-start;
  }

  .step-stack article:nth-child(even) {
    justify-content: flex-end;
  }

  .how-step-card,
  .step-stack article:nth-child(odd) .how-step-card,
  .step-stack article:nth-child(even) .how-step-card {
    width: min(74%, 420px);
    margin: 0;
  }
}

@media (max-width: 720px) {
  .section-inner,
  .nav-shell {
    width: min(calc(100% - 40px), var(--container));
  }

  .site-header {
    padding: max(8px, env(safe-area-inset-top)) 0 8px;
  }

  .nav-shell {
    min-height: 56px;
    padding: 6px 6px 6px 10px;
  }

  .brand img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero h1 .hero-line-desktop {
    display: none;
  }

  .hero h1 .hero-line-mobile {
    display: block;
  }

  .section {
    padding-block: 80px;
  }

  .demo-section,
  .bento-section,
  .how-section {
    padding-block: 92px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .display-heading,
  .how-copy h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .scanner-fallback {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .scanner-fallback figure {
    width: min(100%, 250px);
    justify-self: center;
  }

  .demo-progress {
    position: sticky;
    top: 72px;
    z-index: 12;
    margin-bottom: 14px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
  }

  .demo-grid {
    min-height: 570px;
    display: block;
  }

  .demo-panel {
    display: none;
    min-height: 570px;
    padding: 24px;
    box-shadow: none;
  }

  .demo-panel.is-current {
    display: flex;
  }

  .panel-heading h3 {
    font-size: 20px;
  }

  .source-preview {
    min-height: 224px;
  }

  .scanner-window {
    min-height: 330px;
  }

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

  .demo-footer {
    min-height: 66px;
  }

  .carousel-controls {
    display: flex;
    margin: 0 0 16px;
  }

  .carousel-track {
    width: calc(100% + 40px);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-inline: -20px;
    padding: 4px 20px 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
    cursor: grab;
  }

  .carousel-track::-webkit-scrollbar {
    display: none;
  }

  .carousel-track.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }

  .benefit-grid article,
  .benefit-grid article.benefit-dark,
  .benefit-grid article:nth-child(1),
  .benefit-grid article:nth-child(3),
  .bento-card {
    flex: 0 0 calc(100vw - 60px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: scale(.985);
    transform-origin: center center;
    transition: transform 360ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease-out;
  }

  .benefit-grid article,
  .benefit-grid article.benefit-dark {
    min-height: 360px;
    padding: 0;
  }

  .benefit-card-link {
    min-height: 358px;
    padding: 28px;
  }

  .benefit-grid article:hover,
  .benefit-grid article:focus-within,
  .benefit-grid article:active {
    transform: scale(1);
  }

  .bento-card,
  .bento-scan,
  .bento-review,
  .bento-budget,
  .bento-split,
  .bento-export,
  .bento-pwa {
    height: 420px;
    min-height: 420px;
    display: grid;
    grid-template-columns: 1fr;
    grid-column: auto;
    padding: 26px;
  }

  .benefit-grid article.is-carousel-active,
  .bento-card.is-carousel-active {
    transform: scale(1);
  }

  .bento-phone {
    width: 190px;
    height: 180px;
    align-self: end;
    justify-self: center;
  }

  .bento-scan {
    grid-template-rows: auto minmax(0, 1fr);
  }

  .bento-section .section-heading {
    margin-bottom: 28px;
  }

  .bento-section .carousel-controls {
    margin-bottom: 24px;
  }

  .how-layout {
    gap: 34px;
  }

  .how-story {
    display: block;
  }

  .how-preview {
    position: relative;
    top: auto;
    z-index: 1;
    width: 100%;
    min-height: clamp(300px, 90vw, 350px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(116px, 34vw, 142px);
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: none;
    isolation: isolate;
  }

  .how-preview::before {
    left: 14px;
    width: clamp(142px, 44vw, 176px);
    height: 78%;
    box-shadow: 6px 6px 0 var(--ink);
    transform: rotate(2deg);
  }

  .how-phone {
    width: clamp(122px, 40vw, 150px);
    height: auto;
    aspect-ratio: 150 / 299;
    justify-self: center;
  }

  .how-preview-label {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 128px;
    align-content: center;
    gap: 6px;
    padding: 14px 12px 24px;
    box-shadow: 5px 5px 0 var(--ink);
  }

  .how-preview-label strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .how-mobile-nav {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 12px;
    padding: 6px;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    background: #e9e5df;
  }

  .how-mobile-nav button {
    min-width: 0;
    min-height: 52px;
    display: grid;
    place-content: center;
    gap: 2px;
    padding: 6px 3px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    transition: background-color 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
  }

  .how-mobile-nav button span {
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
  }

  .how-mobile-nav button small {
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .how-mobile-nav button[aria-pressed="true"] {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--neon);
  }

  .how-mobile-nav button:active {
    transform: scale(.96);
  }

  .how-mobile-nav button:focus-visible {
    outline: 3px solid rgba(194, 65, 12, .42);
    outline-offset: 2px;
  }

  .step-stack {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 12px;
    padding: 0;
  }

  .step-stack article {
    display: none;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 1;
    transform: none;
  }

  .step-stack article.is-active {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .how-step-card,
  .step-stack article:nth-child(odd) .how-step-card,
  .step-stack article:nth-child(even) .how-step-card {
    width: 100%;
    min-height: 176px;
    margin: 0;
    padding: 22px 22px 24px;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .step-stack article.is-active .how-step-card,
  .step-stack article .how-step-card:hover,
  .step-stack article .how-step-card:focus-visible {
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .how-step-card h3 {
    max-width: calc(100% - 58px);
    font-size: 21px;
  }

  .how-step-card p {
    max-width: 100%;
    font-size: 14px;
  }

  .how-step-cue {
    top: 22px;
    bottom: auto;
  }

  .site-footer {
    padding-top: 42px;
  }

  .footer-layout {
    gap: 34px;
    padding-bottom: 42px;
  }

  .footer-meta {
    justify-items: start;
    gap: 14px;
    text-align: left;
  }

  .footer-wordmark {
    height: 132px;
  }

  .footer-wordmark span {
    font-size: 39vw;
    line-height: .72;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 40px;
  }

  .display-heading,
  .how-copy h2 {
    font-size: 36px;
  }

  .demo-panel {
    padding: 22px;
  }

  .sample-tabs button {
    font-size: 9px;
  }

}

@media (max-width: 360px) {
  h1 {
    font-size: 36px;
  }

  .sample-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sample-tabs button {
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 7px 3px;
    text-align: center;
  }

  .how-step-card,
  .step-stack article:nth-child(odd) .how-step-card,
  .step-stack article:nth-child(even) .how-step-card {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .benefits-section::before {
    width: 72%;
    opacity: .62;
  }

  .benefits-section::after {
    top: 56px;
    width: 58%;
  }

  .how-section::before {
    background: repeating-linear-gradient(0deg, rgba(17, 17, 17, .034) 0 1px, transparent 1px 56px);
  }

  .how-section::after,
  .dashboard-section::after {
    display: none;
  }

  .dashboard-section::before {
    background: repeating-linear-gradient(0deg, transparent 0 55px, rgba(184, 255, 77, .045) 55px 56px);
  }

  .privacy-section::before,
  .privacy-section::after {
    width: 74%;
  }

  .privacy-section::before {
    opacity: .72;
  }

  .final-cta::before {
    width: 100%;
    opacity: .72;
  }
}

/* Label-to-heading rhythm */
.section-heading.heading-row > div:first-child {
  display: grid;
  align-content: start;
  row-gap: clamp(18px, 1.4vw, 22px);
}

.bento-export > div:first-child {
  display: grid;
  align-content: start;
  row-gap: 14px;
}

/* Public proof: only product behavior that can be verified today. */
.proof-section {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  border-block: 1px solid var(--ink);
  background: var(--neon);
}

.proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(0deg, transparent 0 71px, rgba(17, 17, 17, .075) 71px 72px),
    linear-gradient(112deg, transparent 0 60%, rgba(255, 91, 26, .2) 60% 100%);
}

.proof-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  gap: 76px;
  align-items: center;
}

.proof-copy {
  display: grid;
  gap: 24px;
}

.proof-copy > h2 {
  max-width: 850px;
  font-size: 56px;
  line-height: 1.02;
}

.proof-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: #343a2b;
  font-size: 18px;
}

.proof-links {
  display: grid;
  margin-top: 8px;
  border-top: 1px solid var(--ink);
}

.proof-links a {
  min-height: 78px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 6px;
  border-bottom: 1px solid var(--ink);
  transition: padding 180ms ease-out, background-color 180ms ease-out;
}

.proof-links a:hover,
.proof-links a:focus-visible {
  padding-inline: 14px;
  background: rgba(255, 255, 255, .48);
}

.proof-links span {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
}

.proof-links strong {
  font-size: 16px;
  line-height: 1.35;
}

.proof-links small {
  color: #4f583e;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.proof-product {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(255, 255, 255, .045) 39px 40px),
    var(--ink);
  box-shadow: 14px 14px 0 var(--orange);
}

.proof-phone {
  width: min(68%, 292px);
  transform: rotate(2deg);
}

.proof-phone img {
  width: 100%;
  height: auto;
  display: block;
}

.proof-stamp {
  position: absolute;
  right: -24px;
  bottom: 42px;
  width: min(270px, 72%);
  display: grid;
  gap: 6px;
  padding: 17px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--surface);
  box-shadow: 8px 8px 0 var(--ink);
}

.proof-stamp span {
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-stamp strong {
  font-size: 15px;
  line-height: 1.35;
}

.mobile-conversion-bar {
  display: none;
}

.section-guide-link {
  width: max-content;
  max-width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 18px 0 24px auto;
  padding: 10px 13px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: var(--surface);
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 800;
  transition: background-color 180ms ease-out, color 180ms ease-out;
}

.section-guide-link:hover {
  background: var(--ink);
  color: var(--neon);
}

.how-guide-link {
  margin: 28px auto 0;
}

@media (max-width: 980px) {
  .proof-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .proof-product {
    min-height: 540px;
  }
}

@media (max-width: 720px) {
  .proof-section {
    padding: 76px 0 86px;
  }

  .proof-layout {
    gap: 42px;
  }

  .proof-copy {
    gap: 20px;
  }

  .proof-copy > h2 {
    font-size: 38px;
    line-height: 1.04;
  }

  .proof-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .proof-links a {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    padding-block: 16px;
  }

  .proof-links small {
    grid-column: 2;
    text-align: left;
  }

  .proof-product {
    min-height: 470px;
    margin-right: 8px;
    box-shadow: 8px 8px 0 var(--orange);
  }

  .proof-phone {
    width: min(70%, 250px);
  }

  .proof-stamp {
    right: 12px;
    bottom: 22px;
    width: min(244px, 76%);
  }

  .mobile-conversion-bar {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 760;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    background: rgba(12, 12, 12, .96);
    color: var(--surface);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
    transition: opacity 260ms ease-out, transform 360ms cubic-bezier(.22, 1, .36, 1);
  }

  .mobile-conversion-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-conversion-bar > span {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .mobile-conversion-bar img {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border: 1px solid #3b3b3b;
    border-radius: 6px;
  }

  .mobile-conversion-bar strong {
    max-width: 120px;
    font-size: 12px;
    line-height: 1.25;
  }

  .mobile-conversion-bar .button {
    min-height: 46px;
    flex: 0 0 auto;
    padding: 10px 14px;
    border-color: var(--neon);
    background: var(--neon);
    color: var(--ink);
    font-size: 12px;
  }

  .section-guide-link {
    width: 100%;
    justify-content: space-between;
    margin: 14px 0 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .landing-scroll-indicator,
  .landing-scroll-fill,
  .landing-scroll-thumb {
    transition: none !important;
  }

  .carousel-track {
    scroll-behavior: auto;
  }

  .benefit-grid article,
  .bento-card,
  .benefit-grid article.is-carousel-active,
  .bento-card.is-carousel-active {
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .marquee-track {
    width: auto;
    display: block;
    transform: none !important;
  }

  .marquee-group {
    flex-wrap: wrap;
    justify-content: center;
  }

  .marquee-group[aria-hidden="true"] {
    display: none;
  }

  .motion-ready .insight-chart i {
    transform: scaleX(var(--chart-scale));
  }

  .motion-ready .trust-flow > i {
    transform: none;
  }

  .loader-asset,
  .loader-scan-line,
  .loader-exit-bar {
    display: none;
  }

  .mobile-conversion-bar {
    transition: none !important;
  }
}
