
/* §3 — alternating feature rows */
.rsg-page .wd-feat { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; align-items: center; margin: 0 0 34px; }
.rsg-page .wd-feat:last-of-type { margin-bottom: 0; }
.rsg-page .wd-feat .cs-window { margin: 0; }
.rsg-page .wd-feat.rev .wd-feat-media { order: 2; }
.rsg-page .wd-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--green-500), var(--green-700)); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 15px; margin-bottom: 14px; box-shadow: 0 8px 18px rgba(44,122,75,0.26); }
.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; height: 12px; 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); }
.rsg-page .wd-media-phone { position: relative; overflow: hidden; background: radial-gradient(circle at 50% 12%, rgba(44,122,75,0.12) 0%, rgba(44,122,75,0) 58%), linear-gradient(155deg, #EEF3FA 0%, #EFF7F1 100%); border: 1px solid var(--line); border-radius: 20px; padding: 16px 24px; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md); }
.rsg-page .wd-media-phone img { max-height: 340px; width: auto; border-radius: 16px; filter: drop-shadow(0 18px 38px rgba(0,0,0,0.20)); display: block; position: relative; z-index: 1; }
@media (max-width: 880px) {
  .rsg-page .wd-feat { grid-template-columns: 1fr; gap: 22px; }
  .rsg-page .wd-feat.rev .wd-feat-media { order: 0; }
}
