
    /* §8 — alternating feature rows (wd-feat design from the website-design page) */
    .rsg-page .wd-feat { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; margin: 0 0 38px; }
    .rsg-page .wd-feat:last-of-type { margin-bottom: 0; }
    .rsg-page .wd-feat .ai-dashboard { margin: 0; width: 100%; }
    .rsg-page .ai-dashboard.wd-fit img { height: 300px; object-fit: cover; object-position: top center; }
    @media (max-width: 880px) { .rsg-page .ai-dashboard.wd-fit img { height: 260px; } }
    .rsg-page .wd-feat.rev .wd-feat-media { order: 2; }
    .rsg-page .wd-pill { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 7px 14px 7px 12px; border-radius: 999px; margin-bottom: 15px; box-shadow: 0 6px 16px rgba(44,122,75,0.28); }
    .rsg-page .wd-pill-dot { width: 7px; height: 7px; border-radius: 50%; background: #fff; display: inline-block; box-shadow: 0 0 0 3px rgba(255,255,255,0.25); }
    .rsg-page .wd-feat-body h3 { font-family: var(--font-display); font-size: 21px; font-weight: 800; color: var(--ink-900); margin: 0 0 10px; line-height: 1.25; }
    .rsg-page .wd-feat-body > p { font-size: 14.5px; line-height: 1.6; color: var(--ink-2); margin: 0 0 16px; }
    .rsg-page .wd-checks { list-style: none; margin: 0 0 16px; padding: 0; display: flex; flex-direction: column; gap: 11px; }
    .rsg-page .wd-checks li { display: flex; align-items: flex-start; gap: 11px; font-size: 13.5px; line-height: 1.5; color: var(--ink-2); }
    .rsg-page .wd-checks li strong { color: var(--ink-900); }
    .rsg-page .wd-ck { flex-shrink: 0; width: 21px; height: 21px; border-radius: 50%; background: var(--green-50); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
    .rsg-page .wd-ck svg { width: 12px !important; height: 12px !important; color: var(--green-600); }
    .rsg-page .wd-note { background: var(--paper-soft); border: 1px solid var(--line); border-left: 3px solid var(--green-500); border-radius: 9px; padding: 11px 14px; font-size: 12.5px; font-style: italic; line-height: 1.5; color: var(--ink-2); }
    @media (max-width: 880px) {
      .rsg-page .wd-feat { grid-template-columns: 1fr; gap: 22px; margin-bottom: 28px; }
      .rsg-page .wd-feat.rev .wd-feat-media { order: 0; }
    }
    