.seo-page {
    min-height: 100vh;
    background: #fff;
    direction: rtl;
}

.seo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    max-width: 940px;
    margin: 0 auto;
    gap: 12px;
}

.seo-logo {
    height: 48px;
    width: auto;
}

.seo-header-cta {
    width: auto !important;
    max-width: 220px;
    padding: 10px 20px !important;
    font-size: 15px !important;
}

.seo-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 48px;
}

.seo-h1 {
    font-size: clamp(28px, 5vw, 42px) !important;
    line-height: 1.35 !important;
    margin-bottom: 20px !important;
}

.seo-h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px;
    color: #111;
}

.seo-intro {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 32px;
}

.seo-section,
.seo-faq-block {
    margin-bottom: 32px;
}

.seo-steps {
    margin: 12px 0 0;
    padding-right: 20px;
    line-height: 1.9;
}

.seo-faq-list {
    margin: 0;
    padding-right: 0;
    list-style: none;
    line-height: 1.9;
}

.seo-faq-list li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}

.seo-cta-box {
    text-align: center;
    background: linear-gradient(135deg, #fff8f0 0%, #ffe8f5 100%);
    border-radius: 20px;
    padding: 28px 20px;
    margin-top: 40px;
}

.seo-footer-links {
    margin-top: 16px;
    font-size: 14px;
}

.seo-footer {
    text-align: center;
    padding: 24px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
}

.seo-footer a,
.seo-footer-links a,
.seo-intro a {
    color: #ed257c;
    text-decoration: underline;
}

@media (max-width: 640px) {
    .seo-header {
        flex-direction: column;
        text-align: center;
    }

    .seo-header-cta {
        width: 100% !important;
        max-width: 100%;
    }
}
