.rs-home-seo {
  background: #f7fbfc;
  padding: 54px 20px 24px;
}

.rs-home-seo__wrap {
  max-width: 1160px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #d8eef2;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(15, 55, 70, 0.07);
  padding: 34px;
}

.rs-home-seo__label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #e5f8fb;
  color: #069daf;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 16px;
}

.rs-home-seo h2 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 28px;
  line-height: 1.2;
}

.rs-home-seo p {
  margin: 0 0 14px;
  color: #4b5563;
  font-size: 17px;
  line-height: 1.65;
}

.rs-home-seo__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 26px;
}

.rs-home-seo__item {
  border: 1px solid #d8eef2;
  border-radius: 8px;
  background: #f9fdfe;
  padding: 18px;
}

.rs-home-seo__item strong {
  display: block;
  color: #0f172a;
  font-size: 16px;
  margin-bottom: 8px;
}

.rs-home-seo__item span {
  display: block;
  color: #566577;
  font-size: 15px;
  line-height: 1.5;
}

.rs-home-seo__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rs-home-seo__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid #0ab7c9;
  color: #0b7280;
  text-decoration: none;
  font-weight: 800;
}

.rs-home-seo__links a:first-child {
  background: #0ab7c9;
  color: #ffffff;
}

@media (max-width: 900px) {
  .rs-home-seo {
    padding: 38px 14px 18px;
  }

  .rs-home-seo__wrap {
    padding: 24px 18px;
  }

  .rs-home-seo h2 {
    font-size: 25px;
  }

  .rs-home-seo__grid {
    grid-template-columns: 1fr;
  }
}
