/**
 * SEO Section - YUBIT Exchange
 * All classes use seo- prefix. Theme: white + #d8af73
 */
.seo-section {
  max-width: 960px;
  margin: 3rem auto 4rem;
  padding: 2.5rem 2rem;
  background: linear-gradient(145deg, #faf9f7 0%, #f5f2ee 100%);
  border: 1px solid rgba(216, 175, 115, 0.35);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(216, 175, 115, 0.1);
}

.seo-section * {
  box-sizing: border-box;
}

.seo-section .seo-heading-1 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.25rem;
  line-height: 1.3;
}

.seo-section .seo-heading-2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 2.25rem 0 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(216, 175, 115, 0.5);
}

.seo-section .seo-heading-3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  margin: 1.5rem 0 0.6rem;
}

.seo-section .seo-heading-4 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #444;
  margin: 1.2rem 0 0.5rem;
}

.seo-section .seo-heading-5 {
  font-size: 1rem;
  font-weight: 600;
  color: #555;
  margin: 1rem 0 0.4rem;
}

.seo-section .seo-heading-6 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
  margin: 0.8rem 0 0.35rem;
}

.seo-section .seo-paragraph {
  font-size: 1rem;
  line-height: 1.75;
  color: #3d3d3d;
  margin: 0 0 1rem;
}

.seo-section .seo-link {
  color: #b8925a;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 175, 115, 0.4);
  transition: color 0.2s, border-color 0.2s;
}

.seo-section .seo-link:hover {
  color: #9a7a42;
  border-bottom-color: #d8af73;
}

.seo-section .seo-link-external::after {
  content: " \2197";
  font-size: 0.75em;
  opacity: 0.8;
}

.seo-section .seo-image-wrap {
  margin: 1.5rem 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(216, 175, 115, 0.25);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.seo-section .seo-image-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.seo-section .seo-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.seo-section .seo-features-list .seo-feature-item {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.85rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #3d3d3d;
}

.seo-section .seo-features-list .seo-feature-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: #d8af73;
  border-radius: 50%;
}

.seo-section .seo-faq-list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.seo-section .seo-faq-item {
  margin-bottom: 0.75rem;
  border: 1px solid rgba(216, 175, 115, 0.2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.seo-section .seo-faq-q {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c2c2c;
  margin: 0;
  padding: 1rem 1.25rem;
}

.seo-section .seo-faq-a {
  font-size: 0.98rem;
  line-height: 1.65;
  color: #444;
  margin: 0;
  padding: 0 1.25rem 1rem;
}

.seo-section .seo-reviews-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.seo-section .seo-review-card {
  padding: 1.1rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(216, 175, 115, 0.2);
  border-radius: 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}

.seo-section .seo-review-author {
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.seo-section .seo-review-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.seo-section .seo-share-bar {
  margin: 2rem 0 1.5rem;
  padding: 1.25rem;
  background: rgba(216, 175, 115, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(216, 175, 115, 0.2);
}

.seo-section .seo-share-bar .seo-heading-4 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.seo-section .seo-share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.seo-section .seo-share-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid rgba(216, 175, 115, 0.35);
  border-radius: 8px;
  color: #6b5a3d;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
}

.seo-section .seo-share-links a:hover {
  background: rgba(216, 175, 115, 0.12);
  border-color: #d8af73;
}

.seo-section .seo-external-links {
  margin: 1.5rem 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(216, 175, 115, 0.2);
}

.seo-section .seo-external-links .seo-paragraph {
  margin-bottom: 0.6rem;
}

.seo-section .seo-external-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-section .seo-external-links li {
  margin-bottom: 0.5rem;
}

.seo-section .seo-external-links a {
  color: #b8925a;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 175, 115, 0.4);
}

.seo-section .seo-external-links a:hover {
  color: #9a7a42;
}

@media (max-width: 768px) {
  .seo-section {
    margin: 2rem 1rem 3rem;
    padding: 1.5rem 1.25rem;
  }
  .seo-section .seo-heading-1 { font-size: 1.5rem; }
  .seo-section .seo-heading-2 { font-size: 1.3rem; }
  .seo-section .seo-reviews-grid {
    grid-template-columns: 1fr;
  }
}
