/* BPMS 2.0 landing — uses shared .page-hero (image + breadcrumbs) */

.bpms-main {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.bpms-visual {
  display: flex;
  justify-content: center;
  margin: 0 auto 1.5rem;
  max-width: 28rem;
}

.bpms-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.bpms-card {
  padding: clamp(1.75rem, 3.2vw, 2.6rem) clamp(1.5rem, 3vw, 2.5rem);
  background: #fff;
  border: 1px solid rgba(6, 54, 119, 0.08);
  border-left: 4px solid var(--accent);
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(6, 54, 119, 0.08);
}

.bpms-soon {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.15rem;
  padding: 0.35rem 0.8rem 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(251, 135, 28, 0.1);
  border: 1px solid rgba(251, 135, 28, 0.28);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
}

.bpms-soon::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(251, 135, 28, 0.18);
}

.bpms-body {
  max-width: none;
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ink);
}

.bpms-body p {
  margin: 0 0 1rem;
}

.bpms-body p:last-child {
  margin-bottom: 0;
}

.bpms-body a {
  color: var(--navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bpms-body a:hover {
  color: var(--accent-deep);
}

.bpms-email {
  margin: 1.15rem 0 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.bpms-email a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bpms-email a:hover {
  color: var(--accent-deep);
}

@media (max-width: 640px) {
  .bpms-visual {
    max-width: 20rem;
    margin-bottom: 1.1rem;
  }

  .bpms-card {
    border-radius: 16px;
    padding: 1.35rem 1.15rem;
  }
}
