/* Homepage — production build of Stensul Homepage.dc.html */

html, body {
  margin: 0;
  padding: 0;
  background: #FDFDFC;
}

body {
  font-family: 'Synapse', 'Poppins', 'Inter', system-ui, sans-serif;
  color: #201F1D;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

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

a {
  color: #0A7891;
  text-decoration: none;
}

a:hover {
  color: #0C505D;
}

img {
  max-width: 100%;
}

/* Focus rings — each tied to the background it sits on */
.fr-white:focus-visible { outline: none; box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0A7891; }
.fr-f8:focus-visible { outline: none; box-shadow: 0 0 0 2px #F8F7F7, 0 0 0 4px #0A7891; }
.fr-teal:focus-visible { outline: none; box-shadow: 0 0 0 2px #0D2828, 0 0 0 4px #C9FEFF; }
.fr-citron:focus-visible { outline: none; box-shadow: 0 0 0 2px #0D2828, 0 0 0 4px #FFFA66; }
.fr-demo:focus-visible { outline: none; box-shadow: 0 0 0 2px #0C505D, 0 0 0 4px #C9FEFF; }

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* ---------- Announcement bar ---------- */

.announcement-bar {
  background: #0D2828;
  color: #C9FEFF;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.announcement-bar strong {
  font-weight: 500;
}

.announcement-link {
  color: #C9FEFF;
  font-weight: 600;
  border-bottom: 1px solid rgba(201, 254, 255, .45);
  border-radius: 4px;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(248, 247, 247, .94);
  backdrop-filter: blur(8px);
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px clamp(24px, 5.5vw, 80px);
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.logo-link {
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.logo-link img {
  height: 26px;
  width: auto;
  display: block;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: none;
}

.connect-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid var(--color-teal-teal-shade, #0C505D);
  border-radius: 8px;
  background: transparent;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-neutrals-black, #201F1D);
  white-space: nowrap;
}

.connect-pill:hover {
  background: rgba(12, 80, 93, .06);
}

.connect-pill img {
  height: 19px;
  width: 71px;
  display: block;
}

.demo-cta-link {
  display: block;
  border-radius: 8px;
}

.demo-cta {
  width: fit-content;
  height: 48px;
  border-radius: 8px;
  background: var(--color-teal-teal-shade, #0C505D);
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 13px 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.demo-cta:hover {
  background: var(--color-teal-teal-dark, #0D2828);
}

.demo-cta span {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}

@media (max-width: 700px) {
  .header-inner { gap: 16px; }
  .connect-pill img { display: none; }
}

@media (max-width: 480px) {
  .header-inner { padding: 12px 16px; gap: 12px; min-height: 64px; }
  .logo-link img { height: 20px; }
  .header-actions { gap: 8px; }
  .connect-pill { height: 40px; padding: 0 12px; font-size: 13px; }
  .demo-cta { height: 40px; padding: 0 12px; }
  .demo-cta span { font-size: 13px; }
}

/* ---------- Hero ---------- */

.hero-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px 72px;
}

.hero-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #0A7891;
}

.hero-title {
  margin: 0;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  font-weight: 600;
  color: #201F1D;
}

.hero-title .highlight {
  background: #FFFA66;
  padding: 0 .08em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-desc {
  margin: 0;
  max-width: 640px;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.6;
  color: #4A453F;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding-top: 4px;
}

.btn-primary {
  background: #0C505D;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
}

.btn-primary:hover {
  background: #0D2828;
  color: #ffffff;
}

.btn-secondary {
  background: #ffffff;
  color: #332F2A;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1px solid #A8A39F;
}

.btn-secondary:hover {
  background: #F8F7F7;
  color: #332F2A;
}

/* ---------- Proof mosaic ---------- */

.proof-section {
  border-top: 1px solid #E4E1DF;
  border-bottom: 1px solid #E4E1DF;
  background: #F8F7F7;
}

.proof-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px 64px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
}

.proof-lede {
  margin: 0;
  max-width: 820px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(32, 31, 29, .8);
}

.proof-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-auto-rows: minmax(106px, auto);
  grid-auto-flow: row dense;
  gap: 16px;
}

.proof-cell {
  position: relative;
  background: #ffffff;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  padding: 20px 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gc-1 { grid-column: span 1; }
.gc-2 { grid-column: span 2; }
.gr-1 { grid-row: span 1; }
.gr-2 { grid-row: span 2; }

.proof-arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 9px;
  height: 9px;
  opacity: .85;
}

.proof-logo-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-logo-center img {
  width: 100%;
  height: auto;
  display: block;
}

.proof-logo-box {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
}

.logo-bg-xylem { aspect-ratio: 136 / 55; background-image: url(../assets/logos/xylem.png); background-position: 50% 49.474%; background-size: 100% 246.154%; }
.logo-bg-thomson { aspect-ratio: 200 / 35; background-image: url(../assets/logos/thomson-reuters.png); background-position: 50% 50%; background-size: 100% 322.581%; }
.logo-bg-monarch { aspect-ratio: 137 / 46; background-image: url(../assets/logos/monarch.png); background-position: 53.261% 51.190%; background-size: 119.658% 153.846%; }
.logo-bg-equifax { aspect-ratio: 156 / 32.853; background-image: url(../assets/logos/equifax.jpg); background-position: 50.001% 47.744%; background-size: 100.074% 267.296%; }
.logo-bg-aba { aspect-ratio: 173 / 54; background-image: url(../assets/logos/aba.jpg); background-position: 49.342% 49.154%; background-size: 143.429% 314.891%; }
.logo-bg-enlyte { aspect-ratio: 157 / 42; background-image: url(../assets/logos/enlyte.jpg); background-position: 50% 54.510%; background-size: 96.814% 187.329%; }
.logo-bg-cisco { aspect-ratio: 106 / 56; background-image: url(../assets/logos/cisco.png); background-position: center; background-size: cover; }

.stat-number {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: -0.02em;
}

.stat-label {
  margin-top: 12px;
  font-size: 18px;
  line-height: 1.45;
  color: #161617;
}

.stat-logo-slot {
  margin-top: auto;
  padding-top: 16px;
}

.mosaic-text {
  font-size: 20px;
  line-height: 1.5;
  color: #1A1A1A;
}

.mosaic-quote {
  font-size: 17px;
  line-height: 1.5;
  color: #1A1A1A;
}

.mosaic-attribution {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #595752;
}

.mosaic-heading {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  color: #161617;
  letter-spacing: -0.01em;
}

.logo-slot {
  margin-top: auto;
  padding-top: 14px;
}

/* ---------- Problem statement ---------- */

.problem-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px 40px;
}

.section-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 760px;
}

.section-heading {
  margin: 0;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #201F1D;
}

.section-body {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #4A453F;
}

/* ---------- Governance comparison ---------- */

.compare-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px 32px;
}

.compare-panel {
  border: 1px solid #E4E1DF;
  border-radius: 16px;
  background: #FDFDFC;
  padding: clamp(20px, 3vw, 36px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 3vw, 40px);
}

.compare-col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.compare-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  display: block;
}

.compare-dot.bad { background: #A8A39F; }
.compare-dot.good { background: #0A7891; }

.compare-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.compare-label.bad { color: #6B665E; }
.compare-label.good { color: #0A7891; }

.compare-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.compare-tag {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
}

.compare-tag.bad { border: 1px solid #E4E1DF; background: #F8F7F7; color: #4A453F; }
.compare-tag.good { border: 1px solid #C9FEFF; background: #C9FEFF; color: #0C505D; }

.compare-connector {
  height: 24px;
  width: 1px;
  margin-left: 22px;
}

.compare-connector.bad { background: #D6D1CD; }
.compare-connector.good { background: #C9FEFF; }

.compare-block {
  border-radius: 10px;
  padding: 18px 20px;
}

.compare-block.bad-solid { border: 1px solid #E4E1DF; background: #F8F7F7; }
.compare-block.bad-dashed { border: 1px dashed #D6D1CD; }
.compare-block.good-solid { background: #0C505D; }
.compare-block.good-highlight { border: 1px solid #C9FEFF; background: #C9FEFF; }

.compare-block-title {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.compare-block-desc {
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.compare-microtags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 2px;
}

.compare-microtag {
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 6px;
}

.compare-microtag.bad { color: #6B665E; background: #F0EEED; }
.compare-microtag.good { color: #0A7891; background: #C9FEFF; }

/* ---------- How it works ---------- */

.how-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
}

.flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.flow-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flow-row-line {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.flow-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #6B665E;
}

.flow-label--good { color: #0A7891; }

.flow-track {
  display: grid;
  grid-template-columns:
    120px 24px
    120px 24px
    120px 24px
    120px 24px
    120px;
  justify-content: start;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.flow-track--today {
  grid-template-rows: 40px auto;
  row-gap: 8px;
}

.flow-track--today > .flow-step,
.flow-track--today > .flow-connector {
  grid-row: 2;
}

.flow-loop {
  grid-row: 1;
  grid-column: 1 / 8;
  position: relative;
}

.flow-loop-arrow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-loop-arrowhead {
  position: absolute;
  left: 11%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #0D2828;
}

.flow-loop-label {
  position: absolute;
  left: 47%;
  top: 32%;
  transform: translate(-50%, -100%);
  margin-bottom: 4px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
  color: #0D2828;
}

.flow-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  border-radius: 10px;
  padding: 14px 12px;
}

.flow-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.flow-badge--x {
  width: 22px;
  height: 22px;
  background: #0D2828;
  color: #FFFA66;
  font-size: 18px;
  font-weight: 800;
}

.flow-badge--check {
  background: #0C505D;
  color: #FFFA66;
}

.flow-step.flow-step--badged {
  padding-right: 34px;
}

.flow-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #0D2828;
}

.flow-connector--good { color: #0D2828; }

.flow-step--dark {
  background: #0D2828;
}

.flow-step--dark .flow-step-name { color: #ffffff; }

.flow-step--warn {
  background: #FFFA66;
}

.flow-step--warn .flow-step-name {
  color: #201F1D;
}

.flow-step--empty {
  background: transparent;
  border: 1px dashed #0A7891;
}

.flow-step--empty .flow-step-name {
  color: #6B665E;
}

.flow-step--gold {
  background: #FFFA66;
}

.flow-step--gold .flow-step-name {
  color: #201F1D;
}

.flow-step-name {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  overflow-wrap: break-word;
}

@media (max-width: 480px) {
  .flow-track {
    grid-template-columns:
      90px 18px
      90px 18px
      90px 18px
      90px 18px
      90px;
  }

  .flow-step {
    padding: 12px 10px;
  }

  .flow-step.flow-step--badged {
    padding-right: 30px;
  }

  .flow-step-name { font-size: 13px; }

  .flow-loop-label { font-size: 10px; }
}

/* ---------- MCP section ---------- */

.mcp-section {
  background: #0D2828;
  color: #ffffff;
}

.mcp-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.mcp-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mcp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  border: 1px solid rgba(201, 254, 255, .4);
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9FEFF;
}

.mcp-heading {
  margin: 0;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #ffffff;
}

.mcp-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #C9FEFF;
}

.mcp-tagline {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #C9FEFF;
  font-weight: 500;
}

.mcp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.btn-citron {
  background: #FFFA66;
  color: #201F1D;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
}

.btn-citron:hover {
  background: #FFFDC7;
  color: #201F1D;
}

.btn-outline-teal {
  border: 1px solid rgba(201, 254, 255, .35);
  color: #C9FEFF;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
}

.btn-outline-teal:hover {
  background: rgba(201, 254, 255, .08);
  color: #C9FEFF;
}

.pipeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(201, 254, 255, .22);
  border-radius: 16px;
  padding: clamp(18px, 2.5vw, 28px);
  background: rgba(12, 80, 93, .35);
}

.pipeline-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(201, 254, 255, .22);
  border-radius: 10px;
  background: rgba(13, 40, 40, .5);
}

.pipeline-step.is-final {
  border: 1px solid #0A7891;
  background: #0C505D;
}

.pipeline-step-title {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.pipeline-step-desc {
  font-size: 13px;
  line-height: 19px;
  color: #C9FEFF;
}

.pipeline-connector {
  height: 22px;
  width: 1px;
  background: rgba(201, 254, 255, .5);
  margin-left: 20px;
}

/* ---------- Maturity ---------- */

.maturity-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
}

.maturity-intro {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 720px;
  margin-bottom: 36px;
}

.maturity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.stage-btn {
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 12px;
  transition: border-color .15s ease, box-shadow .15s ease;
  outline-offset: 2px;
  border: 1px solid #E4E1DF;
  background: #FDFDFC;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05);
}

.stage-btn:hover {
  border-color: #C9FEFF;
}

.stage-btn.is-selected {
  border: 1px solid #0A7891;
  background: #C9FEFF;
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .10);
}

.stage-step {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #0A7891;
}

.stage-title {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.25;
  color: #201F1D;
}

.stage-body {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6B665E;
}

.maturity-answer-bar {
  margin-top: 24px;
  border: 1px solid #C9FEFF;
  background: #C9FEFF;
  border-radius: 12px;
  padding: 24px 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.maturity-answer-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #0A7891;
}

.maturity-answer-text {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #0C505D;
}

.btn-primary-sm {
  background: #0C505D;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 8px;
  white-space: nowrap;
}

.btn-primary-sm:hover {
  background: #0D2828;
  color: #ffffff;
}

/* ---------- Industries ---------- */

.industries-section {
  background: #F8F7F7;
  border-top: 1px solid #E4E1DF;
  border-bottom: 1px solid #E4E1DF;
}

.industries-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 88px 24px;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.industry-card {
  background: #FDFDFC;
  border: 1px solid #E4E1DF;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.industry-title {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #201F1D;
}

.industry-desc {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #6B665E;
  flex: 1;
}

.industry-stat {
  font-size: 13px;
  font-weight: 600;
  color: #0A7891;
}

/* ---------- Stack / workflow ---------- */

.stack-section {
  background: #F8F7F7;
  border-top: 1px solid #E4E1DF;
  border-bottom: 1px solid #E4E1DF;
}

.stack-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
}

.stack-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin-bottom: 44px;
}

.stack-heading {
  margin: 0;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(28px, 3.8vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #201F1D;
}

.stack-heading .highlight {
  background: #FFFA66;
  padding: 0 .08em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.stack-table {
  background: #F0EEED;
  border: 1px solid #E4E1DF;
  border-radius: 20px;
  padding: clamp(16px, 2.5vw, 28px);
}

.stack-rows {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 24px 28px;
  align-items: start;
}

.stack-row-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 4px;
}

.stack-row-label .kicker {
  font-size: 14px;
  line-height: 20px;
  color: #6B665E;
}

.stack-row-label .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #201F1D;
}

.stack-divider {
  grid-column: 1 / -1;
  height: 1px;
  background: #E4E1DF;
}

.stack-stensul-card {
  background: #F8F7F7;
  border: 1px solid #E4E1DF;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.stack-stensul-card img {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: block;
}

.stack-stensul-name {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #0C505D;
}

.stack-stensul-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 14px;
  line-height: 20px;
  color: #4A453F;
}

.stack-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.stack-tool-card-branded {
  background: #F8F7F7;
  border: 1px solid #E4E1DF;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.stack-tool-card-branded img {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  display: block;
}

.stack-tool-card-branded .desc {
  font-size: 14px;
  line-height: 20px;
  color: #4A453F;
}

.stack-tool-card-branded .name {
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0C505D;
}

.stack-tool-card-open {
  background: #FDFDFC;
  border: 1px solid #E4E1DF;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stack-tool-card-open .label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #201F1D;
}

.stack-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stack-chip {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #4A453F;
  background: #F8F7F7;
  border: 1px solid #E4E1DF;
  border-radius: 6px;
  padding: 6px 11px;
  white-space: nowrap;
}

.stack-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 15px;
  font-weight: 600;
  padding-top: 32px;
}

.stack-links a {
  border-radius: 4px;
}

/* ---------- Demo CTA ---------- */

.demo-section {
  background: #0C505D;
}

.demo-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.demo-heading {
  margin: 0;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #ffffff;
  max-width: 780px;
}

.demo-desc {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #C9FEFF;
  max-width: 660px;
}

.btn-demo-white {
  background: #ffffff;
  color: #0C505D;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 26px;
  border-radius: 8px;
  border: none;
}

.btn-demo-white:hover {
  background: #C9FEFF;
  color: #0C505D;
}

/* ---------- Footer ---------- */

.site-footer {
  background: #0D2828;
  color: #C9FEFF;
}

.footer-top {
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-logo {
  height: 26px;
  width: auto;
  display: block;
  align-self: flex-start;
}

.footer-address {
  font-size: 14px;
  line-height: 21px;
  color: #C9FEFF;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
}

.footer-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9FEFF;
  margin-bottom: 4px;
}

.footer-col a {
  color: #C9FEFF;
}

.footer-bottom {
  border-top: 1px solid rgba(201, 254, 255, .18);
}

.footer-bottom-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  font-size: 13px;
  color: #C9FEFF;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #C9FEFF;
}

@media (max-width: 640px) {
  .stack-rows {
    grid-template-columns: 1fr;
  }
}
