/* Hephaes — editorial landing page, with desktop product illustrations. */
* { box-sizing: border-box; }
body { margin: 0; background: #f7f8fa; color: #202326; font-family: 'Schibsted Grotesk', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 2px solid #386a95; outline-offset: 5px; }
button { color: inherit; cursor: pointer; }
img { max-width: 100%; }
h1,h2,h3,h4,p,figure { margin: 0; }
h2 { font: 300 clamp(36px, 4.1vw, 56px)/1.07 'Newsreader', serif; letter-spacing: -.025em; text-wrap: pretty; }
h3 { font-size: 20px; line-height: 1.25; font-weight: 500; letter-spacing: -.02em; }
p { font-size: 16px; line-height: 1.6; }
section { scroll-margin-top: 24px; }
.site-nav, .brand, .nav-links { display: flex; align-items: center; }
.site-nav { justify-content: space-between; }
.brand { flex-shrink: 0; }
.brand-name { font: 400 29px 'Newsreader', serif; letter-spacing: -.02em; }
.nav-demo { background: #202326; color: #f7f8fa; border-radius: 3px; }
.hero { position: relative; overflow: hidden; }
.hero-content { position: relative; display: flex; flex-direction: column; }
.hero-title { font-family: 'Newsreader',serif; font-weight: 300; letter-spacing: -.035em; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; }
.hero-description { color: #535d68; }
.ledger-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-fade-horizontal, .hero-fade-bottom { position: absolute; inset: 0; pointer-events: none; }
.hero-fade-bottom { background: linear-gradient(180deg,#f7f8fa00 68%,#f7f8fa 100%); }
.section-wrap { max-width: 1328px; margin: auto; padding-left: 48px; padding-right: 48px; }
/* Editorial product redesign */
:root { --paper: #f7f8fa; --ink: #202326; --muted: #626870; --line: #dadee3; --blue: #386a95; }
html { scroll-behavior: smooth; }
body { overflow-x: clip; }
.site-nav { max-width: 1328px; margin: auto; padding: 22px 48px; box-sizing: border-box; border: 0; min-height: 90px; }
.brand { align-items: center; gap: 10px; }
.brand:hover { text-decoration: none; }
.brand img { width: 44px; height: 44px; }
.brand-name { font-size: 29px; }
.nav-links { gap: 32px; font-size: 14px; }
.nav-demo { padding: 13px 20px; display: flex; gap: 25px; }
.menu-toggle { display: none; }
.skip-link { position: absolute; left: 20px; top: -100px; padding: 12px; background: var(--ink); color: white; z-index: 10; }
.skip-link:focus { top: 10px; }
.hero { height: auto; min-height: 0; border-top: 1px solid var(--line); }
.hero-content { max-width: 1232px; padding: 84px 48px 64px; margin: auto; box-sizing: content-box; gap: 28px; }
.hero-title { font-size: clamp(52px, 6.2vw, 86px); line-height: 1.04; max-width: 1000px; }
.hero-title em { font-weight: 300; }
.eyebrow { font: 500 11px/1.5 'JetBrains Mono',monospace; letter-spacing: .1em; color: var(--muted); display: flex; align-items: center; gap: 10px; }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px #386a9510; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-top: 5px; }
.hero-description { font-size: 18px; max-width: 530px; }
.hero-actions { gap: 26px; padding: 0; flex-shrink: 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 34px; padding: 16px 23px; border-radius: 3px; font-size: 15px; font-weight: 500; line-height: 1.2; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { text-decoration: none; transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #39414a; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; }
.hero .ledger-canvas { opacity: .8; }
.hero-fade-horizontal { background: linear-gradient(90deg,var(--paper) 0%,var(--paper) 30%,#f7f8fabf 52%,#f7f8fa33 78%,#f7f8fa00 100%); }
.product-section { padding: 0 48px 56px; max-width: 1232px; margin: auto; }
.product-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.product-tabs { display: flex; gap: 5px; }
.product-tabs button { font: inherit; font-size: 13px; border: 1px solid transparent; border-radius: 3px; padding: 10px 15px; background: transparent; color: var(--muted); cursor: pointer; }
.product-tabs button[aria-selected="true"] { border-color: var(--line); background: #ffffff; color: var(--ink); box-shadow: 0 1px 3px #20232609; }
.product-tabs button:hover { color: var(--ink); background: #edf0f2; }
.product-figure { margin: 0; }
.product-window { padding: 10px; background: #e5e8ec; border: 1px solid #cdd2d8; border-radius: 10px; box-shadow: 0 18px 38px -25px #26252165; }
.product-window img { display: block; width: 100%; height: auto; border: 1px solid #d2d6db; border-radius: 4px; box-sizing: border-box; background: white; }
.product-figure figcaption { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 12px; line-height: 1.6; padding: 17px 0; }
.product-figure figcaption span:last-child { text-align: right; color: #7b848e; }
@media(max-width:1000px) { .site-nav { padding: 20px 28px; } .hero-content { padding: 64px 28px 48px; } .hero-bottom { align-items: flex-start; flex-direction: column; gap: 24px; } .product-section { padding: 0 28px 40px; } }
@media(max-width:600px) { .site-nav { padding: 14px 20px; min-height: 76px; flex-wrap: wrap; gap: 0; } .brand img { width: 38px; height: 38px; } .brand-name { font-size: 27px; } .menu-toggle { display: flex; gap: 20px; font: inherit; font-size: 14px; padding: 10px 0 10px 16px; border: 0; background: none; } .nav-links { width: 100%; padding: 24px 0 8px; display: none; } .nav-links.is-open { display: flex; flex-direction: column; align-items: stretch; } .nav-links a { padding: 12px; } .hero-content { padding: 54px 20px 38px; gap: 24px; } .hero-title, .hero h1 { font-size: clamp(42px, 10.2vw, 58px); } .hero .eyebrow { font-size: 9px; letter-spacing: .07em; } .hero-bottom { margin: 0; } .hero-description { font-size: 16px; } .hero-description br { display: none; } .hero-actions { flex-wrap: wrap; gap: 22px; } .hero .hero-actions a { font-size: 14px; padding: 14px 18px; } .hero .hero-actions .text-link { padding: 10px 0; } .product-section { padding: 0 16px 28px; } .product-toolbar { align-items: flex-start; flex-direction: column; gap: 13px; padding: 17px 4px; } .product-tabs { width: 100%; gap: 3px; } .product-tabs button { flex: 1; font-size: 11px; padding: 10px 7px; } .product-window { padding: 5px; border-radius: 6px; } .product-figure figcaption { flex-direction: column; gap: 4px; font-size: 11px; padding-left: 4px; } .product-figure figcaption span:last-child { text-align: left; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
.product-section { max-width: 1328px; }
.section-intro { display: flex; flex-direction: column; gap: 23px; }
.section-intro > p { color: var(--muted); }
.workflow-overview { padding-top: 74px; padding-bottom: 94px; border-top: 1px solid var(--line); }
.workflow-line { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 56px; margin-top: 52px; }
.workflow-line article { border-top: 1px solid #b8c0c8; padding-top: 18px; position: relative; }
.step-index { font: 400 12px 'JetBrains Mono',monospace; color: var(--muted); }
.workflow-line h3 { margin: 20px 0 13px; }
.workflow-line p { color: var(--muted); font-size: 15px; max-width: 310px; }
.flow-arrow { position: absolute; top: 13px; right: 0; color: #9aa5af; font-size: 23px; }
.source-story { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 70px; border-top: 1px solid var(--line); padding-top: 90px; padding-bottom: 90px; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 25px; }
.story-copy > p { max-width: 380px; color: #545e68; }
.story-copy .story-detail { font-size: 14px; color: var(--muted); border-left: 2px solid #c3cbd3; padding-left: 17px; }
.story-copy .text-link { margin-top: 5px; border-bottom: 1px solid #b6c0ca; padding-bottom: 7px; }
.source-visual { background: #edf0f2; position: relative; border: 1px solid #dce1e6; border-radius: 5px; padding: 35px 28px 78px; min-height: 555px; }
.source-document { background: #fff; width: 80%; max-width: 365px; box-shadow: 0 8px 28px #2634250d; border: 1px solid #dbe0d8; transform: rotate(-3deg); border-radius: 3px; }
.document-top { display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #e7e9e4; padding: 11px 13px; font-size: 9px; color: #7c857c; }
.document-top > span:last-child { margin-left: auto; font-size: 8px; }
.document-icon { font-size: 16px; }
.document-body { padding: 24px 25px 35px; }
.paper-eyebrow { font: 500 8px 'JetBrains Mono',monospace; letter-spacing: .09em; color: #778077; }
.document-body h3 { margin-top: 10px; font: 500 19px/1.3 'Schibsted Grotesk',sans-serif; letter-spacing: -.03em; color: #26322b; }
.paper-period { font-size: 9px; color: #879087; margin: 9px 0 22px; }
.paper-line { display: flex; justify-content: space-between; gap: 6px; font-size: 9px; padding: 10px 0; border-bottom: 1px solid #e8ebe6; color: #5c685e; }
.paper-line strong { font: 400 9px 'JetBrains Mono',monospace; white-space: nowrap; }
.paper-table-head { display: flex; justify-content: space-between; margin-top: 20px; font: 500 7px 'JetBrains Mono',monospace; color: #8d968b; }
.highlighted { background: #e7eff5; margin: 0 -8px; padding-left: 8px; padding-right: 8px; outline: 1px solid #a0bfd5; color: #2f5f81; }
.extracted-card { width: 71%; position: absolute; right: 22px; bottom: 54px; background: #fff; border: 1px solid #c3d0db; box-shadow: 0 12px 35px #2b405517; border-radius: 5px; padding: 23px; }
.extracted-card .eyebrow { font-size: 9px; }
.extracted-value { display: flex; flex-direction: column; gap: 9px; margin: 20px 0; }
.extracted-value > span { font-size: 12px; color: #68737e; }
.extracted-value strong { font: 400 26px 'JetBrains Mono',monospace; color: #335b7d; }
.extracted-value small { font: 400 10px 'Schibsted Grotesk',sans-serif; color: #8b969f; }
.assigned-account { display: flex; align-items: center; gap: 11px; padding: 12px; border: 1px solid #d9e2e9; border-radius: 3px; background: #f9fbfc; }
.assigned-account > span:first-child { font: 400 8px 'JetBrains Mono',monospace; color: #85919c; }
.assigned-account strong { font-size: 12px; font-weight: 500; color: #426b8c; }
.assigned-account > span:last-child { margin-left: auto; }
.review-note { font-size: 10px; color: #85919c; margin-top: 16px; display: flex; gap: 10px; }
.visual-footnote { position: absolute; bottom: 19px; right: 24px; font-size: 10px; color: #899285; }
.papers-section { border-top: 1px solid var(--line); padding-top: 84px; padding-bottom: 70px; }
.papers-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 25px; margin-top: 46px; }
.feature-card { border: 1px solid var(--line); border-radius: 5px; overflow: hidden; min-width: 0; }
.feature-copy { padding: 36px; }
.feature-copy h3 { font: 300 33px/1.15 'Newsreader',serif; letter-spacing: -.025em; margin: 17px 0 14px; }
.feature-copy p { color: var(--muted); font-size: 15px; max-width: 420px; }
.feature-copy .text-link { margin-top: 20px; }
.lead-card { background: #edf0f2; }
.lead-visual { margin: 0 0 0 36px; border: 1px solid #d2dbe3; border-right: 0; border-bottom: 0; border-radius: 6px 0 0; background: #fff; padding: 25px; box-shadow: 0 8px 20px #5263720b; }
.lead-visual-header { display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.lead-visual-header > span { font: 400 10px 'JetBrains Mono',monospace; color: #9098a1; }
.balance-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 18px; background: #f3f7fa; margin-top: 22px; border: 1px solid #e2e9ef; border-radius: 3px; color: #97a6b2; }
.balance-strip div { display: flex; flex-direction: column; gap: 10px; }
.balance-strip div > span { font: 400 8px 'JetBrains Mono',monospace; letter-spacing: .06em; }
.balance-strip strong { font: 400 23px 'JetBrains Mono',monospace; color: #3b5f7d; }
.evidence-item { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.pdf-icon { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 38px; flex-shrink: 0; border: 1px solid #cdd9e3; background: #f7fafd; border-radius: 3px; font: 500 8px 'JetBrains Mono',monospace; color: #587b97; }
.evidence-item > div { display: flex; flex-direction: column; gap: 5px; }
.evidence-item strong { font-weight: 500; font-size: 12px; }
.evidence-item > div > span { font-size: 10px; color: #909ba6; }
.evidence-item > span:last-child { margin-left: auto; color: #8d9aa6; }
.lead-note { margin-top: 19px; padding: 14px; border: 1px solid #e5e9ed; font-size: 11px; line-height: 1.6; color: #78848e; border-radius: 3px; }
.signoff-row { display: flex; gap: 10px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #e5e9ed; }
.signoff-row span { font-size: 10px; border: 1px solid #dbe3e9; padding: 9px 12px; border-radius: 3px; color: #7c8994; }
.signoff-row span:first-child { color: #427758; border-color: #dbe9df; background: #eef6f0; }
.signoff-row b { margin-left: 18px; font-weight: 400; }
.report-card { background: #e9edf1; }
.report-stack { position: relative; height: 363px; margin: 25px 50px 0; }
.report-sheet { position: absolute; width: 100%; max-width: 320px; left: 50%; transform: translateX(-50%) rotate(3deg); min-height: 383px; background: #ffffff; padding: 30px; box-shadow: 0 4px 18px #37485c15; border: 1px solid #d6dce2; }
.report-sheet-back { transform: translateX(-50%) rotate(-6deg); top: 0; background: #f3f5f7; }
.report-sheet > img { display: block; margin-bottom: 20px; }
.report-client { color: #77818c; font-size: 10px; }
.report-sheet h4 { font: 400 31px/1.02 'Newsreader',serif; color: #3e4853; margin: 9px 0 14px; }
.report-date { font-size: 9px; line-height: 1.5; color: #818b96; }
.report-rule { height: 1px; background: #cbd2da; margin: 24px 0 15px; }
.report-small-lines { display: flex; flex-direction: column; gap: 7px; }
.report-small-lines span { height: 3px; width: 90%; background: #e2e7ed; }
.report-small-lines span:last-child { width: 63%; }
.report-page { display: flex; justify-content: space-between; font-size: 8px; color: #919ca7; margin-top: 25px; }
.workspace-note { display: flex; align-items: center; gap: 24px; padding-top: 30px; }
.note-mark { font-size: 32px; color: #a8b3be; }
.workspace-note p { color: var(--muted); font-size: 14px; }
.workspace-note p strong { font-weight: 400; color: var(--ink); }
.workspace-note img { margin-left: auto; }
.automation-section { background: #202326; color: #f7f8fa; }
.automation-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; padding-top: 94px; padding-bottom: 94px; align-items: center; }
.automation-copy > .eyebrow { color: #9faaa0; }
.automation-copy h2 { margin: 25px 0; }
.automation-copy > p { color: #b1b9b0; max-width: 400px; }
.connection-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.connection-list span { font-size: 11px; color: #c5cec4; border: 1px solid #424a40; padding: 8px 11px; border-radius: 3px; }
.automation-points { margin-top: 39px; border-top: 1px solid #424a40; }
.automation-points > div { display: flex; align-items: baseline; gap: 18px; padding-top: 17px; }
.automation-points > div > span { font: 400 10px 'JetBrains Mono',monospace; color: #7f8c7d; }
.automation-points p { font-size: 14px; color: #b8c0b5; }
.chat-example { background: #f7f8fa; color: #35414d; border-radius: 6px; border: 1px solid #d9dfe4; transform: rotate(1deg); box-shadow: 0 18px 45px #0003; }
.chat-header { display: flex; align-items: center; gap: 10px; padding: 15px 18px; border-bottom: 1px solid #dfe5ea; font-size: 13px; }
.chat-header small { font-size: 12px; color: #8a949f; }
.chat-header .example-label { margin-left: auto; font: 400 8px 'JetBrains Mono',monospace; color: #9ca5ad; }
.chat-content { padding: 25px; }
.chat-prompt { margin-left: 27px; background: #e8eef5; border: 1px solid #dce5ed; padding: 18px; border-radius: 5px; font-size: 13px; line-height: 1.6; }
.agent-reply { display: flex; gap: 14px; align-items: baseline; margin: 27px 0 18px; }
.agent-symbol { font-size: 20px; color: #6f8ca5; }
.agent-reply p { font-size: 12px; color: #677684; }
.proposal-card { border: 1px solid #d5dee7; border-radius: 4px; background: #fff; overflow: hidden; }
.proposal-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 14px; border-bottom: 1px solid #e6ebef; }
.proposal-heading strong { font-size: 12px; font-weight: 500; }
.proposal-dot { background: #b89745; width: 5px; height: 5px; border-radius: 50%; }
.proposal-heading > span:last-child { margin-left: auto; font-size: 9px; color: #958348; background: #f7f3e6; padding: 4px 7px; border-radius: 3px; }
.proposal-detail { display: flex; flex-direction: column; gap: 5px; padding: 16px 17px 0; }
.proposal-detail span { font: 400 8px 'JetBrains Mono',monospace; color: #9ba7b0; }
.proposal-detail strong { font-size: 11px; color: #596e80; font-weight: 400; overflow-wrap: anywhere; }
.proposal-file { display: flex; align-items: center; gap: 11px; margin: 16px; padding: 11px; border: 1px solid #e5eaef; font-size: 11px; color: #71808c; }
.proposal-footer { display: flex; justify-content: space-between; padding: 14px 17px; background: #f4f7fa; font-size: 10px; color: #7890a3; }
.chat-disclaimer { font-size: 9px; color: #9ba5ae; margin-top: 16px; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding-top: 90px; padding-bottom: 90px; }
.faq-section h2 { margin: 24px 0 27px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-size: 15px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font-size: 21px; color: #98a4b0; flex-shrink: 0; font-weight: 400; }
.faq-list details[open] summary > span { transform: rotate(45deg); }
.faq-list p { font-size: 14px; color: var(--muted); padding: 0 35px 25px 0; }
.faq-list p a { text-decoration: underline; }
.closing { display: flex; justify-content: space-between; align-items: flex-end; gap: 45px; border-top: 1px solid var(--line); padding-top: 70px; padding-bottom: 90px; }
.closing h2 { font-size: clamp(48px,5.4vw,76px); margin-top: 25px; }
.closing-action { padding-bottom: 5px; }
.closing-action p { font-size: 15px; color: var(--muted); margin-bottom: 26px; }
.site-footer { border-top: 1px solid var(--line); background: #edf0f2; padding: 38px 48px 25px; }
.footer-inner, .footer-bottom { max-width: 1232px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > span { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 26px; font-size: 13px; }
.footer-bottom { border-top: 1px solid #d7dde3; padding-top: 22px; margin-top: 30px; font-size: 11px; color: #7c8793; }
@media(min-width:1600px) { .hero-content { padding-top: 100px; padding-bottom: 80px; } }
@media(max-width:1100px) { .source-story { gap: 35px; } .source-visual { padding-left: 20px; padding-right: 20px; } .feature-copy { padding: 28px; } .lead-visual { margin-left: 28px; padding: 20px; } .balance-strip { padding: 18px 12px; gap: 10px; } .balance-strip strong { font-size: 19px; } .automation-inner { gap: 45px; } .chat-content { padding: 20px; } .report-stack { margin-left: 30px; margin-right: 30px; } }
@media(max-width:900px) { .section-wrap { padding-left: 28px; padding-right: 28px; } .workflow-line { gap: 30px; } .source-story { grid-template-columns: 1fr; gap: 40px; } .story-copy > p { max-width: 520px; } .source-visual { min-height: 550px; padding-left: 55px; padding-right: 55px; } .source-document { width: 68%; } .extracted-card { width: 58%; right: 40px; } .papers-grid { grid-template-columns: 1fr 1fr; gap: 18px; } .feature-copy { padding: 24px; } .feature-copy h3 { font-size: 29px; } .lead-visual { margin-left: 18px; padding: 15px; } .balance-strip { gap: 5px; } .balance-strip strong { font-size: 15px; } .balance-strip div > span { font-size: 7px; } .automation-inner { grid-template-columns: 1fr; gap: 45px; } .automation-copy > p { max-width: 520px; } .chat-example { max-width: 600px; width: 100%; margin: auto; transform: none; } .faq-section { gap: 40px; } .footer-inner { flex-wrap: wrap; } .footer-inner > span { display: none; } }
@media(max-width:600px) { .section-wrap { padding-left: 20px; padding-right: 20px; } .eyebrow { font-size: 10px; } .workflow-overview, .papers-section, .faq-section { padding-top: 56px; padding-bottom: 56px; } .section-intro { gap: 19px; } .section-intro > p br { display: none; } .workflow-line { grid-template-columns: 1fr; margin-top: 35px; gap: 28px; } .workflow-line article { padding-top: 14px; } .workflow-line h3 { margin: 12px 0 10px; font-size: 20px; } .workflow-line p { max-width: none; } .flow-arrow { transform: rotate(90deg); } .source-story { padding-top: 50px; padding-bottom: 50px; gap: 32px; } .story-copy { gap: 20px; } .source-visual { min-height: 520px; padding: 25px 16px 70px; } .source-document { width: 91%; } .document-body { padding: 22px 18px 35px; } .extracted-card { width: 86%; bottom: 43px; right: 13px; padding: 19px; } .visual-footnote { bottom: 16px; right: 18px; } .papers-grid { grid-template-columns: 1fr; gap: 22px; margin-top: 30px; } .feature-copy { padding: 26px; } .lead-visual { margin-left: 26px; padding: 22px; } .balance-strip strong { font-size: 20px; } .balance-strip div > span { font-size: 8px; } .report-stack { margin: 5px 45px 0; height: 340px; } .workspace-note { gap: 15px; align-items: flex-start; } .workspace-note p { font-size: 12px; } .workspace-note img { width: 35px; height: 35px; } .note-mark { font-size: 24px; } .automation-inner { padding-top: 55px; padding-bottom: 55px; } .automation-copy h2 { margin: 20px 0; } .automation-points { margin-top: 29px; } .chat-header { padding: 14px; } .chat-content { padding: 17px; } .chat-prompt { margin-left: 10px; padding: 14px; font-size: 12px; } .proposal-heading { gap: 6px; } .proposal-heading strong { font-size: 11px; } .proposal-heading > span:last-child { font-size: 8px; } .faq-section { grid-template-columns: 1fr; gap: 30px; } .faq-section h2 { margin: 20px 0; } .faq-list summary { font-size: 14px; gap: 15px; padding: 22px 0; } .closing { flex-direction: column; align-items: flex-start; gap: 32px; padding-top: 50px; padding-bottom: 56px; } .closing h2 { font-size: 51px; } .closing-action p { margin-bottom: 22px; } .site-footer { padding: 28px 20px 22px; } .footer-inner { gap: 25px; } .footer-links { font-size: 12px; gap: 18px; } .footer-bottom { align-items: flex-start; gap: 15px; font-size: 10px; } .footer-bottom span:last-child { max-width: 170px; text-align: right; } }
@media(max-width:360px) { .hero .eyebrow { font-size: 8px; } .product-tabs button { font-size: 10px; } .balance-strip strong { font-size: 17px; } .proposal-heading > span:last-child { margin-left: 13px; } .report-stack { margin-left: 30px; margin-right: 30px; } }

/* Keep the moving figures visible without crowding the narrower headline. */
@media (max-width: 600px) {
  .hero .ledger-canvas { opacity: .6; }
  .hero-fade-horizontal { background: linear-gradient(90deg,#f7f8faf2 0%,#f7f8fab3 55%,#f7f8fa59 100%); }
}
