.dsp-seo-home-intro {
  max-width: 1100px;
  margin: 16px auto 8px;
  padding: 0 20px;
  text-align: center;
}

.dsp-seo-home-h1 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.25;
  margin: 0 0 8px;
  color: inherit;
}

.dsp-seo-home-sub {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.9;
}

.dsp-seo-signin-copy {
  max-width: 560px;
  margin: 0 auto 20px;
  padding: 16px 18px;
  background: #f6f7f8;
  border: 1px solid #e2e4e7;
  border-radius: 8px;
}

.dsp-seo-signin-copy p {
  margin: 0 0 10px;
}

.dsp-seo-signin-copy p:last-child {
  margin-bottom: 0;
}

.dsp-seo-signin-trust {
  font-size: 0.92em;
  opacity: 0.85;
}

.dsp-seo-suggest {
  position: absolute;
  z-index: 100000;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-top: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  max-height: 360px;
  overflow-y: auto;
}

.dsp-seo-suggest li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  color: inherit;
  text-decoration: none;
}

.dsp-seo-suggest li a:hover,
.dsp-seo-suggest li.is-active a {
  background: #f3f4f5;
}

.dsp-seo-suggest img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 40px;
}

.dsp-seo-suggest-empty {
  padding: 10px 12px;
  color: #666;
}

.dsp-seo-search-wrap {
  position: relative;
}

body.home .dsp-seo-demo-hide {
  display: none !important;
}
