:root {
  --nx-ink: #07111f;
  --nx-ink-soft: #42526a;
  --nx-paper: #f6f8fc;
  --nx-white: #ffffff;
  --nx-navy: #06101f;
  --nx-navy-2: #09182c;
  --nx-blue: #0868f5;
  --nx-cyan: #25c9ff;
  --nx-line: rgba(9, 27, 52, .12);
  --nx-line-dark: rgba(177, 212, 255, .15);
  --nx-shadow: 0 28px 80px rgba(15, 35, 66, .12);
  --nx-shadow-dark: 0 34px 100px rgba(0, 5, 18, .42);
  --nx-radius: 32px;
  --nx-max: 1440px;
  --nx-ease: cubic-bezier(.22, 1, .36, 1);
  --nx-display: "Bricolage Grotesque", "Instrument Sans", sans-serif;
  --nx-body: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nx-home {
  color: var(--nx-ink);
  background: var(--nx-paper);
  font-family: var(--nx-body);
  overflow: clip;
}

.nx-home *,
.nx-home *::before,
.nx-home *::after { box-sizing: border-box; }

.nx-home a { color: inherit; text-decoration: none; }
.nx-home button { font: inherit; }
.nx-home img,
.nx-home svg { display: block; max-width: 100%; }

.nx-wrap {
  width: min(calc(100% - 64px), var(--nx-max));
  margin-inline: auto;
}

.nx-section { position: relative; padding: clamp(92px, 9vw, 148px) 0; }
.nx-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 20px;
  color: #2865a8;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(16px, 1.35vw, 20px);
  font-style: italic;
  font-weight: 450;
  letter-spacing: .012em;
  word-spacing: .22em;
  line-height: 1.25;
  text-transform: none;
  white-space: normal;
}
.nx-kicker::before {
  content: none;
  display: none;
}
.nx-kicker-light { color: #8fdcff; }
.nx-title {
  max-width: 950px;
  margin: 0;
  font-family: var(--nx-display);
  font-size: clamp(48px, 6.2vw, 96px);
  font-weight: 570;
  letter-spacing: -.06em;
  line-height: .96;
}
.nx-title em {
  color: var(--nx-blue);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 420;
  font-style: italic;
  letter-spacing: -.035em;
}
.nx-lede {
  max-width: 660px;
  margin: 26px 0 0;
  color: var(--nx-ink-soft);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
}
.nx-button {
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 760;
  transition: transform .35s var(--nx-ease), box-shadow .35s var(--nx-ease), background .35s ease, border-color .35s ease;
}
.nx-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.nx-button:hover { transform: translateY(-3px); }
.nx-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #24c9ff 0%, #0878ff 42%, #0643d6 100%);
  box-shadow: 0 16px 38px rgba(7, 100, 239, .28), inset 0 1px 0 rgba(255,255,255,.35);
}
.nx-button-primary:hover { box-shadow: 0 22px 50px rgba(7, 100, 239, .38), inset 0 1px 0 rgba(255,255,255,.35); }
.nx-button-ghost { color: #16243a !important; border-color: var(--nx-line); background: rgba(255,255,255,.72); }
.nx-button-ghost:hover { border-color: rgba(7,104,245,.3); background: #fff; box-shadow: 0 14px 30px rgba(20,40,70,.08); }


/* Delivery + FAQ */
.nx-delivery { background: #fff; }
.nx-delivery-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid var(--nx-line); border-bottom: 1px solid var(--nx-line); }
.nx-delivery-step { min-height: 280px; padding: 28px; border-right: 1px solid var(--nx-line); }
.nx-delivery-step:last-child { border-right: 0; }
.nx-delivery-step span { color: var(--nx-blue); font: 600 10px/1 "JetBrains Mono",monospace; }
.nx-delivery-step h3 { margin: 72px 0 0; font: 560 26px/1.05 var(--nx-display); letter-spacing: -.035em; }
.nx-delivery-step p { margin: 12px 0 0; color: #6c7b8e; font-size: 13px; line-height: 1.55; }

.nx-faq { background: #f3f6fa; }
.nx-faq-layout { display: grid; grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr); gap: clamp(56px,9vw,150px); align-items: start; }
.nx-faq-intro { position: sticky; top: 126px; }
.nx-faq-intro .nx-title { max-width: 580px; font-size: clamp(48px,5vw,78px); }
.nx-faq-intro .nx-lede { font-size: 17px; }
.nx-faq-contact { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--nx-line); display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #617188; font-size: 12px; }
.nx-faq-contact a { color: var(--nx-blue) !important; font-weight: 760; }
.nx-faq-list { border-top: 1px solid #bfccd9; }
.nx-faq-item { border-bottom: 1px solid #bfccd9; }
.nx-faq-item summary { min-height: 92px; padding: 20px 0; list-style: none; cursor: pointer; display: grid; grid-template-columns: 34px 1fr 42px; align-items: center; gap: 18px; }
.nx-faq-item summary::-webkit-details-marker { display: none; }
.nx-faq-number { color: #8d9aac; font: 600 9px/1 "JetBrains Mono",monospace; }
.nx-faq-item h3 { margin: 0; color: #17273c; font: 560 clamp(17px,1.5vw,21px)/1.25 var(--nx-display); letter-spacing: -.022em; }
.nx-faq-toggle { width: 38px; height: 38px; border: 1px solid #c5d1de; border-radius: 50%; display: grid; place-items: center; color: #356080; transition: transform .35s var(--nx-ease), color .3s ease, background .3s ease, border-color .3s ease; }
.nx-faq-toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.nx-faq-item[open] .nx-faq-toggle { transform: rotate(45deg); color: #fff; border-color: transparent; background: linear-gradient(135deg,#24c9ff,#0868f5); }
.nx-faq-answer { padding: 0 60px 28px 52px; }
.nx-faq-answer p { max-width: 720px; margin: 0; color: #596b81; font-size: 15px; line-height: 1.72; }

.nx-final { padding: clamp(100px,11vw,170px) 0; color: #fff; text-align: center; background: radial-gradient(800px 420px at 50% 100%,rgba(10,129,255,.28),transparent 70%),#050c16; }
.nx-final .nx-title { max-width: 1050px; margin-inline: auto; font-size: clamp(56px,7vw,106px); }
.nx-final .nx-title em { color: #8ddfff; }
.nx-final .nx-lede { margin-inline: auto; color: #93a5ba; }
.nx-final-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.nx-final .nx-button-ghost { color: #e8f2fc !important; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.nx-final-meta { margin-top: 28px; color: #5e7188; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }



/* The existing ABDflow type, blue/cyan controls and navy glass language. */
*, *::before, *::after { box-sizing: border-box; }
body.business-home-page { margin: 0; background: #0d1424; -webkit-font-smoothing: antialiased; }
.business-home-page .nx-home { overflow: clip; }
.business-home-page #header { transform: none !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }
.business-home-page #header .main-nav { gap: clamp(8px,1.4vw,22px); }
.business-home-page #header .nav-link { white-space: nowrap; }
.business-home-page #header .btn-primary { white-space: nowrap; }
.business-home-page #header .header-inner { max-width: 1504px; }
.business-home-page #mobileMenu .mobile-direct { margin-bottom: 20px; }
.business-home-page #mobileMenu .mobile-menu-head strong { font-size: 20px; }
.business-home-page #abdDock { display: none !important; }
.business-home-page { padding-bottom: 0 !important; }
.business-home :is(h1,h2,h3,h4,p) { margin-top: 0; }
.business-home button, .business-home input { font: inherit; }
.business-home button { cursor: pointer; }
.business-home [hidden] { display: none !important; }
.business-home :is(a,button,input,summary):focus-visible { outline: 3px solid #0b86f4; outline-offset: 5px; }
.business-home .dark-section :is(a,button,input,summary):focus-visible, .abdh-hero :is(a,button):focus-visible { outline-color: #7adeff; }
.business-home section[id] { scroll-margin-top: 16px; }
.skip-home { position: fixed; left: 16px; top: -100px; z-index: 10000; padding: 14px 22px; border-radius: 9px; background: white; color: #07111f !important; }
.skip-home:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nx-wrap { width: min(calc(100% - 80px), 1400px); }
.nx-section { padding: clamp(76px,8vw,120px) 0; }
.nx-title { font-size: clamp(40px,4.9vw,74px); font-weight: 550; line-height: 1.04; letter-spacing: -.052em; }
.nx-title em { font-weight: 420; }
.nx-kicker { font-size: 18px; margin-bottom: 20px; }
.nx-lede { font-size: clamp(16px,1.3vw,19px); line-height: 1.65; }
.nx-section-head { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.nx-section-head .nx-lede { margin: 0 0 4px; }
.nx-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.nx-button { letter-spacing: -.01em; font-size: 14px; min-height: 52px; }
.nx-button span[aria-hidden] { font-size: 20px; }
.micro-label, .business-eyebrow { display: block; font: 500 10px/1.65 "JetBrains Mono",monospace; text-transform: uppercase; letter-spacing: .11em; }
.micro-label { color: #6b7e94; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 15px; font-weight: 650; color: var(--nx-blue) !important; }
.text-link:hover span { transform: translate(3px,-2px); }
.text-link span { transition: transform .2s; }
.studio-builder-link { margin: -22px 0 30px; }
.text-control { background: none; border: 0; color: #4e6c8c; font-size: 12px !important; min-height: 44px; padding: 8px 0; }
.text-control:hover { color: #0877ef; }
.dark-section { color: #eef6ff; background: #0a1425; }
.dark-section .nx-lede { color: #a0b2ca; }
.dark-section .nx-kicker { color: #8ddfff; }
.dark-section .nx-title em { color: #67cfff; }
.dark-section .micro-label { color: #a4bdd7; }
.dark-section .text-link { color: #77d6ff !important; }
.simulation-note { color: #7288a3; font: 400 11px/1.6 var(--nx-body); }
.demo-label { display: inline-flex; align-items: center; gap: 6px; width: fit-content; padding: 5px 9px; border: 1px solid rgba(142,185,236,.22); border-radius: 20px; font: 500 9px/1.5 "JetBrains Mono",monospace; color: #b8d5f1; }
.demo-label::before { content: ''; width: 4px; height: 4px; background: #47ccff; border-radius: 50%; flex-shrink: 0; }
.nx-reveal { opacity: 1; transform: none; }
.motion-ready .nx-reveal:not(.is-visible) { opacity: 0; transform: translateY(22px); }
.motion-ready .nx-reveal { transition: opacity .65s ease, transform .75s var(--nx-ease); }

/* Evolved bento hero: one proposition and a visibly different operating system. */
.business-home .abdh-hero { background: #0d1424; color: #eaf4ff; padding: 94px 0 34px; font-family: var(--nx-body); }
.hero-bento { display: grid; grid-template-columns: .95fr 1.05fr; gap: 16px; }
.glass-cell { border: 1px solid rgba(0,112,240,.26); border-radius: 24px; background: radial-gradient(ellipse at 0 0,rgba(12,88,189,.1),transparent 70%),#0b1428; box-shadow: inset 0 1px 0 rgba(166,208,255,.035); }
.hero-copy { padding: clamp(26px,3vw,46px); display: flex; flex-direction: column; min-height: 628px; }
.business-eyebrow { color: #68cef6; font-size: 10px; letter-spacing: .09em; }
.hero-copy .business-eyebrow span { display: block; color: #869cba; font-size: 9px; margin-top: 4px; }
.business-home .abdh h1 { max-width: 10.5ch; font: 500 clamp(46px,5.3vw,78px)/1.01 var(--nx-display); letter-spacing: -.055em; margin: 32px 0 24px; }
.abdh h1 em { display: inline; font-family: "Fraunces",Georgia,serif; font-weight: 420; letter-spacing: -.04em; color: #159df9; background: linear-gradient(110deg,#00c0f0,#0070f0 64%,#3672ff); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lede { max-width: 49ch; color: #9eb3cf; font-size: 15px; line-height: 1.7; margin: 0; }
.hero-copy .nx-button { padding: 0 20px; font-size: 12px; }
.hero-copy .nx-button-ghost { color: #d4e5fa !important; background: rgba(255,255,255,.02); border-color: rgba(101,176,255,.23); }
.hero-philosophy { display: flex; gap: 15px; align-items: center; margin-top: auto; padding-top: 36px; }
.hero-philosophy p { margin: 0; font-size: 12px; line-height: 1.7; color: #8198b8; }
.hero-philosophy strong { font-weight: 500; color: #c9d9ed; }
.flow-line { width: 26px; height: 42px; flex-shrink: 0; border: 1px solid #1686ed; border-top: 0; border-right: 0; border-radius: 0 0 0 12px; position: relative; }
.flow-line::after { content: ''; position: absolute; width: 5px; height: 5px; border-radius: 50%; right: -2px; bottom: -3px; background: #61d7ff; }
.hero-signature { display: flex; gap: 24px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(88,156,228,.15); color: #7e9fc6; font-size: 12px; }
.hero-signature span+span::before { content: '·'; margin-right: 24px; color: #1886ff; }
.hero-demo { min-width: 0; padding: 28px; display: flex; flex-direction: column; overflow: hidden; }
.demo-heading { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.demo-heading p { margin: 7px 0 0; font-size: 13px; color: #899fbd; }
.demo-orbit { flex-shrink: 0; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #22476e; border-radius: 50%; color: #6ad5ff; }
.industry-picker { display: flex; gap: 6px; flex-wrap: wrap; margin: 24px 0 12px; }
.industry-picker button { min-height: 35px; padding: 7px 12px; border: 1px solid #203455; border-radius: 24px; color: #a2b7d1; background: transparent; font-size: 11px; transition: background .25s,color .25s,border-color .25s; }
.industry-picker button:hover { border-color: #4988bc; color: #e3f7ff; }
.industry-picker button[aria-pressed="true"] { color: #cef1ff; border-color: #237cbc; background: #0d3153; }
.hero-system-stage { position: relative; perspective: 1800px; flex: 1; display: flex; align-items: center; padding: 22px 3px 30px; }
.system-ghost { position: absolute; inset: 44px 6px 44px; border-radius: 16px; border: 1px solid #40668f; background: linear-gradient(155deg,#c8ddf3,#6282ac); transform: rotate(-5deg); opacity: .8; }
.ghost-two { transform: rotate(3deg); background: #132a4b; border-color: #1a4d85; }
.business-sim { width: 100%; position: relative; border: 1px solid #285783; border-radius: 13px; background: linear-gradient(160deg,#10223d,#091226); box-shadow: 0 18px 35px #02071988,inset 0 1px 0 #b1daff18; transform: rotate(-1.5deg); transition: transform .5s var(--nx-ease); overflow: hidden; }
.hero-demo:hover .business-sim { transform: rotate(0); }
.sim-chrome { min-height: 34px; padding: 7px 13px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #214364; color: #93b5d9; font-size: 10px; }
.sim-chrome>.demo-label { margin-left: auto; padding: 2px 6px; font-size: 8px; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 5px; height: 5px; border-radius: 50%; background: #287fae; }
.window-dots i:first-child { background: #56cafa; }
.workspace-head { display: flex; gap: 11px; align-items: center; padding: 22px 19px 16px; }
.company-mark { display: grid; place-items: center; width: 35px; height: 35px; flex: 0 0 35px; border: 1px solid color-mix(in srgb,var(--system-accent,#40c9ff),transparent 60%); border-radius: 9px; background: color-mix(in srgb,var(--system-accent,#40c9ff),transparent 90%); color: var(--system-accent,#40c9ff); font: 600 11px/1 var(--nx-body); }
.workspace-head strong { font-size: 16px; font-weight: 550; }
.workspace-head small { display: block; color: #8aa2c1; font-size: 9px; margin-top: 5px; }
.workspace-avatar { margin-left: auto; width: 25px; height: 25px; border-radius: 50%; background: #1e3658; color: #809cbf; display: grid; place-items: center; font-size: 9px; }
.workspace-modules { padding: 0 19px 18px; display: flex; flex-wrap: wrap; gap: 6px; }
.workspace-modules span { border: 1px solid #2a3f5b; padding: 5px 8px; border-radius: 5px; color: #b7cbe3; font-size: 10px; }
.workspace-modules span:first-child { color: var(--system-accent); border-color: var(--system-accent); background: color-mix(in srgb,var(--system-accent),transparent 92%); }
.workspace-board { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; padding: 0 19px 20px; }
.workspace-board>div>small { display: block; font-size: 9px; color: #96aecb; margin-bottom: 8px; }
.kcard { min-height: 96px; padding: 11px; background: #142640; border: 1px solid #2c405f; border-radius: 7px; }
.kcard strong { display: block; font-size: 10px; line-height: 1.5; font-weight: 500; }
.record-line { display: block; width: 24px; height: 2px; margin-bottom: 10px; background: var(--system-accent); }
.record-status { display: block; color: #9ab2d0; font-size: 8px; margin-top: 8px; }
.workspace-rule { margin: 0 19px 18px; padding: 10px 12px; display: flex; gap: 10px; align-items: center; border: 1px solid color-mix(in srgb,var(--system-accent),transparent 74%); border-radius: 7px; background: color-mix(in srgb,var(--system-accent),transparent 95%); }
.workspace-rule>span { font-size: 24px; color: var(--system-accent); }
.workspace-rule small { display: block; color: #96aecb; font-size: 9px; }
.workspace-rule strong { display: block; margin-top: 3px; color: #c6daee; font-size: 10px; line-height: 1.5; font-weight: 500; }
.hero-demo-bottom { display: flex; gap: 12px; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 6px; }
.hero-demo-bottom a { font-size: 11px; color: #80c9f7; min-height: 32px; display: inline-flex; align-items: center; gap: 10px; }
.hero-demo-bottom .simulation-note { font-size: 9px; }
.hero-bridge { grid-column: 1/-1; padding: 18px 28px; display: flex; align-items: center; gap: 22px; }
.bridge-symbol { color: #2faef9; font-size: 28px; }
.hero-bridge p { margin: 0; color: #8fa7c7; font-size: 12px; line-height: 1.6; }
.hero-bridge p strong { font-weight: 500; color: #d4e6ff; }
.hero-bridge a { margin-left: auto; color: #a9c4e2; font-family: 'Fraunces',Georgia,serif; font-style: italic; font-size: 19px; display: flex; gap: 26px; align-items: center; }
.hero-bridge a span { font-style: normal; color: #4cbfff; }

/* Builder: progressive disclosure and a connected, live system diagram. */
.software-builder { background: #f6f8fc; }
.builder-shell { display: grid; grid-template-columns: 1.02fr .98fr; border: 1px solid #cfdaea; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 70px #15396110; }
.builder-choices { padding: 26px 30px; background: #fff; }
.builder-toolbar { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.pillar-tabs { display: flex; border-bottom: 1px solid #cedbeb; margin-top: 14px; }
.pillar-tabs button { position: relative; min-height: 63px; display: flex; flex: 1; align-items: center; gap: 7px; justify-content: center; border: 0; background: none; color: #637990; font-size: 17px; }
.pillar-tabs button>span { font: 400 9px "JetBrains Mono",monospace; }
.pillar-tabs button>b { font: 500 9px "JetBrains Mono",monospace; color: #56789f; background: #eaf1f8; border-radius: 20px; padding: 3px 5px; }
.pillar-tabs button[aria-selected="true"] { color: #0564d8; }
.pillar-tabs button[aria-selected="true"]::after { content: ''; height: 3px; position: absolute; bottom: -1px; left: 0; right: 0; background: #087cf5; }
.capability-panel { min-height: 404px; }
.capability-panel>p { margin: 20px 0; font-size: 13px; color: #68809a; }
.capability-group { border-bottom: 1px solid #e0e7ef; }
.capability-group summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; min-height: 50px; color: #233b55; font-size: 14px; cursor: pointer; }
.capability-group summary::-webkit-details-marker { display: none; }
.capability-group summary>span { color: #397bbf; font-size: 20px; font-weight: 400; }
.capability-group[open] summary>span { transform: rotate(45deg); }
.capability-options { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-bottom: 18px; }
.capability-option { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 44px; border: 1px solid #d5dfeb; border-radius: 8px; color: #456079; font-size: 12px; padding: 10px 11px; cursor: pointer; background: #f8fafc; transition: border-color .2s,background .2s,transform .2s; }
.capability-option:hover { border-color: #80b5ec; transform: translateY(-1px); }
.capability-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.capability-option:has(input:focus-visible) { outline: 3px solid #087cf5; outline-offset: 3px; }
.capability-option:has(input:checked) { border-color: #428de3; background: #e9f3ff; color: #0c5ab7; }
.capability-option i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; border: 1px solid #c2d3e5; flex-shrink: 0; color: #91a9c3; font-style: normal; font-size: 12px; }
.capability-option:has(input:checked) i { background: #0874e9; border-color: #0874e9; color: transparent; }
.capability-option:has(input:checked) i::after { content: '✓'; position: absolute; color: white; font-size: 10px; }
.builder-footnote { font-size: 11px; color: #667e99; line-height: 1.6; margin: 22px 0 0; }
.system-blueprint { display: flex; flex-direction: column; padding: 32px; color: #dfedfc; background: radial-gradient(ellipse at 100% 0,#12375e80,transparent 70%),linear-gradient(#ffffff04 1px,transparent 1px),linear-gradient(90deg,#ffffff04 1px,transparent 1px),#0b192d; background-size: auto,24px 24px,24px 24px,auto; }
.blueprint-head { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: space-between; }
.blueprint-head .micro-label { color: #88acd1; font-size: 9px; }
.blueprint-state { font-size: 9px; color: #8ab7df; }
.system-blueprint h3 { font: 500 29px/1.2 var(--nx-display); letter-spacing: -.03em; margin: 26px 0; }
.system-blueprint h3>span { color: #67cfff; }
.blueprint-root { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid #355b84; background: #112842; border-radius: 10px; }
.blueprint-root strong { display: block; font-size: 15px; font-weight: 550; }
.blueprint-root small { display: block; margin-top: 5px; color: #92b0ce; font-size: 10px; }
.blueprint-modules { margin: 0 0 24px 17px; padding: 20px 0 0 22px; border-left: 1px solid #34648d; flex: 1; max-height: 360px; overflow: auto; scrollbar-width: thin; scrollbar-color: #3b6588 transparent; }
.blueprint-empty { padding: 36px 0; color: #85a2c1; font-size: 14px; line-height: 1.7; }
.blueprint-module { position: relative; margin-bottom: 10px; border: 1px solid #294665; padding: 12px 14px; border-radius: 8px; background: #10243b; }
.blueprint-module::before { content: ''; position: absolute; left: -23px; top: 22px; width: 22px; height: 1px; background: #34648d; }
.blueprint-module h4 { color: #65c9ff; font: 500 9px/1.6 "JetBrains Mono",monospace; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 7px; }
.blueprint-module>div { display: flex; flex-wrap: wrap; gap: 5px; }
.blueprint-module button { display: inline-flex; align-items: center; gap: 8px; background: #1b344f; color: #c5dbf1; border: 1px solid #2d4a69; border-radius: 4px; min-height: 30px; padding: 4px 8px; font-size: 10px; }
.blueprint-module button:hover { border-color: #5d9bca; background: #20456b; }
.blueprint-module button span { color: #88accd; font-size: 13px; }
.blueprint-module.is-new { animation: assemble-module .4s var(--nx-ease); }
@keyframes assemble-module { from { opacity: 0; transform: translate(-8px,8px); } }
.blueprint-footer { margin-top: auto; padding-top: 18px; border-top: 1px solid #254465; display: grid; gap: 12px; }
.blueprint-footer p { margin: 0; color: #bcd7ef; font-size: 13px; }
.blueprint-footer .nx-button { width: 100%; }
.blueprint-footer>small { color: #89a6c4; font-size: 10px; text-align: center; }
.no-script-note { padding: 20px; border: 1px solid #aacbeb; }
.no-script-note a { text-decoration: underline; }

/* Run / Grow / Automate: concrete changes initiated by the visitor. */
.business-pillars { background: #0b1526; }
.pillar-panels { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #2a3d56; border-bottom: 1px solid #2a3d56; }
.pillar-panel { padding: 32px; border-right: 1px solid #2a3d56; display: flex; flex-direction: column; }
.pillar-panel:first-child { padding-left: 0; }
.pillar-panel:last-child { border-right: 0; padding-right: 0; }
.pillar-number { color: #6a99c7; font: 500 10px/1.5 "JetBrains Mono",monospace; letter-spacing: .1em; }
.pillar-panel h3 { margin: 26px 0 20px; font: 500 clamp(24px,2.5vw,38px)/1.08 var(--nx-display); letter-spacing: -.03em; }
.pillar-panel h3 em { font: 400 1.04em "Fraunces",Georgia,serif; color: #6fc9ff; }
.pillar-panel>p { color: #9aadc7; font-size: 14px; line-height: 1.7; margin-bottom: 26px; }
.pillar-demo { background: #101f33; border: 1px solid #263b57; border-radius: 12px; padding: 17px; margin-top: auto; }
.mini-work-row { display: flex; gap: 10px; align-items: center; padding: 9px 0; color: #c6d8ed; font-size: 12px; min-height: 62px; }
.mini-work-row small { display: block; color: #849ebd; margin-top: 5px; font-size: 10px; line-height: 1.45; }
.mini-check { width: 24px; height: 24px; flex-shrink: 0; border: 1px solid #356181; border-radius: 6px; color: #5acfff; display: grid; place-items: center; }
.mini-badge { display: inline-block; width: fit-content; color: #74d5bb; border: 1px solid #2e625e; background: #163e3c66; padding: 4px 6px; border-radius: 5px; font-size: 9px; }
.mini-work-row>.mini-badge { margin-left: auto; }
.demo-action { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 10px; min-height: 44px; margin-top: 12px; border: 1px solid #315b85; border-radius: 7px; background: #173250; color: #9fdbff; padding: 10px 13px; font-size: 11px !important; text-align: left; }
.demo-action:hover { background: #1c436c; border-color: #4ba5e1; }
.pillar-caption { margin: 20px 0 0; color: #8ea5c1; }

/* Customisation is a transformation of terms, rules, permissions and connections. */
.built-around { background: #f2f6fb; }
.customisation-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; }
.customisation-controls>.micro-label { margin-bottom: 16px; }
.customisation-controls button { position: relative; display: grid; grid-template-columns: 26px 1fr; text-align: left; width: 100%; padding: 18px 15px; gap: 4px 10px; border: 0; border-bottom: 1px solid #d0deeb; background: transparent; color: #254362; transition: background .25s; }
.customisation-controls button>span { grid-row: span 2; color: #7294b6; font: 500 10px/2 "JetBrains Mono",monospace; }
.customisation-controls button>strong { font-size: 15px; font-weight: 600; }
.customisation-controls button>small { font-size: 12px; color: #69829c; }
.customisation-controls button[aria-pressed="true"] { background: #e1edfa; box-shadow: inset 3px 0 #1184f4; }
.morph-window { padding: 24px; background: #fff; border: 1px solid #cad9e9; border-radius: 20px; box-shadow: 0 24px 50px #1839580d; }
.morph-toolbar { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; padding-bottom: 22px; border-bottom: 1px solid #e4ebf3; }
.morph-toolbar>.micro-label { font-size: 9px; }
.compact-switch { display: flex; border: 1px solid #cfdded; border-radius: 20px; padding: 3px; }
.compact-switch button { border: 0; border-radius: 20px; min-height: 34px; padding: 7px 12px; color: #517396; background: transparent; font-size: 11px; }
.compact-switch button[aria-pressed="true"] { background: #0b65d2; color: #fff; }
.morph-comparison { display: grid; grid-template-columns: 1fr 30px 1.2fr; align-items: center; gap: 14px; padding: 30px 0 20px; min-height: 300px; }
.morph-comparison h3 { font: 500 20px/1.2 var(--nx-display); letter-spacing: -.03em; margin: 16px 0 20px; min-height: 48px; }
.morph-comparison .micro-label { font-size: 8px; }
.morph-comparison>div>div { display: grid; gap: 9px; min-height: 133px; }
.morph-comparison>div>div span { display: flex; align-items: center; padding: 10px 11px; border: 1px solid #dce5ef; border-radius: 6px; background: #f6f8fb; color: #8192a4; font-size: 11px; min-height: 37px; }
.morph-comparison .your-system>div span { border-color: #95bfe9; background: #ebf5ff; color: #1c5c99; }
.morph-comparison .your-system h3 { color: #095daf; }
.morph-comparison .your-system>.micro-label { color: #2980c7; }
.morph-comparison>div>small { display: block; margin-top: 18px; color: #6f849d; font-size: 10px; min-height: 30px; }
.morph-arrow { color: #0c77d8; font-size: 26px; }
.morph-window>.simulation-note { margin: 8px 0 0; }
.delivery-surfaces { display: flex; align-items: center; gap: 56px; margin-top: 48px; border-top: 1px solid #cfddeb; padding-top: 28px; }
.delivery-surfaces>p { flex: 0 0 225px; color: #69809a; font-size: 14px; line-height: 1.7; margin: 0; }
.delivery-surfaces strong { color: #203f60; font-weight: 600; }
.delivery-surfaces>div { display: flex; gap: 9px 22px; flex-wrap: wrap; color: #557492; font-size: 12px; }

/* Industry examples: one console, materially different work. */
.business-examples { background: #fff; }
.example-tabs { display: flex; gap: 6px; margin-bottom: 22px; overflow-x: auto; scrollbar-width: thin; padding: 5px 3px; }
.example-tabs button { display: flex; flex: 1; gap: 14px; align-items: center; justify-content: center; min-height: 53px; padding: 12px 18px; border: 1px solid #cfddec; border-radius: 9px; background: #f8fafc; color: #4c6a88; font-size: 13px; white-space: nowrap; }
.example-tabs button>span { color: #7f9bb7; font: 400 9px "JetBrains Mono",monospace; }
.example-tabs button[aria-pressed="true"] { border-color: #28547c; background: #10263f; color: #dceeff; }
.example-environment { border-radius: 22px; border: 1px solid #1f3854; display: grid; grid-template-columns: .85fr 1.15fr; background: #0c192b; overflow: hidden; color: #d6e7f9; }
.example-intro { padding: 38px; display: flex; flex-direction: column; align-items: flex-start; background: radial-gradient(ellipse at 0 0,color-mix(in srgb,var(--system-accent),transparent 90%),transparent 65%); }
.example-intro h3 { font: 500 37px/1.08 var(--nx-display); letter-spacing: -.035em; margin: 28px 0 20px; min-height: 120px; }
.example-intro>p { font-size: 14px; line-height: 1.7; color: #97b0cf; margin-bottom: 28px; }
.example-intro .nx-button { margin-top: auto; font-size: 12px; }
.example-intro>small { margin-top: 15px; font-size: 10px; color: #8cabc8; }
.example-console { background: #101f33; border-left: 1px solid #29415e; padding: 30px; }
.example-console-head { display: flex; align-items: center; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid #2b435e; }
.example-console-head strong { font-size: 17px; font-weight: 550; }
.example-console-head small { display: block; margin-top: 5px; color: #7f9fc1; font-size: 10px; }
.example-console-head>.demo-label { margin-left: auto; }
.example-modules { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; padding: 24px 0; min-height: 174px; }
.example-modules span { display: flex; align-items: center; justify-content: center; min-height: 37px; border: 1px solid #304b69; border-radius: 7px; color: #a4c1df; background: #182f49; font-size: 11px; }
.example-modules span:first-child { color: var(--system-accent); border-color: color-mix(in srgb,var(--system-accent),transparent 40%); }
.example-workflow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #385877; margin: 14px 0 26px; }
.example-workflow>div { position: relative; padding: 16px 8px 0 0; color: #b9d3ed; font-size: 11px; line-height: 1.5; }
.example-workflow>div::before { content: ''; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border: 1px solid var(--system-accent); border-radius: 50%; background: #11233c; }
.example-workflow span { display: block; font: 500 9px "JetBrains Mono",monospace; color: var(--system-accent); margin-bottom: 7px; }
.next-action { border: 1px solid #3a5874; border-left: 2px solid var(--system-accent); border-radius: 8px; background: #152b43; padding: 17px; }
.next-action .micro-label { color: #8fafcd; font-size: 9px; }
.next-action>strong { display: block; font-size: 15px; font-weight: 500; margin: 10px 0; }

/* Opportunity flow: finite, user-controlled playback. */
.revenue-engine { background: #081322; }
.revenue-machine { border: 1px solid #293e56; padding: 32px; border-radius: 24px; background: radial-gradient(ellipse at 50% 0,rgba(28,106,181,.12),transparent 60%); }
.lead-sources { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.lead-sources>span { padding: 10px 17px; border: 1px solid #30485f; border-radius: 7px; color: #92b0cf; font-size: 11px; }
.source-connector { height: 36px; width: 1px; background: #2b689b; margin: auto; position: relative; }
.source-connector i { position: absolute; bottom: 0; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: #4fc9ff; }
.lead-stages { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); border: 1px solid #294d6b; border-radius: 10px; overflow: hidden; }
.lead-stages button { position: relative; min-height: 76px; background: #0e2238; color: #8fafd0; border: 0; border-right: 1px solid #294d6b; padding: 13px 8px; font-size: 13px; }
.lead-stages button:last-child { border: 0; }
.lead-stages button>span { display: block; margin-bottom: 8px; font: 500 9px "JetBrains Mono",monospace; color: #6c93ba; }
.lead-stages button[aria-pressed="true"] { background: #123c60; color: #a2e5ff; box-shadow: inset 0 -3px #3cb7ff; }
.lead-stages button.is-past { color: #72bccc; }
.lead-event { margin-top: 26px; display: grid; grid-template-columns: .8fr 1.2fr; }
.lead-event-context { padding: 24px 36px 24px 6px; border-right: 1px solid #2a3e54; }
.lead-event-context h3 { margin: 24px 0; font: 500 32px/1.1 var(--nx-display); letter-spacing: -.03em; }
.lead-event-context h3 em { color: #7bcaff; font-family: "Fraunces",Georgia,serif; font-weight: 400; }
.lead-event-context>div { display: flex; align-items: center; gap: 12px; }
.lead-avatar { width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: #233f5b; color: #8fc6f4; font-size: 12px; }
.lead-event-context>div p { margin: 0; color: #b9d1e7; font-size: 12px; }
.lead-event-context small { display: block; color: #7e9fbd; font-size: 10px; margin-top: 4px; }
.lead-event-context>p { max-width: 36ch; color: #8aa8c6; font-size: 12px; line-height: 1.6; margin: 20px 0 0; }
.lead-event-detail { display: flex; flex-direction: column; padding: 26px 6px 24px 36px; min-height: 340px; }
.lead-event-detail h4 { font: 500 28px/1.16 var(--nx-display); margin: 20px 0 16px; letter-spacing: -.025em; min-height: 65px; }
.lead-event-detail>p { color: #a0b7d1; font-size: 14px; line-height: 1.7; min-height: 72px; }
.lead-event-record { display: flex; gap: 12px; align-items: center; border: 1px solid #295578; background: #133049; border-radius: 8px; padding: 16px; margin-top: auto; }
.event-dot { width: 7px; height: 7px; border-radius: 50%; background: #60cfee; flex-shrink: 0; }
.lead-event-record strong { color: #b6e7ff; font-size: 12px; font-weight: 500; }
.lead-event-record small { display: block; margin-top: 5px; color: #87adc9; font-size: 10px; }
.lead-controls { display: flex; align-items: center; gap: 20px; margin-top: 18px; }
.lead-controls .demo-action { margin: 0; width: auto; flex: 1; }
.lead-controls .text-control { color: #9dc3e2; }
.revenue-note { display: grid; grid-template-columns: .6fr 1.4fr; gap: 26px; border-top: 1px solid #2a3e54; padding-top: 20px; margin-top: 10px; }
.revenue-note>span { color: #aad4ee; font-size: 12px; }
.revenue-note p { margin: 0; color: #86a3c0; font-size: 11px; line-height: 1.7; }

/* Partnership and keeping useful systems. */
.nx-delivery-grid { grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 48px; }
.nx-delivery-step { padding: 24px; min-height: 250px; }
.nx-delivery-step:first-child { padding-left: 0; }
.nx-delivery-step h3 { margin-top: 52px; font-size: 25px; }
.nx-delivery-step p { color: #5e738b; font-size: 13px; }
.integration-path { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 42px; margin-top: 52px; border-radius: 22px; background: #edf3fa; border: 1px solid #d0deed; }
.integration-path h3 { font: 500 36px/1.1 var(--nx-display); letter-spacing: -.03em; margin-bottom: 20px; }
.integration-path>div>p { color: #59738d; font-size: 14px; line-height: 1.7; max-width: 41ch; margin: 0; }
.integration-steps details { border-bottom: 1px solid #c6d7e8; }
.integration-steps summary { list-style: none; display: flex; align-items: center; gap: 20px; min-height: 57px; font-size: 20px; color: #244464; cursor: pointer; }
.integration-steps summary::-webkit-details-marker { display: none; }
.integration-steps summary span { font: 500 9px "JetBrains Mono",monospace; color: #6996bf; }
.integration-steps summary b { margin-left: auto; font-size: 18px; font-weight: 400; color: #4e80af; }
.integration-steps details[open] summary b { transform: rotate(45deg); }
.integration-steps p { font-size: 12px; line-height: 1.7; color: #587590; padding-left: 31px; margin: 0 0 20px; }

/* Intelligence is attached to work, with an explicit review gate. */
.intelligence-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.intelligence-layout .nx-title { font-size: clamp(40px,4.2vw,65px); }
.intelligence-layout .text-link { font-size: 13px; margin-top: 24px; }
.intelligence-principles { display: flex; gap: 10px 22px; flex-wrap: wrap; padding-top: 26px; margin-top: 18px; border-top: 1px solid #293c55; font-size: 11px; color: #9ec1dc; }
.intelligence-workspace { border: 1px solid #2d4c6c; border-radius: 18px; background: linear-gradient(145deg,#122944,#0d1a2f); padding: 26px; }
.intelligence-workspace-head { display: flex; gap: 15px; align-items: center; padding-bottom: 22px; }
.intelligence-workspace-head img { object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 4px 14px #0b77cf55); }
.intelligence-workspace-head strong { font-size: 14px; font-weight: 500; }
.intelligence-workspace-head small { display: block; margin-top: 5px; color: #94aeca; font-size: 10px; }
.intelligence-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.intelligence-actions button { border: 1px solid #355473; border-radius: 7px; background: #182d46; color: #96b5d4; padding: 10px; min-height: 42px; font-size: 11px; text-align: left; }
.intelligence-actions button[aria-pressed="true"] { border-color: #379bcb; background: #153952; color: #aee5ff; }
.intelligence-result { margin-top: 24px; padding-top: 22px; border-top: 1px solid #304b67; min-height: 268px; }
.intelligence-result>.micro-label { color: #80badf; font-size: 9px; }
.intelligence-result h3 { font: 500 27px/1.15 var(--nx-display); letter-spacing: -.025em; margin: 16px 0; }
.intelligence-result p { color: #a0b8d1; font-size: 13px; line-height: 1.7; }
.review-gate { display: grid; grid-template-columns: 20px 1fr; column-gap: 9px; padding: 13px; border: 1px solid #306174; background: #163448; border-radius: 8px; }
.review-gate>span { grid-row: span 2; color: #7dd7ea; }
.review-gate strong { font-size: 11px; font-weight: 500; color: #b7e1ee; }
.review-gate small { margin-top: 5px; font-size: 10px; color: #84adb9; }
.intelligence-other { color: #90acc7; font-size: 10px; line-height: 1.7; margin: 18px 0 0; }

/* Discovery is useful, and comes after the custom proposition. */
.nx-industries { background: #eff4fa; }
.nx-industry-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.nx-industry-copy { position: sticky; top: 110px; }
.nx-industry-copy .nx-title { font-size: clamp(40px,4.3vw,66px); }
.nx-industry-copy .text-link { margin-top: 22px; }
.industry-directory { border-top: 1px solid #c3d4e4; }
.industry-directory a { display: flex; gap: 17px; align-items: center; min-height: 74px; padding: 14px 10px; border-bottom: 1px solid #c3d4e4; transition: padding .25s,background .25s; }
.industry-directory a:hover { padding-left: 20px; background: #fff; }
.industry-directory .industry-index { font: 500 10px "JetBrains Mono",monospace; color: #87a1bd; }
.industry-directory strong { font: 500 20px/1.2 var(--nx-display); letter-spacing: -.02em; color: #1d3c5b; }
.industry-directory small { display: block; margin-top: 5px; color: #6e88a2; font-size: 11px; }
.industry-directory a>span:last-child { margin-left: auto; color: #498ac6; }
.ready-products { background: #0c1729; }
.product-rail-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.product-rail-controls>div { display: flex; gap: 7px; }
.rail-control { width: 42px; height: 42px; border-radius: 50%; border: 1px solid #365679; background: #142841; color: #a9d5f6; }
.rail-control:disabled { opacity: .35; cursor: default; }
.ready-product-rail { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #3b5e80 #0c1729; padding: 5px 3px 20px; }
.ready-product { display: flex; flex-direction: column; flex: 0 0 calc((100% - 42px)/4); scroll-snap-align: start; border: 1px solid #2e4765; border-radius: 15px; padding: 25px; background: #112139; transition: border-color .25s,transform .3s; }
.ready-product:hover { border-color: #509acc; transform: translateY(-4px); }
.ready-product>div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.ready-product img { object-fit: contain; }
.ready-product>div>span { color: #7198c0; }
.ready-product>small { color: #86afd4; font-size: 10px; }
.ready-product h3 { font: 550 29px/1.15 var(--nx-display); letter-spacing: -.025em; margin: 10px 0 12px; }
.ready-product p { margin: 0 0 24px; font-size: 12px; line-height: 1.7; color: #a2b8d2; }
.product-link-label { margin-top: auto; color: #8dc9f4; font-size: 10px; }
.catalogue-link { border-top: 1px solid #2a405c; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.catalogue-link p { margin: 0; color: #8ca6c5; font-size: 13px; }

/* Concrete differentiators, accessible native FAQ and a useful final question. */
.why-abdflow { background: #fff; }
.why-rows { border-top: 1px solid #c9d8e8; }
.why-rows article { padding: 25px 0; display: grid; grid-template-columns: 50px .85fr 1.15fr; gap: 30px; align-items: start; border-bottom: 1px solid #c9d8e8; }
.why-rows article>span { color: #7196bc; font: 400 10px/2 "JetBrains Mono",monospace; }
.why-rows h3 { font: 500 25px/1.15 var(--nx-display); letter-spacing: -.025em; margin: 0; color: #203d5c; }
.why-rows p { margin: 0; color: #5f7690; font-size: 14px; line-height: 1.7; }
.nx-faq-intro .nx-title { font-size: clamp(40px,4.3vw,66px); }
.nx-faq-layout { grid-template-columns: .8fr 1.2fr; gap: 80px; }
.nx-faq-intro .text-link { margin-top: 20px; }
.nx-faq-item summary { min-height: 76px; }
.nx-faq-item h3 { font-size: 18px; }
.nx-faq-toggle { font-size: 22px; font-weight: 400; }
.nx-faq-answer p { font-size: 14px; }
.nx-final { background: radial-gradient(ellipse at 50% 100%,#0c417866,transparent 65%),#0b1629; padding: 105px 0; }
.nx-final .nx-kicker { color: #8dcfff; }
.nx-final .nx-title { font-size: clamp(46px,6vw,88px); }
.nx-final .nx-lede { color: #9bb8d5; font-size: 21px; margin-top: 22px; }
.project-prompt { max-width: 790px; margin: 40px auto 18px; text-align: left; }
.project-prompt>label { display: block; color: #a6c2df; font-size: 12px; margin-bottom: 12px; }
.project-prompt>div { display: flex; gap: 10px; padding: 8px; border-radius: 34px; border: 1px solid #3b5e83; background: #10243b; }
.project-prompt input[type="text"] { flex: 1; min-width: 0; border: 0; background: transparent; color: #e2f3ff; padding: 10px 16px; font-size: 14px; border-radius: 24px; }
.project-prompt input::placeholder { color: #8faac7; opacity: 1; }
.project-prompt .nx-button { flex-shrink: 0; }
.project-prompt>p { color: #7e9bb9; font-size: 10px; line-height: 1.7; margin: 12px 16px 0; }
.nx-final>.nx-wrap>.text-link { color: #95caef !important; font-size: 13px; }
.nx-final-meta { color: #84a0bc; font-size: 9px; line-height: 1.8; margin-top: 36px; }

@media (max-width: 1180px) {
  .nx-wrap { width: calc(100% - 48px); }
  .hero-copy { padding: 30px; }
  .hero-demo { padding: 22px; }
  .hero-copy .nx-hero-actions { gap: 9px; }
  .hero-copy .nx-button { padding: 0 16px; font-size: 11px; }
  .business-home .abdh h1 { font-size: 62px; }
  .hero-copy { min-height: 618px; }
  .nx-section-head { gap: 32px; }
  .customisation-layout { gap: 28px; }
  .builder-choices,.system-blueprint { padding: 24px; }
  .pillar-panel { padding: 25px; }
  .pillar-demo { padding: 12px; }
  .mini-work-row>.mini-badge { display: none; }
  .intelligence-layout,.nx-industry-layout,.nx-faq-layout { gap: 40px; }
  .example-intro { padding: 28px; }
  .example-intro h3 { font-size: 33px; }
  .example-console { padding: 24px; }
  .example-tabs button { gap: 8px; font-size: 11px; padding: 12px; }
  .nx-delivery-step { padding: 20px 16px; }
  .nx-delivery-step h3 { font-size: 22px; }
  .integration-path { gap: 45px; }
  .ready-product { flex-basis: calc((100% - 28px)/3); }
}
@media (max-width: 960px) {
  .business-home .abdh-hero { padding-top: 84px; }
  .hero-bento { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: 36px; }
  .business-home .abdh h1 { max-width: 15ch; font-size: 68px; margin-top: 26px; }
  .hero-copy .business-eyebrow span { display: inline; margin-left: 16px; }
  .hero-lede { max-width: 62ch; }
  .hero-philosophy { padding-top: 30px; }
  .hero-signature { position: absolute; bottom: 34px; right: 32px; padding: 0; border: 0; gap: 14px; }
  .hero-copy { position: relative; }
  .hero-signature span+span::before { margin-right: 14px; }
  .hero-demo { padding: 26px; }
  .hero-system-stage { width: min(100%,650px); margin: auto; }
  .hero-bridge a { max-width: 56%; font-size: 17px; }
  .nx-section-head { grid-template-columns: 1fr; gap: 24px; }
  .nx-section-head .nx-lede { max-width: 65ch; }
  .nx-title { font-size: 56px; }
  .builder-shell { grid-template-columns: 1fr 1fr; }
  .capability-options { grid-template-columns: 1fr; }
  .capability-panel { min-height: 540px; }
  .pillar-panel { padding: 22px 16px; }
  .pillar-panel h3 { font-size: 28px; }
  .pillar-panel>p { font-size: 12px; }
  .mini-work-row { font-size: 11px; }
  .customisation-layout { grid-template-columns: .7fr 1.3fr; gap: 20px; }
  .morph-window { padding: 20px; }
  .morph-comparison { gap: 8px; grid-template-columns: 1fr 20px 1.1fr; }
  .morph-comparison h3 { font-size: 18px; }
  .morph-comparison>div>div span { font-size: 10px; padding: 9px 8px; }
  .example-environment { grid-template-columns: 1fr 1.1fr; }
  .example-intro h3 { font-size: 29px; min-height: 120px; }
  .example-console { padding: 20px; }
  .example-modules { grid-template-columns: 1fr 1fr; }
  .example-console-head>.demo-label { display: none; }
  .revenue-machine { padding: 26px; }
  .lead-sources { gap: 8px; }
  .lead-sources>span { padding: 9px 12px; }
  .lead-event-detail { padding-left: 26px; }
  .lead-event-context { padding-right: 26px; }
  .nx-delivery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .nx-delivery-step:nth-child(3) { border-right: 0; }
  .nx-delivery-step:nth-child(4) { padding-left: 0; }
  .intelligence-layout { grid-template-columns: 1fr; gap: 36px; }
  .intelligence-layout .nx-title { font-size: 56px; }
  .intelligence-result { min-height: 230px; }
  .nx-industry-layout,.nx-faq-layout { grid-template-columns: .85fr 1.15fr; gap: 30px; }
  .nx-industry-copy .nx-title,.nx-faq-intro .nx-title { font-size: 44px; }
  .nx-faq-item summary { grid-template-columns: 23px 1fr 32px; gap: 8px; }
  .nx-faq-item h3 { font-size: 16px; }
  .nx-faq-toggle { width: 30px; height: 30px; }
  .nx-faq-answer { padding-left: 31px; padding-right: 20px; }
}
@media (max-width: 680px) {
  .nx-wrap { width: calc(100% - 32px); }
  .nx-section { padding: 68px 0; }
  .nx-section-head { margin-bottom: 32px; gap: 20px; }
  .nx-title { font-size: clamp(37px,9vw,55px); }
  .nx-kicker { font-size: 16px; margin-bottom: 17px; }
  .nx-lede { font-size: 15px; }
  .nx-section-head .nx-title br { display: none; }
  .business-home .abdh-hero { padding: 79px 0 22px; }
  .hero-bento { gap: 12px; }
  .glass-cell { border-radius: 18px; }
  .hero-copy { padding: 26px 22px; }
  .hero-copy .business-eyebrow { font-size: 9px; }
  .hero-copy .business-eyebrow span { display: block; margin: 3px 0 0; font-size: 8px; }
  .business-home .abdh h1 { font-size: clamp(43px,11.4vw,68px); max-width: 11ch; margin: 25px 0 22px; }
  .hero-lede { font-size: 13px; line-height: 1.75; }
  .hero-copy .nx-hero-actions { margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 9px; }
  .hero-copy .nx-button { font-size: 12px; min-height: 48px; }
  .hero-philosophy { padding-top: 25px; gap: 12px; }
  .hero-philosophy p { font-size: 10px; }
  .hero-signature { position: static; margin: 22px 0 0; padding-top: 18px; border-top: 1px solid #233d5a; justify-content: space-between; font-size: 11px; gap: 0; }
  .hero-signature span+span::before { margin-right: 17px; }
  .hero-demo { padding: 23px 17px; }
  .demo-heading .business-eyebrow { font-size: 8px; }
  .demo-heading p { font-size: 11px; line-height: 1.6; }
  .demo-orbit { display: none; }
  .industry-picker { margin: 18px -3px 8px; gap: 6px; flex-wrap: nowrap; overflow-x: auto; padding: 4px 3px 12px; scrollbar-width: thin; scrollbar-color: #355471 transparent; }
  .industry-picker button { flex: 0 0 auto; min-height: 42px; font-size: 11px; }
  .hero-system-stage { padding: 18px 2px 23px; }
  .system-ghost { inset: 34px 8px; }
  .business-sim { transform: rotate(-1deg); }
  .sim-chrome { font-size: 9px; padding: 8px 10px; gap: 7px; }
  .sim-chrome>.demo-label { font-size: 7px; }
  .workspace-head { padding: 17px 13px 14px; gap: 9px; }
  .workspace-head strong { font-size: 14px; }
  .workspace-head small { font-size: 8px; }
  .workspace-avatar { display: none; }
  .workspace-modules { padding: 0 13px 17px; gap: 5px; }
  .workspace-modules span { padding: 6px; font-size: 10px; }
  .workspace-board { grid-template-columns: 1fr; padding: 0 13px 15px; }
  .workspace-board>div { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 12px; }
  .workspace-board>div>small { font-size: 10px; line-height: 1.5; margin: 0; }
  .kcard { min-height: 60px; padding: 9px 10px; border-left: 2px solid var(--system-accent); }
  .kcard strong { font-size: 10px; }
  .kcard .record-line { display: none; }
  .record-status { font-size: 8px; margin-top: 5px; }
  .workspace-rule { margin: 0 13px 15px; padding: 10px; }
  .workspace-rule strong { font-size: 10px; }
  .hero-demo-bottom { gap: 4px; padding-top: 9px; }
  .hero-demo-bottom a { min-height: 36px; }
  .hero-bridge { padding: 20px; gap: 14px; flex-wrap: wrap; }
  .hero-bridge a { width: 100%; margin: 4px 0 0; max-width: none; padding-top: 16px; border-top: 1px solid #1d3857; font-size: 17px; }
  .hero-bridge p { font-size: 11px; }
  .builder-shell { grid-template-columns: 1fr; border-radius: 16px; }
  .builder-choices { padding: 17px 20px 24px; }
  .builder-toolbar>.micro-label { font-size: 8px; }
  .builder-toolbar .text-control { font-size: 10px !important; }
  .pillar-tabs { margin-top: 6px; }
  .pillar-tabs button { font-size: 16px; gap: 5px; min-height: 61px; }
  .pillar-tabs button>span { display: none; }
  .capability-panel { min-height: 0; }
  .capability-panel>p { font-size: 11px; margin: 19px 0 12px; }
  .capability-options { grid-template-columns: 1fr 1fr; gap: 6px; }
  .capability-option { padding: 9px; font-size: 11px; min-height: 48px; line-height: 1.45; }
  .capability-group summary { font-size: 13px; min-height: 51px; }
  .builder-footnote { font-size: 10px; }
  .system-blueprint { padding: 25px 21px; }
  .blueprint-head .micro-label { font-size: 8px; }
  .blueprint-state { display: none; }
  .system-blueprint h3 { font-size: 27px; margin: 20px 0; }
  .blueprint-empty { font-size: 13px; padding: 24px 0; }
  .blueprint-root { padding: 13px; }
  .blueprint-root small { font-size: 9px; }
  .blueprint-modules { max-height: 330px; }
  .blueprint-module button { min-height: 40px; font-size: 11px; }
  .pillar-panels { grid-template-columns: 1fr; }
  .pillar-panel,.pillar-panel:first-child,.pillar-panel:last-child { padding: 29px 0; border-right: 0; border-bottom: 1px solid #2a3d56; }
  .pillar-panel:last-child { border-bottom: 0; }
  .pillar-panel h3 { font-size: 33px; margin: 19px 0 16px; }
  .pillar-panel h3 br { display: none; }
  .pillar-panel>p { font-size: 14px; margin-bottom: 22px; }
  .pillar-demo { padding: 16px; }
  .mini-work-row { font-size: 12px; }
  .mini-work-row>.mini-badge { display: inline-block; }
  .pillar-caption { font-size: 10px; }
  .customisation-layout { grid-template-columns: 1fr; gap: 22px; }
  #customLayers { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .customisation-controls button { display: flex; flex-direction: column; gap: 5px; padding: 15px 12px; border: 1px solid #d0deeb; border-radius: 7px; }
  .customisation-controls button>span { display: none; }
  .customisation-controls button>strong { font-size: 13px; }
  .customisation-controls button>small { font-size: 10px; line-height: 1.5; }
  .morph-window { padding: 20px 16px; border-radius: 15px; }
  .morph-toolbar { gap: 13px; padding-bottom: 16px; }
  .morph-toolbar>.micro-label { font-size: 8px; }
  .compact-switch button { min-height: 38px; }
  .morph-comparison { grid-template-columns: 1fr; gap: 16px; padding: 20px 0 15px; }
  .morph-comparison h3 { font-size: 21px; min-height: 0; margin: 12px 0 15px; }
  .morph-comparison>div>div { display: flex; flex-wrap: wrap; min-height: 0; gap: 6px; }
  .morph-comparison>div>div span { font-size: 11px; min-height: 37px; }
  .morph-comparison>div>small { min-height: 0; margin-top: 12px; font-size: 10px; }
  .morph-arrow { transform: rotate(90deg); width: fit-content; justify-self: center; font-size: 24px; line-height: 1; }
  .your-system { padding: 16px; border: 1px solid #aacceb; border-radius: 10px; background: #f4faff; }
  .morph-window>.simulation-note { font-size: 9px; }
  .delivery-surfaces { flex-direction: column; gap: 20px; align-items: flex-start; margin-top: 30px; padding-top: 25px; }
  .delivery-surfaces>p { flex-basis: auto; font-size: 14px; }
  .delivery-surfaces>div { gap: 12px 20px; font-size: 11px; }
  .example-tabs { margin: 0 -3px 17px; padding-bottom: 13px; }
  .example-tabs button { min-height: 47px; font-size: 12px; padding-inline: 17px; }
  .example-environment { grid-template-columns: 1fr; border-radius: 16px; }
  .example-intro { padding: 25px 22px; }
  .example-intro h3 { font-size: 32px; min-height: 0; margin-top: 23px; }
  .example-intro>p { font-size: 13px; margin-bottom: 23px; min-height: 85px; }
  .example-intro .nx-button { width: 100%; font-size: 12px; padding: 0 15px; }
  .example-console { border-left: 0; border-top: 1px solid #29415e; padding: 24px 20px; }
  .example-console-head strong { font-size: 16px; }
  .example-modules { grid-template-columns: repeat(3,minmax(0,1fr)); min-height: 181px; }
  .example-modules span { font-size: 10px; padding: 8px 5px; text-align: center; }
  .example-workflow { margin-top: 10px; }
  .example-workflow>div { font-size: 10px; padding-right: 10px; }
  .next-action>strong { font-size: 14px; }
  .revenue-machine { padding: 22px 16px; border-radius: 16px; }
  .lead-sources { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
  .lead-sources>span { text-align: center; font-size: 10px; padding: 10px 5px; }
  .source-connector { height: 28px; }
  .lead-stages { display: flex; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #3d6e96 #10253c; border-radius: 9px; }
  .lead-stages button { flex: 0 0 85px; min-height: 74px; font-size: 11px; }
  .lead-event { grid-template-columns: 1fr; margin-top: 24px; }
  .lead-event-context { border: 0; border-bottom: 1px solid #2a3e54; padding: 0 0 23px; }
  .lead-event-context h3 { font-size: 27px; margin: 16px 0; }
  .lead-event-context h3 br { display: none; }
  .lead-event-context>p { display: none; }
  .lead-event-detail { min-height: 370px; padding: 25px 0 0; }
  .lead-event-detail h4 { font-size: 27px; min-height: 62px; margin: 18px 0; }
  .lead-event-detail>p { font-size: 13px; min-height: 105px; }
  .lead-event-record { padding: 13px; }
  .lead-event-record strong { font-size: 11px; }
  .lead-event-record small { font-size: 10px; line-height: 1.6; }
  .lead-controls { gap: 12px; margin-top: 16px; }
  .lead-controls .demo-action { font-size: 10px !important; }
  .lead-controls .text-control { font-size: 11px !important; }
  .revenue-note { grid-template-columns: 1fr; gap: 10px; margin-top: 26px; }
  .revenue-note p { font-size: 10px; }
  .nx-delivery-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .nx-delivery-step,.nx-delivery-step:first-child,.nx-delivery-step:nth-child(4) { display: grid; grid-template-columns: 36px 1fr; gap: 10px 14px; min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid #ccdae8; }
  .nx-delivery-step>span { margin-top: 7px; grid-row: span 2; font-size: 10px; }
  .nx-delivery-step h3 { margin: 0; font-size: 27px; }
  .nx-delivery-step p { margin: 0; font-size: 13px; }
  .integration-path { grid-template-columns: 1fr; gap: 25px; padding: 26px 22px; margin-top: 32px; border-radius: 16px; }
  .integration-path h3 { font-size: 31px; }
  .integration-path>div>p { font-size: 13px; }
  .integration-steps p { padding-left: 30px; }
  .intelligence-layout { gap: 30px; }
  .intelligence-layout .nx-title { font-size: clamp(37px,9vw,55px); }
  .intelligence-workspace { padding: 23px 19px; border-radius: 16px; }
  .intelligence-workspace-head strong { font-size: 13px; line-height: 1.5; display: block; }
  .intelligence-workspace-head small { font-size: 9px; line-height: 1.6; }
  .intelligence-workspace-head img { width: 40px; height: 40px; }
  .intelligence-actions button { min-height: 48px; font-size: 11px; }
  .intelligence-result { min-height: 300px; }
  .intelligence-result h3 { font-size: 27px; }
  .intelligence-result p { font-size: 12px; }
  .intelligence-principles { gap: 10px 17px; font-size: 10px; }
  .nx-industry-layout,.nx-faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .nx-industry-copy,.nx-faq-intro { position: static; }
  .nx-industry-copy .nx-title,.nx-faq-intro .nx-title { font-size: clamp(37px,9vw,55px); }
  .industry-directory a { min-height: 77px; gap: 15px; }
  .industry-directory strong { font-size: 20px; }
  .industry-directory small { font-size: 10px; }
  .ready-product { flex-basis: 83%; padding: 24px; }
  .ready-product-rail { gap: 12px; }
  .ready-product h3 { font-size: 31px; }
  .catalogue-link { flex-direction: column; align-items: flex-start; gap: 8px; }
  .catalogue-link p { font-size: 12px; }
  .why-rows article { grid-template-columns: 24px 1fr; gap: 12px 15px; padding: 24px 0; }
  .why-rows article>span { grid-row: span 2; }
  .why-rows h3 { font-size: 25px; }
  .why-rows p { font-size: 13px; }
  .nx-faq-item summary { grid-template-columns: 23px 1fr 30px; min-height: 78px; padding: 18px 0; }
  .nx-faq-item h3 { font-size: 17px; }
  .nx-faq-answer { padding: 0 14px 24px 31px; }
  .nx-faq-answer p { font-size: 13px; }
  .nx-final { padding: 75px 0; }
  .nx-final .nx-title { font-size: clamp(43px,10.5vw,64px); }
  .nx-final .nx-lede { font-size: 18px; line-height: 1.6; }
  .project-prompt { margin-top: 30px; }
  .project-prompt>div { flex-direction: column; border-radius: 15px; padding: 8px; }
  .project-prompt>label { font-size: 11px; line-height: 1.6; }
  .project-prompt input[type="text"] { min-height: 50px; width: 100%; font-size: 12px; padding: 10px; }
  .project-prompt>p { margin: 12px 2px 0; font-size: 10px; }
  .nx-final-meta { max-width: 32ch; margin-inline: auto; font-size: 9px; }
  .business-home-page .footer { padding-bottom: 30px !important; }
}
@media (max-width: 359px) {
  .nx-wrap { width: calc(100% - 24px); }
  .hero-copy { padding: 24px 19px; }
  .hero-demo { padding: 21px 13px; }
  .business-home .abdh h1 { font-size: 43px; }
  .hero-signature { font-size: 10px; }
  .hero-signature span+span::before { margin-right: 12px; }
  .hero-philosophy p { font-size: 9px; }
  .builder-choices { padding-inline: 16px; }
  .capability-option { font-size: 10px; padding: 8px; gap: 5px; }
  .system-blueprint { padding: 23px 17px; }
  .example-intro { padding: 23px 19px; }
  .example-console { padding: 23px 16px; }
  .example-intro h3 { font-size: 29px; }
  .example-intro>p { min-height: 110px; }
  .intelligence-result { min-height: 320px; }
  .lead-event-detail>p { min-height: 125px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .business-home *, .business-home *::before, .business-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .business-home .nx-reveal { opacity: 1 !important; transform: none !important; }
  .business-home .business-sim { transform: none !important; }
}

/* Scope the legacy mobile shell overrides away from the unified homepage. */
html.abd-app .business-home .abdh-hero { display: block !important; padding: 79px 0 22px !important; background: #0d1424 !important; }
html.abd-app body.business-home-page main.nx-home { padding-top: 0 !important; }
html.abd-app .business-home .abdh h1 { font-size: clamp(43px,11.4vw,68px) !important; line-height: 1.01 !important; }
.system-blueprint h3 .abd-brand-name { --abd-brand-name-size: 27px; }
@media(max-width:680px) {
  .business-home .industry-picker button, .business-home .compact-switch button { min-height: 44px; }
  .business-home .rail-control { width: 44px; height: 44px; }
  html.abd-app body.business-home-page #header .menu-button { width: 44px !important; height: 44px !important; }
  html.abd-app body.business-home-page #header .menu-button { padding: 0 !important; place-items: center !important; }
  html.abd-app body.business-home-page #header .menu-button svg { width: 20px !important; height: 20px !important; }
}

/* Final showroom refinement: existing sections, one surface and control language. */
.business-home {
  --surface-edge: #b8cce080;
  --surface-shadow: 0 32px 80px -36px #16365045, 0 4px 12px -6px #16365024;
  --inset-light: inset 0 1px 0 #ffffffc9;
  --run-tone: #1475d6;
  --grow-tone: #137b72;
  --automate-tone: #7060b5;
}
.business-home .nx-section { isolation: isolate; }
.business-home .nx-section-head { row-gap: 22px; }
.business-home .nx-title { text-wrap: balance; }
.business-home .nx-lede { max-width: 56ch; }
.business-home .nx-kicker { letter-spacing: .01em; }
.business-home :is(.nx-button,.demo-action,.rail-control) { transition: transform .22s var(--nx-ease), box-shadow .22s, border-color .22s, background .22s; }
.business-home .nx-button-primary { box-shadow: inset 0 1px 0 #b1d9ff80, 0 5px 12px #0755b22e, 0 1px 2px #052c5940; }
.business-home .nx-button-primary:hover { box-shadow: inset 0 1px 0 #d4edff, 0 9px 22px #0755b240; transform: translateY(-2px); }
.business-home :is(.nx-button,.demo-action,.rail-control):active { transform: translateY(1px) scale(.985); }
.business-home button { -webkit-tap-highlight-color: transparent; }
.business-home .tool-instruction { display: flex; gap: 9px; align-items: center; font-size: 12px; line-height: 1.6; color: #526e88; margin: 16px 0; }
.business-home .dark-section .tool-instruction { color: #aec3d9; }
.business-home .micro-label { line-height: 1.6; }
.business-home .dark-section { background-image: radial-gradient(ellipse at 90% 0,#25456a28,transparent 55%); }
.business-home .dark-section::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg,transparent,#abc8e54a,transparent); pointer-events: none; }

/* Hero — a lit glass enclosure around an actual, compact work queue. */
.business-home .glass-cell { border-color: #45648370; box-shadow: inset 0 1px 0 #c3deff12, 0 22px 54px -26px #0009; }
.business-home .hero-copy { background: radial-gradient(ellipse at 0 0,#284a6b30,transparent 64%),linear-gradient(140deg,#142137,#101b2e 75%); }
.business-home .hero-demo { background: radial-gradient(ellipse at 80% 20%,#41607c25,transparent 65%),#101b2b; }
.business-home .hero-demo .demo-heading p { color: #bdd2e7; font-size: 13px; }
.business-home .industry-picker button { border-radius: 8px; border-color: #3c536c; box-shadow: inset 0 1px 0 #ffffff08; transition: background .2s,border-color .2s,transform .2s; }
.business-home .industry-picker button[aria-pressed="true"] { background: linear-gradient(135deg,#244767,#173b57); border-color: #80b9dc; color: #e4f4ff; box-shadow: inset 0 1px 0 #d1edff29, 0 3px 9px #0002; }
.business-home .business-sim { border-color: #7391ad70; box-shadow: 0 22px 40px #0005,inset 0 1px 0 #ffffff30; }
.workspace-viewbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-block: 1px solid #aac6dd22; background: #aecbe908; padding: 10px 20px; margin-bottom: 18px; font-size: 10px; color: #b5cde3; }
.workspace-viewbar span { display: flex; gap: 7px; align-items: center; }
.workspace-viewbar i { width: 5px; height: 5px; background: var(--system-accent); border-radius: 50%; }
.workspace-viewbar b { color: #e0edf7; font: 10px monospace; padding: 3px 5px; border: 1px solid #aac6dd33; border-radius: 4px; }
.business-home .workspace-modules span:first-child { background: #77c6ff22; border-color: #77c6ff66; color: #ddf2ff; }
.business-home .kcard { border-radius: 8px; background: linear-gradient(150deg,#28415a,#1b2d43); box-shadow: inset 0 1px 0 #d2eaff12,0 4px 8px #0002; }
.business-home .workspace-rule { border-left: 2px solid var(--system-accent); background: linear-gradient(100deg,#35678625,#20344960); }
.business-home .hero-bridge { background: linear-gradient(100deg,#15243a,#101c2d); }
.business-home .hero-bridge a { transition: color .2s; }
.business-home .hero-bridge a:hover { color: #b4e4ff; }

/* Builder — library, assembly canvas, and the brief it creates. */
.business-home .software-builder { background: radial-gradient(ellipse at 90% 25%,#dfebf670,transparent 58%),#f7f9fc; }
.builder-journey { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0 0 26px; padding: 0; list-style: none; gap: 24px; }
.builder-journey li { display: flex; gap: 13px; align-items: center; position: relative; }
.builder-journey li>span { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid #bbcddd; background: #fff; border-radius: 50%; color: #65819b; font: 11px monospace; box-shadow: 0 3px 5px #16365008; }
.builder-journey strong { font-size: 13px; font-weight: 600; color: #28435d; }
.builder-journey small { display: block; color: #637b93; font-size: 11px; margin-top: 4px; }
.builder-journey .is-current>span,.builder-journey.has-configuration li:nth-child(2)>span { color: #fff; background: #185fac; border-color: #185fac; box-shadow: 0 0 0 4px #1971c60c; }
.business-home .builder-shell { box-shadow: var(--surface-shadow),var(--inset-light); border-color: #b7cadc; }
.business-home .builder-choices { background: linear-gradient(145deg,#fff,#f7f9fc); padding: 28px 32px; }
.business-home .pillar-tabs { gap: 6px; padding: 5px; border: 1px solid #cbd7e4; border-radius: 12px; background: #eaf0f5; margin-top: 22px; box-shadow: inset 0 1px 3px #253b5510; }
.business-home .pillar-tabs button { min-height: 52px; border-radius: 8px; font-size: 16px; transition: background .2s,box-shadow .2s; }
.business-home .pillar-tabs button[aria-selected="true"] { background: #fff; color: #1e548e; box-shadow: 0 2px 6px #25496b1f,inset 0 0 0 1px #bccfdf66; }
.business-home .pillar-tabs button[aria-selected="true"]::after { display: none; }
.business-home #tab-grow[aria-selected="true"] { color: var(--grow-tone); }
.business-home #tab-automate[aria-selected="true"] { color: var(--automate-tone); }
.business-home .pillar-tabs button>b { font-size: 10px; min-width: 19px; padding: 4px; }
.business-home .builder-instruction { font-size: 11px; margin-bottom: 0; }
.builder-instruction>span { width: 22px; height: 22px; display: grid; place-items: center; background: #e8eff6; color: #3a6590; border-radius: 6px; flex-shrink: 0; }
.business-home .capability-panel>p { color: #315677; font-weight: 500; margin: 18px 0 10px; }
.business-home .capability-group summary { padding: 17px 0; gap: 10px; }
.capability-group summary b { margin-left: auto; background: #dfeaf6; color: #265e94; border-radius: 4px; font-size: 9px; font-weight: 500; padding: 4px 6px; white-space: nowrap; }
.capability-group summary>span { margin-left: auto; }
.capability-group summary b:not([hidden])+span { margin-left: 0; }
.business-home .capability-option { background: #fff; border-radius: 9px; min-height: 49px; padding: 11px 12px; box-shadow: 0 2px 3px #17395604,inset 0 1px 0 #fff; }
.business-home .capability-option i { width: 20px; height: 20px; border-radius: 6px; background: #f2f6fa; }
.business-home .capability-option:has(input:checked) { background: linear-gradient(140deg,#e6f0fc,#f3f8ff); border-color: #5d93c8; box-shadow: inset 0 1px 0 #fff,0 2px 5px #1c609e12; color: #174d81; }
.business-home .capability-option:has(input:checked) i { background: #286cb1; border-color: #286cb1; }
.business-home #panel-grow .capability-option:has(input:checked) { background: #edf7f4; border-color: #6ea49b; color: #26675f; }
.business-home #panel-grow .capability-option:has(input:checked) i { background: #2d7e70; border-color: #2d7e70; }
.business-home #panel-automate .capability-option:has(input:checked) { background: #f0edf9; border-color: #998ac0; color: #5c4b8d; }
.business-home #panel-automate .capability-option:has(input:checked) i { background: #7860a6; border-color: #7860a6; }
.business-home .system-blueprint { position: relative; background-size: auto,32px 32px,32px 32px,auto; box-shadow: inset 1px 0 0 #809fb333; }
.business-home .blueprint-root { background: linear-gradient(145deg,#203954ed,#152c43ed); border-color: #5d7e9b; box-shadow: 0 8px 20px #0002,inset 0 1px 0 #ffffff16; }
.blueprint-pillars { display: flex; gap: 7px; margin: 14px 0 0; }
.blueprint-pillars>span { flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 8px; border: 1px solid #38516c; border-radius: 6px; padding: 9px 10px; color: #97aec5; font-size: 11px; background: #13273bd9; transition: border-color .25s,background .25s; }
.blueprint-pillars b { font: 11px monospace; }
.blueprint-pillars .has-selection { border-color: #6ea7d9; background: #204567b3; color: #c6e5ff; }
.blueprint-pillars [data-blueprint-pillar="grow"].has-selection { border-color: #589e93; background: #23514880; color: #baebdd; }
.blueprint-pillars [data-blueprint-pillar="automate"].has-selection { border-color: #9a87c2; background: #43385c80; color: #e0d4ff; }
.business-home .blueprint-modules { min-height: 205px; margin-bottom: 15px; max-height: 370px; padding-bottom: 4px; }
.business-home .blueprint-module { background: linear-gradient(125deg,#1c3249f2,#11273def); box-shadow: 0 5px 14px #0002,inset 0 1px 0 #d8edff0c; border-color: #3b5269; }
.business-home .blueprint-module h4 { color: #b4cfe8; }
.business-home .blueprint-module button { font-size: 11px; min-height: 34px; background: #24435e; border-color: #52728b; border-radius: 5px; color: #e0ecf9; }
.business-home .blueprint-module button[data-chip-pillar="grow"] { background: #23473f; border-color: #52796e; }
.business-home .blueprint-module button[data-chip-pillar="automate"] { background: #3a3251; border-color: #716386; }
.blueprint-module .chip-added { animation: place-capability .38s var(--nx-ease) both; }
@keyframes place-capability { from { opacity: 0; transform: translateY(-9px) scale(.94); } to { opacity: 1; transform: none; } }
.business-home .blueprint-empty { padding: 22px 8px 18px 0; margin: 0; }
.blueprint-empty .empty-system-symbol { display: grid; place-items: center; width: 44px; height: 44px; color: #aac8e4; border: 1px solid #48637d; border-radius: 12px; font-size: 24px; background: #20364c; margin-bottom: 18px; box-shadow: 0 4px 12px #0002; }
.blueprint-empty strong { font-size: 16px; font-weight: 500; color: #d7e7f6; display: block; }
.blueprint-empty p { max-width: 32ch; margin: 9px 0 18px; font-size: 12px; line-height: 1.7; }
.blueprint-empty>div { display: flex; align-items: center; gap: 8px; font-size: 10px; }
.blueprint-empty>div span { padding: 6px 9px; border: 1px dashed #52728b; border-radius: 5px; }
.blueprint-empty>div i { font-style: normal; }
.blueprint-outcome { padding: 15px 0 18px; border-top: 1px solid #37516b; }
.blueprint-outcome .micro-label { font-size: 9px; color: #8fb1d0; }
.blueprint-outcome p { font-size: 12px; line-height: 1.7; margin: 8px 0 0; color: #c2d4e6; }
.business-home .blueprint-footer { gap: 13px; }
.builder-mobile-review { display: none; }

/* Three workspaces on a single connected foundation. */
.business-home .pillar-panels { gap: 0; border: 1px solid #3c536b; border-radius: 20px 20px 0 0; background: linear-gradient(150deg,#192b4070,#101e3060); overflow: hidden; box-shadow: inset 0 1px 0 #bddbfa14; }
.business-home .pillar-panel,.business-home .pillar-panel:first-child,.business-home .pillar-panel:last-child { padding: 32px 27px; }
.business-home .pillar-number { display: flex; align-items: center; gap: 9px; color: #a9c9e8; }
.business-home .pillar-number::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #81b9e7; box-shadow: 0 0 0 4px #81b9e70d; }
.business-home .pillar-panel:nth-child(2) .pillar-number::before { background: #7fbdad; }
.business-home .pillar-panel:nth-child(3) .pillar-number::before { background: #b1a3d6; }
.business-home .pillar-panel h3 { font-size: clamp(28px,2.6vw,39px); min-height: 120px; }
.business-home .pillar-panel>p { font-size: 14px; color: #abc0d5; }
.business-home .pillar-demo { background: #0c1b2b; border: 1px solid #3a5067; padding: 16px; border-radius: 12px; box-shadow: 0 9px 20px #0002,inset 0 1px 0 #d1e7ff0a; }
.demo-windowbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid #2c4157; padding-bottom: 13px; font-size: 10px; color: #b8cde0; }
.demo-state { color: #8fa9c0; font-size: 9px; font-style: normal; }
.demo-path { display: flex; flex-wrap: wrap; gap: 6px; padding: 17px 0; min-height: 91px; align-content: start; }
.demo-path span { font-size: 9px; color: #9bb5cc; padding: 6px 8px; border: 1px solid #38526a; border-radius: 5px; background: #1b2d40; transition: background .3s,border-color .3s,color .3s; }
.demo-path span+span::before { content: '→'; color: #82a3bf; margin-right: 5px; }
.is-complete .demo-path span { background: #203e45; border-color: #568e8e; color: #d3edeb; }
.is-complete .demo-path span:nth-child(2) { transition-delay: .1s; }
.is-complete .demo-path span:nth-child(n+3) { transition-delay: .2s; }
.is-complete .demo-state { color: #a7d8c7; }
.business-home .mini-work-row { min-height: 63px; }
.business-home .demo-action { min-height: 43px; }
.shared-foundation { display: flex; align-items: center; gap: 16px; padding: 23px 27px; background: linear-gradient(110deg,#20344a,#122336); border: 1px solid #3c536b; border-top: 0; border-radius: 0 0 20px 20px; box-shadow: 0 18px 30px #0002,inset 0 1px 0 #bad8f50a; }
.foundation-node { flex-shrink: 0; width: 40px; height: 40px; display: grid; place-items: center; color: #b6d6ef; border: 1px solid #61809b; border-radius: 10px; background: #29445d; font-size: 22px; }
.shared-foundation strong { font-size: 14px; font-weight: 500; color: #d4e5f5; }
.shared-foundation small { display: block; color: #96b0c7; font-size: 10px; margin-top: 6px; }
.shared-foundation small i { font-style: normal; padding: 0 7px; }
.foundation-line { flex: 1; height: 1px; background: linear-gradient(90deg,#628aa780,#628aa71a); min-width: 20px; }
.foundation-status { font-size: 11px; color: #afc8df; max-width: 30ch; line-height: 1.6; }

/* Customisation — compare the base, inspect the business-specific workspace. */
.business-home .built-around { background: radial-gradient(ellipse at 100% 40%,#dce8f560,transparent 60%),#f1f6fb; }
.business-home .customisation-layout { grid-template-columns: .65fr 1.35fr; gap: 40px; }
.business-home .customisation-controls> .micro-label { display: block; margin-bottom: 17px; }
.business-home .customisation-controls button { border: 1px solid transparent; border-bottom-color: #c6d6e5; border-radius: 9px; margin-bottom: 6px; transition: background .2s,box-shadow .2s; }
.business-home .customisation-controls button[aria-pressed="true"] { background: linear-gradient(110deg,#fff,#eaf2fa); border-color: #b6cde2; box-shadow: inset 3px 0 #327ec4,0 4px 12px #1b456a08; }
.business-home .morph-window { background: linear-gradient(140deg,#fff,#f0f5fa); padding: 24px; border-color: #b5c9db; box-shadow: var(--surface-shadow),var(--inset-light); }
.business-home .morph-toolbar { padding-bottom: 20px; }
.business-home .compact-switch { background: #e6eef5; border-color: #bfcedc; padding: 4px; border-radius: 9px; }
.business-home .compact-switch button { border-radius: 6px; min-height: 37px; font-size: 11px; }
.business-home .compact-switch button[aria-pressed="true"] { background: #fff; color: #1d5a91; box-shadow: 0 2px 5px #264a6b26; }
.business-home .morph-comparison { grid-template-columns: .72fr 24px 1.28fr; gap: 15px; align-items: center; padding: 23px 0; }
.generic-system { padding: 16px; border: 1px solid #ccd8e3; border-radius: 10px; background: #eaf0f6; }
.mini-chrome { display: flex !important; gap: 4px !important; min-height: 0 !important; margin-bottom: 21px; }
.mini-chrome i { width: 4px; height: 4px; border-radius: 50%; background: #91a4b7; }
.business-home .morph-comparison h3 { min-height: 0; font-size: 19px; margin: 14px 0 20px; line-height: 1.3; }
.business-home .morph-comparison .generic-system>div:not(.mini-chrome) { min-height: 0; }
.business-home .morph-comparison>div>div span { font-size: 11px; }
.business-home .generic-system>small { font-size: 10px; min-height: 0; color: #637a91; }
.business-home .your-system { border: 1px solid #799cb9; padding: 17px; border-radius: 12px; background: linear-gradient(150deg,#203850,#11283e); box-shadow: 0 10px 24px #183e672b,inset 0 1px 0 #d7ebff25; color: #dbeaf8; }
.business-home .your-system>.micro-label { color: #94badb; font-size: 8px; }
.business-home .your-system h3 { color: #f0f6fc; font-size: 21px; }
.business-home .your-system #customTerms { min-height: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.business-home .your-system #customTerms span { flex: 1 0 auto; color: #d4e9fa; border-color: #537592; background: #294863; min-height: 35px; padding: 8px; font-size: 10px; }
.business-home .your-system>small { color: #a7bed3; font-size: 10px; margin-top: 13px; min-height: 0; }
.business-home .your-system .custom-appbar { display: flex; gap: 7px; min-height: 0; margin: -17px -17px 20px; padding: 11px 13px; border-bottom: 1px solid #526d874d; background: #091b2d40; border-radius: 12px 12px 0 0; align-items: center; }
.business-home .your-system .custom-appbar span { border: 0; padding: 0; background: none; color: #aec7dd; font-size: 9px; min-height: 0; }
.custom-appbar b { margin-left: auto; font-weight: 500; color: #badfce; font-size: 8px; background: #48796633; padding: 4px 5px; border: 1px solid #6b9b834f; border-radius: 4px; }
.morph-inspector { margin: 17px 0 0; border-top: 1px solid #526d875f; padding-top: 5px; }
.morph-inspector>div { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid #526d8733; font-size: 10px; line-height: 1.5; }
.morph-inspector dt { color: #93adc5; }
.morph-inspector dd { margin: 0; color: #d3e4f4; }
.morph-foundation { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding: 13px 0 5px; border-top: 1px solid #c7d7e6; font-size: 10px; color: #5b7692; }
.morph-foundation i { flex: 1; min-width: 15px; height: 1px; background: #b5cddd; }
.morph-foundation strong { font-weight: 500; color: #2b6598; }
.business-home .delivery-surfaces>div span { border: 1px solid #c2d3e3; border-radius: 6px; padding: 9px 12px; background: #ffffff80; box-shadow: inset 0 1px 0 #fff; }
.business-home .delivery-surfaces>div { gap: 8px; }

/* Industry examples — navigation rail, selectable records and live context. */
.business-home .example-tabs { gap: 8px; }
.business-home .example-tabs button { border-radius: 9px; box-shadow: inset 0 1px 0 #fff; transition: background .2s,box-shadow .2s,border-color .2s; }
.business-home .example-tabs button[aria-pressed="true"] { background: #18344f; color: #e1effb; border-color: #3e6384; box-shadow: inset 0 1px 0 #93b4d433,0 3px 8px #294d6d29; }
.business-home .example-environment { grid-template-columns: .8fr 1.2fr; background: radial-gradient(ellipse at 0 0,#30517138,transparent 65%),#102035; border-color: #617991; box-shadow: var(--surface-shadow),inset 0 1px 0 #d4eaff25; }
.business-home .example-intro { padding: 38px; display: flex; flex-direction: column; align-items: flex-start; }
.business-home .example-intro>p { min-height: 0; font-size: 14px; }
.business-home .example-intro .nx-button { margin-top: auto; }
.business-home .example-console { padding: 25px; background: #0d1c2d; }
.business-home .example-console-head { padding-bottom: 18px; border-bottom: 1px solid #34506a; }
.business-home .example-instruction { color: #a9c0d5; font-size: 11px; margin: 16px 0; }
.example-appbody { display: grid; grid-template-columns: 125px minmax(0,1fr); gap: 17px; }
.business-home .example-modules { display: flex; flex-direction: column; gap: 3px; min-height: 0; margin: 0; padding: 0 13px 0 0; border-right: 1px solid #32495f; }
.business-home .example-modules span { padding: 8px; background: transparent; border: 1px solid transparent; border-radius: 5px; text-align: left; color: #9bb5ce; font-size: 11px; }
.business-home .example-modules span:first-child { background: #2a496250; border-color: #52749275; color: #d8edfd; }
.queue-heading { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-bottom: 12px; }
.queue-heading strong { color: #d2e4f4; font-size: 12px; font-weight: 500; }
.queue-heading>span { color: #93aac0; font-size: 9px; }
#exampleRecords { display: grid; gap: 5px; }
#exampleRecords button { display: flex; gap: 9px; padding: 11px 9px; text-align: left; align-items: center; width: 100%; border: 1px solid #2b455e; border-radius: 6px; background: #182d40; color: #acc4d9; transition: border-color .2s,background .2s; }
#exampleRecords button[aria-pressed="true"] { border-color: #769bbd; background: #29455e; box-shadow: inset 2px 0 var(--system-accent); }
#exampleRecords button>span:last-child { margin-left: auto; font-size: 11px; }
.queue-record-id { font: 9px monospace; color: #88a9c4; }
#exampleRecords strong { font-size: 11px; font-weight: 500; color: #dbe8f4; line-height: 1.4; display: block; }
#exampleRecords small { display: block; font-size: 9px; margin-top: 4px; color: #a8c1d6; }
.record-context { padding: 16px 0 0; min-height: 157px; }
.record-context>.micro-label { font-size: 8px; color: #8facc7; }
.record-context>strong { display: block; margin: 9px 0; color: #dcecf9; font-size: 13px; font-weight: 500; }
.record-context dl { margin: 0; }
.record-context dl>div { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 10px; line-height: 1.5; }
.record-context dt { color: #8da9c3; }
.record-context dd { margin: 0; text-align: right; color: #c7dbee; }
.business-home .example-workflow { padding-top: 20px; border-top: 1px solid #324b63; }
.business-home .example-workflow>div { font-size: 11px; }
.business-home .next-action { background: linear-gradient(120deg,#29445b80,#17324970); border: 1px solid #496b8699; border-radius: 8px; padding: 15px; }

/* Revenue — channel input, opportunity record, activity and next action. */
.business-home .revenue-machine { padding: 30px; border-color: #506c86; background: linear-gradient(145deg,#1a3048,#102235 70%); box-shadow: 0 30px 65px -25px #0006,inset 0 1px 0 #d6eaff26; }
.revenue-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid #4a627947; padding-bottom: 23px; }
.revenue-toolbar .micro-label { font-size: 9px; color: #9ebcd5; }
.revenue-toolbar strong { display: block; margin-top: 8px; font-size: 18px; font-weight: 500; color: #e0edf8; }
.business-home .lead-instruction { font-size: 12px; margin: 21px 0 14px; }
.business-home .lead-sources { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 9px; }
.lead-sources button { display: flex; gap: 10px; justify-content: center; align-items: center; min-height: 50px; border: 1px solid #4f6981; border-radius: 8px; background: #22394f; color: #b9d0e4; font-size: 12px; box-shadow: inset 0 1px 0 #c6e1f00c; transition: border-color .2s,background .2s; }
.lead-sources button>span { color: #91b3cc; font-size: 17px; }
.lead-sources button[aria-pressed="true"] { background: #345570; border-color: #90b7d4; color: #e8f5ff; box-shadow: inset 0 1px 0 #d5eeff2b,0 3px 8px #0002; }
.business-home .source-connector { height: 32px; }
.business-home .lead-stages { position: relative; background: #0c1c2d; border-color: #4c6983; padding-bottom: 3px; }
.business-home .lead-stages::after { content: ''; position: absolute; bottom: 0; left: 0; width: var(--lead-progress,0%); height: 3px; background: #8eb5cf; transition: width .35s; pointer-events: none; }
.business-home .lead-stages button { min-height: 85px; }
.business-home .lead-stages button[aria-pressed="true"] { background: linear-gradient(#355570,#223e58); color: #e5f2ff; box-shadow: inset 0 1px 0 #bad6ee21; }
.business-home .lead-stages button.is-past { background: #19363d; color: #a3ccbf; }
.business-home .lead-event { grid-template-columns: .78fr 1.22fr; margin-top: 29px; }
.business-home .lead-event-context { padding: 23px; border: 1px solid #3f5a73; border-radius: 11px; background: #0b1c2e; }
.business-home .lead-event-context h3 { font-size: 30px; margin: 20px 0; }
.business-home .lead-event-context>div { margin-bottom: 19px; }
.lead-properties { margin: 0; border-top: 1px solid #344d65; }
.lead-properties>div { display: flex; gap: 14px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid #2a4157; font-size: 11px; line-height: 1.5; }
.lead-properties dt { color: #8faac3; white-space: nowrap; }
.lead-properties dd { margin: 0; color: #d2e4f3; text-align: right; }
.business-home .lead-event-context>.lead-activity { display: block; margin: 20px 0 0; }
.lead-activity .micro-label { color: #91aec6; font-size: 9px; }
.lead-activity ol { margin: 15px 0 0 3px; padding-left: 15px; border-left: 1px solid #49637a; list-style: none; }
.lead-activity li { font-size: 10px; line-height: 1.6; position: relative; color: #8faac3; padding: 0 0 13px; }
.lead-activity li::before { content: ''; position: absolute; width: 5px; height: 5px; border-radius: 50%; left: -18px; top: 5px; background: #7595ae; box-shadow: 0 0 0 3px #0b1c2e; }
.lead-activity li:last-child { padding-bottom: 0; }
.lead-activity li.current { color: #c5ddf1; }
.lead-activity li.current::before { background: #b4d8f1; }
.business-home .lead-event-detail { padding: 14px 0 0 40px; min-height: 510px; }
.business-home .lead-event-detail h4 { font-size: clamp(28px,2.8vw,40px); max-width: 21ch; margin-top: 18px; min-height: 92px; }
.business-home .lead-event-detail>p { max-width: 58ch; color: #b3c8db; font-size: 14px; line-height: 1.75; min-height: 100px; }
.lead-recommendation { padding: 18px; margin: 23px 0 17px; border: 1px solid #6585a36e; border-radius: 9px; background: linear-gradient(120deg,#3653715c,#223b5460); box-shadow: inset 0 1px 0 #bfd8ed12; }
.lead-recommendation>span { display: block; color: #a5cce8; font: 9px monospace; text-transform: uppercase; letter-spacing: .09em; }
.lead-recommendation strong { display: block; font-size: 14px; line-height: 1.6; color: #e1edf8; font-weight: 500; margin: 11px 0; }
.lead-recommendation small { color: #a0b8ce; font-size: 10px; line-height: 1.6; }
.business-home .lead-event-record { background: #0d20335c; border-color: #46627b; }
.business-home .lead-controls { padding-top: 9px; }
.business-home .lead-controls .demo-action { background: #234969; border: 1px solid #6387a3; border-radius: 7px; padding: 10px 14px; }
.business-home .lead-controls .demo-action:hover { background: #305774; }

/* Process, intelligence and the close — precision and quieter visual rhythm. */
.business-home .nx-delivery-grid { position: relative; gap: 0; border: 1px solid #c3d3e2; border-radius: 15px; background: linear-gradient(130deg,#fff,#eef4fa); box-shadow: var(--surface-shadow),var(--inset-light); overflow: hidden; }
.business-home .nx-delivery-step,.business-home .nx-delivery-step:first-child { padding: 28px 22px; min-height: 244px; }
.business-home .nx-delivery-step>span { display: inline-grid; place-items: center; width: 31px; height: 31px; background: #edf3f9; border: 1px solid #a8c2d8; border-radius: 50%; color: #466d92; }
.business-home .nx-delivery-step h3 { font-size: 25px; margin: 24px 0 13px; }
.business-home .nx-delivery-step p { font-size: 13px; line-height: 1.75; color: #58728c; }
.business-home .integration-path { border: 1px solid #b6ccdf; background: radial-gradient(ellipse at 0 0,#e0edf9,transparent 80%),#f5f8fc; box-shadow: inset 0 1px 0 #fff; }
.business-home .integration-steps details { transition: background .25s; border-radius: 8px; }
.business-home .integration-steps details[open] { background: #fff9; }
.business-home .integration-steps summary { padding-inline: 10px; }
.business-home .intelligence-workspace { background: linear-gradient(140deg,#1b334d,#102236); border-color: #56718c; box-shadow: 0 24px 55px -25px #0009,inset 0 1px 0 #cee6ff20; }
.business-home .intelligence-workspace-head { border-bottom: 1px solid #445f7b66; }
.business-home .intelligence-actions button { background: #0f2439; min-height: 47px; border-color: #49647e; border-radius: 7px; color: #b7cee4; box-shadow: inset 0 1px 0 #e0f1ff05; }
.business-home .intelligence-actions button[aria-pressed="true"] { background: #30516d; border-color: #8eb4d1; color: #eff8ff; box-shadow: inset 0 1px 0 #cee6ff26; }
.ai-context-strip { display: grid; grid-template-columns: 1fr 20px; gap: 8px; background: #0b1c2e; border: 1px solid #3e5871; padding: 14px; border-radius: 8px; margin-top: 20px; }
.ai-context-strip>span { color: #8cabc6; font: 9px monospace; text-transform: uppercase; letter-spacing: .05em; }
.ai-context-strip strong { grid-row: 2; color: #c3d7e9; font-size: 11px; font-weight: 500; line-height: 1.5; }
.ai-context-strip i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-style: normal; color: #8eb6d6; }
.business-home .intelligence-result { min-height: 270px; margin-top: 20px; padding-top: 0; border-top: 0; }
.business-home .intelligence-result h3 { font-size: 29px; }
.business-home .review-gate { background: #27433f55; border-color: #5a8c8166; }
.ai-output { padding: 16px; border: 1px solid #516f8a; border-radius: 8px; background: linear-gradient(135deg,#28435b,#1c334a); box-shadow: inset 0 1px 0 #d7eeff12; min-height: 133px; }
.ai-output>.micro-label { color: #a7c3da; font-size: 9px; }
.ai-output dl { margin: 10px 0 0; }
.ai-output dl>div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 15px; border-top: 1px solid #adcde41a; padding: 9px 0; font-size: 11px; line-height: 1.6; }
.ai-output dt { color: #a3bbd1; }
.ai-output dd { color: #e0edf8; margin: 0; }
.business-home .industry-directory { border: 1px solid #becfe0; border-radius: 14px; overflow: hidden; background: #ffffff85; box-shadow: 0 20px 40px -28px #18476b33,inset 0 1px 0 #fff; }
.business-home .industry-directory a { padding: 20px; min-height: 85px; }
.business-home .industry-directory a:last-child { border-bottom: 0; }
.business-home .industry-directory a>span:last-child { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; border: 1px solid #bbcede; background: #f5f9fc; transition: background .2s,transform .2s; }
.business-home .industry-directory a:hover { padding-left: 24px; background: #eaf2fa; }
.business-home .industry-directory a:hover>span:last-child { background: #fff; transform: translate(2px,-2px); }
.business-home .ready-product-rail { padding-top: 7px; padding-bottom: 19px; }
.business-home .ready-product { background: linear-gradient(145deg,#fff,#f3f7fb); border: 1px solid #bdcfdf; border-radius: 14px; box-shadow: 0 7px 13px -9px #24476740,inset 0 1px 0 #fff; transition: transform .25s,border-color .25s,box-shadow .25s; }
.business-home .ready-product:hover { transform: translateY(-4px); border-color: #719dbf; box-shadow: 0 13px 18px -11px #24476755; }
.business-home .ready-product>div { padding-bottom: 21px; border-bottom: 1px solid #d2dfeb; margin-bottom: 24px; }
.business-home .ready-product>div img { filter: drop-shadow(0 3px 4px #2644611c); }
.business-home .product-link-label { border-top: 1px solid #cedde9; padding-top: 16px; }
.business-home .catalogue-link { border-top: 1px solid #c4d6e6; padding-top: 18px; }
.business-home .why-rows { border: 1px solid #bfd1e1; border-radius: 15px; overflow: hidden; background: linear-gradient(125deg,#fff,#f2f6fb); box-shadow: var(--surface-shadow); }
.business-home .why-rows article { padding: 29px; gap: 23px; }
.business-home .why-rows article:last-child { border-bottom: 0; }
.business-home .why-rows article>span { width: 31px; height: 31px; display: grid; place-items: center; background: #e8f1f9; border: 1px solid #bed2e3; border-radius: 8px; color: #4a7093; }
.business-home .nx-faq-list { border-top: 1px solid #a9c3d9; }
.business-home .nx-faq-item { transition: background .2s; }
.business-home .nx-faq-item[open] { background: #eaf2fa; border-color: #b9cfe2; }
.business-home .nx-faq-item summary { padding-inline: 14px; }
.business-home .nx-faq-item summary:hover { background: #ffffff90; }
.business-home .nx-faq-toggle { border-color: #a8c2d8; background: #fff; }
.business-home .nx-faq-item[open] .nx-faq-toggle { color: #fff; background: #2f699c; border-color: #2f699c; transform: rotate(45deg); }
.business-home .nx-faq-answer { padding-right: 25px; }
.business-home .nx-final { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(ellipse at 50% 100%,#20436770,transparent 65%),linear-gradient(120deg,#0c1728,#14273c); }
.business-home .nx-final::before { content: ''; pointer-events: none; position: absolute; z-index: -1; inset: 30px 5%; border: 1px solid #7699b529; border-radius: 24px; box-shadow: inset 0 1px 0 #b9d8f30a; }
.business-home .project-prompt>div { background: linear-gradient(130deg,#263e55,#1a3047); border-color: #7290aa; box-shadow: 0 15px 30px #0003,inset 0 1px 0 #cee7fb29; transition: border-color .2s,box-shadow .2s; }
.business-home .project-prompt>div:focus-within { border-color: #b9dbf6; box-shadow: 0 0 0 4px #8fb9da15,0 15px 30px #0003; }
.project-next-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 17px 29px; margin: 36px 0 0; color: #9db8ce; font-size: 11px; }
.project-next-steps b { color: #afcce2; font: 9px monospace; margin-right: 7px; }
.business-home .nx-final-meta { margin-top: 25px; }

/* Mobile is a composed workspace: useful records, larger controls, less chrome. */
@media (max-width:1180px) {
  .business-home .builder-choices { padding: 25px; }
  .business-home .pillar-panel,.business-home .pillar-panel:first-child,.business-home .pillar-panel:last-child { padding: 25px 20px; }
  .demo-windowbar { flex-wrap: wrap; gap: 5px; }
  .business-home .customisation-layout { grid-template-columns: .6fr 1.4fr; gap: 25px; }
  .business-home .morph-comparison { grid-template-columns: .7fr 20px 1.3fr; gap: 10px; }
  .generic-system { padding: 12px; }
  .business-home .example-intro { padding: 28px; }
  .example-appbody { grid-template-columns: 100px minmax(0,1fr); gap: 12px; }
  .business-home .example-modules { padding-right: 8px; }
  .business-home .example-console-head strong { font-size: 17px; }
  .business-home .nx-delivery-step,.business-home .nx-delivery-step:first-child { padding: 23px 17px; }
  .business-home .nx-delivery-step h3 { font-size: 22px; }
}
@media (max-width:960px) {
  .builder-journey { gap: 15px; }
  .builder-journey small { font-size: 10px; }
  .business-home .pillar-panel,.business-home .pillar-panel:first-child,.business-home .pillar-panel:last-child { padding: 24px 15px; }
  .business-home .pillar-panel h3 { font-size: 28px; min-height: 106px; }
  .business-home .pillar-panel>p { font-size: 13px; }
  .business-home .pillar-demo { padding: 12px; }
  .demo-path { min-height: 120px; }
  .foundation-status { max-width: 23ch; }
  .business-home .customisation-layout { grid-template-columns: 1fr; }
  #customLayers { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 7px; }
  .business-home .customisation-controls button { display: flex; flex-direction: column; align-items: start; padding: 14px; }
  .business-home .customisation-controls button>span { display: none; }
  .business-home .customisation-controls button>strong { font-size: 13px; }
  .business-home .customisation-controls button>small { font-size: 10px; line-height: 1.5; }
  .business-home .morph-comparison { grid-template-columns: .75fr 30px 1.25fr; gap: 20px; }
  .business-home .example-environment { grid-template-columns: 1fr; }
  .business-home .example-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 0 25px; }
  .business-home .example-intro>h3 { grid-column: 1; min-height: 0; font-size: 33px; margin: 18px 0; }
  .business-home .example-intro>p { grid-column: 2; grid-row: 1 / 3; align-self: center; margin: 0; }
  .business-home .example-intro .nx-button { grid-column: 1; margin: 0; }
  .business-home .example-intro>small { grid-column: 2; align-self: center; margin: 0; }
  .business-home .example-console { border-left: 0; border-top: 1px solid #3b5670; }
  .example-appbody { grid-template-columns: 150px minmax(0,1fr); gap: 23px; }
  .business-home .example-modules span { padding: 9px; }
  .business-home .lead-event { grid-template-columns: .9fr 1.1fr; }
  .business-home .lead-event-detail { padding-left: 24px; }
  .business-home .lead-event-context { padding: 19px; }
  .business-home .lead-event-detail h4 { font-size: 29px; min-height: 105px; }
  .business-home .lead-event-detail>p { font-size: 13px; min-height: 153px; }
  .business-home .lead-sources { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .business-home .nx-delivery-grid { grid-template-columns: 1fr; }
  .business-home .nx-delivery-step,.business-home .nx-delivery-step:first-child { display: grid; grid-template-columns: 40px 150px 1fr; gap: 16px; min-height: 0; align-items: start; padding: 24px; border-right: 0; border-bottom: 1px solid #c4d5e4; }
  .business-home .nx-delivery-step:last-child { border-bottom: 0; }
  .business-home .nx-delivery-step h3 { margin: 2px 0 0; }
  .business-home .nx-delivery-step p { margin: 0; }
}
@media (max-width:680px) {
  .business-home .nx-section { padding: 66px 0; }
  .business-home .nx-section-head { margin-bottom: 29px; }
  .business-home .nx-title { font-size: clamp(35px,9vw,53px); line-height: 1.08; }
  .business-home .hero-demo .demo-heading p { font-size: 12px; }
  .business-home .industry-picker button { min-height: 44px; }
  .workspace-viewbar { padding: 9px 13px; font-size: 10px; margin-bottom: 15px; }
  .business-home .workspace-head small { font-size: 10px; }
  .business-home .kcard strong { font-size: 11px; }
  .business-home .record-status { font-size: 9px; line-height: 1.45; }
  .business-home .workspace-board>div { grid-template-columns: .65fr 1.35fr; }
  .builder-journey { gap: 11px; grid-template-columns: 1fr; margin-bottom: 22px; }
  .builder-journey li { gap: 12px; }
  .builder-journey li>span { width: 26px; height: 26px; flex-basis: 26px; font-size: 10px; }
  .builder-journey li>div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 9px; }
  .builder-journey strong { font-size: 12px; }
  .builder-journey small { font-size: 10px; margin: 0; }
  .business-home .builder-choices { padding: 20px 18px; }
  .business-home .pillar-tabs { gap: 4px; padding: 4px; margin-top: 17px; }
  .business-home .pillar-tabs button { font-size: 15px; min-height: 49px; }
  .business-home .pillar-tabs button>span { display: none; }
  .business-home .builder-instruction { align-items: flex-start; font-size: 11px; }
  .builder-mobile-review { display: flex; gap: 8px; justify-content: space-between; align-items: center; padding: 12px; margin: 16px 0 0; background: #eaf2f9; border: 1px solid #b6cde0; border-radius: 7px; font-size: 10px; line-height: 1.5; color: #466780 !important; min-height: 45px; }
  .builder-mobile-review strong { color: #1f5e94; font-weight: 600; white-space: nowrap; }
  .business-home .capability-panel>p { font-size: 12px; }
  .business-home .capability-option { padding: 10px; font-size: 12px; min-height: 53px; border-radius: 8px; }
  .business-home .capability-option i { width: 19px; height: 19px; }
  .business-home .capability-group summary { font-size: 13px; }
  .business-home .blueprint-modules { min-height: 200px; max-height: 370px; padding-left: 17px; }
  .business-home .blueprint-module { padding: 12px; }
  .business-home .blueprint-module::before { width: 17px; left: -18px; }
  .business-home .blueprint-module button { min-height: 44px; font-size: 11px; }
  .blueprint-pillars { gap: 6px; }
  .blueprint-pillars>span { font-size: 10px; padding: 9px 8px; }
  .business-home .blueprint-outcome p { font-size: 12px; }
  .business-home .blueprint-footer>small { font-size: 11px; line-height: 1.6; }
  .business-home .pillar-panels { border-radius: 16px 16px 0 0; }
  .business-home .pillar-panel,.business-home .pillar-panel:first-child,.business-home .pillar-panel:last-child { padding: 26px 20px; }
  .business-home .pillar-panel h3 { min-height: 0; font-size: 33px; }
  .business-home .pillar-panel>p { font-size: 14px; }
  .business-home .pillar-demo { padding: 15px; }
  .demo-windowbar { flex-wrap: nowrap; font-size: 10px; }
  .demo-path { min-height: 0; padding: 16px 0; gap: 6px; }
  .demo-path span { font-size: 10px; padding: 7px 8px; }
  .business-home .mini-work-row { font-size: 12px; }
  .business-home .demo-action { font-size: 12px; min-height: 46px; }
  .shared-foundation { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 20px; border-radius: 0 0 16px 16px; }
  .foundation-node { width: 36px; height: 36px; }
  .shared-foundation strong { font-size: 13px; }
  .shared-foundation small { font-size: 10px; line-height: 1.7; }
  .foundation-status { grid-column: 1 / -1; max-width: none; border-top: 1px solid #4a647949; padding-top: 13px; min-height: 48px; }
  .foundation-line { display: none; }
  .business-home #customLayers { grid-template-columns: 1fr 1fr; gap: 6px; }
  .business-home .customisation-controls button { margin: 0; min-height: 89px; padding: 13px; border-color: #bed0e1; }
  .business-home .customisation-controls button>strong { font-size: 13px; }
  .business-home .morph-window { padding: 18px 15px; }
  .business-home .morph-toolbar { align-items: center; flex-wrap: wrap; gap: 13px; padding-bottom: 16px; }
  .business-home .compact-switch button { min-height: 44px; font-size: 12px; }
  .business-home .morph-comparison { grid-template-columns: 1fr; gap: 15px; padding: 19px 0; }
  .business-home .generic-system { padding: 15px; }
  .business-home .generic-system h3 { font-size: 17px; margin: 10px 0 14px; }
  .business-home .generic-system .mini-chrome { display: none !important; }
  .business-home .generic-system #genericTerms { gap: 5px; }
  .business-home .generic-system #genericTerms span { padding: 7px 9px; font-size: 11px; }
  .business-home .your-system { padding: 18px; }
  .business-home .your-system .custom-appbar { margin: -18px -18px 18px; padding: 12px 14px; }
  .business-home .your-system h3 { font-size: 22px; margin: 12px 0 17px; }
  .business-home .your-system #customTerms span { font-size: 11px; padding: 9px; }
  .business-home .your-system>.micro-label { font-size: 9px; }
  .business-home .your-system>small { font-size: 11px; line-height: 1.7; }
  .morph-inspector>div { font-size: 11px; gap: 12px; padding: 11px 0; }
  .morph-foundation { font-size: 10px; gap: 8px; }
  .morph-foundation i { display: none; }
  .morph-foundation strong { flex-basis: 100%; padding-left: 18px; }
  .business-home .delivery-surfaces>div span { font-size: 11px; padding: 9px 10px; }
  .business-home .example-tabs button { font-size: 12px; min-height: 46px; }
  .business-home .example-intro { display: flex; padding: 25px 22px; }
  .business-home .example-intro>h3 { font-size: 31px; margin: 21px 0 17px; }
  .business-home .example-intro>p { margin: 0 0 23px; font-size: 13px; }
  .business-home .example-intro .nx-button { width: 100%; }
  .business-home .example-intro>small { align-self: auto; margin: 13px 0 0; }
  .business-home .example-console { padding: 22px 18px; }
  .business-home .example-console-head strong { font-size: 16px; line-height: 1.4; }
  .business-home .example-console-head small { font-size: 10px; }
  .example-appbody { grid-template-columns: 1fr; gap: 18px; }
  .business-home .example-modules { flex-direction: row; flex-wrap: wrap; border: 0; border-bottom: 1px solid #344d65; padding: 0 0 15px; gap: 5px; }
  .business-home .example-modules span { font-size: 11px; padding: 7px 9px; background: #20384e6b; border-color: #48607855; }
  .queue-heading strong { font-size: 13px; }
  .queue-heading>span { font-size: 10px; }
  #exampleRecords button { min-height: 66px; padding: 12px; gap: 10px; }
  #exampleRecords strong { font-size: 12px; }
  #exampleRecords small { font-size: 10px; }
  .record-context { min-height: 160px; }
  .record-context>.micro-label { font-size: 9px; }
  .record-context dl>div { font-size: 11px; }
  .business-home .example-workflow { gap: 9px; }
  .business-home .example-workflow>div { font-size: 11px; }
  .business-home .revenue-machine { padding: 22px 17px; }
  .revenue-toolbar { flex-wrap: wrap; gap: 12px; padding-bottom: 19px; }
  .revenue-toolbar strong { font-size: 17px; line-height: 1.4; }
  .business-home .lead-sources { gap: 7px; }
  .lead-sources button { font-size: 11px; min-height: 53px; gap: 7px; }
  .lead-sources button>span { font-size: 14px; }
  .business-home .lead-stages { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); overflow: visible; border-radius: 9px; }
  .business-home .lead-stages button { min-height: 66px; padding: 9px 4px; font-size: 10px; border-bottom: 1px solid #2d465e; }
  .business-home .lead-stages button:first-child { border-top-left-radius: 8px; }
  .business-home .lead-stages button:last-child { grid-column: span 2; }
  .business-home .lead-stages button>span { font-size: 9px; margin-bottom: 5px; }
  .business-home .lead-event { grid-template-columns: 1fr; gap: 0; margin-top: 22px; }
  .business-home .lead-event-context { padding: 20px 16px; }
  .business-home .lead-event-context h3 { font-size: 27px; margin: 18px 0; }
  .lead-properties>div { font-size: 11px; }
  .lead-activity li { font-size: 11px; }
  .business-home .lead-event-detail { padding: 26px 0 0; min-height: 0; }
  .business-home .lead-event-detail h4 { min-height: 0; font-size: 28px; margin: 15px 0; }
  .business-home .lead-event-detail>p { min-height: 0; font-size: 13px; }
  .lead-recommendation { padding: 16px; margin-top: 21px; }
  .lead-recommendation strong { font-size: 13px; }
  .business-home .lead-controls { align-items: center; gap: 10px; }
  .business-home .lead-controls .demo-action { font-size: 11px !important; min-height: 47px; padding-inline: 10px; }
  .business-home .lead-controls .text-control { font-size: 12px !important; min-height: 47px; }
  .business-home .revenue-note p { font-size: 11px; }
  .business-home .nx-delivery-step,.business-home .nx-delivery-step:first-child { grid-template-columns: 32px 1fr; gap: 10px 15px; padding: 25px 20px; }
  .business-home .nx-delivery-step>span { grid-row: span 2; margin: 0; }
  .business-home .nx-delivery-step h3 { margin: 1px 0 0; font-size: 25px; }
  .business-home .nx-delivery-step p { grid-column: 2; font-size: 13px; }
  .business-home .intelligence-workspace { padding: 22px 18px; }
  .business-home .intelligence-actions button { min-height: 52px; font-size: 12px; }
  .business-home .intelligence-result { min-height: 0; margin-top: 23px; }
  .business-home .intelligence-result h3 { font-size: 27px; }
  .business-home .intelligence-result p { font-size: 13px; }
  .ai-output { margin-top: 19px; min-height: 0; padding: 14px; }
  .ai-output dl>div { font-size: 11px; gap: 12px; }
  .business-home .intelligence-other { font-size: 11px; }
  .business-home .industry-directory a { padding: 19px 16px; gap: 12px; }
  .business-home .industry-directory strong { font-size: 19px; }
  .business-home .industry-directory small { font-size: 11px; line-height: 1.5; }
  .business-home .industry-directory a>span:last-child { width: 30px; height: 30px; flex-shrink: 0; }
  .business-home .ready-product { flex-basis: 86%; padding: 24px; }
  .business-home .ready-product>div { margin-bottom: 22px; }
  .business-home .why-rows article { padding: 24px 19px; grid-template-columns: 29px 1fr; gap: 12px 14px; }
  .business-home .why-rows article>span { width: 27px; height: 27px; }
  .business-home .why-rows h3 { font-size: 24px; }
  .business-home .why-rows p { font-size: 13px; }
  .business-home .nx-faq-item summary { padding-inline: 8px; }
  .business-home .nx-faq-item h3 { font-size: 16px; }
  .business-home .nx-faq-answer { padding-left: 39px; padding-right: 17px; }
  .business-home .nx-final { padding: 75px 0; }
  .business-home .nx-final::before { inset: 20px 10px; border-radius: 16px; }
  .business-home .nx-final .nx-title { font-size: clamp(40px,10vw,60px); }
  .business-home .project-prompt input[type="text"] { font-size: 16px; }
  .project-next-steps { gap: 14px; display: grid; text-align: left; width: fit-content; margin: 30px auto 0; font-size: 11px; }
  .business-home .project-prompt>label { font-size: 12px; }
}
@media (max-width:359px) {
  .business-home .capability-options { grid-template-columns: 1fr; }
  .business-home .capability-option { min-height: 48px; font-size: 12px; }
  .business-home .pillar-panel,.business-home .pillar-panel:first-child,.business-home .pillar-panel:last-child { padding: 25px 16px; }
  .business-home .pillar-demo { padding: 13px; }
  .demo-windowbar { flex-wrap: wrap; }
  .business-home .example-console { padding-inline: 15px; }
  .business-home .revenue-machine { padding-inline: 14px; }
  .lead-sources button { flex-direction: column; gap: 5px; font-size: 11px; padding: 9px 3px; }
  .business-home .lead-controls { flex-wrap: wrap; }
  .business-home .lead-controls>* { flex: 1; }
  .business-home .nx-delivery-step,.business-home .nx-delivery-step:first-child { padding: 23px 16px; }
}
@media (prefers-reduced-motion:reduce) {
  .business-home *, .business-home *::before, .business-home *::after { animation: none !important; transition: none !important; }
}

/* Keep the retained header legible while it changes from dark to light glass. */
body.abd-has-chrome.business-home-page #header.scrolled .nav-link { color: #344e65 !important; }
body.abd-has-chrome.business-home-page #header.scrolled .nav-link:hover,
body.abd-has-chrome.business-home-page #header.scrolled .nav-item.is-open .nav-link { color: #135d9e !important; background: #dfeaf5 !important; }
.skip-home:not(:focus) { clip-path: inset(50%); width: 1px; height: 1px; padding: 0; overflow: hidden; }
.business-home .nx-kicker { display: inline-block; }
.business-home .intelligence-layout .nx-lede,
.business-home .nx-industry-copy .nx-lede,
.business-home .nx-faq-intro .nx-lede { margin-top: 23px; }
.business-home .intelligence-result { min-height: 225px; }
@media (max-width:680px) { .business-home .intelligence-result { min-height: 0; } }
/* The product showroom uses light surfaces inside the retained dark section. */
.business-home .ready-product { color: #244663; }
.business-home .ready-product h3 { color: #193b59; }
.business-home .ready-product>small { color: #52728e; font-size: 11px; }
.business-home .ready-product p { color: #536e87; font-size: 13px; }
.business-home .ready-product .product-link-label { color: #245e92; font-size: 11px; }
.business-home .ready-product>div>span { color: #427598; }
.business-home .catalogue-link { border-top-color: #344e68; }
.business-home .generic-system #genericTerms span { color: #5b7186; }
@media (max-width:680px) {
  .business-home .pillar-tabs button { flex-direction: column; gap: 5px; min-width: 0; min-height: 65px; padding: 8px 4px; white-space: nowrap; font-size: 14px; }
  .business-home .pillar-tabs button>b { min-width: 21px; padding: 3px 5px; font-size: 9px; }
}

/* Product detail pass: meaningful states, restrained material and quieter chrome. */
.business-home .glass-cell { position: relative; }
.business-home .hero-copy::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: repeating-linear-gradient(0deg,#ffffff02 0 1px,transparent 1px 4px); opacity: .45; }
.business-home .system-ghost { background: linear-gradient(150deg,#829ebc44,#36577824); border-color: #7294b27a; box-shadow: inset 0 1px 0 #d5ebff2b; }
.business-home .ghost-two { background: #23466540; border-color: #547a9c55; }
.business-home .workspace-board>div>small { color: #a8c1d8; font-size: 11px; }
.business-home .kcard strong { font-size: 12px; line-height: 1.45; }
.business-home .record-status { font-size: 10px; color: #a3bdd5; line-height: 1.5; }
.business-home .hero-demo-bottom .simulation-note { color: #9ab2cb; }
.business-home .builder-shell { overflow: clip; }
.business-home .builder-shell:focus-within { border-color: #7e9fbd; }
.system-connections { padding: 13px 0 19px; }
.system-connections>.micro-label { color: #92b2cd; font-size: 9px; }
#connectionNodes { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; }
#connectionNodes>span { position: relative; display: flex; align-items: center; gap: 6px; color: #c3d9ec; font-size: 10px; line-height: 1.5; }
#connectionNodes>span+span::before { content: '—'; position: absolute; left: -13px; color: #6485a0; }
#connectionNodes i { width: 4px; height: 4px; background: #9dc8e6; border-radius: 50%; }
.business-home .blueprint-footer>p { font-variant-numeric: tabular-nums; }
.business-home #blueprintTitle { scroll-margin-top: 110px; }
.business-home #blueprintTitle:focus-visible { outline: 2px solid #9dd5ff; outline-offset: 7px; border-radius: 4px; }
.business-home .pillar-panel h3 { min-height: 98px; }
.business-home .pillar-demo { position: relative; }
.business-home .pillar-demo:focus-within { border-color: #799dbd; }
.business-home .demo-path+.mini-work-row { display: none; }
.business-home .mini-work-row[data-pillar-result] { color: #d3e7f7; }
.workflow-readout { padding: 7px 0 4px; margin: 8px 0 0; border-top: 1px solid #314a62; }
.workflow-readout>div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; font-size: 10px; line-height: 1.55; border-bottom: 1px solid #bed9ef0c; }
.workflow-readout dt { color: #8faec9; }
.workflow-readout dd { margin: 0; text-align: right; color: #c2d9ed; transition: color .25s; }
.is-complete .workflow-readout dd { color: #b9e7d9; }
.is-complete .workflow-readout { animation: confirm-workflow .38s ease-out both; }
@keyframes confirm-workflow { from { opacity: .3; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.business-home .shared-foundation { position: relative; }
.business-home .foundation-node { box-shadow: 0 4px 10px #0003,inset 0 1px 0 #dfedff25; }
.business-home .morph-window:focus-within { border-color: #8faccc; }
.morph-dimensions { display: flex; flex-wrap: wrap; gap: 6px; padding-bottom: 17px; }
.morph-dimensions button { font-size: 10px; color: #607a92; padding: 7px 9px; border-radius: 5px; border: 1px solid #ccdae6; background: #f2f6fa; transition: background .2s,color .2s,border-color .2s; }
.morph-dimensions button.is-active { background: #214a70; color: #e4f1fc; border-color: #214a70; box-shadow: inset 0 1px 0 #b6dbf82b; }
.business-home .morph-inspector dt { color: #a7bed3; }
.business-home .morph-inspector>div { padding: 12px 0; font-size: 11px; }
.business-home .your-system #customTerms span { font-size: 11px; }
.business-home .example-console { box-shadow: inset 0 1px 0 #bedcf212; }
.business-home .example-workflow>div::before { width: 9px; height: 9px; top: -5px; box-shadow: 0 0 0 4px #b9d3ea08; }
.business-home #exampleRecords button:hover { border-color: #7699b7; background: #29445d; }
.business-home .record-context { border-left: 2px solid #557e9f; margin-top: 17px; padding: 3px 0 5px 14px; min-height: 135px; }
.business-home .record-context>strong { font-size: 14px; }
.business-home .record-context dl>div { font-size: 11px; }
.business-home .lead-recommendation { border-left: 2px solid #8fb9d8; }
.lead-draft { margin: 0 0 17px; background: #11293f; border: 1px solid #50718d; border-radius: 9px; overflow: hidden; }
.lead-draft summary { list-style: none; display: flex; gap: 15px; align-items: center; justify-content: space-between; min-height: 49px; padding: 13px 16px; cursor: pointer; color: #cce5f7; font-size: 12px; }
.lead-draft summary::-webkit-details-marker { display: none; }
.lead-draft summary b { color: #9fc5df; font-size: 17px; font-weight: 400; transition: transform .2s; }
.lead-draft[open] summary b { transform: rotate(45deg); }
.lead-draft[open] summary { background: #2c49604d; border-bottom: 1px solid #40617c80; }
.lead-draft>div { padding: 16px; }
.lead-draft label { display: block; margin-bottom: 10px; color: #a4bdd3; font-size: 11px; }
.lead-draft textarea { resize: vertical; width: 100%; min-height: 108px; max-height: 260px; border: 1px solid #587692; background: #0c2033; color: #d5e6f4; border-radius: 7px; padding: 12px; font: 13px/1.7 var(--nx-body); }
.business-home .lead-draft textarea:focus-visible { outline: 2px solid #a5d5f4; outline-offset: 3px; }
.draft-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 12px; }
.draft-actions button { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 43px; padding: 10px 13px; border: 1px solid #709ab6; border-radius: 6px; background: #2b5370; color: #e1f0fb; font-size: 11px; }
.draft-actions button:disabled { opacity: .55; cursor: default; }
#draftApprovalStatus { color: #a1c1d7; font-size: 10px; line-height: 1.6; }
.is-approved #draftApprovalStatus { color: #b9dfce; }
.lead-draft>div>small { display: block; color: #b4cadd; font-size: 10px; margin-top: 14px; }
.business-home .nx-delivery-step { position: relative; }
.business-home .nx-delivery-step:not(:last-child)::after { content: '→'; position: absolute; right: 20px; top: 34px; color: #7497b6; font-size: 15px; }
.business-home .integration-steps summary:hover { background: #e1edf7; border-radius: 7px; }
.business-home .intelligence-result h3 { text-wrap: balance; }
.ai-evidence { border-top: 1px solid #63819a66; margin-top: 19px; }
.ai-evidence summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; list-style: none; padding: 14px 0; min-height: 46px; font-size: 11px; color: #b6d2e8; cursor: pointer; }
.ai-evidence summary::-webkit-details-marker { display: none; }
.ai-evidence summary span { font-size: 17px; transition: transform .2s; }
.ai-evidence[open] summary span { transform: rotate(45deg); }
.ai-evidence p { padding: 0 0 14px; color: #a7bfd3; font-size: 12px; line-height: 1.75; margin: 0; }
.business-home .industry-directory a:focus-visible { outline-offset: -5px; border-radius: 5px; }
.business-home .industry-directory .industry-index { color: #587c9c; }
.business-home .industry-directory a:hover .industry-index { color: #285f90; }
.business-home .ready-product .product-link-label { display: flex; justify-content: space-between; }
.business-home .ready-product:focus-visible { outline-offset: -5px; }
.business-home .why-rows article { border-left: 3px solid transparent; transition: background .2s,border-color .2s; }
.business-home .why-rows article:hover { background: #e9f2fa; border-left-color: #7098bb; }
.business-home .nx-faq-item[open] .nx-faq-answer { border-left: 2px solid #8eafcc; margin-left: 14px; padding-left: 36px; }
.business-home .project-prompt>div { border-radius: 18px; padding: 10px; }
.business-home .project-prompt input[type="text"] { border-radius: 10px; }
.business-home .project-prompt .nx-button { border-radius: 11px; }
.project-setup-note { width: fit-content; max-width: 100%; margin: 23px auto 0 !important; padding: 9px 13px; border: 1px solid #7697b35c; background: #2848654a; border-radius: 7px; color: #b8d3e9; font-size: 12px; line-height: 1.6; }
@media (max-width:960px) {
  .business-home .nx-delivery-step:not(:last-child)::after { display: none; }
  .workflow-readout>div { font-size: 10px; gap: 8px; }
  .business-home .record-context { min-height: 0; }
}
@media (max-width:680px) {
  .business-home .builder-mobile-review { position: sticky; bottom: 12px; z-index: 3; margin-top: 20px; min-height: 53px; background: #eff6fdf5; border-color: #9ebbd3; box-shadow: 0 6px 20px #17395624,inset 0 1px 0 #fff; font-size: 11px; }
  .business-home .builder-choices { padding-bottom: 16px; }
  .business-home .builder-footnote { margin-top: 17px; }
  .business-home .pillar-panel h3 { min-height: 0; }
  .business-home .workspace-board>div>small { font-size: 11px; }
  .business-home .kcard strong { font-size: 12px; }
  .business-home .record-status { font-size: 10px; }
  .business-home .workspace-rule strong { font-size: 11px; }
  .business-home .workflow-readout>div { font-size: 11px; }
  .business-home .morph-inspector>div { font-size: 11px; }
  .morph-dimensions { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .morph-dimensions button { padding: 8px; font-size: 10px; line-height: 1.6; }
  .system-connections { padding-bottom: 18px; }
  #connectionNodes>span { font-size: 11px; }
  .business-home .lead-draft textarea { font-size: 16px; min-height: 160px; }
  .lead-draft summary { font-size: 12px; min-height: 52px; }
  .draft-actions { flex-direction: column; align-items: stretch; }
  .draft-actions button { min-height: 46px; font-size: 12px; }
  #draftApprovalStatus { font-size: 11px; }
  .lead-draft>div>small { font-size: 11px; line-height: 1.6; }
  .ai-evidence summary { font-size: 12px; min-height: 52px; }
  .business-home .nx-faq-item[open] .nx-faq-answer { padding-left: 23px; }
  .project-setup-note { font-size: 11px; }
}
@media (prefers-reduced-motion:reduce) {
  .business-home .workflow-readout { animation: none !important; }
}
/* Keep the opportunity record compact when its adjacent draft is expanded. */
.business-home .lead-event-context { align-self: start; }
.business-home .morph-dimensions button { min-height: 36px; font-family: var(--nx-body); text-align: left; }
.business-home .morph-dimensions button:hover { border-color: #7298b8; }
@media (max-width:680px) { .business-home .morph-dimensions button { min-height: 44px; } }
