/**
 * SEO Section – Picol Exchange
 * Class prefix: seo-
 * Theme: dark with accent #7d58d0
 */
.seo-wrap {
  background: linear-gradient(145deg, #0d0d0f 0%, #15151a 100%);
  border: 1px solid rgba(125, 88, 208, 0.2);
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  margin: 2rem auto;
  max-width: 900px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(125, 88, 208, 0.08);
}

.seo-wrap * {
  box-sizing: border-box;
}

.seo-article {
  color: #e4e4e7;
  font-size: 1rem;
  line-height: 1.75;
}

.seo-article .seo-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
}

.seo-article .seo-h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d4d4d8;
  margin: 2rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(125, 88, 208, 0.25);
}

.seo-article .seo-h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e4e4e7;
  margin: 1.5rem 0 0.75rem;
}

.seo-article .seo-h4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #d4d4d8;
  margin: 1.25rem 0 0.5rem;
}

.seo-article .seo-h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #a1a1aa;
  margin: 1rem 0 0.5rem;
}

.seo-article .seo-h6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #71717a;
  margin: 0.75rem 0 0.4rem;
}

.seo-article p {
  margin: 0 0 1rem;
  color: #a1a1aa;
}

.seo-article a {
  color: #7d58d0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.seo-article a:hover {
  color: #9d7ef0;
  border-bottom-color: rgba(125, 88, 208, 0.5);
}

.seo-img-wrap {
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(125, 88, 208, 0.15);
}

.seo-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.seo-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-features-list .seo-feature-item {
  padding: 0.6rem 0 0.6rem 1.5rem;
  position: relative;
  color: #a1a1aa;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.seo-features-list .seo-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 6px;
  height: 6px;
  background: #7d58d0;
  border-radius: 50%;
}

.seo-faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-faq-item {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(125, 88, 208, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(125, 88, 208, 0.12);
}

.seo-faq-item .seo-faq-q {
  font-weight: 600;
  color: #e4e4e7;
  margin: 0 0 0.5rem;
}

.seo-faq-item .seo-faq-a {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.95rem;
}

.seo-reviews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-review-item {
  margin-bottom: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border-left: 3px solid #7d58d0;
}

.seo-review-item .seo-review-name {
  font-weight: 600;
  color: #7d58d0;
  margin-bottom: 0.25rem;
}

.seo-review-item .seo-review-text {
  margin: 0;
  color: #a1a1aa;
  font-size: 0.95rem;
}

.seo-share-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(125, 88, 208, 0.2);
}

.seo-share-bar .seo-share-label {
  font-size: 0.9rem;
  color: #71717a;
  margin: 0;
}

.seo-share-bar .seo-share-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: rgba(125, 88, 208, 0.15);
  color: #c4b5fd;
  border-radius: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.2s;
}

.seo-share-bar .seo-share-link:hover {
  background: rgba(125, 88, 208, 0.25);
  color: #e4e4e7;
}

@media (max-width: 640px) {
  .seo-wrap {
    padding: 1.5rem 1rem;
    margin: 1rem 0.5rem;
  }
  .seo-article .seo-h1 { font-size: 1.5rem; }
  .seo-article .seo-h2 { font-size: 1.25rem; }
}
