.products {
  padding: 0 0 125px;
}

.product-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
}

.product-heading > p {
  max-width: 410px;
}

.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 42px;
}

.product-card {
  position: relative;
  min-height: 390px;
  border-radius: 16px;
  padding: 30px;
  overflow: hidden;
}

.product-live {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 20px;
  color: white;
  background: #082f36;
}

.product-featured {
  grid-column: span 2;
}

.product-gateway {
  display: grid;
  grid-template-columns: 1fr 285px;
  gap: 20px;
  align-items: center;
  min-height: 390px;
  color: white;
  background: linear-gradient(135deg, #0a3138, #0b4652);
}

.gateway-features {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.gateway-features li {
  position: relative;
  padding: 5px 0 5px 20px;
  color: #b0d4d4;
  font-size: 12.5px;
  line-height: 1.7;
}

.gateway-features li::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #49d8bb;
  content: "";
}

.gateway-features li b {
  color: #6ee5cd;
  font-weight: 700;
}

.product-soon {
  background: #e7f7f3;
}

.product-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}

.product-status.live {
  color: #75e2cd;
  background: rgba(83, 226, 196, .13);
}

.product-status.live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ce1bf;
}

.product-status.soon {
  color: #3d8279;
  background: white;
}

.product-name {
  margin-top: 30px;
  font-size: 31px;
  letter-spacing: -1px;
}

.product-name b {
  color: #49d8bb;
}

.product-card h3 {
  margin: 18px 0 10px;
  font-size: 26px;
  line-height: 1.35;
}

.product-card p {
  max-width: 370px;
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
}

.product-live p,
.product-gateway p {
  color: #a7c8c8;
}

.product-soon p {
  color: #60817f;
}

.product-link {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 25px;
  color: #68e1c9;
  font-size: 13px;
  font-weight: 700;
}

.product-link b {
  font-size: 18px;
}

.product-link.muted {
  color: #458a80;
}

.product-copy small {
  display: block;
  margin-top: 10px;
  color: #82a7a7;
  font-size: 10px;
}

.code-window {
  align-self: end;
  height: 250px;
  overflow: hidden;
  border-radius: 12px;
  color: #1e494d;
  background: #f7fcfb;
  box-shadow: 0 18px 30px rgba(0, 0, 0, .12);
}

.code-top {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  border-bottom: 1px solid #dcece9;
}

.code-top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #76dac9;
}

.code-top span {
  margin-left: 5px;
  color: #87a8a8;
  font-size: 9px;
}

.code-body {
  display: flex;
  height: 215px;
}

.code-body aside {
  width: 44px;
  padding: 13px 11px;
  border-right: 1px solid #dcece9;
  background: #eff8f6;
}

.code-body aside b {
  color: #20ae95;
  font-size: 10px;
}

.code-body aside i {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 14px;
  border-radius: 4px;
  background: #dcece9;
}

.code-body > div {
  flex: 1;
  padding: 23px 16px;
}

.code-label {
  color: #1dad94;
  font-size: 9px;
  letter-spacing: 1px;
}

.code-body p {
  margin-top: 16px;
  color: #66888a;
  font-size: 11px;
}

.code-body p.active {
  padding: 9px;
  border-radius: 5px;
  color: #31776e;
  background: #dff8f2;
}

.code-body em {
  margin-right: 9px;
  font-size: 9px;
}

.code-body b {
  float: right;
  color: #1aad91;
}

.gateway-product-visual {
  position: relative;
  margin: auto;
  width: 285px;
  height: 285px;
  flex-shrink: 0;
  border: 1px dashed rgba(117, 226, 205, .45);
  border-radius: 50%;
}

.gateway-product-visual::before {
  position: absolute;
  inset: 40px;
  border: 1px dashed rgba(117, 226, 205, .32);
  border-radius: 50%;
  content: "";
}

.gateway-product-core {
  position: absolute;
  top: 92px;
  left: 92px;
  display: grid;
  width: 102px;
  height: 102px;
  place-content: center;
  border: 1px solid rgba(117, 226, 205, .55);
  border-radius: 50%;
  color: #75e2cd;
  text-align: center;
  background: rgba(83, 226, 196, .12);
  box-shadow: 0 0 0 18px rgba(83, 226, 196, .04);
}

.gateway-product-core span {
  font-size: 27px;
  font-weight: 800;
}

.gateway-product-core small {
  margin-top: 5px;
  font-size: 8px;
  letter-spacing: 1px;
}

.gateway-product-node {
  position: absolute;
  padding: 10px 9px;
  border-radius: 9px;
  color: #1d4f55;
  font-size: 9px;
  font-weight: 800;
  background: white;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
}

.g1 {
  top: 54px;
  left: 17px;
}

.g2 {
  top: 47px;
  right: 24px;
}

.g3 {
  bottom: 45px;
  left: 45px;
}

.g4 {
  bottom: 38px;
  right: 30px;
}

.g5 {
  top: 120px;
  left: 0;
}

.agent-orbit {
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 270px;
  height: 270px;
  border: 1px dashed #9dd6cd;
  border-radius: 50%;
}

.agent-orbit::before {
  position: absolute;
  inset: 34px;
  border: 1px dashed #a9ded5;
  border-radius: 50%;
  content: "";
}

.agent-core {
  position: absolute;
  top: 88px;
  left: 88px;
  display: grid;
  width: 94px;
  height: 94px;
  place-content: center;
  border-radius: 50%;
  color: #66dfc7;
  text-align: center;
  background: #0b3b42;
}

.agent-core span {
  font-size: 24px;
  font-weight: 800;
}

.agent-core small {
  font-size: 8px;
  letter-spacing: 1px;
}

.agent-node {
  position: absolute;
  padding: 10px 9px;
  border-radius: 9px;
  color: #397d74;
  font-size: 9px;
  font-weight: 800;
  background: white;
  box-shadow: 0 8px 18px rgba(66, 128, 120, .12);
}

.n1 {
  top: 54px;
  left: 7px;
}

.n2 {
  top: 44px;
  right: 14px;
}

.n3 {
  bottom: 34px;
  left: 36px;
}

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

  .product-featured {
    grid-column: auto;
  }

  .product-live {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .products {
    padding: 0 0 82px;
  }

  .product-heading {
    display: block;
  }

  .product-grid {
    margin-top: 28px;
  }

  .product-card {
    padding: 22px;
  }

  .product-gateway {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .product-gateway .gateway-features {
    text-align: left;
    max-width: 420px;
    margin: 20px auto 0;
  }
  .gateway-product-visual {
    margin: 20px auto 0;
  }
  .product-live {
    display: block;
  }

  .code-window {
    margin-top: 22px;
  }

  .product-soon {
    min-height: 390px;
  }
}
