/**
 * Modul ekstra halaman apk.html
 * Checklist sideload + perbandingan APK vs Play Store
 */
.seo-check {
  background: #fff;
  border-top: 1px solid var(--gray-200, #e2e8f0);
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

.seo-check__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  overflow: hidden;
  background: #fff;
}

.seo-check__list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
  align-items: start;
}

.seo-check__list > li:last-child {
  border-bottom: none;
}

.seo-check__mark {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.15rem;
  border: 2px solid var(--primary, #0f766e);
  border-radius: 0.25rem;
  flex-shrink: 0;
  background: #fff;
}

.seo-check__list strong {
  display: block;
  font-size: 1.02rem;
  color: var(--gray-900, #0f172a);
  margin-bottom: 0.25rem;
}

.seo-check__list p {
  margin: 0;
  color: var(--gray-600, #475569);
  line-height: 1.65;
  font-size: 0.98rem;
}

.seo-check__foot {
  margin-top: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--gray-600, #475569);
}

.seo-check__foot a,
.seo-banding a {
  color: var(--primary-dark, #115e59);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-banding {
  background: var(--gray-50, #f0fdfa);
}

.seo-banding__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  background: #fff;
}

.seo-banding__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
  font-size: 0.98rem;
}

.seo-banding__table th,
.seo-banding__table td {
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
  line-height: 1.55;
}

.seo-banding__table th {
  background: var(--gray-50, #f0fdfa);
  font-family: var(--font-display), "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: var(--gray-900, #0f172a);
}

.seo-banding__table tbody tr:last-child td {
  border-bottom: none;
}

.seo-banding__table td:first-child {
  font-weight: 600;
  color: var(--gray-800, #134e4a);
  width: 28%;
}

.seo-banding__note {
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border-left: 3px solid var(--accent, #f59e0b);
  background: rgba(245, 158, 11, 0.08);
  color: var(--gray-800, #134e4a);
  font-size: 0.95rem;
  line-height: 1.65;
}

/* —— Kesalahan umum / self-help / baca ulasan / update —— */
.seo-trouble {
  background: var(--gray-50, #f0fdfa);
  border-top: 1px solid var(--gray-200, #e2e8f0);
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

.seo-trouble__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  overflow: hidden;
  background: #fff;
}

.seo-trouble__list > li {
  padding: 1.15rem 1.25rem;
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

.seo-trouble__list > li:last-child {
  border-bottom: none;
}

.seo-trouble__list h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gray-900, #0f172a);
}

.seo-trouble__list p {
  margin: 0;
  color: var(--gray-600, #475569);
  line-height: 1.65;
  font-size: 0.98rem;
}

.seo-selfhelp {
  background: #fff;
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

.seo-selfhelp__grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--gray-200, #e2e8f0);
  border-radius: var(--radius-lg, 0.75rem);
  overflow: hidden;
  background: #fff;
}

.seo-selfhelp__grid > a {
  display: block;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s ease;
}

.seo-selfhelp__grid > a:last-child {
  border-bottom: none;
}

.seo-selfhelp__grid > a:hover {
  background: var(--gray-50, #f0fdfa);
}

.seo-selfhelp__grid strong {
  display: block;
  color: var(--primary-dark, #115e59);
  font-size: 1.02rem;
  margin-bottom: 0.25rem;
}

.seo-selfhelp__grid span {
  display: block;
  color: var(--gray-600, #475569);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 400;
}

.seo-baca {
  background: #fff;
  border-top: 1px solid var(--gray-200, #e2e8f0);
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

.seo-baca__list {
  margin: 0;
  padding: 0 0 0 1.15rem;
  color: var(--gray-600, #475569);
  line-height: 1.7;
}

.seo-baca__list li {
  margin-bottom: 0.85rem;
}

.seo-baca__list li:last-child {
  margin-bottom: 0;
}

.seo-baca__list strong {
  color: var(--gray-900, #0f172a);
}

.seo-update {
  background: var(--gray-50, #f0fdfa);
  border-top: 1px solid var(--gray-200, #e2e8f0);
  border-bottom: 1px solid var(--gray-200, #e2e8f0);
}

@media (min-width: 640px) {
  .seo-selfhelp__grid {
    grid-template-columns: 1fr 1fr;
  }

  .seo-selfhelp__grid > a:nth-child(odd) {
    border-right: 1px solid var(--gray-200, #e2e8f0);
  }

  .seo-selfhelp__grid > a:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
