/**
 * SEO content section – Coinlocally login & exchange
 * Prefix: seo-
 * Theme: #01bc8d, white background
 */
.seo-wrapper {
    max-width: 900px;
    margin: 22rem auto 3rem;
    padding: 2rem 1.5rem;
    background: linear-gradient(180deg, #f8fdfb 0%, #f0faf7 50%, #fff 100%);
    border: 1px solid #01bc8d;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(1, 188, 141, 0.12), 0 0 0 1px rgba(1, 188, 141, 0.06);
}

.seo-section {
    margin-bottom: 2.5rem;
}

.seo-section:last-of-type {
    margin-bottom: 0;
}

.seo-title {
    color: #0a2e24;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #01bc8d;
}

.seo-h1 {
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.seo-subtitle {
    color: #1a4d3d;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
}

.seo-heading-3 {
    color: #2d5a4a;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.25rem 0 0.5rem;
}

.seo-heading-4 {
    color: #3d6b5a;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1rem 0 0.4rem;
}

.seo-heading-5 {
    color: #4a7a68;
    font-size: 1rem;
    font-weight: 600;
    margin: 0.75rem 0 0.35rem;
}

.seo-heading-6 {
    color: #558876;
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0.6rem 0 0.3rem;
}

.seo-paragraph {
    color: #333;
    line-height: 1.7;
    margin-bottom: 1rem;
    text-align: justify;
}

.seo-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-features-list .seo-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid #e8f5f0;
    color: #333;
    line-height: 1.55;
}

.seo-features-list .seo-feature-item::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    margin-top: 0.5rem;
    background: #01bc8d;
    border-radius: 50%;
}

.seo-faq-item {
    margin-bottom: 1rem;
    padding: 1rem;
    background: #f8fdfb;
    border-radius: 8px;
    border-left: 3px solid #01bc8d;
}

.seo-faq-item .seo-faq-q {
    font-weight: 600;
    color: #0a2e24;
    margin-bottom: 0.5rem;
}

.seo-faq-item .seo-faq-a {
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.seo-review-item {
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid #e8f5f0;
    margin-bottom: 0.75rem;
}

.seo-review-item .seo-review-text {
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.seo-review-item .seo-review-meta {
    font-size: 0.9rem;
    color: #01bc8d;
    font-weight: 500;
}

.seo-image-wrap {
    margin: 1.5rem 0;
    text-align: center;
}

.seo-image-wrap .seo-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #e8f5f0;
    box-shadow: 0 2px 12px rgba(1, 188, 141, 0.1);
}

.seo-trusted-sites {
    list-style: none;
    padding: 0;
    margin: 1rem 0 1rem 1.5rem;
}

.seo-trusted-sites li {
    padding: 0.4rem 0;
    border-bottom: 1px solid #e8f5f0;
    color: #333;
    line-height: 1.5;
}

.seo-trusted-sites li:last-child {
    border-bottom: none;
}

.seo-trusted-sites .seo-link-external {
    font-weight: 600;
}

.seo-link-internal {
    color: #01bc8d;
    text-decoration: none;
    font-weight: 500;
}

.seo-link-internal:hover {
    text-decoration: underline;
}

.seo-link-external {
    color: #01bc8d;
    text-decoration: none;
    font-weight: 500;
}

.seo-link-external:hover {
    text-decoration: underline;
}

.seo-share-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8fdfb;
    border-radius: 8px;
}

.seo-share-bar .seo-share-label {
    font-weight: 600;
    color: #0a2e24;
    margin-right: 0.5rem;
}

.seo-share-bar a {
    color: #fff;
    background: #01bc8d;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
}

.seo-share-bar a:hover {
    background: #019a71;
}

@media (max-width: 640px) {
    .seo-wrapper {
        padding: 1.25rem 1rem;
        margin: 22rem auto 2rem;
    }
    .seo-title { font-size: 1.4rem; }
    .seo-h1 { font-size: 1.6rem; }
    .seo-subtitle { font-size: 1.2rem; }
}
