.rn-pricing-page {
  background: #f4f8fa;
  color: #162744;
}

.rp-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.rp-hero {
  background: #092331;
  color: #fff;
  padding: 92px 0 72px;
}

.rp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .58fr);
  gap: 34px;
  align-items: stretch;
}

.rp-label {
  display: inline-block;
  color: #00766c;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.rp-hero .rp-label {
  color: #68d6ca;
}

.rp-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  line-height: .95;
}

.rp-hero p {
  max-width: 700px;
  margin: 24px 0 0;
  color: #d8e6ec;
  font-size: 1.16rem;
  line-height: 1.75;
}

.rp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.rp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 10px;
  background: #00766c;
  border: 1px solid #00766c;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.rp-button:hover {
  background: #075f5a;
  color: #fff;
}

.rp-outline {
  background: transparent;
  border-color: rgba(255,255,255,.5);
}

.rp-price-card {
  align-self: end;
  padding: 30px;
  border-radius: 14px;
  background: #fff;
  color: #162744;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}

.rp-price-card span {
  color: #00766c;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.rp-price-card h2 {
  margin: 14px 0;
  color: #162744;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.rp-price-card p {
  color: #53687b;
  line-height: 1.65;
}

.rp-section {
  padding: 70px 0;
}

.rp-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.rp-heading h2,
.rp-cta h2 {
  margin: 0;
  color: #162744;
  font-size: clamp(2rem, 4vw, 3.9rem);
  line-height: 1;
}

.rp-heading p,
.rp-cta p {
  color: #53687b;
  font-size: 1.08rem;
  line-height: 1.7;
}

.rp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.rp-grid article {
  background: #fff;
  border: 1px solid #dce8ed;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(16,39,62,.08);
}

.rp-grid span {
  color: #00766c;
  font-weight: 900;
}

.rp-grid h3 {
  margin: 16px 0 10px;
  color: #162744;
}

.rp-grid p {
  margin: 0;
  color: #53687b;
  line-height: 1.65;
}

.rp-band {
  background: #fff;
  border-block: 1px solid #dce8ed;
  padding: 58px 0;
}

.rp-band-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 38px;
  align-items: start;
}

.rp-band h2 {
  margin: 0;
  color: #162744;
  font-size: clamp(1.8rem, 3.5vw, 3.2rem);
  line-height: 1.05;
}

.rp-band ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rp-band li {
  padding: 16px 18px;
  border-radius: 12px;
  background: #edf6f5;
  color: #20384e;
  font-weight: 700;
}

.rp-cta {
  padding: 74px 0 86px;
  text-align: center;
}

.rp-cta p {
  max-width: 620px;
  margin: 18px auto 28px;
}

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

  .rp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .rp-wrap {
    width: min(100% - 28px, 1180px);
  }

  .rp-hero {
    padding: 56px 0 44px;
  }

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

  .rp-actions,
  .rp-button {
    width: 100%;
  }
}

.rp-price-card h2 small{display:block;margin-top:8px;font-size:.36em;line-height:1.3;letter-spacing:.01em;color:#53687b;font-weight:750}.rp-heading a{color:#075f5a;font-weight:800}
