.service-kr .kr-hero {
  background-image: var(--service-hero-image);
  background-position: 70% 50%;
}

.service-kr .kr-feature-card--why {
  background: linear-gradient(145deg, #f4f6ee, #e8eee2);
}

.service-kr .kr-feature-card--why > img {
  filter: saturate(.92) contrast(1.02);
}

.seo-support {
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(180deg, #fbfaf5 0%, #f4f1e8 100%);
}

.seo-support__heading {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.seo-support__heading h2 {
  margin: 0 0 12px;
  color: #173f31;
  font-family: var(--font-heading, Georgia, serif);
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.08;
}

.seo-support__heading p {
  margin: 0;
  color: #66716b;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.65;
}

.seo-support__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-support__card {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(172, 138, 78, .32);
  border-radius: 28px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 50px rgba(43, 55, 46, .07);
}

.seo-support__card h3 {
  margin: 0 0 12px;
  color: #173f31;
  font-family: var(--font-heading, Georgia, serif);
  font-size: clamp(23px, 2.6vw, 32px);
  line-height: 1.15;
}

.seo-support__card p {
  margin: 0;
  color: #5f6963;
  font-size: 17px;
  line-height: 1.65;
}

.seo-support__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.seo-support__links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 16px;
  border: 1px solid rgba(23, 63, 49, .25);
  border-radius: 999px;
  color: #173f31;
  font-weight: 700;
  text-decoration: none;
}

.seo-support__links a:hover,
.seo-support__links a:focus-visible {
  border-color: #173f31;
  background: #173f31;
  color: #fff;
}

@media (max-width: 720px) {
  .service-kr .kr-hero {
    background-position: 60% 24%;
  }

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

  .seo-support__card {
    border-radius: 22px;
  }
}
