/* SEO content wrapper - normal document flow */
.seo-content-wrapper {
    max-width: 1200px;
    margin: 100px auto 60px;
    padding: 60px 20px;
    color: #e0e0e0;
    background-color: #121212;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 220, 255, 0.1);
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
}

/* Additional specificity to ensure visibility */
html body .seo-section-container .seo-content-wrapper {
    position: relative !important;
    z-index: 10 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    overflow-x: hidden !important;
}

/* Prevent horizontal scroll only - keep original vertical scroll behavior */
html {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
}

.seo-section {
    margin-bottom: 60px;
    line-height: 1.8;
}

.seo-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
    line-height: 1.3;
}

.seo-section h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #00DCFF;
    line-height: 1.4;
}

.seo-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 24px;
    color: #ffffff;
    line-height: 1.5;
}

.seo-section h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 20px;
    color: #e0e0e0;
    line-height: 1.5;
}

.seo-section h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 18px;
    color: #d0d0d0;
    line-height: 1.5;
}

.seo-section h6 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #d0d0d0;
    line-height: 1.5;
}

.seo-section p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #d0d0d0;
    text-align: justify;
}

.seo-feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.seo-feature-item {
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 8px;
    border-left: 4px solid #00DCFF;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 220, 255, 0.2);
}

.seo-feature-item h4 {
    margin-top: 0;
    color: #00DCFF;
}

.seo-faq-item {
    margin-bottom: 32px;
    padding: 24px;
    background-color: #1a1a1a;
    border-radius: 8px;
    border-left: 4px solid #00DCFF;
    transition: background-color 0.3s ease;
}

.seo-faq-item:hover {
    background-color: #222222;
}

.seo-faq-item h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #00DCFF;
}

.seo-faq-item p {
    margin-bottom: 0;
    color: #e0e0e0;
}

.seo-review-item {
    margin-bottom: 28px;
    padding: 20px;
    background-color: #1a1a1a;
    border-radius: 8px;
    border-top: 2px solid #00DCFF;
    transition: transform 0.3s ease;
}

.seo-review-item:hover {
    transform: translateX(5px);
}

.seo-review-text {
    font-style: italic;
    margin-bottom: 12px;
    color: #e0e0e0;
    font-size: 1.05rem;
}

.seo-review-author {
    font-weight: 600;
    color: #00DCFF;
    margin-bottom: 0;
    font-size: 0.95rem;
}

.seo-social-share-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    justify-content: center;
}

.seo-social-share-link {
    display: inline-block;
    padding: 12px 24px;
    background-color: #00DCFF;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.seo-social-share-link:hover {
    background-color: #00b8d4;
    transform: translateY(-2px);
}

.seo-section a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.seo-section a:hover {
    color: #00b8d4;
}

.seo-cta {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #00DCFF;
    text-align: center;
    margin: 40px 0;
}

.seo-cta h2 {
    margin-top: 0;
}

.seo-image-container {
    margin: 30px 0;
    text-align: center;
}

.seo-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 220, 255, 0.2);
}

.seo-image-caption {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
    font-style: italic;
}

.seo-intro-section {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #333;
}

.seo-keyword-highlight {
    color: #00DCFF;
    font-weight: 600;
}

.seo-table-container {
    overflow-x: auto;
    margin: 30px 0;
}

.seo-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
}

.seo-table th,
.seo-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
}

.seo-table th {
    background-color: #00DCFF;
    color: #121212;
    font-weight: 600;
}

.seo-table tr:hover {
    background-color: #222222;
}

@media (max-width: 768px) {
    .seo-content-wrapper {
        padding: 20px 15px;
    }
    
    .seo-section h1 {
        font-size: 1.8rem;
    }
    
    .seo-section h2 {
        font-size: 1.5rem;
    }
    
    .seo-section h3 {
        font-size: 1.25rem;
    }
    
    .seo-section p {
        font-size: 1rem;
    }
    
    .seo-feature-list {
        grid-template-columns: 1fr;
    }
    
    .seo-social-share-links {
        flex-direction: column;
    }
    
    .seo-social-share-link {
        width: 100%;
        text-align: center;
    }
    
    .seo-faq-item,
    .seo-review-item {
        padding: 16px;
    }
    
    .seo-cta {
        padding: 24px;
    }
    
    .seo-intro-section {
        padding: 24px;
    }
}

@media (max-width: 480px) {
    .seo-section h1 {
        font-size: 1.5rem;
    }
    
    .seo-section h2 {
        font-size: 1.3rem;
    }
    
    .seo-section p {
        font-size: 0.95rem;
    }
    
    .seo-content-wrapper {
        padding: 15px 10px;
        margin-top: 60px;
    }
}

/* ============================================
   SEO SECTION STYLES ONLY - Do not modify main section
   ============================================ */

/* Ensure main section is visible and uses normal flow - prevent overlap */
html body .index_main__fuELN {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    float: none !important;
    clear: none !important;
    overflow: visible !important;
}

/* Ensure main section inner container doesn't cause overlap */
html body .index_main__CCrJa {
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
}

/* SEO section container - force to appear after main section in normal flow */
html body .seo-section-container {
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    overflow: visible !important;
}

/* When SEO section comes immediately after main section - force separation */
html body .index_main__fuELN + .seo-section-container {
    position: relative !important;
    z-index: 10 !important;
    clear: both !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    overflow: visible !important;
}

/* Force main section to not use absolute/fixed positioning that would overlap SEO section */
html body .index_main__fuELN,
html body .index_main__CCrJa {
    position: relative !important;
}

/* Ensure SEO section appears in normal document flow after main section */
html body .index_main__fuELN {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Override any absolute/fixed positioning from compiled CSS that might cause overlap */
* {
    box-sizing: border-box;
}

/* Ensure body and html allow normal flow */
html body {
    position: relative !important;
}

/* Critical: Force SEO section to appear after main section with proper stacking */
html body .index_main__fuELN {
    position: relative !important;
    z-index: 1 !important;
}

html body .seo-section-container {
    position: relative !important;
    z-index: 2 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Override any potential absolute/fixed positioning from other CSS files */
html body div.index_main__fuELN,
html body div.index_main__CCrJa {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* Ensure SEO section is always visible and in normal flow */
html body div.seo-section-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: block !important;
    visibility: visible !important;
}

