.seo-hero {
  margin: 16px 0 22px;
  padding: 26px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 54%, #fef3c7 100%);
  border: 1px solid #dbeafe;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.seo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}
.seo-hero h1 {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.2;
  color: #0f172a;
}
.seo-hero p {
  margin: 0;
  max-width: 760px;
  color: #334155;
  line-height: 1.7;
  font-size: 1rem;
}
.seo-link-grid,
.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 16px 0 22px;
}
.seo-link-card,
.seo-card {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}
.seo-link-card:hover,
.seo-card:hover {
  transform: translateY(-1px);
  border-color: #38bdf8;
  box-shadow: 0 10px 22px rgba(14, 165, 233, 0.16);
}
.seo-link-card strong,
.seo-card-title {
  display: block;
  font-weight: 900;
  margin-bottom: 4px;
}
.seo-link-card span,
.seo-card-desc {
  display: block;
  color: #64748b;
  line-height: 1.55;
  font-size: 0.9rem;
}
.seo-section-title {
  margin: 24px 0 12px;
  font-size: 1.35rem;
  color: #0f172a;
}
.rank-list {
  display: grid;
  gap: 10px;
}
.rank-row {
  display: grid;
  grid-template-columns: 44px 54px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: #0f172a;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}
.rank-row:hover {
  border-color: #f59e0b;
  box-shadow: 0 10px 22px rgba(245, 158, 11, 0.14);
}
.rank-no {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
}
.fruit-thumb {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 5px;
}
.fruit-name {
  font-weight: 900;
  font-size: 1rem;
}
.fruit-sub {
  color: #64748b;
  font-size: 0.88rem;
  margin-top: 2px;
}
.value-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fef3c7;
  color: #92400e;
  font-weight: 900;
  white-space: nowrap;
}
.recommend-note {
  margin-top: 6px;
  color: #334155;
  line-height: 1.65;
}
.seo-note-panel {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  line-height: 1.65;
}
.seo-note-panel strong {
  color: #0f172a;
}
@media (max-width: 640px) {
  .seo-hero {
    padding: 22px 16px;
  }
  .seo-hero h1 {
    font-size: 1.55rem;
  }
  .rank-row {
    grid-template-columns: 36px 44px minmax(0, 1fr);
  }
  .value-badge {
    grid-column: 2 / 4;
    justify-self: start;
  }
  .fruit-thumb {
    width: 42px;
    height: 42px;
  }
}
