/* Public-page layout; shared colours and components live in theme.css. */
a { color: inherit; }
a, summary { -webkit-tap-highlight-color: transparent; }

svg { display: block; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }

.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

.hero { display: grid; grid-template-columns: 1.06fr 1fr; align-items: center; gap: 54px; padding-block: 79px 84px; }
.eyebrow { font-size: 10px; font-weight: 750; letter-spacing: 1.8px; line-height: 1.5; color: var(--green); margin: 0 0 22px; }
.hero .eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 7px 12px; background: #eaf2e6; border: 1px solid #d8e6d0; border-radius: 20px; margin-bottom: 26px; font-size: 9px; letter-spacing: 1.6px; }
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(46px, 4.9vw, 68px); line-height: 1.075; font-weight: 680; letter-spacing: -3.5px; margin-bottom: 30px; }
.purpose { position: relative; color: var(--green); display: inline-block; }
.purpose svg { position: absolute; bottom: -14px; left: -4px; width: 100%; height: 17px; fill: none; stroke: #b6d465; stroke-width: 4px; stroke-linecap: round; }
.hero-description { max-width: 460px; font-size: 17px; color: var(--muted); line-height: 1.8; margin-bottom: 27px; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.understated-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 650; text-underline-offset: 5px; text-decoration-color: #a8b9ac; }
.hero-notes { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 23px; font-size: 10px; font-weight: 550; color: var(--muted); }
.hero-notes span { display: inline-flex; gap: 5px; align-items: center; }
.hero-notes .icon { width: 13px; height: 13px; color: var(--green); }
.product-scene { position: relative; min-width: 0; margin: 0; padding: 23px 0 0; isolation: isolate; }
.scene-shape { position: absolute; z-index: -1; inset: -28px -24px 30px 32px; border-radius: 45% 48% 42% 45%; background: #e5efcf; transform: rotate(-7deg); }
.scene-shape::after { content: ""; width: 90px; height: 90px; position: absolute; right: 7px; bottom: 9px; border-radius: 50%; border: 1px solid #b6cfa9; }
.product-window { position: relative; border: 1px solid #d5e1d4; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: 0 24px 55px -26px #29442d55; transform: rotate(-2deg); }
.window-bar { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding: 15px 19px; background: #f4f7f0; border-bottom: 1px solid #e5ebe0; font-size: 10px; font-weight: 650; color: #607064; }
.window-dots { display: inline-flex; gap: 4px; }
.window-dots i { height: 6px; width: 6px; background: #c7d4c5; border-radius: 50%; }
.demo-label { font-size: 8px; letter-spacing: 1px; }
.window-content { padding: 24px; }
.preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.preview-charity { font-size: 8px; letter-spacing: 1px; color: #697e6e; margin-bottom: 5px; }
.preview-heading h2 { font-size: 23px; font-weight: 650; letter-spacing: -.9px; margin: 0; }
.currency-badge { padding: 4px 8px; background: #eff6e9; color: #487445; font-size: 10px; border-radius: 4px; font-weight: 700; }
.preview-total { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin-block: 20px 12px; padding: 16px; background: #f5f8f0; border-radius: 8px; }
.preview-total > div:first-child > span { display: block; font-size: 10px; color: #627359; }
.preview-total strong { font-size: 37px; font-weight: 650; letter-spacing: -1.8px; line-height: 1.35; }
.preview-total strong span { font-size: 27px; }
.preview-count { display: grid; text-align: right; }
.preview-count strong, .preview-count span { font-size: 10px; letter-spacing: 0; line-height: 1.8; }
.preview-count span { color: #70806b; }
.preview-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.preview-table th { padding: 13px 0 9px; text-align: left; color: #708071; font-size: 9px; font-weight: 500; }
.preview-table th:last-child, .preview-table td:last-child { text-align: right; }
.preview-table td { padding: 13px 0; border-top: 1px solid #eef1eb; }
.preview-table td:last-child { font-size: 12px; font-weight: 650; white-space: nowrap; }
.donor-avatar { display: inline-grid; width: 29px; height: 29px; vertical-align: middle; place-items: center; border-radius: 50%; background: #e9eedc; color: #596b3d; font-size: 9px; margin-right: 8px; }
.donor-avatar.peach { background: #fff0e4; color: #986a4a; }
.donor-name { display: inline-block; vertical-align: middle; font-size: 11px; font-weight: 600; }
.donor-name small { display: block; font-size: 9px; font-weight: 400; color: #788477; margin-top: 2px; }
.review-note { border-top: 1px solid #e9eee4; padding-top: 14px; margin-top: 4px; display: flex; align-items: center; gap: 6px; font-size: 9px; color: #5a7358; }
.review-note .icon { width: 14px; height: 14px; }
.tiny-pill { margin-left: auto; border: 1px solid #dfebd1; border-radius: 15px; padding: 3px 7px; font-size: 8px; white-space: nowrap; }
.receipt-preview { display: flex; align-items: center; gap: 12px; position: relative; margin: -5px -10px 0 60px; padding: 18px; border: 1px solid #dce4d5; border-radius: 10px; background: #fff; box-shadow: 0 13px 25px #3a523617; transform: rotate(2deg); }
.receipt-icon { display: grid; place-items: center; width: 39px; height: 45px; border-radius: 7px; color: var(--green); background: #eef5e5; flex: 0 0 auto; }
.receipt-preview strong, .receipt-preview div span { display: block; }
.receipt-preview strong { font-size: 12px; font-weight: 650; }
.receipt-preview div span { color: #73816b; font-size: 9px; margin-top: 3px; }
.receipt-check { margin-left: auto; width: 25px; height: 25px; background: #ddebcb; padding: 5px; border-radius: 50%; }
.product-scene figcaption { margin: 18px 0 0; text-align: center; font-size: 9px; color: #75836d; }
.integration-strip { background: #f0f4ea; border-block: 1px solid #e4eadd; }
.integration-content { display: grid; grid-template-columns: 1.2fr 1fr 1.25fr 1fr; align-items: center; gap: 35px; padding-block: 31px; }
.integration-content > p { color: #73806b; font-size: 11px; line-height: 1.65; margin-bottom: 0; }
.integration-content > p strong { color: #40523a; font-weight: 550; }
.tool-name { display: flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 650; letter-spacing: -.3px; }
.tool-name small { display: block; color: #66775e; font-size: 9px; font-weight: 400; letter-spacing: 0; margin-top: 2px; }
.tool-symbol { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 6px; color: white; font-size: 18px; flex-shrink: 0; }
.excel { background: #24754e; }
.quickbooks { background: #3a8738; border-radius: 50%; font-weight: 450; font-size: 18px; }
.outlook { background: #247cbc; }
.outlook .icon { width: 20px; height: 20px; }
.section { padding-block: 95px; }
.section-heading { max-width: 600px; margin: 0 auto 41px; text-align: center; }
.section-heading .eyebrow, .workflow-heading .eyebrow, .care-section .eyebrow, .faq-layout .eyebrow { margin-bottom: 13px; }
.section h2, .workflow-section h2, .faq-section h2, .closing-section h2 { font-size: clamp(31px, 3.3vw, 43px); letter-spacing: -1.8px; font-weight: 650; line-height: 1.16; margin-bottom: 18px; }
.section-heading > p:last-child, .section-description { color: var(--muted); font-size: 15px; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.feature-card { padding: 28px 26px 23px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; margin-bottom: 28px; }
.feature-icon .icon { width: 24px; height: 24px; }
.mint { background: #e7f2e9; color: #28784d; }
.lemon { background: #f0f2d2; color: #788223; }
.blue { background: #e8f1fb; color: #397dab; }
.feature-card h3 { font-size: 19px; line-height: 1.35; letter-spacing: -.55px; margin-bottom: 13px; font-weight: 650; }
.feature-card p { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 22px; }
.feature-caption { font-size: 10px; color: #4d6b53; border-top: 1px solid #edf0e8; padding-top: 16px; display: block; }
.workflow-section { padding-block: 70px 73px; background: #eaf1df; }
.workflow-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 38px; }
.workflow-heading h2 { margin-bottom: 0; }
.workflow-heading > p { margin-bottom: 3px; font-size: 14px; color: #59714f; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; margin: 0; padding: 0; }
.steps li { border-top: 1px solid #c5d2b8; padding-top: 22px; }
.step-number { display: block; font-size: 33px; line-height: 1; font-weight: 450; letter-spacing: -1px; color: #6c8855; margin-bottom: 24px; }
.steps h3 { font-size: 16px; font-weight: 650; margin-bottom: 9px; }
.steps p { color: #526a47; font-size: 12px; line-height: 1.8; margin-bottom: 0; }
.care-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.section-description { max-width: 420px; line-height: 1.8; }
.care-list { display: grid; gap: 26px; }
.care-list > div { display: flex; gap: 15px; }
.care-check { height: 25px; width: 25px; margin-top: 2px; display: grid; place-items: center; border-radius: 50%; background: #e8efdf; flex: 0 0 auto; }
.care-check .icon { width: 14px; height: 14px; }
.care-list h3 { margin-bottom: 5px; font-size: 16px; font-weight: 650; }
.care-list p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-section { padding-block: 70px; background: #f1f5ec; border-block: 1px solid #e4eade; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 65px; }
.faq-layout > div > p:last-child { color: var(--muted); font-size: 14px; }
.faq-list details { border-bottom: 1px solid #d7e1cf; }
.faq-list details:first-child { border-top: 1px solid #d7e1cf; }
.faq-list summary { position: relative; padding: 20px 32px 20px 0; list-style: none; font-size: 14px; font-weight: 600; line-height: 1.5; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 22px; line-height: 1; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { font-size: 13px; color: var(--muted); margin: 0 32px 21px 0; line-height: 1.8; }
.faq-list a { text-underline-offset: 3px; }
.closing-section { padding-block: 65px; }
.closing-panel { padding: 48px 54px; display: flex; align-items: center; justify-content: space-between; gap: 34px; background: #193f31; color: #f8fbea; border-radius: 16px; }
.closing-panel .eyebrow { color: #d2e58b; font-size: 9px; margin-bottom: 14px; }
.closing-panel h2 { font-size: 37px; letter-spacing: -1.3px; margin-bottom: 13px; }
.closing-panel p:last-child { color: #c7d8bc; font-size: 12px; margin-bottom: 0; }
.closing-panel .button { flex-shrink: 0; }

@media (max-width: 1100px) {

.hero { gap: 34px; padding-block: 60px; }
h1 { font-size: 55px; letter-spacing: -2.6px; }
.hero-description { font-size: 15px; }

.hero-actions { gap: 16px; }
.hero-notes { gap: 10px; font-size: 9px; }

.feature-card { padding: 25px 21px; }
.feature-card h3 { font-size: 17px; }
.care-section { gap: 55px; }
.scene-shape { right: -10px; }
}
@media (max-width: 860px) {

.hero { grid-template-columns: 1fr; gap: 48px; padding-block: 48px 42px; }
.hero-copy { max-width: 650px; }
.hero-description { max-width: 570px; font-size: 16px; }
.hero h1 { font-size: 65px; }
.hero-notes { font-size: 11px; gap: 18px; }
.product-scene { width: min(520px, 100%); justify-self: center; margin-bottom: 5px; }
.integration-content { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.integration-content > p { grid-column: 1 / -1; text-align: center; }
.integration-content > p br { display: none; }
.integration-content > p strong { margin-left: 4px; }
.tool-name { justify-content: center; font-size: 13px; }
.feature-grid { gap: 14px; }
.feature-card { padding: 23px 18px; }
.feature-card p { font-size: 12px; }
.steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.care-section { gap: 35px; }
.faq-layout { grid-template-columns: 1fr 1.4fr; gap: 32px; }
.closing-panel { padding: 37px 30px; flex-direction: column; text-align: center; }

.section { padding-block: 65px; }
}
@media (max-width: 600px) {

.hero { padding-top: 38px; gap: 39px; }
.hero h1 { font-size: clamp(42px, 10vw, 60px); letter-spacing: -2.4px; margin-bottom: 27px; }
.hero .eyebrow { margin-bottom: 22px; font-size: 8px; letter-spacing: 1.4px; }
.hero-description { font-size: 15px; line-height: 1.8; }
.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
.hero-actions .button { font-size: 13px; padding: 16px 20px; }
.understated-link { font-size: 12px; }
.hero-notes { font-size: 9px; gap: 12px; margin-top: 20px; }
.hero-notes .icon { width: 12px; height: 12px; }
.scene-shape { inset: -10px -4px 50px 26px; }
.product-scene { padding: 12px 5px 0; }
.window-content { padding: 18px; }
.window-bar { padding: 12px 15px; }
.preview-heading h2 { font-size: 22px; }
.preview-charity { font-size: 7px; }
.preview-total strong { font-size: 34px; }
.receipt-preview { margin-left: 32px; margin-right: -1px; padding: 13px; gap: 9px; }
.receipt-preview strong { font-size: 10px; }
.receipt-preview div span { font-size: 8px; }
.receipt-preview .receipt-check { width: 21px; height: 21px; }
.receipt-icon { width: 31px; height: 39px; }
.integration-content { padding-block: 23px; gap: 22px 10px; }
.tool-name { font-size: 10px; flex-direction: column; gap: 5px; text-align: center; letter-spacing: 0; }
.tool-name small { font-size: 8px; }
.tool-symbol { width: 28px; height: 28px; font-size: 16px; }
.section { padding-block: 52px; }
.section-heading { margin-bottom: 27px; }
.section h2, .workflow-section h2, .faq-section h2 { font-size: 34px; letter-spacing: -1.5px; }
.section-heading > p:last-child { font-size: 14px; }
.eyebrow { font-size: 9px; letter-spacing: 1.4px; }
.feature-grid { grid-template-columns: 1fr; gap: 16px; }
.feature-card { padding: 25px; }
.feature-icon { margin-bottom: 21px; }
.feature-card h3 { font-size: 20px; }
.feature-card p { font-size: 14px; }
.feature-caption { font-size: 11px; }
.workflow-section { padding-block: 46px; }
.workflow-heading { align-items: start; flex-direction: column; gap: 18px; margin-bottom: 27px; }
.workflow-heading > p { font-size: 13px; }
.steps { gap: 26px 20px; }
.steps h3 { font-size: 14px; }
.steps p { font-size: 12px; }
.step-number { margin-bottom: 18px; font-size: 29px; }
.care-section { grid-template-columns: 1fr; gap: 32px; }
.section-description { font-size: 14px; }
.care-list p { font-size: 13px; }
.faq-section { padding-block: 46px; }
.faq-layout { grid-template-columns: 1fr; gap: 18px; }
.faq-layout h2 br { display: none; }
.faq-layout > div > p:last-child br { display: none; }
.faq-list summary { font-size: 14px; }
.closing-section { padding-block: 35px; }
.closing-panel { padding: 35px 20px; border-radius: 12px; gap: 24px; }
.closing-panel h2 { font-size: 31px; }
.closing-panel p:last-child { line-height: 1.8; }
.closing-panel .button { font-size: 12px; }

}
@media (max-width: 360px) {

.hero-notes { gap: 8px; font-size: 8px; }
.window-content { padding: 14px; }
.donor-avatar { margin-right: 4px; }
.review-note { font-size: 8px; }
.tiny-pill { display: none; } }
@media (prefers-reduced-motion: reduce) {

 }
