/* Subtle on-page SEO blocks — hub pages */
.ghub-seo-head {
    margin: 0 0 1.25rem;
    padding: 0 0.15rem;
}
.ghub-seo-head h1 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2.4vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #f8fafc;
    line-height: 1.15;
}
.ghub-seo-head p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(226, 232, 240, 0.72);
    max-width: 52rem;
}
.ghub-seo-foot {
    margin-top: 2rem;
    padding: 1.25rem 1.1rem 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.02);
}
.ghub-seo-foot h2 {
    margin: 0 0 0.65rem;
    font-size: 1rem;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.92);
}
.ghub-seo-foot p,
.ghub-seo-foot li {
    margin: 0 0 0.55rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: rgba(203, 213, 225, 0.72);
}
.ghub-seo-foot ul {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
}
.ghub-seo-foot li:last-child {
    margin-bottom: 0;
}
.ghub-seo-faq {
    margin-top: 1.5rem;
    padding: 1.1rem 1.1rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.18);
}
.ghub-seo-faq h2 {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.9);
}
.ghub-seo-faq details {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.55rem 0;
}
.ghub-seo-faq details:first-of-type {
    border-top: 0;
    padding-top: 0;
}
.ghub-seo-faq summary {
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.88);
    list-style: none;
}
.ghub-seo-faq summary::-webkit-details-marker {
    display: none;
}
.ghub-seo-faq details p {
    margin: 0.45rem 0 0;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(203, 213, 225, 0.7);
}
.gge-play-about-seo {
    margin-top: 1rem;
}
.gge-play-about-seo h2 {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.9);
}
.gge-play-about-seo p,
.gge-play-about-seo li {
    margin: 0 0 0.45rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(203, 213, 225, 0.72);
}
.gge-play-about-seo ul {
    margin: 0.25rem 0 0;
    padding-left: 1rem;
}

/* Homepage: full-width SEO blurb (2 columns — less vertical space) */
.gh-seo-about {
    width: 100%;
    max-width: 1040px;
    margin: 1rem auto 0;
    padding: 0.65rem 0 0;
    text-align: left;
}
.gh-seo-about h2 {
    margin: 0 0 0.5rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(167, 139, 250, 0.75);
    text-align: center;
}
.gh-seo-about-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 1.75rem;
    width: 100%;
}
.gh-seo-about-lead {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.48;
    color: rgba(226, 232, 240, 0.55);
}
.gh-seo-about-body {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.48;
    color: rgba(203, 213, 225, 0.45);
}
@media (max-width: 820px) {
    .gh-seo-about-copy {
        grid-template-columns: 1fr;
        gap: 0.4rem;
    }
}
