@charset "UTF-8";
:root {
  color-scheme:dark;
  --bg:#0d141c;
  --panel:#131e29;
  --panel-deep:#101a25;
  --ink:#f4f7fb;
  --muted:#a1afbd;
  --blue:#39aaff;
  --line:#25323f;
  --mint:#6ad6b2;
  --amber:#e7b876;
  --radius:14px;
  font-family:"Segoe UI",Arial,sans-serif;
  font-synthesis:none
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:112px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-size:16px;
  line-height:1.6
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea,summary {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
button:disabled {
  cursor:default
}
img {
  display:block;
  max-width:100%;
  object-fit:cover
}
h1,h2,h3,h4,p {
  margin:0
}
h1,h2,h3,h4 {
  line-height:1.14
}
button:focus-visible,a:focus-visible,summary:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px
}
input:focus-visible,textarea:focus-visible {
  outline:2px solid var(--blue);
  outline-offset:2px
}
[hidden] {
  display:none!important
}
::selection {
  background:#299ff7;
  color:#07121b
}
.container {
  width:min(1280px,calc(100% - 96px));
  margin-inline:auto
}
.section {
  padding-block:108px
}
.eyebrow {
  font-size:11px;
  letter-spacing:1.9px;
  text-transform:uppercase;
  font-weight:650;
  color:var(--blue);
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--blue);
  flex:none;
  box-shadow:0 0 0 4px #39aaff12
}
.muted-text {
  color:#8091a1
}
h2 {
  font-size:clamp(31px,3.3vw,45px);
  font-weight:600;
  letter-spacing:-1.4px
}
.section-description {
  color:var(--muted);
  line-height:1.8
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:50px;
  margin-bottom:44px
}
.section-heading>p {
  max-width:385px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8
}
.section-heading .eyebrow {
  margin-bottom:18px
}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:27px;
  min-height:52px;
  padding:13px 23px;
  background:#238ff1;
  color:#fff;
  border:1px solid #319cf8;
  border-radius:7px;
  font-weight:600;
  font-size:14px;
  transition:background .2s,transform .2s
}
.button:hover {
  background:#147ddd;
  transform:translateY(-2px)
}
.button>span {
  font-size:20px;
  font-weight:400
}
.button-small {
  min-height:42px;
  padding:9px 18px;
  font-size:13px;
  gap:22px
}
.text-link {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:14px;
  font-weight:600
}
.text-link span {
  font-size:20px;
  color:var(--blue)
}
.text-link:hover {
  color:var(--blue)
}
.actions {
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link {
  position:fixed;
  top:-100px;
  left:16px;
  z-index:100;
  background:var(--blue);
  color:var(--bg);
  padding:12px
}
.skip-link:focus {
  top:12px
}
/* Navigation */
.site-header {
  position:sticky;
  top:0;
  z-index:30;
  background:#0d141cf5;
  border-bottom:1px solid #ffffff0c;
  backdrop-filter:blur(16px)
}
.header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  min-height:94px
}
.brand {
  display:inline-flex;
  align-items:center;
  flex:none
}
.brand img {
  width:214px;
  height:72px;
  object-fit:contain
}
.site-header nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:13px;
  color:#b8c3cf
}
.site-header nav>a:hover {
  color:white
}
.site-header nav .button {
  margin-left:15px;
  color:#fff
}
.menu-toggle {
  display:none
}
/* Main screen and illustrative CRM */
.hero {
  display:grid;
  grid-template-columns:1fr 1.08fr;
  align-items:center;
  gap:48px;
  padding-block:86px 84px;
  min-height:690px
}
.hero h1 {
  font-size:clamp(43px,4.65vw,67px);
  font-weight:600;
  letter-spacing:-2.6px;
  line-height:1.1;
  margin-bottom:26px
}
.hero h1>span {
  color:var(--blue)
}
.hero-description {
  font-size:17px;
  line-height:1.8;
  color:#aebbc8;
  max-width:480px;
  margin-bottom:30px
}
.hero .eyebrow {
  font-size:10px;
  margin-bottom:26px;
  letter-spacing:1.7px
}
.hero-note {
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:32px;
  color:#8294a5;
  font-size:11px;
  line-height:1.65
}
.hero-note strong {
  color:#acbac8;
  font-weight:400
}
.line-icon {
  display:grid;
  place-items:center;
  width:31px;
  height:34px;
  border:1px solid #2f4457;
  border-radius:9px;
  color:var(--blue);
  font-size:15px
}
.hero-visual {
  min-width:0;
  position:relative;
  padding-block:27px
}
.hero-visual:before {
  content:"";
  position:absolute;
  inset:-45px -25px;
  background-image:linear-gradient(#2d5f8020 1px,transparent 1px),linear-gradient(90deg,#2d5f8020 1px,transparent 1px);
  background-size:45px 45px;
  mask-image:radial-gradient(ellipse at center,black,transparent 70%);
  pointer-events:none;
  z-index:-1
}
.visual-caption {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  font-size:10px;
  color:#95a8ba;
  margin-bottom:13px
}
.visual-caption>span:first-child {
  display:flex;
  gap:9px;
  align-items:center
}
.mono {
  font-family:Consolas,monospace;
  font-size:8px;
  letter-spacing:1.6px;
  color:#8398ad
}
.dashboard {
  border:1px solid #334454;
  border-radius:11px;
  background:#14202b;
  box-shadow:0 30px 80px #0004;
  overflow:hidden;
  position:relative
}
.dashboard-top {
  height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  border-bottom:1px solid #2b3948;
  background:#17232f;
  font-size:10px;
  color:#c1ceda
}
.dashboard-top strong {
  display:flex;
  align-items:center;
  gap:9px;
  font-weight:500
}
.mini-brand {
  font-size:28px;
  font-weight:700;
  color:var(--blue);
  line-height:1
}
.avatar {
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  background:#30485d;
  color:#c6e7ff;
  border-radius:50%;
  font-size:9px
}
.dashboard-layout {
  display:grid;
  grid-template-columns:46px minmax(0,1fr)
}
.dashboard-sidebar {
  display:flex;
  flex-direction:column;
  gap:17px;
  align-items:center;
  padding:20px 0 14px;
  background:#111b26;
  border-right:1px solid #293747;
  color:#72889d;
  font-size:16px
}
.dashboard-sidebar>span {
  width:27px;
  height:27px;
  display:grid;
  place-items:center
}
.dashboard-sidebar>.sidebar-active {
  background:#248cff25;
  border-radius:5px;
  color:var(--blue)
}
.sidebar-bottom {
  margin-top:auto
}
.dashboard-content {
  padding:21px 18px 0;
  min-width:0
}
.dashboard-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px
}
.micro {
  font-size:10px;
  color:#8da1b4
}
.dashboard-heading h2 {
  font-size:20px;
  letter-spacing:-.4px;
  margin-top:4px;
  font-weight:600
}
.demo-label {
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:1px;
  border:1px solid #3a4d60;
  color:#a8bed2;
  border-radius:4px;
  padding:2px 6px
}
.segmented {
  display:inline-flex;
  gap:3px;
  padding:4px;
  background:#0c1520;
  border:1px solid #273648;
  border-radius:7px
}
.segmented button {
  border:0;
  color:#99aabd;
  background:transparent;
  border-radius:4px;
  padding:7px 14px;
  font-size:11px;
  line-height:1.5
}
.segmented button[aria-pressed=true] {
  background:#243b51;
  color:#e3f3ff;
  box-shadow:0 1px 5px #0003
}
.segmented button:hover {
  color:#fff
}
.metrics {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin:18px 0
}
.metrics>div {
  min-width:0;
  border:1px solid #2b3a48;
  background:#182632;
  padding:11px 10px;
  border-radius:6px
}
.metrics small {
  display:block;
  font-size:9px;
  color:#aabaca
}
.metrics strong {
  display:block;
  font-size:26px;
  font-weight:550;
  margin-top:2px;
  letter-spacing:-1px
}
.metrics em {
  font-size:10px;
  color:#8d9eae;
  font-weight:400;
  font-style:normal;
  letter-spacing:0
}
.metrics>div>span {
  display:block;
  font-size:7px;
  color:#a1b2c3;
  margin-top:3px
}
.metrics .positive {
  color:#6ccfb1
}
.board-label {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:9px;
  margin-bottom:11px
}
.board-label>span {
  font-size:8px;
  color:#a2b4c7
}
.board-label strong {
  font-weight:500
}
.kanban {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  min-height:200px
}
.kanban-column {
  background:#101a24;
  border-radius:6px;
  padding:8px 6px
}
.kanban h3 {
  display:flex;
  align-items:center;
  gap:5px;
  font-size:9px;
  font-weight:500;
  color:#bccbd9;
  margin-bottom:10px
}
.kanban h3>span {
  margin-left:auto;
  color:#97a8b8;
  font-size:8px
}
.dot {
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  flex:none
}
.blue {
  background:#4baeff
}
.amber {
  background:#dfb265
}
.mint {
  background:#65cba6
}
.deal {
  padding:9px 8px;
  background:#1a2a38;
  border:1px solid #2d3f50;
  border-radius:5px;
  margin-bottom:7px
}
.deal h4 {
  font-size:9px;
  line-height:1.4;
  font-weight:550;
  margin-top:6px
}
.deal p {
  font-size:7px;
  line-height:1.6;
  color:#9fadc0;
  margin-top:5px;
  min-height:22px
}
.deal>div {
  display:flex;
  justify-content:space-between;
  gap:3px;
  align-items:center;
  border-top:1px solid #334352;
  margin-top:8px;
  padding-top:7px
}
.deal b {
  font-size:6px;
  font-weight:400;
  color:#b2c1ce
}
.tag {
  display:inline-block;
  font-size:6px;
  padding:1px 5px;
  border-radius:3px;
  color:#7fc1ff;
  background:#258cec1c
}
.amber-tag {
  color:#e4bb7d;
  background:#b4843426
}
.mint-tag {
  color:#73d3b0;
  background:#2a9e7523
}
.tiny-avatar {
  display:grid;
  place-items:center;
  width:15px;
  height:15px;
  flex:none;
  border-radius:50%;
  font-size:5px;
  background:#286393;
  color:#d4eaff
}
.tiny-avatar.violet {
  background:#685488
}
.ghost-deal {
  height:52px;
  border:1px dashed #2b3a46;
  border-radius:5px
}
.dashboard-foot {
  display:flex;
  justify-content:space-between;
  color:#8ca4b8;
  font-size:8px;
  margin-top:16px;
  padding:12px 0;
  border-top:1px solid #2b3a48
}
.dashboard-foot .dot {
  margin-right:6px
}
.floating-note {
  position:absolute;
  right:-16px;
  bottom:9px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:14px 20px;
  background:#213649;
  border:1px solid #405971;
  border-radius:8px;
  box-shadow:0 10px 30px #0004
}
.note-check {
  display:grid;
  place-items:center;
  color:var(--mint);
  border:1px solid #4c856f;
  width:30px;
  height:30px;
  border-radius:50%
}
.floating-note strong {
  display:block;
  font-size:11px;
  font-weight:600
}
.floating-note div>span {
  display:block;
  font-size:9px;
  color:#a3b7c7;
  margin-top:2px
}
.demo-disclaimer {
  font-size:9px;
  color:#7e92a5;
  margin-top:12px
}
.schedule {
  min-height:200px;
  background:#111d27;
  border:1px solid #2a3d4c;
  border-radius:5px
}
.schedule-hours {
  display:grid;
  grid-template-columns:75px repeat(3,1fr);
  font-size:8px;
  color:#9daec0;
  padding:8px 10px;
  border-bottom:1px solid #2a3d4c
}
.schedule-row {
  display:grid;
  grid-template-columns:75px 1fr;
  align-items:stretch;
  min-height:54px;
  border-bottom:1px solid #283b4b
}
.schedule-row:last-child {
  border:0
}
.schedule-row>b {
  padding:10px;
  font-size:10px;
  font-weight:500
}
.schedule-row small {
  display:block;
  font-size:6px;
  color:#9caebc;
  margin-top:3px
}
.schedule-row>div {
  border-left:1px solid #283b4b;
  background:repeating-linear-gradient(90deg,transparent 0,transparent 31%,#283b4b 32%,transparent 33%);
  padding:12px 7px
}
.schedule-job {
  display:block;
  white-space:nowrap;
  font-size:8px;
  padding:6px 9px;
  border-radius:4px;
  width:75%;
  color:#d4edff;
  background:#1f6090
}
.job-amber {
  background:#746037;
  color:#ffebc5;
  margin-left:14%;
  width:78%
}
.job-mint {
  background:#2b6154;
  color:#bff3dd;
  width:86%
}
.principles {
  display:grid;
  grid-template-columns:1fr 1fr 1.25fr 35px;
  gap:30px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:23px;
  color:#b0bfcc;
  font-size:12px
}
.principles div>span {
  color:#65839f;
  font-family:Consolas,monospace;
  font-size:10px;
  margin-right:14px
}
.principles a {
  color:var(--blue);
  text-align:right
}
/* Business context and solutions */
.approach {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:100px
}
.photo-composition {
  position:relative;
  padding-bottom:85px;
  margin-right:15px
}
.main-photo {
  height:405px;
  width:100%;
  border-radius:var(--radius);
  object-position:65% center;
  filter:saturate(.75)
}
.photo-caption {
  position:absolute;
  top:25px;
  left:23px;
  right:23px;
  display:flex;
  align-items:center;
  gap:9px;
  font-size:9px;
  letter-spacing:.2px;
  padding:9px 12px;
  background:#0c182acd;
  color:#d2dfe9;
  border:1px solid #fff2;
  border-radius:5px;
  backdrop-filter:blur(8px)
}
.photo-inset {
  position:absolute;
  width:61%;
  right:-40px;
  bottom:0;
  background:#172533;
  border:6px solid var(--bg);
  border-radius:13px;
  overflow:hidden
}
.photo-inset img {
  height:180px;
  width:100%;
  object-position:center 55%;
  filter:saturate(.65)
}
.photo-inset>span {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:13px 15px;
  font-size:10px
}
.photo-inset>span>span {
  color:var(--blue);
  font-size:18px
}
.approach h2 {
  font-size:41px;
  line-height:1.18;
  margin-bottom:22px
}
.approach-copy>.section-description {
  font-size:14px;
  margin-bottom:22px
}
.benefit-row {
  display:flex;
  align-items:flex-start;
  gap:18px;
  border-top:1px solid var(--line);
  padding:17px 0
}
.benefit-row>span {
  font-size:10px;
  font-family:Consolas,monospace;
  color:var(--blue);
  padding-top:3px
}
.benefit-row h3 {
  font-size:15px;
  font-weight:500;
  margin-bottom:7px
}
.benefit-row p {
  font-size:12px;
  color:var(--muted);
  line-height:1.7
}
.light-section {
  background:#edf2f6;
  color:#162332;
  color-scheme:light
}
.light-section .section-heading>p {
  color:#5d6c7c
}
.light-section .eyebrow {
  color:#1773bf
}
.solution-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}
.solution-card {
  position:relative;
  background:white;
  border:1px solid #d6e0e7;
  padding:28px 24px 24px;
  border-radius:12px;
  overflow:hidden
}
.solution-card h3 {
  font-size:20px;
  font-weight:600;
  line-height:1.25;
  margin-top:30px;
  margin-bottom:14px;
  letter-spacing:-.5px
}
.solution-card p {
  font-size:13px;
  color:#657282;
  line-height:1.8
}
.solution-icon {
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #dbe5ee;
  background:#f0f6fc;
  color:#2087d7;
  border-radius:9px;
  font-size:25px
}
.card-number {
  position:absolute;
  right:24px;
  top:32px;
  color:#728596;
  font-family:Consolas,monospace;
  font-size:10px
}
.solution-featured {
  background:#142c44;
  color:white;
  border-color:#142c44
}
.solution-featured .solution-icon {
  background:#1b3c5b;
  border-color:#325470;
  color:#70c3ff
}
.solution-featured p {
  color:#b1c5d7
}
.solution-featured .text-link {
  font-size:11px;
  margin-top:26px
}
.mini-pipeline {
  display:flex;
  gap:6px;
  align-items:center;
  margin-top:26px;
  font-size:8px;
  white-space:nowrap
}
.mini-pipeline span {
  padding:6px 7px;
  border:1px solid #365573;
  background:#1a3752;
  border-radius:4px
}
.mini-pipeline i {
  font-style:normal;
  color:#6ea4d0
}
.mini-stock {
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-top:25px
}
.mini-stock span {
  font-size:10px;
  border-bottom:1px solid #e8edf2;
  display:flex;
  justify-content:space-between;
  padding-bottom:6px;
  color:#647488
}
.mini-stock b {
  font-weight:600;
  color:#2e6a9e
}
.mini-tasks {
  margin-top:30px;
  display:grid;
  gap:12px;
  font-size:11px;
  color:#368775
}
.mini-tasks span {
  padding:7px 8px;
  background:#f3f7f9;
  border-radius:4px
}
.mini-tasks i {
  font-style:normal;
  color:#596979;
  font-size:9px;
  margin-left:3px
}
.mini-nodes {
  margin-top:28px;
  display:flex;
  gap:0;
  align-items:center;
  font-size:8px;
  white-space:nowrap
}
.mini-nodes span {
  padding:6px;
  border:1px solid #d4e0ea;
  border-radius:4px
}
.mini-nodes .node-center {
  margin:0 8px;
  position:relative;
  background:#eaf5fd;
  color:#2479b8
}
.node-center:after,.node-center:before {
  content:"";
  height:1px;
  width:9px;
  background:#bbcfdc;
  position:absolute;
  top:50%;
  right:-9px
}
.node-center:before {
  left:-9px
}
/* Interactive workflow */
.workflow {
  border:1px solid #304252;
  background:#111d29;
  border-radius:var(--radius);
  padding:28px 32px 22px
}
.workflow-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:26px
}
.workflow-toolbar .segmented button {
  font-size:13px;
  padding:9px 21px
}
.flow-steps {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px
}
.flow-steps button {
  position:relative;
  text-align:left;
  min-height:128px;
  border:1px solid #2c3f50;
  border-radius:8px;
  background:#182735;
  color:#f0f6fd;
  padding:17px;
  transition:background .2s,border-color .2s
}
.flow-steps button:not(:last-child):after {
  content:"→";
  position:absolute;
  right:-14px;
  top:49px;
  z-index:1;
  color:#89a5bc;
  background:#111d29;
  font-size:14px
}
.flow-steps button>span {
  display:block;
  font-family:Consolas,monospace;
  font-size:10px;
  color:#8ca2b5;
  margin-bottom:18px
}
.flow-steps button strong {
  display:block;
  font-size:16px;
  font-weight:500
}
.flow-steps button small {
  display:block;
  font-size:10px;
  color:#9db2c5;
  margin-top:7px
}
.flow-steps button[aria-pressed=true] {
  background:#1a4164;
  border-color:#3b9ee6
}
.flow-steps button[aria-pressed=true]>span {
  color:#7ec7ff
}
.flow-steps button:hover {
  border-color:#68b5ed
}
.flow-detail {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
  margin-top:32px;
  border-top:1px solid #2a3c4d;
  padding-top:30px;
  min-height:250px
}
.flow-detail .eyebrow {
  margin-bottom:14px;
  font-size:10px
}
.flow-detail h3 {
  font-size:25px;
  font-weight:500;
  letter-spacing:-.5px;
  margin-bottom:13px
}
.flow-detail-copy>p {
  font-size:13px;
  line-height:1.8;
  color:#a7b7c7
}
.flow-record {
  background:#172736;
  border:1px solid #2c4356;
  border-radius:9px;
  padding:20px 22px
}
.flow-record>div {
  display:flex;
  align-items:center;
  gap:10px
}
.record-icon {
  color:#6cbbf7;
  font-size:18px
}
.flow-record>div>strong {
  font-size:13px;
  font-weight:500
}
.flow-record .demo-label {
  margin-left:auto
}
.flow-record dl {
  margin:16px 0 0
}
.flow-record dl>div {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:16px;
  border-top:1px solid #2d4152;
  padding-top:10px;
  margin-top:10px;
  font-size:10px
}
.flow-record dt {
  color:#94a9bd
}
.flow-record dd {
  margin:0;
  color:#d6e2ee;
  line-height:1.6
}
.workflow-note {
  font-size:10px;
  color:#8fa3b6;
  border-top:1px solid #283a4c;
  padding-top:17px;
  margin-top:26px
}
/* Project stories */
.projects-section {
  padding-top:20px
}
.project-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}
.project-card {
  border:1px solid #2c3a48;
  background:#141f2a;
  border-radius:var(--radius);
  overflow:hidden
}
.project-photo {
  display:block;
  height:305px;
  position:relative;
  overflow:hidden
}
.project-photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(#0a182580,transparent 45%,#0a17218c)
}
.project-photo img {
  width:100%;
  height:100%;
  object-position:center 48%;
  filter:saturate(.7);
  transition:transform .5s
}
.project-card:hover .project-photo img {
  transform:scale(1.035)
}
.project-overlay-label {
  position:absolute;
  z-index:1;
  left:26px;
  top:23px;
  font-size:24px;
  font-weight:700;
  letter-spacing:-.8px;
  text-shadow:0 2px 15px #0009
}
.project-overlay-label>span {
  font-size:12px;
  letter-spacing:2px;
  color:#cce7fb;
  margin-left:5px
}
.photo-ui {
  position:absolute;
  z-index:1;
  bottom:22px;
  left:24px;
  right:24px;
  background:#0e1c2be8;
  border:1px solid #7393aa60;
  border-radius:8px;
  padding:15px 18px;
  backdrop-filter:blur(10px)
}
.photo-ui>span {
  font-size:9px;
  color:#a1bace;
  display:flex;
  align-items:center;
  gap:7px
}
.photo-ui>b {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
  font-weight:500;
  margin-top:5px
}
.photo-ui>b>span {
  color:var(--blue);
  font-size:21px
}
.project-body {
  padding:28px
}
.project-meta {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:24px;
  font-size:9px;
  letter-spacing:1.3px;
  color:#90a5b8
}
.project-status {
  font-size:9px;
  letter-spacing:0;
  background:#23483f70;
  color:#8cddbc;
  padding:4px 8px;
  border-radius:4px
}
.amber-status {
  color:#e9c48d;
  background:#624d2c60
}
.project-body h3 {
  font-size:28px;
  letter-spacing:-.6px;
  font-weight:550;
  margin-bottom:14px
}
.project-body>p {
  font-size:14px;
  line-height:1.8;
  color:#a2b2c2;
  min-height:101px
}
.chips {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:18px
}
.chips>span {
  font-size:10px;
  border:1px solid #354556;
  border-radius:4px;
  padding:4px 9px;
  color:#a8bccd
}
.project-body>.text-link {
  border-top:1px solid #2c3b49;
  padding-top:18px;
  margin-top:25px;
  width:100%;
  font-size:13px
}
.section-footnote {
  margin-top:18px;
  font-size:10px;
  color:#8094a6
}
/* Delivery, commercial model and FAQ */
.process-band {
  background:#132232;
  border-top:1px solid #294053;
  border-bottom:1px solid #294053
}
.process-grid {
  list-style:none;
  padding:0;
  margin:55px 0 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:32px
}
.process-grid li {
  border-top:1px solid #3b4b5b;
  padding-top:24px
}
.process-grid li>span {
  display:block;
  font-size:12px;
  font-family:Consolas,monospace;
  color:#55b3ff;
  margin-bottom:28px
}
.process-grid h3 {
  font-size:18px;
  font-weight:500;
  line-height:1.35;
  margin-bottom:14px
}
.process-grid p {
  font-size:13px;
  color:#a1b3c4;
  line-height:1.8
}
.pricing-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px
}
.pricing-card {
  background:#15212c;
  border:1px solid #304354;
  border-radius:var(--radius);
  padding:32px
}
.price-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:28px
}
.price-top .eyebrow {
  font-size:9px;
  letter-spacing:1.3px;
  margin:0
}
.price-period {
  color:#a3b7c9;
  background:#223341;
  padding:4px 9px;
  font-size:9px;
  border-radius:4px
}
.pricing-card h3 {
  font-size:30px;
  font-weight:550;
  letter-spacing:-.6px;
  margin-bottom:15px
}
.pricing-card>p {
  font-size:14px;
  line-height:1.8;
  color:#a6b7c7;
  min-height:76px;
  max-width:430px
}
.check-list {
  list-style:none;
  padding:0;
  margin:25px 0 32px;
  display:grid;
  gap:13px;
  font-size:13px;
  color:#c7d4e0
}
.check-list li {
  position:relative;
  padding-left:25px
}
.check-list li:before {
  content:"✓";
  position:absolute;
  left:0;
  color:#63b9fa
}
.price-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid #334453;
  padding-top:22px;
  gap:18px
}
.price-bottom>strong {
  font-size:16px;
  font-weight:500
}
.price-bottom>a,.hosting-symbol {
  font-size:25px;
  color:#78c3ff
}
.hosting-card {
  background:#172e43;
  border-color:#315778
}
.hosting-card .check-list li:before {
  color:#7acdcc
}
.hosting-card .price-period {
  background:#244057
}
.development-note {
  display:flex;
  align-items:center;
  gap:21px;
  border:1px solid #2b3c4c;
  border-radius:10px;
  padding:24px 28px;
  margin-top:20px
}
.development-note>span {
  color:var(--blue);
  font-size:27px
}
.development-note>div {
  flex:1
}
.development-note strong {
  font-size:14px;
  font-weight:500
}
.development-note p {
  font-size:12px;
  color:#a0b2c3;
  line-height:1.7;
  margin-top:5px;
  max-width:820px
}
.development-note>.text-link {
  font-size:12px
}
.faq-section {
  display:grid;
  grid-template-columns:.65fr 1.15fr;
  gap:120px;
  padding-top:10px
}
.faq-section .section-description {
  font-size:14px;
  margin-top:24px;
  max-width:250px
}
.faq-list details {
  border-bottom:1px solid #2b3947
}
.faq-list details:first-child {
  border-top:1px solid #2b3947
}
.faq-list summary {
  list-style:none;
  cursor:pointer;
  padding:24px 30px 24px 0;
  font-size:15px;
  position:relative;
  color:#d9e4ed
}
.faq-list summary::-webkit-details-marker {
  display:none
}
.faq-list summary:after {
  content:"+";
  position:absolute;
  right:0;
  top:18px;
  font-size:24px;
  font-weight:300;
  color:var(--blue)
}
.faq-list details[open]>summary:after {
  content:"−"
}
.faq-list details>p {
  font-size:13px;
  color:#a6b8c9;
  line-height:1.85;
  margin-bottom:24px;
  padding-right:26px
}
/* Brief / mail client handoff, no background collection */
.contact-section {
  display:grid;
  grid-template-columns:1fr .82fr;
  gap:85px;
  background:#162a3b;
  border:1px solid #31506a;
  border-radius:18px;
  padding:62px;
  margin-bottom:60px;
  position:relative;
  overflow:hidden
}
.contact-copy {
  position:relative
}
.contact-copy h2 {
  font-size:46px;
  line-height:1.14;
  letter-spacing:-1.6px;
  margin-bottom:24px
}
.contact-copy h2 span {
  color:#57b6fd
}
.contact-copy>p:not(.eyebrow) {
  color:#b0c3d3;
  font-size:14px;
  line-height:1.85;
  max-width:410px
}
.contact-email {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:25px;
  letter-spacing:-.5px;
  margin-top:38px
}
.contact-email>span {
  color:#62bdff
}
.contact-hint {
  display:block;
  color:#a2b7c9;
  font-size:10px;
  margin-top:12px;
  max-width:330px
}
.brief-form {
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:0
}
.brief-form h3 {
  font-size:18px;
  font-weight:500;
  margin-bottom:4px
}
.brief-form label {
  font-size:11px;
  display:flex;
  flex-direction:column;
  gap:7px;
  color:#b5c9da
}
.brief-form input,.brief-form textarea {
  color:#eff8ff;
  background:#0e2233;
  border:1px solid #3b566c;
  border-radius:6px;
  padding:11px 13px;
  min-width:0;
  width:100%;
  font-size:12px
}
.brief-form textarea {
  resize:vertical;
  min-height:88px
}
.brief-form ::placeholder {
  color:#8199ad;
  opacity:1
}
.brief-form .button {
  width:100%;
  min-height:48px;
  margin-top:2px
}
.form-note {
  font-size:10px;
  line-height:1.7;
  color:#9bb4c9
}
.brief-status {
  font-size:11px;
  color:#b3ddff;
  line-height:1.6
}
.brief-status:empty {
  display:none
}
.brief-form>.text-link {
  font-size:12px;
  color:#b3ddff
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding-bottom:38px
}
.site-footer>div>p {
  font-size:11px;
  color:#879eaf;
  margin:4px 0 0 8px
}
.footer-nav {
  display:flex;
  gap:24px;
  font-size:12px;
  color:#a8bac9
}
.footer-nav a:hover {
  color:var(--blue)
}
.copyright {
  font-size:10px;
  color:#879aaa;
  white-space:nowrap
}
/* Product detail pages */
.detail-hero {
  padding-block:65px 75px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:60px
}
.breadcrumbs {
  font-size:12px;
  color:#9aafc0;
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:35px
}
.breadcrumbs a:hover {
  color:var(--blue)
}
.detail-hero h1 {
  font-size:clamp(40px,4.3vw,61px);
  line-height:1.1;
  letter-spacing:-2px;
  font-weight:600;
  margin-bottom:25px
}
.detail-hero h1 span {
  color:var(--blue)
}
.detail-hero .section-description {
  font-size:15px;
  margin-bottom:25px
}
.detail-hero .project-photo {
  height:440px;
  border-radius:14px;
  border:1px solid #304457
}
.detail-status {
  margin-top:24px;
  font-size:11px;
  color:#a6bdcf;
  display:flex;
  align-items:center;
  gap:8px
}
.detail-status .dot {
  width:6px;
  height:6px
}
.detail-feature-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px
}
.detail-feature {
  padding:27px;
  border:1px solid #304251;
  background:#15232f;
  border-radius:10px
}
.detail-feature>span {
  color:var(--blue);
  font-family:Consolas,monospace;
  font-size:12px;
  display:block;
  margin-bottom:26px
}
.detail-feature h3 {
  font-size:20px;
  font-weight:500;
  margin-bottom:14px
}
.detail-feature p {
  font-size:13px;
  color:#a2b5c6;
  line-height:1.8
}
.detail-callout {
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  background:#173049;
  border:1px solid #345673;
  border-radius:14px;
  padding:42px;
  margin-bottom:65px
}
.detail-callout h2 {
  font-size:31px;
  margin-bottom:18px
}
.detail-callout p {
  font-size:14px;
  color:#abc0d2;
  max-width:740px
}
.detail-callout .button {
  white-space:nowrap
}
.detail-info {
  padding-top:0
}
.detail-info .section-description {
  max-width:800px;
  margin-top:24px
}
.detail-info .check-list {
  grid-template-columns:1fr 1fr;
  gap:20px
}
.detail-note {
  font-size:12px;
  line-height:1.8;
  color:#b5c2cd;
  background:#1b2a35;
  border-left:2px solid #bd9662;
  padding:20px 24px;
  margin-top:30px
}
.detail-process {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  list-style:none;
  margin:0;
  padding:0
}
.detail-process li {
  border-top:1px solid #496176;
  padding-top:25px
}
.detail-process li>span {
  font-family:Consolas,monospace;
  color:var(--blue);
  font-size:11px
}
.detail-process h3 {
  font-size:17px;
  font-weight:500;
  margin-top:20px;
  margin-bottom:10px
}
.detail-process p {
  font-size:12px;
  line-height:1.8;
  color:#a5b9cb
}
.detail-screen {
  margin-block:25px 0;
  padding:30px;
  background:#152331;
  border:1px solid #365069;
  border-radius:14px
}
.detail-screen .schedule {
  min-height:0
}
.detail-screen .schedule-row {
  min-height:88px;
  grid-template-columns:130px 1fr
}
.detail-screen .schedule-row>b {
  font-size:16px;
  padding:19px
}
.detail-screen .schedule-row small {
  font-size:10px
}
.detail-screen .schedule-hours {
  grid-template-columns:130px repeat(3,1fr);
  font-size:12px;
  padding:14px 19px
}
.detail-screen .schedule-row>div {
  padding:21px 15px
}
.detail-screen .schedule-job {
  font-size:13px;
  padding:12px 17px
}
.detail-screen .board-label {
  font-size:15px;
  margin-bottom:22px
}
.detail-screen .board-label>span {
  font-size:11px
}
.detail-screen .kanban {
  min-height:230px;
  gap:16px
}
.detail-screen .kanban-column {
  padding:15px
}
.detail-screen .kanban h3 {
  font-size:13px
}
.detail-screen .kanban h3>span {
  font-size:12px
}
.detail-screen .deal {
  padding:15px
}
.detail-screen .deal h4 {
  font-size:15px
}
.detail-screen .deal p {
  font-size:12px;
  min-height:35px
}
.detail-screen .tag {
  font-size:9px
}
.detail-screen .deal b {
  font-size:10px
}
.detail-screen .tiny-avatar {
  height:22px;
  width:22px;
  font-size:9px
}
@media(min-width:1500px) {
  .hero {
    gap:65px;
    padding-block:100px
  }
  .hero h1 {
    font-size:70px
  }
  .dashboard-content {
    padding:24px 22px 0
  }
  .kanban {
    min-height:225px
  }
  .deal {
    padding:11px 10px
  }
  .deal h4 {
    font-size:10px
  }
  .deal p {
    font-size:8px
  }
  .deal b {
    font-size:7px
  }
}
@media(max-width:1150px) {
  .container {
    width:calc(100% - 64px)
  }
  .site-header nav {
    gap:20px
  }
  .site-header nav .button {
    margin-left:0
  }
  .brand img {
    width:190px;
    height:64px
  }
  .header-inner {
    min-height:84px
  }
  .hero {
    gap:30px;
    padding-block:64px;
    min-height:630px
  }
  .hero h1 {
    font-size:53px
  }
  .hero-description {
    font-size:15px
  }
  .hero .actions {
    gap:23px
  }
  .hero .button {
    font-size:12px;
    gap:17px;
    padding-inline:16px
  }
  .hero .text-link {
    font-size:12px
  }
  .dashboard-content {
    padding:16px 12px 0
  }
  .metrics>div {
    padding:10px 7px
  }
  .metrics strong {
    font-size:23px
  }
  .dashboard-heading h2 {
    font-size:17px
  }
  .mono {
    display:none
  }
  .floating-note {
    right:-8px
  }
  .approach {
    gap:65px
  }
  .approach h2 {
    font-size:35px
  }
  .main-photo {
    height:375px
  }
  .photo-inset img {
    height:155px
  }
  .section {
    padding-block:85px
  }
  .solution-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .solution-card {
    min-height:295px
  }
  .solution-card h3 {
    margin-top:23px
  }
  .mini-pipeline,.mini-stock,.mini-tasks,.mini-nodes {
    max-width:250px
  }
  .solution-featured .text-link {
    margin-top:18px
  }
  .section-heading {
    gap:35px
  }
  .section-heading>p {
    max-width:330px
  }
  .flow-steps button {
    padding:14px 12px
  }
  .flow-steps button small {
    font-size:9px
  }
  .flow-detail {
    gap:30px
  }
  .project-body {
    padding:24px
  }
  .project-meta {
    flex-wrap:wrap;
    gap:8px
  }
  .project-body>p {
    min-height:125px
  }
  .contact-section {
    gap:45px;
    padding:45px
  }
  .contact-copy h2 {
    font-size:39px
  }
  .faq-section {
    gap:75px;
    padding-top:0
  }
  .projects-section {
    padding-top:0
  }
  .footer-nav {
    gap:17px
  }
  .site-footer {
    gap:25px
  }
  .pricing-card {
    padding:27px
  }
  .pricing-card h3 {
    font-size:27px
  }
  .price-top {
    align-items:flex-start
  }
  .price-period {
    white-space:nowrap
  }
  .detail-hero {
    gap:35px
  }
  .detail-hero .project-photo {
    height:405px
  }
  .detail-info {
    padding-top:0
  }
}
@media(max-width:900px) {
  .site-header nav {
    gap:17px;
    font-size:11px
  }
  .site-header nav .button {
    font-size:11px;
    padding:9px 13px;
    gap:10px
  }
  .brand img {
    width:168px
  }
  .hero {
    grid-template-columns:1fr;
    gap:36px;
    max-width:680px;
    padding-top:58px;
    padding-bottom:42px
  }
  .hero h1 {
    font-size:64px
  }
  .hero-description {
    font-size:17px;
    max-width:550px
  }
  .hero .button {
    font-size:14px;
    gap:25px;
    padding-inline:22px
  }
  .hero .text-link {
    font-size:14px
  }
  .hero-note {
    margin-top:25px
  }
  .hero-visual {
    max-width:650px
  }
  .dashboard-content {
    padding:24px 24px 0
  }
  .dashboard-heading h2 {
    font-size:22px
  }
  .metrics>div {
    padding:14px
  }
  .metrics strong {
    font-size:30px
  }
  .metrics small {
    font-size:11px
  }
  .metrics>div>span {
    font-size:9px
  }
  .kanban {
    min-height:245px
  }
  .kanban-column {
    padding:12px 9px
  }
  .kanban h3 {
    font-size:11px
  }
  .deal {
    padding:13px 10px
  }
  .deal h4 {
    font-size:11px
  }
  .deal p {
    font-size:9px
  }
  .deal b {
    font-size:8px
  }
  .tag {
    font-size:8px
  }
  .board-label {
    font-size:12px
  }
  .board-label>span {
    font-size:10px
  }
  .floating-note {
    bottom:3px;
    padding:15px 20px
  }
  .floating-note strong {
    font-size:12px
  }
  .floating-note div>span {
    font-size:10px
  }
  .hero .segmented button {
    font-size:12px
  }
  .demo-disclaimer {
    font-size:10px
  }
  .principles {
    gap:16px;
    grid-template-columns:1fr 1fr 1.2fr;
    font-size:11px
  }
  .principles a {
    display:none
  }
  .principles div>span {
    display:block;
    margin-bottom:6px
  }
  .approach {
    gap:50px;
    align-items:start
  }
  .approach h2 {
    font-size:31px
  }
  .photo-composition {
    margin-right:0;
    margin-top:35px
  }
  .main-photo {
    height:385px
  }
  .photo-inset {
    width:85%;
    right:-22px
  }
  .photo-caption {
    left:15px;
    right:15px;
    font-size:8px;
    top:15px
  }
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
    gap:24px
  }
  .section-heading>p {
    max-width:570px
  }
  .workflow {
    padding:24px
  }
  .flow-steps {
    gap:8px
  }
  .flow-steps button {
    padding:12px 9px;
    min-height:118px
  }
  .flow-steps button strong {
    font-size:14px
  }
  .flow-steps button small {
    font-size:8px
  }
  .flow-steps button:not(:last-child):after {
    right:-11px;
    font-size:11px
  }
  .flow-detail {
    gap:25px
  }
  .flow-detail h3 {
    font-size:23px
  }
  .flow-record {
    padding:17px
  }
  .flow-record dl>div {
    grid-template-columns:1fr;
    font-size:10px;
    gap:5px
  }
  .project-photo {
    height:270px
  }
  .project-body>p {
    min-height:178px
  }
  .project-meta {
    font-size:8px
  }
  .photo-ui {
    left:16px;
    right:16px;
    padding:12px
  }
  .photo-ui>span {
    font-size:8px
  }
  .photo-ui>b {
    font-size:10px
  }
  .project-overlay-label {
    left:20px;
    font-size:21px
  }
  .process-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:32px 40px;
    margin-top:35px
  }
  .process-grid li>span {
    margin-bottom:20px
  }
  .pricing-card {
    padding:23px
  }
  .pricing-card>p {
    font-size:13px;
    min-height:115px
  }
  .price-top {
    flex-direction:column;
    gap:10px
  }
  .check-list {
    font-size:12px
  }
  .price-bottom>strong {
    font-size:14px
  }
  .development-note {
    padding:20px;
    gap:16px
  }
  .faq-section {
    gap:35px;
    grid-template-columns:.6fr 1fr
  }
  .contact-section {
    padding:35px;
    gap:30px;
    grid-template-columns:1fr 1fr
  }
  .contact-copy h2 {
    font-size:34px
  }
  .contact-copy>.eyebrow {
    font-size:9px
  }
  .contact-email {
    font-size:20px;
    gap:10px
  }
  .site-footer {
    flex-wrap:wrap
  }
  .site-footer .copyright {
    width:100%;
    margin-top:0
  }
  .detail-hero {
    grid-template-columns:1fr;
    gap:40px
  }
  .detail-hero h1 {
    font-size:55px
  }
  .detail-hero .project-photo {
    height:440px
  }
  .detail-feature-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .detail-callout {
    grid-template-columns:1fr;
    gap:28px
  }
  .detail-callout .button {
    justify-self:start
  }
  .detail-process {
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:28px
  }
  .detail-info .check-list {
    grid-template-columns:1fr
  }
}
@media(max-width:680px) {
  html {
    scroll-padding-top:85px
  }
  .container {
    width:calc(100% - 36px)
  }
  .section {
    padding-block:65px
  }
  .header-inner {
    min-height:73px;
    gap:15px
  }
  .brand img {
    width:172px;
    height:58px
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    gap:6px;
    justify-content:center;
    align-items:center;
    width:43px;
    height:43px;
    color:white;
    background:#192a38;
    border:1px solid #354657;
    border-radius:6px;
    flex:none
  }
  .menu-toggle>span:not(.sr-only) {
    width:18px;
    height:1px;
    background:#dceaf5;
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true]>span:first-child {
    transform:translateY(3.5px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true]>span:nth-child(2) {
    transform:translateY(-3.5px) rotate(-45deg)
  }
  .site-header nav {
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    padding:17px 20px 22px;
    background:#0f1d29;
    border-bottom:1px solid #314557;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    font-size:14px
  }
  .site-header nav.is-open {
    display:flex
  }
  .site-header nav>a {
    padding:12px
  }
  .site-header nav>.button {
    font-size:13px;
    margin-top:10px
  }
  .hero {
    padding-top:43px;
    padding-bottom:38px;
    gap:23px;
    min-height:0
  }
  .hero .eyebrow {
    font-size:9px;
    letter-spacing:1.4px;
    margin-bottom:24px
  }
  .hero h1 {
    font-size:clamp(38px,9.6vw,57px);
    letter-spacing:-1.7px;
    line-height:1.1;
    margin-bottom:23px
  }
  .hero-description {
    font-size:15px;
    line-height:1.8;
    margin-bottom:27px
  }
  .hero .actions {
    gap:21px
  }
  .hero .button {
    font-size:12px;
    padding-inline:17px;
    gap:20px;
    min-height:49px
  }
  .hero .text-link {
    font-size:12px;
    gap:12px
  }
  .hero-note {
    font-size:10px;
    margin-top:24px
  }
  .hero-visual {
    padding-top:20px;
    padding-bottom:26px
  }
  .visual-caption {
    font-size:9px;
    margin-bottom:12px
  }
  .dashboard-top {
    height:41px;
    padding:0 13px;
    font-size:9px
  }
  .dashboard-layout {
    grid-template-columns:31px minmax(0,1fr)
  }
  .dashboard-sidebar {
    padding-top:13px;
    font-size:13px;
    gap:14px
  }
  .dashboard-sidebar>span {
    width:24px;
    height:24px
  }
  .dashboard-content {
    padding:15px 10px 0
  }
  .dashboard-heading h2 {
    font-size:16px
  }
  .dashboard-heading .micro {
    font-size:8px
  }
  .dashboard .segmented {
    width:100%;
    display:flex
  }
  .hero .segmented button {
    font-size:9px;
    padding:7px 10px;
    flex:1
  }
  .metrics {
    gap:6px;
    margin:14px 0
  }
  .metrics>div {
    padding:9px 6px
  }
  .metrics small {
    font-size:7px;
    white-space:normal
  }
  .metrics strong {
    font-size:23px
  }
  .metrics em {
    font-size:8px
  }
  .metrics>div>span {
    font-size:6px;
    line-height:1.6;
    min-height:19px
  }
  .board-label {
    font-size:9px
  }
  .board-label>span {
    font-size:7px
  }
  .kanban {
    gap:5px;
    min-height:204px
  }
  .kanban-column {
    padding:8px 4px
  }
  .kanban h3 {
    font-size:8px;
    gap:4px;
    margin-bottom:8px
  }
  .kanban h3>span {
    font-size:7px
  }
  .kanban .dot {
    width:4px;
    height:4px
  }
  .deal {
    padding:8px 5px
  }
  .deal h4 {
    font-size:8px;
    margin-top:5px
  }
  .deal p {
    font-size:6px;
    margin-top:4px;
    min-height:21px
  }
  .deal b {
    font-size:5px
  }
  .tag {
    font-size:5px;
    padding:1px 3px
  }
  .tiny-avatar {
    width:12px;
    height:12px;
    font-size:4px
  }
  .deal>div {
    padding-top:5px;
    margin-top:6px
  }
  .dashboard-foot {
    font-size:6px;
    padding:10px 0;
    margin-top:13px
  }
  .floating-note {
    right:0;
    bottom:9px;
    padding:10px 13px;
    gap:9px
  }
  .floating-note strong {
    font-size:9px
  }
  .floating-note div>span {
    font-size:7px
  }
  .note-check {
    width:24px;
    height:24px;
    font-size:12px
  }
  .demo-disclaimer {
    font-size:7px;
    margin-top:9px;
    max-width:130px;
    line-height:1.6
  }
  .schedule {
    min-height:204px
  }
  .schedule-hours {
    grid-template-columns:61px repeat(3,1fr);
    padding:8px 5px;
    font-size:7px
  }
  .schedule-row {
    grid-template-columns:61px 1fr;
    min-height:55px
  }
  .schedule-row>b {
    padding:10px 6px;
    font-size:9px
  }
  .schedule-row small {
    font-size:5px
  }
  .schedule-job {
    font-size:6px;
    padding:8px 5px;
    width:86%
  }
  .job-amber {
    width:82%;
    margin-left:13%
  }
  .job-mint {
    width:95%
  }
  .principles {
    gap:12px;
    padding-block:18px;
    font-size:9px;
    line-height:1.5;
    grid-template-columns:1fr 1fr 1.1fr
  }
  .principles div>span {
    font-size:9px
  }
  .approach {
    grid-template-columns:1fr;
    gap:42px
  }
  .approach-copy {
    grid-row:1
  }
  .approach h2 {
    font-size:34px
  }
  .approach-copy>.eyebrow {
    margin-bottom:20px
  }
  .approach-copy>.section-description {
    font-size:14px
  }
  .benefit-row {
    padding-block:16px
  }
  .photo-composition {
    margin:0 18px 0 0;
    padding-bottom:68px
  }
  .main-photo {
    height:340px
  }
  .photo-inset {
    width:59%;
    right:-20px;
    border-width:5px
  }
  .photo-inset img {
    height:135px
  }
  .photo-inset>span {
    font-size:9px;
    padding:9px 10px
  }
  .photo-caption {
    font-size:8px;
    left:17px;
    right:17px
  }
  .section-heading {
    margin-bottom:30px;
    gap:20px
  }
  .section-heading h2 {
    font-size:33px;
    letter-spacing:-1px
  }
  .section-heading .eyebrow {
    font-size:9px;
    margin-bottom:17px
  }
  .section-heading>p {
    font-size:14px;
    line-height:1.8
  }
  .solution-grid {
    gap:13px;
    grid-template-columns:1fr
  }
  .solution-card {
    padding:25px;
    min-height:0
  }
  .solution-card h3 {
    font-size:22px;
    margin-top:20px
  }
  .solution-card p {
    font-size:14px;
    max-width:380px
  }
  .solution-featured .text-link {
    margin-top:25px
  }
  .mini-pipeline {
    font-size:10px;
    max-width:100%
  }
  .mini-pipeline span {
    padding:7px 10px
  }
  .mini-stock {
    max-width:none;
    flex-direction:row;
    gap:12px
  }
  .mini-stock span {
    gap:30px;
    flex:1
  }
  .mini-tasks {
    max-width:none;
    gap:7px;
    margin-top:20px
  }
  .mini-nodes {
    font-size:11px;
    max-width:none
  }
  .workflow {
    padding:16px 14px
  }
  .workflow-toolbar {
    display:block;
    padding-bottom:18px
  }
  .workflow-toolbar>.micro {
    display:block;
    margin-top:10px;
    font-size:9px
  }
  .workflow-toolbar .segmented {
    width:100%;
    display:flex
  }
  .workflow-toolbar .segmented button {
    flex:1;
    padding:8px 7px;
    font-size:10px
  }
  .flow-steps {
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:5px
  }
  .flow-steps button {
    padding:11px 4px;
    min-height:77px;
    text-align:center;
    border-radius:5px
  }
  .flow-steps button>span {
    font-size:9px;
    margin-bottom:12px
  }
  .flow-steps button strong {
    font-size:9px;
    overflow-wrap:anywhere
  }
  .flow-steps button small {
    display:none
  }
  .flow-steps button:not(:last-child):after {
    content:none
  }
  .flow-detail {
    grid-template-columns:1fr;
    gap:22px;
    margin-top:20px;
    padding-top:23px;
    min-height:0
  }
  .flow-detail h3 {
    font-size:24px
  }
  .flow-detail-copy>p {
    font-size:13px
  }
  .flow-record {
    padding:17px
  }
  .flow-record dl>div {
    grid-template-columns:1fr 1.2fr;
    gap:15px;
    font-size:10px
  }
  .workflow-note {
    font-size:9px;
    line-height:1.7;
    margin-top:20px
  }
  .project-grid {
    grid-template-columns:1fr;
    gap:24px
  }
  .projects-section {
    padding-top:0
  }
  .project-photo {
    height:280px
  }
  .project-body {
    padding:24px
  }
  .project-meta {
    font-size:8px;
    margin-bottom:20px
  }
  .project-body h3 {
    font-size:27px
  }
  .project-body>p {
    min-height:0;
    font-size:14px
  }
  .project-overlay-label {
    font-size:26px
  }
  .photo-ui {
    left:18px;
    right:18px;
    bottom:18px;
    padding:13px 15px
  }
  .photo-ui>b {
    font-size:12px
  }
  .photo-ui>span {
    font-size:8px
  }
  .section-footnote {
    font-size:9px;
    line-height:1.7
  }
  .process-grid {
    gap:28px 23px;
    margin-top:28px
  }
  .process-grid h3 {
    font-size:16px
  }
  .process-grid p {
    font-size:12px
  }
  .process-grid li>span {
    margin-bottom:22px
  }
  .pricing-grid {
    grid-template-columns:1fr;
    gap:17px
  }
  .pricing-card {
    padding:26px
  }
  .price-top {
    flex-direction:row;
    align-items:center;
    margin-bottom:25px;
    gap:10px
  }
  .price-top .eyebrow {
    font-size:8px;
    letter-spacing:1px
  }
  .price-period {
    font-size:8px
  }
  .pricing-card h3 {
    font-size:27px
  }
  .pricing-card>p {
    font-size:13px;
    min-height:0
  }
  .pricing-card .check-list {
    font-size:12px
  }
  .price-bottom>strong {
    font-size:15px
  }
  .development-note {
    align-items:flex-start;
    padding:19px;
    gap:13px;
    flex-wrap:wrap
  }
  .development-note>div {
    min-width:200px
  }
  .development-note .text-link {
    margin-left:31px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:28px;
    padding-top:0
  }
  .faq-section h2 br {
    display:initial
  }
  .faq-section h2 {
    font-size:34px
  }
  .faq-section .section-description {
    max-width:100%;
    margin-top:20px
  }
  .faq-section>.eyebrow {
    font-size:9px
  }
  .faq-list summary {
    font-size:14px;
    padding-block:20px
  }
  .faq-list summary:after {
    top:13px
  }
  .contact-section {
    grid-template-columns:1fr;
    gap:35px;
    padding:29px 23px;
    margin-bottom:38px;
    border-radius:12px
  }
  .contact-copy h2 {
    font-size:35px
  }
  .contact-copy>p:not(.eyebrow) {
    font-size:13px
  }
  .contact-email {
    font-size:23px;
    margin-top:23px;
    gap:20px
  }
  .contact-hint {
    font-size:9px
  }
  .brief-form {
    border-top:1px solid #355267;
    padding-top:27px
  }
  .brief-form input,.brief-form textarea {
    font-size:16px
  }
  .brief-form h3 {
    font-size:17px
  }
  .brief-form label {
    font-size:12px
  }
  .brief-form .button {
    font-size:13px
  }
  .form-note {
    font-size:10px
  }
  .site-footer {
    gap:20px;
    padding-bottom:28px
  }
  .site-footer .brand img {
    width:183px;
    height:61px
  }
  .site-footer>div>p {
    font-size:10px
  }
  .footer-nav {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px 17px;
    font-size:10px
  }
  .site-footer .copyright {
    font-size:9px
  }
  .detail-hero {
    padding-block:35px 55px;
    gap:30px
  }
  .breadcrumbs {
    margin-bottom:28px;
    font-size:11px
  }
  .detail-hero h1 {
    font-size:43px;
    letter-spacing:-1.6px
  }
  .detail-hero .project-photo {
    height:335px
  }
  .detail-hero .eyebrow {
    font-size:9px;
    margin-bottom:20px
  }
  .detail-feature-grid {
    grid-template-columns:1fr
  }
  .detail-feature {
    padding:25px
  }
  .detail-feature>span {
    margin-bottom:20px
  }
  .detail-process {
    grid-template-columns:1fr 1fr;
    gap:25px
  }
  .detail-callout {
    padding:28px;
    margin-bottom:40px;
    gap:24px
  }
  .detail-callout h2 {
    font-size:28px
  }
  .detail-callout p {
    font-size:13px
  }
  .detail-info {
    padding-top:0
  }
  .detail-info h2 {
    font-size:31px
  }
  .detail-info .section-description {
    font-size:14px
  }
  .detail-note {
    font-size:11px;
    padding:18px
  }
  .detail-screen {
    padding:16px 10px
  }
  .detail-screen .schedule-hours {
    grid-template-columns:72px repeat(3,1fr);
    font-size:9px;
    padding:10px 8px
  }
  .detail-screen .schedule-row {
    grid-template-columns:72px 1fr;
    min-height:68px
  }
  .detail-screen .schedule-row>b {
    font-size:12px;
    padding:13px 7px
  }
  .detail-screen .schedule-row small {
    font-size:6px
  }
  .detail-screen .schedule-row>div {
    padding:17px 6px
  }
  .detail-screen .schedule-job {
    font-size:8px;
    padding:10px 6px
  }
  .detail-screen .board-label {
    font-size:12px;
    margin-bottom:17px
  }
  .detail-screen .board-label>span {
    font-size:8px
  }
  .detail-screen .kanban {
    gap:6px;
    min-height:185px
  }
  .detail-screen .kanban-column {
    padding:8px 4px
  }
  .detail-screen .kanban h3 {
    font-size:8px
  }
  .detail-screen .kanban h3>span {
    font-size:8px
  }
  .detail-screen .deal {
    padding:9px 5px
  }
  .detail-screen .deal h4 {
    font-size:10px
  }
  .detail-screen .deal p {
    font-size:8px;
    min-height:42px
  }
  .detail-screen .tag {
    font-size:6px
  }
  .detail-screen .deal b {
    font-size:6px
  }
  .detail-screen .tiny-avatar {
    width:15px;
    height:15px;
    font-size:5px
  }
}
@media(max-width:365px) {
  .hero .actions {
    gap:17px
  }
  .hero .button {
    gap:12px;
    padding-inline:13px;
    font-size:11px
  }
  .hero .text-link {
    font-size:11px;
    gap:8px
  }
  .photo-inset {
    width:65%
  }
  .price-top {
    align-items:flex-start;
    flex-direction:column
  }
  .footer-nav {
    gap:10px;
    font-size:9px
  }
  .site-footer .brand img {
    width:160px
  }
  .flow-steps button strong {
    font-size:8px
  }
  .metrics strong {
    font-size:20px
  }
  .metrics em {
    font-size:7px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation:none!important;
    transition:none!important
  }
}
@media print {
  .site-header {
    position:static
  }
  .menu-toggle,.brief-form,.floating-note {
    display:none
  }
  .container {
    width:95%
  }
  .section {
    padding-block:30px
  }
  .contact-section {
    display:block
  }
  .hero {
    min-height:0;
    padding-block:30px
  }
  body {
    print-color-adjust:exact;
    -webkit-print-color-adjust:exact
  }
  .project-card,.pricing-card,.workflow {
    break-inside:avoid
  }
}
.industry-strip {
  display:flex;
  flex-wrap:wrap;
  gap:15px 30px;
  align-items:center;
  border-top:1px solid #cedbe5;
  margin-top:35px;
  padding-top:26px;
  font-size:12px
}
.industry-strip>span {
  color:#65778b;
  margin-right:auto;
  font-size:11px
}
.industry-strip>b {
  font-weight:500;
  color:#29455e
}
.light-note {
  color:#65778b;
  font-size:11px;
  margin-top:22px
}
.whatsapp-link {
  margin-top:28px;
  background:#267e63;
  border-color:#469c7e
}
.whatsapp-link:hover {
  background:#226f57
}
.contact-phone {
  display:flex;
  align-items:center;
  gap:20px;
  font-size:26px;
  letter-spacing:-.4px;
  margin-top:22px
}
.contact-phone>small {
  font-size:11px;
  color:#a6c8dc;
  letter-spacing:0
}
.contact-email {
  font-size:20px;
  margin-top:15px;
  overflow-wrap:anywhere
}
.case-detail {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:45px;
  align-items:center
}
.case-detail>img {
  width:100%;
  height:310px;
  border-radius:12px
}
.case-detail h3 {
  font-size:25px;
  font-weight:500;
  margin-bottom:20px
}
.case-detail p {
  font-size:14px;
  line-height:1.85;
  color:#adbfce;
  margin-top:15px
}
.case-detail .text-link {
  margin-top:25px
}
@media(max-width:900px) {
  .case-detail {
    gap:30px
  }
  .contact-phone {
    font-size:23px;
    flex-wrap:wrap;
    gap:3px 15px
  }
  .contact-phone>small {
    font-size:10px
  }
  .contact-email {
    font-size:17px
  }
}
@media(max-width:680px) {
  .industry-strip {
    gap:12px 22px;
    margin-top:25px;
    padding-top:22px;
    font-size:12px
  }
  .industry-strip>span {
    width:100%
  }
  .contact-phone {
    font-size:24px;
    gap:12px
  }
  .contact-email {
    font-size:18px
  }
  .case-detail {
    grid-template-columns:1fr;
    gap:25px
  }
  .case-detail>img {
    height:260px
  }
}
.dashboard {
  font-size:11px;
  line-height:1.45
}
@media(max-width:680px) {
  .hero-visual:before {
    inset-inline:0
  }
}
@media (min-width: 901px) {
  .hero {
    padding-block: 48px;
    min-height: 690px;
  }
  .hero-visual {
    padding-block: 14px;
  }
  .dashboard .metrics strong {
    line-height: 1.15;
  }
  .dashboard .deal {
    font-size: 8px;
    line-height: 1.3;
  }
  .dashboard .deal p {
    min-height: 18px;
  }
}
