.seo-game-page {
    background: #f6f7fb;
    color: #121826;
}

.seo-game-hero {
    padding: 56px 0 48px;
    background: #ffffff;
}

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

.seo-game-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
    color: #667085;
    font-size: 14px;
}

.seo-game-breadcrumb a {
    color: #3157d5;
    text-decoration: none;
}

.seo-game-copy h1 {
    max-width: 760px;
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 1.08;
    letter-spacing: 0;
    color: #0f172a;
}

.seo-game-description {
    max-width: 680px;
    margin: 0;
    font-size: 19px;
    line-height: 1.6;
    color: #475467;
}

.seo-game-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.seo-game-tags span {
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    padding: 6px 11px;
    background: #ffffff;
    color: #344054;
    font-size: 14px;
}

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

.seo-game-primary,
.seo-game-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
}

.seo-game-primary {
    background: #3157d5;
    color: #ffffff;
}

.seo-game-secondary {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #1d2939;
}

.seo-game-preview {
    width: min(100%, 393px);
    aspect-ratio: 393 / 852;
    margin: 0 auto;
    overflow: hidden;
    border: 10px solid #111827;
    border-radius: 34px;
    background: #000000;
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.25);
    position: relative;
}

.seo-game-preview iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: relative;
    z-index: 1;
}

.seo-game-preview-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.seo-game-content,
.seo-game-guide,
.seo-game-related,
.seo-game-cta {
    padding: 48px 0;
}

.seo-game-content-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    gap: 40px;
}

.seo-game-content h2,
.seo-game-guide h2,
.seo-game-related h2,
.seo-game-cta h2 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 28px;
    letter-spacing: 0;
}

.seo-game-content p,
.seo-game-guide p,
.seo-game-cta p {
    margin: 0;
    color: #475467;
    font-size: 17px;
    line-height: 1.6;
}

.seo-game-guide {
    background: #ffffff;
}

.seo-game-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 44px;
}

.seo-game-feature-list {
    margin: 0;
    padding-left: 20px;
    color: #475467;
    font-size: 17px;
    line-height: 1.65;
}

.seo-game-feature-list li + li {
    margin-top: 6px;
}

.seo-game-details {
    margin: 0;
}

.seo-game-details div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e4e7ec;
}

.seo-game-details dt {
    color: #667085;
    font-weight: 600;
}

.seo-game-details dd {
    margin: 0;
    color: #101828;
    text-align: right;
}

.seo-game-cta {
    background: #ffffff;
    text-align: center;
}

.seo-game-related {
    background: #f6f7fb;
}

.seo-game-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.seo-game-related-item {
    min-height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e4e7ec;
    background: #ffffff;
    color: #101828;
    text-decoration: none;
}

.seo-game-related-item img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: #111827;
}

.seo-game-related-item span {
    display: block;
    padding: 0 12px 12px;
    font-weight: 700;
    line-height: 1.35;
}

.seo-game-cta p {
    margin-bottom: 22px;
}

@media (max-width: 900px) {
    .seo-game-layout,
    .seo-game-content-inner,
    .seo-game-guide-grid {
        grid-template-columns: 1fr;
    }

    .seo-game-copy h1 {
        font-size: 36px;
    }

    .seo-game-preview {
        max-height: 72vh;
    }
}
