.seo-landing h1,
.seo-landing h2,
.seo-landing h3,
.seo-landing h4 {
    letter-spacing: 0;
}

.seo-landing .navbar {
    background: rgba(15, 23, 42, 0.72);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

[data-theme="light"] .seo-landing .navbar {
    background: rgba(255, 255, 255, 0.78);
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

.seo-mobile-cta {
    display: none;
}

.seo-hero {
    min-height: 92vh;
    padding: calc(var(--nav-height) + 3rem) 0 5rem;
}

.seo-hero .hero-content {
    max-width: 980px;
}

.seo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 1rem;
    margin-bottom: 1.25rem;
    color: var(--primary);
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.25);
    border-radius: 999px;
    font-weight: 800;
}

.seo-landing .brand-main-title {
    direction: ltr !important;
    unicode-bidi: isolate;
    margin-bottom: 0.75rem;
}

.seo-landing .hero-title {
    direction: rtl !important;
    unicode-bidi: plaintext;
    max-width: 900px;
    margin: 0 auto 1.5rem;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    letter-spacing: 0;
}

.seo-landing .hero-subtitle {
    max-width: 760px;
    margin: 0 auto;
    font-size: 1.24rem;
    line-height: 1.85;
}

.seo-landing .hero-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.seo-proof-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    max-width: 980px;
    margin: 3.5rem auto 0;
}

.seo-proof-item {
    padding: 1rem;
    min-height: 92px;
    text-align: center;
}

.seo-proof-item strong {
    display: block;
    color: var(--section-title-color);
    font-size: 1.55rem;
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.seo-proof-item span {
    color: var(--text-secondary);
    font-size: 0.95rem;
}

.seo-section-lead {
    max-width: 780px;
    margin: 0 auto;
    color: var(--text-secondary);
    font-size: 1.08rem;
    line-height: 1.8;
    text-align: center;
}

.seo-feature-card h3,
.seo-feature-card h4 {
    color: var(--section-title-color);
}

.seo-feature-card p,
.seo-copy-card p,
.seo-flow-copy p,
.seo-faq-card p,
.seo-cta-panel p {
    line-height: 1.8;
}

.seo-workflow {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: center;
}

.seo-flow-copy {
    text-align: right;
}

.seo-flow-copy h2 {
    color: var(--section-title-color);
}

.seo-flow-list {
    display: grid;
    gap: 1rem;
}

.seo-flow-step {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    text-align: right;
}

.seo-flow-number {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--accent));
}

.seo-flow-step h3 {
    margin-bottom: 0.35rem;
    font-size: 1.15rem;
    color: var(--section-title-color);
}

.seo-flow-step p {
    margin: 0;
}

.seo-copy-grid,
.seo-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.seo-copy-card {
    text-align: right;
}

.seo-copy-card h3,
.seo-faq-card h3 {
    color: var(--section-title-color);
    font-size: 1.25rem;
}

.seo-faq-card {
    text-align: right;
}

.seo-cta-panel {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    padding: 3rem;
}

.seo-cta-panel h2 {
    color: var(--section-title-color);
}

.seo-related-links {
    justify-content: center;
    margin-top: 2rem;
}

.seo-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.seo-footer-content .footer-links {
    gap: 0.5rem;
    margin-bottom: 0;
}

@media (max-width: 980px) {
    .seo-proof-row,
    .seo-workflow,
    .seo-copy-grid,
    .seo-faq-grid {
        grid-template-columns: 1fr;
    }

    .seo-proof-row {
        max-width: 560px;
    }
}

@media (max-width: 768px) {
    .seo-mobile-cta {
        display: inline-flex;
        padding: 9px 16px;
        font-size: 0.85rem;
    }

    .seo-hero {
        min-height: auto;
        padding: calc(var(--nav-height) + 3rem) 0 4rem;
    }

    .seo-proof-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 2.5rem;
    }

    .seo-flow-step {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .seo-flow-number {
        width: 42px;
        height: 42px;
    }

    .seo-cta-panel {
        padding: 2rem 1.25rem;
    }
}

@media (max-width: 520px) {
    .seo-landing .hero-title {
        font-size: 2.35rem;
    }

    .seo-landing .hero-actions .btn {
        width: 100%;
    }
}
