/* Public marketing. The private app uses its own stylesheet. */
:root {
  --ink: #202320;
  --muted: #626862;
  --blue: #3553c7;
  --line: #dedfd9;
  --paper: #fdfdfa;
  --pale: #f3f4ef;
  --dark: #1c241f;
  --radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; }
::selection { background: #dce3fa; color: var(--ink); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.045em; text-wrap: balance; }
h1 { font-size: clamp(48px, 6.1vw, 88px); line-height: 1.08; }
h2 { font-size: clamp(36px, 4.1vw, 56px); line-height: 1.13; }
h3 { font-size: 27px; line-height: 1.25; letter-spacing: -.03em; }
p { font-size: 16px; line-height: 1.75; color: var(--muted); }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 112px; }
.eyebrow, .hero-kicker { font-size: 11px; font-weight: 500; letter-spacing: .12em; line-height: 1.6; color: var(--muted); margin-bottom: 24px; }
.hero-kicker { text-transform: uppercase; }
.small { font-size: 12px; }
.muted { color: var(--muted); }
.skip { position: fixed; left: 16px; top: -100px; z-index: 20; padding: 12px; background: white; }
.skip:focus { top: 15px; }
.arrow { position: relative; display: inline-block; flex: 0 0 16px; width: 16px; height: 16px; }
.arrow::before { content: ""; position: absolute; left: 1px; top: 7px; width: 13px; border-top: 1.5px solid currentColor; }
.arrow::after { content: ""; position: absolute; width: 6px; height: 6px; right: 2px; top: 4px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; transform: rotate(45deg); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 14px 21px; border: 1px solid transparent; border-radius: 6px; background: var(--blue); color: white; font-size: 14px; font-weight: 500; line-height: 1.5; transition: background .18s, border-color .18s; }
.button:hover { background: #2943aa; }
.button.secondary { background: transparent; color: var(--ink); border-color: #cdd0c7; }
.button.secondary:hover { background: var(--pale); border-color: #9a9f95; }
.button.light { background: var(--paper); color: var(--ink); }
.button.light:hover { background: #e9eddf; }
.text-link { display: inline-flex; align-items: center; gap: 18px; font-size: 14px; line-height: 1.6; font-weight: 500; }
.text-link:hover { color: var(--blue); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; letter-spacing: -.8px; font-weight: 600; white-space: nowrap; }
.brand-io { color: #7b8178; font-weight: 400; }
.brand-mark { width: 30px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 6px; background: var(--blue); color: white; font-size: 28px; font-weight: 500; letter-spacing: -3px; padding-right: 3px; }
.site-nav { width: min(1320px, calc(100% - 96px)); margin-inline: auto; min-height: 90px; padding: 20px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.site-nav nav { display: flex; align-items: center; gap: 27px; font-size: 13px; color: var(--muted); }
.site-nav nav a:hover { color: var(--ink); }
.site-nav .button { font-size: 12px; min-height: 42px; padding: 10px 15px; gap: 20px; }
.menu-toggle { display: none; }
.hero { text-align: center; padding-top: 79px; padding-bottom: 64px; }
.hero-kicker { margin-bottom: 24px; }
.hero h1 span { color: var(--blue); }
.hero-intro { font-size: 18px; line-height: 1.65; max-width: 630px; margin: 25px auto 30px; }
.hero-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.hero-note { font-size: 12px; margin-top: 19px; color: #70766c; }
.product-stage { scroll-margin-top: 32px; }
.product-window { border: 1px solid #d2d6cd; border-radius: var(--radius); overflow: hidden; background: white; box-shadow: 0 12px 32px -20px #1e2c2629; }
.window-top { min-height: 57px; padding: 17px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); font-size: 12px; }
.window-title { font-weight: 500; }
.preview-badge { color: var(--muted); font-size: 11px; }
.product-workspace { display: grid; grid-template-columns: .95fr 1.05fr; }
.flow-canvas { display: flex; flex-direction: column; padding: 30px; min-width: 0; border-right: 1px solid var(--line); background: #f3f4ef; }
.canvas-heading, .preview-label { font-size: 10px; line-height: 1.5; letter-spacing: .1em; color: #6b7367; }
.flow-stack { width: 100%; max-width: 380px; margin: 43px auto 33px; }
.flow-node { display: flex; align-items: center; gap: 17px; padding: 19px; background: white; border: 1px solid #d5d9cf; border-radius: 5px; position: relative; z-index: 1; }
.node-index { flex-shrink: 0; color: #808779; font-size: 12px; font-variant-numeric: tabular-nums; }
.flow-node small { display: block; font-size: 9px; letter-spacing: .08em; color: #71796b; margin-bottom: 6px; }
.flow-node strong { display: block; font-size: 14px; line-height: 1.5; font-weight: 500; }
.flow-connector { position: relative; width: 1px; height: 57px; margin: auto; background: #c3c9bd; }
.flow-connector span { position: absolute; left: 13px; top: 20px; white-space: nowrap; font-size: 10px; color: #747d6d; }
.flow-connector.short { height: 38px; }
.flow-split { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.flow-split::before { content: ""; position: absolute; left: 24%; right: 24%; top: -15px; height: 15px; border: 1px solid #c3c9bd; border-bottom: 0; }
.flow-split > div { position: relative; border: 1px solid #d5d9cf; border-radius: 5px; background: #fff; padding: 19px 14px; }
.flow-split strong { display: block; font-size: 13px; font-weight: 500; }
.flow-split small { display: block; font-size: 10px; line-height: 1.6; color: var(--muted); margin-top: 7px; }
.result-node { border-color: #aab7dc; background: #f9faff; }
.result-node .node-index { color: var(--blue); }
.canvas-note { margin: auto 0 22px; text-align: center; font-size: 14px; line-height: 1.6; }
.canvas-note strong { font-weight: 500; color: var(--ink); }
.canvas-caption { text-align: center; font-size: 10px; line-height: 1.6; color: #71796b; }
.preview-pane { padding: 30px; min-width: 0; background: #fafbf8; }
.preview-label { margin-bottom: 22px; }
.demo-card { border: 1px solid #d9ddd3; border-radius: 6px; background: white; overflow: hidden; }
.demo-top { display: flex; justify-content: space-between; gap: 12px; padding: 18px 25px; color: #737b6e; font-size: 10px; line-height: 1.5; }
.demo-top > span:first-child { color: #495340; font-weight: 500; letter-spacing: .06em; }
.demo-progress { height: 2px; background: #ecede7; }
.demo-progress > span { display: block; height: 2px; width: 33.33%; background: var(--blue); transition: width .2s; }
.demo-progress .step-two { width: 66.67%; }
.demo-progress .step-three { width: 100%; }
.demo-content { padding: 26px 25px 19px; }
.demo-step-label { font-size: 10px; letter-spacing: .08em; color: #6d7666; margin-bottom: 16px; }
.demo-content h2 { font-size: 28px; line-height: 1.17; letter-spacing: -.035em; outline: none; text-wrap: initial; }
.demo-content p:not(.demo-privacy) { font-size: 12px; line-height: 1.65; margin-top: 11px; }
.demo-options { display: grid; gap: 8px; margin-top: 23px; }
.demo-options button { display: flex; gap: 14px; align-items: center; width: 100%; min-height: 66px; padding: 13px 15px; border: 1px solid #dce0d6; border-radius: 4px; background: white; color: var(--ink); text-align: left; font-size: 13px; line-height: 1.45; transition: border-color .18s, background .18s; }
.demo-options button:hover { border-color: #8d9abf; background: #fbfcff; }
.demo-options button[aria-pressed=true] { border-color: #728acb; background: #f6f8ff; }
.demo-options small { display: block; font-size: 11px; line-height: 1.5; color: var(--muted); margin-top: 5px; }
.option-radio { width: 15px; height: 15px; border: 1px solid #bfc6b8; border-radius: 50%; margin-left: auto; flex-shrink: 0; }
.demo-options button[aria-pressed=true] .option-radio { border: 4px solid var(--blue); }
.demo-actions { display: flex; gap: 10px; margin-top: 24px; }
.demo-actions .button { flex: 1; min-height: 45px; padding: 11px 14px; font-size: 13px; justify-content: space-between; border-radius: 4px; }
.demo-back { background: white; border: 1px solid #d5d9cf; border-radius: 4px; padding: 10px 13px; color: var(--muted); font-size: 12px; }
.demo-back:hover { background: var(--pale); }
.demo-privacy { font-size: 10px; line-height: 1.6; text-align: center; margin-top: 14px; color: #6e7765; }
.demo-result { margin-top: 21px; padding: 20px; background: #f3f5f0; border-radius: 4px; font-size: 13px; }
.demo-result strong { font-weight: 500; }
.demo-result dl { margin: 20px 0; }
.demo-result dt { font-size: 10px; color: #6e7765; margin-top: 12px; }
.demo-result dd { margin: 4px 0 0; font-size: 13px; line-height: 1.5; }
.demo-result a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; line-height: 1.6; }
.window-bottom { display: flex; justify-content: space-between; gap: 16px; padding: 14px 28px; font-size: 10px; line-height: 1.6; color: #6f7668; border-top: 1px solid var(--line); }
.stage-caption { display: flex; align-items: center; justify-content: center; gap: 19px; font-size: 12px; line-height: 1.7; color: var(--muted); margin-top: 27px; }
.stage-caption strong { font-weight: 500; color: var(--ink); }
.caption-path { width: 52px; height: 1px; background: #b9c0b2; }
.use-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 55px 0 39px; border-bottom: 1px solid var(--line); }
.use-strip p { font-size: 12px; }
.use-strip > div { display: flex; gap: 36px; }
.use-strip > div > span { color: #4f5848; font-size: 15px; letter-spacing: -.02em; }
.section-heading { max-width: 850px; margin-bottom: 48px; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 23px; }
.solution-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.solution-card { display: flex; flex-direction: column; min-height: 297px; padding: 28px 30px 28px 0; transition: background .18s; }
.solution-card + .solution-card { border-left: 1px solid var(--line); padding-left: 30px; }
.solution-card:hover { background: #f3f5ef; }
.solution-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 33px; }
.solution-number { color: #748066; font-size: 12px; font-variant-numeric: tabular-nums; }
.solution-top .small { color: #747d6c; font-size: 10px; letter-spacing: .09em; }
.solution-card h3 { font-size: 25px; margin-bottom: 14px; }
.solution-card p { font-size: 14px; line-height: 1.75; margin-bottom: 28px; }
.solution-card .text-link { margin-top: auto; justify-content: space-between; font-size: 12px; }
.intelligence-section { padding: 98px 0 36px; color: #f5f6ef; background: var(--dark); }
.intelligence-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 52px; }
.intelligence-top .eyebrow { color: #aab6a0; }
.intelligence-top > p { max-width: 345px; color: #b2baab; font-size: 15px; padding-bottom: 5px; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #46513f; border-radius: 6px; overflow: hidden; }
.feature-card { min-width: 0; padding: 39px; background: #222c25; }
.feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: center; border-bottom: 1px solid #46513f; padding: 45px 39px; }
.feature-card:last-child { border-left: 1px solid #46513f; }
.feature-index { display: block; color: #b4c0a7; font-size: 10px; line-height: 1.6; letter-spacing: .1em; margin-bottom: 22px; }
.feature-card h3 { font-size: 31px; line-height: 1.25; font-weight: 400; margin-bottom: 16px; }
.feature-card p { color: #b8c1b1; max-width: 355px; font-size: 14px; }
.branch-visual { max-width: 420px; width: 100%; margin: auto; padding: 18px 0; }
.branch-source { display: flex; align-items: center; justify-content: space-between; max-width: 260px; margin: auto; padding: 17px; border: 1px solid #66745e; border-radius: 4px; background: #303e31; font-size: 14px; }
.branch-paths { display: flex; justify-content: center; gap: 14px; padding: 33px 0; position: relative; }
.branch-paths::before { content: ""; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: #66745e; }
.branch-paths span { position: relative; padding: 10px 12px; border: 1px solid #57654f; border-radius: 3px; background: #263229; color: #b8c4b0; font-size: 11px; }
.branch-paths .selected { background: #d8e1cd; color: #253121; border-color: #d8e1cd; }
.branch-destination { max-width: 335px; margin: auto; display: flex; align-items: center; gap: 16px; padding: 18px; border: 1px solid #8c9c7e; border-radius: 4px; background: #344333; }
.branch-marker { width: 4px; height: 29px; background: #c0d0ad; flex-shrink: 0; }
.branch-destination small { display: block; color: #c1cdb7; font-size: 9px; letter-spacing: .06em; margin-bottom: 7px; }
.branch-destination strong { font-size: 13px; font-weight: 400; }
.metric-example { margin: 31px 0 22px; padding: 26px 0; border-top: 1px solid #506046; border-bottom: 1px solid #506046; }
.metric-example > span { font-size: 10px; letter-spacing: .1em; color: #b3c0a6; }
.metric-example strong { display: block; font-size: 60px; line-height: 1.2; font-weight: 400; letter-spacing: -.05em; margin: 17px 0 20px; }
.metric-example strong small { font-size: 14px; color: #c0ccba; letter-spacing: 0; }
.metric-bar { height: 3px; background: #46563e; margin-bottom: 16px; }
.metric-bar i { display: block; width: 50%; height: 3px; background: #d4dfc4; }
.metric-example > small { color: #b5c4a7; font-size: 11px; }
.feature-card > .text-link { color: #d7e4c6; font-size: 12px; }
.summary-example { padding: 23px; background: #2d3a2e; border: 1px solid #55664c; border-radius: 4px; margin-top: 32px; }
.summary-example > div { display: flex; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #55664c; font-size: 13px; }
.summary-example strong { font-weight: 400; }
.summary-example > div > small { margin-left: auto; color: #c0cdaf; font-size: 9px; letter-spacing: .08em; }
.summary-example dl { display: grid; grid-template-columns: 1fr 1.25fr; gap: 18px 12px; font-size: 12px; line-height: 1.6; margin: 21px 0 0; }
.summary-example dt { color: #bac7ad; }
.summary-example dd { margin: 0; color: #ecf1e5; }
.dark-footnote { text-align: center; font-size: 11px; color: #b4beaa; margin-top: 25px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.process-grid article { padding-top: 26px; border-top: 1px solid var(--line); }
.step-number { display: block; color: #69765f; font-size: 12px; margin-bottom: 26px; font-variant-numeric: tabular-nums; }
.process-grid h3 { font-size: 27px; margin-bottom: 14px; }
.process-grid p { max-width: 320px; font-size: 14px; line-height: 1.8; }
.journey-section { padding-top: 77px; border-top: 1px solid var(--line); margin-bottom: 106px; }
.journey-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.journey-heading h2 { font-size: 49px; }
.journey-heading > div > p:not(.eyebrow) { max-width: 420px; font-size: 16px; margin-top: 19px; }
.roadmap-badge { display: inline-block; border: 1px solid #b6c0ab; border-radius: 3px; padding: 6px 9px; color: #566348; font-size: 11px; line-height: 1.4; }
.journey-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); list-style: none; padding: 0; margin: 40px 0 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-steps li { padding: 28px; }
.journey-steps li:first-child { padding-left: 0; }
.journey-steps li + li { border-left: 1px solid var(--line); }
.journey-steps li > span { font-size: 10px; letter-spacing: .08em; color: #637456; }
.journey-steps h3 { font-size: 23px; margin: 20px 0 13px; }
.journey-steps p { font-size: 14px; }
.feedback-note { padding: 23px 0; border-bottom: 1px solid var(--line); max-width: 840px; }
.feedback-note p { font-size: 14px; }
.feedback-note strong { color: var(--ink); font-weight: 500; }
.roadmap-note { max-width: 840px; margin-top: 20px; font-size: 12px; line-height: 1.8; }
.compare-teaser { display: grid; grid-template-columns: 1.15fr 1fr; gap: 65px; padding: 54px; background: #eff2e9; border: 1px solid #d5ddcc; border-radius: 6px; align-items: center; }
.compare-teaser h2 { font-size: 42px; }
.compare-teaser p:not(.eyebrow) { font-size: 15px; margin: 24px 0; }
.compare-teaser .text-link { color: var(--blue); }
.delivery-visual { padding: 0 0 0 30px; }
.delivery-heading { color: #48553d; }
.delivery-heading strong { font-weight: 500; color: #293621; }
.delivery-list { list-style: none; padding: 0; margin: 28px 0 0; border-top: 1px solid #c3ceba; }
.delivery-list li { display: flex; align-items: center; gap: 24px; padding: 22px 0; border-bottom: 1px solid #c3ceba; font-size: 16px; }
.delivery-list span { color: #6a7b5a; font-size: 11px; font-variant-numeric: tabular-nums; }
.faq { display: grid; grid-template-columns: 1fr 1.25fr; gap: 90px; }
.faq h2 { font-size: 45px; }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; }
.faq details:first-child { padding-top: 0; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 500; line-height: 1.65; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: #737e69; font-size: 22px; font-weight: 400; transition: transform .18s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin-top: 15px; font-size: 14px; }
.contact-section { padding-bottom: 80px; }
.contact-card { background: #253725; color: #f3f5ed; padding: 75px 42px; border-radius: 6px; text-align: center; }
.contact-card .eyebrow { display: block; color: #b5c6a4; }
.contact-card h2 { font-size: clamp(38px, 4.8vw, 65px); }
.contact-card h2 span { color: #c9d8bb; }
.contact-card p { color: #c6d3ba; font-size: 17px; margin: 27px auto 30px; }
.contact-note { display: block; font-size: 12px; color: #bfccb3; margin-top: 20px; }
.site-footer { padding-bottom: 28px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 65px; padding-bottom: 57px; }
.footer-top p { font-size: 15px; margin: 22px 0; }
.footer-top .small { color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-top h2 { font-size: 12px; letter-spacing: 0; font-weight: 500; margin: 6px 0 24px; }
.footer-top > div > a:not(.brand) { display: block; font-size: 12px; color: var(--muted); margin: 14px 0; line-height: 1.65; }
.footer-top a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); padding-top: 23px; font-size: 11px; color: var(--muted); line-height: 1.6; }
.footer-bottom > div { display: flex; gap: 27px; }
/* Public solution and comparison pages. */
.subhero { padding-top: 38px; padding-bottom: 77px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12px; color: #717b68; margin-bottom: 60px; line-height: 1.6; }
.breadcrumbs a:hover { color: var(--blue); }
.subhero h1 { font-size: clamp(44px, 5.3vw, 74px); max-width: 940px; margin-bottom: 26px; }
.sub-intro { max-width: 735px; font-size: 20px; line-height: 1.7; margin-bottom: 27px; }
.article-grid { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 85px; }
.article-nav { position: sticky; top: 30px; align-self: start; padding-top: 22px; border-top: 1px solid var(--line); }
.article-nav a { display: block; color: var(--muted); font-size: 13px; line-height: 1.7; padding: 10px 0; }
.article-nav a:hover { color: var(--blue); }
.article-body { max-width: 780px; }
.article-body section { margin-bottom: 47px; }
.article-body h2, .prose h2 { font-size: 29px; line-height: 1.3; letter-spacing: -.03em; margin-bottom: 20px; }
.article-body p, .prose p { line-height: 1.85; margin: 17px 0; }
.example { padding: 30px; background: #f0f3ea; border-left: 2px solid #a7b797; margin: 40px 0; }
.example h2 { font-size: 25px; }
.example p { margin-bottom: 0; }
.prose { max-width: 900px; padding-bottom: 55px; }
.prose h2 { margin-top: 42px; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.source-note { font-size: 12px; }
.comparison-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 4px; margin: 40px 0; }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 14px; line-height: 1.7; }
caption { padding: 20px; text-align: left; background: var(--pale); font-size: 18px; }
th, td { text-align: left; vertical-align: top; border-top: 1px solid var(--line); padding: 18px; }
th { font-weight: 500; }
thead th { background: #f6f7f1; }
tbody th { width: 20%; }
td { width: 40%; color: var(--muted); }
.calculator { padding: 30px; border: 1px solid var(--line); border-radius: 6px; background: white; }
.calc-fields { display: grid; gap: 17px; margin: 26px 0; }
.calc-fields label { display: grid; grid-template-columns: 1fr 120px; gap: 17px; align-items: center; font-size: 14px; color: var(--muted); }
.calc-fields input { width: 100%; min-height: 46px; padding: 11px; border: 1px solid #bfc7b5; border-radius: 4px; font-size: 17px; background: white; color: var(--ink); }
.calc-result { background: #f0f3e9; padding: 27px; border-radius: 4px; }
.calc-result output { display: block; font-size: 40px; font-weight: 500; letter-spacing: -.03em; color: #34472b; }
.calc-result span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.calc-error { color: #9e2636 !important; }
.calculator .small { font-size: 12px; }
.related h2 { margin-bottom: 35px; }
.legal { padding-bottom: 90px; }
@media (max-width: 1100px) {
  .site-nav, .wrap { width: calc(100% - 64px); }
  .site-nav nav { gap: 20px; font-size: 12px; }
  .site-nav nav a:last-child { display: none; }
  .site-nav { gap: 25px; }
  .hero { padding-top: 66px; }
  .hero h1 { font-size: 76px; }
  .flow-canvas, .preview-pane { padding: 24px; }
  .flow-node { padding: 17px 14px; gap: 13px; }
  .flow-node strong { font-size: 13px; }
  .flow-split { gap: 10px; }
  .flow-split > div { padding: 18px 11px; }
  .flow-split strong { font-size: 12px; }
  .demo-content, .demo-top { padding-inline: 20px; }
  .use-strip > div { gap: 24px; }
  .solution-card { padding-right: 23px; }
  .solution-card + .solution-card { padding-left: 23px; }
  .solution-card h3 { font-size: 23px; }
  .feature-wide { gap: 33px; }
  .feature-card { padding: 31px; }
  .compare-teaser { padding: 38px; gap: 25px; }
  .compare-teaser h2 { font-size: 36px; }
  .delivery-visual { padding-left: 16px; }
  .faq { gap: 55px; }
  .article-grid { gap: 48px; }
}
@media (max-width: 850px) {
  .site-nav { min-height: 82px; }
  .site-nav .nav-cta { display: none; }
  .hero h1 { font-size: 66px; }
  .product-workspace { grid-template-columns: .85fr 1fr; }
  .flow-canvas, .preview-pane { padding: 22px 18px; }
  .flow-node { padding: 15px 12px; }
  .flow-node strong { font-size: 12px; }
  .flow-split { grid-template-columns: 1fr; gap: 10px; }
  .flow-split::before { display: none; }
  .flow-split > div { padding: 15px; }
  .flow-connector span { font-size: 9px; left: 9px; white-space: normal; width: 105px; top: 10px; }
  .demo-content h2 { font-size: 26px; }
  .demo-content, .demo-top { padding-inline: 18px; }
  .demo-options button { font-size: 12px; }
  .use-strip { flex-direction: column; gap: 21px; padding-top: 40px; }
  .section { padding-block: 83px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; padding: 27px 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 12px 30px; }
  .solution-card + .solution-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .solution-top { grid-column: 1/-1; margin-bottom: 9px; }
  .solution-card h3 { font-size: 26px; margin: 0; }
  .solution-card p { margin: 0; }
  .solution-card .text-link { grid-column: 2; margin-top: 10px; }
  .intelligence-top { gap: 35px; }
  .intelligence-top > p { max-width: 265px; font-size: 14px; }
  .feature-wide { grid-template-columns: 1fr; gap: 22px; }
  .feature-copy { max-width: 530px; }
  .feature-card { padding: 29px; }
  .feature-card h3 { font-size: 28px; }
  .feature-card p { font-size: 13px; }
  .metric-example strong { font-size: 48px; }
  .summary-example { padding: 20px 16px; }
  .summary-example dl { font-size: 11px; grid-template-columns: 1fr; gap: 5px; }
  .summary-example dd + dt { margin-top: 8px; }
  .process-grid { gap: 30px; }
  .journey-heading { gap: 40px; }
  .journey-heading h2 { font-size: 40px; }
  .journey-steps li { padding: 23px; }
  .journey-steps h3 { font-size: 22px; }
  .compare-teaser { grid-template-columns: 1fr; gap: 20px; }
  .delivery-visual { padding: 0; }
  .delivery-list { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 20px; }
  .delivery-list li { align-items: flex-start; gap: 10px; font-size: 14px; padding-right: 15px; }
  .faq { gap: 40px; }
  .faq h2 { font-size: 37px; }
  .footer-top { gap: 35px; grid-template-columns: 1.5fr 1fr 1fr; }
  .article-grid { display: block; }
  .article-nav { display: none; }
}
@media (max-width: 600px) {
  .site-nav, .wrap { width: calc(100% - 40px); }
  .site-nav { min-height: 76px; padding: 17px 0; gap: 20px; flex-wrap: wrap; }
  .brand { font-size: 20px; }
  .brand-mark { width: 27px; height: 29px; font-size: 25px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; min-height: 40px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--ink); font-size: 12px; }
  .menu-lines { position: relative; width: 13px; height: 7px; border-block: 1px solid currentColor; }
  .site-nav nav { display: flex; flex-basis: 100%; flex-wrap: wrap; gap: 17px 25px; padding: 10px 0; font-size: 13px; }
  .site-nav nav a:last-child { display: inline; }
  .js .site-nav nav:not(.open) { display: none; }
  .hero { padding-top: 51px; padding-bottom: 43px; }
  .hero-kicker { font-size: 9px; letter-spacing: .11em; margin-bottom: 25px; }
  .hero h1 { font-size: clamp(37px, 9.8vw, 59px); letter-spacing: -.05em; line-height: 1.12; }
  .hero-intro { font-size: 15px; line-height: 1.75; max-width: 365px; margin: 22px auto 25px; }
  .desktop-break { display: none; }
  .hero-actions { flex-direction: column; align-items: center; gap: 10px; }
  .hero-actions .button { width: min(100%, 290px); min-height: 48px; justify-content: space-between; font-size: 13px; }
  .hero-note { max-width: 310px; font-size: 11px; margin: 17px auto 0; }
  .product-window { border-radius: 6px; }
  .window-top { min-height: 56px; padding: 14px 18px; gap: 15px; font-size: 11px; }
  .preview-badge { font-size: 9px; max-width: 80px; text-align: right; line-height: 1.5; }
  .product-workspace { display: block; }
  .flow-canvas { display: none; }
  .preview-pane { padding: 21px 15px; }
  .preview-label { font-size: 9px; margin-bottom: 17px; }
  .demo-top { padding: 15px 17px; font-size: 9px; }
  .demo-content { padding: 24px 17px 17px; }
  .demo-content h2 { font-size: 28px; }
  .demo-content p:not(.demo-privacy) { font-size: 12px; }
  .demo-options button { min-height: 68px; padding: 13px; font-size: 13px; gap: 10px; }
  .demo-options small { font-size: 10px; }
  .demo-privacy { font-size: 10px; }
  .demo-actions { flex-wrap: wrap; }
  .demo-actions .button { min-height: 46px; font-size: 12px; gap: 10px; }
  .window-bottom { padding: 13px 17px; font-size: 9px; }
  .window-bottom > span:last-child { max-width: 170px; text-align: right; }
  .stage-caption { flex-wrap: wrap; font-size: 10px; gap: 10px; margin-top: 21px; }
  .caption-path { width: 25px; }
  .use-strip { padding: 34px 0; gap: 20px; text-align: center; }
  .use-strip p { font-size: 11px; }
  .use-strip > div { gap: 13px 24px; flex-wrap: wrap; justify-content: center; }
  .use-strip > div > span { font-size: 13px; }
  .section { padding-block: 70px; }
  .eyebrow { font-size: 9px; letter-spacing: .09em; margin-bottom: 21px; }
  h2 { font-size: 37px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 14px; margin-top: 21px; }
  .solution-card { display: flex; gap: 0; padding: 28px 0; }
  .solution-top { margin-bottom: 21px; }
  .solution-card h3 { margin-bottom: 13px; font-size: 28px; }
  .solution-card p { margin-bottom: 23px; font-size: 14px; }
  .solution-card .text-link { margin: 0; }
  .intelligence-section { padding-top: 62px; padding-bottom: 28px; }
  .intelligence-top { display: block; margin-bottom: 35px; }
  .intelligence-top > p { max-width: none; font-size: 14px; margin-top: 23px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { padding: 29px 23px; }
  .feature-wide { grid-column: auto; gap: 23px; }
  .feature-card:last-child { border-left: 0; border-top: 1px solid #46513f; }
  .feature-card h3 { font-size: 29px; }
  .feature-card p { font-size: 14px; }
  .feature-index { font-size: 9px; }
  .branch-visual { padding-block: 12px 0; }
  .branch-source { font-size: 13px; }
  .branch-paths { gap: 9px; }
  .branch-paths span { font-size: 10px; padding: 9px; }
  .branch-destination { padding: 16px; gap: 13px; }
  .branch-destination strong { font-size: 12px; }
  .branch-destination small { font-size: 8px; }
  .metric-example strong { font-size: 54px; }
  .metric-example > small { font-size: 10px; }
  .summary-example { padding: 21px 17px; }
  .summary-example dl { grid-template-columns: 1fr 1.25fr; gap: 17px 8px; font-size: 11px; }
  .summary-example dd + dt { margin: 0; }
  .dark-footnote { font-size: 10px; line-height: 1.8; }
  .process-grid { grid-template-columns: 1fr; gap: 29px; }
  .process-grid article { display: grid; grid-template-columns: 25px 1fr; gap: 12px 19px; }
  .step-number { grid-row: 1 / 3; padding-top: 5px; margin: 0; }
  .process-grid h3 { margin: 0; font-size: 28px; }
  .process-grid p { grid-column: 2; max-width: none; }
  .journey-section { padding-top: 64px; margin-bottom: 67px; }
  .journey-heading { grid-template-columns: 1fr; gap: 27px; }
  .journey-heading h2 { font-size: 38px; }
  .journey-heading > div > p:not(.eyebrow) { font-size: 14px; }
  .journey-steps { grid-template-columns: 1fr; margin-top: 29px; }
  .journey-steps li { padding: 26px 0; }
  .journey-steps li + li { border-left: 0; border-top: 1px solid var(--line); }
  .journey-steps h3 { font-size: 26px; margin: 16px 0 11px; }
  .feedback-note p { font-size: 13px; }
  .roadmap-note { font-size: 11px; }
  .compare-teaser { padding: 30px 24px; gap: 18px; }
  .compare-teaser h2 { font-size: 34px; }
  .compare-teaser p:not(.eyebrow) { font-size: 14px; }
  .delivery-list { display: block; }
  .delivery-list li { padding: 20px 0; gap: 24px; font-size: 15px; }
  .faq { grid-template-columns: 1fr; gap: 37px; }
  .faq h2 { font-size: 38px; }
  .faq details { padding-block: 21px; }
  .faq summary, .faq details p { font-size: 14px; }
  .contact-section { padding-bottom: 62px; }
  .contact-card { padding: 50px 22px; }
  .contact-card h2 { font-size: 38px; }
  .contact-card p { font-size: 15px; }
  .contact-card .button { font-size: 13px; gap: 17px; }
  .contact-note { font-size: 11px; line-height: 1.7; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 33px; padding-bottom: 36px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-top p { margin: 18px 0; }
  .footer-top > div > a:not(.brand) { font-size: 11px; }
  .footer-bottom { flex-wrap: wrap; font-size: 10px; gap: 17px; }
  .footer-bottom > span:last-child { display: none; }
  .subhero { padding-top: 28px; padding-bottom: 53px; }
  .breadcrumbs { font-size: 11px; gap: 10px; margin-bottom: 37px; }
  .subhero h1 { font-size: 43px; }
  .sub-intro { font-size: 17px; }
  .article-body h2, .prose h2 { font-size: 28px; }
  .article-body p, .prose p { font-size: 15px; }
  .example, .calculator { padding: 24px; }
  .calc-fields label { grid-template-columns: 1fr 90px; font-size: 13px; }
  .calc-result { padding: 22px; }
  .calc-result output { font-size: 31px; }
  .related h2 { font-size: 34px; }
  .legal { padding-bottom: 65px; }
}
@media (max-width: 360px) {
  .site-nav, .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 35px; }
  .hero-kicker { font-size: 8px; }
  .hero-intro { font-size: 14px; }
  .preview-pane { padding-inline: 12px; }
  .demo-top { font-size: 8px; padding-inline: 14px; }
  .demo-content { padding-inline: 14px; }
  .demo-content h2 { font-size: 25px; }
  .demo-options button { font-size: 12px; padding-inline: 11px; }
  .stage-caption { gap: 8px; font-size: 9px; }
  .caption-path { width: 20px; }
  h2 { font-size: 33px; }
  .feature-card { padding-inline: 18px; }
  .feature-card h3 { font-size: 26px; }
  .branch-paths span { font-size: 9px; padding-inline: 8px; }
  .summary-example { padding-inline: 13px; }
  .summary-example > div { font-size: 12px; }
  .summary-example dl { font-size: 10px; }
  .compare-teaser { padding-inline: 20px; }
  .compare-teaser h2, .contact-card h2 { font-size: 32px; }
  .subhero h1 { font-size: 37px; }
  .calc-fields label { grid-template-columns: 1fr; gap: 8px; }
  .calc-result output { font-size: 28px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
