:root {
  --ink: #15181c;
  --ink-soft: #434a53;
  --muted: #64748b;
  --paper: #f8fafc;
  --paper-deep: #e2e8f0;
  --surface: #ffffff;
  --line: rgba(21, 24, 28, 0.12);
  --green: #2563eb;
  --green-soft: #dbeafe;
  --coral: #e36d53;
  --gold: #d7a33f;
  --blue: #0f172a;
  --sky: #60a5fa;
  --shadow: 0 24px 80px rgba(15, 23, 42, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(96, 165, 250, 0.16), transparent 28%),
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 44%, #f8fafc 100%);
  color: var(--ink);
  font-family:
    "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header,
.site-footer,
.section,
.hero {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  background: rgba(248, 250, 252, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.nav-links {
  display: flex;
  gap: 22px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a,
.secondary-link,
.footer-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.secondary-link:hover,
.footer-links a:hover {
  color: var(--green);
}

.nav-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
}

.section-band {
  padding: 72px 0 92px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(52px, 8vw, 90px);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.18;
}

.hero-lede {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 21px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.store-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  gap: 13px;
  border-radius: 14px;
  background: var(--blue);
  color: #fff;
  padding: 10px 18px 10px 14px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.store-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.26);
}

.store-button small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

.store-button span:last-child {
  font-size: 19px;
  font-weight: 850;
  line-height: 1.08;
}

.store-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: var(--blue);
  font-size: 17px;
}

.secondary-link {
  color: var(--ink-soft);
  font-weight: 800;
}

.download-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 0;
}

.proof-points div {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.proof-points dt {
  font-weight: 850;
}

.proof-points dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.phone-stage {
  position: relative;
  min-height: 810px;
  perspective: 1500px;
}

.floating-note {
  position: absolute;
  z-index: 4;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.12);
  color: var(--blue);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 850;
}

.note-top {
  top: 76px;
  left: 20px;
}

.note-bottom {
  right: 8px;
  bottom: 104px;
}

.device-gallery {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.device-gallery::before {
  position: absolute;
  inset: 52px 14px 38px;
  z-index: -1;
  border-radius: 52px;
  background:
    linear-gradient(135deg, rgba(59, 111, 212, 0.12), rgba(96, 165, 250, 0.04)),
    radial-gradient(circle at 70% 18%, rgba(34, 197, 94, 0.12), transparent 30%);
  box-shadow: inset 0 0 0 1px rgba(59, 111, 212, 0.08);
  content: "";
}

.device-shell {
  position: absolute;
  aspect-ratio: 390 / 844;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 54px;
  background:
    linear-gradient(135deg, #2e3848 0%, #0b1020 22%, #293342 52%, #050712 100%);
  box-shadow:
    0 46px 100px rgba(15, 23, 42, 0.32),
    inset 0 0 0 2px rgba(255, 255, 255, 0.12),
    inset 0 0 0 10px #0b1020;
  overflow: visible;
  padding: 12px;
  transform-style: preserve-3d;
}

.device-shell::before {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50px;
  content: "";
  pointer-events: none;
}

.device-shell::after {
  position: absolute;
  right: 16px;
  top: 86px;
  bottom: 86px;
  width: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  content: "";
  pointer-events: none;
}

.device-button {
  position: absolute;
  z-index: -1;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #101827, #566276, #0b1020);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.14);
}

.volume-up {
  left: -4px;
  top: 138px;
  height: 58px;
}

.volume-down {
  left: -4px;
  top: 212px;
  height: 76px;
}

.power {
  right: -4px;
  top: 186px;
  height: 92px;
}

.dynamic-island {
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 5;
  width: 104px;
  height: 31px;
  border-radius: 999px;
  background: #060914;
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 2px 4px rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.dynamic-island::after {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1f3d69, #05070d 62%);
  content: "";
}

.device-dashboard {
  right: 0;
  top: 28px;
  z-index: 3;
  width: 338px;
  transform: rotateY(-13deg) rotateX(5deg) rotateZ(1deg);
}

.device-scan {
  left: 28px;
  top: 326px;
  z-index: 2;
  width: 246px;
  transform: rotateY(18deg) rotateX(6deg) rotateZ(-8deg) scale(0.94);
}

.device-charts {
  left: 74px;
  top: 62px;
  z-index: 1;
  width: 232px;
  transform: rotateY(20deg) rotateX(7deg) rotateZ(-7deg) scale(0.9);
}

.real-screen {
  position: relative;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 42px;
  background: #f0f4ff;
  padding: 58px 18px 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.52);
}

.real-screen::after {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 104px;
  height: 4px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.72);
  content: "";
  transform: translateX(-50%);
}

.status-row {
  position: absolute;
  left: 26px;
  right: 26px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f1729;
  font-size: 11px;
  font-weight: 800;
}

.status-row span:last-child {
  font-size: 9px;
  letter-spacing: 0.02em;
}

.app-header,
.chart-head,
.review-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  color: var(--blue);
}

.app-header strong,
.chart-head strong,
.review-head strong {
  display: block;
  font-size: 16px;
  line-height: 1.12;
}

.app-header span,
.review-head span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.summary-card,
.chart-summary {
  margin-top: 16px;
  border-radius: 20px;
  background: #3b6fd4;
  color: #fff;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(59, 111, 212, 0.24);
}

.summary-card > span,
.chart-summary span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 750;
}

.summary-card strong,
.chart-summary b {
  display: block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1;
}

.budget-meter,
.split-ratio {
  height: 6px;
  margin-top: 13px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.budget-meter i,
.split-ratio i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #fff;
}

.summary-card small,
.chart-summary small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 700;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 13px;
  text-align: center;
}

.mini-stats span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.mini-stats b {
  display: block;
  margin-top: 3px;
  font-size: 14px;
}

.action-row {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.action-row span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  border-radius: 14px;
  background: #fff;
  padding: 10px 12px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.action-row span:first-child {
  background: #3b6fd4;
  color: #fff;
  box-shadow: 0 14px 28px rgba(59, 111, 212, 0.26);
}

.action-row span:first-child small {
  color: rgba(255, 255, 255, 0.76);
}

.action-row span:nth-child(2) {
  border: 1.5px solid #22c55e;
}

.action-row i {
  display: grid;
  grid-row: span 2;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #3b6fd4;
  color: #fff;
  font-style: normal;
  font-size: 18px;
}

.action-row span:first-child i {
  background: rgba(255, 255, 255, 0.2);
}

.action-row span:nth-child(2) i {
  background: #22c55e;
}

.action-row span:nth-child(2) i::before {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 5px;
  content: "";
}

.action-row small {
  grid-column: 2;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.insight-card {
  margin-top: 12px;
  border-left: 3px solid #3b6fd4;
  border-radius: 12px;
  background: #eff6ff;
  padding: 10px 12px;
}

.insight-card b {
  display: block;
  color: var(--blue);
  font-size: 12px;
}

.insight-card p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}

.app-list {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.app-list article {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
  padding: 11px;
}

.app-list i {
  width: 4px;
  height: 34px;
  border-radius: 999px;
}

.bar-blue {
  background: #3b6fd4;
}

.bar-gold {
  background: #f59e0b;
}

.app-list span {
  flex: 1;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.app-list small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 10px;
}

.app-list b {
  color: var(--blue);
  font-size: 13px;
}

.tab-bar {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dde3f0;
  background: rgba(255, 255, 255, 0.9);
  padding: 9px 8px 11px;
}

.tab-bar span {
  justify-self: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #cbd5e1;
}

.tab-bar span:first-child {
  background: #3b6fd4;
}

.scan-review-screen {
  background: #f8fafc;
}

.review-head {
  align-items: center;
  border-bottom: 1px solid #dde3f0;
  margin: -2px -18px 14px;
  padding: 0 18px 12px;
}

.review-head i {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f5f9;
}

.review-head i::before,
.review-head i::after {
  position: absolute;
  left: 10px;
  top: 16px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #64748b;
  content: "";
}

.review-head i::after {
  transform: rotate(90deg);
}

.scan-review-screen {
  background: #f8fafc;
}

.receipt-card {
  margin-top: 12px;
  border: 1px solid #dde3f0;
  border-radius: 14px;
  background: #fff;
  padding: 12px;
}

.receipt-card.selected {
  border-color: #3b6fd4;
  box-shadow: 0 12px 24px rgba(59, 111, 212, 0.12);
}

.receipt-card.compact {
  padding-block: 10px;
}

.receipt-card b,
.receipt-card span {
  display: block;
}

.receipt-card b {
  color: var(--blue);
  font-size: 13px;
}

.receipt-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
}

.split-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 10px;
}

.split-toggle i {
  border-radius: 8px;
  background: #eff6ff;
  color: #3b6fd4;
  padding: 6px;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
  text-align: center;
}

.split-ratio i {
  background: #3b6fd4;
}

.scan-review-screen button {
  width: 100%;
  margin-top: 14px;
  border: 0;
  border-radius: 14px;
  background: #3b6fd4;
  color: #fff;
  padding: 14px 10px;
  font-weight: 850;
}

.chart-screen {
  background: #f0f4ff;
}

.chart-filters {
  display: flex;
  gap: 6px;
  margin-top: 12px;
  overflow: hidden;
}

.chart-filters span {
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 850;
}

.chart-filters span:first-child {
  background: #3b6fd4;
  color: #fff;
}

.chart-summary b {
  font-size: 30px;
}

.category-bars {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.category-bars p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.category-bars i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b6fd4, #60a5fa);
}

.category-bars b {
  color: var(--muted);
  font-size: 10px;
}

.trend-card {
  margin-top: 14px;
  border-radius: 16px;
  background: #fff;
  padding: 12px;
}

.trend-card b {
  display: block;
  color: var(--blue);
  font-size: 12px;
}

.trend-card div {
  display: grid;
  height: 86px;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 8px;
  margin-top: 10px;
}

.trend-card i {
  min-height: 22px;
  border-radius: 999px 999px 8px 8px;
  background: linear-gradient(180deg, #60a5fa, #3b6fd4);
}

.phone {
  border: 12px solid #1d2125;
  border-radius: 46px;
  background: #1d2125;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone-main {
  position: relative;
  z-index: 2;
  width: min(390px, 100%);
  margin-left: auto;
}

.phone-secondary {
  position: absolute;
  right: 282px;
  bottom: 26px;
  width: 210px;
  height: 360px;
  transform: rotate(-7deg);
  opacity: 0.96;
}

.phone-speaker {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  width: 88px;
  height: 25px;
  border-radius: 0 0 16px 16px;
  background: #1d2125;
  transform: translateX(-50%);
}

.app-screen {
  min-height: 640px;
  border-radius: 34px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f2ff 100%);
  padding: 54px 22px 24px;
}

.screen-top,
.balance-card,
.transaction-list article,
.pricing-header,
.privacy-section,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.muted-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.screen-top h2 {
  margin: 4px 0 0;
  font-size: 46px;
}

.pill {
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 850;
}

.positive {
  background: var(--green-soft);
  color: var(--green);
}

.balance-card {
  margin-top: 24px;
  border: 1px solid rgba(24, 112, 93, 0.2);
  border-radius: 24px;
  background: #fff;
  padding: 18px;
}

.balance-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.balance-card strong {
  display: block;
  font-size: 28px;
}

.balance-card button {
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  padding: 10px 13px;
  font-weight: 850;
}

.chart-row {
  display: grid;
  height: 140px;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 10px;
  margin-top: 24px;
  border-radius: 24px;
  background: #fff;
  padding: 22px 18px;
}

.chart-row span {
  min-height: 28px;
  border-radius: 999px 999px 10px 10px;
  background: var(--green);
}

.chart-row span:nth-child(2) {
  background: var(--gold);
}

.chart-row span:nth-child(3) {
  background: var(--coral);
}

.chart-row span:nth-child(4) {
  background: var(--sky);
}

.transaction-list {
  display: grid;
  gap: 11px;
  margin-top: 20px;
}

.transaction-list article {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 14px;
}

.transaction-list strong {
  display: block;
}

.transaction-list small {
  color: var(--muted);
}

.category-dot {
  width: 12px;
  height: 38px;
  flex: 0 0 12px;
  border-radius: 999px;
}

.groceries {
  background: var(--green);
}

.rent {
  background: var(--coral);
}

.coffee {
  background: var(--gold);
}

.scan-card {
  height: 100%;
  border-radius: 34px;
  background: #fdfbf7;
  padding: 84px 18px 22px;
}

.scan-line {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 0 28px rgba(227, 109, 83, 0.6);
}

.scan-card h3 {
  margin-top: 76px;
  font-size: 24px;
}

.scan-card p {
  color: var(--muted);
  font-weight: 750;
}

.receipt-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.receipt-lines span {
  height: 14px;
  border-radius: 999px;
  background: var(--paper-deep);
}

.receipt-lines span:nth-child(2) {
  width: 78%;
}

.receipt-lines span:nth-child(3) {
  width: 52%;
}

.section {
  padding: 88px 0;
}

.split,
.workflow,
.pro-section {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 58px;
}

.feature-grid,
.feature-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.feature-tile,
.steps article,
.workflow-panels article,
.pricing-panel,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 24px;
}

.feature-tile {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(239, 246, 255, 0.58)),
    rgba(255, 255, 255, 0.62);
}

.tile-visual {
  display: grid;
  min-height: 176px;
  margin-bottom: 18px;
  border: 1px solid rgba(59, 111, 212, 0.12);
  border-radius: 18px;
  background: #eef6ff;
  overflow: hidden;
}

.tile-split {
  gap: 10px;
  padding: 14px;
  background: linear-gradient(160deg, #f8fbff, #e9f4ff);
}

.mini-app-head,
.split-balance-card,
.shared-rows p {
  border: 1px solid rgba(59, 111, 212, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.mini-app-head {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
}

.mini-app-head b {
  color: var(--blue);
}

.split-balance-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 12px;
  padding: 13px;
}

.split-balance-card span,
.shared-rows small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.shared-rows small {
  display: block;
  margin-top: 2px;
}

.split-balance-card strong {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
}

.split-balance-card button {
  grid-row: 1 / 3;
  grid-column: 2;
  border: 0;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  padding: 10px 13px;
  font-weight: 850;
}

.shared-rows {
  display: grid;
  gap: 8px;
}

.shared-rows p {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 10px 12px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.shared-rows p span {
  display: grid;
  gap: 2px;
}

.shared-rows i {
  width: 8px;
  height: 32px;
  border-radius: 999px;
}

.bar-blue {
  background: #3b82f6;
}

.bar-gold {
  background: #c9a94d;
}

.tile-receipt {
  position: relative;
  align-content: end;
  padding: 14px;
  background:
    radial-gradient(circle at 74% 22%, rgba(59, 111, 212, 0.18), transparent 30%),
    #edf6ff;
}

.receipt-paper {
  position: relative;
  display: grid;
  gap: 9px;
  width: 86%;
  margin: 0 auto;
  border: 1px solid rgba(59, 111, 212, 0.14);
  border-radius: 18px;
  background: #fff;
  padding: 18px 16px;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.12);
  transform: rotate(-3deg);
}

.receipt-paper strong {
  color: var(--blue);
  font-size: 15px;
}

.receipt-paper p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-radius: 11px;
  background: #eff6ff;
  padding: 9px 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.receipt-scan-line {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 52px;
  height: 2px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.56);
}

.scan-pill,
.scan-confirm {
  justify-self: start;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--green);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 850;
}

.scan-confirm {
  justify-self: center;
  margin-top: 0;
  background: var(--green);
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.tile-chart {
  align-content: start;
  gap: 10px;
  padding: 14px;
  background: #f8fafc;
}

.chart-mini-head {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  background: var(--green);
  color: #fff;
  padding: 13px;
}

.chart-mini-head span {
  font-size: 12px;
  font-weight: 850;
}

.chart-mini-head b {
  font-size: 20px;
}

.chart-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.chart-tabs span {
  border-radius: 999px;
  background: #e0f2fe;
  color: var(--green);
  padding: 7px;
  font-size: 11px;
  font-weight: 850;
  text-align: center;
}

.chart-list {
  display: grid;
  gap: 8px;
}

.chart-list p {
  display: grid;
  grid-template-columns: 70px 1fr 42px;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
}

.chart-list i {
  height: 9px;
  border-radius: 999px;
  background: #3b82f6;
}

.tile-private {
  place-items: center;
  gap: 6px;
  background:
    radial-gradient(circle at center, rgba(59, 111, 212, 0.16), transparent 34%),
    #f8fafc;
}

.face-id-frame {
  position: relative;
  width: 106px;
  height: 106px;
}

.face-id-frame i {
  position: absolute;
  width: 24px;
  height: 24px;
  border-color: var(--green);
  border-style: solid;
}

.face-id-frame i:nth-child(1) {
  left: 0;
  top: 0;
  border-width: 4px 0 0 4px;
  border-radius: 14px 0 0;
}

.face-id-frame i:nth-child(2) {
  right: 0;
  top: 0;
  border-width: 4px 4px 0 0;
  border-radius: 0 14px 0 0;
}

.face-id-frame i:nth-child(3) {
  left: 0;
  bottom: 0;
  border-width: 0 0 4px 4px;
  border-radius: 0 0 0 14px;
}

.face-id-frame i:nth-child(4) {
  right: 0;
  bottom: 0;
  border-width: 0 4px 4px 0;
  border-radius: 0 0 14px;
}

.face-id-frame span {
  position: absolute;
  inset: 23px;
  border: 7px solid #3b6fd4;
  border-radius: 22px;
  box-shadow: inset 0 0 0 12px #dbeafe;
}

.face-id-frame span::before,
.face-id-frame span::after {
  position: absolute;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.face-id-frame span::before {
  left: 15px;
}

.face-id-frame span::after {
  right: 15px;
}

.tile-private b {
  color: var(--blue);
  font-size: 17px;
}

.tile-private small {
  color: var(--muted);
  font-weight: 800;
}

.feature-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--green);
  font-size: 18px;
  font-weight: 900;
}

.feature-grid p,
.workflow-copy p,
.steps p,
.pro-copy p,
.privacy-copy p,
.faq-list p {
  color: var(--ink-soft);
}

.workflow {
  border-block: 1px solid var(--line);
}

.workflow-showcase {
  position: relative;
  align-items: stretch;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(219, 234, 254, 0.96), rgba(248, 250, 252, 0.88)),
    #eff6ff;
  padding: 64px 44px;
  box-shadow: inset 0 0 0 1px rgba(59, 111, 212, 0.1);
}

.workflow-showcase::after {
  position: absolute;
  right: -160px;
  top: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(59, 111, 212, 0.12);
  border-radius: 50%;
  content: "";
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.workflow-panels {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-template-areas:
    "add split"
    "add settle";
  gap: 16px;
}

.workflow-panel {
  min-height: auto;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.workflow-panel:nth-child(1) {
  grid-area: add;
}

.workflow-panel:nth-child(2) {
  grid-area: split;
}

.workflow-panel:nth-child(3) {
  grid-area: settle;
}

.workflow-panel-large {
  display: grid;
  align-content: start;
}

.workflow-panel-large .workflow-visual {
  min-height: 338px;
}

.workflow-panel:not(.workflow-panel-large) .workflow-visual {
  min-height: 220px;
}

.workflow-panel > span,
.steps > article > span {
  display: block;
  margin-bottom: 22px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.workflow-card {
  min-height: 360px;
}

.workflow-visual {
  min-height: 178px;
  margin-bottom: 22px;
  border: 1px solid #dde3f0;
  border-radius: 8px;
  background: #f8fafc;
  padding: 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.62);
}

.workflow-panel .workflow-visual {
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.82)),
    #fff;
}

.workflow-visual strong {
  display: block;
  color: var(--blue);
  font-size: 15px;
  line-height: 1.15;
}

.modal-handle {
  width: 38px;
  height: 4px;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #cbd5e1;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.field-row span,
.split-preview span {
  display: block;
  border: 1px solid #dde3f0;
  border-radius: 10px;
  background: #fff;
  color: var(--blue);
  padding: 9px 10px;
  font-size: 12px;
  font-weight: 800;
}

.field-row small,
.split-preview small,
.settle-balance small {
  display: block;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.switch-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-radius: 12px;
  background: #fff;
  padding: 12px;
}

.switch-row b {
  width: 92px;
  height: 10px;
  border-radius: 999px;
  background: #cbd5e1;
}

.switch-row i {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #3b6fd4;
}

.switch-row i::after {
  display: block;
  width: 18px;
  height: 18px;
  margin: 3px 3px 3px auto;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.split-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.split-pills span {
  margin: 0;
  border: 1.5px solid #dde3f0;
  border-radius: 10px;
  background: #fff;
  color: var(--muted);
  padding: 8px;
  font-size: 12px;
  text-align: center;
}

.split-pills span:first-child {
  border-color: #0ea5e9;
  background: #0ea5e9;
  color: #fff;
}

.split-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.settle-visual {
  background: #fff;
}

.settle-balance {
  margin-top: 12px;
  border-top: 4px solid #f97316;
  border-radius: 14px;
  background: #fff7ed;
  padding: 14px;
}

.settle-balance b {
  display: block;
  color: #f97316;
  font-size: 30px;
  line-height: 1;
}

.settle-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.settle-row b {
  color: var(--blue);
}

.settle-visual button {
  width: 100%;
  margin-top: 14px;
  border: 0;
  border-radius: 12px;
  background: #f97316;
  color: #fff;
  padding: 12px;
  font-weight: 850;
}

.pricing-panel {
  background: #fff;
  box-shadow: 0 18px 46px rgba(45, 39, 29, 0.1);
}

.pro-visual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 18px;
  align-items: stretch;
}

.pro-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(59, 111, 212, 0.92), rgba(15, 23, 42, 0.98)),
    #0f172a;
  color: #fff;
  padding: 28px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.pro-card::after {
  position: absolute;
  right: -42px;
  bottom: -64px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.pro-badge {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 8px 11px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 850;
}

.pro-card strong {
  display: block;
  margin-top: 50px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.95;
}

.unlock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.unlock-grid span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px;
  font-size: 13px;
  font-weight: 800;
}

.plan-stack {
  display: grid;
  gap: 12px;
}

.plan-stack span {
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--blue);
  padding: 20px 16px;
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.plan-stack .featured {
  background: #dbeafe;
  color: #2563eb;
  transform: translateX(-16px);
}

.pro-redesign {
  position: relative;
  align-items: center;
  gap: 44px;
}

.pro-board {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
  gap: 16px;
  align-items: stretch;
}

.pro-paywall-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(59, 111, 212, 0.96), rgba(15, 23, 42, 0.98)),
    #0f172a;
  color: #fff;
  padding: 30px;
  box-shadow: 0 30px 78px rgba(15, 23, 42, 0.2);
}

.pro-paywall-card::before {
  position: absolute;
  right: -76px;
  top: 44px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
}

.pro-paywall-card strong {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 420px;
  margin-top: 54px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 0.98;
}

.pro-mock-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.pro-mock-row span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 13px;
  font-size: 22px;
  font-weight: 900;
}

.pro-mock-row small {
  display: block;
  margin-bottom: 5px;
  color: #bfdbfe;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.pro-paywall-card a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 26px;
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 900;
}

.pro-benefits {
  display: grid;
  gap: 12px;
}

.pro-benefits article {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.68)),
    #fff;
  padding: 18px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.pro-benefits span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.pro-benefits b {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.1;
}

.pro-benefits p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.pricing-header {
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}

.pricing-header span {
  color: var(--muted);
  font-weight: 800;
}

.pricing-header strong {
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--green);
  padding: 8px 12px;
  font-size: 13px;
}

.pricing-panel ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pricing-panel li {
  position: relative;
  padding-left: 30px;
}

.pricing-panel li::before {
  content: "OK";
  position: absolute;
  left: 0;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.privacy-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: flex-start;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--blue);
  padding: 46px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.privacy-section .eyebrow {
  color: var(--green);
}

.privacy-section h2 {
  max-width: 700px;
}

.privacy-copy {
  max-width: none;
}

.privacy-copy p {
  color: var(--ink-soft);
}

.privacy-copy a {
  color: var(--green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.privacy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.privacy-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}

.privacy-grid span {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
}

.privacy-grid b {
  display: block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.15;
}

.privacy-grid p {
  margin: 8px 0 0;
  font-size: 13px;
}

.privacy-grid a {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 4px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid var(--line);
}

.contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(59, 111, 212, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(219, 234, 254, 0.68)),
    #fff;
  padding: 34px;
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.09);
}

.contact-panel::after {
  position: absolute;
  right: -80px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(59, 111, 212, 0.08);
  content: "";
}

.contact-panel > a {
  color: var(--green);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: 0;
}

.contact-panel p {
  max-width: 560px;
  color: var(--ink-soft);
}

.contact-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-panel span {
  border: 1px solid rgba(59, 111, 212, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 850;
}

.faq-section h2 {
  max-width: 640px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 850;
}

.faq-list p {
  margin: 14px 0 0;
  max-width: 740px;
}

.download-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
}

.download-cta h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.download-cta .store-button {
  flex: 0 0 auto;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.legal-page h1 {
  max-width: 820px;
  font-size: clamp(46px, 7vw, 82px);
}

.legal-copy,
.support-panel {
  max-width: 800px;
  margin-top: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  padding: 34px;
}

.legal-copy h2,
.support-panel h2 {
  margin-top: 34px;
  font-size: 24px;
}

.legal-copy h2:first-child,
.support-panel h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.support-panel p {
  color: var(--ink-soft);
}

.legal-copy a,
.support-panel a {
  color: var(--green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Real app artifact overrides.
   These containers previously used hand-built mock UI. The landing page now
   uses captured app screens as the visual source of truth, while keeping the
   surrounding device and layout composition. */
.dashboard-screen,
.scan-review-screen,
.chart-screen {
  padding: 0;
  background-color: #eef2ff;
  background-position: center 44px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.dashboard-screen {
  background-image: url("./screens/dashboard.png");
}

.scan-review-screen {
  background-image: url("./screens/scan-receipt.png");
}

.chart-screen {
  background-image: url("./screens/charts.png");
}

.dashboard-screen > *,
.scan-review-screen > *,
.chart-screen > * {
  display: none;
}

.dashboard-screen::after,
.scan-review-screen::after,
.chart-screen::after {
  display: none;
}

.tile-split,
.tile-receipt,
.tile-chart,
.tile-private,
.add-expense-visual,
.split-visual,
.settle-visual,
.pro-paywall-card {
  position: relative;
  background-position: top center;
  background-size: cover;
}

.tile-split {
  background-image: url("./screens/settlement.png");
}

.tile-receipt {
  background-image: url("./screens/scan-receipt.png");
}

.tile-chart {
  background-image: url("./screens/charts.png");
}

.tile-private {
  background-image: url("./screens/settings.png");
}

.add-expense-visual {
  background-image: url("./screens/add-expense.png");
}

.split-visual {
  background-image: url("./screens/transactions.png");
}

.settle-visual {
  background-image: url("./screens/settlement.png");
}

.pro-paywall-card {
  min-height: 520px;
  background-image: url("./screens/paywall.png");
  background-color: #f8fafc;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tile-split > *,
.tile-receipt > *,
.tile-chart > *,
.tile-private > *,
.add-expense-visual > *,
.split-visual > *,
.settle-visual > *,
.pro-paywall-card > * {
  display: none !important;
}

.tile-visual {
  min-height: 226px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.64),
    0 18px 40px rgba(15, 23, 42, 0.08);
}

.feature-tile {
  min-height: 410px;
}

.workflow-panel-large .workflow-visual {
  min-height: 520px;
}

.workflow-panel:not(.workflow-panel-large) .workflow-visual {
  min-height: 300px;
}

.workflow-visual {
  overflow: hidden;
  background-size: cover;
}

.workflow-panel .add-expense-visual {
  background-image: url("./screens/add-expense.png");
  background-position: top center;
  background-size: cover;
}

.workflow-panel .split-visual {
  background-image: url("./screens/transactions.png");
  background-position: top center;
  background-size: cover;
}

.workflow-panel .settle-visual {
  background-image: url("./screens/settlement.png");
  background-position: top center;
  background-size: cover;
}

.workflow-settlement-shot,
.settle-visual {
  background-position: top center;
}

.pro-board .pro-paywall-card {
  background-image: url("./screens/paywall.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 900px) {
  .site-header,
  .site-footer,
  .section,
  .hero {
    width: min(100% - 28px, 720px);
  }

  .nav-links {
    display: none;
  }

  .hero,
  .split,
  .workflow,
  .pro-section,
  .contact-section,
  .download-cta,
  .privacy-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 34px;
    padding-top: 42px;
  }

  .download-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .phone-stage {
    min-height: 780px;
  }

  .device-dashboard {
    right: 50%;
    top: 10px;
    width: min(340px, 90vw);
    transform: translateX(50%) rotateY(-8deg) rotateX(3deg);
  }

  .device-scan {
    left: 4%;
    top: 380px;
    width: 220px;
  }

  .device-charts {
    right: 4%;
    bottom: 0;
    left: auto;
    top: auto;
    width: 210px;
  }

  .floating-note {
    display: none;
  }

  .proof-points,
  .feature-grid,
  .feature-showcase,
  .steps,
  .workflow-panels {
    grid-template-columns: 1fr;
  }

  .workflow-panels {
    grid-template-areas: none;
  }

  .workflow-panel:nth-child(1),
  .workflow-panel:nth-child(2),
  .workflow-panel:nth-child(3) {
    grid-area: auto;
  }

  .workflow-showcase {
    padding: 42px 22px;
  }

  .pro-visual,
  .pro-board,
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .plan-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .plan-stack .featured {
    transform: none;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .section-band {
    padding-bottom: 56px;
  }

  .section {
    padding: 60px 0;
  }

  h1 {
    font-size: clamp(42px, 14vw, 54px);
  }

  h2 {
    font-size: 34px;
  }

  .hero-lede {
    font-size: 18px;
  }

  .nav-cta {
    display: none;
  }

  .store-button {
    width: 100%;
    justify-content: center;
  }

  .phone-stage {
    min-height: 760px;
  }

  .device-gallery::before {
    inset: 36px 0;
  }

  .device-dashboard {
    width: min(320px, 92vw);
  }

  .device-scan,
  .device-charts {
    display: none;
  }

  .real-screen {
    min-height: 0;
    padding-inline: 16px;
  }

  .screen-top h2 {
    font-size: 38px;
  }

  .privacy-section {
    padding: 30px;
  }

  .pro-visual {
    grid-template-columns: 1fr;
  }

  .unlock-grid,
  .plan-stack,
  .pro-mock-row {
    grid-template-columns: 1fr;
  }

  .feature-tile {
    min-height: 0;
  }

  .contact-panel {
    padding: 26px;
  }
}

/* Holistic polish pass */
body {
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "Space Grotesk", "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.site-header {
  width: min(1160px, calc(100% - 56px));
  margin-top: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 24px;
  padding: 12px 16px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.nav-links a,
.nav-cta,
.store-button,
.feature-tile,
.workflow-panel,
.pro-benefits article,
.privacy-grid article,
.faq-list details,
.contact-panel {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease,
    color 180ms ease;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 999px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-links a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta:hover,
.store-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.24);
}

.store-icon {
  overflow: hidden;
  background: transparent;
  color: transparent;
}

.store-icon img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.hero {
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 54px;
}

.hero::before {
  position: fixed;
  inset: auto auto 8% -12%;
  z-index: -1;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 111, 212, 0.12), transparent 68%);
  content: "";
  pointer-events: none;
}

.phone-stage.device-gallery {
  min-height: 660px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 24% 22%, rgba(34, 197, 94, 0.16), transparent 23%),
    radial-gradient(circle at 80% 18%, rgba(59, 111, 212, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.46), rgba(219, 234, 254, 0.64));
  box-shadow:
    inset 0 0 0 1px rgba(59, 111, 212, 0.12),
    0 34px 100px rgba(15, 23, 42, 0.13);
  overflow: hidden;
}

.device-gallery::before {
  inset: 40px;
  border: 1px solid rgba(59, 111, 212, 0.14);
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  animation: flowRing 8s ease-in-out infinite;
}

.device-gallery::after {
  position: absolute;
  inset: 78px 74px;
  z-index: -1;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(59, 111, 212, 0.32) 18% 20%, transparent 20% 100%),
    linear-gradient(180deg, transparent 0 58%, rgba(34, 197, 94, 0.22) 58% 60%, transparent 60% 100%);
  content: "";
  opacity: 0.8;
  transform: rotate(-12deg);
}

.device-dashboard {
  right: 54px;
  top: 38px;
  width: 286px;
  transform: rotateY(-11deg) rotateX(3deg) rotateZ(1deg);
  animation: heroPhoneFloat 7s ease-in-out infinite;
}

.device-scan,
.device-charts {
  aspect-ratio: auto;
  border: 1px solid rgba(59, 111, 212, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.82)),
    #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
  padding: 18px;
  transform-style: flat;
}

.device-scan::before,
.device-charts::before {
  position: static;
  inset: auto;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--blue);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  pointer-events: auto;
  transform: none;
}

.device-scan::after,
.device-charts::after {
  position: static;
  inset: auto;
  display: block;
  width: auto;
  height: auto;
  margin-top: 9px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  pointer-events: auto;
  transform: none;
}

.device-scan {
  left: 48px;
  top: 344px;
  z-index: 4;
  width: 234px;
  transform: rotate(-4deg);
  animation: cardDriftA 6.5s ease-in-out infinite;
}

.device-scan::before {
  content: "Receipt scanned";
}

.device-scan::after {
  content: "Camera to clean line items in seconds.";
}

.device-charts {
  left: 64px;
  top: 106px;
  z-index: 2;
  width: 236px;
  transform: rotate(4deg);
  animation: cardDriftB 7.5s ease-in-out infinite;
}

.device-charts::before {
  content: "Month in focus";
}

.device-charts::after {
  content: "Charts, shared balance, and settlement cues.";
}

.device-scan > *,
.device-charts > * {
  display: none !important;
}

.device-scan .dynamic-island,
.device-charts .dynamic-island,
.device-scan .device-button,
.device-charts .device-button {
  display: none !important;
}

.real-screen {
  border-radius: 40px;
}

.dashboard-screen {
  background-position: top center;
  background-size: 100% auto;
}

.feature-showcase {
  gap: 22px;
}

.feature-tile {
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 54px rgba(15, 23, 42, 0.08);
}

.feature-tile:hover,
.workflow-panel:hover,
.pro-benefits article:hover,
.privacy-grid article:hover,
.faq-list details:hover,
.contact-panel:hover {
  transform: translateY(-4px);
  border-color: rgba(59, 111, 212, 0.24);
  box-shadow: 0 26px 74px rgba(15, 23, 42, 0.12);
}

.tile-visual {
  min-height: 214px;
  border-radius: 24px;
  background-size: cover;
}

.feature-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #dbeafe;
}

.feature-icon::before,
.feature-icon::after {
  position: absolute;
  content: "";
}

.feature-icon-split::before {
  inset: 12px 11px;
  border: 3px solid var(--green);
  border-radius: 50%;
}

.feature-icon-split::after {
  left: 12px;
  right: 12px;
  top: 21px;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
}

.feature-icon-scan::before {
  inset: 10px 12px;
  border: 3px solid var(--green);
  border-radius: 5px;
}

.feature-icon-scan::after {
  left: 15px;
  right: 15px;
  bottom: 11px;
  height: 3px;
  border-radius: 999px;
  background: var(--green);
}

.feature-icon-chart::before {
  left: 12px;
  right: 12px;
  bottom: 12px;
  height: 18px;
  background:
    linear-gradient(to top, var(--green) 0 65%, transparent 65%),
    linear-gradient(to top, var(--green) 0 100%, transparent 100%),
    linear-gradient(to top, var(--green) 0 42%, transparent 42%);
  background-position: left bottom, center bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 5px 100%, 5px 100%, 5px 100%;
}

.feature-icon-lock::before {
  left: 14px;
  top: 10px;
  width: 16px;
  height: 14px;
  border: 3px solid var(--green);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}

.feature-icon-lock::after {
  left: 12px;
  right: 12px;
  bottom: 11px;
  height: 18px;
  border-radius: 6px;
  background: var(--green);
}

.workflow-showcase {
  grid-template-columns: 0.66fr 1.34fr;
  padding: 54px 42px;
}

.workflow-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: none;
  align-items: stretch;
}

.workflow-panel:nth-child(1),
.workflow-panel:nth-child(2),
.workflow-panel:nth-child(3) {
  grid-area: auto;
}

.workflow-card,
.workflow-panel {
  min-height: 0;
  border-radius: 26px;
  padding: 24px;
}

.workflow-panel-large .workflow-visual,
.workflow-panel:not(.workflow-panel-large) .workflow-visual {
  min-height: 240px;
}

.workflow-panel .workflow-visual {
  border-radius: 22px;
  background-size: cover;
}

.pro-redesign {
  grid-template-columns: 0.72fr 1.28fr;
}

.pro-board {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.82fr);
  gap: 18px;
}

.pro-paywall-card {
  min-height: 420px;
  background:
    radial-gradient(circle at 80% 20%, rgba(96, 165, 250, 0.26), transparent 34%),
    linear-gradient(135deg, #3b6fd4, #0f172a 78%);
  padding: 32px;
}

.pro-paywall-card > * {
  display: initial !important;
}

.pro-paywall-card .pro-badge,
.pro-paywall-card strong,
.pro-paywall-card .pro-mock-row,
.pro-paywall-card a {
  display: inline-flex !important;
}

.pro-paywall-card strong {
  display: block !important;
  max-width: 420px;
}

.pro-paywall-card .pro-mock-row {
  display: grid !important;
}

.pro-paywall-card::before {
  border-width: 1px;
}

.pro-benefits article {
  border-radius: 24px;
  padding: 22px;
}

#pro .pro-board .pro-paywall-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 82% 18%, rgba(125, 211, 252, 0.34), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(34, 197, 94, 0.18), transparent 28%),
    linear-gradient(135deg, #3b6fd4 0%, #1d3f8f 46%, #0f172a 100%) !important;
  background-image:
    radial-gradient(circle at 82% 18%, rgba(125, 211, 252, 0.34), transparent 30%),
    radial-gradient(circle at 10% 92%, rgba(34, 197, 94, 0.18), transparent 28%),
    linear-gradient(135deg, #3b6fd4 0%, #1d3f8f 46%, #0f172a 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

#pro .pro-paywall-card .pro-badge {
  width: fit-content;
  background: rgba(255, 255, 255, 0.16);
  color: #dbeafe;
}

#pro .pro-paywall-card strong {
  color: #fff;
  text-shadow: 0 1px 0 rgba(15, 23, 42, 0.2);
}

#pro .pro-paywall-card .pro-mock-row span {
  backdrop-filter: blur(18px);
  color: #fff;
}

#pro .pro-paywall-card a {
  width: fit-content;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.privacy-section {
  border-radius: 28px;
}

.faq-list details {
  border-radius: 18px;
}

@keyframes heroPhoneFloat {
  0%,
  100% {
    transform: rotateY(-11deg) rotateX(3deg) rotateZ(1deg) translateY(0);
  }
  50% {
    transform: rotateY(-10deg) rotateX(4deg) rotateZ(1deg) translateY(-10px);
  }
}

@keyframes cardDriftA {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0);
  }
  50% {
    transform: rotate(-2deg) translateY(-12px);
  }
}

@keyframes cardDriftB {
  0%,
  100% {
    transform: rotate(4deg) translateY(0);
  }
  50% {
    transform: rotate(2deg) translateY(10px);
  }
}

@keyframes flowRing {
  0%,
  100% {
    transform: scale(1) rotate(0);
    opacity: 0.62;
  }
  50% {
    transform: scale(1.04) rotate(8deg);
    opacity: 1;
  }
}

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

@media (max-width: 900px) {
  .site-header,
  .site-footer,
  .section,
  .hero {
    width: min(100% - 28px, 720px);
  }

  .site-header {
    margin-top: 10px;
  }

  .hero,
  .workflow-showcase,
  .pro-redesign {
    grid-template-columns: 1fr;
  }

  .phone-stage.device-gallery {
    min-height: 620px;
  }

  .device-dashboard {
    right: 50%;
    top: 42px;
    width: min(330px, 86vw);
    animation: none;
    transform: translateX(50%) rotateY(-7deg) rotateX(2deg);
  }

  .device-scan {
    left: 28px;
    top: 420px;
    width: 220px;
  }

  .device-charts {
    left: auto;
    right: 28px;
    top: 420px;
    width: 220px;
  }

  .workflow-panels,
  .pro-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    border-radius: 18px;
  }

  .phone-stage.device-gallery {
    min-height: 560px;
  }

  .device-dashboard {
    top: 34px;
    width: min(318px, 88vw);
    transform: translateX(50%) rotateY(-6deg) rotateX(2deg);
  }

  .device-scan,
  .device-charts {
    display: block;
    width: calc(50% - 24px);
    padding: 14px;
  }

  .device-scan {
    left: 18px;
    top: 420px;
  }

  .device-charts {
    right: 18px;
    top: 420px;
  }

  .device-scan::before,
  .device-charts::before {
    font-size: 12px;
  }

  .device-scan::after,
  .device-charts::after {
    display: none;
  }

  .workflow-panel-large .workflow-visual,
  .workflow-panel:not(.workflow-panel-large) .workflow-visual {
    min-height: 220px;
  }
}

/* Remotion-generated landing loops */
.hero-animation-stage {
  display: grid;
  min-height: 660px;
  place-items: center;
}

.hero-animation-stage > .device-shell {
  display: none !important;
}

.hero-loop {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 44px;
  object-fit: contain;
}

.tile-visual,
.workflow-visual,
.pro-loop {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(34, 197, 94, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(219, 234, 254, 0.58));
}

.tile-visual > .artifact-video,
.workflow-visual > .artifact-video,
.pro-loop > .artifact-video {
  display: block !important;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.tile-visual {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.feature-tile {
  min-height: auto;
}

.feature-tile:hover .artifact-video,
.workflow-panel:hover .artifact-video,
.pro-benefits article:hover .artifact-video {
  transform: scale(1.018);
}

.artifact-video {
  transition: transform 420ms ease;
}

.workflow-panel-large .workflow-visual,
.workflow-panel:not(.workflow-panel-large) .workflow-visual {
  aspect-ratio: 3 / 2;
  min-height: 0;
}

.pro-redesign .pro-board {
  grid-template-columns: 1fr;
}

.pro-redesign .pro-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pro-redesign .pro-benefits article {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.pro-loop {
  aspect-ratio: 3 / 2;
  margin: -4px -4px 18px;
  border: 1px solid rgba(59, 111, 212, 0.12);
  border-radius: 20px;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 20px 48px rgba(15, 23, 42, 0.1);
}

@media (max-width: 900px) {
  .pro-redesign .pro-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero-animation-stage {
    min-height: 520px;
  }
}

/* Give the generated demos enough room to read as product UI. */
.tile-split,
.tile-receipt,
.tile-chart,
.tile-private,
.add-expense-visual,
.split-visual,
.settle-visual {
  display: block;
  padding: 0;
}

.workflow-showcase,
.pro-redesign {
  grid-template-columns: 1fr;
  gap: 34px;
}

.workflow-copy,
.pro-copy {
  max-width: 720px;
}

.workflow-panels,
.pro-redesign .pro-benefits {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workflow-card,
.workflow-panel,
.pro-benefits article {
  min-height: auto;
}

.workflow-visual {
  padding: 0;
}

@media (max-width: 900px) {
  .workflow-panels,
  .pro-redesign .pro-benefits {
    grid-template-columns: 1fr;
  }
}
