.seo-page {
    padding-top: 0;
    color: var(--hd-text, #1f2937);
}

.seo-hero {
    background: #f9fafb;
    border: none;
    padding: calc(76px + 0.75rem) 0 2rem;
}

.seo-hero h1 {
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0.35rem 0 0.75rem;
}

.seo-kicker {
    color: #16a34a;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
}

.seo-lead {
    font-size: 1.1rem;
    color: var(--hd-muted, #6b7280);
    max-width: 42rem;
    margin-bottom: 1.25rem;
}

.seo-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.seo-hero-cta .btn-outline-hd {
    border: 1px solid var(--hd-border, #e5e7eb);
    color: var(--hd-text, #1f2937);
    font-weight: 600;
    padding: 0.65rem 1.35rem;
    border-radius: 8px;
    background: #fff;
}

.seo-hero-cta .btn-outline-hd:hover {
    border-color: var(--hd-green, #22c55e);
    color: var(--hd-green-dark, #16a34a);
}

.seo-page .btn-primary-hd.btn-block {
    width: 100%;
}

.seo-aside-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.seo-win-icon {
    flex-shrink: 0;
}

.seo-breadcrumb {
    font-size: 0.85rem;
    color: var(--hd-muted, #6b7280);
    margin-bottom: 1rem;
}

.seo-breadcrumb a {
    color: #16a34a;
}

.seo-bc-sep {
    margin: 0 0.4rem;
    color: #9ca3af;
}

.seo-hero .seo-hub-title {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--hd-text, #1f2937);
    margin-bottom: 0.75rem;
}

.seo-hero .seo-hub-title a {
    color: inherit;
}

.seo-hero .seo-hub-title a:hover {
    color: #16a34a;
}

.seo-hero .seo-hub-title h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.seo-hero .seo-hub-title .seo-bc-sep {
    font-size: inherit;
    font-weight: inherit;
    color: #9ca3af;
}

@media (max-width: 991.98px) {
    .seo-hero .seo-hub-title {
        font-size: 1.7rem;
    }
}

.seo-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 2.5rem;
    padding: 2.5rem 15px 4rem;
}

.seo-article {
    max-width: 46rem;
    line-height: 1.75;
    font-size: 1.05rem;
}

.seo-article h2 {
    font-size: 1.45rem;
    font-weight: 750;
    margin: 2rem 0 0.75rem;
}

.seo-article h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 1.5rem 0 0.5rem;
}

.seo-article p,
.seo-article li {
    color: #374151;
}

.seo-article a {
    color: #15803d;
}

.seo-article pre {
    background: #111827;
    color: #f9fafb;
    padding: 1rem 1.1rem;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.9rem;
}

.seo-article code {
    background: #f3f4f6;
    padding: 0.1em 0.35em;
    border-radius: 4px;
    font-size: 0.92em;
}

.seo-article pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

.seo-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.25rem 0;
    font-size: 0.95rem;
}

.seo-article th,
.seo-article td {
    border: 1px solid #e5e7eb;
    padding: 0.55rem 0.7rem;
    vertical-align: top;
}

.seo-article th {
    background: #f9fafb;
}

.seo-screenshots,
.seo-faq,
.seo-bottom-cta {
    max-width: 46rem;
    margin-top: 2.75rem;
}

.seo-screenshots h2,
.seo-faq h2,
.seo-bottom-cta h2 {
    font-size: 1.45rem;
    font-weight: 750;
    margin-bottom: 1rem;
}

.seo-shot-grid {
    display: grid;
    gap: 1.25rem;
}

.seo-shot-grid img {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
}

.seo-shot-grid figcaption {
    margin-top: 0.45rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.seo-faq .card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.seo-faq .btn-link {
    color: #111827;
    font-weight: 600;
    text-decoration: none;
}

.seo-bottom-cta {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 12px;
    padding: 1.5rem 1.75rem;
}

.seo-legal {
    margin: 0.85rem 0 0;
    color: #6b7280;
    font-size: 0.85rem;
}

.seo-aside {
    padding-top: 0.25rem;
}

.seo-aside-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.15rem 1.2rem;
    margin-bottom: 1.25rem;
}

.seo-aside-card h2 {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.seo-aside-card p {
    color: #6b7280;
    font-size: 0.92rem;
}

.seo-related {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.seo-related li {
    margin: 0.45rem 0;
}

.seo-related a {
    color: #15803d;
    font-weight: 600;
}

.seo-hub-list {
    padding: 2rem 15px 4rem;
}

.seo-hub-list ul {
    list-style: none;
    padding: 0;
}

.seo-hub-list li {
    border-bottom: 1px solid #e5e7eb;
    padding: 1.1rem 0;
}

.seo-hub-list a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
}

.seo-hub-list p {
    color: #6b7280;
    margin: 0.35rem 0 0;
}

@media (max-width: 991.98px) {
    .seo-layout {
        grid-template-columns: 1fr;
    }
    .seo-hero h1 {
        font-size: 1.7rem;
    }
}
