.service-seo-note {
  max-width: 1120px;
  margin: 34px auto;
  padding: 30px;
  border: 1px solid #c8eef4;
  border-radius: 18px;
  background: linear-gradient(180deg, #f3fcff 0%, #ffffff 100%);
  box-shadow: 0 14px 38px rgba(11, 41, 66, 0.08);
}

.service-seo-note h2 {
  margin: 0 0 14px;
  color: #101828;
  font-size: 26px;
  line-height: 1.2;
}

.service-seo-note h3 {
  margin: 20px 0 8px;
  color: #102a43;
  font-size: 20px;
  line-height: 1.25;
}

.service-seo-note p {
  margin: 0 0 12px;
  color: #38516b;
  font-size: 17px;
  line-height: 1.65;
}

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

.service-seo-note__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.service-seo-note__item {
  padding: 17px;
  border: 1px solid #d8edf2;
  border-radius: 14px;
  background: #ffffff;
}

.service-seo-note__item b {
  display: block;
  margin-bottom: 7px;
  color: #0f172a;
}

.service-seo-note__item span {
  display: block;
  color: #52677d;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .service-seo-note {
    margin: 26px 12px;
    padding: 20px;
    border-radius: 16px;
  }

  .service-seo-note h2 {
    font-size: 23px;
  }

  .service-seo-note h3 {
    font-size: 18px;
  }

  .service-seo-note p {
    font-size: 16px;
  }

  .service-seo-note__grid {
    grid-template-columns: 1fr;
  }
}
