/* SEO section - UZX Exchange. Theme: dark, accent #07a7be */
.seo-section {
    max-width: 900px;
    margin: 32px auto 48px;
    padding: 32px 28px;
    background: linear-gradient(145deg, #1a1d24 0%, #0f1115 100%);
    border: 1px solid rgba(7, 167, 190, 0.25);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 1px rgba(7, 167, 190, 0.08);
    color: #e4e6eb;
    line-height: 1.7;
    font-size: 15px;
}
.seo-section a {
    color: #07a7be;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.seo-section a:hover {
    color: #09c4d9;
    border-bottom-color: rgba(7, 167, 190, 0.5);
}
.seo-section .seo-h1 {
    font-size: 1.85rem;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
    letter-spacing: -0.02em;
}
.seo-section .seo-h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin: 36px 0 16px;
    color: #07a7be;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(7, 167, 190, 0.3);
}
.seo-section .seo-h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 28px 0 12px;
    color: #b8bcc4;
}
.seo-section .seo-h4 {
    font-size: 1.08rem;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #a0a5ae;
}
.seo-section .seo-h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 16px 0 8px;
    color: #8a8f99;
}
.seo-section .seo-h6 {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 14px 0 6px;
    color: #7a7f8a;
}
.seo-section .seo-p {
    margin: 0 0 14px;
    color: #c2c6ce;
}
.seo-section .seo-intro {
    margin-bottom: 28px;
}
.seo-section .seo-img-wrap {
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(7, 167, 190, 0.2);
}
.seo-section .seo-img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.seo-section .seo-features-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}
.seo-section .seo-features-list li {
    position: relative;
    padding: 10px 0 10px 28px;
    margin: 0 0 6px;
    color: #c2c6ce;
    border-left: 3px solid transparent;
    padding-left: 20px;
    margin-left: 0;
    transition: border-color 0.2s, padding-left 0.2s;
}
.seo-section .seo-features-list li:hover {
    border-left-color: #07a7be;
    padding-left: 24px;
}
.seo-section .seo-features-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #07a7be;
    border-radius: 50%;
    opacity: 0.8;
}
.seo-section .seo-faq-item {
    margin: 0 0 20px;
    padding: 18px 20px;
    background: rgba(7, 167, 190, 0.06);
    border: 1px solid rgba(7, 167, 190, 0.15);
    border-radius: 10px;
}
.seo-section .seo-faq-q {
    font-weight: 600;
    color: #07a7be;
    margin: 0 0 8px;
    font-size: 1.02rem;
}
.seo-section .seo-faq-a {
    margin: 0;
    color: #b8bcc4;
    font-size: 0.98rem;
}
.seo-section .seo-review {
    margin: 0 0 20px;
    padding: 18px 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    border-left: 4px solid #07a7be;
}
.seo-section .seo-review-name {
    font-weight: 600;
    color: #07a7be;
    margin: 0 0 6px;
}
.seo-section .seo-review-text {
    margin: 0;
    color: #b8bcc4;
    font-style: italic;
}
.seo-section .seo-review-date {
    margin: 8px 0 0;
    font-size: 0.85rem;
    color: #6a6f78;
}
.seo-section .seo-cta-box {
    margin: 32px 0;
    padding: 24px;
    text-align: center;
    background: rgba(7, 167, 190, 0.12);
    border: 1px solid rgba(7, 167, 190, 0.3);
    border-radius: 12px;
}
.seo-section .seo-social-links {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.seo-section .seo-social-links a {
    padding: 8px 16px;
    background: rgba(7, 167, 190, 0.15);
    border-radius: 8px;
    border: 1px solid rgba(7, 167, 190, 0.3);
}
.seo-section .seo-social-links a:hover {
    background: rgba(7, 167, 190, 0.25);
}
.seo-section .seo-nav-links {
    margin: 16px 0;
    font-size: 0.95rem;
}
.seo-section .seo-nav-links a {
    margin-right: 16px;
}
@media (max-width: 640px) {
    .seo-section { padding: 20px 16px; margin: 20px 12px 32px; }
    .seo-section .seo-h1 { font-size: 1.5rem; }
    .seo-section .seo-h2 { font-size: 1.25rem; }
}
