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

.rp-stati-wrap {
  width: 100%;
  color: #151515;
  background: #fff;
  font-family: Montserrat, Manrope, Arial, sans-serif;
}

.rp-stati-hero {
  width: 100%;
  padding: 44px 16px 40px;
  border-bottom: 1px solid #dfe1e5;
  background: #f6f7f9;
}

.rp-stati-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 64px;
  align-items: end;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.rp-stati-hero__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: #a81393;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.rp-stati-hero__kicker::before {
  width: 24px;
  height: 2px;
  background: #b4149d;
  content: "";
}

.rp-stati-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #101215;
  font-size: clamp(38px, 5vw, 54px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
}

.rp-stati-hero__lead {
  max-width: 790px;
  margin: 17px 0 0;
  color: #535a66;
  font-size: 17px;
  line-height: 1.7;
}

.rp-stati-hero__topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 20px;
}

.rp-stati-hero__topics a {
  color: #24272d;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c9cbd0;
  text-underline-offset: 4px;
}

.rp-stati-hero__topics a:hover,
.rp-stati-hero__topics a:focus-visible {
  color: #a81393;
  text-decoration-color: #a81393;
}

.rp-stati-hero__action {
  padding: 4px 0 4px 26px;
  border-left: 3px solid #b4149d;
}

.rp-stati-hero__action strong {
  display: block;
  margin-bottom: 8px;
  color: #171717;
  font-size: 19px;
  line-height: 1.35;
}

.rp-stati-hero__action p {
  margin: 0;
  color: #5c626d;
  font-size: 14px;
  line-height: 1.6;
}

.rp-stati-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.rp-stati-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #b4149d;
  border-radius: 8px;
  color: #fff !important;
  background: #b4149d;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none !important;
}

.rp-stati-hero__button:hover,
.rp-stati-hero__button:focus-visible {
  border-color: #921181;
  background: #921181;
}

.rp-stati-hero__price {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #23262c !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}

.rp-stati-wrap > .rp-stati-grid {
  padding-top: 32px;
}

@media (max-width: 900px) {
  .rp-stati-hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .rp-stati-hero__action {
    max-width: 600px;
  }
}

@media (max-width: 640px) {
  .rp-stati-hero {
    padding: 30px 14px 28px;
  }

  .rp-stati-hero h1 {
    font-size: 32px;
    line-height: 1.14;
  }

  .rp-stati-hero__lead {
    font-size: 16px;
    line-height: 1.65;
  }

  .rp-stati-hero__topics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
  }

  .rp-stati-hero__action {
    padding-left: 18px;
  }

  .rp-stati-hero__buttons {
    display: grid;
    grid-template-columns: 1fr;
  }

  .rp-stati-hero__button,
  .rp-stati-hero__price {
    width: 100%;
  }

  .rp-stati-hero__price {
    justify-content: center;
  }

  .rp-stati-wrap > .rp-stati-grid {
    padding-top: 24px;
  }
}

@media (max-width: 390px) {
  .rp-stati-hero__topics {
    grid-template-columns: 1fr;
  }
}
