body.seo-page {
  background: linear-gradient(180deg, #f7f7f5 0%, #ffffff 100%);
  min-height: 100vh;
}

.seo-page .seo-box {
  width: min(900px, 92%);
  margin: 60px auto;
  background-color: #ffffff;
  border: 1px solid #e7e7e2;
  border-radius: 24px;
  padding: 42px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.seo-page h1 {
  color: #163728;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.12;
  margin-bottom: 24px;
}

.seo-page p {
  font-size: 1.12rem;
  line-height: 1.85;
  color: #3f4541;
  margin-bottom: 18px;
}

.seo-back {
  margin-bottom: 22px;
}

.seo-back a {
  color: #163728;
  font-weight: 700;
  text-decoration: none;
}

.seo-back a:hover {
  text-decoration: underline;
}

.seo-cta {
  margin-top: 28px;
}

@media (max-width: 700px) {
  .seo-page .seo-box {
    padding: 26px;
    border-radius: 18px;
    margin: 30px auto;
  }

  .seo-page h1 {
    font-size: 1.8rem;
  }

  .seo-page p {
    font-size: 1.02rem;
    line-height: 1.75;
  }
}