.hero-support {
  max-width: 620px;
  margin: 15px 0 0;
  color: #7a8290;
  font-size: 14px;
  line-height: 1.65;
}

.delivery-summary {
  margin-top: 18px;
  padding: 15px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: #c9ced9;
}

.delivery-summary > .mock-label {
  display: block;
  margin-bottom: 10px;
  color: #858d9d;
}

.delivery-summary-row {
  min-height: 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #303544;
}

.delivery-summary-row:first-of-type {
  border-top: 0;
}

.delivery-summary-row b {
  color: #fff;
  font-size: 11px;
}

.delivery-summary-row em {
  color: #8fe0ba;
  font-size: 9px;
  font-style: normal;
}

.market-shift {
  padding-top: 130px;
  padding-bottom: 30px;
}

.market-shift .section-heading {
  max-width: 860px;
}

.shift-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.shift-card {
  min-height: 255px;
  padding: 30px;
  border: 1px solid #e1e4e9;
  border-radius: 16px;
  background: #fff;
}

.shift-card-accent {
  border-color: #d3d4fb;
  background: #f5f5ff;
}

.shift-kicker,
.shadow-label {
  color: #969daa;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
}

.shift-card-accent .shift-kicker {
  color: var(--indigo);
}

.shift-card h3 {
  margin: 36px 0 0;
  font-size: 22px;
  letter-spacing: -.016em;
}

.shift-card p {
  margin: 13px 0 0;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.65;
}

.control-question {
  margin-top: 16px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr auto auto 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid #e1e4e9;
  border-radius: 14px;
  background: var(--ink);
  color: #fff;
}

.control-question span {
  color: #929aaa;
  font-size: 9px;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.control-question strong {
  font-size: 13px;
  font-weight: 650;
}

.control-question i {
  color: #8d8ef1;
  font-style: normal;
}

.product-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(48px, calc((100vw - 1180px) / 2));
  padding-right: max(48px, calc((100vw - 1180px) / 2));
  background: #f2f2ff;
}

.product-section > .section-heading .eyebrow {
  color: var(--indigo) !important;
}

.provider-map-evolved {
  position: relative;
  min-height: 480px;
  padding: 62px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(91,92,226,.055), transparent 29%),
    #fff;
}

.provider-map-evolved .map-lines i {
  height: 2px;
  opacity: .9;
}

.commonset-node-evolved {
  width: 184px;
  min-height: 184px;
  border-color: #bfc1ff;
  background: #f3f3ff;
  box-shadow: 0 22px 52px rgba(91,92,226,.14);
}

.commonset-node-evolved small {
  max-width: 122px;
  color: #686f81;
  font-weight: 650;
  line-height: 1.55;
}

.encryption-proof {
  grid-column: 1 / -1;
  margin-top: 54px;
  padding-top: 46px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 56px;
  align-items: center;
  border-top: 1px solid #303543;
}

.encryption-proof-copy h3 {
  max-width: 500px;
  margin: 0;
  color: #fff;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 630;
}

.encryption-proof-copy > p:not(.eyebrow) {
  max-width: 535px;
  margin: 18px 0 0;
  color: #a8afbd;
  font-size: 13px;
  line-height: 1.7;
}

.trust-resource-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: #c8c9ff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 750;
}

.trust-resource-link:hover {
  color: #fff;
}

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

.encryption-card {
  min-height: 180px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid #303543;
  border-radius: 13px;
  background: #1a1e2a;
}

.encryption-card > span {
  color: #8e96a7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
}

.encryption-card strong {
  margin-top: 32px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.encryption-card p {
  margin: 10px 0 0;
  color: #939baa;
  font-size: 10px;
  line-height: 1.6;
}

.governance-section {
  padding-bottom: 115px;
}

.governance-flow {
  margin-top: 66px;
  display: grid;
  grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr;
  align-items: stretch;
}

.governance-step {
  min-height: 230px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dfe2e7;
  border-radius: 14px;
  background: #fff;
}

.governance-step-accent {
  border-color: #cfd0ff;
  background: #f5f5ff;
  box-shadow: 0 15px 34px rgba(91,92,226,.08);
}

.governance-step > span {
  width: 30px;
  height: 30px;
  margin-bottom: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.governance-step-accent > span {
  background: var(--indigo);
}

.governance-step strong {
  margin-top: 38px;
  font-size: 13px;
  line-height: 1.35;
}

.governance-step small {
  margin-top: 9px;
  color: #767e8c;
  font-size: 10px;
  line-height: 1.55;
}

.governance-arrow {
  display: grid;
  place-items: center;
  color: #9a9fea;
  font-size: 17px;
}

.shadow-section {
  margin-bottom: 130px;
  padding: 76px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
  border: 1px solid #e0e3e9;
  border-radius: 20px;
  background: #fff;
}

.shadow-copy h2 {
  margin: 0;
  font-size: clamp(35px, 4vw, 54px);
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 650;
}

.shadow-copy > p:last-child {
  margin: 22px 0 0;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.7;
}

.shadow-flows {
  display: grid;
  gap: 14px;
  align-content: center;
}

.shadow-flow {
  padding: 22px;
  border: 1px solid #e2e5ea;
  border-radius: 13px;
  background: #fafbfc;
}

.shadow-flow-primary {
  border-color: #d3d4fb;
  background: #f5f5ff;
}

.shadow-flow-primary .shadow-label {
  color: var(--indigo);
}

.shadow-nodes {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.shadow-nodes b {
  flex: 1 1 0;
  min-height: 42px;
  padding: 0 9px;
  display: grid;
  place-items: center;
  border: 1px solid #e0e3e9;
  border-radius: 8px;
  background: #fff;
  color: #444b59;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
}

.shadow-flow-primary .shadow-nodes b {
  border-color: #d8d9f7;
}

.shadow-nodes i {
  color: #a0a6b1;
  font-size: 12px;
  font-style: normal;
}

.shadow-flow small {
  display: block;
  margin-top: 14px;
  color: #838b99;
  font-size: 9px;
  line-height: 1.55;
}

.not-library {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 108px max(48px, calc((100vw - 1180px) / 2));
  border-radius: 0;
  background: linear-gradient(180deg, #f2f2ff 0%, #e8e9ff 100%);
}

.not-library .comparison {
  box-shadow: 0 16px 40px rgba(91,92,226,.06);
}

.map-flow-arrow {
  display: none;
}

@media (max-width: 1100px) {
  .governance-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .governance-step {
    min-height: 0;
  }

  .governance-step > span {
    margin-bottom: 20px;
  }

  .governance-step strong {
    margin-top: 0;
  }

  .governance-arrow {
    min-height: 34px;
    transform: rotate(90deg);
  }
}

@media (max-width: 980px) {
  .market-shift {
    padding-top: 100px;
  }

  .shift-grid,
  .shadow-section {
    grid-template-columns: 1fr;
  }

  .control-question {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .control-question i {
    transform: rotate(90deg);
    width: max-content;
    margin: 4px 0;
  }

  .provider-map-evolved {
    min-height: 0;
    padding: 34px;
    gap: 0;
    background: #fff;
  }

  .provider-map-evolved .capability-column,
  .provider-map-evolved .provider-column-right {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .provider-map-evolved .map-label {
    grid-column: 1 / -1;
    margin-bottom: 7px;
  }

  .provider-map-evolved .map-flow-arrow {
    display: none;
  }

  .provider-map-evolved .map-center {
    position: relative;
    width: 100%;
    margin: 24px 0;
    padding: 18px 0;
  }

  .provider-map-evolved .map-center::before,
  .provider-map-evolved .map-center::after {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 24px;
    content: "";
    background: linear-gradient(#d9dbf6, #9698ee);
  }

  .provider-map-evolved .map-center::before {
    top: -24px;
  }

  .provider-map-evolved .map-center::after {
    bottom: -24px;
    background: linear-gradient(#9698ee, #d9dbf6);
  }

  .provider-map-evolved .commonset-node,
  .provider-map-evolved .commonset-node-evolved {
    width: 100%;
    min-height: 112px;
    padding: 22px 26px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 22px;
    border-radius: 15px;
    text-align: left;
  }

  .provider-map-evolved .commonset-node small,
  .provider-map-evolved .commonset-node-evolved small {
    max-width: 230px;
    margin-left: auto;
    text-align: right;
  }

  .provider-map-evolved .map-chip {
    min-height: 46px;
  }

  .provider-map-evolved .provider-chip {
    min-height: 64px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .provider-map-evolved .provider-chip small {
    font-size: 8px;
  }

  .encryption-proof {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .shadow-section {
    padding: 54px;
  }

  .not-library {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 90px max(32px, calc((100vw - 760px) / 2));
  }
}

@media (max-width: 680px) {
  .hero-support {
    font-size: 13px;
  }

  .product-section {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .provider-map-evolved {
    padding: 24px;
  }

  .provider-map-evolved .commonset-node,
  .provider-map-evolved .commonset-node-evolved {
    min-height: 126px;
    padding: 22px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .provider-map-evolved .commonset-node small,
  .provider-map-evolved .commonset-node-evolved small {
    max-width: none;
    margin-left: 0;
    text-align: left;
  }

  .provider-map-evolved .provider-chip {
    min-height: 72px;
    padding: 11px 12px;
  }

  .shift-grid {
    margin-top: 40px;
  }

  .shift-card {
    min-height: 220px;
    padding: 24px;
  }

  .market-shift {
    padding-bottom: 0;
  }

  .control-question {
    padding: 22px;
  }

  .encryption-proof {
    margin-top: 40px;
    padding-top: 36px;
  }

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

  .encryption-card {
    min-height: 0;
  }

  .encryption-card strong {
    margin-top: 22px;
  }

  .governance-section {
    padding-bottom: 90px;
  }

  .governance-flow {
    margin-top: 46px;
  }

  .shadow-section {
    margin-bottom: 90px;
    padding: 38px 24px;
  }

  .shadow-nodes {
    align-items: stretch;
    flex-direction: column;
  }

  .shadow-nodes b {
    width: 100%;
    flex: auto;
  }

  .shadow-nodes i {
    transform: rotate(90deg);
  }

  .not-library {
    margin-bottom: 0;
    padding: 72px 24px;
  }
}