:root {
  --oblyx-ink: #101923;
  --oblyx-slate: #1f2b36;
  --oblyx-muted: #5b6775;
  --oblyx-blue: #2467d6;
  --oblyx-blue-soft: #dceaff;
  --oblyx-bg: #ffffff;
  --oblyx-card: #ffffff;
  --oblyx-border: #dbe3ee;
  --oblyx-line: #edf2f8;
  --oblyx-success: #10a56e;
  --oblyx-warning: #f28c38;
  --oblyx-danger: #eb5d75;
  --oblyx-radius-sm: 6px;
  --oblyx-radius: 8px;
  --oblyx-shadow-card: 0 12px 32px rgba(16, 25, 35, 0.06);
  --oblyx-shadow-panel: 0 22px 70px rgba(16, 25, 35, 0.11);
  --oblyx-page: min(1460px, calc(100vw - 48px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--oblyx-bg);
  color: var(--oblyx-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.brand-icon--sm {
  width: 22px;
  height: 22px;
}

.brand-icon--md {
  width: 36px;
  height: 36px;
}

.brand-icon--lg {
  width: 64px;
  height: 64px;
}

.brand-icon--board {
  width: 64px;
  height: 64px;
  max-width: 96px;
  max-height: 96px;
}

.brand-logo--header {
  width: 146px;
  height: auto;
}

.brand-logo--mockup {
  width: min(260px, 100%);
  height: auto;
}

.brand-logo--footer {
  width: 126px;
  height: auto;
}

.brand-logo--board {
  width: min(640px, 100%);
  max-height: 180px;
  object-fit: contain;
}

.brand-icon--sm,
.brand-icon--md,
.brand-icon--lg,
.brand-icon--board,
.brand-logo--header,
.brand-logo--mockup,
.brand-logo--footer,
.brand-logo--board {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

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

.oblyx-shell {
  min-height: 100vh;
  overflow: hidden;
}

.oblyx-page {
  width: var(--oblyx-page);
  margin: 0 auto;
}

.oblyx-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--oblyx-line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.oblyx-header-inner {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  min-height: 68px;
  gap: 28px;
}

.oblyx-header-logo {
  width: 146px;
}

.oblyx-nav,
.oblyx-actions,
.hero-actions,
.support-points,
.benefit-strip,
.footer-nav,
.footer-meta {
  display: flex;
  align-items: center;
}

.oblyx-nav {
  justify-content: center;
  gap: 34px;
  color: var(--oblyx-ink);
  font-size: 0.95rem;
  font-weight: 650;
}

.oblyx-nav span {
  color: var(--oblyx-muted);
  font-size: 0.78rem;
}

.oblyx-actions {
  gap: 18px;
}

.oblyx-login {
  color: var(--oblyx-ink);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 45px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--oblyx-radius);
  font-weight: 780;
  white-space: nowrap;
}

.button-primary {
  background: var(--oblyx-blue);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(36, 103, 214, 0.2);
}

.button-secondary {
  border-color: #9eb5d7;
  background: #ffffff;
  color: var(--oblyx-ink);
}

.brand-page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding-top: 16px;
}

.brand-page-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
  color: var(--oblyx-slate);
  font-size: 0.82rem;
  font-weight: 780;
}

.brand-page-nav a.is-current {
  border-color: var(--oblyx-blue);
  background: var(--oblyx-blue);
  color: #ffffff;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.74fr) minmax(680px, 1.26fr);
  gap: 46px;
  align-items: center;
  padding: 56px 0 34px;
}

.eyebrow,
.section-label,
.module-row-label {
  margin: 0 0 18px;
  color: var(--oblyx-blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 660px;
  margin-bottom: 24px;
  color: var(--oblyx-ink);
  font-size: 3.82rem;
  line-height: 1.1;
  letter-spacing: 0;
}

h1::after {
  color: var(--oblyx-blue);
  content: "";
}

h2 {
  margin-bottom: 14px;
  color: var(--oblyx-ink);
  font-size: 1.65rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 4px;
  color: var(--oblyx-ink);
  font-size: 0.94rem;
  line-height: 1.25;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 34px;
  color: var(--oblyx-slate);
  font-size: 1.08rem;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 52px;
}

.support-points {
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.support-points li {
  display: grid;
  grid-template-columns: 44px minmax(120px, 1fr);
  align-items: start;
  gap: 12px;
  flex: 1 1 170px;
  min-width: 178px;
  padding-right: 22px;
  border-right: 1px solid var(--oblyx-border);
}

.support-points li:last-child {
  border-right: 0;
}

.support-points strong,
.support-points small {
  display: block;
}

.support-points strong {
  grid-column: 2;
  color: var(--oblyx-ink);
  font-size: 0.92rem;
}

.support-points small {
  grid-column: 2;
  color: var(--oblyx-muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.support-points img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.support-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  color: var(--oblyx-blue);
}

.support-shield {
  border: 3px solid currentColor;
  border-radius: 16px 16px 18px 18px;
  clip-path: polygon(50% 0, 100% 16%, 92% 72%, 50% 100%, 8% 72%, 0 16%);
}

.support-growth::before,
.support-growth::after,
.support-modules::before,
.support-modules::after {
  position: absolute;
  content: "";
}

.support-growth::before {
  inset: 8px 6px 4px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
}

.support-growth::after {
  right: 4px;
  bottom: 4px;
  width: 26px;
  height: 26px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: skew(-16deg);
}

.support-modules::before {
  top: 15px;
  left: 4px;
  width: 28px;
  border-top: 3px solid currentColor;
}

.support-modules::after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: 19px 10px 0 -1px #f7f9fc, 19px 10px 0 2px currentColor, 0 20px 0 -1px #f7f9fc, 0 20px 0 2px currentColor;
}

.dashboard-shell {
  align-self: start;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 0;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--oblyx-border);
  border-radius: 18px;
  background: var(--oblyx-card);
  box-shadow: var(--oblyx-shadow-panel);
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 22px 14px;
  border-right: 1px solid var(--oblyx-line);
  background: #fbfdff;
}

.dashboard-sidebar > img {
  width: 88px;
  margin-left: 8px;
}

.dashboard-product-name {
  margin-left: 8px;
  color: var(--oblyx-ink);
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
}

.dashboard-sidebar nav {
  display: grid;
  gap: 7px;
}

.dashboard-sidebar a,
.dashboard-help {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 6px;
  color: var(--oblyx-slate);
  font-size: 0.78rem;
  font-weight: 650;
}

.dashboard-sidebar a.is-active {
  background: var(--oblyx-blue);
  color: #ffffff;
}

.dashboard-sidebar a img {
  width: 16px;
  height: 16px;
  margin: 0;
  object-fit: contain;
}

.dashboard-sidebar a > span:not(.dashboard-placeholder-icon),
.dashboard-help span {
  width: 16px;
  color: inherit;
  text-align: center;
}

.dashboard-placeholder-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: var(--oblyx-blue-soft);
  color: var(--oblyx-blue);
  font-size: 0.72rem;
  font-weight: 850;
}

.dashboard-sidebar .dashboard-placeholder-icon {
  width: 16px;
  height: 16px;
  font-size: 0.58rem;
}

.dashboard-help {
  margin-top: auto;
}

.dashboard-main {
  padding: 20px 16px 14px;
}

.dashboard-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.dashboard-topbar h2 {
  margin-bottom: 2px;
  font-size: 1.45rem;
}

.dashboard-topbar p {
  margin: 0;
  color: var(--oblyx-muted);
  font-size: 0.78rem;
}

.dashboard-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 172px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid var(--oblyx-border);
  border-radius: 6px;
  color: var(--oblyx-muted);
  font-size: 0.7rem;
}

.bell,
.avatar {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 1px solid var(--oblyx-border);
  border-radius: 50%;
  background: #ffffff;
}

.bell {
  position: relative;
}

.bell::before {
  position: absolute;
  inset: 8px 9px;
  border: 2px solid var(--oblyx-slate);
  border-bottom: 0;
  border-radius: 8px 8px 2px 2px;
  content: "";
}

.avatar {
  background:
    radial-gradient(circle at 50% 34%, #87543d 0 18%, transparent 19%),
    radial-gradient(circle at 50% 92%, #8fb8ef 0 46%, transparent 47%),
    #dceaff;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 0.88fr 1fr 1fr 0.92fr;
  grid-template-rows: 276px 180px;
  gap: 12px;
}

.dash-card {
  min-width: 0;
  min-height: 0;
  padding: 12px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.pipeline-card {
  grid-column: 1;
  grid-row: 1;
}

.system-map-card {
  grid-column: 2 / span 2;
  grid-row: 1;
}

.activity-card {
  grid-column: 4;
  grid-row: 1;
}

.revenue-card {
  grid-column: 1;
  grid-row: 2;
}

.tasks-card {
  grid-column: 2;
  grid-row: 2;
}

.accounts-card {
  grid-column: 3;
  grid-row: 2;
}

.health-card {
  grid-column: 4;
  grid-row: 2;
}

.card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.card-head h3 {
  margin: 0;
}

.card-head span,
.positive,
.dash-card small {
  color: var(--oblyx-muted);
  font-size: 0.68rem;
}

.card-head span {
  padding: 4px 7px;
  border: 1px solid var(--oblyx-border);
  border-radius: 5px;
  background: #fbfdff;
}

.money {
  display: block;
  color: var(--oblyx-ink);
  font-size: 1.18rem;
  line-height: 1.2;
}

.positive {
  display: block;
  color: var(--oblyx-success);
  font-weight: 750;
}

.pipeline-list,
.activity-list,
.task-list,
.account-list {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.pipeline-list li {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) 36px;
  align-items: center;
  column-gap: 7px;
  row-gap: 0;
  color: var(--oblyx-slate);
  font-size: 0.68rem;
  line-height: 1.18;
}

.pipeline-list small {
  grid-column: 3;
  margin-top: -2px;
  font-size: 0.58rem;
}

.dot,
.activity-dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--oblyx-blue);
}

.dot.green,
.activity-dot.green {
  background: var(--oblyx-success);
}

.dot.amber {
  background: var(--oblyx-warning);
}

.activity-dot.red {
  background: var(--oblyx-danger);
}

.activity-dot.teal {
  background: #26b9aa;
}

.system-map {
  position: relative;
  min-height: 194px;
  overflow: hidden;
}

.system-map::before {
  position: absolute;
  inset: 36px 82px;
  border: 1px dashed #b9cae3;
  border-radius: 50%;
  content: "";
}

.system-core {
  position: absolute;
  top: 62px;
  left: 50%;
  width: 82px;
  transform: translateX(-50%);
  filter: drop-shadow(0 14px 20px rgba(16, 25, 35, 0.16));
}

.system-node {
  position: absolute;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  min-width: 106px;
  padding: 9px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
  box-shadow: var(--oblyx-shadow-card);
}

.system-node img,
.system-node .dashboard-placeholder-icon {
  width: 28px;
  height: 28px;
}

.system-node img {
  object-fit: contain;
}

.system-node .dashboard-placeholder-icon {
  display: grid;
  place-items: center;
  border-radius: 6px;
}

.system-node strong,
.system-node small {
  grid-column: 2;
  display: block;
}

.system-node strong {
  font-size: 0.72rem;
}

.system-node small {
  color: var(--oblyx-success);
  font-size: 0.64rem;
}

.system-node.is-placeholder small {
  color: var(--oblyx-warning);
}

.node-crm { top: 10px; left: 20px; }
.node-projects { top: 12px; right: 18px; }
.node-finance { top: 82px; left: 0; }
.node-people { top: 82px; right: 0; }
.node-automations { bottom: 0; left: 26px; }
.node-analytics { bottom: 0; right: 26px; }

.activity-list li {
  position: relative;
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) 26px;
  column-gap: 8px;
  row-gap: 0;
  align-items: start;
  font-style: normal;
}

.activity-list .activity-dot {
  grid-row: 1 / span 2;
  margin-top: 5px;
}

.activity-list strong,
.activity-list small {
  display: block;
  grid-column: 2;
}

.activity-list strong {
  color: var(--oblyx-ink);
  font-size: 0.68rem;
  line-height: 1.25;
}

.activity-list small {
  font-size: 0.62rem;
  line-height: 1.25;
}

.activity-list em {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--oblyx-muted);
  font-size: 0.6rem;
  font-style: normal;
}

.mini-link {
  display: block;
  margin-top: 7px;
  padding: 6px;
  border: 1px solid var(--oblyx-border);
  border-radius: 6px;
  color: var(--oblyx-blue);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.sparkline {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 32px;
  margin-top: 8px;
}

.sparkline span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: var(--oblyx-blue);
}

.sparkline span:nth-child(1) { height: 20px; opacity: .55; }
.sparkline span:nth-child(2) { height: 28px; opacity: .68; }
.sparkline span:nth-child(3) { height: 24px; opacity: .62; }
.sparkline span:nth-child(4) { height: 34px; opacity: .78; }
.sparkline span:nth-child(5) { height: 31px; opacity: .72; }
.sparkline span:nth-child(6) { height: 38px; opacity: .86; }
.sparkline span:nth-child(7) { height: 32px; }

.task-list li,
.account-list li {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  gap: 8px;
  align-items: center;
  color: var(--oblyx-slate);
  font-size: 0.72rem;
}

.task-list strong {
  padding: 2px 6px;
  border-radius: 999px;
  background: #fff1e5;
  color: #c35c13;
  font-size: 0.62rem;
}

.task-list li:first-child strong {
  background: #ffe9ed;
  color: #c72e4b;
}

.task-list li:last-child strong {
  background: #e8f8f2;
  color: #18845e;
}

.account-list span {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  background: var(--oblyx-slate);
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 800;
}

.health-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.health-ring {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin: 6px 0;
  border: 7px solid var(--oblyx-blue);
  border-left-color: var(--oblyx-success);
  border-radius: 50%;
}

.health-ring strong,
.health-ring span {
  display: block;
  line-height: 1;
}

.health-ring strong {
  font-size: 1.34rem;
}

.health-ring span {
  color: var(--oblyx-success);
  font-size: 0.58rem;
  font-weight: 800;
}

.core-modules-card,
.benefit-strip,
.bos-card {
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(16, 25, 35, 0.045);
}

.core-modules-card {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 32px;
}

.core-intro h2 {
  font-size: 1.35rem;
}

.core-intro p:not(.section-label) {
  color: var(--oblyx-muted);
  font-size: 0.92rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--oblyx-blue);
  font-size: 0.92rem;
  font-weight: 850;
}

.module-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.module-row-label {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: var(--oblyx-muted);
}

.module-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  min-height: 108px;
  padding: 16px;
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.module-card img,
.module-icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.module-card img {
  margin-top: 4px;
}

.module-icon {
  display: grid;
  place-items: center;
  border-radius: var(--oblyx-radius-sm);
  background: var(--oblyx-blue);
  color: #ffffff;
  font-weight: 850;
}

.module-card p {
  margin-bottom: 12px;
  color: var(--oblyx-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.module-card span:not(.module-icon) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--oblyx-slate);
  font-size: 0.68rem;
}

.module-card span:not(.module-icon)::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oblyx-success);
  content: "";
}

.module-card.is-placeholder span:not(.module-icon)::before {
  background: var(--oblyx-warning);
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 20px 24px;
}

.benefit-strip div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 0 28px;
  border-right: 1px solid var(--oblyx-border);
}

.benefit-strip div:last-child {
  border-right: 0;
}

.benefit-strip strong,
.benefit-strip small {
  display: block;
}

.benefit-strip strong {
  grid-column: 2;
  color: var(--oblyx-ink);
}

.benefit-strip small {
  grid-column: 2;
  color: var(--oblyx-muted);
  font-size: 0.8rem;
}

.benefit-strip img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.benefit-icon {
  position: relative;
  width: 34px;
  height: 34px;
  color: var(--oblyx-blue);
}

.benefit-icon::before,
.benefit-icon::after {
  position: absolute;
  content: "";
}

.benefit-icon.connected::before {
  inset: 6px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.benefit-icon.connected::after {
  top: 15px;
  left: 0;
  width: 34px;
  border-top: 3px solid currentColor;
  transform: rotate(-32deg);
}

.benefit-icon.lightning::before {
  inset: 2px 8px;
  background: currentColor;
  clip-path: polygon(48% 0, 100% 0, 65% 40%, 92% 40%, 26% 100%, 42% 55%, 10% 55%);
}

.benefit-icon.secure::before {
  inset: 2px 5px;
  border: 3px solid currentColor;
  border-radius: 14px 14px 16px 16px;
  clip-path: polygon(50% 0, 100% 18%, 88% 74%, 50% 100%, 12% 74%, 0 18%);
}

.benefit-icon.extensible::before {
  inset: 4px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.benefit-icon.extensible::after {
  top: 0;
  left: 14px;
  width: 6px;
  height: 34px;
  background: var(--oblyx-bg);
  box-shadow: 0 14px 0 2px currentColor;
}

.bos-card {
  display: grid;
  grid-template-columns: 280px 330px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 28px;
  padding: 26px 30px;
}

.bos-intro h2 {
  font-size: 1.95rem;
}

.bos-intro p:not(.section-label) {
  color: var(--oblyx-muted);
  font-size: 0.92rem;
}

.bos-wordmark {
  display: grid;
  place-items: center;
  min-height: 178px;
  padding: 28px;
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.bos-wordmark img {
  width: 250px;
}

.bos-wordmark p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 0;
  color: var(--oblyx-slate);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.bos-wordmark span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oblyx-blue);
}

.bos-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 170px;
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.bos-features article {
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px;
  border-right: 1px solid var(--oblyx-border);
  text-align: center;
}

.bos-features article:last-child {
  border-right: 0;
}

.feature-icon,
.bos-features img {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 14px;
  color: var(--oblyx-blue);
  font-size: 1.5rem;
  font-weight: 800;
}

.bos-features img {
  object-fit: contain;
}

.bos-features p {
  margin: 0;
  color: var(--oblyx-muted);
  font-size: 0.82rem;
}

.footer {
  border-top: 1px solid var(--oblyx-border);
  background: #ffffff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 260px 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 28px 0;
}

.footer-brand img {
  width: 126px;
  margin-bottom: 10px;
}

.footer p,
.footer a,
.footer-bottom {
  color: var(--oblyx-muted);
  font-size: 0.84rem;
}

.footer p {
  margin: 0;
}

.footer-nav,
.footer-meta {
  flex-wrap: wrap;
  gap: 18px;
}

.footer-nav {
  justify-content: center;
}

.footer-meta {
  justify-content: flex-end;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 22px;
}

.brand-board,
.icon-board {
  padding: 44px 0 56px;
}

.brand-board-header {
  max-width: 760px;
  margin-bottom: 26px;
}

.brand-board-header h1 {
  margin: 0 0 12px;
  font-size: 2.4rem;
  line-height: 1.1;
}

.brand-board-header p:not(.eyebrow),
.brand-asset-card p,
.brand-notes-card li {
  color: var(--oblyx-muted);
}

.brand-asset-grid,
.brand-usage-grid {
  display: grid;
  gap: 18px;
}

.brand-asset-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-usage-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.brand-asset-card,
.brand-usage-card,
.brand-notes-card {
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 25, 35, 0.045);
}

.brand-asset-card {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.brand-asset-card.asset-wide {
  grid-column: span 3;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: center;
}

.brand-asset-card h2,
.brand-notes-card h2 {
  font-size: 1.28rem;
}

.brand-asset-card p:not(.section-label) {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.asset-canvas,
.usage-surface {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
}

.asset-canvas {
  background:
    linear-gradient(#edf2f8 1px, transparent 1px),
    linear-gradient(90deg, #edf2f8 1px, transparent 1px),
    #ffffff;
  background-size: 32px 32px;
}

.asset-canvas img {
  max-height: 168px;
  object-fit: contain;
}

.asset-wide .asset-canvas img {
  width: min(640px, 100%);
  max-height: 190px;
}

.asset-bos {
  width: min(330px, 100%);
}

.asset-core {
  width: min(260px, 100%);
}

.brand-usage-card,
.brand-notes-card {
  padding: 20px;
}

.usage-surface {
  grid-template-columns: 1.3fr 1fr 96px;
  gap: 24px;
  justify-items: center;
  min-height: 190px;
}

.usage-surface img {
  max-height: 96px;
  object-fit: contain;
}

.usage-dark {
  background: var(--oblyx-slate);
}

.usage-dark img {
  padding: 12px;
  border-radius: var(--oblyx-radius);
  background: rgba(255, 255, 255, 0.95);
}

.usage-light {
  background: #ffffff;
}

.brand-notes-card {
  margin-top: 18px;
}

.brand-notes-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  margin: 16px 0 0;
}

.icon-board {
  padding: 44px 0 56px;
}

.icon-section {
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 25, 35, 0.045);
}

.icon-section-head {
  margin-bottom: 18px;
}

.icon-section-head h2 {
  font-size: 1.36rem;
}

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

.icon-grid-small {
  grid-template-columns: minmax(0, 1fr);
}

.icon-card {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 18px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.icon-card span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
}

.icon-card img,
.layout-proof-icons img,
.layout-module-strip img,
.layout-value-strip img,
.layout-bos-points img {
  object-fit: contain;
}

.icon-card img {
  width: 64px;
  height: 64px;
}

.icon-card p {
  margin: 0;
  color: var(--oblyx-muted);
  font-size: 0.9rem;
}

.homepage-prototype {
  min-height: 100vh;
  overflow: hidden;
  background: #ffffff;
}

.layout-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.38fr) minmax(620px, 0.62fr);
  gap: 44px;
  align-items: center;
  padding: 58px 0 34px;
}

.layout-hero-copy h1 {
  max-width: 560px;
  font-size: 3.55rem;
}

.layout-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--oblyx-slate);
  font-size: 1.06rem;
}

.layout-proof-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.layout-proof-icons article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 62px;
}

.layout-proof-icons img {
  width: 36px;
  height: 36px;
}

.layout-proof-icons strong {
  font-size: 0.86rem;
}

.layout-dashboard {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--oblyx-border);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--oblyx-shadow-panel);
}

.layout-dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px 14px;
  border-right: 1px solid var(--oblyx-line);
  background: #fbfdff;
}

.layout-dashboard-sidebar img {
  width: 88px;
  height: auto;
  margin-bottom: 18px;
}

.layout-dashboard-sidebar span {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--oblyx-slate);
  font-size: 0.78rem;
  font-weight: 700;
}

.layout-dashboard-sidebar .is-active {
  background: var(--oblyx-blue);
  color: #ffffff;
}

.layout-dashboard-main {
  padding: 22px;
}

.layout-dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.layout-dashboard-top h2 {
  font-size: 1.45rem;
}

.layout-dashboard-top p,
.layout-dashboard-top span,
.layout-panel p {
  color: var(--oblyx-muted);
  font-size: 0.78rem;
}

.layout-dashboard-top span {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border: 1px solid var(--oblyx-border);
  border-radius: 6px;
}

.layout-dashboard-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.7fr 1fr;
  gap: 12px;
}

.layout-panel {
  min-height: 142px;
  padding: 14px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
}

.layout-panel strong {
  display: block;
  color: var(--oblyx-ink);
  font-size: 1.35rem;
}

.system-panel {
  grid-column: span 1;
  grid-row: span 2;
}

.layout-system-map {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
}

.layout-system-map > img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.layout-system-map > span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 6px 9px;
  border: 1px solid var(--oblyx-border);
  border-radius: 6px;
  background: #ffffff;
  color: var(--oblyx-slate);
  font-size: 0.7rem;
  font-weight: 800;
}

.layout-system-map > span > img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.layout-system-map > span.is-placeholder {
  border-color: #f3d3ad;
  color: #9a5a14;
}

.layout-system-map > span .dashboard-placeholder-icon {
  width: 18px;
  height: 18px;
  font-size: 0.58rem;
}

.layout-system-map > span:nth-of-type(1) { top: 16px; left: 18px; }
.layout-system-map > span:nth-of-type(2) { top: 18px; right: 18px; }
.layout-system-map > span:nth-of-type(3) { left: 0; bottom: 80px; }
.layout-system-map > span:nth-of-type(4) { right: 0; bottom: 80px; }
.layout-system-map > span:nth-of-type(5) { bottom: 18px; left: 18px; }
.layout-system-map > span:nth-of-type(6) { right: 18px; bottom: 18px; }

.layout-module-strip,
.layout-value-strip,
.layout-bos-section {
  border: 1px solid var(--oblyx-border);
  border-radius: var(--oblyx-radius);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(16, 25, 35, 0.045);
}

.layout-module-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 22px;
}

.layout-module-strip article,
.layout-value-strip article,
.layout-bos-points article {
  min-width: 0;
}

.layout-module-strip article {
  display: grid;
  gap: 10px;
  min-height: 148px;
  padding: 16px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
}

.layout-module-strip img,
.layout-module-strip .placeholder-icon {
  width: 36px;
  height: 36px;
}

.layout-module-strip .placeholder-icon {
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--oblyx-blue);
  color: #ffffff;
  font-weight: 850;
}

.layout-module-strip p,
.layout-value-strip p,
.layout-bos-copy p,
.layout-module-strip article > span:last-child {
  color: var(--oblyx-muted);
  font-size: 0.82rem;
}

.layout-module-strip article > span:last-child {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.layout-module-strip article > span:last-child::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--oblyx-success);
  content: "";
}

.layout-module-strip .is-placeholder > span:last-child::before {
  background: var(--oblyx-warning);
}

.layout-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  padding: 20px 24px;
}

.layout-value-strip article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 0 18px;
  border-right: 1px solid var(--oblyx-border);
}

.layout-value-strip article:last-child {
  border-right: 0;
}

.layout-value-strip img {
  width: 36px;
  height: 36px;
}

.layout-value-strip h3,
.layout-value-strip p {
  grid-column: 2;
  margin: 0;
}

.layout-bos-section {
  display: grid;
  grid-template-columns: 280px 330px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 36px;
  padding: 26px 30px;
}

.layout-bos-copy h2 {
  font-size: 1.9rem;
}

.layout-bos-logo {
  display: grid;
  min-height: 160px;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
}

.layout-bos-logo img {
  width: min(260px, 100%);
  height: auto;
}

.layout-bos-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--oblyx-line);
  border-radius: var(--oblyx-radius);
}

.layout-bos-points article {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 150px;
  align-content: center;
  padding: 18px;
  border-right: 1px solid var(--oblyx-line);
  text-align: center;
}

.layout-bos-points article:last-child {
  border-right: 0;
}

.layout-bos-points img {
  width: 64px;
  height: 64px;
}

@media (max-width: 1260px) {
  :root {
    --oblyx-page: min(1180px, calc(100vw - 36px));
  }

  .oblyx-header-inner {
    grid-template-columns: 170px 1fr auto;
  }

  .oblyx-nav {
    gap: 20px;
  }

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

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

  .dashboard-shell {
    max-width: 920px;
  }

  .core-modules-card,
  .bos-card,
  .brand-asset-card.asset-wide,
  .brand-asset-grid {
    grid-template-columns: 1fr;
  }

  .brand-asset-card.asset-wide {
    grid-column: span 1;
  }

  .module-row,
  .bos-features,
  .icon-grid,
  .layout-module-strip,
  .layout-bos-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .layout-hero,
  .layout-bos-section {
    grid-template-columns: 1fr;
  }

  .layout-dashboard {
    max-width: 920px;
  }
}

@media (max-width: 900px) {
  .oblyx-header-inner {
    grid-template-columns: 1fr auto;
  }

  .oblyx-nav {
    display: none;
  }

  h1 {
    font-size: 3.65rem;
  }

  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    display: none;
  }

  .dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .pipeline-card,
  .system-map-card,
  .activity-card,
  .revenue-card,
  .tasks-card,
  .accounts-card,
  .health-card {
    grid-column: auto;
    grid-row: auto;
  }

  .system-map-card,
  .activity-card {
    grid-column: span 2;
  }

  .support-points,
  .benefit-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .support-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .support-points li,
  .benefit-strip div {
    border-right: 0;
  }

  .benefit-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .footer-nav,
  .footer-meta {
    justify-content: flex-start;
  }

  .brand-usage-grid,
  .usage-surface,
  .layout-dashboard,
  .layout-dashboard-grid,
  .layout-value-strip {
    grid-template-columns: 1fr;
  }

  .layout-dashboard-sidebar {
    display: none;
  }

  .layout-value-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--oblyx-border);
  }

  .layout-value-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --oblyx-page: min(100vw - 28px, 1460px);
  }

  .oblyx-header-inner,
  .oblyx-actions,
  .hero-actions,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .oblyx-header-inner {
    display: flex;
    min-height: 86px;
    padding: 14px 0;
  }

  .oblyx-actions,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 2.7rem;
  }

  .hero {
    padding-top: 38px;
  }

  .dashboard-main {
    padding: 16px;
  }

  .dashboard-topbar,
  .dashboard-tools {
    align-items: stretch;
    flex-direction: column;
  }

  .search-box {
    width: 100%;
  }

  .dashboard-grid,
  .module-row,
  .bos-features,
  .icon-grid,
  .layout-proof-icons,
  .layout-module-strip,
  .layout-bos-points {
    grid-template-columns: 1fr;
  }

  .layout-hero-copy h1 {
    font-size: 2.55rem;
  }

  .layout-proof-icons article,
  .layout-value-strip article {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .layout-dashboard-main {
    padding: 16px;
  }

  .layout-system-map {
    min-height: 410px;
  }

  .layout-system-map > span {
    position: static;
    transform: none;
  }

  .layout-system-map {
    gap: 8px;
  }

  .layout-bos-section,
  .layout-module-strip,
  .layout-value-strip {
    padding: 18px;
  }

  .system-map-card,
  .activity-card {
    grid-column: auto;
  }

  .system-map {
    min-height: 520px;
  }

  .system-map::before {
    display: none;
  }

  .system-core,
  .system-node {
    position: static;
    transform: none;
  }

  .system-map {
    display: grid;
    gap: 10px;
    justify-items: stretch;
  }

  .system-core {
    justify-self: center;
  }

  .support-points li,
  .module-card,
  .benefit-strip div {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .core-modules-card,
  .bos-card {
    padding: 18px;
  }

  .bos-wordmark img {
    width: 210px;
  }

  .bos-features article {
    border-right: 0;
    border-bottom: 1px solid var(--oblyx-border);
  }

  .bos-features article:last-child {
    border-bottom: 0;
  }
}
