:root {
  --forest: #063f31;
  --forest-deep: #032b22;
  --green: #0d6a50;
  --mint: #d8f3d2;
  --cream: #f3f2e9;
  --paper: #fbfaf5;
  --ink: #10231c;
  --muted: #637069;
  --amber: #ffbd3e;
  --line: rgba(16,35,28,.12);
  --shadow: 0 28px 70px rgba(6,63,49,.15);
  --radius: 28px;
  --sans: "Aptos", "Segoe UI Variable", "SF Pro Display", system-ui, -apple-system, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; background: #fff; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; transition: .3s ease; }
.site-header.scrolled { background: rgba(243,242,233,.82); border-bottom: 1px solid rgba(16,35,28,.08); backdrop-filter: blur(18px); }
.nav-wrap { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 21px; font-weight: 800; letter-spacing: -.04em; }
.logo-mark { width: 46px; height: 46px; display: block; overflow: hidden; border-radius: 14px; background: var(--forest); box-shadow: 0 8px 24px rgba(6,63,49,.22); }
.logo-mark img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; color: #32433c; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--forest); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 999px; background: var(--forest); color: #fff; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--green); }
.button-small { justify-self: end; padding: 12px 18px; font-size: 14px; }
.menu-toggle { display: none; }

.blog-main { min-height: calc(100vh - 180px); padding: 144px 0 80px; }
.blog-intro { max-width: 760px; margin-bottom: 56px; }
.blog-intro h1 { margin: 20px 0 18px; font-size: clamp(52px,7vw,88px); line-height: .95; letter-spacing: -.07em; }
.blog-intro h1 em { color: var(--green); font-family: var(--serif); font-weight: 500; }
.blog-intro p { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.blog-embed { min-height: 420px; }

.hero { min-height: 900px; padding: 152px 0 90px; position: relative; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none; background-image: radial-gradient(rgba(6,63,49,.14) .65px, transparent .65px); background-size: 16px 16px; mask-image: linear-gradient(90deg,#000,transparent 58%); }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; background: rgba(255,189,62,.14); right: -180px; top: 110px; }
.hero-glow-two { width: 390px; height: 390px; background: rgba(13,106,80,.1); left: -220px; bottom: 60px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hero .reveal { opacity: 1; transform: none; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--amber); }
.hero h1 { max-width: 650px; margin: 24px 0 26px; font-size: clamp(58px,6.4vw,92px); line-height: .94; letter-spacing: -.075em; font-weight: 780; }
.hero h1 em, .final-cta h2 em, .insight-heading h2 em { color: var(--green); font-family: var(--serif); font-weight: 500; }
.hero-lede { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 34px; }
.play-button { min-width: 190px; display: inline-flex; align-items: center; gap: 13px; padding: 13px 20px; color: #fff; background: var(--forest); border-radius: 17px; box-shadow: 0 14px 28px rgba(6,63,49,.2); transition: transform .2s ease, box-shadow .2s ease; }
.play-button:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(6,63,49,.28); }
.play-button svg { width: 28px; height: 30px; flex: 0 0 auto; }
.play-button span { display: flex; flex-direction: column; line-height: 1; }
.play-button small { font-size: 9px; letter-spacing: .08em; }
.play-button strong { margin-top: 5px; font-size: 18px; letter-spacing: -.02em; }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; font-size: 14px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.hero-proof p strong { color: var(--ink); font-size: 13px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -8px; border: 3px solid var(--cream); border-radius: 50%; background: #b7d7cc; color: var(--forest); font-size: 9px; font-weight: 800; }
.avatar-stack span:first-child { margin-left: 0; background: #ffd687; }
.avatar-stack span:last-child { background: #ddcff6; }

.hero-visual { min-height: 650px; position: relative; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(6,63,49,.15); border-radius: 50%; }
.orbit-one { width: 590px; height: 590px; }
.orbit-two { width: 430px; height: 430px; border-style: dashed; animation: orbitSpin 45s linear infinite; }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
.logo-orb { position: absolute; top: 18px; right: 16px; width: 92px; height: 92px; border: 8px solid rgba(255,255,255,.75); border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; z-index: 4; }
.logo-orb img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.phone { position: relative; z-index: 3; width: 322px; min-height: 640px; padding: 13px 17px 14px; background: #fcfcf7; border: 8px solid #17221e; border-radius: 42px; box-shadow: 0 42px 100px rgba(6,63,49,.28), inset 0 0 0 1px rgba(255,255,255,.6); transform: rotate(2.5deg); }
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: 2px 9px 12px; font-size: 10px; font-weight: 800; }
.island { width: 82px; height: 22px; background: #17221e; border-radius: 999px; }
.app-head { display: flex; justify-content: space-between; align-items: center; margin: 8px 4px 15px; }
.app-head small, .spend-head small, .float-card small, .amount small, .capture-meta small { color: #829089; font-size: 8px; letter-spacing: .12em; font-weight: 800; }
.app-head h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.05em; }
.profile { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 13px; font-size: 11px; font-weight: 800; }
.balance-card { position: relative; overflow: hidden; height: 192px; padding: 18px; border-radius: 24px; background: var(--forest); color: #fff; }
.balance-card::after { content: ""; position: absolute; width: 150px; height: 150px; top: -80px; right: -55px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.balance-label { display: flex; justify-content: space-between; color: #c7ddd5; font-size: 10px; }
.balance-label button { padding: 0; border: 0; color: #c7ddd5; background: none; font-size: 11px; }
.balance-card > strong { display: block; margin-top: 7px; font-size: 30px; letter-spacing: -.05em; }
.balance-change { margin-top: 7px; color: #c7ddd5; font-size: 9px; }
.balance-change span { color: #ffd479; font-weight: 800; }
.balance-chart { position: absolute; bottom: 0; left: 0; width: 100%; height: 86px; }
.quick-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin: 14px 0; }
.quick-row button { border: 0; background: transparent; font-size: 8px; font-weight: 700; }
.quick-row button span { width: 35px; height: 35px; display: grid; place-items: center; margin: 0 auto 5px; border-radius: 12px; background: #e9eee8; color: var(--forest); font-size: 16px; }
.spend-head { display: flex; justify-content: space-between; align-items: end; margin: 7px 3px 4px; }
.spend-head h3 { margin: 3px 0 0; font-size: 16px; }
.spend-head a { color: var(--green); font-size: 9px; font-weight: 800; }
.spend-list > div { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 10px 3px; border-bottom: 1px solid #e8ebe6; }
.cat { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; font-style: normal; font-size: 13px; }
.cat.food { background: #fff0c9; color: #a66800; }.cat.travel { background: #d7eee6; color: #12684f; }.cat.fun { background: #e8e0f7; color: #6b4a9b; }
.spend-list span b, .spend-list span small { display: block; }
.spend-list b { font-size: 10px; }.spend-list small { margin-top: 3px; color: #829089; font-size: 8px; }.spend-list strong { font-size: 10px; }
.phone-nav { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 9px; padding-top: 8px; border-top: 1px solid #e8ebe6; }
.phone-nav > span { display: grid; justify-items: center; gap: 3px; color: #9ca49f; font-size: 15px; }.phone-nav small { font-size: 7px; }.phone-nav .active { color: var(--green); }
.float-card { position: absolute; z-index: 5; display: grid; align-items: center; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.9); box-shadow: 0 22px 48px rgba(6,63,49,.18); backdrop-filter: blur(16px); }
.budget-float { top: 120px; left: -20px; width: 230px; grid-template-columns: auto 1fr; gap: 11px; padding: 15px; border-radius: 19px; transform: rotate(-4deg); }
.float-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--mint); color: var(--green); font-weight: 900; }
.float-card strong { display: block; margin-top: 4px; font-size: 12px; }
.mini-progress { grid-column: 1/-1; height: 6px; border-radius: 99px; background: #e3e8e2; overflow: hidden; }.mini-progress i { display: block; width: 72%; height: 100%; background: var(--amber); border-radius: inherit; }
.insight-float { right: -28px; bottom: 120px; width: 210px; grid-template-columns: auto 1fr; gap: 12px; padding: 15px; border-radius: 19px; transform: rotate(4deg); }
.spark { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--amber); }

.ticker { overflow: hidden; padding: 19px 0; background: var(--amber); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; align-items: center; justify-content: center; gap: clamp(18px,3vw,42px); width: max-content; min-width: 100%; color: var(--forest-deep); font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ticker-track i { font-style: normal; }
.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .system-copy h2, .insight-heading h2, .final-cta h2 { margin: 15px 0 0; font-size: clamp(44px,5.5vw,76px); line-height: .98; letter-spacing: -.065em; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.bento-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.bento { min-height: 430px; position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.bento::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(6,63,49,.08); border-radius: 50%; right: -130px; top: -100px; }
.bento-large { grid-column: span 7; }.bento-goals { grid-column: span 5; background: #e2eee5; }.bento-budget { grid-column: span 5; }.bento-insight { grid-column: span 7; background: #ffedc4; }
.bento-copy { position: relative; z-index: 2; max-width: 460px; }
.number { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 10px; font-weight: 800; }
.bento h3 { margin: 19px 0 9px; font-size: 26px; letter-spacing: -.04em; }.bento p { margin: 0; color: var(--muted); line-height: 1.55; }
.analytics-visual { position: absolute; left: 30px; right: 30px; bottom: 28px; padding: 19px 20px 15px; border-radius: 20px; background: var(--forest); color: #fff; }
.analytics-top { display: flex; justify-content: space-between; color: #c5d9d2; font-size: 10px; }.analytics-top .up { color: #ffda87; }.analytics-visual > strong { display: block; margin-top: 5px; font-size: 23px; }
.bars { height: 90px; display: grid; grid-template-columns: repeat(7,1fr); gap: 11px; align-items: end; margin-top: 6px; }.bars i { height: var(--h); border-radius: 5px 5px 2px 2px; background: rgba(216,243,210,.4); }.bars i.hot { background: var(--amber); }
.bar-labels { display: grid; grid-template-columns: repeat(7,1fr); gap: 11px; margin-top: 7px; text-align: center; color: #91aaa0; font-size: 8px; }
.goal-ring { position: absolute; inset: auto 0 28px; display: grid; place-items: center; }.goal-ring svg { width: 190px; transform: rotate(-90deg); }.goal-ring circle { fill: none; stroke: #c4d7ca; stroke-width: 10; }.goal-ring .progress { stroke: var(--green); stroke-dasharray: 352; stroke-dashoffset: 113; stroke-linecap: round; }.goal-ring > div { position: absolute; text-align: center; }.goal-ring strong { display: block; font-size: 35px; letter-spacing: -.05em; }.goal-ring small { color: var(--muted); }
.budget-list { position: absolute; left: 30px; right: 30px; bottom: 25px; display: grid; gap: 16px; }.budget-list > div { padding: 15px; background: #f0f2ec; border-radius: 16px; }.budget-list span, .budget-list b { font-size: 11px; }.budget-list b { float: right; }.dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; }.dot.amber { background: var(--amber); }.dot.green { background: #56a686; }.dot.blue { background: #73a9c2; }.budget-list em { display: block; height: 6px; margin-top: 10px; background: #dce1da; border-radius: 99px; overflow: hidden; }.budget-list em i { display: block; height: 100%; background: var(--green); border-radius: inherit; }
.tip-card { position: absolute; left: 30px; right: 30px; bottom: 36px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 22px; background: #fff9ea; border: 1px solid rgba(105,73,0,.1); border-radius: 20px; box-shadow: 0 20px 40px rgba(96,62,0,.08); }.tip-card span { width: 40px; height: 40px; display: grid; place-items: center; background: var(--forest); color: var(--amber); border-radius: 13px; }.tip-card p { color: #5e4b23; font-size: 15px; }.tip-card strong { color: var(--forest); }

.system-section { position: relative; overflow: hidden; background: var(--forest-deep); color: #fff; }
.system-section::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent,#000); }
.system-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.section-kicker.light { color: var(--amber); }.system-copy h2 { max-width: 600px; }.system-copy > p { max-width: 510px; color: #acc3ba; line-height: 1.7; }
.steps { display: grid; gap: 0; margin: 40px 0 0; padding: 0; list-style: none; }.steps li { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.11); opacity: .55; }.steps li.active { opacity: 1; }.steps li > span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--amber); font-size: 11px; }.steps strong { font-size: 16px; }.steps p { margin: 5px 0 0; color: #acc3ba; font-size: 13px; }
.capture-demo { min-height: 650px; position: relative; display: grid; place-items: center; }.capture-demo::before { content: ""; position: absolute; width: 530px; height: 530px; border-radius: 50%; background: #0b5743; }.capture-window { position: relative; z-index: 2; width: min(430px,100%); padding: 26px; border-radius: 31px; background: #f7f6ef; color: var(--ink); box-shadow: 0 45px 90px rgba(0,0,0,.28); transform: rotate(2deg); }.capture-head { display: flex; justify-content: space-between; align-items: center; font-size: 16px; font-weight: 800; }.capture-head button { width: 31px; height: 31px; border: 0; background: #e4e7e1; border-radius: 50%; }.amount { margin: 27px 0 20px; text-align: center; }.amount small { display: block; }.amount strong { display: block; margin-top: 6px; color: #9ba29e; font-size: 38px; }.amount strong span { color: var(--ink); font-size: 56px; letter-spacing: -.06em; }.keypad { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }.keypad span { display: grid; height: 45px; place-items: center; background: #eaede7; border-radius: 13px; font-size: 16px; font-weight: 700; }.capture-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }.capture-meta > div { padding: 13px; background: #eaede7; border-radius: 14px; }.capture-meta small { display: block; }.capture-meta strong { display: flex; align-items: center; gap: 6px; margin-top: 7px; font-size: 11px; }.capture-meta strong > span { margin-left: auto; }.capture-meta i { font-style: normal; color: var(--green); }.save-button { width: 100%; display: flex; justify-content: space-between; margin-top: 12px; padding: 16px 18px; border: 0; border-radius: 15px; background: var(--forest); color: #fff; font-size: 13px; font-weight: 800; }
.receipt-chip { position: absolute; z-index: 4; right: -15px; bottom: 50px; display: flex; gap: 11px; align-items: center; padding: 14px 17px; border-radius: 17px; background: #fff; color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.25); transform: rotate(-3deg); }.receipt-chip > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 900; }.receipt-chip strong,.receipt-chip small { display: block; }.receipt-chip strong { font-size: 11px; }.receipt-chip small { margin-top: 3px; color: var(--muted); font-size: 8px; }

.insight-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 54px; }.insight-heading h2 { margin-top: 14px; }.insight-grid { display: grid; grid-template-columns: 1.2fr 1fr .85fr; gap: 18px; }.insight-grid article { min-height: 400px; padding: 30px; border-radius: var(--radius); }.quote-card { display: flex; flex-direction: column; justify-content: space-between; background: var(--forest); color: #fff; }.quote-mark { color: var(--amber); font-family: var(--serif); font-size: 76px; line-height: .6; }.quote-card blockquote { margin: 0; font-family: var(--serif); font-size: clamp(27px,3vw,40px); line-height: 1.12; }.quote-card > div { display: flex; align-items: center; gap: 12px; }.mini-avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--forest); font-size: 11px; font-weight: 900; }.quote-card p { margin: 0; }.quote-card p strong,.quote-card p small { display: block; }.quote-card p strong { font-size: 11px; }.quote-card p small { margin-top: 4px; color: #a9c0b7; font-size: 9px; }
.score-card { border: 1px solid var(--line); background: var(--paper); }.score-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }.score-main { display: flex; align-items: center; gap: 17px; margin-top: 44px; }.score-main > strong { font-size: 90px; line-height: .8; letter-spacing: -.08em; }.score-main div { display: flex; flex-direction: column; gap: 6px; }.score-main b { color: var(--green); font-size: 17px; }.score-main span { color: var(--muted); font-size: 11px; }.score-line { height: 12px; margin-top: 35px; overflow: hidden; border-radius: 99px; background: #e0e4dc; }.score-line i { display: block; width: 82%; height: 100%; background: linear-gradient(90deg,var(--green),var(--amber)); border-radius: inherit; }.score-card p { margin: 38px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.privacy-card { position: relative; overflow: hidden; background: #dceadf; }.privacy-card::after { content: ""; position: absolute; width: 240px; height: 240px; right: -120px; bottom: -110px; border: 38px solid rgba(6,63,49,.06); border-radius: 50%; }.lock { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; background: var(--forest); color: var(--amber); font-size: 24px; }.privacy-card h3 { margin: 46px 0 12px; font-size: 29px; line-height: 1; letter-spacing: -.04em; }.privacy-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }.privacy-pill { position: absolute; bottom: 28px; left: 30px; padding: 9px 12px; border: 1px solid rgba(6,63,49,.2); border-radius: 99px; color: var(--green); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.final-cta { padding-top: 25px; }.cta-panel { min-height: 510px; position: relative; overflow: hidden; display: grid; grid-template-columns: .85fr 1.45fr .7fr; gap: 50px; align-items: center; padding: 60px; border-radius: 42px; background: var(--forest); color: #fff; }.cta-panel::before,.cta-panel::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }.cta-panel::before { width: 500px; height: 500px; left: -180px; top: -220px; }.cta-panel::after { width: 260px; height: 260px; right: -100px; bottom: -120px; }.cta-logo { position: relative; z-index: 2; aspect-ratio: 1; overflow: hidden; border: 10px solid rgba(255,255,255,.1); border-radius: 34px; box-shadow: 0 30px 60px rgba(0,0,0,.2); transform: rotate(-5deg); }.cta-logo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }.cta-copy { position: relative; z-index: 2; }.final-cta h2 { font-size: clamp(43px,5vw,68px); }.final-cta h2 em { color: var(--amber); }.cta-copy p { max-width: 550px; color: #b5cac2; line-height: 1.65; }.play-button-light { position: relative; z-index: 2; background: #fff; color: var(--forest); box-shadow: none; }

.site-footer { padding: 30px 0 22px; }.footer-top { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 50px; padding: 34px 0; border-bottom: 1px solid var(--line); }.footer-top > p { color: var(--muted); font-size: 13px; }.footer-links { display: flex; justify-content: flex-end; gap: 23px; color: #46534d; font-size: 12px; font-weight: 700; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #7a837e; font-size: 10px; }

.features,.system-section,.insights,.final-cta,.site-footer { content-visibility: auto; contain-intrinsic-size: auto 800px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal-delay { transition-delay: .12s; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { gap: 19px; }.hero-grid { gap: 20px; }.hero h1 { font-size: clamp(54px,7vw,72px); }.hero-visual { transform: scale(.9); }.system-grid { gap: 45px; }.cta-panel { grid-template-columns: .65fr 1.35fr; }.cta-panel > .play-button { grid-column: 2; justify-self: start; }.insight-grid { grid-template-columns: 1fr 1fr; }.privacy-card { grid-column: 1/-1; min-height: 300px !important; }.privacy-card h3 { margin-top: 30px; }
}

@media (max-width: 820px) {
  .blog-main { padding-top: 116px; }.blog-intro { margin-bottom: 40px; }
  .shell { width: min(100% - 32px, 680px); }.nav-wrap { height: 76px; grid-template-columns: 1fr auto; }.nav-cta { display: none; }.menu-toggle { display: grid; gap: 4px; width: 42px; height: 42px; place-content: center; justify-self: end; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.55); }.menu-toggle > span:not(.sr-only) { width: 18px; height: 2px; background: var(--forest); transition: .2s; }.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }.site-nav { position: fixed; inset: 76px 16px auto; display: grid; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 20px; background: rgba(251,250,245,.97); box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .2s; }.site-nav.open { transform: none; opacity: 1; pointer-events: auto; }.site-nav a { padding: 14px; }.site-nav a::after { display: none; }
  .hero { min-height: auto; padding: 130px 0 70px; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { text-align: center; }.eyebrow { justify-content: center; }.hero-lede { margin-inline: auto; }.hero-actions,.hero-proof { justify-content: center; }.hero-visual { min-height: 650px; transform: none; }.orbit-one { width: 580px; height: 580px; }.section { padding: 90px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.bento-large,.bento-goals,.bento-budget,.bento-insight { grid-column: span 12; }.bento { min-height: 420px; }.system-grid { grid-template-columns: 1fr; }.system-copy { text-align: center; }.system-copy > p { margin-inline: auto; }.steps { text-align: left; }.capture-demo { min-height: 590px; }.insight-grid { grid-template-columns: 1fr; }.privacy-card { grid-column: auto; }.cta-panel { grid-template-columns: 170px 1fr; padding: 44px; }.cta-panel > .play-button { grid-column: 2; }.footer-top { grid-template-columns: 1fr; gap: 20px; text-align: center; }.footer-brand { justify-self: center; }.footer-links { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .blog-main { padding: 108px 0 56px; }.blog-intro h1 { font-size: clamp(46px,15vw,64px); }.blog-intro p { font-size: 16px; }.blog-embed { min-height: 320px; }
  .shell { width: calc(100% - 28px); }.brand { font-size: 18px; }.logo-mark { width: 42px; height: 42px; border-radius: 13px; }.hero { padding-top: 116px; }.hero h1 { font-size: clamp(47px,14vw,67px); }.hero-lede { font-size: 16px; line-height: 1.65; }.hero-actions { flex-direction: column; }.hero-proof { align-items: flex-start; text-align: left; }.hero-visual { min-height: 600px; margin: 0 -14px; transform: scale(.88); }.orbit-one { width: 510px; height: 510px; }.orbit-two { width: 385px; height: 385px; }.phone { width: 315px; }.budget-float { left: 2px; top: 104px; }.insight-float { right: 0; bottom: 92px; }.logo-orb { right: 6px; }.ticker-track { justify-content: flex-start; animation: ticker 22s linear infinite; }.ticker-track::after { content: "  ✦  Expense tracking  ✦  Smart budgets  ✦  Bill planning  ✦  Goal progress"; }.section-heading h2,.system-copy h2,.insight-heading h2,.final-cta h2 { font-size: clamp(40px,12vw,56px); }.section-heading { margin-bottom: 35px; }.bento { min-height: 410px; padding: 23px; }.analytics-visual,.budget-list,.tip-card { left: 22px; right: 22px; }.tip-card { bottom: 25px; }.insight-heading { display: block; }.system-copy h2 { margin-top: 13px; }.capture-demo { min-height: 555px; margin: 0 -4px; }.capture-demo::before { width: 430px; height: 430px; }.capture-window { padding: 20px; }.amount { margin: 17px 0 12px; }.amount strong span { font-size: 49px; }.keypad span { height: 39px; }.capture-meta { grid-template-columns: 1fr; }.capture-meta > div { padding: 10px 12px; }.save-button { padding: 14px 16px; }.receipt-chip { right: -4px; bottom: 10px; }.insight-grid article { min-height: 370px; padding: 24px; }.privacy-pill { left: 24px; }.cta-panel { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding: 36px 25px; text-align: center; border-radius: 30px; }.cta-logo { width: 150px; justify-self: center; }.cta-panel > .play-button { grid-column: 1; justify-self: center; }.footer-bottom { gap: 15px; flex-direction: column; align-items: center; text-align: center; }
  @keyframes ticker { to { transform: translateX(-50%); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.orbit-two,.ticker-track { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }
}
