body.blog-seo-body {
    background: linear-gradient(180deg, #f9f6f1 0%, #ffffff 18%, #fffaf7 100%);
    color: #231f20;
    font-family: "Inter", sans-serif;
}

.blog-seo-shell {
    min-height: 100vh;
}

.blog-seo-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 251, 247, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(35, 31, 32, 0.08);
}

.blog-seo-topbar-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 28px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.blog-seo-brand {
    flex: 0 0 auto;
}

.blog-seo-brand .logo-default-link {
    display: inline-flex;
    align-items: center;
}

.blog-seo-brand .logo-default-img {
    max-height: 42px;
    width: auto;
}

.blog-seo-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 26px;
    min-width: 0;
}

.blog-seo-nav-link {
    position: relative;
    color: #3f3638;
    font-family: "Inter Tight", sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.blog-seo-nav-link:hover,
.blog-seo-nav-link:focus {
    color: #e23f67;
    text-decoration: none;
}

.blog-seo-nav-link.is-active::after,
.blog-seo-nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: linear-gradient(90deg, #ff5177, #d81f57);
}

.blog-seo-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.blog-seo-icon-link {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #241c1e;
    text-decoration: none;
    background: rgba(35, 31, 32, 0.04);
}

.blog-seo-icon-link:hover,
.blog-seo-icon-link:focus {
    color: #d92a5b;
    background: rgba(217, 42, 91, 0.1);
    text-decoration: none;
}

.blog-seo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.blog-seo-btn:hover,
.blog-seo-btn:focus {
    text-decoration: none;
}

.blog-seo-btn-secondary {
    color: #231f20;
    background: #ffffff;
    border-color: rgba(35, 31, 32, 0.12);
    box-shadow: 0 10px 24px rgba(35, 31, 32, 0.06);
}

.blog-seo-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #262022 0%, #111111 100%);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
}

.blog-seo-main {
    padding: 36px 20px 72px;
}

.blog-seo-page {
    max-width: 1240px;
    margin: 0 auto;
}

.blog-seo-hero {
    margin-bottom: 36px;
}

.blog-seo-page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 81, 119, 0.1);
    color: #cb2f5f;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin: 0 auto;
}

.blog-seo-kicker-link,
.blog-seo-kicker-link:hover,
.blog-seo-kicker-link:focus {
    color: #cb2f5f;
    text-decoration: none;
}

.blog-seo-page-title {
    margin: 18px auto 12px;
    max-width: 900px;
    text-align: center;
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(3.4rem, 6vw, 6.4rem);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #20191b;
}

.blog-seo-page-desc {
    margin: 0 auto 28px;
    max-width: 720px;
    text-align: center;
    font-size: 1.85rem;
    line-height: 1.7;
    color: #665c5e;
}

.blog-seo-category-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 26px 0 12px;
}

.blog-seo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(35, 31, 32, 0.08);
    color: #463e40;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(35, 31, 32, 0.05);
}

.blog-seo-chip:hover,
.blog-seo-chip:focus,
.blog-seo-chip.is-active {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
    text-decoration: none;
}

.blog-seo-featured {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-seo-featured:hover,
.blog-seo-featured:focus {
    text-decoration: none;
    color: inherit;
}

.blog-seo-featured-media,
.blog-seo-card-media,
.blog-seo-related-media,
.blog-seo-detail-cover {
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #f1d7da 0%, #f7f4ef 55%, #e5edf5 100%);
    box-shadow: 0 28px 60px rgba(35, 31, 32, 0.1);
}

.blog-seo-featured-media {
    aspect-ratio: 16 / 9;
}

.blog-seo-detail-cover {
    max-width: 850px;
    margin: 0 auto;
}

.blog-seo-featured-media img,
.blog-seo-card-media img,
.blog-seo-related-media img,
.blog-seo-detail-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.blog-seo-featured:hover .blog-seo-featured-media img,
.blog-seo-card:hover .blog-seo-card-media img,
.blog-seo-related-card:hover .blog-seo-related-media img {
    transform: scale(1.04);
}

.blog-seo-placeholder {
    width: 100%;
    height: 100%;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 26px;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), transparent 34%), linear-gradient(135deg, #fd6d8d 0%, #ff9a6c 45%, #6f728b 100%);
}

.blog-seo-placeholder-text {
    font-family: "Inter Tight", sans-serif;
    font-size: 3rem;
    line-height: 1.02;
    font-weight: 800;
    color: #fff;
    max-width: 520px;
}

.blog-seo-featured-copy {
    text-align: center;
    max-width: 760px;
    margin: 24px auto 0;
}

.blog-seo-meta {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #7b7072;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.blog-seo-meta-dot::before {
    content: "\2022";
}

.blog-seo-featured-title,
.blog-seo-detail-title {
    margin: 16px 0 14px;
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(3.2rem, 5vw, 5.2rem);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #2a2224;
}

.blog-seo-featured-excerpt,
.blog-seo-detail-excerpt {
    margin: 0 auto;
    max-width: 720px;
    font-size: 1.95rem;
    line-height: 1.7;
    color: #655b5d;
}

.blog-seo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    margin-top: 30px;
}

.blog-seo-card,
.blog-seo-related-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.blog-seo-card:hover,
.blog-seo-card:focus,
.blog-seo-related-card:hover,
.blog-seo-related-card:focus {
    color: inherit;
    text-decoration: none;
}

.blog-seo-card-media,
.blog-seo-related-media {
    aspect-ratio: 5 / 6;
    margin-bottom: 18px;
}

.blog-seo-related {
    margin-top: 36px;
}

.blog-seo-card-copy,
.blog-seo-related-copy {
    text-align: center;
    padding: 0 8px;
}

.blog-seo-card-title,
.blog-seo-related-title {
    margin: 14px 0 12px;
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(2.4rem, 3vw, 3.1rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #2b2426;
}

.blog-seo-card-excerpt,
.blog-seo-related-excerpt {
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.65;
    color: #6c6264;
}

.blog-seo-empty {
    margin: 56px auto 0;
    max-width: 740px;
    padding: 54px 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(35, 31, 32, 0.06);
    box-shadow: 0 25px 60px rgba(35, 31, 32, 0.08);
    text-align: center;
}

.blog-seo-empty-title {
    margin: 0 0 12px;
    font-family: "Inter Tight", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
}

.blog-seo-empty-text {
    margin: 0;
    font-size: 1.8rem;
    color: #6c6264;
}

.blog-seo-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.blog-seo-pagination-link {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(35, 31, 32, 0.08);
    color: #463e40;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
}

.blog-seo-pagination-link:hover,
.blog-seo-pagination-link:focus,
.blog-seo-pagination-link.is-active {
    background: #231f20;
    color: #fff;
    border-color: #231f20;
    text-decoration: none;
}

.blog-seo-detail-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.blog-seo-detail-header {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 30px;
}

.blog-seo-detail-cover {
    aspect-ratio: 16 / 9;
    margin-bottom: 28px;
}

.blog-seo-prose-wrap {
    max-width: 780px;
    margin: 0 auto;
}

.blog-seo-prose {
    font-size: 1.95rem;
    line-height: 1.9;
    color: #2f292b;
}

.blog-seo-prose > *:first-child {
    margin-top: 0;
}

.blog-seo-prose h2,
.blog-seo-prose h3,
.blog-seo-prose h4 {
    margin: 1.7em 0 0.7em;
    font-family: "Inter Tight", sans-serif;
    line-height: 1.12;
    color: #211b1d;
}

.blog-seo-prose h2 {
    font-size: 3.4rem;
}

.blog-seo-prose h3 {
    font-size: 2.8rem;
}

.blog-seo-prose p,
.blog-seo-prose ul,
.blog-seo-prose ol,
.blog-seo-prose blockquote {
    margin: 0 0 1.2em;
}

.blog-seo-prose a {
    color: #d22759;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.blog-seo-prose img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 22px 0;
}

.blog-seo-prose iframe,
.blog-seo-prose video {
    width: 100%;
    max-width: 100%;
    border: 0;
    border-radius: 20px;
    margin: 22px 0;
}

.blog-seo-prose table {
    width: 100%;
    margin: 22px 0;
}

.blog-seo-prose blockquote {
    padding: 18px 22px;
    border-left: 4px solid #ef4d73;
    background: rgba(255, 81, 119, 0.06);
    border-radius: 0 18px 18px 0;
}

.blog-seo-section-title {
    margin: 54px 0 24px;
    text-align: center;
    font-family: "Inter Tight", sans-serif;
    font-size: clamp(2.8rem, 3.8vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #241c1e;
}

.blog-seo-footer {
    border-top: 1px solid rgba(35, 31, 32, 0.08);
    padding: 28px 20px 40px;
    background: rgba(255, 255, 255, 0.75);
}

.blog-seo-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.blog-seo-footer-brand img {
    width: 140px;
    max-width: 70%;
}

.blog-seo-footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin: 18px 0 14px;
}

.blog-seo-footer-links a,
.blog-seo-footer-copy {
    color: #6a6163;
    font-size: 1.35rem;
}

.blog-seo-footer-links a:hover,
.blog-seo-footer-links a:focus {
    color: #d22759;
    text-decoration: none;
}

@media (max-width: 991px) {
    .blog-seo-topbar-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 16px 18px;
    }

    .blog-seo-nav {
        order: 3;
        width: 100%;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 6px;
        scrollbar-width: none;
    }

    .blog-seo-nav::-webkit-scrollbar {
        display: none;
    }

    .blog-seo-main {
        padding: 26px 14px 56px;
    }

    .blog-seo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .blog-seo-actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .blog-seo-btn {
        flex: 1 1 auto;
    }

    .blog-seo-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .blog-seo-featured-media,
    .blog-seo-detail-cover {
        aspect-ratio: 4 / 3;
    }

    .blog-seo-detail-cover {
        max-width: 100%;
    }

    .blog-seo-featured-copy,
    .blog-seo-detail-header,
    .blog-seo-prose-wrap {
        max-width: 100%;
    }

    .blog-seo-meta {
        font-size: 1.1rem;
    }

    .blog-seo-card-title,
    .blog-seo-related-title {
        font-size: 2.8rem;
    }
}
