/* ─── V3 SEO content sections (indexability layer over v2 design) ────── */
.pwv3-seo {
    background: #10131c;
    color: rgba(255, 255, 255, 0.92);
    padding: 56px 20px 24px;
}
.pwv3-seo + .pwv3-seo { padding-top: 8px; }
.pwv3-seo__inner {
    max-width: 980px;
    margin: 0 auto;
}
.pwv3-seo h2 {
    color: #f8dd26;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    margin: 0 0 14px;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}
.pwv3-seo h3 {
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    margin: 22px 0 8px;
}
.pwv3-seo p,
.pwv3-seo li {
    line-height: 1.6;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.88);
}
.pwv3-seo p { margin: 0 0 12px; }
.pwv3-seo ul,
.pwv3-seo ol { margin: 0 0 14px 1.25rem; padding: 0; }
.pwv3-seo li { margin-bottom: 4px; }
.pwv3-seo strong { color: #fff; }
.pwv3-seo a {
    color: #f8dd26;
    text-decoration: none;
    border-bottom: 1px dotted rgba(248, 221, 38, 0.55);
}
.pwv3-seo a:hover { border-bottom-style: solid; }
.pwv3-seo__lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.93);
}

/* Latest Guides list - dark glass list, replaces v1's white-list pattern */
.pwv3-guides {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
@media (max-width: 767.98px) {
    .pwv3-guides { grid-template-columns: 1fr; }
}
.pwv3-guides__item {
    display: block;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}
.pwv3-guides__item:hover {
    background: rgba(248, 221, 38, 0.08);
    border-color: rgba(248, 221, 38, 0.45);
    transform: translateY(-1px);
}
.pwv3-guides__title {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
    margin: 0 0 4px;
}
.pwv3-guides__blurb {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.45;
}

/* Cross-link strip (Valheim / Satisfactory) */
.pwv3-crosslinks {
    background: #10131c;
    text-align: center;
    padding: 14px 20px 36px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 600;
}
.pwv3-crosslinks a {
    color: #f8dd26;
    text-decoration: none;
    border-bottom: 1px dotted rgba(248, 221, 38, 0.55);
}
.pwv3-crosslinks a:hover { border-bottom-style: solid; }

/* Subtle promo strip (game-switching) */
.pwv3-promo {
    max-width: 980px;
    margin: 18px auto 0;
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(248, 221, 38, 0.10);
    border: 1px solid rgba(248, 221, 38, 0.30);
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.45;
}
.pwv3-promo a {
    color: #f8dd26;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted rgba(248, 221, 38, 0.55);
}
.pwv3-promo a:hover { border-bottom-style: solid; }
