.ps-blueprint {
  background: radial-gradient(circle at top left, #2a3154 0%, #1a2036 35%, #151a2c 60%, #121526 100%);
  color: #eef1ff;
  padding: 7.5rem 0;
  border-radius: 28px;
  margin: 4rem auto;
  width: calc(100% - 3rem);
  max-width: 100%;
  box-shadow: 0 30px 80px rgba(8, 10, 20, 0.45);
  overflow: hidden;
}

.ps-blueprint,
.ps-blueprint * {
  box-sizing: border-box;
}

.ps-blueprint .section {
  padding: 0;
}

.ps-blueprint .contain {
  margin: 0 auto;
  max-width: 1750px;
  width: calc(100% - 8rem);
  min-width: 0;
}

@media (max-width: 650px) {
  .ps-blueprint .contain {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 1024px) {
  .ps-blueprint {
    border-radius: 24px;
    padding: 4rem 0;
    width: calc(100% - 2.5rem);
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .ps-blueprint {
    border-radius: 18px;
    padding: 3rem 0;
    margin: 2.5rem auto;
    width: calc(100% - 1rem);
  }

  .ps-blueprint .blueprint {
    gap: 2rem;
  }

  .ps-blueprint .blueprint__intro {
    max-width: none;
  }

  .ps-blueprint .style__h3 {
    font-size: 2rem;
    line-height: 1.08;
    margin-bottom: 1rem;
  }

  .ps-blueprint .style__h6 {
    font-size: 1.05rem;
    line-height: 1.55;
  }
}

.ps-blueprint .blueprint {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  min-width: 0;
}

.ps-blueprint .blueprint__intro {
  max-width: 1120px;
}

.ps-blueprint .blueprint__tag {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
  color: #d7d9ea;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ps-blueprint .style__h3 {
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 4.8rem;
  line-height: 1.08;
  margin: 0 0 0.85rem;
  color: #f6f7ff;
}

@media (max-width: 1024px) {
  .ps-blueprint .style__h3 {
    font-size: 2.25rem;
  }
}

.ps-blueprint .style__h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  color: #c7ccdf;
}

.ps-blueprint .blueprint__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  min-width: 0;
}

@media (max-width: 1024px) {
  .ps-blueprint .blueprint__grid {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
  }
}

.ps-blueprint .blueprint__map,
.ps-blueprint .blueprint__pack {
  background: rgba(18, 22, 36, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 3.5rem 3.75rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  min-height: 480px;
  min-width: 0;
}

@media (max-width: 650px) {
  .ps-blueprint .blueprint__map,
  .ps-blueprint .blueprint__pack {
    padding: 1.25rem;
    min-height: 0;
    width: calc(100% - 0.75rem);
    max-width: 560px;
    margin-inline: auto;
    box-sizing: border-box;
  }
}

@media (max-width: 650px) {
  .ps-blueprint .blueprint__subhead {
    font-size: 1.65rem;
    line-height: 1.08;
    max-width: 100%;
  }

  .ps-blueprint .blueprint__step-desc,
  .ps-blueprint .blueprint__deliverables {
    font-size: 0.98rem;
  }

  .ps-blueprint .blueprint__deliverables {
    padding-left: 1rem;
  }

  .ps-blueprint .button {
    width: 100%;
    box-sizing: border-box;
    padding: 0.85rem 1rem;
  }

  .ps-blueprint .button div {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
  }

  .ps-blueprint .button span {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.ps-blueprint .blueprint__subhead {
  font-size: 2.9rem;
  margin: 0 0 0.5rem;
  color: #f4f6ff;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ps-blueprint .blueprint__step-desc {
  margin: 0 0 1rem;
  color: #c7ccdf;
  font-size: 1.1rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ps-blueprint .blueprint__deliverables {
  margin: 0.5rem 0 1.5rem;
  padding-left: 1.25rem;
  color: #d7d9ea;
  font-size: 1.05rem;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ps-blueprint .button {
  display: inline-block;
  font-family: Cabinet Grotesk, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border-radius: 0.5rem;
  padding: 0.85rem 2rem;
  transition: transform 0.3s ease-in-out;
  background: #bef203;
  color: #131416;
  width: 100%;
  text-align: center;
  margin-top: auto;
}

.ps-blueprint .button div {
  height: 1.25rem;
  overflow: hidden;
  display: inline-block;
}

.ps-blueprint .button span {
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ps-blueprint .button span:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='15' width='15.74' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.36 0h-3l6.33 6.61H0v2.22h11.66L5.72 15h3.03l6.99-7.3z' fill='%23212326' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 0.9375rem;
  margin-left: 0.75rem;
  position: relative;
  top: 0.0625rem;
  width: 0.9375rem;
}

@media (hover: hover) {
  .ps-blueprint .button:hover {
    transform: scale(0.98);
  }
  .ps-blueprint .button:hover span {
    transform: translateY(-100%);
  }
}
