:root {
  color-scheme: light;
  --bg: #f7f3ec;
  --ink: #142321;
  --muted: #65716d;
  --green: #0e6f4f;
  --deep: #1f3632;
  --line: #ded8cf;
  --panel: #ffffff;
  --soft: #eef6f0;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
a { color: inherit; }
.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1120px;
  padding: 22px 24px;
}
.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-size: 20px;
  font-weight: 760;
  text-decoration: none;
}
.brand-mark { height: 42px; width: 42px; object-fit: contain; }
nav { display: flex; gap: 18px; }
nav a, footer a { color: var(--muted); font-size: 14px; font-weight: 470; text-decoration: none; }
main { margin: 0 auto; max-width: 1120px; padding: 0 24px 56px; }
.hero {
  align-items: start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  min-height: auto;
  padding: 48px 0 52px;
}
.eyebrow { color: var(--green); font-size: 12px; font-weight: 720; letter-spacing: .08em; margin: 0 0 12px; text-transform: uppercase; }
h1 { font-size: clamp(42px, 7.2vw, 78px); font-weight: 760; letter-spacing: 0; line-height: .98; margin: 0; }
.lede { color: var(--muted); font-size: clamp(17px, 1.8vw, 21px); font-weight: 470; line-height: 1.5; margin: 22px 0 0; max-width: 700px; }
.store-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-badge { align-items: center; background: #101817; border: 1px solid #101817; border-radius: 10px; color: #fff; display: inline-flex; gap: 10px; min-height: 58px; padding: 9px 15px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.store-badge:hover { box-shadow: 0 12px 28px rgba(20, 35, 33, .16); transform: translateY(-2px); }
.store-badge[aria-disabled="true"] { cursor: default; }
.store-badge[aria-disabled="true"]:hover { box-shadow: none; transform: none; }
.store-badge small { display: block; font-size: 11px; font-weight: 600; line-height: 1; opacity: .82; }
.store-badge strong { display: block; font-size: 18px; font-weight: 720; line-height: 1.15; margin-top: 3px; }
.store-badge.large { min-width: 220px; }
.store-badge-muted { background: #243631; border-color: #243631; }
.store-icon { font-size: 31px; line-height: 1; }
.play-icon { border-bottom: 12px solid transparent; border-left: 20px solid #7bd88f; border-top: 12px solid transparent; display: inline-block; height: 0; width: 0; }
.privacy-link { color: var(--green); display: inline-block; font-size: 14px; font-weight: 760; margin-top: 16px; text-decoration: none; }
.hero-visual { align-items: flex-start; background: transparent; border: 0; border-radius: 0; display: flex; justify-content: center; min-height: 580px; overflow: visible; padding: 0 10px 18px; perspective: 1200px; }
.iphone-frame { background: linear-gradient(145deg, #1d2524, #050807 54%, #30433f); border-radius: 50px; box-shadow: 0 38px 78px rgba(20, 35, 33, .34), 24px 28px 0 rgba(14, 111, 79, .10); max-width: 286px; padding: 8px; position: relative; transform: rotateY(-15deg) rotateX(7deg) rotateZ(1deg); transform-style: preserve-3d; width: 100%; }
.iphone-frame::before { background: linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,0) 28%, rgba(255,255,255,.12)); border-radius: 45px; content: ""; inset: 2px; pointer-events: none; position: absolute; }
.iphone-frame::after { background: #0b1211; border-radius: 34px; bottom: -22px; content: ""; filter: blur(14px); height: 34px; left: 24px; opacity: .25; position: absolute; right: 0; transform: translateZ(-50px); z-index: -1; }
.side-button { background: #111817; border-radius: 4px; position: absolute; width: 4px; z-index: -1; }
.side-button-left { height: 72px; left: -3px; top: 136px; }
.side-button-right { height: 96px; right: -3px; top: 180px; }
.phone-shell { background: var(--bg); border: 1px solid rgba(255,255,255,.12); border-radius: 42px; height: 610px; overflow: hidden; padding: 28px 12px 24px; position: relative; width: 100%; }
.phone-shell::before { background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,0) 42%); border-radius: 34px; content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 3; }
.dynamic-island { background: #050807; border-radius: 999px; height: 24px; left: 50%; position: absolute; top: 10px; transform: translateX(-50%); width: 94px; z-index: 4; }
.home-indicator { background: #101817; border-radius: 999px; bottom: 8px; height: 4px; left: 50%; opacity: .52; position: absolute; transform: translateX(-50%); width: 104px; z-index: 4; }
.phone-status { color: var(--ink); display: flex; font-size: 11px; font-weight: 760; justify-content: space-between; margin-bottom: 12px; padding: 0 12px; }
.phone-screen-stack { height: 528px; overflow: hidden; position: relative; }
.phone-screen { background: var(--bg); inset: 0; opacity: 0; pointer-events: none; position: absolute; z-index: 0; }
.phone-screen:first-child { opacity: 1; pointer-events: auto; z-index: 1; }
.phone-screen-stack.is-ready .phone-screen { backface-visibility: hidden; transform: translateZ(0); transition: opacity .55s ease; will-change: opacity; }
.phone-screen-stack.is-ready .phone-screen.is-active { opacity: 1; pointer-events: auto; z-index: 2; }
.phone-screen-stack.is-ready .phone-screen.is-entering { opacity: 1; z-index: 3; }
.phone-screen-stack.is-ready .phone-screen.is-leaving { opacity: 0; z-index: 1; }
.phone-header { align-items: center; display: flex; gap: 7px; margin-bottom: 12px; }
.phone-header img { height: 36px; width: 36px; }
.phone-header small { color: var(--muted); display: block; font-size: 11px; font-weight: 760; text-transform: uppercase; }
.phone-header strong { color: var(--ink); display: block; font-size: 23px; font-weight: 760; line-height: 1; }
.month-card { align-items: center; background: #fff; border-radius: 8px; display: flex; justify-content: space-between; margin-bottom: 12px; padding: 9px 12px; }
.month-card span { align-items: center; background: #f0e8dc; border-radius: 6px; display: flex; font-size: 28px; height: 34px; justify-content: center; width: 38px; }
.tab-strip { background: #ede5da; border-radius: 8px; display: grid; gap: 4px; grid-template-columns: repeat(3, 1fr); margin-bottom: 34px; padding: 4px; }
.tab-strip span { color: var(--muted); font-size: 11px; font-weight: 760; padding: 12px 2px; text-align: center; }
.tab-strip .tab-active { background: #fff; border: 2px solid var(--green); border-radius: 6px; color: var(--green); }
.mock-app-top { margin-bottom: 18px; }
.mock-app-header { align-items: center; display: flex; gap: 8px; margin-bottom: 12px; }
.mock-app-header img { flex: 0 0 auto; height: 37px; object-fit: contain; width: 37px; }
.mock-app-header small { color: var(--muted); display: block; font-size: 11px; font-weight: 760; letter-spacing: .03em; line-height: 1; }
.mock-app-header strong { color: var(--ink); display: block; font-size: 24px; font-weight: 760; letter-spacing: 0; line-height: 1.02; margin-top: 3px; }
.mock-month-switcher { align-items: center; background: #fff; border-radius: 8px; display: flex; justify-content: space-between; margin-bottom: 12px; padding: 7px 8px; }
.mock-month-switcher span { align-items: center; background: #f0e8dc; border-radius: 7px; display: flex; font-size: 27px; height: 34px; justify-content: center; line-height: 1; width: 38px; }
.mock-month-switcher strong { color: var(--ink); font-size: 15px; font-weight: 760; }
.mock-tab-rail { background: #ede5da; border-radius: 8px; display: flex; gap: 5px; margin-bottom: 0; overflow: hidden; padding: 5px; }
.mock-tab { align-items: center; color: var(--muted); display: flex; flex: 0 0 78px; font-size: 10.5px; font-weight: 760; justify-content: center; min-height: 44px; padding: 8px 2px; text-align: center; }
.mock-tab-active { background: #fff; border: 2px solid var(--green); border-radius: 7px; color: var(--green); }
.mock-tab-rail-insights .mock-tab:first-child { margin-left: -74px; }
.mock-tab-rail-budgets .mock-tab:first-child { margin-left: -156px; }
.mock-section-title { color: var(--ink); font-size: 20px; font-weight: 760; line-height: 1.05; margin: 12px 0 10px; }
.balance-tiles { display: grid; gap: 7px; grid-template-columns: repeat(3, 1fr); margin-top: 13px; }
.balance-tiles div { background: #eef6f0; border-radius: 8px; padding: 9px 7px; }
.balance-tiles small { color: var(--muted); display: block; font-size: 9px; font-weight: 680; }
.balance-tiles b { color: var(--ink); display: block; font-size: 13px; font-weight: 760; margin-top: 3px; }

.phone-section-label { color: var(--muted); font-size: 12px; font-weight: 760; margin-bottom: 10px; text-transform: uppercase; }
.transaction-card { align-items: center; background: #fff; border: 1px solid #dfe7e2; border-radius: 8px; display: flex; justify-content: space-between; margin-bottom: 9px; min-height: 62px; padding: 10px; }
.transaction-card strong { color: var(--ink); display: block; font-size: 14px; font-weight: 760; }
.transaction-card small { color: var(--muted); display: block; font-size: 12px; font-weight: 680; margin-top: 4px; }
.transaction-card b { color: #a13b1e; font-size: 16px; font-weight: 760; }
.clipped-card { margin-bottom: 0; opacity: .92; }
.screen-transactions::after, .screen-insights::after, .screen-budgets::after { background: linear-gradient(180deg, rgba(247,243,236,0), var(--bg) 72%); bottom: 0; content: ""; height: 72px; left: 0; pointer-events: none; position: absolute; right: 0; }
.phone-fab { align-items: center; background: var(--green); border-radius: 999px; bottom: 8px; color: #fff; display: flex; font-size: 30px; height: 50px; justify-content: center; position: absolute; right: 12px; width: 50px; z-index: 4; }
.phone-mini-title small { color: var(--muted); display: block; font-size: 12px; font-weight: 760; text-transform: uppercase; }
.phone-mini-title strong { color: var(--ink); display: block; font-size: 25px; font-weight: 760; margin-top: 4px; }
.balance-mini { background: var(--deep); border-radius: 12px; margin: 0 0 10px; padding: 14px; }
.balance-mini span { color: #bbcbc5; display: block; font-size: 12px; font-weight: 680; }
.balance-mini > strong { color: #fff; display: block; font-size: 28px; font-weight: 760; margin-top: 5px; }
.insight-card { align-items: flex-start; background: #fff; border: 1px solid #dfe7e2; border-radius: 10px; display: flex; gap: 9px; margin-bottom: 9px; padding: 10px; }
.insight-card span { align-items: center; background: #f0e8dc; border-radius: 8px; color: var(--green); display: flex; flex: 0 0 auto; font-size: 18px; height: 34px; justify-content: center; width: 34px; }
.insight-card.warn { border-color: #efc4b4; }
.insight-card.warn span { background: #fff1ec; color: #a13b1e; }
.insight-card.good span { background: #dff4e9; }
.insight-card strong { color: var(--ink); display: block; font-size: 13px; font-weight: 760; }
.insight-card small { color: var(--muted); display: block; font-size: 11px; font-weight: 680; line-height: 1.35; margin-top: 3px; }
.budget-hero { background: var(--deep); border-radius: 12px; color: #fff; margin: 0 0 10px; padding: 14px; }
.budget-hero span { color: #bbcbc5; display: block; font-size: 12px; font-weight: 680; }
.budget-hero strong { display: block; font-size: 24px; font-weight: 760; margin-top: 7px; }
.budget-hero em { background: #dff4e9; border-radius: 999px; color: var(--green); display: inline-block; font-size: 11px; font-style: normal; font-weight: 760; margin-top: 10px; padding: 5px 8px; }
.budget-hero i, .budget-row i { background: #dff4e9; border-radius: 999px; display: block; height: 9px; margin-top: 12px; overflow: hidden; }
.budget-hero b, .budget-row b { background: var(--green); border-radius: inherit; display: block; height: 100%; width: 49%; }
.budget-row { background: #fff; border: 1px solid #dfe7e2; border-radius: 10px; margin-bottom: 10px; padding: 12px; position: relative; }
.budget-row strong { color: var(--ink); display: block; font-size: 14px; font-weight: 760; }
.budget-row small { color: var(--muted); display: block; font-size: 11px; font-weight: 680; margin-top: 2px; }
.budget-row em { background: #f8ddd4; border-radius: 999px; color: #a13b1e; font-size: 10px; font-style: normal; font-weight: 760; padding: 4px 7px; position: absolute; right: 10px; top: 12px; }
.budget-row.over { border-color: #efc4b4; }
.budget-row.over i { background: #f8ddd4; }
.budget-row.over b { background: #a13b1e; }
.screen-dots { bottom: 24px; display: flex; gap: 6px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 5; }
.screen-dots span { background: #d3ded8; border-radius: 999px; height: 6px; transition: background .25s ease, transform .25s ease; width: 6px; }
.screen-dots span.is-active { background: var(--green); transform: scale(1.25); }
.feature-band { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.feature-band article, .privacy-callout, .download-band, .page section { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
h2 { font-size: 23px; font-weight: 720; line-height: 1.15; margin: 0 0 10px; }
p { color: var(--muted); font-size: 16px; font-weight: 430; line-height: 1.58; margin: 0; }
.privacy-callout { background: var(--deep); margin-top: 18px; padding: 34px; }
.privacy-callout h2, .privacy-callout p { color: #fff; }
.privacy-callout p { color: #c7d4cf; max-width: 760px; }
.download-band { align-items: center; display: flex; gap: 24px; justify-content: space-between; margin-top: 18px; }
.download-band div:first-child { max-width: 580px; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.page { max-width: 880px; padding-top: 42px; }
.page-hero { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 34px; }
.page-hero h1 { font-size: clamp(34px, 4.5vw, 54px); line-height: 1.05; max-width: 760px; }
.policy-page section:not(.page-hero), .support-page section:not(.page-hero) { margin-top: 14px; }
.promise-card { background: var(--panel); border-color: var(--line); }
.simple-list-card { padding-bottom: 18px; }
.privacy-list { list-style: none; margin: 16px 0 0; padding: 0; }
.privacy-list li { border-top: 1px solid #e7ded3; color: var(--muted); font-size: 16px; font-weight: 430; line-height: 1.58; padding: 13px 0 13px 32px; position: relative; }
.privacy-list li::before { color: var(--green); content: "✓"; font-size: 15px; font-weight: 720; left: 0; position: absolute; top: 15px; }
.inline-cta { color: var(--green); display: inline-block; font-size: 15px; font-weight: 720; margin-top: 18px; text-decoration: none; }
.faq-list { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; padding: 0; }
.faq-row { border-top: 1px solid #e7ded3; padding: 22px 26px; }
.faq-row:first-child { border-top: 0; }
.faq-row h2 { font-size: 20px; margin-bottom: 7px; }
.support-hero .lede a { color: var(--green); font-weight: 720; }
.page h1 { font-size: clamp(34px, 4.5vw, 54px); font-weight: 740; margin-bottom: 10px; }
.updated { color: #65716d; font-size: 14px; margin-top: 22px; }
.page-lede { color: #40504d; font-size: clamp(17px, 1.5vw, 20px); margin-bottom: 24px; max-width: 880px; }
.page section { margin-top: 14px; }
.page a { color: var(--green); font-weight: 760; }
footer { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; gap: 18px; justify-content: center; padding: 24px; }
@media (max-width: 760px) {
  .site-header { padding-inline: 18px; }
  main { padding-inline: 18px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 26px; }
  .hero-visual { min-height: 570px; padding: 16px 0; }
  .feature-band { grid-template-columns: 1fr; }
  .page-hero { padding: 24px; }
  .faq-row { padding: 20px; }
  .download-band { align-items: flex-start; flex-direction: column; }
  .download-actions { justify-content: flex-start; }
  .iphone-frame { transform: none; }
  .phone-screen-stack { height: 528px; }
  .phone-screen-stack .phone-screen { display: none; opacity: 1; position: relative; transform: none; transition: none; z-index: 1; }
  .phone-screen-stack .screen-transactions { display: block; }
  .screen-dots { display: none; }
  .phone-shell { height: 610px; }
  nav { gap: 12px; }
  footer { flex-wrap: wrap; }
}
