/* SEO Section - BitTap Exchange | Prefix: seo- */
.seo-section-outer {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  min-width: 0;
}

.seo-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 2rem auto;
  padding: 2rem;
  background: #fff;
  border: 2px solid #d0f500;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(208, 245, 0, 0.12);
  color: #1a1a1a;
  line-height: 1.7;
  box-sizing: border-box;
  min-width: 0;
  overflow-x: hidden;
}

.seo-wrapper * {
  box-sizing: border-box;
}

.seo-wrapper .seo-intro,
.seo-wrapper .seo-features,
.seo-wrapper .seo-faq,
.seo-wrapper .seo-reviews,
.seo-wrapper .seo-share {
  margin-bottom: 2.5rem;
}

.seo-wrapper .seo-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #1a1a1a;
  line-height: 1.3;
}

.seo-wrapper .seo-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  color: #1a1a1a;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #d0f500;
}

.seo-wrapper .seo-h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem;
  color: #1a1a1a;
}

.seo-wrapper .seo-h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 1.25rem 0 0.5rem;
  color: #333;
}

.seo-wrapper .seo-h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
  color: #444;
}

.seo-wrapper .seo-h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0.75rem 0 0.5rem;
  color: #555;
}

.seo-wrapper .seo-p {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #333;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.seo-wrapper .seo-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  margin: 1rem 0;
  display: block;
  object-fit: contain;
}

.seo-wrapper .seo-features-list,
.seo-wrapper .seo-faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-wrapper .seo-feature-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.seo-wrapper .seo-feature-item::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d0f500;
  border-radius: 50%;
  margin-top: 0.5rem;
  flex-shrink: 0;
}

.seo-wrapper .seo-faq-item {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #fafafa;
  border-radius: 8px;
  border-left: 4px solid #d0f500;
}

.seo-wrapper .seo-faq-q {
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #1a1a1a;
}

.seo-wrapper .seo-review-item {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fafafa;
  border-radius: 8px;
  border: 1px solid #eee;
}

.seo-wrapper .seo-review-author {
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.25rem;
}

.seo-wrapper .seo-link {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.seo-wrapper .seo-link:hover {
  color: #0d0d0d;
}

.seo-wrapper .seo-link-external {
  color: #166534;
}

.seo-share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.seo-share-buttons a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #d0f500;
  color: #1a1a1a;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}

.seo-share-buttons a:hover {
  background: #b8dc00;
}

.seo-wrapper .seo-h1,
.seo-wrapper .seo-h2,
.seo-wrapper .seo-h3,
.seo-wrapper .seo-h4,
.seo-wrapper .seo-h5,
.seo-wrapper .seo-h6,
.seo-wrapper .seo-faq-q,
.seo-wrapper a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 640px) {
  .seo-wrapper {
    margin: 1rem;
    padding: 1rem;
  }
}
