.pm-page {
  background: #0c0c0c;
  color: #f2f2f2;
}

.pm-page .inner-bar {
  background: #0b0b0b;
  border-bottom: 1px solid #2a2a2a;
}

.pm-page footer {
  background: #080808;
  border-top: 1px solid #222;
}

.pm-page .inner-actions {
  display: none;
}

.pm-page .trust-bar {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto 1.4rem;
  background: #101010;
}

.pm-wrap {
  width: min(1440px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.35rem 0 1.6rem;
}

.pm-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem 2rem;
  align-items: start;
  margin-bottom: 1.8rem;
}

.pm-hero h1 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
}

.pm-hero h1 span {
  color: var(--coral);
}

.pm-sub {
  margin: 0 0 0.55rem;
  color: #f0f0f0;
  font-size: 1rem;
  font-weight: 600;
}

.pm-crumb {
  margin: 0 0 0.85rem;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 700;
}

.pm-crumb a {
  color: var(--coral);
  text-decoration: none;
}

.pm-crumb a:hover {
  text-decoration: underline;
}

.pm-intro {
  margin: 0;
  max-width: 46rem;
  color: #d8d8d8;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.pm-intro strong {
  color: var(--coral);
  font-weight: 800;
}

.pm-badge {
  border: 2px solid var(--coral);
  border-radius: 8px;
  padding: 0.95rem 1.15rem;
  text-align: center;
  min-width: 13.5rem;
  max-width: 16rem;
  background: #121212;
}

.pm-badge svg {
  width: 34px;
  height: 34px;
  color: var(--coral);
}

.pm-badge strong {
  display: block;
  margin-top: 0.4rem;
  color: var(--coral);
  letter-spacing: 0.07em;
  font-size: 0.78rem;
  font-weight: 800;
}

.pm-badge span {
  display: block;
  margin-top: 0.28rem;
  color: #f2f2f2;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.3;
}

.pm-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.35rem 1.4rem;
  align-items: start;
}

.pm-heading {
  margin: 0 0 1rem;
  text-align: center;
  color: var(--coral);
  letter-spacing: 0.08em;
  font-size: 1.02rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pm-manage-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 2.1rem;
}

.pm-card {
  border: 1.5px solid var(--coral);
  border-radius: 10px;
  padding: 1rem 0.55rem 1.05rem;
  text-align: center;
  background: #141414;
  min-height: 15.5rem;
}

.pm-card svg {
  width: 36px;
  height: 36px;
  color: var(--coral);
}

.pm-card h3 {
  margin: 0.6rem 0 0.45rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}

.pm-card p {
  margin: 0;
  color: #d2d2d2;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.4;
}

.pm-process {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.2rem;
}

.pm-step {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.pm-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--coral);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pm-step svg {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0.55rem auto 0.45rem;
  color: var(--coral);
}

.pm-step h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
}

.pm-step p {
  margin: 0;
  color: #cfcfcf;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.4;
}

.pm-arrow {
  flex: 0 0 auto;
  color: var(--coral);
  margin-top: 0.35rem;
  line-height: 1;
}

.pm-arrow svg {
  width: 18px;
  height: 18px;
}

.pm-why {
  background: #171717;
  border: 1px solid rgba(255, 77, 26, 0.45);
  border-radius: 10px;
  padding: 1.15rem 1.05rem 1.25rem;
  position: sticky;
  top: 0.75rem;
}

.pm-why h2 {
  margin: 0 0 1rem;
  color: var(--coral);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pm-why-item {
  display: grid;
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  margin-bottom: 0.95rem;
}

.pm-why-icon {
  width: 2.15rem;
  height: 2.15rem;
  border: 1.5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.pm-why-icon svg {
  width: 15px;
  height: 15px;
}

.pm-why-item h3 {
  margin: 0 0 0.2rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.pm-why-item p {
  margin: 0;
  color: #c8c8c8;
  font-size: 0.74rem;
  font-weight: 500;
  line-height: 1.4;
}

.pm-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.85rem 0.8rem;
  border: 0;
  border-radius: 6px;
  background: var(--coral);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.25;
}

.pm-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.pm-cta:hover {
  background: var(--coral-dark);
  color: #fff;
}

.pm-partner {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
  color: #cfcfcf;
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
}

.pm-partner:hover {
  color: var(--coral);
}

@media (max-width: 1100px) {
  .pm-manage-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pm-card {
    min-height: 0;
  }
}

@media (max-width: 1024px) {
  .pm-layout {
    grid-template-columns: 1fr;
  }

  .pm-why {
    position: static;
  }
}

@media (max-width: 800px) {
  .pm-hero {
    grid-template-columns: 1fr;
  }

  .pm-badge {
    justify-self: start;
  }

  .pm-process {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
  }

  .pm-step {
    display: grid;
    grid-template-columns: 1.7rem 30px minmax(0, 1fr);
    grid-template-areas:
      "num icon title"
      "num icon copy";
    column-gap: 0.7rem;
    text-align: left;
    align-items: center;
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 0.8rem 0.85rem;
  }

  .pm-step-num { grid-area: num; }
  .pm-step svg {
    grid-area: icon;
    margin: 0;
  }
  .pm-step h3 {
    grid-area: title;
    margin: 0;
  }
  .pm-step p { grid-area: copy; }

  .pm-arrow {
    align-self: center;
    transform: rotate(90deg);
    margin: 0;
  }
}

@media (max-width: 700px) {
  .pm-manage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .pm-manage-grid {
    grid-template-columns: 1fr;
  }

  .pm-cta {
    font-size: 0.68rem;
  }
}
