/* SEO Content Styles - Bitxex Exchange */
.seo-box {
    max-width: 1200px;
    margin: 50px auto;
    padding: 50px 40px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.8;
    color: #2c3e50;
    border: 1px solid #e9ecef;
}

.seo-content {
    margin-bottom: 40px;
}

.seo-heading {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 25px;
}

.seo-heading h1 {
    font-size: 2.75rem;
    margin-bottom: 30px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 800;
}

.seo-heading h2 {
    font-size: 2.25rem;
    margin-top: 50px;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #2c3e50;
    font-weight: 700;
    border-bottom: 3px solid #007bff;
    padding-bottom: 10px;
}

.seo-heading h3 {
    font-size: 1.75rem;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #34495e;
    font-weight: 600;
}

.seo-heading h4 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #495057;
    font-weight: 600;
}

.seo-heading h5 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 12px;
    line-height: 1.5;
    color: #6c757d;
    font-weight: 600;
}

.seo-heading h6 {
    font-size: 1.125rem;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #868e96;
    font-weight: 600;
}

.seo-text {
    font-size: 1.125rem;
    margin-bottom: 25px;
    color: #495057;
    text-align: justify;
}

.seo-text p {
    margin-bottom: 20px;
}

.seo-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 35px 0;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    display: block;
}

.seo-faq {
    margin-top: 60px;
}

.seo-content a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    font-weight: 500;
}

.seo-content a:hover {
    border-bottom-color: #007bff;
    color: #0056b3;
}

.seo-content a:visited {
    color: #6f42c1;
}

.seo-faq-item {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    border-left: 5px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.seo-faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seo-faq-question {
    font-weight: 700;
    font-size: 1.25rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.seo-faq-answer {
    color: #555;
    line-height: 1.8;
}

.seo-review {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.seo-review:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seo-review-header {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 15px;
}

.seo-review-author {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 1.125rem;
}

.seo-review-rating {
    color: #ffa500;
    font-size: 1.25rem;
    letter-spacing: 2px;
}

.seo-review-date {
    color: #868e96;
    font-size: 0.9rem;
    margin-left: auto;
}

.seo-review-text {
    color: #555;
    line-height: 1.8;
}

.seo-share {
    margin-top: 50px;
    padding: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.seo-share h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.75rem;
}

.seo-share-link {
    display: inline-block;
    margin: 8px;
    padding: 12px 24px;
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.seo-share-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.seo-share-link.twitter {
    background-color: #1da1f2;
    color: #ffffff;
}

.seo-share-link.twitter:hover {
    background-color: #0d8bd9;
}

.seo-share-link.telegram {
    background-color: #0088cc;
    color: #ffffff;
}

.seo-share-link.telegram:hover {
    background-color: #006ba3;
}

.seo-share-link.facebook {
    background-color: #1877f2;
    color: #ffffff;
}

.seo-share-link.facebook:hover {
    background-color: #0e6bd8;
}

.seo-share-link.reddit {
    background-color: #ff4500;
    color: #ffffff;
}

.seo-share-link.reddit:hover {
    background-color: #e03d00;
}

.seo-share-link.linkedin {
    background-color: #0077b5;
    color: #ffffff;
}

.seo-share-link.linkedin:hover {
    background-color: #005885;
}

.seo-share-links {
    margin-top: 25px;
}

.seo-reviews {
    margin-top: 40px;
}

.seo-features-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.seo-features-list li {
    margin-bottom: 0;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    border-left: 5px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.seo-features-list li:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
    border-left-color: #0056b3;
}

.seo-features-list li strong {
    display: block;
    font-size: 1.375rem;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.seo-features-list li p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

.seo-external-links {
    margin-top: 40px;
    padding: 25px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.seo-external-links h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.seo-external-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-external-links li {
    margin-bottom: 12px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: background-color 0.2s ease;
}

.seo-external-links li:hover {
    background-color: #e9ecef;
}

.seo-external-links a {
    color: #007bff;
    font-weight: 500;
}

.seo-intro-section {
    margin-bottom: 50px;
}

.seo-intro-section p {
    font-size: 1.125rem;
    line-height: 1.9;
    margin-bottom: 20px;
    text-align: justify;
}

.seo-keyword-highlight {
    font-weight: 600;
    color: #007bff;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .seo-box {
        padding: 30px 20px;
        margin: 30px 10px;
    }
    
    .seo-heading h1 {
        font-size: 2rem;
    }
    
    .seo-heading h2 {
        font-size: 1.75rem;
    }
    
    .seo-heading h3 {
        font-size: 1.5rem;
    }
    
    .seo-heading h4 {
        font-size: 1.25rem;
    }
    
    .seo-text {
        font-size: 1rem;
    }
    
    .seo-share-link {
        display: block;
        margin: 10px 0;
        width: 100%;
    }
    
    .seo-features-list {
        grid-template-columns: 1fr;
    }
    
    .seo-features-list li {
        padding: 20px 15px;
    }
    
    .seo-features-list li strong {
        font-size: 1.125rem;
    }
    
    .seo-faq-item {
        padding: 20px;
    }
    
    .seo-review {
        padding: 20px;
    }
}

/* Print Styles */
@media print {
    .seo-share {
        display: none;
    }
    
    .seo-box {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}
