:root {
  --ink: #141614;
  --soft-ink: #353a34;
  --paper: #f6f5ef;
  --paper-deep: #e9e9df;
  --lime: #d8ff62;
  --lime-deep: #bcf03a;
  --blue: #7a8cff;
  --peach: #ffc2ad;
  --sun: #ffda5c;
  --line: rgba(20, 22, 20, 0.16);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --font-mono: "DM Mono", Consolas, monospace;
  color: var(--ink);
  font-family: var(--font-body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 24px; font-weight: 800; letter-spacing: -1.7px; }
.brand-mark { display: inline-flex; align-items: end; gap: 2px; height: 22px; width: 19px; }
.brand-mark i { display: block; width: 5px; border-radius: 9px; background: var(--ink); transform: skewY(-24deg); }
.brand-mark i:nth-child(1) { height: 9px; }.brand-mark i:nth-child(2) { height: 15px; }.brand-mark i:nth-child(3) { height: 22px; }
.desktop-nav { display: flex; gap: 31px; font-size: 13px; font-weight: 700; }
.desktop-nav a, .footer-links a { transition: opacity .2s ease; }.desktop-nav a:hover, .footer-links a:hover { opacity: .55; }
.header-cta { font-size: 13px; font-weight: 800; padding: 11px 17px; border-radius: 99px; background: var(--ink); color: white; transition: transform .2s, background .2s; }
.header-cta:hover { transform: translateY(-2px); background: #333930; }.header-cta span { margin-left: 6px; color: var(--lime); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 645px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 35px; padding-block: 52px 80px; }
.hero-copy { position: relative; z-index: 1; padding-left: 27px; }
.eyebrow { margin: 0 0 18px; color: var(--soft-ink); font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 100%; background: var(--lime-deep); box-shadow: 0 0 0 4px rgba(188,240,58,.21); vertical-align: 1px; }
.hero h1, h2 { margin: 0; font-size: clamp(50px, 5.5vw, 80px); line-height: .99; font-weight: 700; letter-spacing: -.075em; }
h1 em, h2 em { font-family: var(--font-display); font-weight: 600; letter-spacing: -.075em; }
.hero h1 em { white-space: nowrap; }
.hero-description { max-width: 440px; margin: 27px 0 28px; color: #50554f; font-size: 16px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 19px; border-radius: 99px; padding: 15px 20px 15px 23px; font-size: 13px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px) rotate(-1deg); box-shadow: 0 9px 0 rgba(20,22,20,.14); }.button span { font-size: 20px; line-height: .5; }
.button-dark { color: white; background: var(--ink); }.button-dark span { color: var(--lime); }
.text-link { position: relative; padding: 9px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; transition: opacity .2s; }.text-link:hover { opacity: .55; }.text-link span { margin-left: 12px; }
.people-proof { display: flex; align-items: center; gap: 11px; margin-top: 58px; }.people-proof p { margin: 0; color: #5c625a; font-size: 10px; line-height: 1.45; }.people-proof strong { color: var(--ink); font-size: 11px; }
.avatars { display: flex; padding-left: 5px; }.avatar { width: 30px; height: 30px; margin-left: -5px; border: 2px solid var(--paper); border-radius: 100%; display: grid; place-items: center; font-size: 10px; font-weight: 800; }.avatar-one { background: #c7a68e; }.avatar-two { background: #a1b6e9; }.avatar-three { background: #e3d264; }

.hero-visual { min-height: 500px; display: grid; place-items: center; position: relative; }
.halo { position: absolute; border-radius: 50%; filter: blur(.2px); }.halo-lime { height: 405px; width: 405px; background: var(--lime); top: 37px; right: 65px; border-radius: 42% 58% 63% 37% / 39% 43% 57% 61%; transform: rotate(24deg); }.halo-blue { height: 185px; width: 185px; background: var(--blue); top: 69px; left: 16px; border-radius: 58% 42% 47% 53% / 52% 59% 41% 48%; transform: rotate(-21deg); }
.phone-card { position: relative; z-index: 2; width: 309px; min-height: 474px; padding: 17px 17px 13px; color: white; background: #20251f; border: 1px solid rgba(255,255,255,.16); border-radius: 31px; box-shadow: 17px 21px 0 rgba(20,22,20,.08), 0 29px 40px rgba(20,22,20,.23); transform: rotate(4deg); }
.phone-card::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; pointer-events: none; }
.phone-topline { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-family: var(--font-mono); font-size: 8px; letter-spacing: .02em; }.tiny-spark { display: flex; gap: 2px; align-items: end; height: 10px; }.tiny-spark i { width: 2px; background: var(--lime); }.tiny-spark i:first-child { height: 4px; }.tiny-spark i:nth-child(2) { height: 7px; }.tiny-spark i:last-child { height: 10px; }
.balance-block { padding: 32px 3px 24px; }.balance-block p { margin: 0 0 6px; color: rgba(255,255,255,.62); font-size: 10px; }.balance-block strong { display: block; font-size: 35px; letter-spacing: -2.4px; line-height: 1; }.balance-block strong span { font-size: 16px; letter-spacing: -.8px; }.pace-chip { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; padding: 5px 8px; border-radius: 99px; background: rgba(216,255,98,.15); color: var(--lime); font-size: 9px; font-weight: 700; }.check { display: grid; width: 11px; height: 11px; place-items: center; border-radius: 50%; color: #20251f; background: var(--lime); font-size: 7px; }
.week-card { padding: 13px 13px 9px; border-radius: 17px; background: #2f342f; }.week-heading { display: flex; justify-content: space-between; color: rgba(255,255,255,.63); font-size: 9px; }.week-heading strong { color: var(--lime); font-weight: 700; }.week-bars { display: flex; height: 70px; align-items: end; justify-content: space-between; gap: 6px; padding-top: 10px; }.week-bars span { display: flex; flex: 1; height: 100%; flex-direction: column; justify-content: end; align-items: center; gap: 5px; }.week-bars i { display: block; width: 100%; max-width: 13px; border-radius: 9px; background: #767a74; }.week-bars b { color: rgba(255,255,255,.48); font-family: var(--font-mono); font-size: 7px; font-weight: 400; }.week-bars .today i { background: var(--lime); }.week-bars .today b { color: var(--lime); }
.mini-list { display: grid; gap: 7px; padding: 16px 3px 11px; }.mini-transaction { display: flex; align-items: center; gap: 8px; }.transaction-icon { display: grid; flex: 0 0 22px; width: 22px; height: 22px; place-items: center; border-radius: 8px; font-size: 11px; }.coffee { background: #b48972; }.bills { background: #6677c0; }.mini-transaction span:nth-child(2) { display: grid; flex: 1; gap: 1px; }.mini-transaction b { font-size: 9px; }.mini-transaction small { color: rgba(255,255,255,.46); font-size: 7px; }.mini-transaction strong { font-size: 9px; }.mini-transaction .set-aside { color: var(--lime); font-size: 15px; }
.phone-nav { display: flex; justify-content: space-around; padding: 8px 13px 0; }.phone-nav span { width: 7px; height: 7px; border-radius: 50%; background: #686c68; }.phone-nav span.active { width: 22px; border-radius: 9px; background: var(--lime); }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 10px 12px; color: var(--ink); background: #f8f8f0; border: 1px solid rgba(20,22,20,.08); border-radius: 13px; box-shadow: 0 13px 20px rgba(20,22,20,.13); }.floating-note span:last-child { display: grid; gap: 1px; }.floating-note b { font-size: 10px; }.floating-note small { color: #697068; font-size: 8px; }.note-icon, .note-check { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; font-size: 13px; }.note-icon { background: var(--sun); }.note-check { color: white; background: #6d7ee2; }.note-left { top: 65px; left: -12px; transform: rotate(-7deg); }.note-right { right: -2px; bottom: 86px; transform: rotate(4deg); }.visual-caption { position: absolute; right: 19px; bottom: 28px; z-index: 2; color: rgba(20,22,20,.56); font-family: var(--font-display); font-size: 16px; font-style: italic; transform: rotate(-5deg); }

.ticker { display: flex; overflow: hidden; padding: 14px 0 15px; color: var(--ink); background: var(--lime); border-block: 1px solid var(--ink); transform: rotate(-1.2deg) scale(1.025); }.ticker-track { display: flex; min-width: max-content; align-items: center; animation: ticker 27s linear infinite; }.ticker span { padding-left: 34px; font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .07em; }.ticker i { padding-left: 34px; font-style: normal; font-size: 13px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.intro { display: grid; grid-template-columns: 1fr 1fr; padding: 163px 27px 115px; }.intro h2 { font-size: clamp(43px, 4.3vw, 63px); }.intro-body { display: flex; max-width: 405px; justify-self: end; align-self: end; align-items: end; gap: 35px; }.intro-body p { margin: 0; color: #4e544d; font-size: 16px; line-height: 1.72; }.round-arrow { display: grid; flex: 0 0 53px; width: 53px; height: 53px; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 25px; transition: transform .25s, background .25s; }.round-arrow:hover { background: #506348; transform: rotate(45deg); }

.feature-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 16px; padding-bottom: 150px; }.feature { min-height: 495px; position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: space-between; padding: 23px; border-radius: 22px; }.feature-number { position: relative; z-index: 1; font-family: var(--font-mono); font-size: 10px; }.feature-lime { background: var(--lime); }.feature-ink { color: white; background: var(--ink); }.feature-peach { background: var(--peach); }.feature-copy { position: relative; z-index: 1; }.feature h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.13; letter-spacing: -.06em; }.feature p { max-width: 255px; margin: 0; color: rgba(20,22,20,.66); font-size: 12px; line-height: 1.65; }.feature-ink p { color: rgba(255,255,255,.62); }
.pocket-illustration { position: absolute; top: 104px; left: 0; right: 0; height: 205px; }.pocket { width: 171px; padding: 17px; position: absolute; border: 1px solid rgba(20,22,20,.19); border-radius: 7px 7px 19px 19px; box-shadow: 0 15px 18px rgba(20,22,20,.12); font-family: var(--font-mono); font-size: 9px; line-height: 1.45; letter-spacing: .035em; }.pocket::before { content: ""; position: absolute; height: 15px; left: 15px; right: 15px; top: 8px; border-bottom: 1px solid rgba(20,22,20,.2); }.pocket strong { font-family: var(--font-body); font-size: 20px; letter-spacing: -1.4px; }.back-pocket { top: 45px; left: 31px; background: #7584e9; transform: rotate(-13deg); }.middle-pocket { top: 23px; right: 25px; background: #ffd864; transform: rotate(12deg); }.front-pocket { z-index: 2; top: 78px; left: 74px; background: #f8f7ed; transform: rotate(-1deg); }
.signal-illustration { display: grid; position: absolute; top: 70px; left: 50%; width: 270px; height: 270px; place-items: center; transform: translateX(-50%); }.signal-ring { position: absolute; border: 1px solid rgba(216,255,98,.3); border-radius: 50%; }.ring-one { width: 250px; height: 250px; }.ring-two { width: 178px; height: 178px; border-style: dashed; animation: rotate 24s linear infinite; }.ring-three { width: 100px; height: 100px; border-color: rgba(216,255,98,.55); }.signal-core { position: relative; z-index: 1; display: grid; width: 74px; height: 74px; place-content: center; text-align: center; border-radius: 50%; color: var(--ink); background: var(--lime); }.signal-core span { font-size: 27px; font-weight: 800; line-height: 1; letter-spacing: -1.5px; }.signal-core small { margin-top: 2px; font-family: var(--font-mono); font-size: 6px; }.signal-illustration::before, .signal-illustration::after { content: "✦"; position: absolute; color: var(--lime); font-size: 18px; }.signal-illustration::before { top: 18px; right: 21px; }.signal-illustration::after { bottom: 20px; left: 15px; font-size: 11px; } @keyframes rotate { to { transform: rotate(360deg); } }
.calendar-illustration { position: absolute; top: 115px; left: 50%; width: 269px; min-height: 180px; padding: 16px; border: 2px solid var(--ink); border-radius: 16px; background: #f7efe8; box-shadow: 9px 10px 0 #e16d58; transform: translateX(-50%) rotate(3deg); }.calendar-top { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid rgba(20,22,20,.27); font-size: 12px; font-weight: 800; }.calendar-top b { letter-spacing: 2px; }.calendar-days { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding-top: 15px; }.calendar-days span { position: relative; display: grid; width: 43px; height: 35px; place-items: center; border-radius: 9px; font-family: var(--font-mono); font-size: 11px; }.calendar-days .bill-day { color: white; background: var(--ink); }.calendar-days .pay-day { background: var(--lime); }.calendar-days i { position: absolute; top: 38px; color: var(--ink); font-family: var(--font-mono); font-size: 7px; font-style: normal; white-space: nowrap; }

.planner-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: center; padding: 0 27px 160px; }.planner-heading h2 { font-size: clamp(48px, 4.4vw, 63px); }.planner-heading > p:last-child { max-width: 330px; margin: 25px 0 0; color: #535952; font-size: 14px; line-height: 1.7; }.planner-card { display: grid; grid-template-columns: 1fr 1fr; min-height: 525px; overflow: hidden; border: 1px solid var(--ink); border-radius: 24px; box-shadow: 9px 10px 0 var(--ink); }.planner-form { padding: 26px 26px 21px; background: #fdfcf6; }.planner-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 34px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .06em; }.live-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border-radius: 99px; background: #edf6cc; font-size: 8px; letter-spacing: 0; }.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: #8fbc20; }.planner-form label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; }.planner-form label span { color: #8a9088; font-size: 10px; }.amount-input { display: flex; align-items: center; border-bottom: 1px solid var(--ink); }.amount-input > span { padding: 0 3px 4px 0; font-size: 22px; font-weight: 700; }.amount-input input { width: 100%; min-width: 0; padding: 0 0 4px; border: 0; outline: 0; background: transparent; font-size: 29px; font-weight: 800; letter-spacing: -1.7px; }.amount-input input::-webkit-outer-spin-button, .amount-input input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }.planner-form small { display: block; margin-top: 7px; color: #7c827a; font-size: 9px; }.split-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 29px; }.compact > span { padding-bottom: 3px; font-size: 15px; }.compact input { padding-bottom: 5px; font-size: 18px; letter-spacing: -1px; }.save-plan { width: 100%; margin-top: 35px; padding: 13px 14px; border: 0; border-radius: 9px; color: white; background: var(--ink); cursor: pointer; font-size: 11px; font-weight: 800; text-align: left; transition: transform .2s, background .2s; }.save-plan:hover { background: #485040; transform: translateY(-2px); }.save-plan span { float: right; color: var(--lime); font-size: 16px; line-height: 11px; }
.planner-result { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: 32px 27px 25px; background: var(--lime); }.result-ornament { position: absolute; opacity: .6; border: 1px solid var(--ink); border-radius: 50%; }.ornament-one { width: 360px; height: 360px; top: -220px; right: -133px; }.ornament-two { width: 208px; height: 208px; right: -108px; bottom: -117px; }.result-label { position: relative; margin: 0 0 15px; font-family: var(--font-mono); font-size: 9px; letter-spacing: .055em; }.result-amount { position: relative; display: flex; align-items: baseline; gap: 2px; }.result-amount span { font-size: 28px; font-weight: 800; }.result-amount strong { font-size: clamp(38px, 4vw, 57px); line-height: 1; letter-spacing: -3.5px; }.result-amount em { margin-left: 3px; font-family: var(--font-mono); font-size: 10px; font-style: normal; }.result-support { position: relative; max-width: 270px; margin: 18px 0 30px; font-size: 12px; line-height: 1.62; }.allocation { position: relative; padding: 13px; border-radius: 11px; background: rgba(255,255,255,.38); }.allocation-head { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 10px; font-size: 8px; }.allocation-head strong { text-align: right; font-size: 8px; }.allocation-bar { display: flex; overflow: hidden; width: 100%; height: 9px; border-radius: 99px; background: rgba(20,22,20,.1); }.allocation-bar i { display: block; height: 100%; transition: width .3s ease; }.allocation-bills { width: 36.9%; background: var(--ink); }.allocation-save { width: 17.9%; background: #7387dd; }.allocation-flex { width: 45.2%; background: #f6f6eb; }.allocation-key { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; font-size: 8px; }.allocation-key span { display: inline-flex; align-items: center; gap: 4px; }.allocation-key i { width: 6px; height: 6px; border-radius: 50%; }.key-bills { background: var(--ink); }.key-save { background: #7387dd; }.key-flex { background: #f6f6eb; border: 1px solid rgba(20,22,20,.2); }.result-tip { position: relative; display: flex; align-items: flex-start; gap: 7px; margin-top: 20px; }.result-tip > span { font-size: 13px; }.result-tip p { margin: 0; font-size: 9px; line-height: 1.5; }.result-tip b { display: block; font-size: 9px; }

.quote-section { position: relative; display: grid; min-height: 465px; place-items: center; overflow: hidden; color: white; background: #686fdf; }.quote-content { position: relative; z-index: 1; padding: 45px 27px; text-align: center; }.quote-mark { height: 45px; color: var(--lime); font-family: var(--font-display); font-size: 79px; line-height: 1; }.quote-section blockquote { margin: 10px 0 27px; font-size: clamp(30px, 4vw, 52px); font-weight: 700; line-height: 1.13; letter-spacing: -.065em; }.quote-section blockquote em { color: var(--lime); font-family: var(--font-display); font-weight: 600; }.quote-person { display: inline-flex; align-items: center; gap: 9px; text-align: left; }.person-avatar { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: #e69e83; color: #302c33; font-size: 11px; font-weight: 800; }.quote-person > span:last-child { display: grid; gap: 2px; }.quote-person b { font-size: 10px; }.quote-person small { color: rgba(255,255,255,.68); font-size: 8px; }.quote-orb { position: absolute; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }.orb-left { width: 490px; height: 490px; top: -220px; left: -125px; }.orb-left::after { content: ""; position: absolute; width: 45px; height: 45px; right: -9px; bottom: 88px; border-radius: 50%; background: var(--lime); }.orb-right { width: 350px; height: 350px; right: -112px; bottom: -210px; }.orb-right::after { content: "✦"; position: absolute; top: 44px; left: 25px; color: var(--sun); font-size: 45px; transform: rotate(20deg); }

.closing { padding: 142px 27px 83px; }.closing-card { position: relative; overflow: hidden; min-height: 415px; padding: 62px 65px; color: white; border-radius: 24px; background: var(--ink); }.closing-card .eyebrow { color: rgba(255,255,255,.55); }.closing-card h2 { position: relative; z-index: 1; font-size: clamp(45px, 5vw, 70px); }.closing-card h2 em { color: var(--lime); }.closing-card > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 350px; margin: 20px 0 24px; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.65; }.button-light { position: relative; z-index: 1; color: var(--ink); background: var(--lime); }.button-light span { color: #516136; }.closing-sun { position: absolute; top: -205px; right: 37px; width: 550px; height: 550px; border-radius: 50%; background: #7889ed; }.closing-sun::before, .closing-sun::after { content: ""; position: absolute; border: 1px solid rgba(20,22,20,.5); border-radius: 50%; }.closing-sun::before { inset: 55px; }.closing-sun::after { inset: 130px; }.closing-sticker { position: absolute; z-index: 2; right: 112px; bottom: 52px; display: grid; width: 106px; height: 106px; place-content: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); background: var(--sun); box-shadow: 5px 5px 0 var(--ink); text-align: center; transform: rotate(12deg); }.closing-sticker span { font-family: var(--font-mono); font-size: 8px; font-weight: 500; }.closing-sticker b { font-size: 24px; line-height: 1.1; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 30px; }.site-footer p { margin: 0; color: #71766f; font-size: 10px; text-align: center; }.footer-links { display: flex; justify-content: end; gap: 17px; font-size: 10px; font-weight: 700; }
.toast { position: fixed; z-index: 50; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 12px; color: white; background: var(--ink); box-shadow: 0 10px 25px rgba(0,0,0,.2); font-size: 11px; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .25s, transform .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }.toast > span { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 10px; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Standalone interior pages ------------------------------------------------ */
.page-hero { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 500px; align-items: center; gap: 62px; padding: 50px 27px 92px; }
.page-hero-copy { max-width: 530px; }
.page-kicker { margin: 0 0 19px; color: var(--soft-ink); font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.page-kicker .pulse-dot { margin-right: 8px; }
.page-hero h1 { margin: 0; font-size: clamp(51px, 6vw, 82px); line-height: .98; letter-spacing: -.078em; }
.page-hero h1 em, .section-title em, .page-cta h2 em { font-family: var(--font-display); font-weight: 600; letter-spacing: -.075em; }
.page-hero-lead { max-width: 465px; margin: 25px 0 29px; color: #50554f; font-size: 16px; line-height: 1.72; }
.page-hero-meta { display: flex; align-items: center; gap: 11px; color: #656b63; font-size: 11px; }
.page-hero-meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(122,140,255,.13); }
.route-art { position: relative; display: grid; min-height: 370px; place-items: center; overflow: hidden; border-radius: 25px; isolation: isolate; }
.route-art::before, .route-art::after { position: absolute; z-index: -1; content: ""; border: 1px solid rgba(20,22,20,.2); border-radius: 50%; }
.route-art::before { width: 460px; height: 460px; top: -268px; right: -145px; }
.route-art::after { width: 250px; height: 250px; bottom: -155px; left: -81px; }
.route-art-lime { background: var(--lime); }.route-art-blue { background: #8394ed; }.route-art-peach { background: var(--peach); }
.route-spark { position: absolute; top: 31px; left: 35px; font-size: 31px; transform: rotate(-14deg); }
.route-spark-bottom { position: absolute; right: 35px; bottom: 27px; color: rgba(20,22,20,.68); font-family: var(--font-display); font-size: 22px; font-style: italic; transform: rotate(-7deg); }
.route-board { width: min(306px, calc(100% - 68px)); padding: 20px; border: 1px solid rgba(20,22,20,.19); border-radius: 18px; background: #fbfaf4; box-shadow: 10px 11px 0 rgba(20,22,20,.16); transform: rotate(4deg); }
.route-board-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid rgba(20,22,20,.16); font-family: var(--font-mono); font-size: 9px; letter-spacing: .055em; }
.route-board-top strong { font-family: var(--font-body); font-size: 11px; letter-spacing: -.3px; }
.route-pocket-row { display: grid; grid-template-columns: 1.25fr 1fr .86fr; gap: 7px; padding: 17px 0 13px; }
.route-pocket { min-height: 64px; padding: 9px 7px; border-radius: 10px; font-family: var(--font-mono); font-size: 7px; line-height: 1.45; }.route-pocket strong { display: block; margin-top: 6px; font-family: var(--font-body); font-size: 12px; letter-spacing: -.6px; }.route-pocket-bills { color: white; background: var(--ink); }.route-pocket-future { background: #8799ed; }.route-pocket-week { background: var(--lime); }
.route-safe { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border-radius: 10px; color: white; background: #283027; }.route-safe span { color: rgba(255,255,255,.66); font-size: 9px; }.route-safe strong { color: var(--lime); font-size: 17px; letter-spacing: -1px; }
.route-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; padding: 20px 0 13px; }.route-calendar span { display: grid; width: 100%; aspect-ratio: 1; place-items: center; border-radius: 50%; background: #e8e8df; font-family: var(--font-mono); font-size: 8px; }.route-calendar .calendar-today { color: var(--ink); background: var(--lime); box-shadow: 0 0 0 3px rgba(188,240,58,.32); }.route-calendar .calendar-bill { color: white; background: var(--ink); }
.route-progress { padding: 14px; border-radius: 12px; background: #eef0ff; }.route-progress-head { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 9px; font-weight: 700; }.route-progress-bar { display: flex; overflow: hidden; height: 8px; border-radius: 9px; background: rgba(20,22,20,.1); }.route-progress-bar i { display: block; height: 100%; }.route-progress-bar i:first-child { width: 42%; background: var(--ink); }.route-progress-bar i:nth-child(2) { width: 18%; background: #8194ed; }.route-progress-bar i:last-child { width: 40%; background: var(--lime); }
.route-quote { position: relative; padding: 26px 3px 6px; }.route-quote::before { position: absolute; top: -2px; left: 0; content: "“"; color: var(--lime-deep); font-family: var(--font-display); font-size: 63px; line-height: 1; }.route-quote p { margin: 0; font-size: 19px; font-weight: 800; line-height: 1.17; letter-spacing: -.07em; }.route-quote small { display: block; margin-top: 18px; color: #687066; font-size: 9px; font-weight: 700; }

.content-section { padding: 0 27px 135px; }
.section-heading { max-width: 650px; margin-bottom: 40px; }.section-heading .page-kicker { margin-bottom: 14px; }.section-title { margin: 0; font-size: clamp(39px, 4.2vw, 60px); line-height: 1; letter-spacing: -.075em; }.section-intro { max-width: 530px; margin: 19px 0 0; color: #545a53; font-size: 15px; line-height: 1.7; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.guide-card { min-height: 342px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; border-radius: 20px; }.guide-card-lime { background: var(--lime); }.guide-card-ink { color: white; background: var(--ink); }.guide-card-peach { background: var(--peach); }.guide-number { font-family: var(--font-mono); font-size: 10px; letter-spacing: .055em; }.guide-icon { display: grid; width: 61px; height: 61px; place-items: center; border: 1px solid rgba(20,22,20,.18); border-radius: 19px; background: rgba(255,255,255,.54); font-size: 28px; transform: rotate(-5deg); }.guide-card-ink .guide-icon { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.1); }.guide-card h3 { margin: 0 0 11px; font-size: 24px; line-height: 1.08; letter-spacing: -.065em; }.guide-card p { max-width: 270px; margin: 0; color: rgba(20,22,20,.68); font-size: 12px; line-height: 1.7; }.guide-card-ink p { color: rgba(255,255,255,.66); }
.principle-section { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 0 27px 141px; }.principle-copy { display: flex; min-height: 350px; flex-direction: column; justify-content: center; padding: 45px; border-radius: 22px; color: white; background: #6572dc; }.principle-copy .page-kicker { color: rgba(255,255,255,.68); }.principle-copy h2 { margin: 0; font-size: clamp(37px, 4vw, 55px); line-height: 1.01; letter-spacing: -.075em; }.principle-copy h2 em { color: var(--lime); font-family: var(--font-display); font-weight: 600; }.principle-copy p:last-child { max-width: 395px; margin: 20px 0 0; color: rgba(255,255,255,.77); font-size: 13px; line-height: 1.72; }.principle-card { position: relative; display: flex; min-height: 350px; align-items: center; justify-content: center; overflow: hidden; border-radius: 22px; background: #f1eadb; }.principle-card::before { position: absolute; width: 420px; height: 420px; content: ""; border: 1px dashed rgba(20,22,20,.25); border-radius: 50%; }.principle-math { position: relative; width: min(330px, calc(100% - 50px)); padding: 23px; border: 1px solid var(--ink); border-radius: 15px; background: #fffbf0; box-shadow: 8px 9px 0 var(--ink); transform: rotate(3deg); }.principle-math p { margin: 0; color: #62685f; font-family: var(--font-mono); font-size: 9px; letter-spacing: .04em; }.math-line { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }.math-line strong { font-size: 14px; letter-spacing: -.5px; }.math-total { display: flex; align-items: end; justify-content: space-between; padding-top: 14px; }.math-total span { font-size: 10px; font-weight: 800; }.math-total strong { color: #51642d; font-size: 31px; line-height: 1; letter-spacing: -1.8px; }

.planner-page-calculator { padding-bottom: 102px; }.planner-page-calculator .planner-heading { align-self: center; }.planner-note-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.planner-note { padding: 24px; border-top: 1px solid var(--ink); background: #eeeee5; }.planner-note:nth-child(2) { background: #e6eaff; }.planner-note:nth-child(3) { background: #fff0e8; }.planner-note span { display: block; margin-bottom: 20px; font-family: var(--font-mono); font-size: 10px; }.planner-note h3 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.055em; }.planner-note p { max-width: 290px; margin: 0; color: #50564f; font-size: 12px; line-height: 1.68; }

.stories-section { padding-bottom: 130px; }.story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 16px; }.story-card { display: flex; min-height: 365px; flex-direction: column; justify-content: space-between; padding: 30px; border-radius: 22px; }.story-card-featured { color: white; background: var(--ink); }.story-card-blue { color: white; background: #6979de; }.story-card-lime { color: var(--ink); background: var(--lime); }.story-card-wide { grid-column: 1 / -1; min-height: 246px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 42px; background: #ffc1ae; }.story-quote-mark { color: var(--lime); font-family: var(--font-display); font-size: 73px; line-height: .6; }.story-card-blue .story-quote-mark { color: var(--sun); }.story-card-lime .story-quote-mark { color: #6676dc; }.story-card blockquote { max-width: 500px; margin: 0; font-size: clamp(25px, 3vw, 39px); font-weight: 800; line-height: 1.1; letter-spacing: -.07em; }.story-card blockquote em { color: var(--lime); font-family: var(--font-display); font-weight: 600; }.story-card-lime blockquote em { color: #586bc8; }.story-person { display: flex; align-items: center; gap: 10px; margin-top: 28px; }.story-person > span:last-child { display: grid; gap: 2px; }.story-avatar { display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: var(--ink); background: #ffc09d; font-size: 12px; font-weight: 800; }.story-card-lime .story-avatar { border-color: rgba(20,22,20,.25); background: #f7f7ed; }.story-person b { font-size: 11px; }.story-person small { color: rgba(255,255,255,.65); font-size: 9px; }.story-card-lime .story-person small { color: rgba(20,22,20,.62); }.story-stat { border-left: 1px solid rgba(20,22,20,.2); padding-left: 32px; }.story-stat strong { display: block; margin-bottom: 8px; font-size: clamp(45px, 5vw, 71px); line-height: .85; letter-spacing: -4px; }.story-stat p { max-width: 350px; margin: 0; font-size: 14px; line-height: 1.62; }

.page-cta { padding: 0 27px 85px; }.page-cta-card { position: relative; overflow: hidden; min-height: 338px; padding: 50px 55px; border-radius: 23px; color: var(--ink); background: var(--lime); }.page-cta-card::before { position: absolute; top: -275px; right: -32px; width: 530px; height: 530px; content: ""; border: 1px solid rgba(20,22,20,.45); border-radius: 50%; }.page-cta-card::after { position: absolute; top: -196px; right: 47px; width: 370px; height: 370px; content: ""; border: 1px solid rgba(20,22,20,.3); border-radius: 50%; }.page-cta-card > * { position: relative; z-index: 1; }.page-cta h2 { max-width: 600px; margin: 0; font-size: clamp(40px, 4.7vw, 66px); line-height: 1; letter-spacing: -.078em; }.page-cta p { max-width: 455px; margin: 18px 0 25px; color: #46503a; font-size: 13px; line-height: 1.68; }.page-cta .button-dark { color: white; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr 1fr; gap: 5px; }.hero-copy { padding-left: 0; }.hero h1 { font-size: clamp(45px, 6vw, 64px); }.hero-visual { transform: scale(.9); transform-origin: center; }.intro, .planner-section { padding-left: 0; padding-right: 0; }.feature { min-height: 465px; }.pocket { transform: scale(.8); transform-origin: left top; }.back-pocket { left: 19px; }.front-pocket { left: 53px; }.calendar-illustration { transform: translateX(-50%) scale(.88) rotate(3deg); }.planner-section { gap: 35px; }.planner-card { grid-template-columns: 1fr; }.planner-form { padding-bottom: 29px; }.planner-result { min-height: 330px; }.result-amount strong { font-size: 51px; }.closing-card { padding: 54px; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 520px); }.site-header { height: 75px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: grid; gap: 5px; width: 38px; height: 38px; place-content: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }.menu-toggle span:not(.sr-only) { display: block; width: 15px; height: 1.5px; background: var(--ink); transition: transform .2s; }.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.2px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.2px) rotate(-45deg); }.mobile-nav { position: absolute; top: 66px; right: 0; display: grid; width: 180px; gap: 14px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fbfaf3; box-shadow: 0 12px 22px rgba(20,22,20,.13); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(-7px); transition: .2s; }.mobile-nav.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .hero { display: block; min-height: auto; padding: 44px 0 58px; }.hero h1 { font-size: clamp(47px, 14.5vw, 65px); }.hero-description { max-width: 385px; margin: 23px 0 25px; font-size: 14px; }.people-proof { margin-top: 32px; }.hero-visual { min-height: 477px; margin: 12px -12px -15px; transform: scale(.88); }.note-left { left: -4px; }.note-right { right: 1px; }.visual-caption { bottom: 10px; right: 18px; }.ticker { padding-block: 12px; }.ticker span { font-size: 9px; }
  .intro { display: block; padding: 96px 0 76px; }.intro h2 { font-size: clamp(43px, 13vw, 57px); }.intro-body { max-width: 100%; margin-top: 27px; }.intro-body p { font-size: 14px; }.feature-grid { display: grid; grid-template-columns: 1fr; gap: 13px; padding-bottom: 91px; }.feature { min-height: 420px; }.feature h3 { font-size: 23px; }.pocket-illustration { top: 80px; }.pocket { transform: none; }.back-pocket { left: max(18px, calc(50% - 162px)); }.middle-pocket { right: max(22px, calc(50% - 170px)); }.front-pocket { left: calc(50% - 86px); }.signal-illustration { top: 52px; }.calendar-illustration { transform: translateX(-50%) rotate(3deg); }
  .planner-section { display: block; padding: 0 0 96px; }.planner-heading > p:last-child { margin-bottom: 31px; }.planner-card { min-height: 0; box-shadow: 5px 6px 0 var(--ink); }.planner-form { padding: 23px 19px 20px; }.planner-card-top { margin-bottom: 26px; }.amount-input input { font-size: 27px; }.planner-result { min-height: 321px; padding: 28px 19px; }.result-amount strong { font-size: 46px; }.result-support { margin: 13px 0 22px; }.quote-section { min-height: 405px; }.quote-section blockquote { font-size: clamp(29px, 9.5vw, 43px); }.orb-left { left: -254px; }.closing { padding: 85px 0 57px; }.closing-card { min-height: 504px; padding: 42px 25px; }.closing-card h2 { font-size: clamp(44px, 13vw, 62px); }.closing-sun { top: auto; right: -174px; bottom: -275px; }.closing-sticker { right: 27px; bottom: 46px; }.site-footer { grid-template-columns: 1fr auto; gap: 21px; padding-bottom: 24px; }.site-footer p { display: none; }.footer-links { gap: 11px; font-size: 9px; }
}

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

@media (max-width: 900px) {
  .page-hero { gap: 36px; padding-left: 0; padding-right: 0; }.page-hero h1 { font-size: clamp(48px, 6.3vw, 67px); }.route-art { min-height: 337px; }.route-board { width: min(284px, calc(100% - 54px)); }.guide-card { min-height: 320px; padding: 21px; }.principle-copy, .principle-card { min-height: 325px; }.principle-copy { padding: 36px; }.story-card { padding: 25px; }.story-card-wide { gap: 28px; }
}

@media (max-width: 680px) {
  .page-hero { display: block; min-height: 0; padding: 42px 0 72px; }.page-hero h1 { font-size: clamp(47px, 14vw, 64px); }.page-hero-lead { margin: 22px 0 25px; font-size: 14px; }.page-hero-meta { margin-top: 25px; }.route-art { min-height: 329px; margin-top: 47px; border-radius: 21px; }.route-board { width: min(285px, calc(100% - 52px)); padding: 17px; }.route-spark { top: 23px; left: 26px; }.route-spark-bottom { right: 22px; bottom: 17px; font-size: 18px; }.route-pocket-row { gap: 5px; }.route-pocket { min-height: 57px; padding: 8px 5px; }.route-pocket strong { font-size: 11px; }
  .content-section { padding: 0 0 88px; }.section-heading { margin-bottom: 29px; }.section-title { font-size: clamp(39px, 12.7vw, 55px); }.section-intro { font-size: 14px; }.guide-grid { grid-template-columns: 1fr; gap: 13px; }.guide-card { min-height: 281px; padding: 22px; }.guide-icon { width: 55px; height: 55px; }
  .principle-section { grid-template-columns: 1fr; gap: 13px; padding: 0 0 88px; }.principle-copy, .principle-card { min-height: 305px; }.principle-copy { padding: 34px 25px; }.principle-copy h2 { font-size: clamp(38px, 12vw, 52px); }.principle-card::before { width: 360px; height: 360px; }.principle-math { width: min(292px, calc(100% - 42px)); padding: 19px; }
  .planner-page-calculator { padding-bottom: 79px; }.planner-note-grid { grid-template-columns: 1fr; gap: 11px; }.planner-note { padding: 21px; }.planner-note span { margin-bottom: 15px; }
  .stories-section { padding-bottom: 86px; }.story-grid { grid-template-columns: 1fr; gap: 13px; }.story-card { min-height: 300px; padding: 24px; }.story-card-wide { grid-column: auto; min-height: 0; display: block; }.story-stat { margin-bottom: 31px; padding: 0 0 22px; border-bottom: 1px solid rgba(20,22,20,.2); border-left: 0; }.story-stat strong { font-size: 55px; }.story-card blockquote { font-size: clamp(26px, 8.8vw, 38px); }
  .page-cta { padding: 0 0 57px; }.page-cta-card { min-height: 407px; padding: 39px 25px; border-radius: 20px; }.page-cta-card::before { top: auto; right: -204px; bottom: -329px; }.page-cta-card::after { top: auto; right: -137px; bottom: -252px; }.page-cta h2 { font-size: clamp(41px, 12.4vw, 59px); }.page-cta p { font-size: 12px; }
}
