/* Quotrics — a connected quotation process. No dependencies or web fonts. */
:root { --ink: #202523; --muted: #636b65; --paper: #f8f9f7; --surface: #fff; --line: #dfe4de; --green: #456750; --green-soft: #edf3eb; --amber: #89632f; --radius: 14px; --radius-lg: 22px; --shadow: 0 14px 40px rgb(31 44 32 / 6%); --ease: cubic-bezier(.2,.7,.3,1); }
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
h1, h2, h3, p { margin: 0; } h1, h2, h3 { font-weight: 600; }
a { color: inherit; text-decoration: none; } button, input, select { font: inherit; } button { color: inherit; cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #597865; outline-offset: 5px; }
[hidden] { display: none !important; } ::selection { background: #d9e5d6; color: #202523; }
.shell { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 76px; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--muted); font-size: 11px; font-weight: 650; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; }
h1 { font-size: clamp(48px, 5.3vw, 76px); line-height: 1.04; letter-spacing: -.065em; }
h2 { font-size: clamp(34px, 3.7vw, 54px); line-height: 1.09; letter-spacing: -.05em; }
.section-heading > p:not(.eyebrow) { max-width: 640px; margin-top: 19px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 600; line-height: 1.3; transition: background .2s, box-shadow .2s; }
.button-dark { color: #fff; background: var(--ink); } .button-dark:hover { background: #37453a; box-shadow: 0 3px 12px rgb(30 42 31 / 10%); }
.button > span:last-child { font-size: 18px; font-weight: 400; } .button:disabled { cursor: wait; opacity: .72; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 14px; font-weight: 600; } .text-link:hover { color: var(--green); }
.small-dot, .state-dot { display: inline-block; flex-shrink: 0; width: 6px; height: 6px; background: var(--green); border-radius: 50%; } .amber-dot { background: var(--amber); }
.positive { color: var(--green); } .won { color: var(--green); background: var(--green-soft); }
.skip-link { position: fixed; z-index: 20; top: 10px; left: 10px; padding: 12px 18px; color: white; background: var(--ink); transform: translateY(-160%); } .skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; z-index: 10; top: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
.navigation { display: flex; align-items: center; gap: 32px; height: 76px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; gap: 9px; } .brand > span { font-size: 16px; font-weight: 750; letter-spacing: .08em; } .brand img { width: 30px; height: 30px; object-fit: contain; }
.desktop-links { display: flex; align-items: center; justify-content: center; gap: 32px; flex: 1; } .desktop-links a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 13px; font-weight: 500; } .desktop-links a:hover { color: var(--ink); }
.nav-cta { min-height: 42px; padding: 10px 16px; font-size: 12px; gap: 18px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; background: none; border: 0; } .menu-toggle span { display: block; height: 1.5px; margin: 5px 0; background: var(--ink); }
.mobile-menu { position: fixed; inset: 14px 14px auto auto; width: min(400px, calc(100% - 28px)); max-height: calc(100dvh - 28px); margin: 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 20px 80px rgb(0 0 0 / 15%); }
.mobile-menu::backdrop { background: rgb(25 35 28 / 32%); } .mobile-menu[open] { animation: menu-in .2s var(--ease); }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.menu-close { width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 28px; line-height: 1; }
.mobile-menu nav { display: flex; flex-direction: column; } .mobile-menu nav > a:not(.button) { display: flex; justify-content: space-between; min-height: 58px; padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 20px; letter-spacing: -.025em; } .mobile-menu nav > a:not(.button) span { color: var(--muted); } .mobile-menu nav .button { margin-top: 26px; }
@keyframes menu-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }

/* Connected inputs, one document, one outcome. */
.hero { padding: 68px 0 0; }
.hero-layout { display: grid; grid-template-columns: 1fr 1.04fr; align-items: center; gap: 36px; min-height: 460px; }
.hero-copy { padding-block: 24px; } .hero h1 span { display: block; color: #6e7c6a; }
.hero-lede { max-width: 540px; margin-top: 24px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 30px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin-top: 23px; color: var(--muted); font-size: 12px; }
.presentation-entry { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 12px; }
.presentation-entry a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.presentation-entry a:hover { color: var(--ink); }
.presentation-entry a[aria-disabled="true"] { color:var(--muted); text-decoration-style:dotted; }
html:not(.exports-ready) [data-deck-download] { pointer-events:none; }
.presentation-invitation { background:#fff; border-bottom:1px solid var(--line); }
.presentation-invitation-layout { display:flex; align-items:center; justify-content:space-between; gap:32px; }
.presentation-invitation h2 { font-size:clamp(32px,3.5vw,48px); }
.presentation-invitation p:not(.eyebrow) { margin-top:16px; color:var(--muted); font-size:16px; }
.presentation-invitation .button { flex-shrink:0; }
.download-status { position:fixed; z-index:25; left:50%; bottom:24px; transform:translateX(-50%); width:max-content; max-width:calc(100% - 32px); margin:0; padding:14px 20px; border-radius:9px; color:#fff; background:var(--ink); box-shadow:var(--shadow); font-size:12px; }
@media (max-width:700px) { .presentation-invitation-layout { flex-direction:column; align-items:flex-start; gap:24px; } .presentation-invitation p:not(.eyebrow) { font-size:14px; } .presentation-entry { gap:8px 18px; } }
.hero-art { position: relative; padding-bottom: 12px; } .connection-map { position: relative; width: 100%; aspect-ratio: 600 / 400; }
.hero-lines { position: absolute; inset: 0; width: 100%; height: 100%; stroke: #cbd6c7; stroke-width: 1.5; } .connection-point { fill: #6e886b; stroke: none; }
.concept-node { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 104px; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 9px; box-shadow: 0 3px 8px rgb(30 44 32 / 3%); color: #59615a; font-size: 12px; font-weight: 500; }
.concept-node svg { width: 17px; height: 17px; fill: none; stroke: #6d7b69; stroke-width: 1.4; stroke-linejoin: round; stroke-linecap: round; }
.node-customer { top: 10%; left: 2%; --node-x: 12px; } .node-supplier { top: 31%; left: 0; --node-x: 16px; } .node-products { top: 52%; left: 2%; --node-x: 12px; } .node-costing { top: 73%; left: 7%; --node-x: 12px; } .node-approval { top: 17%; right: 2%; --node-x: -12px; } .node-revision { top: 43%; right: 0; --node-x: -16px; } .node-analytics { top: 68%; right: 4%; --node-x: -12px; }
.loose-input { position: absolute; z-index: 0; padding: 8px 14px; border: 1px dashed #bdc9b8; border-radius: 5px; font-family: ui-monospace, monospace; font-size: 9px; color: #596753; } .loose-email { top: 3%; left: 38%; transform: rotate(-7deg); } .loose-excel { top: 5%; right: 28%; transform: rotate(8deg); }
.hero-paper { position: absolute; z-index: 3; top: 21%; left: 33%; width: 34%; min-height: 58%; padding: 21px 18px 16px; background: #fff; border: 1px solid #d4ddd0; border-radius: 12px; box-shadow: 0 20px 52px rgb(55 75 47 / 10%), 0 0 0 8px rgb(224 233 219 / 22%); }
.paper-top { display: flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 700; letter-spacing: .06em; } .paper-top img { width: 23px; height: 23px; }
.paper-title { margin-top: 17px; font-size: 25px; font-weight: 600; letter-spacing: -.045em; } .paper-title span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; font-weight: 400; letter-spacing: 0; }
.paper-lines { display: grid; gap: 9px; margin-top: 21px; } .paper-lines i { display: block; width: 100%; height: 5px; background: #eef1eb; border-radius: 2px; } .paper-lines i:nth-child(2) { width: 85%; } .paper-lines i:nth-child(3) { width: 60%; }
.paper-bottom { display: flex; gap: 6px; align-items: center; margin-top: 19px; padding-top: 12px; border-top: 1px solid var(--line); color: #4b6346; font-size: 9px; }
.hero-route { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 6px; font-size: 11px; } .hero-route > span { padding: 7px 10px; border-radius: 5px; } .hero-route i { color: #b2bcb0; font-style: normal; } .hero-route .won { padding: 7px 13px; font-weight: 600; } .hero-route .won b { margin-left: 5px; }
.art-caption { margin-top: 16px; color: var(--muted); text-align: center; font-size: 11px; }
.hero-baseline { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 49px; padding-block: 23px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; } .hero-baseline > span:first-child { color: var(--ink); font-weight: 500; } .hero-baseline > span:last-child > span { margin-left: 20px; }
.hero-art.play .connection-line { stroke-dasharray: 900; animation: connect-in 2s var(--ease) both; }
.hero-art.play .concept-node { animation: connect-node 1.4s var(--ease) both; }
.hero-art.play .node-supplier { animation-delay: .12s; } .hero-art.play .node-products { animation-delay: .24s; } .hero-art.play .node-costing { animation-delay: .36s; } .hero-art.play .node-approval { animation-delay: .48s; } .hero-art.play .node-revision { animation-delay: .6s; } .hero-art.play .node-analytics { animation-delay: .72s; }
.hero-art.play .hero-paper { animation: paper-arrives 1.3s .4s var(--ease) both; } .hero-art.play .loose-input { animation: consolidate-input 1.9s .3s var(--ease) both; }
.hero-art.play .hero-route > span { animation: reveal-up .5s 1.6s var(--ease) both; } .hero-art.play .hero-route > span:nth-of-type(2) { animation-delay: 1.9s; } .hero-art.play .hero-route > span:nth-of-type(3) { animation-delay: 2.2s; } .hero-art.play .hero-route > span:nth-of-type(4) { animation-delay: 2.5s; }
@keyframes connect-in { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }
@keyframes connect-node { 0% { opacity: 0; transform: translateX(calc(var(--node-x) * -1)); } 65% { opacity: 1; transform: translateX(var(--node-x)); } 100% { opacity: 1; transform: translateX(0); } }
@keyframes paper-arrives { from { opacity: .3; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes consolidate-input { 0%, 35% { opacity: .8; } 100% { opacity: 0; transform: translateY(60px) scale(.75); } }
@keyframes reveal-up { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

/* A short before-to-after demonstration. */
.problem { background: #fff; border-top: 1px solid var(--line); } .problem .section-heading { margin-bottom: 28px; }
.problem-flow { position: relative; display: grid; place-items: center; min-height: 136px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.scattered-tools { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 8px; padding: 20px 22px; }
.scattered-tools > span { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 89px; padding: 10px 4px; border: 1px solid var(--line); border-radius: 7px; background: white; text-align: center; font-size: 11px; line-height: 1.35; }
.scattered-tools b { display: grid; place-items: center; height: 25px; color: #6a7466; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 500; } .scattered-tools > i { color: #899184; font-style: normal; font-size: 13px; }
.consolidated-tools { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; opacity: 0; } .hub-label { color: var(--muted); font-size: 10px; } .consolidated-tools .brand > span { font-size: 22px; letter-spacing: .08em; } .hub-detail { color: #56674f; font-size: 11px; }
.problem-result { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 14px; margin-top: 26px; } .problem-result .eyebrow { margin: 0; font-size: 9px; } .problem-result > p:not(.eyebrow) { color: var(--muted); font-size: 13px; }
.problem-flow.play .scattered-tools > span { animation: reveal-up .4s var(--ease) both; } .problem-flow.play .scattered-tools > span:nth-of-type(2) { animation-delay: .18s; } .problem-flow.play .scattered-tools > span:nth-of-type(3) { animation-delay: .36s; } .problem-flow.play .scattered-tools > span:nth-of-type(4) { animation-delay: .54s; } .problem-flow.play .scattered-tools > span:nth-of-type(5) { animation-delay: .72s; } .problem-flow.play .scattered-tools > span:nth-of-type(6) { animation-delay: .9s; } .problem-flow.play .scattered-tools > span:nth-of-type(7) { animation-delay: 1.08s; }
.problem-flow.play .scattered-tools { animation: collapse-tools 1s 4s var(--ease) forwards; } .problem-flow.play .consolidated-tools { animation: reveal-up .7s 4.5s var(--ease) forwards; }
@keyframes collapse-tools { to { opacity: 0; transform: scale(.65); } }

/* One lifecycle, horizontal on desktop and vertical on mobile. */
.lifecycle-section { border-bottom: 1px solid var(--line); }
.lifecycle { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; padding: 0; margin: 0; list-style: none; }
.lifecycle::before, .lifecycle::after { content: ""; position: absolute; top: 22px; left: 22px; right: calc(16.66% - 22px); height: 1.5px; background: #d5ddd0; } .lifecycle::after { background: #6b8364; transform: scaleX(0); transform-origin: left; }
.lifecycle li { position: relative; z-index: 1; }
.stage-number { display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 21px; border: 1px solid #cbd5c5; border-radius: 50%; background: var(--paper); color: #586851; font-family: ui-monospace, monospace; font-size: 12px; } .review-stage { color: var(--amber); border-color: #dccbad; } .outcome-stage { background: var(--green-soft); border-color: #adc6aa; color: var(--green); }
.lifecycle h3 { font-size: 14px; font-weight: 600; letter-spacing: -.02em; } .lifecycle li p { max-width: 175px; margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.lifecycle.play::after { animation: journey-line 2.3s var(--ease) forwards; } .lifecycle.play .stage-number { animation: stage-in .5s var(--ease) both; } .lifecycle.play li:nth-child(2) .stage-number { animation-delay: .35s; } .lifecycle.play li:nth-child(3) .stage-number { animation-delay: .7s; } .lifecycle.play li:nth-child(4) .stage-number { animation-delay: 1.05s; } .lifecycle.play li:nth-child(5) .stage-number { animation-delay: 1.4s; } .lifecycle.play li:nth-child(6) .stage-number { animation-delay: 1.75s; }
@keyframes journey-line { to { transform: scaleX(1); } } @keyframes stage-in { from { box-shadow: 0 0 0 6px rgb(112 139 99 / 12%); } to { box-shadow: 0 0 0 0 transparent; } }

/* Six conceptual modules. */
.product-section { background: #f0f3ed; } .module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.module { display: flex; flex-direction: column; min-width: 0; padding: 24px 24px 20px; border: 1px solid #dce2d7; border-radius: var(--radius); background: #fff; }
.module-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; } .module-number { color: #737e6c; font-family: ui-monospace, monospace; font-size: 10px; } .module h3 { font-size: 21px; letter-spacing: -.035em; }
.module-description { min-height: 63px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.module-art { position: relative; display: flex; align-items: center; justify-content: center; min-width: 0; height: 158px; margin-block: 14px; border-radius: 9px; background: #f7f9f5; }
.module-benefit { margin-top: auto; padding-top: 12px; border-top: 1px solid #e6ebe2; color: #53634d; font-size: 12px; font-weight: 500; }
.quotation-module { border-color: #b8c9af; box-shadow: 0 4px 20px rgb(57 74 45 / 4%); } .quotation-module .module-art { background: #eff4ea; } .quotation-module h3 { color: #3f5737; }
.pro-badge { display: inline-flex; align-items: center; min-height: 18px; padding: 2px 6px; border: 1px solid #bcccaf; border-radius: 4px; color: #4f6145; background: #f1f6eb; font-size: 9px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; } .module-heading .pro-badge { margin-left: auto; }
.customer-art { flex-direction: column; gap: 29px; padding: 15px 10px; }
.customer-root { display: flex; align-items: center; justify-content: center; gap: 9px; width: 84%; padding: 11px; border: 1px solid #d4dece; border-radius: 7px; background: #fff; } .initials { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 5px; background: #edf3e7; color: #536749; font-size: 10px; } .customer-root strong { font-size: 12px; font-weight: 500; }
.customer-branches { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; width: 100%; } .customer-branches::before { content: ""; position: absolute; top: -17px; left: 12.5%; width: 75%; height: 1px; background: #c6d4be; } .customer-branches::after { content: ""; position: absolute; bottom: calc(100% + 16px); left: 50%; height: 13px; width: 1px; background: #c6d4be; }
.customer-branches span { position: relative; display: grid; place-items: center; min-height: 29px; padding: 5px 2px; border: 1px solid #dce5d5; border-radius: 4px; background: white; color: #66755d; font-size: 9px; } .customer-branches span::before { content: ""; position: absolute; bottom: 100%; left: 50%; width: 1px; height: 17px; background: #c6d4be; }
.supplier-art { gap: 17px; padding: 14px; } .supplier-prices { display: flex; flex: 1.1; flex-direction: column; gap: 7px; } .supplier-prices > strong { margin-bottom: 4px; font-size: 11px; font-weight: 600; } .supplier-prices > span { display: flex; justify-content: space-between; gap: 6px; padding-bottom: 5px; border-bottom: 1px solid #e3e9dd; font-size: 9px; color: #66705e; } .supplier-prices b { color: #414f3a; font-weight: 500; white-space: nowrap; }
.price-history { min-width: 0; flex: 1; padding-left: 13px; border-left: 1px solid #dce5d5; } .price-history > span { color: #697761; font-size: 9px; } .price-history svg { width: 100%; margin: 12px 0 7px; }
.draw-line { stroke: #69845d; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .chart-grid { stroke: #dce4d5; stroke-width: 1; } .price-history circle { fill: #69845d; } .price-history > div { display: flex; justify-content: space-between; gap: 4px; font-size: 8px; color: #7b8574; } .price-history b { display: block; color: #59664f; font-size: 9px; font-weight: 500; }
.quotation-art { justify-content: space-between; padding: 15px; gap: 12px; } .revision-papers { position: relative; width: 50%; height: 125px; } .revision-sheet { position: absolute; width: 74px; height: 97px; padding: 12px 9px; border: 1px solid #c6d5bc; border-radius: 5px; background: #fff; font-size: 10px; color: #566a4c; } .sheet-1 { top: 0; left: 0; } .sheet-2 { top: 8px; left: 14px; } .sheet-3 { top: 16px; left: 28px; } .sheet-4 { top: 24px; left: 42px; box-shadow: 0 5px 12px rgb(62 78 49 / 6%); } .revision-sheet i { display: block; height: 3px; margin-top: 10px; background: #e6ecdf; } .revision-sheet i + i { width: 65%; margin-top: 5px; } .revision-sheet .won { display: block; width: max-content; margin-top: 11px; padding: 3px 5px; border-radius: 3px; font-size: 8px; font-weight: 500; } .revision-values { display: grid; flex: 1; gap: 10px; } .revision-values span { display: flex; justify-content: space-between; gap: 10px; color: #718266; font-size: 10px; } .revision-values b { color: #42583a; font-weight: 500; white-space: nowrap; }
.roles-art { padding: 12px 20px; } .role-flow { position: relative; display: grid; gap: 6px; width: 100%; } .role-flow::before { content: ""; position: absolute; left: 12px; top: 13px; bottom: 13px; width: 1px; background: #cbd8c2; } .role-flow > span { position: relative; display: flex; align-items: center; gap: 9px; } .role-flow i { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #d4e0cb; border-radius: 50%; background: white; font-size: 8px; font-style: normal; color: #6d7d61; } .role-flow b { font-size: 10px; font-weight: 500; } .role-flow small { margin-left: auto; color: #73816a; font-size: 9px; } .role-flow .approved-role { color: var(--green); } .approved-role i { background: var(--green-soft); border-color: #b8cfaf; color: var(--green); }
.template-art { flex-direction: column; gap: 9px; padding: 12px 14px; } .template-documents { display: flex; justify-content: center; gap: 16px; width: 100%; } .template-documents > div { min-width: 0; flex: 1; max-width: 78px; } .template-paper { display: flex; flex-direction: column; gap: 6px; width: 100%; height: 101px; padding: 10px; border: 1px solid #d7dfd1; border-radius: 4px; background: white; box-shadow: 0 3px 7px rgb(49 62 42 / 3%); } .template-paper b { display: block; width: 12px; height: 9px; margin-bottom: 3px; background: #b2c2a7; } .template-paper i { display: block; width: 100%; height: 2px; background: #e0e7da; } .template-paper i:last-child { width: 65%; } .template-paper > span { display: block; height: 22px; margin-block: 3px; border-block: 1px solid #d9e2d1; background: repeating-linear-gradient(0deg, transparent 0 7px, #e4ebde 7px 8px); } .corporate-paper { padding-top: 0; } .corporate-paper b { width: calc(100% + 20px); margin-left: -10px; height: 18px; border-radius: 3px 3px 0 0; background: #64795a; } .technical-paper b { height: 2px; width: 100%; margin-top: 5px; background: #7e9272; } .technical-paper > span { background: repeating-linear-gradient(90deg, transparent 0 13px, #e4ebde 13px 14px), repeating-linear-gradient(0deg, transparent 0 7px, #e4ebde 7px 8px); } .template-documents > div > span { display: block; margin-top: 6px; color: #6f7c64; font-size: 8px; text-align: center; text-transform: uppercase; letter-spacing: .03em; } .template-areas { color: #6b7961; font-size: 8px; text-align: center; }
.metrics-art { flex-direction: column; justify-content: space-between; padding: 15px 18px 10px; } .metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 15px; width: 100%; } .metrics > span { display: block; color: #6c7863; font-size: 8px; } .metrics strong { display: block; margin-top: 1px; color: #405236; font-size: 23px; font-weight: 500; line-height: 1.2; letter-spacing: -.04em; } .metrics small { font-size: 11px; font-weight: 400; } .metrics-chart { width: 100%; height: 23px; }
.example-note { margin-top: 16px; color: #697462; text-align: right; font-size: 10px; }
.module.play .customer-branches, .module:hover .customer-branches { animation: reveal-up .8s var(--ease) both; }
.module.play .draw-line, .module:hover .draw-line { stroke-dasharray: 420; animation: chart-draw 1.5s var(--ease) both; }
.module.play .revision-sheet, .module:hover .revision-sheet { animation: paper-arrives .8s var(--ease) both; } .module.play .sheet-2, .module:hover .sheet-2 { animation-delay: .12s; } .module.play .sheet-3, .module:hover .sheet-3 { animation-delay: .24s; } .module.play .sheet-4, .module:hover .sheet-4 { animation-delay: .36s; }
.module.play .role-flow > span, .module:hover .role-flow > span { animation: reveal-up .5s var(--ease) both; } .module.play .role-flow > span:nth-child(2), .module:hover .role-flow > span:nth-child(2) { animation-delay: .15s; } .module.play .role-flow > span:nth-child(3), .module:hover .role-flow > span:nth-child(3) { animation-delay: .3s; } .module.play .role-flow > span:nth-child(4), .module:hover .role-flow > span:nth-child(4) { animation-delay: .45s; }
.module.play .template-paper, .module:hover .template-paper { animation: reveal-up .6s var(--ease) both; } .module.play .template-documents > div:nth-child(2) .template-paper, .module:hover .template-documents > div:nth-child(2) .template-paper { animation-delay: .12s; } .module.play .template-documents > div:nth-child(3) .template-paper, .module:hover .template-documents > div:nth-child(3) .template-paper { animation-delay: .24s; }
@keyframes chart-draw { from { stroke-dashoffset: 420; } to { stroke-dashoffset: 0; } }

/* Commercial history, without another set of feature sections. */
.intelligence-section { background: white; } .intelligence-layout { display: grid; grid-template-columns: 1fr 1.12fr; align-items: center; gap: 72px; } .intelligence-layout .section-heading { margin: 0; } .intelligence-layout h2 { font-size: clamp(34px, 3.4vw, 49px); } .section-heading > p.history-benefit { margin-top: 26px; color: #4f6547; font-size: 13px; font-weight: 500; }
.commercial-story { display: grid; grid-template-columns: 135px 1fr; gap: 20px; align-items: center; min-width: 0; }
.commercial-timeline { position: relative; display: grid; gap: 23px; padding: 0 0 0 18px; margin: 0; list-style: none; } .commercial-timeline::before { content: ""; position: absolute; top: 8px; bottom: 8px; left: 3px; width: 1px; background: #c9d6c1; } .commercial-timeline li { position: relative; font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; } .commercial-timeline li::before { content: ""; position: absolute; top: 4px; left: -18px; width: 7px; height: 7px; border-radius: 50%; background: #f2f6ef; border: 1px solid #aebe9f; } .commercial-timeline li:last-child::before { background: var(--green); border-color: var(--green); }
.activity-stream { min-width: 0; padding: 20px; border: 1px solid #dce4d6; border-radius: 12px; background: #f8faf6; } .activity-heading { padding-bottom: 16px; border-bottom: 1px solid #dce4d6; } .activity-heading > span { display: block; font-size: 12px; font-weight: 500; } .activity-heading small { display: block; margin-top: 4px; color: #728068; font-size: 9px; } .activity-stream ol { display: grid; gap: 18px; padding: 18px 0 0; margin: 0; list-style: none; } .activity-stream li { display: flex; align-items: baseline; gap: 14px; font-size: 11px; } .activity-stream time { flex-shrink: 0; color: #74816a; font-family: ui-monospace, monospace; font-size: 9px; } .activity-stream li b { padding-left: 6px; font-weight: 500; }
.commercial-story.play .activity-stream li { animation: reveal-up .5s var(--ease) both; } .commercial-story.play .activity-stream li:nth-child(2) { animation-delay: .16s; } .commercial-story.play .activity-stream li:nth-child(3) { animation-delay: .32s; } .commercial-story.play .activity-stream li:nth-child(4) { animation-delay: .48s; } .commercial-story.play .activity-stream li:nth-child(5) { animation-delay: .64s; } .commercial-story.play .activity-stream li:nth-child(6) { animation-delay: .8s; }

/* Management insight. A conceptual chart, four questions. */
.analytics-section { background: #222c25; color: #f6f8f3; } .analytics-section .eyebrow { color: #b1bfaa; } .analytics-section .pro-badge { border-color: #63735a; background: #34432f; color: #d4e6bf; } .analytics-section .section-heading > p:not(.eyebrow) { color: #b7c3b0; }
.analytics-layout { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 82px; } .analytics-layout .section-heading { margin: 0; } .analytics-layout h2 { font-size: clamp(34px, 3.5vw, 50px); }
.insight-chart { padding: 24px; border: 1px solid #495744; border-radius: 12px; background: #29362b; } .chart-label { color: #c0d1b3; font-size: 11px; } .insight-chart svg { width: 100%; margin-top: 25px; } .insight-chart .chart-grid { stroke: #3e4d38; } .insight-chart .draw-line { stroke: #b3cf99; stroke-width: 2; } .insight-chart circle { fill: #c7dfa9; } .chart-area { fill: #34472d; opacity: .7; } .chart-stages { display: flex; justify-content: space-between; padding-top: 12px; color: #abbd9d; font-size: 10px; } .insight-caption { display: flex; align-items: center; gap: 8px; padding-top: 16px; color: #b5c8a5; font-size: 11px; } .insight-caption .small-dot { background: #adc697; }
.insight-visual.play .draw-line { stroke-dasharray: 420; animation: chart-draw 1.8s var(--ease) both; }
.analytics-questions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 46px; padding-bottom: 36px; border-bottom: 1px solid #475442; } .analytics-questions h3 { min-height: 44px; font-size: 17px; line-height: 1.35; letter-spacing: -.025em; } .analytics-questions p { margin-top: 14px; color: #adc19f; font-size: 11px; } .analytics-questions p span { margin-right: 5px; }
.before-after { display: grid; grid-template-columns: 1.1fr 36px 1.2fr .9fr; align-items: center; gap: 24px; margin-top: 30px; } .before-after .eyebrow { margin-bottom: 12px; color: #b2c0a9; font-size: 9px; } .before-tools > div { display: flex; flex-wrap: wrap; gap: 5px; max-width: 290px; } .before-tools > div span { padding: 4px 8px; border: 1px solid #59634f; border-radius: 4px; color: #c1cbb9; font-size: 10px; } .before-tools > div span:nth-child(2n) { transform: translateY(2px); } .before-after-arrow { color: #92a582; font-size: 24px; } .after-tools > div { display: flex; align-items: center; gap: 14px; } .after-tools img { width: 34px; height: 34px; } .after-tools p { color: #c7d5bb; font-size: 10px; line-height: 1.8; } .before-after-outcome { justify-self: end; font-size: 26px; font-weight: 500; letter-spacing: -.035em; line-height: 1.2; } .before-after-outcome span { color: #b6cd9f; }

/* Early access. Preserve the supplied email path. */
.early-access-section { padding-block: 92px; } .access-layout { display: grid; grid-template-columns: 1fr .95fr; align-items: center; gap: 96px; } .access-layout .section-heading { margin: 0; } .access-layout h2 { max-width: 560px; } .section-heading > p.access-note { margin-top: 27px; color: #516847; font-size: 12px; font-weight: 500; }
.signup-card { min-width: 0; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); } .signup-card > h3 { margin-bottom: 24px; font-size: 18px; letter-spacing: -.025em; } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 14px; } .field { min-width: 0; } .full-field { grid-column: 1 / -1; } .field label { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 600; } .field label span { color: var(--muted); font-size: 10px; font-weight: 400; } .field input, .field select { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #d8dfd3; border-radius: 6px; color: var(--ink); background: #fafcf8; font-size: 13px; line-height: 1.4; } .field input::placeholder { color: #727b6c; } .field input:focus, .field select:focus { outline: 2px solid #647f57; outline-offset: 2px; } .field input[aria-invalid="true"] { border-color: #a34e40; background: #fffaf9; } .field-error { display: block; min-height: 14px; padding-top: 3px; color: #a03f32; font-size: 10px; line-height: 1.3; } .field-error:empty { min-height: 0; padding: 0; } .form-submit { width: 100%; justify-content: space-between; margin-top: 21px; } .form-submit .submit-label { font-size: 14px; font-weight: 600; } .form-note { max-width: 400px; margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.55; } .form-note a { text-decoration: underline; } .form-status { margin-top: 10px; color: #a03f32; font-size: 12px; } .form-status:empty { display: none; } .form-result { padding-block: 46px; } .result-check { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border: 1px solid #c4d7bb; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 18px; } .form-result h3 { font-size: 28px; letter-spacing: -.04em; } .form-result p { margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.6; } .draft-retry { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 20px; color: var(--green); font-size: 13px; text-decoration: underline; } .is-submitting .submit-icon { width: 15px; height: 15px; border: 1.5px solid #ffffff60; border-top-color: #fff; border-radius: 50%; font-size: 0; animation: loading .7s linear infinite; } @keyframes loading { to { transform: rotate(360deg); } }
.site-footer { border-top: 1px solid var(--line); } .footer-layout { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; min-height: 96px; padding-block: 20px; } .footer-layout .brand img { width: 26px; height: 26px; } .footer-layout .brand > span { font-size: 12px; } .footer-layout p, .footer-layout small { color: var(--muted); font-size: 11px; } .footer-layout small { margin-left: auto; } .footer-layout nav { display: flex; gap: 20px; } .footer-layout nav a { display: flex; align-items: center; min-height: 44px; color: var(--muted); font-size: 11px; } .footer-layout nav a:hover { color: var(--ink); }
.reveal.visible { animation: reveal-up .6s var(--ease) both; }
/* Muted labels still meet AA contrast at small sizes. */
.hero-route i, .scattered-tools > i { color: #5e6d54; }
.module-number { color: #667160; }
.price-history > span, .price-history > div, .revision-values span,
.role-flow i, .role-flow small, .template-documents > div > span,
.template-areas, .metrics > span, .example-note,
.activity-heading small, .activity-stream time { color: #5e6d54; }
@media (hover: hover) and (pointer: fine) {
  .module .customer-root, .module .price-history svg, .module .revision-papers,
  .module .role-flow, .module .template-documents, .module .metrics-chart { transition: transform .3s var(--ease); }
  .module:hover .customer-root, .module:hover .role-flow { transform: translateY(-2px); }
  .module:hover .revision-papers { transform: translateX(4px); }
  .module:hover .template-documents { transform: translateY(-3px); }
  .module:hover .price-history svg, .module:hover .metrics-chart { transform: scaleY(1.08); }
}

/* Keep conceptual labels readable; the documents remain illustrations. */
.customer-branches span { font-size: 11px; }
.supplier-prices > strong { font-size: 12px; }
.supplier-prices > span { font-size: 11px; }
.price-history > span, .price-history b { font-size: 10px; }
.price-history > div { font-size: 10px; }
.revision-values span { font-size: 11px; }
.role-flow b { font-size: 12px; }
.role-flow small { font-size: 11px; }
.template-documents > div > span, .template-areas { font-size: 10px; }
.metrics > span { font-size: 10px; }
.module-description { font-size: 15px; }
.module-benefit { font-size: 13px; }
.commercial-timeline li { font-size: 11px; letter-spacing: .035em; }
.activity-stream li { font-size: 13px; }
.activity-stream time { font-size: 11px; }
@media (min-width: 1600px) { .hero { padding-top: 85px; } .hero-layout { min-height: 490px; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); } .section { padding-block: 64px; } .hero { padding-top: 44px; } .hero-layout { gap: 22px; } .hero h1 { font-size: clamp(48px, 5.8vw, 64px); } .hero-lede { font-size: 17px; } .hero-actions { gap: 14px; } .hero-actions .button { font-size: 13px; padding-inline: 15px; } .hero-note { font-size: 11px; }
  .concept-node { min-width: 90px; padding: 10px; gap: 6px; font-size: 10px; } .concept-node svg { width: 14px; height: 14px; } .hero-paper { padding: 15px 12px 12px; } .paper-top { font-size: 7px; } .paper-title { font-size: 21px; } .paper-title span { font-size: 8px; } .paper-lines { margin-top: 15px; gap: 7px; } .paper-bottom { margin-top: 14px; padding-top: 9px; font-size: 7px; } .hero-route { gap: 7px; font-size: 10px; }
  .scattered-tools { padding: 15px; gap: 5px; } .scattered-tools > span { font-size: 9px; } .lifecycle { gap: 17px; } .lifecycle h3 { font-size: 12px; } .lifecycle li p { font-size: 12px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .module { padding: 23px; } .module h3 { font-size: 21px; } .module-heading { gap: 9px; } .module-description { font-size: 15px; } .module-benefit { font-size: 13px; }
  .intelligence-layout { gap: 36px; } .commercial-story { grid-template-columns: 117px 1fr; gap: 12px; } .activity-stream { padding: 17px 14px; } .activity-stream li { font-size: 10px; gap: 10px; } .activity-heading > span { font-size: 11px; } .analytics-layout { gap: 46px; } .analytics-questions h3 { font-size: 15px; } .before-after { gap: 16px; } .before-after-outcome { font-size: 23px; } .access-layout { gap: 48px; } .signup-card { padding: 24px; }
}
@media (max-width: 900px) {
  .navigation { gap: 20px; height: 68px; } .desktop-links { gap: 23px; } .brand > span { font-size: 14px; } .nav-cta { font-size: 11px; gap: 10px; } .hero-layout { grid-template-columns: 1fr 1fr; } .hero h1 { font-size: 48px; } .hero-lede { font-size: 16px; } .hero-actions { gap: 10px; } .hero-actions .text-link { font-size: 12px; gap: 10px; } .hero-note { align-items: baseline; font-size: 10px; }
  .hero-paper { left: 32%; width: 36%; } .concept-node { min-width: 76px; font-size: 9px; padding: 8px; } .concept-node svg { width: 12px; height: 12px; } .paper-title { font-size: 18px; margin-top: 13px; } .paper-lines { margin-top: 11px; } .paper-bottom { font-size: 6px; } .hero-route { gap: 3px; font-size: 9px; } .hero-route > span { padding-inline: 7px; } .art-caption { font-size: 9px; } .hero-baseline { margin-top: 32px; }
  .module-grid { grid-template-columns: repeat(2, 1fr); } .module { padding: 23px; } .module h3 { font-size: 21px; } .module-description { min-height: 59px; font-size: 14px; } .module-art { height: 150px; } .customer-root strong { font-size: 12px; } .customer-branches span { font-size: 9px; } .supplier-art { padding: 16px; gap: 16px; } .revision-sheet { width: 74px; } .sheet-2 { left: 12px; } .sheet-3 { left: 24px; } .sheet-4 { left: 36px; } .revision-papers { width: 50%; } .template-areas { font-size: 8px; } .module-benefit { font-size: 12px; }
  .lifecycle { gap: 14px; } .lifecycle h3 { font-size: 11px; } .lifecycle li p { font-size: 11px; line-height: 1.5; } .stage-number { width: 37px; height: 37px; margin-bottom: 16px; font-size: 10px; } .lifecycle::before, .lifecycle::after { top: 18px; left: 18px; right: calc(16.66% - 18px); } .problem-result { gap: 10px; } .problem-result > p:not(.eyebrow) { font-size: 11px; }
  .intelligence-layout { grid-template-columns: 1fr; gap: 30px; } .intelligence-layout .section-heading { max-width: 630px; } .commercial-story { grid-template-columns: 150px 1fr; max-width: 670px; } .activity-stream { padding: 20px; } .activity-stream li { font-size: 12px; gap: 20px; } .commercial-timeline li { font-size: 10px; }
  .analytics-layout { gap: 32px; } .analytics-layout h2 { font-size: 36px; } .analytics-layout .section-heading > p:not(.eyebrow) { font-size: 16px; } .insight-chart { padding: 18px; } .analytics-questions { grid-template-columns: repeat(2, 1fr); gap: 28px; } .analytics-questions h3 { min-height: 0; font-size: 17px; } .analytics-questions p { margin-top: 8px; } .before-after { grid-template-columns: 1fr 26px 1.1fr; gap: 15px; } .before-after-outcome { display: none; } .before-tools > div span { font-size: 9px; padding-inline: 6px; } .after-tools p { font-size: 9px; } .after-tools > div { gap: 9px; }
  .access-layout { gap: 35px; } .access-layout h2 { font-size: 38px; } .access-layout .section-heading > p:not(.eyebrow) { font-size: 16px; } .signup-card { padding: 22px; } .form-grid { gap: 13px; } .field label { font-size: 10px; } .full-field label span { display: block; } .field input, .field select { font-size: 12px; padding-inline: 9px; } .footer-layout { gap: 16px; } .footer-layout p { font-size: 10px; } .footer-layout nav { gap: 14px; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 82px; } .shell { width: calc(100% - 40px); } .section { padding-block: 48px; } .section-heading { margin-bottom: 26px; } .eyebrow { margin-bottom: 13px; font-size: 10px; } .section-heading > p:not(.eyebrow) { margin-top: 14px; font-size: 16px; } h2 { font-size: clamp(34px, 7.8vw, 42px); } .desktop-break { display: none; }
  .navigation { gap: 10px; height: 66px; } .brand > span { font-size: 13px; } .brand img { width: 26px; height: 26px; } .desktop-links { display: none; } .nav-cta { margin-left: auto; min-height: 37px; padding: 9px 10px; gap: 0; font-size: 10px; } .nav-cta > span { display: none; } .menu-toggle { display: block; flex-shrink: 0; width: 40px; padding: 11px; }
  .hero { padding-top: 32px; } .hero-layout { display: flex; flex-direction: column; align-items: stretch; gap: 23px; min-height: 0; } .hero-copy { padding: 0; } .hero h1 { max-width: 540px; font-size: clamp(40px, 10.7vw, 48px); letter-spacing: -.06em; } .hero-lede { max-width: 510px; margin-top: 18px; font-size: 16px; line-height: 1.6; } .hero-actions { gap: 19px; margin-top: 23px; } .hero-actions .button { min-height: 46px; padding: 12px 16px; font-size: 12px; gap: 13px; } .hero-actions .text-link { font-size: 12px; gap: 9px; } .hero-note { align-items: center; margin-top: 16px; font-size: 10px; }
  .hero-art { width: min(100%, 490px); margin-inline: auto; padding-bottom: 0; } .concept-node { min-width: 87px; padding: 9px 10px; font-size: 10px; } .concept-node svg { width: 14px; height: 14px; } .hero-paper { left: 32%; width: 36%; padding: 15px 12px 12px; } .paper-top { font-size: 7px; gap: 5px; } .paper-top img { width: 18px; height: 18px; } .paper-title { font-size: 20px; margin-top: 14px; } .paper-title span { font-size: 7px; } .paper-lines { margin-top: 16px; gap: 7px; } .paper-lines i { height: 4px; } .paper-bottom { margin-top: 14px; padding-top: 10px; font-size: 6.5px; } .paper-bottom .small-dot { width: 4px; height: 4px; } .hero-route { gap: 10px; margin-top: 15px; font-size: 10px; } .art-caption { font-size: 10px; margin-top: 10px; } .loose-input { font-size: 7px; padding: 5px 9px; } .hero-baseline { margin-top: 27px; padding-block: 17px; font-size: 10px; } .hero-baseline > span:last-child { display: none; }
  .problem-flow { min-height: 184px; } .scattered-tools { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; padding: 14px; } .scattered-tools > span { min-height: 72px; gap: 6px; font-size: 9px; padding: 7px 3px; } .scattered-tools > i { display: none; } .scattered-tools > span:last-child { grid-column: 3 / 5; } .scattered-tools b { height: 20px; font-size: 9px; } .hub-detail { max-width: 245px; text-align: center; font-size: 10px; line-height: 1.7; } .consolidated-tools .brand > span { font-size: 25px; } .problem-result { display: grid; gap: 7px; margin-top: 18px; } .problem-result .eyebrow { font-size: 9px; margin-bottom: 3px; } .problem-result > p:not(.eyebrow) { font-size: 12px; }
  .lifecycle { display: flex; flex-direction: column; gap: 22px; } .lifecycle li { min-height: 55px; padding-left: 58px; } .stage-number { position: absolute; top: 0; left: 0; width: 37px; height: 37px; margin: 0; font-size: 10px; } .lifecycle h3 { padding-top: 2px; font-size: 16px; } .lifecycle li p { max-width: 340px; margin-top: 4px; font-size: 13px; line-height: 1.5; } .lifecycle::before, .lifecycle::after { top: 18px; bottom: 37px; left: 18px; right: auto; width: 1.5px; height: auto; } .lifecycle::after { transform: scaleY(0); transform-origin: top; } .lifecycle.play::after { animation-name: journey-line-mobile; } @keyframes journey-line-mobile { to { transform: scaleY(1); } }
  .module-grid { grid-template-columns: 1fr; gap: 12px; } .module { padding: 18px 19px 15px; } .module-heading { margin-bottom: 7px; gap: 9px; } .module-number { font-size: 9px; } .module h3 { font-size: 20px; } .module-description { min-height: 0; font-size: 13px; line-height: 1.5; } .module-art { height: 124px; margin-block: 12px 10px; } .module-benefit { padding-top: 9px; font-size: 11px; }
  .customer-art { gap: 26px; padding: 9px; } .customer-root { width: 78%; padding: 7px; } .customer-root strong { font-size: 11px; } .customer-branches span { font-size: 9px; min-height: 25px; } .customer-branches::before { top: -14px; } .customer-branches::after { bottom: calc(100% + 13px); } .customer-branches span::before { height: 14px; }
  .supplier-art { padding: 13px 16px; gap: 20px; } .price-history svg { margin-block: 6px; max-height: 45px; } .supplier-prices { gap: 5px; } .supplier-prices > strong { font-size: 11px; margin-bottom: 1px; } .supplier-prices > span { font-size: 9px; padding-bottom: 4px; }
  .quotation-art { padding: 10px 17px; } .revision-papers { height: 103px; } .revision-sheet { width: 67px; height: 79px; padding: 7px 9px; font-size: 9px; } .sheet-2 { top: 6px; left: 14px; } .sheet-3 { top: 12px; left: 28px; } .sheet-4 { top: 18px; left: 42px; } .revision-sheet i { margin-top: 8px; } .revision-sheet .won { margin-top: 8px; } .revision-values { gap: 7px; } .revision-values span { font-size: 10px; }
  .roles-art { padding: 7px 23px; } .role-flow { gap: 3px; } .role-flow i { width: 22px; height: 22px; font-size: 7px; } .role-flow::before { left: 11px; } .role-flow b { font-size: 10px; } .role-flow small { font-size: 9px; }
  .template-art { padding: 8px 16px; gap: 6px; } .template-documents { gap: 17px; } .template-documents > div { max-width: 71px; } .template-paper { height: 83px; gap: 4px; padding: 8px; } .template-paper > span { height: 16px; margin-block: 2px; } .corporate-paper { padding-top: 0; } .corporate-paper b { width: calc(100% + 16px); margin-left: -8px; height: 15px; } .template-documents > div > span { margin-top: 4px; font-size: 7px; } .template-areas { font-size: 7px; }
  .metrics-art { padding: 10px 21px 7px; } .metrics { gap: 7px 20px; } .metrics strong { font-size: 21px; } .metrics-chart { height: 19px; } .example-note { margin-top: 12px; max-width: 290px; margin-left: auto; font-size: 9px; }
  .intelligence-layout { gap: 25px; } .intelligence-layout h2 { font-size: 36px; } .section-heading > p.history-benefit { margin-top: 15px; font-size: 12px; } .commercial-story { grid-template-columns: 95px 1fr; gap: 10px; align-items: stretch; } .commercial-timeline { align-content: space-between; gap: 15px; padding-left: 14px; margin-block: 24px; } .commercial-timeline::before { left: 3px; } .commercial-timeline li { font-size: 8px; letter-spacing: .03em; } .commercial-timeline li::before { left: -14px; } .activity-stream { padding: 16px 12px; } .activity-heading > span { font-size: 10px; } .activity-heading small { font-size: 8px; } .activity-stream ol { gap: 18px; } .activity-stream li { gap: 8px; font-size: 10px; } .activity-stream time { font-size: 8px; }
  .analytics-layout { grid-template-columns: 1fr; gap: 26px; } .analytics-layout h2 { max-width: 480px; font-size: 36px; } .insight-chart { padding: 19px; } .insight-chart svg { max-height: 134px; margin-top: 20px; } .chart-label { font-size: 10px; } .chart-stages { padding-top: 7px; font-size: 9px; } .insight-caption { padding-top: 10px; font-size: 10px; } .analytics-questions { gap: 23px 16px; margin-top: 30px; padding-bottom: 26px; } .analytics-questions h3 { font-size: 15px; } .analytics-questions p { font-size: 10px; margin-top: 7px; }
  .before-after { grid-template-columns: 1fr 20px 1.1fr; gap: 11px; margin-top: 23px; } .before-tools > div { gap: 4px; } .before-tools > div span { padding: 3px 5px; font-size: 8px; } .before-after .eyebrow { font-size: 8px; margin-bottom: 9px; } .before-after-arrow { font-size: 20px; } .after-tools > div { flex-direction: column; align-items: flex-start; gap: 6px; } .after-tools img { width: 24px; height: 24px; } .after-tools p { font-size: 8px; line-height: 1.8; } .before-after-outcome { display: block; grid-column: 1 / -1; justify-self: start; margin-top: 12px; font-size: 27px; } .before-after-outcome br { display: none; } .before-after-outcome span { margin-left: 4px; }
  .early-access-section { padding-block: 53px; } .access-layout { grid-template-columns: 1fr; gap: 27px; } .access-layout h2 { max-width: 470px; font-size: 36px; } .section-heading > p.access-note { margin-top: 16px; font-size: 11px; } .signup-card { padding: 23px 20px; } .signup-card > h3 { margin-bottom: 20px; font-size: 17px; } .form-grid { gap: 15px 12px; } .field label { font-size: 11px; } .full-field label span { display: inline; } .field input, .field select { min-height: 46px; font-size: 16px; padding: 11px 10px; } .field input::placeholder { font-size: 12px; } .full-field select { font-size: 13px; } .form-note { font-size: 10px; } .form-result { padding-block: 25px; }
  .footer-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 10px; padding-block: 22px; } .footer-layout p { justify-self: end; font-size: 10px; } .footer-layout small { margin: 0; font-size: 10px; } .footer-layout nav { justify-content: flex-end; gap: 16px; } .footer-layout nav a { font-size: 10px; }
}
@media (max-width: 360px) {
  .shell { width: calc(100% - 32px); } .navigation { gap: 5px; } .brand { gap: 6px; } .brand > span { font-size: 11px; } .brand img { width: 23px; height: 23px; } .nav-cta { font-size: 9px; padding-inline: 8px; } .menu-toggle { width: 36px; padding: 9px; } .hero h1 { font-size: 40px; } .hero-actions { gap: 11px; } .hero-actions .button { padding-inline: 12px; font-size: 11px; gap: 9px; } .hero-actions .text-link { font-size: 11px; gap: 6px; }
  .concept-node { min-width: 72px; padding: 8px 7px; gap: 5px; font-size: 8px; } .concept-node svg { width: 11px; height: 11px; } .hero-paper { padding: 12px 9px 10px; } .paper-top { font-size: 6px; } .paper-top img { width: 15px; height: 15px; } .paper-title { font-size: 17px; margin-top: 11px; } .paper-title span { font-size: 6px; } .paper-lines { gap: 6px; margin-top: 12px; } .paper-bottom { margin-top: 11px; padding-top: 8px; font-size: 5.5px; } .hero-route { gap: 7px; font-size: 9px; }
  .module { padding-inline: 16px; } .customer-root strong { font-size: 10px; } .customer-branches span { font-size: 8px; } .supplier-art { padding: 12px; gap: 10px; } .quotation-art { padding-inline: 12px; } .revision-values span { font-size: 9px; } .revision-sheet { width: 62px; } .sheet-2 { left: 10px; } .sheet-3 { left: 20px; } .sheet-4 { left: 30px; }
  .commercial-story { grid-template-columns: 80px 1fr; } .commercial-timeline li { font-size: 7px; } .activity-stream { padding-inline: 10px; } .activity-stream li { font-size: 9px; gap: 7px; } .activity-stream time { font-size: 7px; } .activity-heading > span { font-size: 9px; } .before-after-outcome { font-size: 23px; } .signup-card { padding-inline: 17px; } .form-grid { grid-template-columns: 1fr; gap: 12px; } .full-field label span { display: block; } .footer-layout nav { gap: 11px; }
}
/* Readable tablet diagrams and compact mobile cards. */
@media (min-width: 701px) and (max-width: 900px) {
  .hero-layout { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 48px; }
  .paper-bottom { display: none; }
  .paper-title span { font-size: 10px; }
  .paper-top > span { display: none; }
  .concept-node { font-size: 10px; }
  .lifecycle { grid-template-columns: repeat(3, 1fr); gap: 28px 24px; }
  .lifecycle::before, .lifecycle::after { display: none; }
  .lifecycle li::before { content: ""; position: absolute; top: 18px; left: 37px; right: -24px; height: 1px; background: #ccd8c4; }
  .lifecycle li:nth-child(3n)::before { display: none; }
  .lifecycle h3 { font-size: 15px; }
  .lifecycle li p { font-size: 13px; max-width: 195px; }
}
@media (max-width: 1100px) and (min-width: 701px) {
  .customer-root strong { font-size: 12px; }
  .customer-branches span { font-size: 11px; }
  .supplier-prices > span { font-size: 11px; }
  .revision-values span { font-size: 11px; }
  .template-areas, .template-documents > div > span { font-size: 10px; }
  .activity-stream li { font-size: 12px; }
  .activity-stream time { font-size: 10px; }
}
@media (max-width: 700px) {
  .nav-cta { min-height: 44px; }
  .section { padding-block: 36px; }
  .menu-toggle { min-height: 44px; }
  .paper-top > span, .paper-bottom { display: none; }
  .paper-top img { width: 22px; height: 22px; }
  .paper-title span { font-size: 10px; line-height: 1.5; }
  .hero-paper { min-height: 72%; }
  .module-description { font-size: 14px; }
  .module-art { height: 120px; }
  .quotation-art, .template-art { height: 128px; }
  .module-benefit { font-size: 12px; }
  .customer-root strong, .customer-branches span { font-size: 11px; }
  .supplier-prices > span { font-size: 11px; }
  .supplier-art { gap: 12px; padding-inline: 13px; }
  .price-history > span, .price-history b, .price-history > div { font-size: 10px; }
  .revision-values span { font-size: 11px; }
  .role-flow b { font-size: 12px; }
  .role-flow small { font-size: 11px; }
  .role-flow { gap: 5px; }
  .template-documents > div > span { font-size: 10px; }
  .template-areas { font-size: 9px; }
  .metrics > span { font-size: 10px; }
  .metrics strong { font-size: 23px; }
  .commercial-timeline li { font-size: 10px; }
  .activity-stream li { font-size: 12px; }
  .activity-stream time { font-size: 10px; }
  .activity-heading > span { font-size: 12px; }
  .activity-heading small { font-size: 10px; }
  .activity-stream ol { gap: 13px; }
  .lifecycle { gap: 15px; }
  .lifecycle li { min-height: 50px; }
  .insight-chart { padding: 16px; }
  .insight-chart svg { max-height: 110px; margin-top: 17px; }
  .chart-label, .chart-stages { font-size: 11px; }
  .before-tools > div span { font-size: 10px; }
  .after-tools p { font-size: 10px; }
  .footer-layout nav a { min-height: 44px; }
  .early-access-section { padding-block: 40px; }
  .section-heading > p.access-note { display: none; }
}
@media (max-width: 360px) {
  .concept-node { font-size: 9px; }
  .customer-branches span { font-size: 10px; }
  .supplier-prices > span { font-size: 10px; }
  .supplier-art { padding-inline: 10px; gap: 8px; }
  .revision-values span { font-size: 10px; }
  .commercial-story { grid-template-columns: 1fr; gap: 15px; }
  .commercial-timeline { display: flex; flex-wrap: wrap; gap: 8px 15px; margin: 0; padding: 0; }
  .commercial-timeline::before, .commercial-timeline li::before { display: none; }
  .commercial-timeline li { font-size: 10px; }
  .commercial-timeline li:not(:last-child)::after { content: "→"; margin-left: 10px; color: #76846b; }
  .activity-stream { padding: 17px; }
  .activity-stream li { gap: 14px; }
  .before-after { grid-template-columns: 1fr 20px 1fr; gap: 7px; }
  .after-tools p { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } .loose-input { display: none; } .lifecycle::after { transform: scale(1); } .scattered-tools { opacity: 1; transform: none; } .consolidated-tools { position: relative; width: 100%; padding: 14px 10px; border-top: 1px solid var(--line); opacity: 1; } .consolidated-tools .hub-label { display: none; }
}
