.seo-page-body {
  background: #f7fbfa;
}

.seo-page {
  color: var(--ink-deep);
}

.seo-page .reveal,
.reveal-ready .seo-page .reveal {
  opacity: 1;
  transform: none;
}

.seo-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 9vw, 8rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 7vw, 6rem);
  background:
    linear-gradient(135deg, rgba(5, 43, 90, 0.97), rgba(0, 158, 142, 0.84)),
    url("assets/sitekapinda-hero.png") center/cover;
  color: #fff;
}

.seo-hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 46%;
  height: 78%;
  border-radius: 999px;
  background: rgba(255, 109, 0, 0.14);
  filter: blur(70px);
}

.seo-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
}

.seo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  margin-bottom: 1.6rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-weight: 760;
}

.seo-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.seo-hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 6.6rem);
  line-height: 0.92;
}

.seo-lead,
.seo-answer {
  max-width: 720px;
  margin: 1.4rem 0 0;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
}

.seo-answer {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.seo-ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.seo-section {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.8rem) clamp(1rem, 4vw, 4rem);
}

.seo-two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.4rem, 4vw, 3rem);
}

.seo-copy,
.seo-step,
.seo-related-link,
.seo-faq-item {
  border: 1px solid rgba(217, 229, 227, 0.92);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 20px 58px rgba(5, 43, 90, 0.08);
}

.seo-copy {
  padding: clamp(1.3rem, 3vw, 2rem);
}

.seo-copy h2,
.seo-section-head h2,
.seo-band h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
}

.seo-check-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 710;
}

.seo-check-list li {
  position: relative;
  padding-left: 1.7rem;
}

.seo-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(0, 158, 142, 0.1);
}

.seo-section-head {
  margin-bottom: 1.6rem;
}

.seo-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.seo-step {
  min-height: 12rem;
  padding: 1.4rem;
}

.seo-step span {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 920;
}

.seo-step p {
  margin: 1.2rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 820;
}

.seo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.6rem;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 158, 142, 0.12), rgba(255, 109, 0, 0.1));
}

.seo-band p {
  max-width: 740px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-weight: 710;
}

.seo-faq-list {
  display: grid;
  gap: 0.8rem;
}

.seo-faq-item {
  padding: 1.1rem 1.25rem;
}

.seo-faq-item summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 880;
}

.seo-faq-item p {
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.seo-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.seo-related-link {
  display: grid;
  gap: 0.7rem;
  min-height: 11rem;
  padding: 1.25rem;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease;
}

.seo-related-link:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 158, 142, 0.42);
}

.seo-related-link span {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 880;
  line-height: 1.25;
}

.seo-related-link small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .seo-steps,
  .seo-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .seo-hero {
    padding-top: 3.4rem;
  }

  .seo-hero h1 {
    max-width: 11ch;
  }

  .seo-two-column,
  .seo-band,
  .seo-steps,
  .seo-related-grid {
    grid-template-columns: 1fr;
  }

  .seo-band .button {
    width: 100%;
  }
}
