.seo-shell {
    color: #1f2330;
    background: #fff;
}

.seo-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.seo-breadcrumb {
    width: min(1120px, calc(100% - 32px));
    margin: 18px auto 0;
    font-size: 0.92rem;
    color: #596171;
}

.seo-breadcrumb a {
    color: #6f48c9;
    text-decoration: none;
}

.seo-breadcrumb a:hover {
    text-decoration: underline;
}

.seo-hero {
    padding: 56px 0 36px;
    background: linear-gradient(135deg, #fff4f8, #f6f2ff 58%, #eefcff);
    border-bottom: 1px solid #eceaf4;
}

.seo-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 36px;
    align-items: center;
}

.seo-eyebrow {
    margin: 0 0 10px;
    color: #6f48c9;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
}

.seo-hero h1,
.seo-content h1 {
    margin: 0 0 18px;
    color: #171923;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: 0;
}

.seo-hero p,
.seo-lede {
    color: #3d4352;
    font-size: 1.08rem;
    line-height: 1.75;
    margin: 0;
}

.seo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.seo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
}

.seo-button.primary {
    background: #f64b93;
    color: white;
}

.seo-button.secondary {
    background: white;
    color: #6f48c9;
    border-color: #d8d1ef;
}

.seo-hero-media {
    margin: 0;
}

.seo-hero-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(45, 35, 82, 0.18);
}

.seo-hero-media figcaption {
    margin-top: 10px;
    color: #667085;
    font-size: 0.88rem;
}

.seo-content {
    padding: 44px 0 64px;
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.seo-card {
    border: 1px solid #eceaf4;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}

.seo-card h2,
.seo-card h3 {
    margin: 0 0 10px;
    color: #171923;
    font-size: 1.08rem;
    line-height: 1.35;
}

.seo-card p,
.seo-card li,
.seo-section p,
.seo-section li,
.seo-faq p {
    color: #3d4352;
    line-height: 1.7;
}

.seo-section {
    margin-top: 42px;
}

.seo-section h2 {
    color: #171923;
    font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 14px;
}

.seo-section ul,
.seo-section ol {
    padding-left: 22px;
}

.seo-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    list-style: none;
    padding-left: 0 !important;
}

.seo-link-list a {
    display: block;
    padding: 14px 16px;
    border: 1px solid #eceaf4;
    border-radius: 8px;
    color: #6f48c9;
    font-weight: 700;
    text-decoration: none;
    background: #fbfaff;
}

.seo-link-list a:hover {
    border-color: #cdbdf4;
    background: #f7f2ff;
}

.seo-faq details {
    border: 1px solid #eceaf4;
    border-radius: 8px;
    padding: 16px 18px;
    margin-bottom: 12px;
    background: white;
}

.seo-faq summary {
    cursor: pointer;
    color: #171923;
    font-weight: 700;
}

.seo-note {
    border-left: 4px solid #32d6e7;
    background: #f0fcff;
    padding: 16px 18px;
    border-radius: 0 8px 8px 0;
}

.seo-footer-cta {
    margin-top: 44px;
    padding: 28px;
    border-radius: 8px;
    background: #171923;
    color: white;
}

.seo-footer-cta h2,
.seo-footer-cta p {
    color: white;
}

.seo-home-section {
    padding: 48px 0 64px;
    background: #fff;
}

@media (max-width: 820px) {
    .seo-hero-grid,
    .seo-grid,
    .seo-link-list {
        grid-template-columns: 1fr;
    }

    .seo-hero {
        padding-top: 36px;
    }
}
