:root {
  --paper: #f5f0e7;
  --paper-deep: #eae2d5;
  --ink: #18211f;
  --muted: #66706d;
  --line: rgba(24, 33, 31, 0.15);
  --lime: #d8fa87;
  --lime-deep: #b9e754;
  --forest: #1d3830;
  --white: #fffdf8;
  --coral: #ff826f;
  --violet: #a786e8;
  --shadow: 0 22px 70px rgba(38, 46, 41, 0.14);
  --radius: 24px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
::selection { color: var(--ink); background: var(--lime); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(970px, calc(100% - 48px)); }
.section { padding: 120px 0; }
.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: 999; top: 10px; left: 10px; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 6px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #5a38a4; outline-offset: 3px; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(245, 240, 231, 0.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 19px; font-weight: 760; letter-spacing: -0.03em; text-decoration: none; }
.brand img { border-radius: 9px; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta) { color: #38413f; }
.site-nav > a:not(.nav-cta):hover { color: #000; }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 100px; }
.nav-cta:hover { color: var(--ink); background: var(--lime); }
.menu-toggle { display: none; width: 44px; height: 42px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 10px; }
.menu-toggle > span[aria-hidden] { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 92px 0 104px; background: radial-gradient(circle at 84% 5%, rgba(216,250,135,.62), transparent 26%), linear-gradient(155deg, #f8f4ec, var(--paper)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; pointer-events: none; background-image: linear-gradient(rgba(24,33,31,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(24,33,31,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 42%); }
.hero-grid { display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: #53605c; font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 20px; height: 2px; background: var(--ink); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 650px; margin: 0; font-size: clamp(3rem, 5.3vw, 5.65rem); line-height: .96; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--forest); font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: #4c5753; font-size: 18px; line-height: 1.7; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 760; line-height: 1; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(24,33,31,.15); }
.button-primary { color: #fff; background: var(--ink); }
.button-primary span { color: var(--lime); margin-left: 5px; }
.button-secondary { gap: 14px; color: var(--ink); background: transparent; border-color: rgba(24,33,31,.28); }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 18px 0 0; color: #69736f; font-size: 12px; }
.hero-note > span { color: #52721c; font-weight: 900; }
.hero-note i, .cta-action i { width: 3px; height: 3px; background: currentColor; border-radius: 50%; }

.hero-visual { position: relative; z-index: 1; min-width: 0; padding: 42px 0 36px; }
.browser-frame { position: relative; z-index: 2; width: 112%; border: 1px solid rgba(24,33,31,.22); background: #fff; border-radius: 18px; box-shadow: 0 35px 90px rgba(31,49,41,.23); overflow: hidden; transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.browser-bar { height: 48px; display: grid; grid-template-columns: 64px 1fr 30px; align-items: center; gap: 13px; padding: 0 14px; background: #f4f1eb; border-bottom: 1px solid #dfdbd3; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; background: #bab7b0; border-radius: 50%; }
.window-dots i:first-child { background: #f58c7c; }
.address-pill { height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 11px; color: #8a8e89; background: #fff; border: 1px solid #e3e0d9; border-radius: 7px; font-size: 10px; }
kbd { padding: 2px 6px; color: inherit; background: rgba(255,255,255,.65); border: 1px solid currentColor; border-radius: 4px; font-family: var(--sans); font-size: .72em; box-shadow: 0 1px 0 currentColor; }
.mini-mark { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: #111; border-radius: 6px; font-size: 8px; font-weight: 800; }
.app-window { height: 410px; display: grid; grid-template-columns: 142px 1fr; background: #fbfaf7; }
.mock-sidebar { padding: 17px 11px; background: #17201e; color: #d6dedb; }
.mock-brand { display: flex; align-items: center; gap: 7px; margin: 0 5px 22px; font-size: 10px; font-weight: 750; }
.mock-brand img { border-radius: 6px; }
.mock-section-label { margin: 0 8px; color: #68736f; font-size: 7px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mock-sidebar ul { padding: 0; margin: 8px 0 0; list-style: none; }
.mock-sidebar li { display: flex; align-items: center; gap: 7px; padding: 8px; border-radius: 6px; color: #aeb9b5; font-size: 8px; }
.mock-sidebar li.active { color: #fff; background: #2b3733; }
.mock-sidebar li b { width: 12px; text-align: center; color: #80908a; font-weight: 400; }
.mock-sidebar li small { margin-left: auto; color: #68736f; font-size: 7px; }
.groups-label { display: block; margin-top: 25px; }
.mock-sidebar li b.green-dot, .mock-sidebar li b.amber-dot { width: 6px; height: 6px; margin: 0 3px; background: #91cc72; border-radius: 50%; }
.mock-sidebar li b.amber-dot { background: #edb95e; }
.mock-content { min-width: 0; padding: 28px 24px; }
.mock-content-head { display: flex; align-items: flex-end; justify-content: space-between; }
.mock-content-head div { display: flex; flex-direction: column; }
.mock-content-head small { color: #8c948f; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.mock-content-head strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.mock-content-head > span { color: #9da39f; }
.mock-pins { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 21px; padding: 10px; background: #efeee9; border-radius: 9px; }
.mock-pins > div { display: flex; align-items: center; gap: 5px; min-width: 0; padding: 5px; background: #fff; border-radius: 6px; box-shadow: 0 3px 9px rgba(0,0,0,.04); }
.mock-pins b { overflow: hidden; font-size: 7px; font-weight: 650; text-overflow: ellipsis; }
.pin-icon { display: grid; place-items: center; flex: 0 0 17px; width: 17px; height: 17px; color: #fff; background: var(--coral); border-radius: 5px; font-size: 7px; font-weight: 800; }
.pin-icon.blue { background: #5e93d7; }.pin-icon.violet { background: var(--violet); }.pin-icon.green { background: #6ba87c; }
.mock-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.mock-grid article { position: relative; min-width: 0; height: 95px; display: flex; flex-direction: column; justify-content: flex-end; padding: 12px; background: #fff; border: 1px solid #e4e0d8; border-radius: 8px; box-shadow: 0 3px 12px rgba(38,46,41,.04); overflow: hidden; }
.folder-tab { position: absolute; top: 0; right: 0; left: 0; height: 29px; background: #f3d987; }
.folder-tab::after { content: ""; position: absolute; top: -5px; left: 10px; width: 31px; height: 10px; background: inherit; border-radius: 4px 4px 0 0; }
.folder-tab.mint { background: #afdbba; }.folder-tab.lilac { background: #c6b2e8; }.folder-tab.peach { background: #edb48d; }.folder-tab.blue-bg { background: #a7c9e4; }.folder-tab.rose { background: #e9b0b2; }
.mock-grid article i { position: absolute; top: 11px; right: 12px; font-size: 12px; font-style: normal; }
.mock-grid article b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.mock-grid article small { color: #939a96; font-size: 7px; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 10px 13px; background: #fff; border: 1px solid rgba(24,33,31,.13); border-radius: 10px; box-shadow: 0 15px 35px rgba(24,33,31,.18); }
.float-card > span { display: grid; place-items: center; width: 29px; height: 29px; background: var(--lime); border-radius: 7px; font-weight: 800; }
.float-card div { display: flex; flex-direction: column; }
.float-card small { color: #939a96; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.float-card b { font-size: 8px; }
.float-search { top: 12px; right: -22px; }
.float-group { bottom: 5px; left: 2px; }
.float-group > span { color: #fff; background: var(--forest); }
.orbit { position: absolute; border: 1px dashed rgba(35,74,62,.22); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; top: -45px; left: -20px; }
.orbit-two { width: 470px; height: 470px; top: 28px; left: 48px; }

.proof-strip { color: #dde5e1; background: var(--ink); }
.proof-list { min-height: 74px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof-list span { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 12px; border-left: 1px solid rgba(255,255,255,.11); font-size: 12px; font-weight: 650; letter-spacing: .03em; }
.proof-list span:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.proof-list b { color: #78837f; font-size: 9px; letter-spacing: .1em; }

h2 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.75rem); line-height: 1.03; letter-spacing: -.065em; }
.problem-section { background: var(--white); }
.problem-section .section-kicker { text-align: center; }
.problem-section h2 { text-align: center; }
.problem-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; margin: 44px auto 60px; color: #56615d; font-size: 16px; }
.problem-intro p { margin: 0; }
.comparison { display: grid; grid-template-columns: 1fr 42px 1fr; align-items: center; }
.comparison-card { min-height: 330px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison-title { display: flex; align-items: center; gap: 14px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.comparison-title > span { display: grid; place-items: center; width: 32px; height: 32px; background: #e7e2da; border-radius: 50%; color: #747b78; font-size: 17px; }
.comparison-title h3 { margin: 0; font-size: 19px; }
.comparison-card ul { padding: 0; margin: 22px 0 0; list-style: none; }
.comparison-card li { position: relative; padding: 7px 0 7px 27px; color: #707875; font-size: 14px; }
.comparison-card li::before { content: "—"; position: absolute; left: 0; color: #adb2af; }
.comparison-card.bookfolio-way { background: #eefbd0; border-color: #cde799; box-shadow: 0 16px 50px rgba(67,93,46,.12); }
.bookfolio-way .comparison-title > span { color: var(--ink); background: var(--lime-deep); }
.bookfolio-way li { color: var(--ink); font-weight: 650; }
.bookfolio-way li::before { content: "✓"; color: #507720; }
.comparison-arrow { position: relative; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--ink); border-radius: 50%; font-size: 18px; }
.problem-close { max-width: 680px; margin: 45px auto 0; color: #56615d; text-align: center; }

.use-cases { background: #eee8dd; }
.section-heading { margin-bottom: 58px; }
.split-heading { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 80px; }
.split-heading h2 { max-width: 750px; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.case-card { position: relative; min-height: 295px; display: flex; flex-direction: column; padding: 29px; background: rgba(255,253,248,.72); border: 1px solid rgba(24,33,31,.13); border-radius: 18px; overflow: hidden; transition: transform .2s ease, background .2s ease; }
.case-card:hover { transform: translateY(-3px); background: var(--white); }
.case-number { position: absolute; top: 27px; right: 27px; color: #919994; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.case-icon, .feature-symbol { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 37px; color: var(--ink); background: var(--lime); border-radius: 11px; font-size: 18px; }
.case-card h3 { margin: auto 0 8px; font-size: 19px; letter-spacing: -.025em; }
.case-card p { margin: 0; color: #68716e; font-size: 13px; line-height: 1.7; }
.case-featured { background: #d8fa87; border-color: #b8d86b; }
.case-featured .case-icon { color: #fff; background: var(--ink); }
.case-featured p { color: #3f5140; }
.case-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 19px; }
.case-tags span { padding: 5px 9px; background: rgba(255,255,255,.52); border: 1px solid rgba(24,33,31,.1); border-radius: 100px; font-size: 8px; font-weight: 750; }
.case-dark { color: #fff; background: var(--ink); }
.case-dark:hover { background: #24312e; }
.case-dark .case-number, .case-dark p { color: #aeb9b5; }
.case-dark .case-icon { color: var(--ink); background: var(--lime); }
.mini-action { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.16); color: var(--lime); font-size: 10px; font-weight: 700; }

.screenshots-section { background: #1a2421; color: #f7f5ef; }
.screenshots-section .section-kicker { color: var(--lime); }
.screenshots-section h2 em { color: var(--lime); }
.screenshots-section .split-heading > p { color: #a7b3ae; }
.screenshot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
.screenshot-card { min-width: 0; margin: 0; }
.screenshot-wide { grid-column: span 2; }
.screenshot-frame { position: relative; padding: 7px; background: #303a37; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; box-shadow: 0 25px 70px rgba(0,0,0,.22); overflow: hidden; }
.screenshot-frame::before { content: ""; position: absolute; z-index: 2; inset: 7px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; pointer-events: none; }
.screenshot-frame img { display: block; width: 100%; border-radius: 11px; background: #111; }
.screenshot-card:not(.screenshot-wide) .screenshot-frame { aspect-ratio: 1.28 / 1; }
.screenshot-card:not(.screenshot-wide) .screenshot-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.frame-label { position: absolute; z-index: 3; top: 19px; left: 19px; padding: 7px 11px; color: #19211f; background: rgba(216,250,135,.94); border-radius: 100px; font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; box-shadow: 0 6px 18px rgba(0,0,0,.13); }
.screenshot-card figcaption { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 18px 8px 2px; }
.screenshot-card figcaption > span { padding-top: 3px; color: #687872; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.screenshot-card figcaption strong { display: block; font-size: 15px; }
.screenshot-card figcaption p { margin: 5px 0 0; color: #99a7a2; font-size: 12px; }

.feature-section { background: var(--white); }
.centered-heading { max-width: 790px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading > p:last-child { max-width: 520px; margin: 23px auto 0; color: var(--muted); }
.feature-stack { display: grid; gap: 18px; }
.feature-row { min-height: 420px; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; background: #f0ece4; border: 1px solid var(--line); border-radius: 25px; }
.feature-row.reverse { grid-template-columns: 1.22fr .78fr; }
.feature-row.reverse .feature-copy { grid-column: 2; }
.feature-row.reverse .feature-art { grid-column: 1; grid-row: 1; }
.feature-copy { padding: 50px; }
.feature-index { display: block; margin-bottom: 36px; color: #88908c; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.feature-copy .feature-symbol { margin-bottom: 25px; background: var(--ink); color: var(--lime); }
.feature-copy h3 { margin: 0 0 13px; font-size: 27px; letter-spacing: -.045em; }
.feature-copy p { max-width: 340px; margin: 0; color: #626d69; font-size: 14px; }
.feature-art { position: relative; min-height: 360px; margin: 30px 30px 30px 0; background: #dde9bf; border: 1px solid rgba(24,33,31,.13); border-radius: 16px; overflow: hidden; }
.feature-row.reverse .feature-art { margin: 30px 0 30px 30px; }
.dashboard-art { display: grid; grid-template-columns: 105px 1fr; padding: 40px 35px 0; background: #dce9bc; }
.art-sidebar { display: flex; flex-direction: column; gap: 12px; padding: 28px 16px; background: #1a2522; border-radius: 11px 0 0 0; }
.art-sidebar i { display: block; height: 8px; background: #66736e; border-radius: 4px; }
.art-sidebar i:nth-child(2) { width: 70%; background: var(--lime); }
.art-main { padding: 27px; background: #f9f7f2; border-radius: 0 11px 0 0; }
.art-main > span { display: block; width: 38%; height: 13px; margin-bottom: 28px; background: #1f2926; border-radius: 4px; }
.art-main > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; }
.art-main i { height: 82px; background: #e7c97e; border-radius: 7px; }
.art-main i:nth-child(2), .art-main i:nth-child(5) { background: #a9d5b4; }.art-main i:nth-child(3), .art-main i:nth-child(6) { background: #bda9e0; }
.side-art { background: #c4b2e4; }
.web-page { position: absolute; inset: 35px; padding: 30px; background: #faf8f4; border-radius: 12px; }
.web-page span { display: block; width: 38%; height: 16px; background: #25312e; border-radius: 4px; }
.web-page i { display: block; width: 55%; height: 7px; margin-top: 16px; background: #ddd9d2; border-radius: 4px; }
.web-page i:last-child { width: 78%; }
.side-sheet { position: absolute; top: 18px; right: 20px; bottom: 0; width: 42%; display: flex; flex-direction: column; gap: 13px; padding: 24px 18px; background: #1b2522; border-radius: 12px 12px 0 0; box-shadow: -12px 0 35px rgba(24,33,31,.2); }
.side-sheet b { color: #fff; font-size: 11px; }
.side-sheet span { padding: 9px; color: #85908c; background: #2c3734; border-radius: 6px; font-size: 7px; }
.side-sheet i { height: 42px; background: #303c38; border-left: 3px solid var(--lime); border-radius: 4px; }
.omnibox-art { display: flex; flex-direction: column; justify-content: center; padding: 46px; background: #f0b7ab; }
.omnibox-art > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px 17px; background: #fff; border: 2px solid #363e3b; border-radius: 10px; box-shadow: 0 8px 0 rgba(24,33,31,.12); font-size: 12px; }
.omnibox-art > div span { color: #7b827f; }
.omnibox-art ul { margin: 13px 0 0; padding: 10px; background: #fff; border-radius: 10px; box-shadow: var(--shadow); list-style: none; }
.omnibox-art li { display: flex; align-items: center; gap: 11px; padding: 9px; }
.omnibox-art li + li { border-top: 1px solid #eee9e1; }
.omnibox-art li > i { width: 26px; height: 26px; background: var(--violet); border-radius: 6px; }.omnibox-art li > i.green { background: #72a77a; }
.omnibox-art li span { display: flex; flex-direction: column; }
.omnibox-art li b { font-size: 9px; }.omnibox-art li small { color: #8a918e; font-size: 7px; }
.mini-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 18px; }
.mini-features article { min-height: 315px; padding: 31px; background: #f6f2eb; border: 1px solid var(--line); border-radius: 19px; }
.mini-features article > span { float: right; color: #959c98; font-size: 9px; font-weight: 800; }
.mini-features .feature-symbol { margin-bottom: 53px; background: #e3ddd2; }
.mini-features h3 { margin: 0 0 9px; font-size: 19px; }
.mini-features p { margin: 0; color: var(--muted); font-size: 13px; }

.privacy-section { position: relative; overflow: hidden; color: #fff; background: #15201d; }
.privacy-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(#d8fa87 1px, transparent 1px); background-size: 24px 24px; }
.privacy-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.privacy-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.privacy-mark > span { position: relative; z-index: 2; display: grid; place-items: center; width: 116px; height: 116px; color: var(--ink); background: var(--lime); border-radius: 28px; font-size: 30px; font-weight: 900; letter-spacing: -.08em; box-shadow: 0 0 70px rgba(216,250,135,.22); transform: rotate(-6deg); }
.ring { position: absolute; border: 1px solid rgba(216,250,135,.22); border-radius: 50%; }
.ring-a { width: 230px; height: 230px; }.ring-b { width: 340px; height: 340px; border-style: dashed; }.ring-c { width: 440px; height: 440px; opacity: .45; }
.privacy-copy .section-kicker { color: var(--lime); }
.privacy-copy h2 em { color: var(--lime); }
.privacy-copy > p:not(.section-kicker) { max-width: 650px; margin: 24px 0 0; color: #b5c0bc; }
.text-links { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 35px; }
.text-links a { padding-bottom: 4px; border-bottom: 1px solid #72817b; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.text-links a span { margin-left: 8px; color: var(--lime); }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:last-child { margin-top: 26px; color: var(--muted); font-size: 14px; }
.faq-heading a { text-underline-offset: 3px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 16px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -7px 50px 26px 0; color: var(--muted); font-size: 14px; }

.final-cta { padding: 88px 0; color: #fff; background: var(--forest); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.final-cta .section-kicker { color: var(--lime); }
.final-cta h2 { font-size: clamp(2.5rem, 4.8vw, 4.5rem); }
.final-cta h2 em { color: var(--lime); }
.final-cta p:not(.section-kicker) { max-width: 650px; margin: 24px 0 0; color: #b9c6c1; }
.cta-action { display: flex; flex-direction: column; align-items: center; gap: 13px; }
.button-light { min-height: 58px; gap: 24px; color: var(--ink); background: var(--lime); }
.cta-action small { display: flex; align-items: center; gap: 9px; color: #9aaba4; font-size: 10px; }

.site-footer { padding: 64px 0 24px; color: #d3dcd8; background: #101715; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 80px; padding-bottom: 50px; }
.footer-brand { color: #fff; }
.footer-grid p { max-width: 360px; margin: 17px 0 0; color: #7f8d88; font-size: 13px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, 120px); gap: 15px 35px; align-content: start; }
.footer-grid nav a { color: #b6c0bc; font-size: 12px; text-decoration: none; }
.footer-grid nav a:hover { color: var(--lime); }
.footer-meta { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: #64716c; font-size: 10px; }

/* Interior pages */
.page-default main { min-height: 65vh; }
.page-hero { padding: 90px 0 68px; background: linear-gradient(155deg, #f9f5ed, #ebe4d7); border-bottom: 1px solid var(--line); }
.page-hero-inner { max-width: 800px; }
.page-hero h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: var(--muted); font-size: 18px; }
.prose-shell { width: min(820px, calc(100% - 48px)); margin-inline: auto; padding: 80px 0 110px; }
.prose-shell h2 { margin: 65px 0 18px; font-size: 31px; letter-spacing: -.04em; }
.prose-shell h3 { margin: 34px 0 10px; font-size: 20px; }
.prose-shell p, .prose-shell li { color: #4f5a56; }
.prose-shell a { color: #284e41; font-weight: 650; text-underline-offset: 3px; }
.prose-shell table { width: 100%; margin: 28px 0; border-collapse: collapse; font-size: 13px; }
.prose-shell th, .prose-shell td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose-shell th { color: var(--ink); background: var(--paper-deep); }
.prose-shell blockquote { margin: 30px 0; padding: 20px 24px; background: #eefbd0; border-left: 4px solid #7fa53f; border-radius: 0 12px 12px 0; }
.prose-shell blockquote p { margin: 0; color: #33452c; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 34px; }
.support-card { padding: 25px; background: var(--white); border: 1px solid var(--line); border-radius: 15px; }
.support-card h3 { margin-top: 0; }
.support-card p:last-child { margin-bottom: 0; }
.contact-card { margin-top: 55px; padding: 36px; color: #fff; background: var(--forest); border-radius: 20px; }
.contact-card h2 { margin-top: 0; color: #fff; }
.contact-card p { color: #c0ccc7; }
.contact-card a { color: var(--lime); }
.not-found { min-height: 70vh; display: grid; place-items: center; padding: 70px 0; text-align: center; }
.not-found .error-code { color: #9cbd53; font-family: var(--serif); font-size: 100px; line-height: 1; }
.not-found h1 { margin-top: 10px; font-size: 52px; }
.not-found p { color: var(--muted); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 90%; margin: 0 auto; }
  .browser-frame { width: 100%; }
  .proof-list { grid-template-columns: 1fr; padding: 15px 0; }
  .proof-list span { min-height: 42px; border: 0; justify-content: flex-start; }
  .proof-list span:last-child { border: 0; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .screenshot-grid { gap: 24px 14px; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; }
  .feature-row.reverse .feature-copy, .feature-row.reverse .feature-art { grid-column: 1; }
  .feature-row.reverse .feature-copy { grid-row: 1; }
  .feature-row.reverse .feature-art { grid-row: 2; }
  .feature-art, .feature-row.reverse .feature-art { margin: 0 30px 30px; }
  .mini-features { grid-template-columns: 1fr; }
  .privacy-grid { grid-template-columns: .7fr 1.3fr; gap: 45px; }
  .ring-c { width: 350px; height: 350px; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .faq-heading { position: static; }
  .cta-inner { grid-template-columns: 1fr; align-items: start; }
  .cta-action { align-items: flex-start; }
}

@media (max-width: 720px) {
  .shell, .narrow-shell, .prose-shell { width: min(100% - 30px, 100%); }
  .section { padding: 84px 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 66px; }
  .header-inner { flex-wrap: wrap; }
  .site-nav { width: 100%; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 0 0 12px; }
  .site-nav a { padding: 10px 0; }
  .nav-cta { margin-top: 5px; padding: 13px; text-align: center; }
  .js .header-inner { flex-wrap: nowrap; }
  .js .menu-toggle { display: block; }
  .js .site-nav { position: absolute; top: 58px; right: 15px; left: 15px; width: auto; display: none; padding: 12px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .js .site-nav[data-open] { display: flex; }
  .js .site-nav a { padding: 13px; }
  .hero { padding: 68px 0 70px; }
  h1 { font-size: clamp(2.85rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-grid { gap: 42px; }
  .hero-lede { font-size: 16px; }
  .button-row, .button { width: 100%; }
  .hero-note { align-items: flex-start; flex-wrap: wrap; }
  .hero-note i { display: none; }
  .hero-visual { width: 105%; margin-left: -3%; padding: 30px 0; }
  .browser-frame { transform: none; border-radius: 12px; }
  .app-window { height: 315px; grid-template-columns: 95px 1fr; }
  .mock-sidebar { padding: 13px 6px; }
  .mock-brand span, .mock-section-label, .mock-sidebar li small { display: none; }
  .mock-brand { margin-bottom: 12px; }
  .mock-sidebar li { font-size: 6px; padding: 6px; }
  .mock-content { padding: 18px 10px; }
  .mock-pins { grid-template-columns: repeat(2,1fr); }
  .mock-grid { grid-template-columns: repeat(2,1fr); }
  .mock-grid article { height: 75px; }
  .mock-grid article:nth-child(n+5) { display: none; }
  .float-card { display: none; }
  .proof-list { width: calc(100% - 50px); }
  .problem-intro { grid-template-columns: 1fr; gap: 18px; margin: 35px 0 40px; }
  .comparison { grid-template-columns: 1fr; gap: 0; }
  .comparison-arrow { margin: -10px auto; transform: rotate(90deg); }
  .comparison-card { min-height: 0; padding: 26px; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: 260px; }
  .screenshot-grid { grid-template-columns: 1fr; }
  .screenshot-wide { grid-column: auto; }
  .screenshot-card:not(.screenshot-wide) .screenshot-frame { aspect-ratio: auto; }
  .screenshot-card:not(.screenshot-wide) .screenshot-frame img { height: auto; object-fit: contain; }
  .feature-copy { padding: 34px 27px; }
  .feature-art, .feature-row.reverse .feature-art { min-height: 260px; margin: 0 12px 12px; }
  .dashboard-art { grid-template-columns: 70px 1fr; padding: 25px 16px 0; }
  .art-main { padding: 20px 12px; }
  .art-main > div { grid-template-columns: repeat(2,1fr); }
  .art-main i { height: 55px; }
  .art-main i:nth-child(n+5) { display: none; }
  .omnibox-art { padding: 22px; }
  .privacy-grid { grid-template-columns: 1fr; gap: 60px; }
  .privacy-mark { width: 270px; margin: 0 auto; }
  .ring-a { width: 180px; height: 180px; }.ring-b { width: 260px; height: 260px; }.ring-c { width: 330px; height: 330px; }
  .text-links { flex-direction: column; align-items: flex-start; }
  .faq-list summary { font-size: 14px; }
  .cta-inner { gap: 45px; }
  .cta-action, .cta-action .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid nav { grid-template-columns: 1fr 1fr; }
  .footer-meta { gap: 15px; flex-direction: column; }
  .page-hero { padding: 68px 0 52px; }
  .page-hero h1 { font-size: 3.5rem; }
  .prose-shell { padding: 60px 0 80px; }
  .prose-shell table { display: block; overflow-x: auto; }
  .support-grid { grid-template-columns: 1fr; }
}

@media (prefers-color-scheme: dark) {
  :root { --paper: #121917; --paper-deep: #24302d; --ink: #edf3ef; --muted: #a0aca7; --line: rgba(237,243,239,.15); --white: #18211f; --forest: #213f35; }
  .site-header { background: rgba(18,25,23,.92); }
  .brand, .site-nav > a:not(.nav-cta) { color: #edf3ef; }
  .nav-cta { color: #16201d; background: var(--lime); border-color: var(--lime); }
  .hero { background: radial-gradient(circle at 84% 5%, rgba(91,123,54,.45), transparent 26%), linear-gradient(155deg, #19211f, #121917); }
  h1 em, h2 em { color: #b9dc72; }
  .hero-lede, .problem-intro, .problem-close, .split-heading > p, .feature-copy p, .mini-features p, .page-hero p:not(.eyebrow), .prose-shell p, .prose-shell li { color: #a8b3af; }
  .button-primary { color: #17201e; background: var(--lime); }
  .button-primary span { color: #38521e; }
  .button-secondary { border-color: rgba(237,243,239,.3); }
  .browser-frame { filter: brightness(.9); }
  .problem-section, .feature-section, .faq-section { background: #17201e; }
  .use-cases { background: #111815; }
  .comparison-card, .case-card, .mini-features article, .support-card { background: #1d2825; }
  .comparison-card.bookfolio-way { color: #18211f; background: #cde77f; }
  .bookfolio-way .comparison-title h3, .bookfolio-way li { color: #18211f; }
  .case-featured { color: #18211f; background: #cde77f; }
  .case-featured h3 { color: #18211f; }
  .case-featured p { color: #35432e; }
  .case-dark { background: #263733; }
  .screenshots-section { background: #111815; }
  .feature-row { background: #202a27; }
  .faq-list summary { color: #edf3ef; }
  .prose-shell th { background: #26312e; }
  .prose-shell blockquote { background: #2c3c2c; }
  .prose-shell blockquote p { color: #d7e6c8; }
  .contact-card { background: #253a33; }
  .page-hero { background: linear-gradient(155deg, #19211f, #111715); }
}

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