:root {
  --ink: #11201d;
  --ink-soft: #1b2e29;
  --mint: #42e6a4;
  --mint-dark: #167d72;
  --gold: #f5b942;
  --gold-light: #ffe283;
  --cream: #fff4dc;
  --paper: #f2e7cb;
  --burgundy: #7d1838;
  --line: rgba(17, 32, 29, .17);
  --shadow: 0 22px 70px rgba(0, 0, 0, .22);
  --display: "Roboto Slab", Georgia, serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--mint); color: var(--ink); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { width: min(1180px, calc(100% - 40px)); height: 88px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-size: 24px; font-weight: 800; letter-spacing: -.8px; }
.brand > span:last-child > span { color: var(--mint-dark); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: var(--ink); }
.brand-mark .brand-wave { fill: none; stroke: var(--mint); stroke-width: 3; stroke-linecap: round; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { text-decoration: none; font-size: 14px; font-weight: 700; }
nav a:not(.nav-cta):hover { color: var(--mint-dark); }
.nav-cta { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; transition: .2s ease; }
.nav-cta:hover { background: var(--ink); color: var(--cream); }

.hero { width: min(1180px, calc(100% - 40px)); min-height: 700px; margin: 0 auto; padding: 56px 0 92px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 50px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: var(--gold); }
.eyebrow.light { color: var(--cream); }
.hero h1, h2 { font-family: var(--display); letter-spacing: -.045em; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.1vw, 88px); line-height: .97; }
.hero h1 em { color: var(--mint-dark); font-style: normal; }
.hero-lede { max-width: 620px; margin: 30px 0 0; font-size: 18px; line-height: 1.72; color: #4a5752; }
.hero-lede strong { color: var(--ink); }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 10px; text-decoration: none; font-weight: 800; box-shadow: 5px 5px 0 var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-primary { background: var(--mint); border: 2px solid var(--ink); }
.button-icon { width: 26px; height: 26px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 8px; }
.text-link { font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.trust-list { margin: 38px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 15px 24px; list-style: none; font-size: 12px; font-weight: 700; }
.trust-list span { color: var(--mint-dark); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 84%; aspect-ratio: 1; border-radius: 50%; background: var(--ink); box-shadow: var(--shadow); }
.hero-badge { position: relative; width: min(520px, 90%); z-index: 2; filter: drop-shadow(0 18px 25px rgba(0,0,0,.25)); animation: entrance .9s cubic-bezier(.2,.8,.2,1) both; }
.hero-badge img { border-radius: 50%; }
.orbit { position: absolute; border: 1px solid rgba(22, 125, 114, .28); border-radius: 50%; z-index: 0; }
.orbit-one { width: 102%; aspect-ratio: 1; transform: rotate(18deg); }
.orbit-two { width: 115%; aspect-ratio: 1; border-style: dashed; transform: rotate(-12deg); }
.floating-note { position: absolute; z-index: 4; min-width: 150px; padding: 12px 16px; background: var(--cream); border: 1px solid var(--ink); border-radius: 10px; box-shadow: 4px 4px 0 var(--gold); }
.floating-note span { display: block; margin-bottom: 4px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #66726d; }
.floating-note strong { font-family: var(--display); font-size: 17px; }
.note-income { top: 11%; right: -3%; transform: rotate(4deg); }
.note-expense { bottom: 13%; left: -3%; transform: rotate(-4deg); }

.ticker { padding: 13px 0; background: var(--gold); border-block: 2px solid var(--ink); overflow: hidden; transform: rotate(-1.3deg) scale(1.02); position: relative; z-index: 6; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; font-family: var(--display); font-size: 20px; font-weight: 800; animation: ticker 28s linear infinite; }
.ticker-track i { font-style: normal; color: var(--burgundy); }

.section { padding: 120px max(20px, calc((100vw - 1180px)/2)); }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; }

.friction-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.friction-copy > p:last-child { max-width: 520px; margin: 26px 0 0; color: #5d6964; font-size: 17px; line-height: 1.75; }
.time-board { padding: 34px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 8px 8px 0 var(--ink); position: relative; }
.time-card { min-height: 220px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border: 1px solid var(--ink); }
.time-card > span { font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.time-card strong { font: 800 92px/.95 var(--display); letter-spacing: -.08em; }
.time-card small { margin-top: 12px; font-weight: 700; }
.old-way { background: var(--cream); color: #65716c; }
.cash-way { background: var(--mint); }
.time-arrow { font: 800 34px var(--display); }
.time-board > p { grid-column: 1 / -1; margin: 6px 0 0; text-align: center; font-size: 12px; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.step { min-height: 365px; padding: 32px; position: relative; background: var(--cream); border-right: 1px solid var(--ink); }
.step:last-child { border-right: 0; }
.step.featured-step { background: var(--mint); }
.step-number { position: absolute; right: 24px; top: 24px; font-family: var(--display); font-weight: 800; opacity: .35; }
.step-icon { width: 64px; height: 64px; margin-bottom: 68px; display: grid; place-items: center; background: var(--ink); color: var(--gold); border-radius: 50%; font-family: var(--display); font-weight: 800; }
.step h3 { margin: 0 0 14px; font-family: var(--display); font-size: 26px; }
.step p { margin: 0; min-height: 78px; line-height: 1.65; color: #53605b; }
.featured-step p { color: var(--ink); }
.step small { display: block; margin-top: 24px; padding-top: 16px; border-top: 1px dashed currentColor; font-weight: 700; }

.demo-section { background: var(--ink); color: var(--cream); display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 100px; overflow: hidden; }
.demo-copy { max-width: 590px; }
.demo-copy > p:not(.eyebrow) { max-width: 520px; margin: 28px 0; font-size: 18px; line-height: 1.7; color: #a9bbb4; }
.demo-hints { display: flex; flex-wrap: wrap; gap: 10px; }
.phrase-chip { padding: 10px 14px; border: 1px solid #45625a; border-radius: 999px; background: transparent; color: #bed0c9; font: 700 12px var(--body); cursor: pointer; transition: .2s; }
.phrase-chip:hover, .phrase-chip.active { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.phone { width: 390px; min-height: 690px; justify-self: center; background: #e8e1cf; color: var(--ink); border: 8px solid #263c36; border-radius: 38px; box-shadow: 14px 18px 0 var(--gold), var(--shadow); overflow: hidden; transform: rotate(1.8deg); }
.phone-top { height: 34px; padding: 9px 20px; display: flex; justify-content: space-between; align-items: center; background: var(--ink); color: var(--cream); font-size: 10px; font-weight: 800; }
.phone-notch { width: 80px; height: 15px; background: #050a08; border-radius: 0 0 10px 10px; }
.chat-header { height: 70px; padding: 10px 16px; display: flex; align-items: center; gap: 11px; background: #f8efdd; border-bottom: 1px solid #d5cbb5; }
.chat-header img { width: 46px; height: 46px; border-radius: 50%; }
.chat-header div { display: flex; flex-direction: column; }
.chat-header strong { font-family: var(--display); }
.chat-header small { font-size: 9px; color: #718078; }
.online-dot { width: 8px; height: 8px; margin-left: auto; background: var(--mint-dark); border-radius: 50%; }
.chat-body { min-height: 520px; padding: 26px 16px 18px; background-color: #e8e1cf; background-image: radial-gradient(rgba(17,32,29,.07) 1px, transparent 1px); background-size: 17px 17px; }
.date-label { width: max-content; margin: 0 auto 20px; padding: 5px 10px; background: rgba(255,255,255,.65); border-radius: 12px; font-size: 9px; font-weight: 700; }
.message { border-radius: 15px; box-shadow: 0 4px 12px rgba(17,32,29,.1); }
.voice-message { width: 86%; margin-left: auto; padding: 12px; display: flex; align-items: center; gap: 10px; background: var(--mint); }
.play-button { width: 34px; height: 34px; flex: 0 0 auto; border: 0; border-radius: 50%; background: var(--ink); color: var(--mint); cursor: pointer; }
.waveform { height: 28px; flex: 1; display: flex; align-items: center; gap: 3px; }
.waveform i { width: 3px; height: 8px; background: var(--ink); border-radius: 3px; opacity: .6; }
.waveform i:nth-child(2n) { height: 18px; }.waveform i:nth-child(3n) { height: 25px; }.waveform.playing i { animation: wave .7s ease-in-out infinite alternate; }.waveform.playing i:nth-child(2n) { animation-delay: .12s; }.waveform.playing i:nth-child(3n) { animation-delay: .25s; }
.voice-message > span { font-size: 9px; }
.transcript { width: 82%; margin: 8px 0 20px auto; text-align: right; font-size: 11px; color: #5d6963; }
.bot-message { width: 88%; padding: 18px; background: #fffaf0; border: 1px solid #d4c5a7; transition: transform .3s ease, opacity .3s ease; }
.bot-message.updating { transform: translateY(6px); opacity: .35; }
.bot-label { display: block; margin-bottom: 13px; color: var(--mint-dark); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.receipt-row { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.receipt-row strong { font-family: var(--display); font-size: 16px; }
.receipt-meta { margin-top: 10px; padding-top: 10px; border-top: 1px dashed #c8b997; display: flex; justify-content: space-between; color: #758078; font-size: 9px; }
.message-actions { margin: 15px -18px -18px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #ddd0b5; }
.message-actions button { padding: 11px 4px; border: 0; background: transparent; font: 700 9px var(--body); color: var(--mint-dark); }
.message-actions button + button { border-left: 1px solid #ddd0b5; }
.chat-input { height: 58px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; background: #f8efdd; border-top: 1px solid #d5cbb5; }
.chat-input > span { flex: 1; padding: 10px 15px; border: 1px solid #d0c6b2; border-radius: 20px; color: #9b9b91; font-size: 10px; }
.chat-input button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--mint-dark); color: white; }

.split-heading { max-width: none; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 5px; font-size: 17px; line-height: 1.7; color: #5e6965; }
.feature-ledger { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.feature-ledger article { min-height: 250px; padding: 30px 30px 30px 0; border-bottom: 1px solid var(--line); }
.feature-ledger article:not(:nth-child(3n+1)) { padding-left: 30px; border-left: 1px solid var(--line); }
.feature-symbol { font-family: var(--display); font-size: 36px; color: var(--mint-dark); }
.feature-ledger h3 { margin: 28px 0 12px; font-family: var(--display); font-size: 21px; }
.feature-ledger p { margin: 0; line-height: 1.65; color: #5c6863; }

.use-cases { background: var(--paper); border-top: 1px solid var(--ink); }
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--ink); }
.case-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--ink); position: relative; overflow: hidden; }
.case-grid article:last-child { border-right: 0; }
.case-grid article::after { content: ""; width: 90px; height: 90px; position: absolute; right: -40px; bottom: -40px; border: 18px solid var(--mint); border-radius: 50%; opacity: .4; }
.case-grid span { font: 800 13px var(--display); color: var(--mint-dark); }
.case-grid h3 { margin: 95px 0 16px; font: 700 23px/1.15 var(--display); }
.case-grid p { margin: 0; color: #5d6964; line-height: 1.65; }

.compare-section { background: var(--ink); color: var(--cream); }
.compare-heading { max-width: 940px; }
.compare-heading h2 em { color: var(--mint); font-style: normal; }
.compare-heading > p:last-child { max-width: 720px; margin: 28px 0 0; color: #a9bbb4; font-size: 17px; line-height: 1.7; }
.comparison-wrap { overflow-x: auto; border: 1px solid #527067; }
.comparison-table { width: 100%; min-width: 820px; border-collapse: collapse; text-align: left; }
.comparison-table th, .comparison-table td { padding: 19px 20px; border-right: 1px solid #3e5951; border-bottom: 1px solid #3e5951; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th { background: #0a1512; color: #93aaa1; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.comparison-table tbody th { width: 26%; color: #c7d5d0; font-size: 13px; }
.comparison-table tbody td { color: #9eb1aa; font-size: 13px; }
.comparison-table .cash-column { background: rgba(66,230,164,.11); color: var(--cream); }
.comparison-table thead .cash-column { color: var(--mint); }
.comparison-table .yes { color: var(--mint); font-weight: 800; }
.comparison-note { max-width: 880px; margin: 20px 0 0; color: #7f958d; font-size: 11px; line-height: 1.65; }

.quote-section { min-height: 480px; padding: 90px max(20px, calc((100vw - 960px)/2)); display: grid; place-content: center; text-align: center; background: var(--gold); border-block: 2px solid var(--ink); }
.quote-mark { height: 70px; font-family: var(--display); font-size: 100px; line-height: 1; color: var(--burgundy); }
blockquote { margin: 10px 0 35px; font-family: var(--display); font-size: clamp(36px, 5vw, 64px); line-height: 1.12; letter-spacing: -.035em; }
.quote-rule { display: flex; align-items: center; gap: 18px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.quote-rule::before, .quote-rule::after { content: ""; height: 1px; flex: 1; background: var(--ink); }

.final-cta { min-height: 650px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; background: var(--ink); color: var(--cream); position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(115deg, transparent 0 48px, rgba(66,230,164,.025) 49px 50px); }
.cta-content { max-width: 650px; position: relative; z-index: 2; }
.cta-content > p:not(.eyebrow) { max-width: 560px; margin: 25px 0 30px; color: #afc0ba; font-size: 17px; line-height: 1.7; }
.button-gold { background: var(--gold); color: var(--ink); border: 2px solid var(--cream); box-shadow: 5px 5px 0 var(--mint); }
.button-gold:hover { box-shadow: 2px 2px 0 var(--mint); }
.cta-content small { display: block; margin-top: 20px; color: #7f958d; }
.cta-emblem { width: 420px; position: relative; justify-self: end; }
.cta-emblem::before { content: ""; position: absolute; inset: 8%; background: var(--mint); border-radius: 50%; filter: blur(70px); opacity: .22; }
.cta-emblem img { position: relative; border-radius: 50%; transform: rotate(4deg); }

footer { min-height: 110px; padding: 0 max(20px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: #09110f; color: #71857d; font-size: 12px; }
.footer-brand { color: var(--cream); }
footer p:last-child { justify-self: end; }

/* Cashtalk dark palette, matched to the published product style. */
body { background: #0e1512; color: #e8f0ec; }
.brand > span:last-child > span,
nav a:not(.nav-cta):hover,
.hero h1 em,
.trust-list span,
.feature-symbol,
.case-grid span { color: #3ce08f; }
.brand-mark svg { fill: #e8f0ec; }
.nav-cta { border-color: #5c6f66; }
.nav-cta:hover { background: #3ce08f; border-color: #3ce08f; color: #08130d; }
.eyebrow > span { background: #3ce08f; }
.hero-lede,
.friction-copy > p:last-child,
.split-heading > p,
.feature-ledger p,
.case-grid p { color: #93a89e; }
.hero-lede strong { color: #e8f0ec; }
.button { color: #08130d; box-shadow: 5px 5px 0 #5c6f66; }
.button:hover { box-shadow: 2px 2px 0 #5c6f66; }
.button-primary { background: #3ce08f; border-color: #08130d; }
.text-link { color: #e8f0ec; }
.trust-list { border-color: rgba(232, 240, 236, .14); color: #93a89e; }
.hero-visual::before { background: #08130d; box-shadow: 0 26px 90px rgba(0, 0, 0, .42); }
.orbit { border-color: rgba(60, 224, 143, .25); }
.floating-note { background: #14231d; border-color: #5c6f66; color: #e8f0ec; box-shadow: 4px 4px 0 #3ce08f; }
.floating-note span { color: #93a89e; }
.ticker { background: #3ce08f; border-color: #08130d; color: #08130d; }
.ticker-track i { color: #275f45; }

.friction-section,
.how,
.features { background: #0e1512; }
.time-board { background: #08130d; border-color: #24352e; box-shadow: 8px 8px 0 #24352e; }
.time-card { border-color: #5c6f66; }
.old-way { background: #14231d; color: #93a89e; }
.cash-way { background: #3ce08f; color: #08130d; border-color: #3ce08f; }
.steps { border-color: #5c6f66; }
.step { background: #101b17; border-color: #5c6f66; }
.step.featured-step { background: #3ce08f; color: #08130d; }
.step-icon { background: #08130d; color: #3ce08f; }
.step p { color: #93a89e; }
.featured-step p { color: #183126; }

.demo-section,
.compare-section,
.final-cta { background: #08130d; color: #e8f0ec; }
.demo-copy > p:not(.eyebrow),
.compare-heading > p:last-child,
.cta-content > p:not(.eyebrow) { color: #93a89e; }
.phrase-chip { border-color: #5c6f66; color: #b7c9c0; }
.phrase-chip:hover,
.phrase-chip.active { background: #3ce08f; border-color: #3ce08f; color: #08130d; }
.phone { box-shadow: 14px 18px 0 #3ce08f, var(--shadow); }
.feature-ledger { border-color: #5c6f66; }
.feature-ledger article { border-color: rgba(232, 240, 236, .14); }
.feature-ledger article:not(:nth-child(3n+1)) { border-color: rgba(232, 240, 236, .14); }
.use-cases { background: #101b17; border-color: #24352e; }
.case-grid { border-color: #5c6f66; }
.case-grid article { border-color: #5c6f66; }
.case-grid article::after { border-color: #3ce08f; }

.comparison-wrap { border-color: #3b5047; }
.comparison-table th,
.comparison-table td { border-color: #2b4037; }
.comparison-table thead th { background: #050d09; color: #93a89e; }
.comparison-table tbody th { color: #cbd9d3; }
.comparison-table tbody td { color: #93a89e; }
.comparison-table .cash-column { background: rgba(60, 224, 143, .1); color: #e8f0ec; }
.comparison-table thead .cash-column,
.comparison-table .yes { color: #3ce08f; }
.comparison-note,
.cta-content small { color: #70877c; }

.quote-section { background: #3ce08f; border-color: #08130d; color: #08130d; }
.quote-mark { color: #1f6946; }
.quote-rule::before,
.quote-rule::after { background: #08130d; }
.button-gold { background: #3ce08f; color: #08130d; border-color: #e8f0ec; box-shadow: 5px 5px 0 #5c6f66; }
.button-gold:hover { box-shadow: 2px 2px 0 #5c6f66; }
.final-cta::before { background: repeating-linear-gradient(115deg, transparent 0 48px, rgba(60, 224, 143, .035) 49px 50px); }
.cta-emblem::before { background: #3ce08f; }
footer { background: #050d09; color: #70877c; border-top: 1px solid #24352e; }
.footer-brand { color: #e8f0ec; }

/* Cashtalk mascot sticker system. One transparent sheet powers four poses. */
.mascot-sticker {
  display: block;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-color: transparent;
  pointer-events: none;
}
.sprite-emotions { background-image: url("../branding/stickers/cashtalk-emotions-v2.png"); }
.sprite-money { background-image: url("../branding/stickers/cashtalk-money-v2-clean.png"); }
.sprite-benefits { background-image: url("../branding/stickers/cashtalk-benefits-v2.png"); }
.sticker-think,
.sticker-count,
.sticker-clock { background-position: 0 0; }
.sticker-curious,
.sticker-currency,
.sticker-chart { background-position: 100% 0; }
.sticker-receipt,
.sticker-card,
.sticker-shield { background-position: 0 100%; }
.sticker-shrug,
.sticker-mic,
.sticker-sort { background-position: 100% 100%; }

.time-board { overflow: visible; }
.time-mascot {
  width: 255px;
  position: absolute;
  z-index: 3;
  right: -78px;
  top: -182px;
  filter: drop-shadow(0 0 2px #08130d) drop-shadow(0 18px 22px rgba(0, 0, 0, .28));
  transform: rotate(4deg);
}
.step-icon.mascot-sticker {
  width: 180px;
  height: 180px;
  margin: -35px 0 16px;
  border-radius: 0;
  color: transparent;
  filter: drop-shadow(0 0 2px #08130d) drop-shadow(0 14px 18px rgba(0, 0, 0, .24));
}
.feature-symbol.mascot-sticker {
  width: 360px;
  height: 360px;
  margin: 0;
  transition: transform .25s ease;
  filter: drop-shadow(0 0 2px #08130d) drop-shadow(0 22px 26px rgba(0, 0, 0, .28));
}
.feature-ledger { display: block; border-top: 1px solid #24352e; }
.feature-ledger article,
.feature-ledger article:not(:nth-child(3n+1)) {
  min-height: 430px;
  padding: 45px 0;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  grid-template-rows: auto 1fr;
  align-items: center;
  column-gap: clamp(48px, 8vw, 120px);
  border-left: 0;
  border-bottom: 1px solid #24352e;
}
.feature-ledger .feature-symbol { grid-column: 1; grid-row: 1 / 3; justify-self: center; }
.feature-ledger h3 { grid-column: 2; margin: 0 0 18px; align-self: end; font-size: clamp(29px, 3vw, 42px); line-height: 1.08; }
.feature-ledger p { grid-column: 2; max-width: 570px; align-self: start; font-size: 17px; line-height: 1.75; }
.feature-ledger article:nth-child(even) .feature-symbol { grid-column: 2; }
.feature-ledger article:nth-child(even) h3,
.feature-ledger article:nth-child(even) p { grid-column: 1; justify-self: end; text-align: right; }
.feature-ledger article:hover .feature-symbol.mascot-sticker { transform: translateY(-7px) rotate(-1.5deg) scale(1.015); }
.case-grid article { min-height: 350px; }
.case-grid article > .mascot-sticker {
  display: none;
}
.case-grid h3 { margin-top: 70px; position: relative; z-index: 2; }
.case-grid p { position: relative; z-index: 2; }
.compare-section { position: relative; overflow: hidden; }
.compare-mascot {
  width: 275px;
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 38px;
  opacity: .72;
  filter: drop-shadow(0 20px 25px rgba(0, 0, 0, .32));
}
.compare-heading { position: relative; z-index: 2; padding-right: 230px; }
.quote-section { position: relative; overflow: hidden; }
.quote-mascot {
  width: 245px;
  position: absolute;
  left: max(-35px, calc((100vw - 1180px) / 2 - 80px));
  bottom: -35px;
  opacity: .88;
  transform: rotate(-5deg);
}
.quote-section > :not(.quote-mascot) { position: relative; z-index: 2; }
.cta-emblem .mascot-sticker {
  width: 100%;
  position: relative;
  z-index: 2;
  transform: rotate(3deg);
  filter: drop-shadow(0 0 2px #08130d) drop-shadow(0 24px 28px rgba(0, 0, 0, .36));
}

.telegram-icon { width: 22px; height: 22px; flex: 0 0 auto; fill: currentColor; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; }
.telegram-fab {
  width: 62px;
  height: 62px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #2aabee;
  color: white;
  border: 2px solid #e8f0ec;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .38);
  transition: transform .2s ease, box-shadow .2s ease;
}
.telegram-fab .telegram-icon { width: 33px; height: 33px; }
.telegram-fab:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 20px 42px rgba(0, 0, 0, .45); }

/* Real dialogue showcase: one dark and one classic light Telegram theme. */
.dialogue-section { background: #101b17; border-block: 1px solid #24352e; }
.dialogue-heading { max-width: 900px; }
.dialogue-heading > p:last-child { max-width: 720px; margin: 26px 0 0; color: #93a89e; font-size: 17px; line-height: 1.7; }
.dialogue-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: stretch; }
.telegram-window { min-height: 720px; display: grid; grid-template-rows: 76px 1fr 64px; border-radius: 24px; overflow: hidden; border: 1px solid #334940; box-shadow: 0 26px 60px rgba(0, 0, 0, .28); font-family: var(--body); }
.telegram-window-head { padding: 12px 18px; display: flex; align-items: center; gap: 12px; }
.telegram-window-head img { width: 50px; height: 50px; border-radius: 50%; }
.telegram-window-head div { display: flex; flex-direction: column; gap: 2px; }
.telegram-window-head strong { font-size: 15px; }
.telegram-window-head small { font-size: 10px; opacity: .68; }
.theme-tag { margin-left: auto; padding: 7px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.telegram-chat { padding: 22px 18px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.tg-day { width: max-content; margin: 0 auto 8px; padding: 5px 10px; border-radius: 12px; font-size: 9px; font-weight: 800; }
.tg-bubble { width: fit-content; max-width: 84%; padding: 11px 13px 8px; border-radius: 15px; font-size: 13px; line-height: 1.45; box-shadow: 0 4px 10px rgba(0, 0, 0, .08); }
.tg-bubble p { margin: 0; }
.tg-bubble time { display: block; margin-top: 4px; text-align: right; font-size: 8px; opacity: .58; }
.tg-user { margin-left: auto; border-bottom-right-radius: 5px; }
.tg-bot { margin-right: auto; border-bottom-left-radius: 5px; }
.tg-author { display: block; margin-bottom: 3px; color: #3ca9e8; font-weight: 800; }
.tg-reply { padding-left: 14px; border-left: 3px solid #3ca9e8; opacity: .92; }
.operation-stack { width: 88%; display: grid; gap: 7px; }
.operation-card { padding: 11px 13px; display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; border-radius: 13px; }
.operation-card span { font-size: 12px; font-weight: 700; }
.operation-card strong { font: 800 15px var(--display); }
.operation-card small { grid-column: 1 / -1; font-size: 9px; opacity: .68; }
.tg-summary { margin-top: 2px; }
.receipt-demo { width: 76%; }
.receipt-demo > div { display: flex; justify-content: space-between; gap: 20px; }
.receipt-demo > div strong { font-family: var(--display); }
.receipt-demo > p { margin-top: 7px; padding-top: 7px; border-top: 1px dashed currentColor; opacity: .7; font-size: 10px; }
.telegram-input { padding: 11px 14px; display: flex; align-items: center; gap: 10px; }
.telegram-input span { flex: 1; padding: 10px 14px; border-radius: 999px; font-size: 11px; opacity: .6; }
.telegram-input b { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; font-size: 13px; }

.telegram-dark { background: #0d1723; color: #e5edf5; }
.telegram-dark .telegram-window-head { background: #172535; border-bottom: 1px solid #26394b; }
.telegram-dark .telegram-chat { background-color: #0d1723; background-image: radial-gradient(rgba(132, 161, 187, .08) 1px, transparent 1px); background-size: 17px 17px; }
.telegram-dark .tg-day { background: #25384a; color: #b8c9d7; }
.telegram-dark .tg-user { background: #2b5278; }
.telegram-dark .tg-bot,
.telegram-dark .operation-card { background: #182b3d; }
.telegram-dark .tg-summary { color: #75e3ad; }
.telegram-dark .telegram-input { background: #172535; border-top: 1px solid #26394b; }
.telegram-dark .telegram-input span { background: #0f1d2a; }
.telegram-dark .telegram-input b { background: #2aabee; color: white; }

.telegram-light { background: #d9e6ec; color: #1d2d36; border-color: #b8ccd5; }
.telegram-light .telegram-window-head { background: #ffffff; border-bottom: 1px solid #cddce3; }
.telegram-light .telegram-window-head small { color: #2aabee; opacity: 1; }
.telegram-light .telegram-chat { background-color: #d9e6ec; background-image: radial-gradient(rgba(55, 85, 99, .11) 1px, transparent 1px); background-size: 18px 18px; }
.telegram-light .tg-day { background: rgba(84, 115, 128, .62); color: white; }
.telegram-light .tg-user { background: #e2ffc7; }
.telegram-light .tg-bot,
.telegram-light .operation-card { background: #ffffff; }
.telegram-light .telegram-input { background: #ffffff; border-top: 1px solid #cddce3; }
.telegram-light .telegram-input span { background: #f1f4f5; }
.telegram-light .telegram-input b { background: #2aabee; color: white; }
.dialogue-action { margin-top: 36px; display: flex; justify-content: center; }

@keyframes entrance { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes wave { from { transform: scaleY(.45); } to { transform: scaleY(1.15); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 40px; text-align: center; }
  .hero-copy { max-width: 760px; margin: 0 auto; }
  .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-lede { margin-inline: auto; }
  .hero-visual { width: min(650px, 100%); margin: 0 auto; }
  .demo-section { grid-template-columns: 1fr; text-align: center; gap: 70px; }
  .demo-copy { margin: 0 auto; }.demo-copy > p:not(.eyebrow) { margin-inline: auto; }.demo-hints { justify-content: center; }
  .phone { justify-self: center; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .friction-section { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr 1fr; }
  .case-grid article:nth-child(2) { border-right: 0; }
  .case-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ink); }
  .final-cta { grid-template-columns: 1fr; text-align: center; }
  .cta-content { margin: auto; }.final-cta .eyebrow { justify-content: center; }.cta-content > p:not(.eyebrow) { margin-inline: auto; }
  .cta-emblem { width: 330px; justify-self: center; margin-top: 50px; }
  .compare-mascot { width: 220px; right: -35px; top: 65px; opacity: .45; }
  .compare-heading { padding-right: 130px; }
  .quote-mascot { width: 190px; left: -55px; opacity: .5; }
  .feature-ledger article,
  .feature-ledger article:not(:nth-child(3n+1)) { grid-template-columns: 270px 1fr; column-gap: 42px; }
  .feature-symbol.mascot-sticker { width: 290px; height: 290px; }
  .dialogue-grid { grid-template-columns: 1fr; max-width: 700px; margin: 0 auto; }
  .telegram-window { min-height: 680px; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; }
  nav a:not(.nav-cta) { display: none; }
  .brand { font-size: 21px; }.brand-mark { width: 32px; height: 32px; }
  .hero { width: min(100% - 28px, 1180px); min-height: auto; padding: 42px 0 70px; }
  .hero h1 { font-size: clamp(46px, 14vw, 67px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-visual { min-height: 430px; }
  .hero-badge { width: 92%; }
  .floating-note { min-width: 125px; padding: 9px 12px; }
  .floating-note strong { font-size: 14px; }.note-income { right: 0; }.note-expense { left: 0; }
  .section { padding: 82px 20px; }
  .section-heading { margin-bottom: 38px; }
  .section h2 { font-size: 42px; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; border-right: 0; border-bottom: 1px solid var(--ink); }.step:last-child { border-bottom: 0; }
  .step-icon { margin-bottom: 35px; }.step p { min-height: auto; }
  .demo-section { padding-inline: 12px; }
  .demo-copy { padding-inline: 8px; }
  .phone { width: min(370px, calc(100vw - 38px)); min-height: 650px; transform: none; box-shadow: 7px 9px 0 var(--gold); }
  .feature-ledger article,
  .feature-ledger article:not(:nth-child(3n+1)) { min-height: auto; padding: 48px 0; grid-template-columns: 1fr; grid-template-rows: auto auto auto; row-gap: 8px; border-left: 0; }
  .feature-ledger .feature-symbol,
  .feature-ledger article:nth-child(even) .feature-symbol { width: min(330px, 90vw); height: min(330px, 90vw); grid-column: 1; grid-row: 1; justify-self: center; }
  .feature-ledger h3,
  .feature-ledger p,
  .feature-ledger article:nth-child(even) h3,
  .feature-ledger article:nth-child(even) p { grid-column: 1; justify-self: start; text-align: left; }
  .feature-ledger h3 { margin-top: 8px; font-size: 30px; }
  .friction-section { gap: 40px; }
  .time-board { padding: 18px; grid-template-columns: 1fr; box-shadow: 5px 5px 0 var(--ink); }
  .time-mascot { width: 175px; position: relative; top: auto; right: auto; justify-self: center; margin: -58px 0 -34px; transform: rotate(3deg); }
  .time-card { min-height: 170px; }
  .time-card strong { font-size: 72px; }
  .time-arrow { transform: rotate(90deg); justify-self: center; }
  .case-grid { grid-template-columns: 1fr; }
  .case-grid article, .case-grid article:nth-child(2) { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .case-grid article:last-child { border-bottom: 0; }
  .case-grid h3 { margin-top: 55px; }
  .case-grid article { min-height: 320px; }
  .case-grid h3 { margin-top: 55px; }
  .compare-mascot, .quote-mascot { display: none; }
  .compare-heading { padding-right: 0; }
  .quote-section { min-height: 420px; padding: 70px 20px; }
  .final-cta { padding-inline: 20px; }
  .cta-emblem { width: min(320px, 90vw); }
  footer { padding: 32px 20px; grid-template-columns: 1fr; text-align: center; }
  footer > * { justify-self: center !important; } footer p { margin: 0; }
  .telegram-fab { width: 56px; height: 56px; right: 16px; bottom: 16px; }
  .dialogue-section { padding-inline: 12px; }
  .dialogue-heading { padding-inline: 8px; }
  .telegram-window { min-height: 650px; border-radius: 18px; grid-template-rows: 70px 1fr 58px; }
  .telegram-window-head { padding-inline: 13px; }
  .telegram-window-head img { width: 44px; height: 44px; }
  .theme-tag { font-size: 8px; padding: 6px 8px; }
  .telegram-chat { padding: 18px 12px; }
  .tg-bubble { max-width: 91%; font-size: 12px; }
  .operation-stack { width: 94%; }
  .dialogue-action .button { width: calc(100% - 16px); }
}

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

:focus-visible { outline: 3px solid #3ce08f; outline-offset: 4px; }
