﻿.seo-page {
    padding-top: 24px;
}

.seo-hero {
    margin-bottom: 24px;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 22px;
    align-items: stretch;
}

.seo-hero-copy {
    background: linear-gradient(135deg, #0f183c, #1a2b6c);
    color: #fff;
    border-radius: var(--ds-radius-xl);
    padding: 34px;
    box-shadow: var(--ds-shadow-md);
}

    .seo-hero-copy h1 {
        font-size: clamp(2.05rem, 4vw, 3.2rem);
        line-height: 0.98;
        letter-spacing: -0.05em;
        margin: 0 0 14px;
        max-width: 14ch;
    }

.seo-hero-lead {
    color: rgba(255,255,255,0.86);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 64ch;
}

.seo-hero-ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.seo-hero-note {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
}

.seo-hero-visual {
    background: var(--ds-surface);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-xl);
    box-shadow: var(--ds-shadow-md);
    padding: 18px;
}

.seo-preview-card {
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    border: 1px solid #e2ebf6;
    border-radius: 22px;
    padding: 18px;
    height: 100%;
}

.seo-preview-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.seo-preview-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #edf4ff;
    color: var(--ds-primary-dark);
    font-size: .85rem;
    font-weight: 800;
}

.seo-preview-chip {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: var(--ds-primary-dark);
    font-size: .82rem;
    font-weight: 800;
}

.seo-preview-body {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 12px;
    align-items: center;
}

.seo-preview-step {
    background: #fff;
    border: 1px solid var(--ds-border);
    border-radius: 16px;
    padding: 14px;
    min-height: 150px;
}

    .seo-preview-step strong {
        display: block;
        margin-bottom: 6px;
        color: var(--ds-text);
    }

    .seo-preview-step p {
        margin: 0;
        color: var(--ds-muted);
        line-height: 1.6;
    }

.seo-preview-arrow {
    color: var(--ds-primary-dark);
    font-size: 1.7rem;
    font-weight: 900;
}

.seo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.seo-main {
    display: grid;
    gap: 18px;
}

.seo-sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 96px;
}

.seo-content-section h2,
.seo-faq-section h2 {
    font-size: clamp(1.45rem, 2.3vw, 2rem);
    letter-spacing: -0.03em;
    margin-top: 0;
    margin-bottom: 14px;
}

.seo-content-section p {
    color: var(--ds-muted);
    line-height: 1.78;
    margin-bottom: 14px;
}

.seo-bullet-list li {
    margin-bottom: 8px;
}

.seo-section-heading {
    margin-bottom: 16px;
}

.seo-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #edf4ff;
    color: var(--ds-primary-dark);
    font-size: .85rem;
    font-weight: 800;
}

.seo-kicker-light {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
}

.seo-faq-list {
    display: grid;
    gap: 14px;
}

.seo-faq-item {
    border: 1px solid var(--ds-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f9fbff);
    padding: 16px;
}

    .seo-faq-item h3 {
        margin: 0 0 8px;
        font-size: 1.08rem;
        letter-spacing: -0.02em;
    }

    .seo-faq-item p {
        margin: 0;
        color: var(--ds-muted);
        line-height: 1.7;
    }

.seo-side-card {
    background: var(--ds-surface);
    border: 1px solid var(--ds-border);
    border-radius: var(--ds-radius-lg);
    box-shadow: var(--ds-shadow-sm);
    padding: 20px;
}

    .seo-side-card h2 {
        margin: 0 0 12px;
        font-size: 1.1rem;
        letter-spacing: -0.02em;
    }

    .seo-side-card p {
        margin: 0 0 14px;
        color: var(--ds-muted);
        line-height: 1.65;
    }

.seo-side-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

    .seo-side-links li a {
        color: var(--ds-primary-dark);
        font-weight: 700;
    }

        .seo-side-links li a:hover {
            text-decoration: underline;
        }

.seo-side-actions {
    margin-top: 6px;
}

.seo-cta-band {
    background: linear-gradient(135deg, #0f183c, #1a2b6c);
    color: #fff;
    border-radius: var(--ds-radius-xl);
    padding: 28px;
    box-shadow: var(--ds-shadow-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

    .seo-cta-band h2 {
        color: #fff;
        font-size: clamp(1.7rem, 2.8vw, 2.4rem);
        letter-spacing: -0.04em;
        margin: 8px 0 12px;
        max-width: 16ch;
    }

    .seo-cta-band p {
        margin: 0;
        max-width: 64ch;
        color: rgba(255,255,255,0.84);
        line-height: 1.7;
    }

.seo-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.seo-cta-secondary {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.16);
    color: #fff;
}

    .seo-cta-secondary:hover {
        color: #fff;
    }

@media (max-width: 1120px) {
    .seo-hero-grid,
    .seo-layout,
    .seo-preview-body {
        grid-template-columns: 1fr;
    }

    .seo-preview-arrow {
        display: none;
    }

    .seo-sidebar {
        position: static;
    }
}

@media (max-width: 780px) {
    .seo-hero-copy,
    .seo-hero-visual,
    .seo-cta-band {
        padding: 22px 18px;
    }

    .seo-hero-ctas,
    .seo-cta-actions {
        flex-direction: column;
    }

        .seo-hero-ctas .ds-btn,
        .seo-cta-actions .ds-btn {
            width: 100%;
        }
}


@media (min-width: 981px) {
    .seo-hero-grid {
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    }

    .seo-preview-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .seo-preview-step {
        min-height: 132px;
    }
}