.rp-page,
.rp-page * {
  box-sizing: border-box;
}

.rp-page {
  padding-top: 58px;
  padding-bottom: 64px;
}

.rp-hero {
  grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr);
  gap: 52px;
  align-items: center;
}

.rp-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
}

.rp-eyebrow::before {
  width: 24px;
  height: 2px;
  background: #bd17a8;
  content: "";
}

.rp-hero h1 {
  max-width: 570px;
  margin: 13px 0 18px;
  color: #121722;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.rp-hero p {
  max-width: 600px;
  margin: 0;
  color: #4b5563;
  font-size: 18px;
  line-height: 1.65;
}

.rp-trust-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.rp-trust-points li {
  position: relative;
  padding-left: 25px;
  color: #242936;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.rp-trust-points li::before {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 3px solid #bd17a8;
  border-top: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
}

.rp-actions {
  margin-top: 30px;
}

.rp-btn {
  min-height: 50px;
  border-radius: 8px;
}

.rp-team-photo {
  position: relative;
  margin: 0;
}

.rp-team-photo__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #eef0f2;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .13);
}

.rp-team-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
}

.rp-team-photo__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  border-radius: 6px;
  color: #fff;
  background: #bd17a8;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.rp-team-photo figcaption {
  margin: 12px 8px 0;
  color: #616875;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.rp-process {
  margin-top: 70px;
}

.rp-section-heading {
  max-width: 720px;
}

.rp-section-heading h2 {
  margin: 12px 0 0;
  color: #121722;
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
}

.rp-grid {
  margin-top: 30px;
}

.rp-card {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
}

.rp-card__number {
  display: block;
  margin-bottom: 24px;
  color: #bd17a8;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.rp-card h3 {
  margin: 0 0 10px;
  color: #171b24;
  font-size: 20px;
  line-height: 1.25;
}

.rp-card p {
  font-size: 15px;
  line-height: 1.6;
}

.rp-note {
  margin-top: 34px;
  padding: 22px 24px;
  border-left-width: 4px;
  color: #292f3a;
  font-size: 16px;
  line-height: 1.55;
}

.rp-note a {
  color: #a81393;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .rp-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .rp-team-photo {
    max-width: 680px;
  }
}

@media (max-width: 760px) {
  .rp-page {
    padding: 38px 14px 48px;
  }

  .rp-hero {
    gap: 28px;
  }

  .rp-hero h1 {
    margin-top: 11px;
    font-size: 34px;
    line-height: 1.12;
  }

  .rp-hero p {
    font-size: 16px;
    line-height: 1.65;
  }

  .rp-trust-points {
    margin-top: 20px;
  }

  .rp-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .rp-btn {
    width: 100%;
  }

  .rp-team-photo__tag {
    top: 12px;
    left: 12px;
  }

  .rp-process {
    margin-top: 48px;
  }

  .rp-section-heading h2 {
    font-size: 28px;
  }

  .rp-grid {
    gap: 12px;
    margin-top: 24px;
  }

  .rp-card {
    min-height: 0;
  }

  .rp-note {
    margin-top: 24px;
  }
}
