#impact,
#inventory,
#roadmap {
  scroll-margin-top: 92px;
}

.deliverables-heading {
  margin-top: 46px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.deliverables-heading span {
  color: #173a5b;
  font-size: 15px;
  font-weight: 800;
}

.deliverables-heading p {
  margin: 0;
  color: #71808c;
  font-size: 9px;
}

.deliverables {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.deliverables article {
  min-height: 238px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 3px solid var(--blue);
  box-shadow: 0 12px 28px rgba(20, 55, 85, .045);
}

.deliverables article > span {
  color: var(--blue);
  font-family: Manrope, sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
}

.deliverables h2 {
  margin: 16px 0 0;
  color: #143452;
  font-size: 18px;
  line-height: 1.55;
}

.deliverables p {
  margin: 10px 0 0;
  color: #697a87;
  font-size: 9px;
  line-height: 1.9;
}

.deliverables a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--blue);
  border-top: 1px solid #e1e8ed;
  font-size: 8px;
  font-weight: 800;
  text-decoration: none;
}

.deliverables a::after {
  content: " ↓";
}

.summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.inventory-card {
  margin-top: 50px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(17, 54, 82, .055);
}

.inventory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}

.inventory-head span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
}

.inventory-head h3 {
  margin: 7px 0 0;
  color: #173b5c;
  font-size: 20px;
}

.inventory-head > p {
  max-width: 390px;
  margin: 0;
  color: #70808d;
  font-size: 8px;
  line-height: 1.8;
}

.inventory-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.inventory-card table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.inventory-card th,
.inventory-card td {
  padding: 16px 13px;
  border-bottom: 1px solid #e1e8ed;
  text-align: left;
  vertical-align: middle;
  font-size: 9px;
}

.inventory-card thead th {
  color: #6a7a87;
  background: #f3f7f9;
  font-size: 8px;
  font-weight: 800;
}

.inventory-card tbody th {
  color: #183b5b;
  font-size: 10px;
}

.inventory-card td {
  color: #566978;
}

.inventory-card td small {
  margin-top: 4px;
  display: block;
  color: #8a96a0;
  font-size: 7px;
}

.level,
.decision {
  display: inline-block;
  padding: 6px 8px;
  font-size: 8px;
  white-space: nowrap;
}

.level.high {
  color: #0754ad;
  background: #dceeff;
}

.level.medium {
  color: #3c6477;
  background: #e8f0f3;
}

.decision {
  color: #415e6f;
  background: #edf2f5;
}

.decision.first {
  color: #fff;
  background: var(--blue);
}

.decision.continue {
  color: #07546e;
  background: #daf1f3;
}

.inventory-note {
  margin: 16px 0 0;
  color: #788691;
  font-size: 8px;
  line-height: 1.8;
}

.tool-stack {
  margin-top: 50px;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #061b32, #073866);
}

.tool-stack-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
}

.tool-stack-head span {
  color: #78d9e9;
  font-size: 8px;
  font-weight: 800;
}

.tool-stack-head h3 {
  margin: 7px 0 0;
  font-size: 21px;
}

.tool-stack-head > p {
  max-width: 360px;
  margin: 0;
  color: #bcd0df;
  font-size: 8px;
  line-height: 1.8;
}

.tool-flow {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.tool-flow article {
  position: relative;
  min-height: 240px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: #fff;
  border-top: 3px solid var(--cyan);
}

.tool-flow article > span {
  color: var(--blue);
  font-family: Manrope, sans-serif;
  font-size: 7px;
  font-weight: 800;
}

.tool-flow article > i {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #cfdae1;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}

.tool-flow h4 {
  margin: 34px 0 0;
  color: #153957;
  font-size: 17px;
}

.tool-flow p {
  margin: 10px 0 0;
  color: #667986;
  font-size: 8px;
  line-height: 1.85;
}

.tool-flow a {
  margin-top: auto;
  color: var(--blue);
  font-size: 8px;
  font-weight: 800;
  text-underline-offset: 3px;
}

.tool-policy {
  margin: 16px 0 0;
  padding: 15px 18px;
  color: #c5d7e4;
  background: rgba(255, 255, 255, .08);
  font-size: 8px;
  line-height: 1.8;
}

.tool-policy b {
  color: #79d9e9;
}

.tool-stack + .week-interface {
  margin-top: 16px;
}

@media (max-width: 960px) {
  .deliverables {
    grid-template-columns: 1fr;
  }

  .deliverables article {
    min-height: 0;
  }

  .deliverables a {
    margin-top: 20px;
  }

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

  .inventory-head,
  .tool-stack-head {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }

  .tool-flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .deliverables-heading {
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .deliverables h2 {
    font-size: 16px;
  }

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

  .inventory-card,
  .tool-stack {
    padding: 20px;
  }

  .tool-flow {
    grid-template-columns: 1fr;
  }

  .tool-flow article {
    min-height: 210px;
  }
}
