:root {
  --navy: #0d2448;
  --navy2: #122f5d;
  --blue: #1f6fff;
  --blue2: #145ae6;
  --blue-soft: #edf4ff;
  --ink: #102544;
  --muted: #60738f;
  --line: #d9e5f4;
  --line2: #cbd9ec;
  --surface: #f7f9fc;
  --white: #fff;
  --success: #16895b;
  --warning: #a36a08;
  --danger: #b64242;
  --shadow: 0 18px 55px rgba(15, 52, 102, .1)
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e7edf5
}

.nav-row {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 28px
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  font-size: 24px;
  letter-spacing: -.6px;
  white-space: nowrap
}

.brand-mark {
  width: 30px;
  height: 30px;
  color: var(--blue);
  display: grid;
  place-items: center
}

.nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  align-items: center;
  font-size: 13px;
  font-weight: 700
}

.nav a {
  padding: 28px 0 24px;
  position: relative
}

.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: .2s
}

.nav a:hover:after,
.nav a.active:after {
  width: 100%
}

.button {
  height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: .2s
}

.button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.button:hover {
  transform: translateY(-1px)
}

.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(31, 111, 255, .22)
}

.button-primary:hover {
  background: var(--blue2)
}

.button-secondary {
  background: #fff;
  color: var(--navy);
  border-color: var(--blue)
}

.nav-cta {
  margin-left: 10px
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--navy)
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round
}

.eyebrow,
.section-kicker {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em
}

.section-kicker.light {
  color: #a9c7ff
}

.hero {
  padding: 74px 0 62px;
  overflow: hidden
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 54px;
  align-items: center
}

.hero-copy h1 {
  margin: 0;
  font-size: 64px;
  line-height: .98;
  letter-spacing: -3.2px;
  font-weight: 900;
  color: var(--navy)
}

.hero-copy h1 span {
  color: var(--blue)
}

.lead {
  font-size: 18px;
  color: #2b4568;
  max-width: 555px;
  margin: 24px 0 28px
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.hero-metrics {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0
}

.hero-metrics>div {
  display: flex;
  gap: 10px;
  min-width: 0;
  padding: 0 15px;
  border-right: 1px solid var(--line)
}

.hero-metrics>div:first-child {
  padding-left: 0
}

.hero-metrics>div:last-child {
  border-right: 0
}

.iconbox {
  width: 34px;
  height: 34px;
  border: 1.5px solid var(--blue);
  border-radius: 9px;
  display: grid;
  place-items: center;
  color: var(--blue);
  flex: none
}

.iconbox svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.hero-metrics p {
  margin: 0
}

.hero-metrics strong {
  display: block;
  font-size: 11px
}

.hero-metrics small {
  display: block;
  margin-top: 4px;
  font-size: 9.5px;
  line-height: 1.45;
  color: var(--muted)
}

.hero-diagram {
  height: 520px;
  position: relative
}

.grid-glow {
  position: absolute;
  inset: 20px;
  background: radial-gradient(circle at 50% 50%, rgba(31, 111, 255, .10), transparent 56%), linear-gradient(rgba(31, 111, 255, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 111, 255, .055) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  mask-image: radial-gradient(circle, #000 20%, transparent 72%)
}

.ai-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -45%);
  border: 1px solid #bad0ef;
  border-radius: 42px;
  background: linear-gradient(145deg, #f9fbff, #dfeafa);
  box-shadow: 0 26px 50px rgba(20, 62, 117, .15), inset 0 0 0 16px rgba(255, 255, 255, .7);
  display: grid;
  place-items: center;
  z-index: 3
}

.ai-core:before,
.ai-core:after {
  content: "";
  position: absolute;
  border: 1px solid #7fa6db;
  border-radius: 35px;
  inset: 20px;
  transform: rotate(45deg)
}

.ai-core:after {
  inset: 42px;
  border-color: #b4c8e4
}

.ai-chip {
  width: 118px;
  height: 118px;
  border-radius: 22px;
  background: linear-gradient(155deg, var(--navy2), var(--navy));
  color: #fff;
  box-shadow: 0 16px 34px rgba(12, 42, 86, .26), inset 0 0 0 1px rgba(255, 255, 255, .12);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5
}

.ai-chip span {
  font-size: 49px;
  font-weight: 900;
  letter-spacing: -2px
}

.ai-chip small {
  font-size: 7px;
  letter-spacing: .08em;
  color: #b9d0f5
}

.channel {
  position: absolute;
  z-index: 5;
  width: 106px;
  height: 76px;
  border: 1px solid var(--line2);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(22, 62, 116, .08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 11px
}

.brand-icon {
  width: 26px;
  height: 26px;
  color: var(--navy);
  display: grid;
  place-items: center
}

.brand-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.brand-icon.whatsapp {
  color: #22bb6f
}

.brand-icon.whatsapp svg,
.brand-icon.telegram svg {
  fill: currentColor;
  stroke: none
}

.brand-icon.telegram {
  color: #2b7ed7
}

.file-badge {
  width: 30px;
  height: 34px;
  border: 1.5px solid currentColor;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 900
}

.file-badge.xls {
  color: #16774a
}

.file-badge.pdf {
  color: #d64242
}

.ch-wa {
  left: 0;
  top: 72px
}

.ch-tg {
  left: 216px;
  top: 0
}

.ch-mail {
  right: 0;
  top: 76px
}

.ch-web {
  left: 0;
  top: 230px
}

.ch-xls {
  right: 0;
  top: 230px
}

.ch-pdf {
  left: 94px;
  bottom: 6px
}

.ch-img {
  right: 69px;
  bottom: 14px
}

.connector {
  position: absolute;
  z-index: 2;
  height: 1.5px;
  background: var(--blue);
  transform-origin: left center;
  opacity: .75
}

.connector:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue)
}

.c1 {
  left: 106px;
  top: 110px;
  width: 175px;
  transform: rotate(29deg)
}

.c2 {
  left: 265px;
  top: 76px;
  width: 140px;
  transform: rotate(63deg)
}

.c3 {
  left: 395px;
  top: 187px;
  width: 170px;
  transform: rotate(-28deg)
}

.c4 {
  left: 106px;
  top: 268px;
  width: 180px;
  transform: rotate(4deg)
}

.c5 {
  left: 394px;
  top: 271px;
  width: 174px;
  transform: rotate(-5deg)
}

.c6 {
  left: 150px;
  top: 454px;
  width: 185px;
  transform: rotate(-42deg)
}

.c7 {
  left: 392px;
  top: 347px;
  width: 166px;
  transform: rotate(38deg)
}

.band {
  padding: 48px 0;
  background: var(--navy);
  color: #fff
}

.problem-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 52px;
  align-items: center
}

.problem-copy h2 {
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -1.3px;
  margin: 0 0 16px
}

.problem-copy p:last-child {
  margin: 0;
  color: #b9c9df;
  max-width: 420px
}

.problem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.problem-cards article {
  background: #132f5b;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  padding: 20px
}

.feature-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #183a6e;
  display: grid;
  place-items: center;
  color: #78a7ff
}

.feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.problem-cards h3 {
  font-size: 14px;
  margin: 16px 0 7px
}

.problem-cards p {
  font-size: 11px;
  margin: 0;
  color: #aebfd6
}

.workflow {
  padding: 82px 0
}

.section-heading {
  max-width: 740px;
  margin: 0 auto 38px
}

.section-heading.centered {
  text-align: center
}

.section-heading h2 {
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -1.35px;
  margin: 0;
  color: var(--navy)
}

.section-heading>p:last-child {
  margin: 10px 0 0;
  color: var(--muted)
}

.section-heading.compact {
  margin-bottom: 28px
}

.workflow-stack {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden
}

.flow-step {
  display: grid;
  grid-template-columns: 64px minmax(260px, .85fr) minmax(420px, 1.15fr);
  gap: 26px;
  align-items: center;
  padding: 28px 30px;
  border-bottom: 1px solid var(--line);
  background: #fff
}

.flow-step:last-child {
  border-bottom: 0
}

.step-index {
  align-self: start;
  color: var(--blue);
  font-size: 23px;
  font-weight: 900
}

.step-copy h3 {
  font-size: 20px;
  line-height: 1.22;
  margin: 0 0 10px
}

.step-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 13px
}

.step-visual {
  min-height: 170px;
  border-radius: 12px;
  background: var(--surface);
  border: 1px solid #e4ebf5;
  position: relative;
  overflow: hidden
}

.inbox-visual {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px
}

.mini-channels {
  width: 210px;
  display: grid;
  grid-template-columns: repeat(4, 44px);
  gap: 8px
}

.mini-channels span {
  height: 44px;
  border: 1px solid var(--line2);
  border-radius: 9px;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--navy)
}

.mini-channels span svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.mini-channels .whatsapp {
  color: #22bb6f
}

.mini-channels .whatsapp svg,
.mini-channels .telegram svg {
  fill: currentColor;
  stroke: none
}

.mini-channels .telegram {
  color: #2b7ed7
}

.txt-file {
  font-size: 8px;
  font-weight: 900
}

.txt-file.pdf {
  color: #cf4141
}

.inbox-box {
  width: 150px;
  height: 100px;
  border: 1px solid #a8c1e4;
  border-radius: 12px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
  position: relative
}

.inbox-box:before {
  content: "";
  position: absolute;
  left: -64px;
  top: 50%;
  width: 64px;
  height: 1px;
  background: var(--blue)
}

.inbox-box svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.extraction-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 18px 24px;
  gap: 54px
}

.document-card {
  width: 200px;
  height: 220px;
  background: #fff;
  border: 1px solid var(--line2);
  border-radius: 8px;
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  box-shadow: 0 10px 22px rgba(20, 58, 105, .06)
}

.doc-label {
  grid-column: 1/-1;
  font-size: 8px;
  color: var(--blue);
  font-weight: 900
}

.document-card>b {
  grid-column: 1/-1;
  font-size: 11px
}

.document-card i {
  font-size: 9px;
  color: var(--muted);
  font-style: normal
}

.document-card strong {
  font-size: 10px
}

.scan-line {
  position: absolute;
  left: 34%;
  top: 34%;
  width: 140px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 0 12px rgba(31, 111, 255, .5)
}

.extracted-data {
  display: flex;
  flex-direction: column;
  gap: 9px
}

.extracted-data span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px
}

.extracted-data small {
  color: var(--muted)
}

.extracted-data b {
  font-size: 11px
}

.validation-visual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: stretch;
  padding: 22px
}

.gate {
  background: #fff;
  border: 1px solid var(--line2);
  border-radius: 10px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 10px
}

.gate svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--navy);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.gate b {
  font-size: 8px;
  letter-spacing: .05em;
  color: var(--success)
}

.gate.review b {
  color: var(--warning)
}

.reconcile-visual {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  gap: 12px;
  align-items: center;
  padding: 25px
}

.reconcile-card {
  height: 115px;
  border: 1px solid var(--line2);
  border-radius: 12px;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px
}

.reconcile-card span {
  font-size: 8px;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: .06em
}

.reconcile-card b {
  font-size: 21px
}

.reconcile-card small {
  color: var(--muted)
}

.match-node {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center
}

.match-node svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.control-step {
  background: #f8fbff
}

.audience-visual {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  padding: 22px
}

.audience-visual>div:not(.audience-link) {
  height: 120px;
  background: #fff;
  border: 1px solid var(--line2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-align: center
}

.audience-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center
}

.audience-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.audience-visual small {
  color: var(--muted)
}

.audience-link {
  height: 1px;
  background: var(--blue);
  position: relative
}

.audience-link:after {
  content: "";
  position: absolute;
  right: -3px;
  top: -3px;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%
}

.portal {
  padding: 84px 0;
  background: var(--surface)
}

.portal-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 58px;
  align-items: center
}

.portal-copy h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.7px;
  margin: 0 0 18px;
  color: var(--navy)
}

.portal-copy>p:not(.section-kicker) {
  color: var(--muted);
  font-size: 15px
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  font-weight: 650
}

.check-list svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
  margin-top: 1px
}

.portal-ui {
  background: #fff;
  border: 1px solid var(--line2);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 430px
}

.portal-topbar {
  height: 58px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px
}

.portal-brand {
  font-size: 12px;
  font-weight: 850;
  display: flex;
  align-items: center;
  gap: 8px
}

.portal-brand span {
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: var(--blue)
}

.portal-user {
  display: flex;
  align-items: center;
  gap: 8px
}

.portal-user>span {
  width: 28px;
  height: 28px;
  background: var(--blue-soft);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 900;
  color: var(--blue)
}

.portal-user small {
  font-size: 10px;
  color: var(--muted)
}

.portal-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 370px
}

.portal-body aside {
  padding: 18px 10px;
  background: #f8fbff;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px
}

.portal-body aside a {
  padding: 9px 10px;
  border-radius: 7px;
  font-size: 10px;
  color: var(--muted)
}

.portal-body aside a.selected {
  background: var(--blue-soft);
  color: var(--blue);
  font-weight: 800
}

.portal-content {
  padding: 22px
}

.portal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px
}

.portal-head small {
  color: var(--muted)
}

.portal-head h3 {
  margin: 3px 0 0;
  font-size: 19px
}

.portal-head button {
  border: 0;
  background: var(--blue);
  color: #fff;
  border-radius: 7px;
  height: 36px;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 6px
}

.portal-head button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 18px 0
}

.status-grid div {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  position: relative
}

.status-grid small {
  color: var(--muted);
  font-size: 8px
}

.status-grid strong {
  display: block;
  font-size: 22px;
  margin-top: 3px
}

.status-grid em {
  position: absolute;
  right: 10px;
  top: 10px;
  font-style: normal;
  color: var(--blue)
}

.portal-table {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden
}

.portal-table>div {
  display: grid;
  grid-template-columns: 1.3fr .7fr .7fr;
  gap: 8px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid #edf2f7;
  font-size: 9px
}

.portal-table>div:last-child {
  border-bottom: 0
}

.portal-table .table-head {
  background: #f8fbff;
  color: var(--muted);
  font-weight: 800
}

.st {
  justify-self: start;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 8px
}

.st.ok {
  color: var(--success);
  background: #eaf8f1
}

.st.pending {
  color: #77620c;
  background: #fff7d8
}

.st.rejected {
  color: var(--danger);
  background: #fdeeee
}

.integrations {
  padding: 78px 0
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px
}

.integration-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px 12px;
  text-align: center;
  background: #fff;
  min-height: 160px
}

.integration-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  color: var(--navy);
  display: grid;
  place-items: center
}

.integration-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round
}

.integration-icon.whatsapp {
  color: #22bb6f
}

.integration-icon.telegram {
  color: #2b7ed7
}

.integration-icon.whatsapp svg,
.integration-icon.telegram svg {
  fill: currentColor;
  stroke: none
}

.integration-icon.file {
  border: 1.5px solid currentColor;
  border-radius: 5px;
  font-size: 8px;
  font-weight: 900;
  width: 34px;
  height: 40px
}

.integration-icon.xls {
  color: #16774a
}

.integration-icon.pdf {
  color: #d64242
}

.integration-grid h3 {
  font-size: 13px;
  margin: 0 0 6px
}

.integration-grid p {
  font-size: 10px;
  color: var(--muted);
  margin: 0
}

.benefits {
  padding: 0 0 72px
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.benefit-grid article {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 20px;
  background: #fff
}

.benefit-grid article>span {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center
}

.benefit-grid svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.benefit-grid h3 {
  font-size: 13px;
  margin: 13px 0 6px
}

.benefit-grid p {
  font-size: 10px;
  color: var(--muted);
  margin: 0
}

.implementation {
  padding: 72px 0;
  background: var(--surface)
}

.implementation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 930px;
  margin: 0 auto
}

.impl-card {
  background: #fff;
  border: 1px solid var(--line2);
  border-radius: 15px;
  padding: 26px
}

.impl-card.featured {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy)
}

.impl-title {
  display: flex;
  align-items: center;
  gap: 12px
}

.impl-title>span {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center
}

.featured .impl-title>span {
  background: #183763;
  color: #96b9ff
}

.impl-title svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round
}

.impl-title small {
  font-size: 9px;
  color: var(--muted)
}

.featured .impl-title small {
  color: #aac0dd
}

.impl-title h3 {
  margin: 1px 0 0;
  font-size: 20px
}

.impl-card>p {
  color: var(--muted);
  font-size: 12px
}

.featured>p {
  color: #c2d0e3
}

.impl-card ul {
  padding-left: 18px;
  margin: 16px 0 0;
  font-size: 11px;
  line-height: 1.8
}

.cta {
  padding: 42px 0
}

.cta-card {
  min-height: 220px;
  background: linear-gradient(135deg, var(--navy), #103467);
  color: #fff;
  border-radius: 18px;
  padding: 44px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  position: relative
}

.cta-card:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  right: -80px;
  top: -120px;
  background: radial-gradient(circle, rgba(73, 137, 255, .42), transparent 65%)
}

.cta-card h2 {
  font-size: 39px;
  letter-spacing: -1.5px;
  margin: 0 0 6px
}

.cta-card h2 span {
  color: #8eb6ff
}

.cta-card p {
  margin: 0;
  color: #c1d1e6
}

.button-white {
  background: #fff;
  color: var(--navy);
  position: relative;
  z-index: 2
}

.footer {
  border-top: 1px solid var(--line);
  padding: 36px 0 18px
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 42px
}

.footer-brand p {
  font-size: 11px;
  color: var(--muted);
  max-width: 220px
}

.footer h4 {
  font-size: 11px;
  margin: 5px 0 11px
}

.footer a:not(.brand) {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin: 7px 0
}

.footer-bottom {
  margin-top: 26px;
  padding-top: 15px;
  border-top: 1px solid #edf1f6;
  color: #8190a4;
  font-size: 9px
}

section[id] {
  scroll-margin-top: 88px
}

@media(max-width:1120px) {
  .container {
    width: min(100% - 36px, 1050px)
  }

  .nav {
    display: none
  }

  .nav-cta {
    margin-left: auto
  }

  .nav-toggle {
    display: grid;
    place-items: center
  }

  .nav.open {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 35px rgba(14, 42, 80, .08);
    padding: 14px 24px;
    flex-direction: column;
    align-items: stretch;
    gap: 0
  }

  .nav.open a {
    padding: 11px 0
  }

  .nav.open a:after {
    bottom: 8px;
    right: auto
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .hero-copy {
    max-width: 760px
  }

  .hero-diagram {
    max-width: 740px;
    width: 100%;
    margin: 0 auto
  }

  .problem-grid {
    grid-template-columns: 1fr
  }

  .flow-step {
    grid-template-columns: 50px .82fr 1.18fr
  }

  .portal-grid {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .portal-copy {
    max-width: 760px
  }

  .integration-grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media(max-width:820px) {
  .hero {
    padding-top: 52px
  }

  .hero-copy h1 {
    font-size: 54px
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0
  }

  .hero-metrics>div:nth-child(2) {
    border-right: 0
  }

  .problem-cards {
    grid-template-columns: 1fr
  }

  .flow-step {
    grid-template-columns: 45px 1fr;
    padding: 24px
  }

  .step-visual {
    grid-column: 2
  }

  .validation-visual {
    grid-template-columns: repeat(2, 1fr)
  }

  .integration-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .benefit-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .implementation-grid {
    grid-template-columns: 1fr
  }

  .cta-card {
    padding: 34px;
    align-items: flex-start;
    flex-direction: column
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr
  }

  .footer-grid>div:last-child {
    grid-column: 2/4
  }

  .portal-body {
    grid-template-columns: 95px 1fr
  }
}

@media(max-width:600px) {
  .container {
    width: min(100% - 28px, 560px)
  }

  .nav-cta {
    display: none
  }

  .brand {
    font-size: 21px
  }

  .hero-copy h1 {
    font-size: 44px;
    letter-spacing: -2.1px
  }

  .lead {
    font-size: 16px
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch
  }

  .hero-actions .button {
    width: 100%
  }

  .hero-metrics {
    grid-template-columns: 1fr
  }

  .hero-metrics>div {
    border-right: 0;
    padding: 0
  }

  .hero-diagram {
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px
  }

  .grid-glow,
  .connector {
    display: none
  }

  .ai-core {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    grid-column: 1/-1;
    margin: 5px auto 10px;
    width: 210px;
    height: 210px
  }

  .channel {
    position: relative;
    inset: auto;
    width: 100%;
    height: 68px;
    box-shadow: none
  }

  .problem-copy h2,
  .section-heading h2,
  .portal-copy h2 {
    font-size: 32px
  }

  .flow-step {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .step-index,
  .step-copy,
  .step-visual {
    grid-column: 1
  }

  .inbox-visual,
  .extraction-visual,
  .validation-visual,
  .reconcile-visual,
  .audience-visual {
    min-height: 0;
    padding: 16px
  }

  .inbox-visual {
    flex-direction: column;
    gap: 22px
  }

  .inbox-box:before {
    display: none
  }

  .extraction-visual {
    grid-template-columns: 1fr;
    gap: 15px
  }

  .document-card {
    margin: auto
  }

  .scan-line {
    display: none
  }

  .validation-visual {
    grid-template-columns: 1fr 1fr
  }

  .reconcile-visual {
    grid-template-columns: 1fr;
    justify-items: stretch
  }

  .match-node {
    margin: auto
  }

  .audience-visual {
    grid-template-columns: 1fr;
    gap: 12px
  }

  .audience-link {
    width: 1px;
    height: 28px;
    margin: auto
  }

  .portal-body {
    grid-template-columns: 1fr
  }

  .portal-body aside {
    display: none
  }

  .portal-content {
    padding: 16px
  }

  .portal-head {
    flex-direction: column
  }

  .status-grid {
    grid-template-columns: 1fr 1fr
  }

  .status-grid div:last-child {
    grid-column: 1/-1
  }

  .portal-table>div {
    grid-template-columns: 1.2fr .8fr
  }

  .portal-table>div>*:nth-child(3) {
    grid-column: 1/-1
  }

  .integration-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .benefit-grid {
    grid-template-columns: 1fr
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px
  }

  .footer-brand {
    grid-column: 1/-1
  }

  .footer-grid>div:last-child {
    grid-column: auto
  }

  .cta-card h2 {
    font-size: 31px
  }
}

@media(max-width:390px) {
  .hero-copy h1 {
    font-size: 38px
  }

  .integration-grid {
    grid-template-columns: 1fr
  }

  .portal-table {
    font-size: 8px
  }

  .footer-grid {
    grid-template-columns: 1fr
  }

  .footer-grid>div:last-child {
    grid-column: auto
  }
}

/* v5 visual refinement — preserves structure and content */
:root {
  --navy: #0a2348;
  --navy2: #123a72;
  --blue: #1769ff;
  --blue2: #0f58df;
  --blue3: #5a95ff;
  --blue-soft: #eff5ff;
  --ink: #0f2747;
  --muted: #667b98;
  --line: #dce7f5;
  --line2: #cddcf0;
  --surface: #f7faff;
  --shadow: 0 18px 60px rgba(20, 57, 104, .11);
  --shadow-soft: 0 10px 30px rgba(19, 60, 116, .07)
}

body {
  background: linear-gradient(#fff 0, #fff 58%, #fbfdff 100%)
}

.site-header {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 24px rgba(23, 62, 116, .035)
}

.brand-mark {
  filter: drop-shadow(0 5px 10px rgba(23, 105, 255, .18))
}

.nav a {
  color: #2b4565
}

.nav a.active,
.nav a:hover {
  color: var(--navy)
}

.button {
  border-radius: 10px;
  letter-spacing: -.05px
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), #2b79ff);
  box-shadow: 0 12px 26px rgba(23, 105, 255, .24)
}

.button-secondary {
  border-color: #bfd3f2;
  box-shadow: 0 7px 20px rgba(22, 61, 116, .05)
}

.hero {
  padding: 88px 0 76px;
  background: radial-gradient(circle at 78% 23%, rgba(70, 131, 255, .09), transparent 30%), linear-gradient(180deg, #fff, #fbfdff)
}

.hero-grid {
  gap: 70px
}

.hero-copy {
  position: relative;
  z-index: 2
}

.hero-copy h1 {
  font-size: 68px;
  line-height: .97;
  letter-spacing: -3.6px
}

.lead {
  font-size: 18.5px;
  line-height: 1.62;
  color: #385373
}

.hero-metrics {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid #e7eef8
}

.hero-metrics>div {
  padding-inline: 16px
}

.iconbox {
  border: 0;
  background: var(--blue-soft);
  box-shadow: inset 0 0 0 1px #d4e3fb
}

.hero-metrics strong {
  font-size: 11.5px
}

.hero-metrics small {
  font-size: 9.8px
}

.hero-diagram {
  height: 540px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(248, 251, 255, .94), rgba(237, 245, 255, .68));
  border: 1px solid #e2ebf7;
  box-shadow: 0 30px 70px rgba(29, 72, 128, .08);
  overflow: hidden
}

.grid-glow {
  inset: 0;
  background: radial-gradient(circle at 50% 49%, rgba(23, 105, 255, .17), transparent 35%), linear-gradient(rgba(23, 105, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 105, 255, .06) 1px, transparent 1px);
  background-size: auto, 30px 30px, 30px 30px;
  mask-image: radial-gradient(circle, #000 28%, transparent 77%)
}

.ai-core {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  border: 1px solid #bad2f5;
  background: radial-gradient(circle at 35% 28%, #fff, #e8f1ff 55%, #dbe9ff);
  box-shadow: 0 30px 60px rgba(21, 71, 141, .18), inset 0 0 0 14px rgba(255, 255, 255, .72)
}

.ai-core:before {
  inset: 22px;
  border-radius: 50%;
  transform: none;
  border: 1px solid #95b8e9
}

.ai-core:after {
  inset: 44px;
  border-radius: 50%;
  transform: none;
  border: 1px dashed #9ab9e3
}

.ai-chip {
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(145deg, #183e73, #091e3f);
  box-shadow: 0 20px 42px rgba(9, 34, 75, .32), inset 0 0 0 1px rgba(255, 255, 255, .16)
}

.ai-chip:after {
  content: "";
  position: absolute;
  inset: -17px;
  border: 1px solid rgba(23, 105, 255, .35);
  border-radius: 35px
}

.ai-chip span {
  font-size: 46px
}

.ai-chip small {
  font-size: 6.7px
}

.channel {
  width: 112px;
  height: 82px;
  border: 1px solid #d7e4f4;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(22, 62, 116, .09);
  gap: 7px;
  transition: transform .2s, box-shadow .2s
}

.channel:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(22, 62, 116, .14)
}

.brand-icon.asset,
.integration-icon.asset {
  display: grid;
  place-items: center
}

.brand-icon.asset img {
  width: 31px;
  height: 31px;
  display: block
}

.brand-icon.asset.file-asset img {
  width: 28px;
  height: 34px
}

.integration-icon.asset img {
  width: 42px;
  height: 42px;
  display: block
}

.integration-icon.asset.file-asset img {
  width: 38px;
  height: 44px
}

.connector {
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 105, 255, .15), rgba(23, 105, 255, .95));
  opacity: .85
}

.connector:after {
  box-shadow: 0 0 0 4px rgba(23, 105, 255, .08)
}

.band {
  padding: 60px 0;
  background: linear-gradient(135deg, #0b2448, #10315e 60%, #153b70)
}

.problem-grid {
  gap: 64px
}

.problem-copy h2 {
  font-size: 39px
}

.problem-cards {
  gap: 18px
}

.problem-cards article {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .13);
  backdrop-filter: blur(8px);
  padding: 24px;
  border-radius: 16px
}

.feature-icon {
  background: rgba(89, 144, 255, .13);
  border: 1px solid rgba(137, 176, 255, .15)
}

.workflow {
  padding: 96px 0
}

.section-heading h2 {
  font-size: 40px
}

.section-heading>p:last-child {
  font-size: 14px;
  line-height: 1.6
}

.workflow-stack {
  border: 0;
  border-radius: 22px;
  overflow: visible;
  gap: 18px
}

.flow-step {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 32px;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: var(--shadow-soft);
  transition: transform .2s, box-shadow .2s
}

.flow-step:last-child {
  border-bottom: 1px solid var(--line)
}

.flow-step:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 42px rgba(19, 60, 116, .10)
}

.step-index {
  font-size: 25px
}

.step-copy h3 {
  font-size: 21px
}

.step-copy p {
  font-size: 13.4px;
  line-height: 1.65
}

.step-visual {
  border-radius: 15px;
  background: linear-gradient(145deg, #f8fbff, #f2f7ff);
  border-color: #dfe9f6;
  box-shadow: inset 0 1px 0 #fff
}

.mini-channels span {
  border-radius: 12px;
  box-shadow: 0 7px 18px rgba(31, 76, 137, .05)
}

.mini-channels .mini-asset img {
  width: 27px;
  height: 27px
}

.mini-channels .mini-asset.file img {
  width: 23px;
  height: 29px
}

.portal-section {
  background: radial-gradient(circle at 78% 34%, rgba(23, 105, 255, .07), transparent 32%), #f7faff
}

.portal-ui {
  border-radius: 22px;
  border-color: #d9e5f4;
  box-shadow: 0 28px 70px rgba(19, 56, 108, .13)
}

.portal-topbar {
  background: linear-gradient(180deg, #fff, #fbfdff)
}

.portal-brand span {
  box-shadow: 0 8px 16px rgba(23, 105, 255, .22)
}

.portal-body aside {
  background: #f8fbff
}

.portal-content {
  background: #fff
}

.status-grid div {
  border-color: #e0e9f5;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 7px 18px rgba(21, 61, 112, .04)
}

.portal-table {
  border-color: #dfe8f4;
  box-shadow: 0 8px 22px rgba(19, 60, 116, .04)
}

.integrations {
  padding: 92px 0
}

.integration-grid {
  gap: 16px
}

.integration-grid article {
  min-height: 176px;
  border-radius: 16px;
  padding: 24px 14px;
  border-color: #dfe8f4;
  box-shadow: 0 9px 24px rgba(22, 62, 116, .05);
  transition: transform .2s, box-shadow .2s, border-color .2s
}

.integration-grid article:hover {
  transform: translateY(-3px);
  border-color: #bdd2f1;
  box-shadow: 0 16px 34px rgba(22, 62, 116, .10)
}

.integration-icon {
  height: 50px;
  width: 50px;
  margin-bottom: 14px
}

.integration-grid h3 {
  font-size: 14px
}

.integration-grid p {
  font-size: 10.5px;
  line-height: 1.5
}

.benefits {
  padding: 0 0 88px
}

.benefit-grid {
  gap: 18px
}

.benefit-grid article {
  border-radius: 16px;
  padding: 24px;
  border-color: #dfe8f4;
  box-shadow: 0 8px 24px rgba(21, 61, 112, .045)
}

.benefit-grid article>span {
  width: 42px;
  height: 42px;
  border-radius: 12px
}

.benefit-grid h3 {
  font-size: 14px
}

.benefit-grid p {
  font-size: 10.8px;
  line-height: 1.55
}

.implementation {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7faff, #f2f7fd)
}

.implementation-grid {
  gap: 20px
}

.impl-card {
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 12px 32px rgba(18, 58, 108, .06)
}

.impl-card.featured {
  background: linear-gradient(145deg, #0b2448, #113667);
  box-shadow: 0 20px 44px rgba(10, 36, 72, .20)
}

.cta {
  padding: 58px 0
}

.cta-card {
  min-height: 245px;
  border-radius: 22px;
  background: radial-gradient(circle at 88% 20%, rgba(83, 147, 255, .32), transparent 25%), linear-gradient(135deg, #092248, #123b72);
  box-shadow: 0 24px 60px rgba(10, 36, 72, .18)
}

.cta-card h2 {
  font-size: 42px
}

.footer {
  background: #fbfdff
}

@media(max-width:1120px) {
  .hero-grid {
    gap: 34px
  }

  .hero-diagram {
    max-width: 760px
  }

  .hero-copy h1 {
    font-size: 62px
  }
}

@media(max-width:820px) {
  .hero-copy h1 {
    font-size: 55px
  }

  .workflow-stack {
    gap: 14px
  }

  .flow-step {
    padding: 26px
  }

  .integration-grid article {
    min-height: 164px
  }
}

@media(max-width:600px) {
  .hero {
    padding-top: 58px
  }

  .hero-copy h1 {
    font-size: 45px
  }

  .hero-diagram {
    padding: 14px;
    border-radius: 20px
  }

  .channel {
    height: 76px
  }

  .workflow {
    padding: 72px 0
  }

  .flow-step {
    padding: 22px;
    border-radius: 16px
  }

  .section-heading h2 {
    font-size: 33px
  }

  .integration-grid article {
    min-height: 154px;
    padding: 20px 12px
  }

  .portal-ui {
    border-radius: 16px
  }

  .cta-card {
    border-radius: 18px
  }
}

/* Project / laboratory framing — keeps the approved visual system */
.hero {
  padding-top: 72px
}

.hero-copy h1 {
  max-width: 760px
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(22, 62, 116, .045)
}

.project-meta>div {
  padding: 14px 16px;
  border-right: 1px solid var(--line)
}

.project-meta>div:last-child {
  border-right: 0
}

.project-meta small {
  display: block;
  font: 700 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.4px;
  color: #7990ad;
  margin-bottom: 7px
}

.project-meta strong {
  font-size: 11px;
  color: var(--navy);
  font-weight: 800;
  white-space: nowrap
}

.project-meta i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #29b765;
  margin-right: 6px;
  box-shadow: 0 0 0 4px rgba(41, 183, 101, .1)
}

.project-statement {
  padding: 0;
  background: #fff
}

.project-statement-grid {
  display: grid;
  grid-template-columns: 180px 1fr 290px;
  align-items: center;
  gap: 34px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line)
}

.project-statement span,
.project-statement small {
  font: 800 9px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.4px;
  color: #6c85a5
}

.project-statement p {
  margin: 0;
  color: #173454;
  font-size: 14px;
  line-height: 1.65;
  max-width: 820px
}

.project-statement small {
  text-align: right;
  color: #9aabc0
}

.problem .section-kicker:before,
.workflow .section-kicker:before,
.portal .section-kicker:before,
.integrations .section-kicker:before,
.implementation .section-kicker:before {
  content: "●";
  font-size: 7px;
  margin-right: 8px;
  vertical-align: 1px
}

.problem-cards article h3 {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .1px
}

.workflow-stack {
  counter-reset: labstep
}

.flow-step {
  position: relative
}

.flow-step:after {
  content: "MODULE / " attr(data-module);
  position: absolute;
  right: 18px;
  top: 14px;
  font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.4px;
  color: #a0b0c3
}

.portal-section,
.portal {
  position: relative
}

.portal:before {
  content: "INTERFACE PROTOTYPE";
  position: absolute;
  left: max(24px, calc((100vw - 1180px)/2));
  top: 28px;
  font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.5px;
  color: #9aabc0
}

.integration-grid article:before {
  content: "NODE";
  position: absolute;
  top: 12px;
  right: 12px;
  font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.2px;
  color: #afbdce
}

.integration-grid article {
  position: relative
}

.impl-card .impl-title small {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .7px
}

.cta-card {
  position: relative;
  overflow: hidden
}

.cta-card:after {
  content: "CONCILIO / PROJECT 01";
  position: absolute;
  right: 28px;
  bottom: 20px;
  font: 800 8px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, .38)
}

.footer-bottom {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1px;
  font-size: 8px
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px
}

.footer-credit {
  text-align: center
}

.footer-contact {
  text-align: right
}

.footer-bottom a {
  display: inline !important;
  font-size: inherit !important;
  color: inherit !important;
  margin: 0 !important
}

.footer-bottom a:hover {
  text-decoration: underline
}

@media(max-width:900px) {
  .project-meta {
    grid-template-columns: 1fr 1fr
  }

  .project-meta>div:nth-child(2) {
    border-right: 0
  }

  .project-meta>div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line)
  }

  .project-statement-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .project-statement small {
    text-align: left
  }

  .portal:before {
    display: none
  }
}

@media(max-width:520px) {
  .project-meta {
    grid-template-columns: 1fr
  }

  .project-meta>div {
    border-right: 0;
    border-bottom: 1px solid var(--line)
  }

  .project-meta>div:last-child {
    border-bottom: 0
  }

  .project-meta>div:nth-child(2) {
    border-bottom: 1px solid var(--line)
  }
}


/* Backoffice prototype — added without altering existing sections */
.backoffice {
  padding: 84px 0;
  background: #fff;
  border-top: 1px solid #edf2f8
}

.backoffice-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 54px;
  align-items: center
}

.backoffice-copy h2 {
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: -1.7px;
  margin: 0 0 18px;
  color: var(--navy)
}

.backoffice-copy>p:not(.section-kicker) {
  color: var(--muted);
  font-size: 15px;
  max-width: 470px
}

.backoffice-mockup {
  margin: 0;
  border: 1px solid var(--line2);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden
}

.backoffice-mockup img {
  display: block;
  width: 100%;
  height: auto
}

@media(max-width:1120px) {
  .backoffice-grid {
    grid-template-columns: 1fr;
    gap: 34px
  }

  .backoffice-copy {
    max-width: 760px
  }
}

@media(max-width:600px) {
  .backoffice {
    padding: 62px 0
  }

  .backoffice-copy h2 {
    font-size: 32px
  }

  .backoffice-mockup {
    border-radius: 14px;
    overflow-x: auto
  }

  .backoffice-mockup img {
    width: 920px;
    max-width: none
  }
}

@media(max-width:600px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 7px
  }

  .footer-credit,
  .footer-contact {
    text-align: left
  }
}

/* Pradiant.xyz brand logo */
.brand-mark {
  width: 38px;
  height: 38px;
  color: inherit;
  display: grid;
  place-items: center;
  filter: none;
  flex: none
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain
}

@media(max-width:600px) {
  .brand-mark {
    width: 34px;
    height: 34px
  }
}


/* Cost calculator — reuses the existing portal UI system */
.costs-section {
  background: #fff;
  border-top: 1px solid #edf2f8
}

.costs-ui {
  min-height: 0;
  max-width: 980px;
  margin: 0 auto
}

.costs-ui .portal-content {
  padding: 22px
}

.costs-order-note {
  font: 700 8px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .55px;
  color: #8ca0ba
}

.costs-input-panel {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: center;
  padding: 17px 18px;
  margin-bottom: 18px;
  border: 1px solid #cfe0f7;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8fbff, #f2f7ff)
}

.costs-input-copy>small {
  display: block;
  margin-bottom: 5px;
  font: 800 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.15px;
  color: var(--blue)
}

.costs-input-copy>strong {
  display: block;
  font-size: 14px;
  color: var(--navy)
}

.costs-input-copy p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5
}

.costs-control {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px
}

.costs-control label {
  font-size: 9px;
  font-weight: 850;
  color: var(--navy)
}

.costs-input-wrap {
  height: 42px;
  display: grid;
  grid-template-columns: 126px 1fr;
  align-items: center;
  border: 1px solid #a9c5eb;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 14px rgba(31, 111, 255, .06)
}

.costs-control input {
  width: 100%;
  height: 100%;
  border: 0;
  border-right: 1px solid var(--line);
  background: #fff;
  color: var(--navy);
  padding: 0 11px;
  font: 850 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  outline: none
}

.costs-control input::placeholder {
  color: #9aabc0;
  font-weight: 700
}

.costs-input-wrap:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(31, 111, 255, .08)
}

.costs-input-wrap>span {
  padding: 0 10px;
  color: var(--muted);
  font-size: 8.5px;
  font-weight: 750;
  white-space: nowrap
}

.costs-control>small {
  font-size: 8px;
  color: #8195af
}

.costs-table>div {
  grid-template-columns: 1.65fr .72fr .72fr .82fr .86fr
}

.costs-table>div>span:not(:first-child) {
  text-align: right
}

.costs-table .model-name {
  font-weight: 800;
  color: var(--navy)
}

.costs-table .model-name small {
  display: block;
  color: var(--muted);
  font-size: 8px;
  font-weight: 500;
  margin-top: 2px
}

.costs-table .model-name>b {
  display: inline-block;
  margin-left: 7px;
  padding: 3px 6px;
  border-radius: 999px;
  background: #eaf8f1;
  color: var(--success);
  font-size: 7px;
  line-height: 1;
  font-weight: 850;
  vertical-align: 1px
}

.costs-table .money {
  text-align: right;
  font-variant-numeric: tabular-nums
}

.costs-table .lowest-cost {
  background: #fbfefc
}

@media(max-width:700px) {
  .costs-ui .portal-topbar {
    height: auto;
    padding: 14px 16px;
    align-items: flex-start;
    gap: 7px;
    flex-direction: column
  }

  .costs-input-panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 15px
  }

  .costs-control {
    width: 100%
  }

  .costs-input-wrap {
    grid-template-columns: 130px 1fr
  }

  .costs-table {
    overflow-x: auto
  }

  .costs-table>div {
    min-width: 760px
  }

  .costs-table>div>*:nth-child(3) {
    grid-column: auto
  }
}


/* Laboratory benchmark — aligned with costs / implementation visual system */
.lab-tests {
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid #edf2f8
}

.lab-tests .section-kicker:before {
  content: "●";
  font-size: 7px;
  margin-right: 8px;
  vertical-align: 1px
}

.lab-tests-ui {
  min-height: 0;
  max-width: 1080px;
  margin: 0 auto
}

.lab-tests-ui .portal-content {
  padding: 22px
}

.lab-summary {
  margin-bottom: 18px
}

.lab-summary>div:nth-child(3) strong {
  font-size: 18px
}

.lab-summary em {
  white-space: nowrap
}

.lab-tests-table {
  overflow: hidden
}

.lab-tests-table>div {
  grid-template-columns: .85fr 1.12fr .84fr .92fr 1.7fr 1.12fr;
  align-items: center
}

.lab-tests-table>div>span {
  font-size: 9px;
  line-height: 1.45
}

.lab-tests-table .table-head>span {
  font-size: 8px
}

.lab-scenario b,
.lab-model b {
  display: block;
  color: var(--navy);
  font-size: 10px
}

.lab-scenario small,
.lab-model small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 8px
}

.lab-time {
  font: 800 9px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--navy)
}

.lab-hardware {
  color: #425a78
}

.lab-cost {
  font-weight: 750;
  color: var(--navy)
}

.lab-footnote {
  margin: 13px 3px 0;
  color: #8195af;
  font-size: 8px;
  line-height: 1.55
}

@media(max-width:850px) {
  .lab-tests-table {
    overflow-x: auto
  }

  .lab-tests-table>div {
    min-width: 960px
  }

  .lab-tests-ui .portal-topbar {
    height: auto;
    padding: 14px 16px;
    align-items: flex-start;
    gap: 7px;
    flex-direction: column
  }
}

@media(max-width:600px) {
  .lab-tests {
    padding: 68px 0
  }

  .lab-tests-ui .portal-content {
    padding: 16px
  }
}

/* Readability pass — larger typography without changing visual hierarchy */
.nav {
  font-size: 14px
}

.eyebrow,
.section-kicker {
  font-size: 12px
}

.hero-metrics strong {
  font-size: 13px
}

.hero-metrics small {
  font-size: 11.5px;
  line-height: 1.5
}

.problem-cards h3 {
  font-size: 15px
}

.problem-cards p {
  font-size: 12.5px;
  line-height: 1.55
}

.integration-grid h3 {
  font-size: 15px
}

.integration-grid p {
  font-size: 12px;
  line-height: 1.55
}

.benefit-grid h3 {
  font-size: 15px
}

.benefit-grid p {
  font-size: 12px;
  line-height: 1.6
}

.impl-title small {
  font-size: 10.5px
}

.impl-card>p {
  font-size: 13px;
  line-height: 1.6
}

.impl-card ul {
  font-size: 12.5px;
  line-height: 1.75
}

.footer-brand p {
  font-size: 12.5px;
  line-height: 1.55
}

.footer h4 {
  font-size: 12px
}

.footer a:not(.brand) {
  font-size: 11.5px
}

.footer-bottom {
  font-size: 10px
}

/* Cost calculator readability */
.costs-order-note {
  font-size: 10px;
  line-height: 1.45
}

.costs-input-copy>small {
  font-size: 10px
}

.costs-input-copy>strong {
  font-size: 16px
}

.costs-input-copy p {
  font-size: 12px;
  line-height: 1.55
}

.costs-control label {
  font-size: 11.5px
}

.costs-control input {
  font-size: 14px
}

.costs-input-wrap>span {
  font-size: 10.5px
}

.costs-control>small {
  font-size: 10.5px;
  line-height: 1.45
}

.costs-table>div>span {
  font-size: 11.5px;
  line-height: 1.45
}

.costs-table .table-head>span {
  font-size: 10.5px;
  font-weight: 800
}

.costs-table .model-name {
  font-size: 12px
}

.costs-table .model-name small {
  font-size: 10px;
  line-height: 1.4
}

.costs-table .model-name>b {
  font-size: 9px;
  padding: 4px 7px
}

/* Laboratory benchmark readability */
.lab-tests-table>div>span {
  font-size: 11.5px;
  line-height: 1.5
}

.lab-tests-table .table-head>span {
  font-size: 10.5px;
  font-weight: 800
}

.lab-scenario b,
.lab-model b {
  font-size: 12.5px
}

.lab-scenario small,
.lab-model small {
  font-size: 10.5px;
  line-height: 1.45
}

.lab-time {
  font-size: 11.5px;
  line-height: 1.45
}

.lab-hardware {
  font-size: 11.5px;
  line-height: 1.55
}

.lab-cost {
  font-size: 11.5px
}

.lab-footnote {
  font-size: 10.5px;
  line-height: 1.65
}

@media(max-width:600px) {
  .nav {
    font-size: 14px
  }

  .hero-metrics strong {
    font-size: 12.5px
  }

  .hero-metrics small {
    font-size: 11px
  }

  .costs-table>div {
    min-width: 820px
  }

  .lab-tests-table>div {
    min-width: 1020px
  }

  .footer-bottom {
    font-size: 9.5px;
    line-height: 1.5
  }
}


/* Data intelligence pipeline — card language aligned with ecosystem section */
.data-pipeline {
  padding: 88px 0 96px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7faff 100%);
  border-top: 1px solid #edf2f8;
  border-bottom: 1px solid #edf2f8
}

.data-pipeline .section-kicker:before {
  content: "●";
  font-size: 7px;
  margin-right: 8px;
  vertical-align: 1px
}

.data-pipeline .section-heading {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px
}

.pipeline-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr) 28px minmax(0, 1fr);
  align-items: stretch;
  gap: 0
}

.pipeline-card {
  position: relative;
  min-width: 0;
  border: 1px solid #dfe8f4;
  border-radius: 16px;
  background: #fff;
  padding: 24px 18px 22px;
  box-shadow: 0 9px 24px rgba(22, 62, 116, .05);
  transition: transform .2s, box-shadow .2s, border-color .2s
}

.pipeline-card:hover {
  transform: translateY(-3px);
  border-color: #bdd2f1;
  box-shadow: 0 16px 34px rgba(22, 62, 116, .10)
}

.pipeline-node {
  position: absolute;
  top: 12px;
  right: 12px;
  font: 700 7px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 1.2px;
  color: #afbdce
}

.pipeline-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  display: grid;
  place-items: center
}

.pipeline-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

.pipeline-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25
}

.pipeline-card p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.55
}

.pipeline-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px
}

.pipeline-card li {
  position: relative;
  padding-left: 13px;
  color: #425a78;
  font-size: 10.5px;
  line-height: 1.4
}

.pipeline-card li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .52em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue)
}

.pipeline-arrow {
  display: grid;
  place-items: center;
  color: #7fa7dc
}

.pipeline-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round
}

@media(max-width:1120px) {
  .pipeline-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
  }

  .pipeline-arrow {
    display: none
  }
}

@media(max-width:760px) {
  .data-pipeline {
    padding: 72px 0
  }

  .pipeline-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:520px) {
  .pipeline-grid {
    grid-template-columns: 1fr
  }

  .pipeline-card {
    padding: 22px 18px
  }

  .pipeline-card p {
    font-size: 12px
  }

  .pipeline-card li {
    font-size: 11px
  }
}


/* Data Architecture Section & Dark Grid Diagram Canvas */
.data-architecture-section {
  padding: 88px 0 96px;
  background: #ffffff;
  border-bottom: 1px solid #edf2f8;
}

.data-architecture-section .section-kicker:before {
  content: "●";
  font-size: 7px;
  margin-right: 8px;
  vertical-align: 1px;
}

.arch-diagram-wrapper {
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(13, 36, 72, 0.3);
  margin-top: 36px;
}

.arch-diagram-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  flex-wrap: wrap;
  gap: 12px;
}

.arch-diagram-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.arch-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1f6fff;
  box-shadow: 0 0 10px #1f6fff;
}

.arch-diagram-tags {
  display: flex;
  gap: 8px;
}

.arch-tag {
  font: 700 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #b9c9df;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.arch-tag.active-tag {
  background: rgba(31, 111, 255, 0.22);
  color: #60a5fa;
  border-color: rgba(31, 111, 255, 0.45);
}

.arch-canvas-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
}

.arch-svg-canvas {
  width: 100%;
  min-width: 960px;
  height: auto;
  display: block;
}

/* Nodes Styling */
.arch-node-rect {
  fill: #132f5b;
  stroke: #ffffff;
  stroke-width: 1.5;
  transition: all 0.25s ease;
  cursor: pointer;
}

.arch-node-diamond {
  fill: #132f5b;
  stroke: #ffffff;
  stroke-width: 1.5;
  transition: all 0.25s ease;
  cursor: pointer;
}

.arch-node-text {
  fill: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 13px;
  font-weight: 600;
  dominant-baseline: central;
  pointer-events: none;
}

.arch-node-text.diamond-text {
  font-size: 12px;
}

.arch-node-text.active-learning-text {
  font-size: 12px;
}

/* Edge & Arrows Styling */
.arch-edge {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}

.active-loop-path {
  stroke: #60a5fa;
  stroke-width: 1.8;
}

.feedback-loop-path {
  stroke: #e2e8f0;
  stroke-width: 1.5;
}

.arch-dashed-loop {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-dasharray: 5, 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.2s ease;
}

/* Hover Effects */
.arch-node-group:hover .arch-node-rect,
.arch-node-group:hover .arch-node-diamond {
  fill: #1a3f7a;
  stroke: #60a5fa;
  filter: drop-shadow(0 0 12px rgba(96, 165, 250, 0.5));
}

@media(max-width: 768px) {
  .data-architecture-section {
    padding: 72px 0;
  }
  .arch-diagram-wrapper {
    padding: 16px;
    border-radius: 16px;
  }
}